:root{
  --ink:#26312f;
  --olive:#5f6246;
  --sand:#d8c7b7;
  --stone:#efeae4;
  --paper:#fbfaf8;
  --white:#ffffff;
  --muted:#6d7472;
  --line:#d8d8d1;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"DM Sans", Arial, sans-serif;
  line-height:1.65;
  font-weight:300;
}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(251,250,248,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(38,49,47,.08);
}
.nav-wrap{
  max-width:var(--max);
  margin:auto;
  height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 28px;
}
.brand{
  letter-spacing:.18em;
  font-size:.78rem;
  font-weight:600;
}
.main-nav{display:flex;align-items:center;gap:28px;font-size:.92rem}
.main-nav a{position:relative}
.main-nav a:not(.nav-cta)::after{
  content:"";
  position:absolute;
  left:0;right:100%;bottom:-5px;
  height:1px;background:var(--olive);
  transition:.25s;
}
.main-nav a:hover::after{right:0}
.nav-cta{
  padding:10px 17px;
  border:1px solid var(--ink);
}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:24px;height:1px;background:var(--ink);margin:5px 0}
.hero{
  background:#eef1ef;
  overflow:hidden;
}
.hero img{
  width:100%;
  height:auto;
}
.section-pad{
  padding:110px max(28px, calc((100vw - var(--max))/2));
}
.eyebrow{
  letter-spacing:.2em;
  font-size:.74rem;
  font-weight:600;
  color:var(--olive);
  margin-bottom:18px;
}
.intro{
  max-width:980px;
  text-align:center;
  margin:auto;
}
h1,h2,h3{
  font-family:"Playfair Display", Georgia, serif;
  font-weight:500;
  line-height:1.15;
  margin-top:0;
}
h1{font-size:clamp(2.7rem,6vw,5.2rem);margin-bottom:28px}
h2{font-size:clamp(2.2rem,4.5vw,4rem);margin-bottom:24px}
h3{font-size:1.55rem}
.lead{font-size:1.35rem;max-width:780px;margin:0 auto 20px}
.intro p:not(.lead){max-width:760px;margin:0 auto}
.actions{display:flex;justify-content:center;gap:14px;margin-top:38px;flex-wrap:wrap}
.btn{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border:1px solid var(--ink);
  transition:.25s;
}
.btn-solid{background:var(--ink);color:var(--white)}
.btn-solid:hover{background:var(--olive);border-color:var(--olive)}
.btn-ghost:hover{background:var(--stone)}
.section-heading{max-width:760px;margin-bottom:52px}
.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.card{
  background:var(--white);
  padding:36px 32px;
  border:1px solid rgba(38,49,47,.08);
  min-height:100%;
}
.card-num{
  display:block;
  font-family:"Playfair Display", Georgia, serif;
  color:#9a9b88;
  font-size:1.1rem;
  margin-bottom:28px;
}
.card ul{
  margin:26px 0 0;
  padding-left:18px;
  color:#53605d;
}
.card li{margin:8px 0}
.manifesto{
  background:var(--ink);
  color:#f7f6f1;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
}
.manifesto .eyebrow{color:#c9c8ae}
.manifesto-copy p{font-size:1.15rem;color:#e3e2dc}
.principles{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px 34px;
}
.principles h3{font-size:1.35rem;margin-bottom:10px}
.principles p{margin:0;color:#d2d6d3}
.about{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:80px;
}
.about-copy p{margin-top:0;margin-bottom:22px}
.lead-sm{font-size:1.28rem;color:#424e4b}
.formats{background:var(--stone)}
.compact{max-width:800px}
.compact p{max-width:670px}
.format-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  border-top:1px solid #c7c6be;
}
.format-grid span{
  padding:24px 0;
  border-bottom:1px solid #c7c6be;
  font-size:1.05rem;
}
.format-grid span:nth-child(odd){padding-right:30px}
.format-grid span:nth-child(even){padding-left:30px;border-left:1px solid #c7c6be}
.cta{padding-top:90px;padding-bottom:90px}
.cta-box{
  background:var(--olive);
  color:var(--white);
  padding:58px;
  display:flex;
  gap:50px;
  justify-content:space-between;
  align-items:center;
}
.cta-box > div{max-width:760px}
.cta-box h2{font-size:clamp(2rem,4vw,3.3rem);margin-bottom:16px}
.cta-box p{margin:0;color:#f2f0e8}
.light{color:#dedbc9}
.btn-light{border-color:var(--white);white-space:nowrap}
.btn-light:hover{background:var(--white);color:var(--olive)}
footer{
  max-width:var(--max);
  margin:auto;
  padding:30px 28px 40px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:var(--muted);
  font-size:.86rem;
}
@media (max-width:900px){
  .main-nav{
    display:none;
    position:absolute;
    top:74px;left:0;right:0;
    background:var(--paper);
    padding:22px 28px 28px;
    flex-direction:column;
    align-items:flex-start;
    border-bottom:1px solid var(--line);
  }
  .main-nav.open{display:flex}
  .menu-toggle{display:block}
  .section-pad{padding-top:78px;padding-bottom:78px}
  .cards{grid-template-columns:1fr}
  .manifesto,.about{grid-template-columns:1fr;gap:45px}
  .principles{grid-template-columns:1fr 1fr}
  .cta-box{padding:42px;flex-direction:column;align-items:flex-start}
}
@media (max-width:620px){
  .nav-wrap{height:66px;padding:0 18px}
  .brand{font-size:.72rem}
  .main-nav{top:66px}
  .section-pad{
    padding-left:20px;
    padding-right:20px;
    padding-top:68px;
    padding-bottom:68px;
  }
  .hero img{
    min-height:auto;
    object-fit:contain;
  }
  .principles{grid-template-columns:1fr}
  .format-grid{grid-template-columns:1fr}
  .format-grid span:nth-child(odd),
  .format-grid span:nth-child(even){
    padding:20px 0;
    border-left:0;
  }
  .cta-box{padding:34px 26px}
  footer{flex-direction:column;padding:26px 20px 32px}
}


/* WordPress integration */
.custom-logo-link { display:flex; align-items:center; }
.custom-logo { max-height:46px; width:auto; }
.main-nav ul,
.primary-menu,
.fallback-menu {
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  gap:28px;
}
.main-nav li { margin:0; }
.site-footer{
  max-width:var(--max);
  margin:auto;
  padding:30px 28px 40px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:var(--muted);
  font-size:.86rem;
}
.content-page{
  max-width:var(--max);
  margin:auto;
}
.page-header{
  max-width:900px;
  margin-bottom:40px;
}
.entry-content{
  max-width:900px;
  font-size:1.08rem;
}
.entry-content h2,
.entry-content h3{
  margin-top:2.2em;
}
.entry-content img{
  height:auto;
}
.post-card{
  padding:32px 0;
  border-bottom:1px solid var(--line);
}
.post-card h2{
  font-size:2rem;
  margin-bottom:12px;
}

@media (max-width:900px){
  .main-nav ul,
  .primary-menu,
  .fallback-menu{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
  }
}

@media (max-width:620px){
  .site-footer{
    flex-direction:column;
    padding:26px 20px 32px;
  }
}
