:root{
  --cream:#FAF8F4;
  --paper:#FFFFFF;
  --sand:#DCC9A6;
  --terracotta:#D97857;
  --terracotta-dark:#B45B3E;
  --olive:#50604B;
  --charcoal:#2C2C2C;
  --muted:#6E6A63;
  --line:rgba(44,44,44,.12);
  --shadow:0 20px 60px rgba(44,44,44,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:var(--cream);
  color:var(--charcoal);
  line-height:1.65;
}
img{max-width:100%;display:block}
a{color:inherit}
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:20;
  display:flex;justify-content:space-between;align-items:center;
  padding:18px 32px;color:white;
  background:linear-gradient(to bottom,rgba(0,0,0,.42),rgba(0,0,0,0));
}
body:not(.home) .site-header{
  position:sticky;background:var(--olive);box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.brand,.footer-brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.02em;text-decoration:none}
.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--terracotta);color:white;font-weight:900}
.main-nav{display:flex;align-items:center;gap:22px;font-size:.95rem}
.main-nav a{text-decoration:none;opacity:.96}
.nav-cta{padding:10px 16px;border:1px solid rgba(255,255,255,.55);border-radius:999px}
.menu-toggle{display:none;background:transparent;color:white;border:0;font-size:1.6rem}
.hero{min-height:94vh;position:relative;display:grid;place-items:center;overflow:hidden;color:white;text-align:center}
.hero-media,.hero-overlay{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-overlay{background:radial-gradient(circle at center,rgba(0,0,0,.14),rgba(0,0,0,.70)),linear-gradient(to bottom,rgba(0,0,0,.12),rgba(0,0,0,.58))}
.hero-content{position:relative;z-index:2;max-width:920px;padding:120px 24px 80px}
.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:900;color:var(--sand)}
.eyebrow.dark{color:var(--terracotta-dark)}
h1,h2,h3,p{margin-top:0}
h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,8vw,7.5rem);line-height:.94;letter-spacing:-.06em;margin-bottom:24px}
.hero-text{max-width:680px;margin:0 auto 34px;font-size:clamp(1.05rem,2vw,1.35rem);color:rgba(255,255,255,.9)}
.hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border-radius:999px;font-weight:900;text-decoration:none;transition:.2s ease}
.button.primary{background:var(--terracotta);color:white}
.button.primary:hover{background:var(--terracotta-dark);transform:translateY(-1px)}
.button.ghost{border:1px solid rgba(255,255,255,.6);color:white;backdrop-filter:blur(8px)}
.stats-bar{max-width:1120px;margin:-48px auto 0;position:relative;z-index:5;display:grid;grid-template-columns:repeat(3,1fr);background:var(--paper);border-radius:26px;box-shadow:var(--shadow);overflow:hidden}
.stats-bar div{padding:30px;text-align:center;border-right:1px solid var(--line)}
.stats-bar div:last-child{border-right:0}
.stats-bar strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:2.2rem;line-height:1;color:var(--olive)}
.stats-bar span{display:block;margin-top:8px;color:var(--muted);font-size:.95rem}
.section{max-width:1180px;margin:0 auto;padding:96px 24px}
.section.warm{max-width:none;background:#F3EBDD}
.section.warm>*{max-width:1180px;margin-left:auto;margin-right:auto}
.section-heading{margin-bottom:38px}
.section-heading.narrow{max-width:760px}
.section-heading h2,.manifesto h2,.share-box h2,.page-hero h1,.article-content h2,.form-card h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.1rem,5vw,4.5rem);
  line-height:1;
  letter-spacing:-.04em;
  margin-bottom:18px;
}
.section-heading p,.share-box p,.page-hero p{color:var(--muted);font-size:1.08rem}
.path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.path-card{display:block;background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:0 12px 32px rgba(44,44,44,.06);text-decoration:none}
.path-card span{font-size:2rem}
.path-card h3{margin:18px 0 8px;font-size:1.35rem}
.path-card p{color:var(--muted);margin-bottom:0}
.story-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:22px}
.story-grid.simple{grid-template-columns:repeat(3,1fr)}
.story-card{background:var(--paper);border-radius:30px;overflow:hidden;box-shadow:0 16px 40px rgba(44,44,44,.12)}
.story-card.large{grid-row:span 2}
.story-card img{width:100%;height:240px;object-fit:cover}
.story-card.large img{height:500px}
.story-body{padding:26px}
.tag{display:inline-flex;margin-bottom:12px;padding:5px 12px;border-radius:999px;background:#F1D6C9;color:var(--terracotta-dark);font-size:.8rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.story-body h3{font-family:Georgia,"Times New Roman",serif;font-size:1.8rem;line-height:1.05;margin-bottom:10px}
.story-card.large h3{font-size:2.7rem}
.story-body p:not(.tag){color:var(--muted)}
.story-body a{color:var(--terracotta-dark);font-weight:900;text-decoration:none}
.people-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.person{display:block;background:var(--paper);border-radius:28px;padding:16px;border:1px solid var(--line);text-decoration:none}
.person img{aspect-ratio:1/1;width:100%;object-fit:cover;border-radius:22px;margin-bottom:16px}
.person h3{margin-bottom:4px;font-size:1.2rem}
.person p{color:var(--muted);font-size:.95rem;margin-bottom:0}
.muted-card{opacity:.82}
.manifesto{margin:0;padding:120px 24px;background:var(--olive);color:white}
.manifesto>div{max-width:920px;margin:0 auto}
.manifesto p:last-child{max-width:780px;font-size:1.25rem;color:rgba(255,255,255,.82)}
.share-section{padding-top:80px}
.share-box{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;padding:46px;background:var(--paper);border-radius:34px;box-shadow:var(--shadow)}
.site-footer{background:#263020;color:white;padding:44px 24px}
.footer-inner{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;gap:28px;align-items:flex-start}
.footer-inner p{color:rgba(255,255,255,.72);margin-bottom:0}
.footer-inner nav{display:flex;gap:20px;flex-wrap:wrap}
.footer-inner nav a{text-decoration:none;color:rgba(255,255,255,.82)}
.page-hero{padding:120px 24px 84px;background:linear-gradient(135deg,var(--olive),#2f3d2c);color:white;text-align:center}
.page-hero.compact{padding-top:104px}
.page-hero p{max-width:760px;margin-left:auto;margin-right:auto;color:rgba(255,255,255,.82)}
.page-hero h1{max-width:980px;margin-left:auto;margin-right:auto}
.article-section{padding-top:78px}
.article-content{max-width:760px;font-size:1.08rem}
.article-content h2{font-size:2.35rem;margin-top:46px}
.article-content p,.article-content li{color:#3d3a35}
.article-content blockquote{margin:40px 0;padding:30px;border-left:6px solid var(--terracotta);background:#fff;font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;line-height:1.25;color:var(--olive);border-radius:0 20px 20px 0}
.form-card{max-width:860px;margin:auto;background:white;padding:42px;border-radius:34px;box-shadow:var(--shadow)}
.question-list{margin:28px 0;padding:20px;background:#F3EBDD;border-radius:22px}
.story-hero{min-height:74vh;position:relative;display:grid;place-items:end center;color:white;text-align:left;overflow:hidden}
.story-hero-image,.story-hero-overlay{position:absolute;inset:0}
.story-hero-image img{width:100%;height:100%;object-fit:cover}
.story-hero-overlay{background:linear-gradient(to bottom,rgba(0,0,0,.12),rgba(0,0,0,.78))}
.story-hero-content{position:relative;z-index:2;width:100%;max-width:1180px;padding:120px 24px 70px}
.story-hero-content h1{max-width:850px}
.story-hero-content p:last-child{max-width:620px;font-size:1.25rem;color:rgba(255,255,255,.86)}
.story-layout{display:grid;grid-template-columns:320px 1fr;gap:56px;align-items:start}
.snapshot{position:sticky;top:100px;background:white;border-radius:28px;padding:28px;box-shadow:var(--shadow)}
.snapshot h2{font-size:1.4rem;margin-bottom:18px}
.snapshot dl{margin:0}
.snapshot dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--terracotta-dark);font-weight:900;margin-top:14px}
.snapshot dd{margin:2px 0 0;color:var(--charcoal)}
.profile-grid{display:grid;grid-template-columns:320px 1fr;gap:56px;align-items:start}
.profile-card{background:white;border-radius:30px;padding:18px;box-shadow:var(--shadow)}
.profile-card img{border-radius:22px;margin-bottom:20px}
.profile-card h2{font-family:Georgia,"Times New Roman",serif;font-size:2rem;margin-bottom:2px}
.timeline{border-left:4px solid var(--terracotta);padding-left:22px}
.timeline div{margin-bottom:22px}
.timeline strong{font-family:Georgia,"Times New Roman",serif;font-size:1.8rem;color:var(--olive)}
@media(max-width:1000px){
  .path-grid,.story-grid.simple,.people-grid{grid-template-columns:repeat(2,1fr)}
  .story-grid{grid-template-columns:1fr}
  .story-card.large img,.story-card img{height:320px}
  .story-layout,.profile-grid{grid-template-columns:1fr}
  .snapshot{position:static}
}
@media(max-width:760px){
  .site-header{position:absolute;align-items:flex-start}
  body:not(.home) .site-header{position:sticky}
  .main-nav{display:none;position:absolute;top:70px;right:20px;left:20px;flex-direction:column;align-items:flex-start;background:var(--olive);padding:22px;border-radius:20px}
  .main-nav.open{display:flex}
  .menu-toggle{display:block}
  .stats-bar{grid-template-columns:1fr;margin:0;border-radius:0}
  .stats-bar div{border-right:0;border-bottom:1px solid var(--line)}
  .path-grid,.story-grid,.story-grid.simple,.people-grid,.share-box,.footer-inner{grid-template-columns:1fr;display:grid}
  .footer-inner{display:grid}
  .section{padding:72px 20px}
  .share-box,.form-card{padding:28px}
  h1{font-size:3.4rem}
}
