:root {
  --bg: #08080C;
  --surface: #0E0E16;
  --surface-alt: #13131E;
  --amber: #E8943A;
  --amber-dim: rgba(232, 148, 58, 0.12);
  --steel: #9A9AAD;
  --steel-dim: rgba(154, 154, 173, 0.15);
  --white: #F0EEE8;
  --white-dim: rgba(240, 238, 232, 0.6);
  --border: rgba(154, 154, 173, 0.12);
}

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

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

/* ── NAV ─────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(8,8,12,0.95) 0%, rgba(8,8,12,0) 100%);
}
.nav-inner { display: flex; align-items: center; gap: 16px; }
.nav-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.08em;
  color: var(--amber);
}
.nav-tag {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--steel);
  border: 1px solid var(--border);
  padding: 3px 8px;
  border-radius: 3px;
}

/* ── HERO ─────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 48px 80px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 20px;
}
.hero-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 28px;
}
.hero-sub {
  font-size: 17px;
  color: var(--steel);
  max-width: 420px;
  line-height: 1.7;
}

/* Film frame visual */
.hero-right { display: flex; flex-direction: column; gap: 28px; }
.film-frame {
  position: relative;
  background: var(--surface);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 16/9;
}
.film-frame-inner {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, #1a1210 0%, #0c0c14 50%, #101210 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
/* Projector light sweep */
.film-frame-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 40%, rgba(232, 148, 58, 0.08) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 70%, rgba(232, 148, 58, 0.05) 0%, transparent 50%);
}
.film-frame-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent 0px,
    transparent 3px,
    rgba(0,0,0,0.04) 3px,
    rgba(0,0,0,0.04) 4px
  );
  pointer-events: none;
}
.film-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: rgba(232, 148, 58, 0.4);
  position: relative;
  z-index: 1;
}
.film-frame-number {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(154, 154, 173, 0.5);
  position: relative;
  z-index: 1;
}
.film-grain-overlay {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  opacity: 0.4;
  z-index: 0;
}

.hero-stats { display: flex; gap: 0; }
.stat {
  flex: 1;
  padding: 16px 20px;
  border: 1px solid var(--border);
  border-left: none;
  background: var(--surface);
}
.stat:first-child { border-left: 1px solid var(--border); border-radius: 4px 0 0 4px; }
.stat:last-child { border-radius: 0 4px 4px 0; }
.stat-num {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 4px;
}
.stat-label {
  font-size: 11px;
  color: var(--steel);
  letter-spacing: 0.05em;
}

/* ── MANIFESTO ────────────────────────────────── */
.manifesto {
  padding: 100px 48px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.manifesto-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.manifesto-quote {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 32px;
  letter-spacing: 0.01em;
}
.manifesto-body {
  font-size: 16px;
  color: var(--steel);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ── WHAT IT DOES ─────────────────────────────── */
.what { padding: 100px 48px; }
.section-header { margin-bottom: 60px; }
.section-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 16px;
}
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: var(--white);
}
.what-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
.what-card {
  background: var(--surface);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.what-card-icon {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 4px;
}
.what-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.02em;
}
.what-card p {
  font-size: 14px;
  color: var(--steel);
  line-height: 1.65;
}

/* ── PIPELINE ─────────────────────────────────── */
.pipeline { padding: 100px 48px; }
.pipeline-stages {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  padding-bottom: 8px;
}
.pipeline-stage {
  flex: 1;
  min-width: 180px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.stage-number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  color: rgba(232, 148, 58, 0.2);
  line-height: 1;
}
.stage-body h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.stage-body p {
  font-size: 13px;
  color: var(--steel);
  line-height: 1.65;
}
.pipeline-arrow {
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: var(--steel);
  flex-shrink: 0;
  opacity: 0.5;
}

/* ── DIFFERENTIATOR ──────────────────────────── */
.diff { padding: 100px 48px; border-top: 1px solid var(--border); }
.diff-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.diff-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.05;
  color: var(--white);
  margin-top: 20px;
}
.diff-table {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
}
.diff-row {
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  padding: 14px 20px;
  gap: 16px;
  border-bottom: 1px solid var(--border);
  align-items: center;
  font-size: 13px;
}
.diff-row:last-child { border-bottom: none; }
.diff-header-row {
  background: var(--surface);
  color: var(--steel);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.diff-row span:first-child { color: var(--steel); }
.cross { color: rgba(154, 154, 173, 0.35); font-size: 18px; text-align: center; }
.check { color: var(--amber); font-size: 18px; text-align: center; }

/* ── CLOSING ──────────────────────────────────── */
.closing {
  padding: 120px 48px;
  border-top: 1px solid var(--border);
}
.closing-inner { max-width: 900px; margin: 0 auto; }
.closing-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.0;
  color: var(--white);
  margin-bottom: 32px;
  letter-spacing: 0.01em;
}
.closing-body {
  font-size: 17px;
  color: var(--steel);
  line-height: 1.8;
  max-width: 640px;
  margin-bottom: 32px;
}
.closing-tagline {
  font-size: 15px;
  color: var(--amber);
  font-weight: 500;
  line-height: 1.7;
}

/* ── FOOTER ───────────────────────────────────── */
.footer {
  padding: 40px 48px;
  border-top: 1px solid var(--border);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.footer-brand { display: flex; flex-direction: column; gap: 6px; }
.footer-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: var(--amber);
}
.footer-desc { font-size: 12px; color: var(--steel); max-width: 300px; }
.footer-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--steel);
}
.footer-dot {
  width: 3px; height: 3px;
  background: var(--steel);
  border-radius: 50%;
}

/* ── RESPONSIVE ───────────────────────────────── */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-right { order: -1; }
  .hero-headline { font-size: 56px; }
  .what-grid { grid-template-columns: 1fr 1fr; }
  .diff-grid { grid-template-columns: 1fr; gap: 48px; }
  .nav { padding: 16px 24px; }
  .hero, .manifesto, .what, .pipeline, .diff, .closing { padding: 80px 24px; }
}
@media (max-width: 600px) {
  .what-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-direction: column; }
  .stat { border-left: 1px solid var(--border); border-top: none; }
  .stat:first-child { border-top: 1px solid var(--border); border-radius: 4px 4px 0 0; }
  .stat:last-child { border-radius: 0 0 4px 4px; }
}