/* ── Variables ─────────────────────────────────────────── */
:root {
  --bg:       #0A0A0B;
  --surface:  #131318;
  --border:   #22222C;
  --text:     #F0EDE8;
  --muted:    #7A7874;
  --accent:   #F5A623;
  --accent-2: #FF6B35;
  --radius:   14px;
  --font-head: 'Fraunces', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

/* ── Reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── Topbar ────────────────────────────────────────────── */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  border-bottom: 1px solid var(--border);
}
.wordmark {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--text);
}
.tagline {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.03em;
}

/* ── Hero ──────────────────────────────────────────────── */
.hero {
  padding: 96px 48px 80px;
  max-width: 860px;
}
.hero-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
  display: inline-block;
  background: rgba(245,166,35,0.1);
  padding: 5px 12px;
  border-radius: 20px;
}
.hero-headline {
  font-family: var(--font-head);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  color: var(--text);
  margin-bottom: 28px;
}
.hero-headline em {
  font-style: italic;
  color: var(--accent);
}
.hero-lede {
  font-size: 18px;
  color: var(--muted);
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.cta-pill {
  display: inline-block;
  background: var(--accent);
  color: #0A0A0B;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  letter-spacing: 0.02em;
}

/* ── Stats ─────────────────────────────────────────────── */
.stats {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 36px 48px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.stat-group {
  flex: 1;
  padding: 0 40px;
}
.stat-number {
  font-family: var(--font-head);
  font-size: 40px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}
.stat-divider {
  width: 1px;
  height: 48px;
  background: var(--border);
}

/* ── Features ──────────────────────────────────────────── */
.features {
  padding: 88px 48px;
}
.section-title {
  font-family: var(--font-head);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 48px;
  color: var(--text);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  transition: border-color 0.2s;
}
.feature-card:hover {
  border-color: rgba(245,166,35,0.3);
}
.feature-icon {
  width: 48px;
  height: 48px;
  background: rgba(245,166,35,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 20px;
}
.feature-card h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--text);
}
.feature-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* ── Process ───────────────────────────────────────────── */
.process {
  padding: 88px 48px;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.step-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.step {
  flex: 1;
  padding: 0 32px;
}
.step-num {
  font-family: var(--font-head);
  font-size: 48px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 16px;
}
.step h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--text);
}
.step p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}
.step-connector {
  display: flex;
  align-items: center;
  padding-top: 20px;
  color: var(--border);
}

/* ── Manifesto ─────────────────────────────────────────── */
.manifesto {
  padding: 96px 48px;
  background: linear-gradient(135deg, #0A0A0B 0%, #12100A 100%);
}
.manifesto-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.manifesto-statement {
  font-family: var(--font-head);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  font-style: italic;
  color: var(--text);
  line-height: 1.4;
  margin-bottom: 24px;
}
.manifesto-sub {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
}

/* ── Footer ─────────────────────────────────────────────── */
.footer {
  border-top: 1px solid var(--border);
  padding: 32px 48px;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-brand {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}
.footer-tagline {
  font-size: 13px;
  color: var(--muted);
}

/* ── Mobile Responsive ─────────────────────────────────── */
@media (max-width: 768px) {
  .topbar { padding: 16px 24px; }
  .tagline { display: none; }
  .hero { padding: 64px 24px 56px; }
  .hero-headline { letter-spacing: -1px; }
  .stats { flex-direction: column; gap: 24px; padding: 32px 24px; }
  .stat-group { padding: 0; }
  .stat-divider { display: none; }
  .features { padding: 64px 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .process { padding: 64px 24px; }
  .step-row { flex-direction: column; gap: 32px; }
  .step-connector { display: none; }
  .manifesto { padding: 64px 24px; }
  .footer { padding: 24px; }
  .footer-inner { flex-direction: column; gap: 8px; align-items: flex-start; }
}
@media (max-width: 375px) {
  body { font-size: 15px; }
  .hero-headline { font-size: 40px; }
  .cta-pill { padding: 10px 20px; font-size: 13px; }
}