:root {
  --bg: #16161A;
  --fg: #F5F2EC;
  --accent: #E8A849;
  --accent-dim: rgba(232, 168, 73, 0.15);
  --muted: rgba(245, 242, 236, 0.45);
  --border: rgba(245, 242, 236, 0.1);
  --surface: #1E1E24;
}

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

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

/* ── Navigation ── */
.nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 2rem 4rem;
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--fg);
  letter-spacing: 0.04em;
}
.nav-tagline {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── Hero ── */
.hero {
  padding: 7rem 4rem 5rem;
  max-width: 900px;
}
.hero-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}
.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--fg);
  margin-bottom: 1.75rem;
}
.hero-sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.75;
  margin-bottom: 3rem;
}
.hero-datum {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 0.5rem 1rem;
}
.datum-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.datum-value {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--accent);
}

/* ── Metrics ── */
.metrics {
  padding: 4rem 4rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.metrics-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
}
.metric-card {
  background: var(--bg);
  padding: 2.5rem 2rem;
}
.metric-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--fg);
  line-height: 1;
  margin-bottom: 0.75rem;
}
.metric-label {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.metric-source {
  font-size: 0.62rem;
  color: var(--accent);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ── How ── */
.how {
  padding: 6rem 4rem;
}
.how-header { margin-bottom: 4rem; }
.section-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--fg);
}
.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.step-number {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 1rem;
}
.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 0.75rem;
}
.step-desc {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.75;
}

/* ── Outcomes ── */
.outcomes {
  background: var(--surface);
  padding: 6rem 4rem;
}
.outcomes-heading { margin-bottom: 3rem; }
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
}
.outcome {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.outcome-icon {
  flex-shrink: 0;
  width: 28px;
  margin-top: 0.15rem;
}
.outcome-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}
.outcome-desc {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ── Closing ── */
.closing {
  padding: 7rem 4rem;
  border-top: 1px solid var(--border);
}
.closing-inner { max-width: 680px; }
.closing-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 400;
  font-style: italic;
  color: var(--fg);
  line-height: 1.35;
  margin-bottom: 1.5rem;
}
.closing-sub {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.8;
  max-width: 520px;
}

/* ── Footer ── */
.footer {
  padding: 3rem 4rem;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--fg);
  letter-spacing: 0.04em;
}
.footer-tagline {
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.08em;
}
.footer-markets {
  margin-left: auto;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--accent);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .nav, .hero, .metrics, .how, .outcomes, .closing, .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .hero { padding-top: 4rem; padding-bottom: 3rem; }
  .hero-headline { font-size: 2.8rem; }
  .metrics-row { grid-template-columns: 1fr; }
  .how-steps { grid-template-columns: 1fr; gap: 2.5rem; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .footer { flex-wrap: wrap; gap: 0.75rem; }
  .footer-markets { margin-left: 0; }
}
@media (max-width: 480px) {
  .nav-logo { font-size: 1.2rem; }
  .metric-value { font-size: 2.8rem; }
}
