:root{
  --ink:#13211c;
  --muted:#68766f;
  --paper:#f7f3ea;
  --card:#ffffff;
  --sage:#dfe8dc;
  --deep:#213f34;
  --line:#d9dfd9;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fbfaf7;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,calc(100% - 40px));margin:0 auto}
.narrow{width:min(860px,calc(100% - 40px));margin:0 auto}
.nav{
  position:sticky;top:0;z-index:20;
  background:rgba(251,250,247,.9);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(19,33,28,.07);
}
.nav-inner{height:74px;display:flex;align-items:center;justify-content:space-between}
.brand{font-family:"Playfair Display",serif;font-weight:700;font-size:22px}
nav{display:flex;align-items:center;gap:26px;font-size:14px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--deep);color:white;border-radius:999px;
  padding:14px 22px;font-weight:600;transition:.2s transform,.2s opacity;
}
.btn:hover{transform:translateY(-1px);opacity:.94}
.btn-small{padding:10px 16px}
.hero{padding:86px 0 64px;background:linear-gradient(180deg,#fbfaf7 0%,#f4efe5 100%)}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:#597263;margin-bottom:18px}
.hero h1,.section h2,.cta h2{
  font-family:"Playfair Display",serif;line-height:1.02;margin:0;
}
.hero h1{font-size:clamp(52px,7vw,84px);letter-spacing:-.04em}
.lead{font-size:19px;color:var(--muted);max-width:640px;margin:28px 0 0}
.hero-actions{display:flex;align-items:center;gap:22px;margin-top:34px}
.text-link{font-weight:600}
.micro{font-size:13px;color:var(--muted);margin-top:22px}
.hero-card{
  min-height:520px;border-radius:34px;background:var(--deep);
  position:relative;overflow:hidden;padding:38px;display:flex;align-items:flex-end;
  box-shadow:0 25px 70px rgba(33,63,52,.2)
}
.orb{position:absolute;border-radius:50%;filter:blur(4px);opacity:.75}
.orb-1{width:340px;height:340px;background:#cbdac4;right:-70px;top:-55px}
.orb-2{width:260px;height:260px;background:#f0d7b0;left:-90px;bottom:70px}
.card-content{position:relative;color:white;max-width:420px}
.card-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:12px;opacity:.75}
.card-content h2{font-family:"Playfair Display",serif;font-size:42px;line-height:1.08;margin:14px 0 16px}
.card-content p{margin:0;opacity:.8}
.stats-strip{background:white;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.stats{display:grid;grid-template-columns:repeat(3,1fr)}
.stats div{padding:28px 10px;display:flex;gap:10px;align-items:baseline;justify-content:center}
.stats strong{font-family:"Playfair Display",serif;font-size:27px}
.stats span{color:var(--muted);font-size:14px}
.section{padding:96px 0}
.section.alt{background:var(--paper)}
.section-head{max-width:720px;margin-bottom:44px}
.section-head.center{text-align:center;margin-left:auto;margin-right:auto}
.section h2{font-size:clamp(40px,5vw,60px);letter-spacing:-.03em}
.section-head p,.split p{color:var(--muted);font-size:18px}
.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.step{background:white;border:1px solid var(--line);border-radius:22px;padding:28px}
.step span{display:inline-block;color:#748b7e;font-size:13px;font-weight:700;margin-bottom:30px}
.step h3{font-size:22px;margin:0 0 10px}
.step p{color:var(--muted);margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.checklist{list-style:none;padding:0;margin:26px 0 0}
.checklist li{padding:10px 0 10px 30px;position:relative}
.checklist li:before{content:"✓";position:absolute;left:0;color:#607c69;font-weight:700}
.quote-panel{
  background:var(--deep);color:white;border-radius:28px;padding:44px;
  min-height:360px;display:flex;align-items:flex-end;
}
.quote-panel p{font-family:"Playfair Display",serif;font-size:36px;line-height:1.15;color:white;margin:0}
.stories{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.story{background:white;border:1px solid var(--line);border-radius:22px;padding:28px;min-height:280px}
.story-mark{font-family:"Playfair Display",serif;font-size:60px;line-height:1;color:#8ea294}
.story p{font-size:18px}
.story span{font-size:13px;color:var(--muted)}
.media{background:#edf2eb}
.video-placeholder{
  aspect-ratio:16/10;background:linear-gradient(135deg,#dce7d8,#f0ddc0);
  border-radius:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:var(--deep);font-weight:700;
}
.play{width:72px;height:72px;border-radius:50%;background:white;display:grid;place-items:center;margin-bottom:14px}
details{border-top:1px solid #cfd7d0;padding:18px 0}
details:last-child{border-bottom:1px solid #cfd7d0}
summary{cursor:pointer;font-weight:600;font-size:18px}
details p{color:var(--muted);max-width:700px}
.cta{background:#183328;color:white}
.cta-box{display:flex;justify-content:space-between;align-items:center;gap:50px}
.cta h2{font-size:clamp(42px,5vw,62px);max-width:700px}
.cta p{color:rgba(255,255,255,.72);font-size:18px;max-width:650px}
.eyebrow.light{color:#b9cabf}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn-light{background:white;color:var(--deep)}
.btn-outline-light{background:transparent;border:1px solid rgba(255,255,255,.4)}
footer{background:#10271f;color:rgba(255,255,255,.68);padding:28px 0;font-size:13px}
.footer-inner{display:flex;justify-content:space-between}
@media (max-width:800px){
  nav a:not(.btn){display:none}
  .hero-grid,.split,.cta-box{grid-template-columns:1fr;display:grid}
  .hero{padding-top:56px}
  .hero-card{min-height:420px}
  .stats{grid-template-columns:1fr}
  .stats div{border-bottom:1px solid var(--line)}
  .steps,.stories{grid-template-columns:1fr}
  .section{padding:72px 0}
  .cta-actions{margin-top:14px}
}
