:root {
  --bg: #0e0e0e;
  --bg-surface: #171717;
  --bg-card: #1e1e1e;
  --fg: #f0ede6;
  --fg-muted: #888580;
  --accent: #e8a045;
  --accent-dim: rgba(232, 160, 69, 0.12);
  --border: rgba(240, 237, 230, 0.08);
}

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

html { font-size: 16px; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--fg-muted); border-radius: 3px; }

/* NAV */
.nav {
  padding: 28px 48px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(14,14,14,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { max-width: 1200px; margin: 0 auto; }
.nav-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.2rem; letter-spacing: -0.02em; color: var(--fg); }

/* MANIFESTO */
.manifesto {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 48px 100px;
  position: relative;
}
.manifesto::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(232,160,69,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.manifesto-inner { max-width: 900px; margin: 0 auto; }
.manifesto-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
}
.manifesto-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 32px;
}
.manifesto-body {
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--fg-muted);
  max-width: 560px;
  margin-bottom: 56px;
}
.manifesto-rule {
  height: 1px;
  background: var(--border);
  margin-bottom: 40px;
}
.manifesto-stats {
  display: flex;
  align-items: center;
  gap: 40px;
}
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat-number {
  font-family: 'Syne', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
.stat-label {
  font-size: 0.78rem;
  color: var(--fg-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
}

/* STACK */
.stack { padding: 100px 48px; }
.stack-header { max-width: 1200px; margin: 0 auto 64px; }
.section-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.stack-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
.stack-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.stack-card {
  background: var(--bg-card);
  padding: 44px 44px 48px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
}
.stack-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 0;
  background: var(--accent);
  transition: height 0.4s ease;
}
.stack-card:hover::after { height: 100%; }
.stack-card-icon { color: var(--accent); }
.stack-card-title {
  font-family: 'Syne', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.stack-card-body {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--fg-muted);
}

/* OUTCOMES */
.outcomes { padding: 80px 48px 100px; }
.outcomes-inner { max-width: 1200px; margin: 0 auto; }
.outcomes-grid { display: flex; flex-direction: column; gap: 0; margin-top: 40px; }
.outcome { display: flex; align-items: center; gap: 32px; padding: 28px 0; border-bottom: 1px solid var(--border); }
.outcome:first-child { border-top: 1px solid var(--border); }
.outcome-rule { width: 32px; height: 2px; background: var(--accent); flex-shrink: 0; }
.outcome-text { font-family: 'Syne', sans-serif; font-size: 1.3rem; font-weight: 600; letter-spacing: -0.02em; }

/* CLOSING */
.closing {
  padding: 80px 48px 120px;
  background: var(--accent-dim);
  border-top: 1px solid var(--border);
}
.closing-inner { max-width: 1200px; margin: 0 auto; }
.closing-statement {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--fg);
  max-width: 800px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav { padding: 20px 24px; }
  .manifesto { padding: 120px 24px 80px; }
  .manifesto-stats { gap: 24px; }
  .stack { padding: 80px 24px; }
  .stack-grid { grid-template-columns: 1fr; }
  .stack-card { padding: 32px 28px; }
  .outcomes { padding: 60px 24px 80px; }
  .closing { padding: 60px 24px 80px; }
}
@media (max-width: 480px) {
  .manifesto-stats { flex-wrap: wrap; gap: 24px; }
  .stat-divider { display: none; }
}