:root {
  --nav-bg: #0d1b2a;
  --bg: #f4f1eb;
  --surface: #ffffff;
  --text: #0d1b2a;
  --text-secondary: #4a5568;
  --accent: #c8922a;
  --accent-dim: rgba(200, 146, 42, 0.15);
  --nav-text: #ffffff;
  --border: rgba(13, 27, 42, 0.12);
  --radius: 4px;
}

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

body {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav {
  background: var(--nav-bg);
  padding: 1rem 2rem;
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--nav-text);
  letter-spacing: -0.01em;
}

/* HERO */
.hero {
  background: var(--nav-bg);
  padding: 5rem 2rem 6rem;
  color: var(--nav-text);
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}
.hero-headline em {
  font-style: italic;
  color: var(--accent);
}
.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
  margin-bottom: 1.75rem;
  max-width: 480px;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.badge {
  background: rgba(200, 146, 42, 0.15);
  border: 1px solid rgba(200, 146, 42, 0.3);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 2px;
}

/* STACK CARD */
.stack-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  overflow: hidden;
}
.stack-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.stack-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
}
.stack-dot.active { background: #22c55e; box-shadow: 0 0 6px #22c55e80; }
.stack-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.5);
}
.stack-items { padding: 0.5rem 0; }
.stack-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.stack-item:last-child { border-bottom: none; }
.stack-item.done { opacity: 0.5; }
.stack-item-left { display: flex; align-items: center; gap: 0.75rem; }
.stack-priority {
  width: 6px; height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.stack-priority.high { background: #ef4444; }
.stack-priority.med { background: var(--accent); }
.stack-priority.low { background: #6b7280; }
.stack-priority.done { background: #22c55e; }
.stack-name { font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.85); display: block; }
.stack-agency { font-size: 0.68rem; color: rgba(255,255,255,0.4); }
.stack-item-right { text-align: right; }
.stack-value { font-size: 0.82rem; font-weight: 600; color: var(--accent); display: block; }
.stack-match { font-size: 0.65rem; color: rgba(255,255,255,0.4); }

/* STATS */
.stats {
  background: var(--text);
  padding: 3rem 2rem;
  color: #fff;
}
.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 0.2rem;
}
.stat-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.4;
}
.stat-divider {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.12);
}

/* HOW IT WORKS */
.howitworks {
  padding: 5rem 2rem;
  background: var(--surface);
}
.howitworks-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.section-eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}
.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3.5rem;
  letter-spacing: -0.02em;
}
.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3rem;
}
.process-step {
  border-left: 2px solid var(--accent-dim);
  padding-left: 1.5rem;
}
.step-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-dim);
  line-height: 1;
  margin-bottom: 0.75rem;
}
.step-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.step-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* FEATURES */
.features {
  padding: 5rem 2rem;
  background: var(--bg);
}
.features-inner { max-width: 1100px; margin: 0 auto; }
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
}
.feature-icon {
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-dim);
  border-radius: var(--radius);
  color: var(--accent);
  margin-bottom: 1rem;
}
.feature-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.feature-desc {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* MANIFESTO */
.manifesto {
  background: var(--text);
  color: #fff;
  padding: 5rem 2rem;
}
.manifesto-inner { max-width: 700px; margin: 0 auto; }
.manifesto-quote { }
.manifesto-text {
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.85);
  margin-bottom: 1.5rem;
}
.manifesto-text:last-child { color: var(--accent); font-weight: 500; }

/* CLOSING */
.closing {
  background: var(--accent);
  padding: 5rem 2rem;
  text-align: center;
}
.closing-inner { max-width: 700px; margin: 0 auto; }
.closing-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--nav-bg);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.closing-sub {
  font-size: 1rem;
  color: rgba(13, 27, 42, 0.65);
  line-height: 1.6;
}

/* FOOTER */
.footer {
  background: var(--nav-bg);
  padding: 2rem;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--nav-text);
}
.footer-tagline {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .stats-inner { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .stat-divider { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { flex-direction: column; gap: 0.5rem; }
}
@media (max-width: 480px) {
  .feature-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr; }
  .hero { padding: 3rem 1.5rem 4rem; }
  .stats { padding: 2rem 1.5rem; }
  .howitworks { padding: 3rem 1.5rem; }
  .features { padding: 3rem 1.5rem; }
  .manifesto { padding: 3rem 1.5rem; }
  .closing { padding: 3rem 1.5rem; }
}