:root {
  --bg: #f5f0e8;
  --surface: #ffffff;
  --fg: #1a2e1a;
  --fg-muted: #4a5e4a;
  --accent: #e8a545;
  --accent-dark: #c4862e;
  --green-deep: #1a3a2a;
  --green-mid: #2d5a3d;
  --border: rgba(26,58,42,0.12);
  --font-head: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --radius: 8px;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* ── HERO ── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  min-height: 100vh;
  padding: 80px 8vw;
  background: var(--green-deep);
  color: #f0ebe0;
}
.hero-inner { max-width: 560px; }
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
.pill {
  background: var(--accent);
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-head);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
}
.sep { opacity: 0.4; }
.pill-text { font-size: 13px; opacity: 0.7; }

h1 {
  font-family: var(--font-head);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 24px;
}
.lede {
  font-size: 18px;
  color: rgba(240,235,224,0.8);
  max-width: 440px;
  margin-bottom: 48px;
}
.hero-stats {
  display: flex;
  gap: 0;
  align-items: center;
}
.stat { padding-right: 32px; }
.stat-num {
  display: block;
  font-family: var(--font-head);
  font-size: 32px;
  font-weight: 700;
  color: var(--accent);
}
.stat-label { font-size: 13px; opacity: 0.65; }
.stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.15); margin-right: 32px; }

/* dose tower */
.hero-visual { display: flex; justify-content: center; }
.dose-tower {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 320px;
}
.dose-level {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 14px 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  transition: all 0.2s;
}
.dose-level.active {
  background: rgba(232,165,69,0.15);
  border-color: var(--accent);
}
.dose-label {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  white-space: nowrap;
  min-width: 54px;
}
.dose-focus {
  font-size: 13px;
  color: rgba(240,235,224,0.75);
  line-height: 1.3;
}

/* ── SHARED SECTION ── */
.section-inner { padding: 96px 8vw; max-width: 1100px; margin: 0 auto; }
.section-tag {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.dose-section h2 {
  font-family: var(--font-head);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--fg);
  margin-bottom: 56px;
}
.dose-section h2 em { font-style: normal; color: var(--green-mid); }

/* ── DOSE COMPARISON ── */
.dose-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border-radius: 12px;
  overflow: hidden;
}
.comp-col {
  padding: 40px 36px;
}
.trackers { background: #e8e3d9; }
.morph { background: var(--green-deep); color: #f0ebe0; }
.comp-col h3 {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.trackers h3 { color: var(--fg); }
.morph h3 { color: var(--accent); }
.comp-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.comp-col ul li { font-size: 15px; }
.trackers ul li::before { content: '—  '; opacity: 0.4; }
.morph ul li::before { content: '+  '; color: var(--accent); font-weight: 600; }
.comp-note { font-size: 13px; font-style: italic; }
.trackers .comp-note { color: var(--fg-muted); }
.morph .comp-note { color: rgba(240,235,224,0.65); }

/* ── OUTCOMES ── */
.outcomes-section { background: var(--surface); }
.outcomes-section h2 {
  font-family: var(--font-head);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--fg);
  margin-bottom: 56px;
  max-width: 600px;
}
.outcomes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.outcome-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px;
  background: var(--bg);
}
.outcome-icon { margin-bottom: 16px; }
.outcome-card h3 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 10px;
}
.outcome-card p { font-size: 15px; color: var(--fg-muted); line-height: 1.6; }

/* ── MANIFESTO ── */
.manifesto-section {
  background: var(--green-deep);
  color: #f0ebe0;
  padding: 96px 8vw;
}
.manifesto-inner { max-width: 720px; margin: 0 auto; }
blockquote {
  font-family: var(--font-head);
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 28px;
  border-left: 3px solid var(--accent);
  padding-left: 28px;
}
.manifesto-sub {
  font-size: 17px;
  color: rgba(240,235,224,0.75);
  margin-bottom: 40px;
}
.manifesto-sub strong { color: var(--accent); }
.manifesto-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mpill {
  background: rgba(232,165,69,0.15);
  border: 1px solid rgba(232,165,69,0.3);
  color: var(--accent);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 20px;
}

/* ── FOOTER ── */
footer {
  background: var(--fg);
  color: rgba(240,235,224,0.6);
  padding: 48px 8vw;
}
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex;
  justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
.footer-logo {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  display: block;
  margin-bottom: 6px;
}
.footer-brand p { font-size: 14px; }
.footer-meta p { font-size: 13px; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; gap: 48px; padding: 64px 6vw; }
  .hero-visual { display: none; }
  .section-inner { padding: 64px 6vw; }
  .dose-comparison { grid-template-columns: 1fr; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-wrap: wrap; gap: 16px; }
  .stat-divider { display: none; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}