:root {
  --bg: #F5F0E8;
  --fg: #1A1A18;
  --accent: #1B4332;
  --accent-light: #2D6A4F;
  --gold: #C9A227;
  --muted: #7A776E;
  --card-bg: #FDFAF4;
  --border: #E0DAD0;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--fg);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Nav */
.nav {
  padding: 24px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-inner { display: flex; align-items: center; gap: 12px; }
.nav-logo {
  font-family: 'DM Serif Display', serif;
  font-size: 20px;
  color: var(--accent);
}
.nav-tagline {
  font-size: 13px;
  color: var(--muted);
  font-weight: 400;
}

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 80px 48px 100px;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}
.hero-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.hero-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.1;
  color: var(--accent);
  margin-bottom: 24px;
}
.hero-sub {
  font-size: 18px;
  color: var(--muted);
  max-width: 460px;
  line-height: 1.7;
}
.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.visual-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: 4px;
  padding: 18px 22px;
}
.visual-card-2 { border-left-color: var(--gold); }
.visual-card-3 { border-left-color: var(--accent-light); }
.card-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.card-title {
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  color: var(--fg);
  margin-bottom: 4px;
}
.card-desc {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 8px;
}
.card-status {
  font-size: 12px;
  font-weight: 500;
  color: var(--accent);
  background: rgba(27,67,50,0.06);
  display: inline-block;
  padding: 3px 8px;
  border-radius: 2px;
}

/* How */
.how {
  background: var(--accent);
  color: var(--bg);
  padding: 80px 48px;
}
.how-header { max-width: 600px; margin-bottom: 60px; }
.how-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 40px;
  margin-bottom: 12px;
}
.how-sub { font-size: 16px; opacity: 0.7; }
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 1200px;
}
.how-num {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 16px;
}
.how-item h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 1.3;
}
.how-item p { font-size: 15px; opacity: 0.75; line-height: 1.7; }

/* Features */
.features {
  padding: 80px 48px;
  max-width: 860px;
  margin: 0 auto;
}
.features-label {
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  color: var(--accent);
  margin-bottom: 36px;
}
.features-list { display: flex; flex-direction: column; gap: 0; }
.feature-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}
.feature-row:first-child { border-top: 1px solid var(--border); }
.feature-icon {
  width: 20px;
  height: 20px;
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 2px;
}
.feature-text { font-size: 16px; color: var(--fg); }
.feature-text strong { color: var(--accent); font-weight: 600; }

/* Outcomes */
.outcomes {
  background: #F9F5EC;
  padding: 80px 48px;
}
.outcomes-header { max-width: 600px; margin-bottom: 60px; }
.outcomes-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 40px;
  color: var(--accent);
}
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1200px;
}
.outcome-stat {
  font-family: 'DM Serif Display', serif;
  font-size: 52px;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 12px;
}
.outcome-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 12px;
}
.outcome-desc { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* Manifesto */
.manifesto {
  padding: 100px 48px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.manifesto-quote {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.4;
  color: var(--accent);
  margin-bottom: 32px;
  font-style: italic;
}
.manifesto-body {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 680px;
  margin: 0 auto;
}

/* Closing */
.closing {
  background: var(--accent);
  color: var(--bg);
  padding: 80px 48px;
  text-align: center;
}
.closing-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(40px, 5vw, 60px);
  margin-bottom: 16px;
}
.closing-sub {
  font-size: 17px;
  opacity: 0.7;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Footer */
.footer {
  padding: 40px 48px;
  text-align: center;
  border-top: 1px solid var(--border);
}
.footer-brand {
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  color: var(--accent);
  margin-bottom: 8px;
}
.footer-desc { font-size: 13px; color: var(--muted); margin-bottom: 4px; }
.footer-meta { font-size: 12px; color: var(--muted); opacity: 0.6; }

/* Responsive */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 48px; padding: 48px 24px 64px; }
  .how { padding: 60px 24px; }
  .how-grid { grid-template-columns: 1fr; gap: 32px; }
  .features { padding: 60px 24px; }
  .outcomes { padding: 60px 24px; }
  .outcomes-grid { grid-template-columns: repeat(2, 1fr); }
  .manifesto { padding: 60px 24px; }
  .closing { padding: 60px 24px; }
  .footer { padding: 32px 24px; }
  .nav { padding: 20px 24px; }
}

@media (max-width: 600px) {
  .outcomes-grid { grid-template-columns: 1fr 1fr; }
  .hero-headline { font-size: 36px; }
  .outcome-stat { font-size: 40px; }
}