:root {
  --bg: #0b0b0d;
  --surface: #111114;
  --surface2: #18181c;
  --border: #222228;
  --amber: #e8a838;
  --amber-dim: #c48c1a;
  --cream: #f5f0e8;
  --muted: #6b6b78;
  --muted2: #44444e;
  --text: #e8e4dc;
  --text-dim: #9a9690;
}

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

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

/* ── NAV ── */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px;
  border-bottom: 1px solid var(--border);
}
.nav-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -0.02em;
}
.nav-tag {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── HERO ── */
.hero {
  padding: 100px 48px 120px;
  max-width: 900px;
}
.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 28px;
  font-weight: 500;
}
.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 7vw, 84px);
  font-weight: 600;
  line-height: 1.05;
  color: var(--cream);
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}
.hero-sub {
  font-size: 18px;
  color: var(--text-dim);
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 64px;
}
.hero-numbers {
  display: flex;
  align-items: center;
  gap: 0;
}
.hero-stat {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}
.hero-stat:first-child { padding-left: 0; }
.stat-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--cream);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero-stat-sep {
  width: 1px;
  height: 48px;
  background: var(--border);
}

/* ── REVENUE ── */
.revenue {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 80px 48px;
}
.revenue-inner { max-width: 900px; }
.revenue-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 36px;
  font-weight: 500;
}
.revenue-grid {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 48px;
}
.rev-block { padding: 0 40px 0 0; }
.rev-block:first-child { padding-left: 0; }
.rev-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--cream);
  line-height: 1;
  margin-bottom: 8px;
}
.rev-block.highlight .rev-val { color: var(--amber); }
.rev-note { font-size: 13px; color: var(--muted); }
.rev-arrow {
  width: 32px;
  height: 2px;
  background: var(--border);
  flex-shrink: 0;
  margin: 0 24px;
  position: relative;
}
.rev-arrow::after {
  content: '→';
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted2);
  font-size: 14px;
}
.revenue-exit {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: var(--surface2);
  border: 1px solid var(--border);
  border-left: 3px solid var(--amber);
}
.exit-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--amber);
  font-weight: 500;
}
.exit-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--cream);
}
.exit-note {
  font-size: 14px;
  color: var(--muted);
}

/* ── HOW ── */
.how {
  padding: 120px 48px;
  max-width: 900px;
}
.how-header { margin-bottom: 80px; }
.section-tag {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 20px;
  font-weight: 500;
}
.how-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  color: var(--cream);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.how-headline em {
  color: var(--amber);
  font-style: italic;
}
.how-steps { display: flex; flex-direction: column; gap: 0; }
.step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 48px 0;
  border-top: 1px solid var(--border);
}
.step:last-child { border-bottom: 1px solid var(--border); }
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 700;
  color: var(--muted2);
  line-height: 1;
  padding-top: 4px;
}
.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 12px;
}
.step-desc {
  font-size: 16px;
  color: var(--text-dim);
  line-height: 1.7;
}

/* ── PLATFORM ── */
.platform {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 80px 48px;
}
.platform-inner { max-width: 900px; }
.platform-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 48px;
  letter-spacing: -0.01em;
}
.platform-table { width: 100%; }
.pt-row {
  display: grid;
  grid-template-columns: 1fr 160px 160px;
  border-bottom: 1px solid var(--border);
}
.pt-row.pt-header {
  border-bottom: 2px solid var(--border);
  padding-bottom: 12px;
  margin-bottom: 4px;
}
.pt-col {
  padding: 16px 0;
  font-size: 14px;
  color: var(--text-dim);
}
.pt-col.pt-label { color: var(--muted); }
.pt-col.pt-beehiiv { color: var(--cream); font-weight: 500; }
.pt-col.pt-substack { color: var(--muted); }
.pt-win { color: #7ecf8e !important; }
.pt-lose { color: var(--muted) !important; }
.pt-beehiiv.pt-win { padding-left: 12px; }
.pt-substack.pt-lose { padding-left: 12px; }
.platform-note {
  margin-top: 24px;
  font-size: 14px;
  color: var(--muted);
  font-style: italic;
}

/* ── TIMELINE ── */
.timeline {
  padding: 100px 48px;
  background: var(--bg);
}
.timeline-inner { max-width: 900px; }
.timeline-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 40px;
}
.tl-block {
  background: var(--surface);
  padding: 40px 36px;
}
.tl-metric {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 700;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 16px;
}
.tl-desc {
  font-size: 14px;
  color: var(--text-dim);
  line-height: 1.6;
}

/* ── CLOSING ── */
.closing {
  padding: 120px 48px 140px;
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.closing-inner { max-width: 900px; }
.closing-kicker {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 28px;
}
.closing-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 600;
  color: var(--cream);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.closing-sub {
  font-size: 17px;
  color: var(--text-dim);
  max-width: 600px;
  line-height: 1.75;
  margin-bottom: 64px;
}
.closing-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--amber);
  letter-spacing: -0.01em;
}

/* ── FOOTER ── */
.footer {
  padding: 48px;
  border-top: 1px solid var(--border);
}
.footer-inner { max-width: 900px; }
.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 12px;
}
.footer-note {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 8px;
}
.footer-meta {
  font-size: 13px;
  color: var(--muted2);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nav { padding: 20px 24px; }
  .hero { padding: 64px 24px 80px; }
  .hero-numbers { flex-direction: column; gap: 24px; align-items: flex-start; }
  .hero-stat-sep { display: none; }
  .revenue { padding: 64px 24px; }
  .revenue-grid { flex-direction: column; gap: 24px; align-items: flex-start; }
  .rev-arrow { display: none; }
  .revenue-exit { flex-direction: column; align-items: flex-start; gap: 8px; }
  .how { padding: 80px 24px; }
  .step { grid-template-columns: 48px 1fr; gap: 16px; }
  .step-num { font-size: 36px; }
  .platform { padding: 64px 24px; }
  .pt-row { grid-template-columns: 1fr 120px 120px; }
  .timeline { padding: 80px 24px; }
  .timeline-grid { grid-template-columns: 1fr; }
  .closing { padding: 80px 24px 100px; }
  .footer { padding: 40px 24px; }
}
@media (max-width: 480px) {
  .hero-headline { font-size: 42px; }
  .pt-row { grid-template-columns: 1fr 80px 80px; }
}