:root {
  --navy: #0D1B2A;
  --navy-light: #152235;
  --amber: #E8A838;
  --amber-dim: rgba(232, 168, 56, 0.15);
  --white: #F8F9FA;
  --slate: #94A3B8;
  --slate-light: #CBD5E1;
  --surface: #0A1620;
}

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

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--navy);
  color: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 20px 40px; }
.nav-inner { max-width: 1200px; margin: 0 auto; }
.nav-logo { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 600; letter-spacing: -0.02em; color: var(--white); }

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 40px 80px;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(232,168,56,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232,168,56,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-node { position: absolute; border-radius: 50%; }
.hero-node-1 { width: 320px; height: 320px; background: radial-gradient(circle, rgba(232,168,56,0.06) 0%, transparent 70%); top: 10%; left: -5%; }
.hero-node-2 { width: 240px; height: 240px; background: radial-gradient(circle, rgba(232,168,56,0.04) 0%, transparent 70%); bottom: 15%; right: 5%; }
.hero-node-3 { width: 180px; height: 180px; background: radial-gradient(circle, rgba(232,168,56,0.05) 0%, transparent 70%); top: 50%; right: 20%; }

.hero-content { position: relative; max-width: 900px; margin: 0 auto; text-align: center; }
.hero-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 28px; display: block;
}
.hero-headline {
  font-family: 'Fraunces', serif; font-size: clamp(40px, 6vw, 72px); font-weight: 700;
  line-height: 1.1; letter-spacing: -0.03em; color: var(--white); margin-bottom: 28px;
}
.hero-headline em { font-style: italic; color: var(--amber); }
.hero-sub {
  font-size: clamp(16px, 2vw, 20px); color: var(--slate); max-width: 560px; margin: 0 auto; line-height: 1.7;
}

/* MANIFESTO */
.manifesto { padding: 100px 40px; background: var(--navy-light); }
.manifesto-inner { max-width: 760px; margin: 0 auto; }
.manifesto-label, .capabilities-label, .process-label, .closing-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 20px; display: block;
}
.manifesto-quote {
  font-family: 'Fraunces', serif; font-size: clamp(20px, 3vw, 28px); font-weight: 300;
  line-height: 1.5; color: var(--white); margin-bottom: 28px;
  font-style: italic; border-left: 3px solid var(--amber); padding-left: 28px;
}
.manifesto-body { font-size: 17px; color: var(--slate); line-height: 1.8; }
.manifesto-body strong { color: var(--white); }

/* CAPABILITIES */
.capabilities { padding: 100px 40px; }
.capabilities-inner { max-width: 1200px; margin: 0 auto; }
.capabilities-headline {
  font-family: 'Fraunces', serif; font-size: clamp(28px, 4vw, 48px); font-weight: 700;
  line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 64px;
}
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(232,168,56,0.12); }
.cap-card { background: var(--navy); padding: 48px 40px; position: relative; }

/* CAP ART */
.cap-art { height: 80px; margin-bottom: 32px; position: relative; display: flex; align-items: center; justify-content: flex-start; }

/* Support: orbital rings */
.cap-art-support { justify-content: center; }
.cap-art-ring {
  width: 56px; height: 56px; border: 1.5px solid var(--amber); border-radius: 50%;
  position: absolute;
}
.cap-art-ring-2 { width: 36px; height: 36px; border-color: rgba(232,168,56,0.4); }
.cap-art-core {
  width: 12px; height: 12px; background: var(--amber); border-radius: 50%; position: relative; z-index: 1;
}

/* Scheduling: bar chart morphing to arrow */
.cap-art-schedule { align-items: flex-end; gap: 8px; }
.cap-art-bar {
  width: 12px; background: var(--amber); opacity: 0.8; border-radius: 2px 2px 0 0;
  height: 40px;
}
.cap-art-bar-2 { height: 28px; opacity: 0.5; }
.cap-art-bar-3 { height: 20px; opacity: 0.3; }
.cap-art-arrow {
  width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent;
  border-left: 14px solid var(--amber); opacity: 0.8; margin-left: 8px;
}

