/* Base */
:root {
  --navy: #0B1628;
  --navy-mid: #132038;
  --navy-light: #1A3050;
  --gold: #C9A84C;
  --gold-light: #E2C06A;
  --white: #F8F6F1;
  --cream: #EDE9E0;
  --slate: #8898AA;
  --red: #C0392B;
}

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

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

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-brand { font-family: 'DM Sans', sans-serif; font-weight: 600; letter-spacing: 0.2em; font-size: 14px; color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 24px; }
.nav-meta { font-size: 11px; color: var(--slate); letter-spacing: 0.1em; text-transform: uppercase; }
.nav-cta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--navy);
  background: var(--gold);
  padding: 8px 18px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s;
}
.nav-cta:hover { background: var(--gold-light); }

/* Hero */
.hero {
  padding: 80px 48px 64px;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}
.hero-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 4px 10px;
  border: 1px solid var(--gold);
  display: inline-block;
}
.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 24px;
}
.hero-sub {
  font-size: 16px;
  color: var(--slate);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.hero-creds {
  display: flex;
  gap: 36px;
}
.cred-item { display: flex; flex-direction: column; gap: 4px; }
.cred-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--slate); }
.cred-value { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--gold); }

/* Mission Card */
.mission-card {
  background: var(--navy-mid);
  border: 1px solid rgba(201,168,76,0.25);
  padding: 32px;
  position: relative;
}
.mission-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--gold);
}
.mission-tag {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mission-lines { display: flex; flex-direction: column; gap: 12px; }
.mission-line { display: flex; gap: 12px; font-size: 13px; }
.ml-key { color: var(--slate); width: 80px; flex-shrink: 0; }
.ml-val { color: var(--white); }
.mission-status { color: #4CAF50; font-weight: 600; }
.mission-stamp {
  margin-top: 24px;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gold);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 16px;
  text-transform: uppercase;
}

/* Manifesto */
.manifesto {
  background: var(--navy-mid);
  padding: 80px 48px;
}
.manifesto-inner { max-width: 860px; margin: 0 auto; }
.manifesto-label {
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.manifesto-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 28px;
}
.manifesto-body p {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.8;
  margin-bottom: 16px;
}
.manifesto-creds {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 40px;
}
.mc-item { display: flex; gap: 16px; align-items: flex-start; }
.mc-icon { color: var(--gold); font-size: 8px; margin-top: 6px; flex-shrink: 0; }
.mc-title { font-size: 12px; letter-spacing: 0.15em; font-weight: 600; color: var(--gold); margin-bottom: 4px; text-transform: uppercase; }
.mc-desc { font-size: 14px; color: var(--slate); line-height: 1.5; }

/* Operations */
.operations { padding: 80px 48px; }
.ops-header { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.ops-label { font-size: 10px; letter-spacing: 0.25em; color: var(--gold); text-transform: uppercase; margin-bottom: 12px; }
.ops-headline { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.5vw, 42px); font-weight: 700; color: var(--white); margin-bottom: 16px; }
.ops-sub { font-size: 15px; color: var(--slate); }
.ops-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2px;
  max-width: 1100px;
  margin: 0 auto;
}
.ops-card {
  background: var(--navy-mid);
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.04);
  position: relative;
}
.ops-card--featured { border-color: rgba(201,168,76,0.3); background: var(--navy-light); }
.ops-badge { font-size: 9px; letter-spacing: 0.15em; color: var(--gold); text-transform: uppercase; margin-bottom: 12px; }
.ops-icon { font-size: 18px; color: var(--gold); margin-bottom: 12px; }
.ops-name { font-size: 15px; font-weight: 600; color: var(--white); margin-bottom: 8px; }
.ops-desc { font-size: 13px; color: var(--slate); line-height: 1.5; }

/* Mission Tiers */
.tiers { padding: 80px 48px; background: var(--navy-mid); }
.tiers-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.tiers-label { font-size: 10px; letter-spacing: 0.25em; color: var(--gold); text-transform: uppercase; margin-bottom: 12px; }
.tiers-headline { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.5vw, 42px); font-weight: 700; color: var(--white); }
.tiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: 1100px;
  margin: 0 auto;
}
.tier-card {
  background: var(--navy);
  padding: 36px 28px;
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  position: relative;
}
.tier-card--primary { border-color: rgba(201,168,76,0.4); }
.tier-card--gold { background: linear-gradient(135deg, var(--navy) 0%, #1a1500 100%); border-color: var(--gold); }
.tier-popular {
  position: absolute;
  top: -1px; left: 28px;
  font-size: 9px;
  letter-spacing: 0.15em;
  color: var(--navy);
  background: var(--gold);
  padding: 3px 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.tier-name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--gold); margin-bottom: 4px; }
.tier-card--gold .tier-name { color: var(--gold-light); }
.tier-label-sm { font-size: 11px; color: var(--slate); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 20px; }
.tier-price { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: var(--white); margin-bottom: 16px; }
.tier-unit { font-size: 14px; color: var(--slate); font-family: 'DM Sans', sans-serif; }
.tier-desc { font-size: 13px; color: var(--slate); line-height: 1.6; margin-bottom: 24px; flex-grow: 0; }
.tier-specs { list-style: none; margin-bottom: 24px; flex-grow: 1; }
.tier-specs li { font-size: 12px; color: var(--cream); padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.tier-specs li:last-child { border-bottom: none; }
.tier-ideal { font-size: 11px; color: var(--gold); font-style: italic; }
.tiers-footnote { text-align: center; font-size: 12px; color: var(--slate); max-width: 560px; margin: 32px auto 0; }

/* Closing */
.closing { padding: 80px 48px; background: var(--navy); }
.closing-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.closing-rule { width: 1px; height: 48px; background: var(--gold); margin: 0 auto 32px; }
.closing-eyebrow { font-size: 10px; letter-spacing: 0.3em; color: var(--gold); text-transform: uppercase; margin-bottom: 20px; }
.closing-headline { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 48px); font-weight: 700; line-height: 1.2; color: var(--white); margin-bottom: 24px; }
.closing-body { font-size: 15px; color: var(--slate); line-height: 1.8; max-width: 600px; margin: 0 auto 40px; }
.closing-creds { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 11px; color: var(--slate); letter-spacing: 0.05em; text-transform: uppercase; }
.closing-dot { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; }

/* Footer */
.footer { padding: 48px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.footer-brand { font-size: 12px; letter-spacing: 0.3em; color: var(--gold); font-weight: 600; margin-bottom: 12px; }
.footer-tagline { font-size: 13px; color: var(--slate); margin-bottom: 8px; }
.footer-meta { font-size: 11px; color: rgba(136,152,170,0.6); }

/* Responsive */
@media (max-width: 768px) {
  .navbar { padding: 16px 24px; }
  .hero { padding: 48px 24px 40px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-right { order: -1; }
  .hero-creds { gap: 24px; }
  .manifesto, .operations, .tiers, .closing { padding: 56px 24px; }
  .tiers-grid { grid-template-columns: 1fr; }
  .ops-grid { grid-template-columns: 1fr 1fr; }
  .closing-creds { gap: 12px; }
}
@media (max-width: 480px) {
  .ops-grid { grid-template-columns: 1fr; }
}