:root {
  --bg: #0A0A0C;
  --surface: #111116;
  --surface2: #1A1A22;
  --amber: #F5A623;
  --amber-dim: #8C6112;
  --text: #F0EEE9;
  --text-muted: #7A7872;
  --text-dim: #3A3935;
  --border: rgba(240, 238, 233, 0.08);
}

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

html { scroll-behavior: smooth; }

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

/* Navigation */
.nav {
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  background: rgba(10, 10, 12, 0.9);
  backdrop-filter: blur(12px);
  z-index: 100;
}
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 12px; }
.nav-logo { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 20px; letter-spacing: -0.02em; color: var(--text); }
.nav-tag { font-size: 12px; color: var(--amber); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; }

/* Hero */
.hero { padding: 80px 40px 64px; border-bottom: 1px solid var(--border); }
.hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hero-eyebrow { display: block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--amber); font-weight: 600; margin-bottom: 20px; }
.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--text);
  margin-bottom: 28px;
}
.hero-lede { font-size: 17px; line-height: 1.65; color: var(--text-muted); max-width: 480px; font-weight: 300; }
.hero-stats { display: flex; flex-direction: column; gap: 32px; padding-left: 40px; border-left: 1px solid var(--border); }
.stat { }
.stat-num { display: block; font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 600; color: var(--amber); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 13px; color: var(--text-muted); line-height: 1.4; }

/* Proof */
.proof { padding: 28px 40px; border-bottom: 1px solid var(--border); background: var(--surface); }
.proof-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.proof-text { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); font-weight: 500; white-space: nowrap; }
.proof-logos { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.proof-tag { font-size: 14px; color: var(--text-muted); font-weight: 400; }
.proof-sep { color: var(--text-dim); }

/* Manifesto */
.manifesto { padding: 96px 40px; border-bottom: 1px solid var(--border); }
.manifesto-inner { max-width: 1100px; margin: 0 auto; }
.section-label { display: block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--amber); font-weight: 600; margin-bottom: 40px; }
.manifesto-title { font-family: 'Playfair Display', serif; font-size: clamp(32px, 3.5vw, 48px); font-weight: 600; line-height: 1.15; letter-spacing: -0.02em; color: var(--text); margin-bottom: 56px; max-width: 640px; }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.manifesto-body { font-size: 17px; line-height: 1.7; color: var(--text-muted); font-weight: 300; margin-bottom: 20px; }
.manifesto-aside { padding-left: 40px; border-left: 1px solid var(--border); }
.manifesto-quote { font-family: 'Playfair Display', serif; font-size: 22px; line-height: 1.45; color: var(--text); font-style: italic; margin-bottom: 16px; }
.manifesto-cite { font-size: 13px; color: var(--text-muted); font-style: normal; line-height: 1.5; }

/* Layers */
.layers { padding: 96px 40px; border-bottom: 1px solid var(--border); background: var(--surface); }
.layers-inner { max-width: 1100px; margin: 0 auto; }
.layers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.layer { padding: 32px 28px; border: 1px solid var(--border); background: var(--bg); }
.layer-num { display: block; font-size: 11px; letter-spacing: 0.15em; color: var(--amber); font-weight: 600; margin-bottom: 20px; }
.layer-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: var(--text); margin-bottom: 12px; }
.layer-body { font-size: 14px; line-height: 1.65; color: var(--text-muted); font-weight: 300; }

/* Outcomes */
.outcomes { padding: 96px 40px; border-bottom: 1px solid var(--border); }
.outcomes-inner { max-width: 1100px; margin: 0 auto; }
.outcomes-list { display: flex; flex-direction: column; gap: 0; }
.outcome { display: flex; align-items: flex-start; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--border); }
.outcome:last-child { border-bottom: none; }
.outcome-icon { width: 36px; height: 36px; border: 1px solid var(--amber); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--amber); flex-shrink: 0; margin-top: 2px; }
.outcome-text { font-size: 18px; line-height: 1.55; color: var(--text-muted); }
.outcome-text strong { color: var(--text); font-weight: 600; }

/* Closing */
.closing { padding: 112px 40px; text-align: center; background: var(--bg); }
.closing-inner { max-width: 700px; margin: 0 auto; }
.closing-headline { font-family: 'Playfair Display', serif; font-size: clamp(36px, 4vw, 56px); font-weight: 600; line-height: 1.1; letter-spacing: -0.02em; color: var(--text); margin-bottom: 24px; }
.closing-sub { font-size: 20px; color: var(--text-muted); font-weight: 300; }

/* Footer */
.footer { padding: 48px 40px; }
.footer-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.footer-logo { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 18px; color: var(--text); display: block; margin-bottom: 16px; }
.footer-note { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin-bottom: 24px; }
.footer-legal { font-size: 12px; color: var(--text-dim); }

/* Mobile */
@media (max-width: 768px) {
  .nav { padding: 16px 24px; }
  .hero { padding: 56px 24px 48px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-stats { padding-left: 0; border-left: none; border-top: 1px solid var(--border); padding-top: 32px; flex-direction: row; flex-wrap: wrap; gap: 24px; }
  .stat { min-width: 120px; }
  .stat-num { font-size: 32px; }
  .proof { padding: 20px 24px; }
  .proof-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .manifesto { padding: 64px 24px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 48px; }
  .manifesto-aside { padding-left: 0; border-left: none; border-top: 1px solid var(--border); padding-top: 32px; }
  .layers { padding: 64px 24px; }
  .layers-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .outcomes { padding: 64px 24px; }
  .closing { padding: 72px 24px; }
  .footer { padding: 40px 24px; }
}

@media (max-width: 480px) {
  .layers-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-direction: column; }
}