:root {
  --bg: #0a0a14;
  --bg-surface: #111124;
  --fg: #f0ede8;
  --fg-muted: #8a8799;
  --accent: #f0a500;
  --accent-dim: rgba(240, 165, 0, 0.12);
  --border: rgba(240, 165, 0, 0.15);
  --radius: 8px;
}

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

html { scroll-behavior: smooth; font-size: 16px; }

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

/* ── HERO ── */
.hero {
  position: relative;
  padding: 120px 24px 100px;
  overflow: hidden;
}

.hero-bg-shape {
  position: absolute;
  top: -80px;
  right: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(240,165,0,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-inner {
  max-width: 800px;
  margin: 0 auto;
}

.hero-eyebrow {
  font-family: 'Syne', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
}

.hero-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 28px;
}

.hero-sub {
  font-size: 1.15rem;
  color: var(--fg-muted);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 56px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 40px;
}

.stat { display: flex; flex-direction: column; gap: 4px; }

.stat-value {
  font-family: 'Syne', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.stat-label {
  font-size: 0.8rem;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
}

.stat-divider {
  width: 1px;
  height: 48px;
  background: var(--border);
}

/* ── MANIFESTO ── */
.manifesto {
  padding: 100px 24px;
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.manifesto-inner { max-width: 760px; margin: 0 auto; }

.manifesto-label {
  font-family: 'Syne', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.manifesto-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--fg);
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.manifesto-inverse { color: var(--accent); }

.manifesto-body {
  font-size: 1.05rem;
  color: var(--fg-muted);
  line-height: 1.75;
  margin-bottom: 56px;
}

.manifesto-divider {
  height: 1px;
  background: var(--border);
  margin: 56px 0;
}

/* ── HOW IT WORKS ── */
.howitworks { padding: 100px 24px; }
.howitworks-inner { max-width: 900px; margin: 0 auto; }

.section-label {
  font-family: 'Syne', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 56px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.step-num {
  font-family: 'Syne', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.step-title {
  font-family: 'Syne', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 12px;
}

.step-body { font-size: 0.95rem; color: var(--fg-muted); line-height: 1.7; }

/* ── WHAT IT DOES ── */
.whatitdoes { padding: 100px 24px; background: var(--bg-surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.whatitdoes-inner { max-width: 1000px; margin: 0 auto; }

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.capability {
  padding: 28px 24px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.cap-icon {
  color: var(--accent);
  margin-bottom: 16px;
}

.cap-title {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 10px;
}

.cap-body { font-size: 0.88rem; color: var(--fg-muted); line-height: 1.65; }

/* ── CLOSING ── */
.closing {
  padding: 120px 24px;
  text-align: center;
}

.closing-inner { max-width: 680px; margin: 0 auto; }

.closing-statement {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--fg);
  margin-bottom: 32px;
}

.closing-tagline {
  font-size: 1rem;
  color: var(--fg-muted);
  line-height: 1.7;
}

/* ── FOOTER ── */
.site-footer { padding: 40px 24px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1000px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-brand { display: flex; flex-direction: column; gap: 4px; }
.footer-name { font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--fg); }
.footer-tagline { font-size: 0.75rem; color: var(--fg-muted); }
.footer-copy { font-size: 0.8rem; color: var(--fg-muted); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero { padding: 80px 20px 70px; }
  .hero-stats { gap: 24px; }
  .stat-value { font-size: 1.8rem; }
  .steps-grid { grid-template-columns: 1fr; gap: 40px; }
  .capabilities-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-inner { flex-direction: column; gap: 16px; text-align: center; }
  .manifesto, .howitworks, .whatitdoes, .closing { padding: 70px 20px; }
  .manifesto-divider { margin: 40px 0; }
}

@media (max-width: 480px) {
  .hero-stats { flex-wrap: wrap; }
  .stat-divider { display: none; }
}