/* Cotterdale & Coast — style-v1.css */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:400;background:#f8f8f6;color:#1f2c34;line-height:1.7;-webkit-font-smoothing:antialiased}
.container{max-width:920px;margin:0 auto;padding:0 24px}
img{max-width:100%;height:auto;display:block}

h1,h2,h3,h4,h5,h6{font-family:'Bitter',Georgia,serif;font-weight:700;color:#1f2c34;line-height:1.3}
h1{font-size:2.4rem;font-weight:700;margin-bottom:.5rem}
h2{font-size:1.6rem;font-weight:700;margin:2rem 0 1rem}
h3{font-size:1.25rem;font-weight:500;margin:1.5rem 0 .75rem}
p{margin-bottom:1.1rem}
a{color:#456378;text-decoration:none}

/* HEADER */
.site-header{background:#f8f8f6;border-bottom:1px solid #e8e6df;padding:28px 0 18px;position:relative}
.header-inner{display:flex;flex-direction:column;align-items:center;gap:14px}
.site-brand{display:flex;flex-direction:column;align-items:center;text-decoration:none}
.site-logo img{max-width:100%;height:auto}
.site-title,.site-tagline{display:none}
.nav-menu{display:flex;gap:28px;flex-wrap:wrap;justify-content:center}
.nav-menu a{color:#1f2c34;font-size:.92rem;font-weight:500;letter-spacing:.3px;padding:4px 0;border-bottom:2px solid transparent;transition:border-color .2s}
.nav-menu a:hover,.nav-menu a.active{border-bottom-color:#456378}

/* HAMBURGER */
.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}
.menu-toggle span{display:block;width:24px;height:2px;background:#1f2c34;margin:5px 0;transition:all .3s}
.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.menu-toggle.open span:nth-child(2){opacity:0}
.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* HERO — Style 7 Gradient */
.hero{background:linear-gradient(135deg,#456378 0%,#1f2c34 100%);color:#fff;padding:80px 0;text-align:center}
.hero h1{color:#fff;font-size:2.8rem;margin-bottom:1rem;letter-spacing:.3px}
.hero p{color:rgba(255,255,255,.92);font-size:1.1rem;font-family:'Bitter',Georgia,serif;font-style:italic;font-weight:500;max-width:640px;margin:0 auto}

/* PAGE HEADER (non-home) */
.page-header{padding:54px 0 24px;text-align:center;border-bottom:1px solid #e8e6df;margin-bottom:48px}
.page-header h1{font-size:2.2rem;margin-bottom:.5rem}
.page-header .subtitle{color:#5a6770;font-style:italic;font-family:'Bitter',Georgia,serif}

/* HOMEPAGE LAYOUT */
.featured{padding:56px 0 24px}
.featured-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:36px;align-items:center}
.featured-card .card-image{aspect-ratio:4/3;min-width:0;overflow:hidden}
.featured-card .featured-body{min-width:0;background:#fff;position:relative;z-index:1}
.featured-card h2{font-size:2rem;margin:0 0 .8rem}
.featured-card h2 a{color:#1f2c34}
.featured-card h2 a:hover{color:#456378}
.featured-card .meta{font-size:.85rem;color:#5a6770;margin-bottom:.6rem;text-transform:uppercase;letter-spacing:1.5px}
.featured-card .excerpt{margin-bottom:1rem;color:#3a4750}
.read-more{display:inline-block;color:#456378;font-weight:500;font-size:.95rem;border-bottom:1px solid rgba(69,99,120,.4);padding-bottom:1px}
.read-more:hover{border-bottom-color:#456378}

.posts-grid{padding:24px 0 64px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.card{background:#f8f8f6;border-radius:0;overflow:hidden}
.card-image{aspect-ratio:4/3;overflow:hidden;margin-bottom:14px}
.card-image img{width:100%;height:100%;object-fit:cover}
.card-body{padding:0}
.card .meta{font-size:.78rem;color:#5a6770;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:1.5px}
.card h3{font-size:1.15rem;margin:0 0 .5rem;font-weight:700;line-height:1.35}
.card h3 a{color:#1f2c34}
.card h3 a:hover{color:#456378}
.card .excerpt{font-size:.92rem;color:#3a4750;margin-bottom:.6rem}

.section-title{font-size:1.4rem;font-weight:700;margin-bottom:28px;padding-bottom:12px;border-bottom:1px solid #e8e6df}

/* ARTICLE */
.article{padding:24px 0 64px}
.article-header{max-width:720px;margin:0 auto 32px;text-align:center}
.article-header .meta{font-size:.82rem;color:#5a6770;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}
.article-header h1{font-size:2.4rem;margin-bottom:1rem;line-height:1.25}
.article-header .byline{font-size:.95rem;color:#5a6770;font-family:'Bitter',Georgia,serif;font-style:italic}
.article-image{margin:0 0 36px;aspect-ratio:16/9;overflow:hidden}
.article-image img{width:100%;height:100%;object-fit:cover}
.article-content{max-width:680px;margin:0 auto;font-size:1.05rem}
.article-content h2{font-size:1.5rem;margin:2.2rem 0 1rem}
.article-content p{margin-bottom:1.25rem}
.article-content a{color:#456378;text-decoration:underline;text-decoration-color:rgba(69,99,120,0.3);text-underline-offset:3px}
.article-content a:hover{text-decoration-color:#456378}

/* RELATED */
.related{padding:48px 0;border-top:1px solid #e8e6df;margin-top:48px}
.related .section-title{text-align:center;border-bottom:none;margin-bottom:32px}

/* CATEGORY */
.category-list{padding:32px 0 64px}
.category-list .card-row{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:28px}

/* STANDARD PAGES */
.page-content{padding:24px 0 64px;max-width:680px;margin:0 auto}
.page-content h2{font-size:1.5rem;margin:2rem 0 1rem}
.page-content p{margin-bottom:1.2rem}
.page-content a{color:#456378;text-decoration:underline;text-decoration-color:rgba(69,99,120,0.3);text-underline-offset:3px}
.page-content a:hover{text-decoration-color:#456378}

/* FOOTER */
.site-footer{background:#f8f8f6;border-top:1px solid #e8e6df;padding:48px 0 32px;margin-top:48px;text-align:center}
.site-footer .footer-inner{display:flex;flex-direction:column;align-items:center;gap:18px}
.site-footer .footer-logo img{width:70%;max-width:280px;height:auto;margin:0 auto}
.site-footer .footer-text{font-size:.88rem;color:#5a6770;max-width:560px;line-height:1.7}
.site-footer .footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:6px}
.site-footer .footer-nav a{color:#456378;font-size:.85rem;text-transform:uppercase;letter-spacing:1.5px}
.site-footer .footer-nav a:hover{color:#1f2c34}
.site-footer .copyright{font-size:.8rem;color:#5a6770;margin-top:14px}

/* MOBILE */
@media(max-width:768px){
  .menu-toggle{display:block;position:absolute;right:24px;top:26px}
  .nav-menu{display:none;flex-direction:column;width:100%;gap:0;padding:12px 0}
  .nav-menu.open{display:flex}
  .nav-menu a{padding:10px 0;border-bottom:1px solid #e8e6df}
  .site-header{position:relative}
  .hero{padding:56px 0}
  .hero h1{font-size:2rem}
  .featured-card{grid-template-columns:1fr;gap:20px}
  .featured-card h2{font-size:1.6rem}
  .grid-3{grid-template-columns:1fr;gap:32px}
  .category-list .card-row{grid-template-columns:1fr}
  h1{font-size:2rem}
  .article-header h1{font-size:1.9rem}
}