/* Ops: cube with trail */
.cap-art-ops { align-items: center; }
.cap-art-cube {
  width: 24px; height: 24px; border: 2px solid var(--amber); transform: rotate(45deg);
}
.cap-art-trail {
  position: absolute; height: 2px; background: linear-gradient(90deg, var(--amber), transparent);
  width: 80px; right: 0; opacity: 0.4;
}

.cap-title { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 600; margin-bottom: 12px; }
.cap-desc { color: var(--slate); font-size: 15px; line-height: 1.7; margin-bottom: 24px; }
.cap-list { list-style: none; }
.cap-list li {
  font-size: 14px; color: var(--slate-light); padding: 6px 0; padding-left: 16px;
  position: relative;
}
.cap-list li::before { content: '—'; position: absolute; left: 0; color: var(--amber); font-size: 12px; }

/* PROCESS */
.process { padding: 100px 40px; background: var(--navy-light); }
.process-inner { max-width: 1200px; margin: 0 auto; }
.process-headline {
  font-family: 'Fraunces', serif; font-size: clamp(28px, 4vw, 48px); font-weight: 700;
  line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 72px;
}
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.step { position: relative; }
.step-number {
  font-family: 'Fraunces', serif; font-size: 56px; font-weight: 700; color: rgba(232,168,56,0.15);
  line-height: 1; margin-bottom: 16px;
}
.step-line { width: 40px; height: 1px; background: var(--amber); margin-bottom: 20px; }
.step-title { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 600; margin-bottom: 12px; }
.step-desc { color: var(--slate); font-size: 15px; line-height: 1.7; }

/* OUTCOMES */
.outcomes { padding: 80px 40px; border-top: 1px solid rgba(232,168,56,0.1); border-bottom: 1px solid rgba(232,168,56,0.1); }
.outcomes-inner { max-width: 1000px; margin: 0 auto; }
.outcomes-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 0; }
.outcome-stat { text-align: center; padding: 0 32px; }
.outcome-number { font-family: 'Fraunces', serif; font-size: 48px; font-weight: 700; color: var(--amber); line-height: 1; margin-bottom: 8px; }
.outcome-label { font-size: 14px; color: var(--slate); }
.outcome-divider { width: 1px; height: 60px; background: rgba(232,168,56,0.2); }

/* CLOSING */
.closing { padding: 120px 40px; text-align: center; }
.closing-inner { max-width: 800px; margin: 0 auto; }
.closing-statement {
  font-family: 'Fraunces', serif; font-size: clamp(24px, 4vw, 42px); font-weight: 700;
  line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 28px;
}
.closing-statement em { font-style: italic; color: var(--amber); }
.closing-body { font-size: 17px; color: var(--slate); margin-bottom: 40px; line-height: 1.8; }
.closing-vision {
  display: inline-block; padding: 16px 28px; border: 1px solid rgba(232,168,56,0.3);
  font-size: 14px; color: var(--slate-light); font-style: italic;
  font-family: 'Fraunces', serif;
}

/* FOOTER */
.footer { padding: 32px 40px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-logo { font-family: 'Fraunces', serif; font-size: 16px; font-weight: 600; }
.footer-tagline { font-size: 13px; color: var(--slate); }
.footer-meta { font-size: 12px; color: var(--slate); opacity: 0.5; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .cap-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; gap: 40px; }
  .outcomes-grid { grid-template-columns: 1fr; gap: 32px; }
  .outcome-divider { display: none; }
  .outcome-stat { padding: 0; }
}
@media (max-width: 600px) {
  .hero { padding: 100px 24px 60px; }
  .manifesto, .capabilities, .process, .closing { padding: 64px 24px; }
  .cap-card { padding: 36px 28px; }
  .footer { padding: 24px; }
}