:root {
  --bg: #09090e;
  --surface: #111118;
  --surface-alt: #17171f;
  --gold: #c8a96e;
  --gold-dim: #8a7249;
  --ivory: #f0ebe2;
  --text: #d8d4cc;
  --text-dim: #7a7870;
  --border: #1e1e28;
}

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

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

/* NAV */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 48px;
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--gold);
}
.nav-tagline {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-dim);
}

/* MANIFESTO */
.manifesto {
  padding: 100px 48px 90px;
  border-bottom: 1px solid var(--border);
}
.manifesto-inner { max-width: 860px; }
.manifesto-label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
}
.manifesto-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 300;
  line-height: 1.05;
  color: var(--ivory);
  margin-bottom: 28px;
}
.manifesto-sub {
  font-size: 16px;
  color: var(--text-dim);
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 56px;
}
.manifesto-stats {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
}
.stat-number {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--text-dim);
  text-transform: uppercase;
}

/* FACTS */
.facts {
  padding: 80px 48px;
  border-bottom: 1px solid var(--border);
}
.facts-label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 40px;
}
.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.fact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.fact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gold-dim);
  opacity: 0.4;
}
.fact-card--gold::before { opacity: 1; }
.fact-card--gold { border-color: var(--gold-dim); }
.fact-card--wide { grid-column: span 2; }
.fact-category {
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.fact-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--ivory);
  line-height: 1.45;
}

/* STACK */
.stack {
  padding: 80px 48px;
  border-bottom: 1px solid var(--border);
}
.stack-label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
}
.stack-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 300;
  color: var(--ivory);
  margin-bottom: 56px;
  max-width: 520px;
}
.stack-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
}
.step {
  padding: 32px 28px 32px 0;
  border-right: 1px solid var(--border);
}
.step:last-child { border-right: none; }
.step:not(:first-child) { padding-left: 28px; }
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--gold-dim);
  margin-bottom: 16px;
  line-height: 1;
}
.step-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--ivory);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.step-desc {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.6;
}

/* CLOSING */
.closing {
  padding: 100px 48px;
  text-align: center;
  position: relative;
}
.closing-inner { max-width: 640px; margin: 0 auto; }
.closing-ornament {
  font-size: 10px;
  color: var(--gold-dim);
  letter-spacing: 0.3em;
  margin-bottom: 32px;
}
.closing-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 300;
  font-style: italic;
  color: var(--ivory);
  line-height: 1.15;
  margin-bottom: 28px;
}
.closing-body {
  font-size: 15px;
  color: var(--text-dim);
  line-height: 1.75;
}

/* FOOTER */
.footer {
  padding: 36px 48px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--gold-dim);
}
.footer-copy {
  font-size: 11px;
  color: var(--text-dim);
  letter-spacing: 0.06em;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav, .manifesto, .facts, .stack, .closing, .footer {
    padding-left: 24px;
    padding-right: 24px;
  }
  .manifesto { padding-top: 60px; padding-bottom: 60px; }
  .manifesto-headline { font-size: 44px; }
  .manifesto-stats { gap: 28px; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact-card--wide { grid-column: span 1; }
  .stack-steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid var(--border); padding: 24px 0; }
  .step:not(:first-child) { padding-left: 0; }
  .step:last-child { border-bottom: none; }
  .closing-headline { font-size: 36px; }
  .footer { flex-direction: column; gap: 8px; text-align: center; }
}