:root {
  --ink: #060708;
  --ink-soft: #0b0d0f;
  --ink-raised: #111418;
  --paper: #eeeee9;
  --white: #ffffff;
  --signal: #b9f36a;
  --signal-deep: #486324;
  --signal-muted: #819b54;
  --warning: #ff6a24;
  --olive: #81945d;
  --dark-muted: #b7bbc0;
  --light-muted: #4d5258;
  --line-dark: rgba(255, 255, 255, 0.2);
  --line-light: rgba(6, 7, 8, 0.22);
  --pad: clamp(24px, 5vw, 78px);
  --header-height: 82px;
  --type-hero: clamp(2rem, 1.15rem + 5.2vw, 6.25rem);
  --type-heading: clamp(1.875rem, 1.05rem + 2.45vw, 3.75rem);
  --type-card: clamp(1.25rem, 0.9rem + 1vw, 1.875rem);
  --type-fleet: clamp(1.65rem, 1.1rem + 1.6vw, 2.625rem);
  --type-body: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
  --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

::selection {
  color: var(--ink);
  background: var(--signal);
}

body.menu-open {
  overflow: hidden;
}

img,
video,
svg {
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  border-radius: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 16px;
  color: var(--ink);
  background: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  transition: height 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-header.scrolled {
  height: 66px;
  background: rgba(6, 7, 8, 0.96);
  border-color: var(--line-dark);
  backdrop-filter: blur(14px);
}

.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
}

.nav a {
  position: relative;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nav a::after,
.footer-meta a::after,
.contact-intro > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav a:hover::after,
.nav a:focus-visible::after,
.footer-meta a:hover::after,
.footer-meta a:focus-visible::after,
.contact-intro > a:hover::after,
.contact-intro > a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
  min-height: 46px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: var(--ink);
  background: var(--white);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: var(--white);
  background: var(--signal);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
}

.hero {
  position: relative;
  min-height: max(820px, 100svh);
  display: flex;
  align-items: flex-end;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}

.hero-video,
.hero-shade,
.hero-grid,
.hero-scan {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 6, 4, 0.96) 0%, rgba(3, 7, 4, 0.72) 39%, rgba(27, 46, 17, 0.14) 73%),
    linear-gradient(0deg, rgba(3, 4, 5, 0.9) 0%, rgba(3, 4, 5, 0.08) 55%, rgba(3, 4, 5, 0.46) 100%);
}

.hero-grid {
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 20vw 20vw;
  mask-image: linear-gradient(to right, black, transparent 75%);
}

.hero-scan {
  left: -35%;
  width: 35%;
  opacity: 0.13;
  background: linear-gradient(90deg, transparent, var(--signal), transparent);
  animation: hero-scan 8s linear infinite;
}

@keyframes hero-scan {
  to { transform: translateX(390%); }
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(1100px, 76vw);
  padding: calc(var(--header-height) + 70px) var(--pad) 142px;
}

.eyebrow,
.kicker {
  margin: 0 0 24px;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow > span {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: var(--signal);
}

.hero h1,
.mission-statement h2,
.section-head h2,
.mission-reel h2,
.operations-head h2,
.principles h2,
.contact h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 1000px;
  font-size: var(--type-hero);
}

.hero-copy {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  gap: 11px;
  margin-top: 38px;
}

.button {
  min-height: 56px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button-primary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: var(--white);
  background: var(--signal);
  border-color: var(--signal);
}

.button-quiet:hover,
.button-quiet:focus-visible {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.hero-data {
  position: absolute;
  right: var(--pad);
  bottom: 122px;
  z-index: 3;
  width: min(330px, 26vw);
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.hero-data div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-data span { color: rgba(255, 255, 255, 0.58); }
.hero-data strong { color: rgba(255, 255, 255, 0.92); font-weight: 600; }

.motion-control {
  position: absolute;
  right: var(--pad);
  bottom: 75px;
  z-index: 4;
  padding: 6px 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.82);
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.motion-icon {
  width: 12px;
  height: 12px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.motion-control[aria-pressed="true"] .motion-icon {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 0;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
}

.hero-ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 50px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(5, 6, 7, 0.74);
  overflow: hidden;
}

.hero-ticker > div {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 26px;
  padding-left: 26px;
  white-space: nowrap;
  animation: ticker 30s linear infinite;
}

.hero-ticker span {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-ticker i {
  width: 6px;
  height: 6px;
  background: var(--signal);
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.section-pad {
  padding: 112px var(--pad);
}

.section-label {
  padding-top: 13px;
  border-top: 1px solid var(--line-light);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-label-dark { border-color: var(--line-dark); }

.mission-statement {
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 3fr);
  gap: var(--pad);
}

.mission-statement-copy {
  align-self: center;
  max-width: 1200px;
}

.mission-statement .kicker { color: var(--signal-deep); }

.mission-statement h2 {
  max-width: 1120px;
  font-size: var(--type-heading);
}

.mission-statement-copy > p:last-child {
  max-width: 780px;
  margin: 52px 0 0 auto;
  color: #383c41;
  font-size: clamp(1.15rem, 1.75vw, 1.55rem);
  line-height: 1.52;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(420px, 1.65fr) minmax(280px, 0.75fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: end;
}

.section-head h2 {
  font-size: var(--type-heading);
}

.section-head > p {
  margin: 0 0 6px;
  color: var(--light-muted);
  font-size: 17px;
  line-height: 1.56;
}

.section-head-dark > p { color: var(--dark-muted); }

.platform {
  padding-bottom: 0;
  color: var(--white);
  background: var(--ink);
}

.platform .kicker,
.interceptor .kicker,
.mission-sets .kicker { color: var(--signal); }

.platform-visual {
  position: relative;
  height: min(850px, 70vw);
  min-height: 660px;
  margin: 82px calc(-1 * var(--pad)) 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(151, 190, 91, 0.22), transparent 32%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #050607;
  background-size: auto, 92px 92px, 92px 92px, auto;
  overflow: hidden;
}

.platform-visual > img {
  width: min(58%, 760px);
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, 0.6));
}

.platform-visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  background: linear-gradient(transparent, var(--ink));
  pointer-events: none;
}

.platform-hud { position: absolute; inset: 8%; z-index: 2; }
.hud-corner { position: absolute; width: 40px; height: 40px; border-color: rgba(255, 255, 255, 0.42); }
.hud-one { top: 0; left: 0; border-top: 1px solid; border-left: 1px solid; }
.hud-two { top: 0; right: 0; border-top: 1px solid; border-right: 1px solid; }
.hud-three { bottom: 0; left: 0; border-bottom: 1px solid; border-left: 1px solid; }
.hud-four { right: 0; bottom: 0; border-right: 1px solid; border-bottom: 1px solid; }
.hud-line { position: absolute; opacity: 0.45; background: var(--signal); }
.hud-line-one { top: 50%; left: 0; width: 50px; height: 1px; animation: hud-pulse 2.4s ease-in-out infinite; }
.hud-line-two { right: 0; bottom: 28%; width: 1px; height: 50px; animation: hud-pulse 2.4s ease-in-out 1.2s infinite; }

@keyframes hud-pulse { 50% { opacity: 1; box-shadow: 0 0 18px var(--signal); } }

.platform-title {
  position: absolute;
  bottom: 42px;
  left: var(--pad);
  z-index: 3;
  display: grid;
  gap: 6px;
  font-family: var(--display);
  text-transform: uppercase;
}

.platform-title small { color: var(--signal); font-size: 13px; font-weight: 800; letter-spacing: 0.13em; }
.platform-title strong { font-size: clamp(1.5rem, 4vw, 3.5rem); line-height: 1.1; letter-spacing: -0.055em; }

.callout {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.callout i { width: 8px; height: 8px; background: var(--signal); box-shadow: 0 0 0 7px rgba(185, 243, 106, 0.18); }
.callout::after { content: ""; width: 64px; height: 1px; background: rgba(255, 255, 255, 0.5); }
.callout-one { top: 26%; right: 13%; }
.callout-two { right: 9%; bottom: 26%; }
.callout-three { top: 34%; left: 10%; }

.platform-capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 calc(-1 * var(--pad));
  border-top: 1px solid var(--line-dark);
}

.platform-capabilities article {
  min-height: 310px;
  padding: 36px clamp(24px, 3.2vw, 54px) 52px;
  border-right: 1px solid var(--line-dark);
}

.platform-capabilities article:last-child { border-right: 0; }
.platform-capabilities article > span,
.interceptor-specs article > span,
.mission-set-grid article > span,
.program-path article > span { color: var(--signal); font-family: var(--mono); font-size: 12px; }

.platform-capabilities h3,
.interceptor-specs h3,
.mission-set-grid h3,
.program-path h3 {
  margin: 62px 0 14px;
  font-family: var(--display);
  font-size: var(--type-card);
  line-height: 1.18;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.platform-capabilities p,
.interceptor-specs p,
.mission-set-grid p,
.program-path p {
  margin: 0;
  color: var(--dark-muted);
  font-size: 16px;
  line-height: 1.55;
}

.systems {
  padding-bottom: 0;
  background:
    linear-gradient(rgba(6, 7, 8, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 7, 8, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 74px 74px;
}

.systems .kicker,
.architecture .kicker { color: var(--signal-deep); }

.system-scroll-shell {
  position: relative;
  height: 860vh;
  margin-top: 82px;
}

.system-browser {
  position: sticky;
  top: 66px;
  z-index: 4;
  height: calc(100svh - 66px);
  min-height: 690px;
  max-height: 980px;
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  margin-top: 0;
  border: 1px solid var(--line-light);
  background: var(--ink);
  box-shadow: 0 30px 80px rgba(3, 7, 4, 0.24);
  overflow: hidden;
}

.system-nav {
  max-height: 100%;
  overflow-y: auto;
  border-right: 1px solid var(--line-dark);
  scrollbar-color: var(--signal) var(--ink);
  scrollbar-width: thin;
}

.system-nav button {
  width: 100%;
  min-height: 73px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: 28px 1fr;
  grid-template-rows: auto auto;
  column-gap: 11px;
  color: var(--white);
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color 150ms ease, background 150ms ease;
}

.system-nav button:last-child { border-bottom: 0; }
.system-nav button span { grid-row: 1 / 3; color: #7b7f84; font-family: var(--mono); font-size: 12px; }
.system-nav button b { font-family: var(--display); font-size: 18px; line-height: 1; letter-spacing: -0.02em; text-transform: uppercase; }
.system-nav button small { color: #9ea2a8; font-size: 12px; line-height: 1.2; }
.system-nav button[aria-selected="true"],
.system-nav button:hover,
.system-nav button:focus-visible { color: var(--ink); background: var(--signal); }
.system-nav button[aria-selected="true"] span,
.system-nav button[aria-selected="true"] small,
.system-nav button:hover span,
.system-nav button:hover small,
.system-nav button:focus-visible span,
.system-nav button:focus-visible small { color: rgba(6, 7, 8, 0.72); }

.system-stage {
  min-width: 0;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(340px, 0.72fr);
}

.system-image-wrap {
  position: relative;
  min-height: 0;
  height: 100%;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line-dark);
  background: #070809;
  overflow: hidden;
}

.system-image-wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -25%;
  opacity: 0.13;
  background: conic-gradient(from 180deg at 50% 50%, transparent 0deg, transparent 322deg, var(--signal) 348deg, transparent 360deg);
  animation: reticle-sweep 10s linear infinite;
  pointer-events: none;
}

@keyframes reticle-sweep {
  to { transform: rotate(360deg); }
}

.system-image-wrap > img {
  position: relative;
  z-index: 1;
  width: 88%;
  height: 84%;
  object-fit: contain;
  transition: opacity 280ms ease, transform 780ms cubic-bezier(0.16, 1, 0.3, 1), filter 500ms ease;
}

.system-image-wrap > img.switching { opacity: 0; transform: scale(1.045) translateY(6px); filter: blur(7px); }

.system-grid {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px);
  background-size: 70px 70px;
}

.system-grid::before,
.system-grid::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.system-grid::before { width: 52%; aspect-ratio: 1; }
.system-grid::after { width: 72%; aspect-ratio: 1; }

.system-scan {
  position: absolute;
  z-index: 2;
  top: 8%;
  bottom: 8%;
  left: 8%;
  width: 1px;
  background: var(--signal);
  box-shadow: 0 0 24px 8px rgba(185, 243, 106, 0.18);
  animation: system-scan 5.5s ease-in-out infinite;
}

@keyframes system-scan {
  0%, 100% { left: 8%; opacity: 0; }
  12%, 88% { opacity: 1; }
  50% { left: 92%; }
}

.system-counter,
.system-view {
  position: absolute;
  z-index: 3;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.system-counter { top: 22px; left: 24px; padding: 8px 10px; color: var(--ink); background: var(--white); }
.system-view { right: 24px; bottom: 20px; left: 24px; padding-top: 12px; color: #aeb2b7; border-top: 1px solid rgba(255, 255, 255, 0.3); }

.system-copy {
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 46px clamp(26px, 3.5vw, 58px) 32px;
  color: var(--white);
  background: var(--ink-soft);
}

.system-copy > * {
  transition: opacity 240ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.system-stage.is-transitioning .system-copy > * {
  opacity: 0;
  transform: translateY(14px);
}

.system-code { margin: 0 0 40px; color: var(--signal); font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.system-copy h3 { margin: 0 0 19px; font-family: var(--display); font-size: clamp(3rem, 4.5vw, 5.2rem); font-weight: 800; line-height: 0.88; letter-spacing: -0.06em; text-transform: uppercase; }
.system-role { margin: 0; color: var(--white); font-size: 18px; font-weight: 600; line-height: 1.45; }
.system-description { margin: 22px 0 0; color: var(--dark-muted); font-size: 16px; line-height: 1.58; }

.system-benefit { margin-top: 32px; padding: 18px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.system-benefit span { display: block; margin-bottom: 9px; color: #90949a; font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.system-benefit strong { font-size: 16px; font-weight: 650; line-height: 1.45; }

.system-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.system-copy li { position: relative; padding: 10px 0 10px 19px; border-bottom: 1px solid rgba(255, 255, 255, 0.14); color: #d5d7da; font-size: 14px; }
.system-copy li::before { content: ""; position: absolute; top: 50%; left: 1px; width: 6px; height: 6px; background: var(--signal); transform: translateY(-50%); }

.system-controls { display: grid; grid-template-columns: 52px 1fr 52px; align-items: center; gap: 12px; margin-top: auto; padding-top: 38px; }
.system-controls button { width: 52px; height: 52px; padding: 0; color: var(--white); border: 1px solid var(--line-dark); background: transparent; cursor: pointer; transition: color 150ms ease, background 150ms ease; }
.system-controls button:hover,
.system-controls button:focus-visible { color: var(--ink); background: var(--signal); }
.system-controls span { color: #9da1a6; font-family: var(--mono); font-size: 12px; text-align: center; letter-spacing: 0.08em; }

.concept-note { max-width: 920px; margin: 24px 0 0 auto; color: #4f5459; font-family: var(--mono); font-size: 12px; line-height: 1.6; letter-spacing: 0.04em; text-transform: uppercase; }

.system-scroll-meter {
  position: absolute;
  z-index: 4;
  top: 29px;
  right: 24px;
  width: min(180px, 28%);
  height: 2px;
  background: rgba(255, 255, 255, 0.22);
  overflow: hidden;
}

.system-scroll-meter i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--system-progress);
  background: var(--signal);
  transition: width 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.system-scroll-hint {
  position: absolute;
  z-index: 6;
  right: 24px;
  bottom: 18px;
  margin: 0;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(4, 8, 5, 0.76);
  border: 1px solid rgba(185, 243, 106, 0.4);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.mission-reel {
  position: relative;
  min-height: 920px;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}

.mission-slide,
.mission-reel-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.mission-slide {
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.055);
  filter: saturate(0.78) contrast(1.04);
  transition: opacity 1.25s ease, filter 1.25s ease;
}
.mission-slide.is-active {
  opacity: 1;
  filter: saturate(0.96) contrast(1.04);
  animation: cinema-drift 7.2s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
@keyframes cinema-drift { to { transform: scale(1); } }
.mission-reel-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(4, 10, 5, 0.34), transparent 34%, transparent 68%, rgba(4, 10, 5, 0.22)),
    linear-gradient(0deg, rgba(3, 6, 4, 0.66), transparent 24%, transparent 78%, rgba(3, 6, 4, 0.35));
  pointer-events: none;
}
.mission-reel-controls {
  position: absolute;
  z-index: 4;
  right: var(--pad);
  bottom: 32px;
  left: var(--pad);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.mission-reel-controls button {
  position: relative;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.mission-reel-controls button::before {
  content: "";
  position: absolute;
  inset: 13px 0 auto;
  height: 2px;
  background: rgba(255, 255, 255, 0.34);
}
.mission-reel-controls button::after {
  content: "";
  position: absolute;
  inset: 13px auto auto 0;
  width: 0;
  height: 2px;
  background: var(--signal);
}
.mission-reel-controls button.is-active::after { width: 100%; transition: width 6.6s linear; }

.interceptor,
.mission-sets {
  color: var(--white);
  background: var(--ink);
}

.interceptor-studio {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  margin-top: 82px;
  border: 1px solid var(--line-dark);
}

.interceptor-image { position: relative; min-height: 720px; display: grid; place-items: center; border-right: 1px solid var(--line-dark); background: radial-gradient(circle, rgba(151, 190, 91, 0.18), transparent 44%), #070a08; overflow: hidden; }
.interceptor-image img { width: 88%; height: 88%; object-fit: contain; }
.interceptor-specs { display: grid; grid-template-columns: repeat(2, 1fr); }
.interceptor-specs article { min-height: 360px; padding: 30px 30px 38px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.interceptor-specs article:nth-child(2n) { border-right: 0; }
.interceptor-specs article:nth-child(n + 3) { border-bottom: 0; }
.interceptor-specs h3 { margin-top: 48px; }

.launcher {
  color: var(--white);
  background: linear-gradient(180deg, #0a110b, #050807);
}
.launcher .kicker { color: var(--signal); }
.launcher-overview {
  margin: 82px 0 0;
  border: 1px solid rgba(185, 243, 106, 0.3);
  background: #050807;
  overflow: hidden;
}
.launcher-overview img { width: 100%; object-fit: cover; }
.launcher-overview figcaption {
  min-height: 82px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line-dark);
}
.launcher-overview figcaption span { color: var(--signal); font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; }
.launcher-overview figcaption strong { font-family: var(--display); font-size: clamp(1.45rem, 2.4vw, 2.7rem); letter-spacing: -0.035em; text-align: right; text-transform: uppercase; }
.launcher-media {
  position: relative;
  margin: 82px calc(-1 * var(--pad)) 0;
  aspect-ratio: 16 / 8.4;
  border-top: 1px solid rgba(185, 243, 106, 0.28);
  border-bottom: 1px solid rgba(185, 243, 106, 0.28);
  background: #030504;
  overflow: hidden;
}
.launcher-media video { width: 100%; height: 100%; object-fit: cover; }
.launcher-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 18, 9, 0.2), transparent 40%, rgba(8, 18, 9, 0.2));
  pointer-events: none;
}
.launcher-reticle {
  position: absolute;
  z-index: 2;
  inset: 5%;
  border: 1px solid rgba(185, 243, 106, 0.32);
  pointer-events: none;
}
.launcher-reticle::before,
.launcher-reticle::after { content: ""; position: absolute; background: var(--signal); opacity: 0.65; }
.launcher-reticle::before { top: 50%; right: -5%; left: -5%; height: 1px; animation: launcher-scan 4.8s ease-in-out infinite; }
.launcher-reticle::after { top: -5%; bottom: -5%; left: 50%; width: 1px; }
@keyframes launcher-scan { 0%, 100% { transform: translateY(-23vh); opacity: 0; } 18%, 82% { opacity: 0.55; } 50% { transform: translateY(23vh); } }
.launcher-media-label {
  position: absolute;
  z-index: 3;
  top: 7%;
  left: calc(var(--pad) * 0.4);
  padding: 9px 11px;
  color: var(--ink);
  background: var(--signal);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.launcher-capabilities,
.counter-capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--line-dark);
}
.launcher-capabilities article,
.counter-capabilities article { min-height: 300px; padding: 34px clamp(24px, 3vw, 48px) 44px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.launcher-capabilities article > span,
.counter-capabilities article > span { color: var(--signal); font-family: var(--mono); font-size: 12px; }
.launcher-capabilities h3,
.counter-capabilities h3 { margin: 56px 0 14px; font-family: var(--display); font-size: var(--type-card); line-height: 1.18; letter-spacing: -0.045em; text-transform: uppercase; }
.launcher-capabilities p,
.counter-capabilities p { margin: 0; color: var(--dark-muted); font-size: 16px; line-height: 1.55; }

.counter-human {
  background:
    linear-gradient(rgba(49, 78, 32, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 78, 32, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 76px 76px;
}
.counter-human .kicker { color: var(--signal-deep); }
.counter-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 82px calc(-1 * var(--pad)) 0;
  background: var(--line-light);
  overflow: hidden;
}
.counter-gallery figure { position: relative; min-height: 430px; margin: 0; background: var(--ink); overflow: hidden; }
.counter-gallery figure:first-child { grid-column: 1 / -1; min-height: 720px; }
.counter-gallery img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.84); transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), filter 500ms ease; }
.counter-gallery figure:hover img { transform: scale(1.028); filter: saturate(1); }
.counter-capabilities { color: var(--white); background: var(--ink); }

.operations { background: var(--paper); }
.operations-head { display: grid; grid-template-columns: minmax(180px, 0.7fr) minmax(420px, 1.6fr) minmax(280px, 0.75fr); gap: var(--pad); align-items: end; }
.operations-head h2 { font-size: var(--type-heading); }
.operations-head > p { margin: 0 0 5px; color: var(--light-muted); font-size: 17px; line-height: 1.56; }

.operations-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding: 0 1px 1px; background: var(--line-light); }
.operation-card { position: relative; min-height: 670px; color: var(--white); background: var(--ink); overflow: hidden; }
.operation-wide { grid-column: 1 / -1; min-height: 800px; }
.operation-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1); }
.operation-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3, 4, 5, 0.9), transparent 60%); }
.operation-card:hover img { transform: scale(1.025); }
.operation-card > div { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 32px clamp(24px, 4vw, 60px) 38px; }
.operation-card span { color: var(--signal); font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.operation-card h3 { max-width: 780px; margin: 14px 0 12px; font-family: var(--display); font-size: clamp(2.6rem, 4.3vw, 5rem); line-height: 0.9; letter-spacing: -0.055em; text-transform: uppercase; }
.operation-card p { max-width: 620px; margin: 0; color: rgba(255, 255, 255, 0.8); font-size: 16px; }

.mission-set-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 82px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.mission-set-grid article { min-width: 0; padding: 0 24px 42px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); overflow: hidden; }
.mission-set-grid img { width: calc(100% + 48px); max-width: none; aspect-ratio: 1.08; margin: 0 -24px 26px; object-fit: cover; filter: saturate(0.84); transition: filter 220ms ease, transform 420ms ease; }
.mission-set-grid article:hover img { filter: saturate(1); transform: scale(1.02); }
.mission-set-grid h3 { margin-top: 20px; }

.architecture { background: var(--paper); }
.program-path { margin-top: 90px; border-top: 1px solid var(--line-light); }
.program-path article { display: grid; grid-template-columns: 90px 1fr; gap: 32px; padding: 28px 0 34px; border-bottom: 1px solid var(--line-light); }
.program-path article > span { padding-top: 6px; color: var(--signal-deep); }
.program-path h3 { margin: 0 0 10px; font-size: var(--type-card); }
.program-path p { max-width: 780px; color: var(--light-muted); }

.principles { position: relative; color: var(--white); background: radial-gradient(circle at 78% 42%, rgba(185, 243, 106, 0.18), transparent 29%), var(--ink); overflow: hidden; }
.principles-grid { position: absolute; inset: 0; opacity: 0.25; background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px); background-size: 82px 82px; }
.principles-grid::before,
.principles-grid::after { content: ""; position: absolute; top: 50%; left: 77%; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; transform: translate(-50%, -50%); }
.principles-grid::before { width: 520px; height: 520px; }
.principles-grid::after { width: 780px; height: 780px; }
.principles-inner { position: relative; z-index: 1; min-height: 830px; display: flex; flex-direction: column; justify-content: center; }
.principles h2 { max-width: 1200px; font-size: var(--type-heading); }
.principles-inner > p:not(.eyebrow) { max-width: 760px; margin: 50px 0 0 auto; color: var(--dark-muted); font-size: 18px; line-height: 1.6; }
.principle-points { margin: 54px 0 0 auto; width: min(760px, 100%); display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.principle-points span { min-height: 62px; padding: 0 16px; display: flex; align-items: center; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); font-family: var(--mono); font-size: 12px; letter-spacing: 0.07em; text-transform: uppercase; }

.contact { color: var(--ink); background: linear-gradient(135deg, #c1e47b 0%, #92ae59 64%, #758c43 100%); }
.contact-top { display: grid; grid-template-columns: 2fr 1fr; gap: var(--pad); }
.contact-top .section-label { border-color: rgba(6, 7, 8, 0.48); }
.contact-top > p { margin: 12px 0 0; font-size: 17px; font-weight: 600; line-height: 1.4; }
.contact-main { display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr); align-items: start; gap: clamp(48px, 7vw, 120px); margin-top: 112px; }
.contact-intro { position: sticky; top: 102px; }
.contact-intro .kicker { color: #30450f; }
.contact h2 { font-size: var(--type-heading); }
.contact-intro > p:not(.kicker) { max-width: 470px; margin: 38px 0 0; font-size: 18px; line-height: 1.55; }
.contact-intro > a { position: relative; width: max-content; max-width: 100%; margin-top: 34px; padding-bottom: 5px; display: inline-flex; gap: 24px; font-family: var(--mono); font-size: 14px; font-weight: 700; }

.contact-form { padding: clamp(28px, 4vw, 56px); color: var(--white); background: var(--ink); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-bottom: 28px; }
.form-field { min-width: 0; display: grid; gap: 10px; }
.form-field > span { color: rgba(255, 255, 255, 0.96); font-family: var(--mono); font-size: 13px; font-weight: 650; letter-spacing: 0.08em; text-transform: uppercase; }
.form-field b { color: var(--signal); }
.form-field input,
.form-field select,
.form-field textarea { width: 100%; min-height: 56px; padding: 13px 0; color: var(--white); border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.58); border-radius: 0; outline: 0; background: transparent; font-size: 17px; line-height: 1.4; transition: border-color 150ms ease, background 150ms ease; }
.form-field select { padding-right: 30px; color-scheme: dark; cursor: pointer; }
.form-field select option,
.form-field select optgroup { color: var(--ink); background: var(--white); }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input::placeholder,
.form-field textarea::placeholder { color: rgba(255, 255, 255, 0.72); opacity: 1; }
.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover { border-color: rgba(255, 255, 255, 0.88); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--signal); background: rgba(255, 255, 255, 0.045); box-shadow: 0 1px 0 var(--signal); }
.form-field input:-webkit-autofill,
.form-field input:-webkit-autofill:hover,
.form-field input:-webkit-autofill:focus,
.form-field textarea:-webkit-autofill,
.form-field select:-webkit-autofill { -webkit-text-fill-color: var(--white); caret-color: var(--white); box-shadow: 0 0 0 1000px var(--ink) inset; transition: background-color 9999s ease-out; }
.form-field-wide { margin-top: 4px; }
.form-warning { margin: 20px 0 0; padding: 14px 15px; color: #ffd0b6; border: 1px solid rgba(255, 106, 36, 0.56); background: rgba(255, 106, 36, 0.1); font-family: var(--mono); font-size: 12px; line-height: 1.55; text-transform: uppercase; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-top: 34px; }
.form-submit p { max-width: 340px; margin: 0; color: rgba(255, 255, 255, 0.84); font-size: 14px; line-height: 1.55; }
.form-submit button { flex: 0 0 auto; min-width: 250px; min-height: 68px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 34px; color: var(--ink); border: 1px solid var(--signal); background: var(--signal); cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; transition: background 150ms ease, border-color 150ms ease; }
.form-submit button:hover,
.form-submit button:focus-visible { background: var(--white); border-color: var(--white); }
.form-status { min-height: 22px; margin: 18px 0 0; color: rgba(255, 255, 255, 0.92); font-size: 14px; }

.footer { min-height: 330px; padding: 64px var(--pad) 36px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr auto; gap: 40px; color: var(--white); background: var(--ink); }
.footer > p { justify-self: end; margin: 0; color: var(--dark-muted); font-size: 16px; text-align: right; }
.footer-meta { grid-column: 1 / -1; display: flex; gap: 30px; padding-top: 18px; border-top: 1px solid var(--line-dark); color: #aeb2b7; font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-meta a { position: relative; margin-left: auto; padding-bottom: 4px; color: var(--white); }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(34px) scale(0.995); filter: blur(7px); transition: opacity 900ms ease, transform 1.05s cubic-bezier(0.16, 1, 0.3, 1), filter 900ms ease; }
.reveal-ready [data-reveal].visible { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }

body.motion-off .hero-scan,
body.motion-off .hero-ticker > div,
body.motion-off .hud-line,
body.motion-off .system-scan,
body.motion-off .system-image-wrap::after,
body.motion-off .mission-slide,
body.motion-off .mission-reel-controls button::after,
body.motion-off .launcher-reticle::before { animation-play-state: paused; }

@media (max-width: 1180px) {
  .section-head,
  .operations-head { grid-template-columns: 180px 1.5fr 0.75fr; gap: 36px; }
  .system-browser { grid-template-columns: 205px minmax(0, 1fr); }
  .system-stage { grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr); }
  .system-image-wrap { min-height: 0; }
  .system-copy { min-height: 0; padding-right: 30px; padding-left: 30px; }
  .interceptor-studio { grid-template-columns: 1fr; }
  .interceptor-image { border-right: 0; border-bottom: 1px solid var(--line-dark); }
}

@media (max-width: 960px) {
  :root { --header-height: 70px; }
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { justify-self: end; width: 48px; height: 48px; display: grid; align-content: center; gap: 7px; padding: 0 10px; color: var(--white); }
  .menu-toggle span { display: block; height: 1px; background: currentColor; transition: transform 150ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav { position: fixed; inset: 66px 0 auto; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 18px var(--pad) 30px; color: var(--white); background: rgba(6, 7, 8, 0.98); border-top: 1px solid var(--line-dark); }
  .nav.open { display: flex; }
  .nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line-dark); }
  .hero-content { width: 100%; padding-bottom: 175px; }
  .hero-data { display: none; }
  .motion-control { bottom: 69px; }
  .mission-statement { grid-template-columns: 1fr; gap: 78px; min-height: auto; }
  .section-head,
  .operations-head { grid-template-columns: 1fr; align-items: start; }
  .section-head .section-label,
  .operations-head .section-label { margin-bottom: 44px; }
  .section-head > p,
  .operations-head > p { max-width: 650px; margin-top: 22px; }
  .platform-visual { min-height: 650px; height: 70vw; }
  .platform-visual > img { width: 70%; }
  .platform-capabilities { grid-template-columns: repeat(2, 1fr); }
  .platform-capabilities article:nth-child(2) { border-right: 0; }
  .platform-capabilities article:nth-child(-n + 2) { border-bottom: 1px solid var(--line-dark); }
  .system-scroll-shell { height: auto; }
  .system-browser { position: relative; top: auto; height: auto; min-height: 0; max-height: none; overflow: visible; }
  .system-scroll-hint { display: none; }
  .system-browser { grid-template-columns: 1fr; }
  .system-nav { display: flex; max-height: none; overflow-x: auto; overflow-y: hidden; border-right: 0; border-bottom: 1px solid var(--line-dark); scroll-snap-type: inline proximity; }
  .system-nav button { flex: 0 0 168px; min-height: 78px; border-right: 1px solid var(--line-dark); border-bottom: 0; scroll-snap-align: start; }
  .system-stage { height: auto; grid-template-columns: 1fr; }
  .system-image-wrap { min-height: 660px; height: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .system-copy { min-height: 650px; height: auto; }
  .mission-reel { min-height: 820px; }
  .mission-reel-controls { bottom: 24px; }
  .operations-grid { grid-template-columns: 1fr; }
  .operation-wide { grid-column: auto; }
  .operation-card,
  .operation-wide { min-height: 660px; }
  .mission-set-grid { grid-template-columns: repeat(2, 1fr); }
  .launcher-capabilities,
  .counter-capabilities { grid-template-columns: 1fr; }
  .launcher-capabilities article,
  .counter-capabilities article { min-height: auto; }
  .counter-gallery figure:first-child { min-height: 600px; }
  .contact-main { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .footer { grid-template-columns: 1fr; }
  .footer > p { justify-self: start; text-align: left; }
}

@media (max-width: 640px) {
  :root { --pad: 20px; }
  .site-header { height: 66px; }
  .site-header.scrolled { height: 62px; }
  .nav { inset: 62px 0 auto; }
  .hero { min-height: 850px; }
  .hero-video { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,4,5,0.87), rgba(3,4,5,0.24)), linear-gradient(0deg, rgba(3,4,5,0.94), transparent 72%); }
  .hero-grid { background-size: 50vw 50vw; }
  .hero-content { padding-top: 132px; padding-bottom: 162px; }
  .hero h1 { font-size: var(--type-hero); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .motion-control { right: auto; left: var(--pad); }
  .hero-ticker span { font-size: 12px; }
  .section-pad { padding-top: 80px; padding-bottom: 80px; }
  .mission-statement { gap: 64px; }
  .mission-statement h2,
  .section-head h2,
  .operations-head h2,
  .principles h2 { font-size: var(--type-heading); }
  .mission-statement-copy > p:last-child { margin-top: 36px; }
  .section-head .section-label,
  .operations-head .section-label { margin-bottom: 28px; }
  .platform-visual { min-height: 520px; height: 520px; margin-top: 58px; }
  .platform-visual > img { width: 92%; height: 80%; }
  .callout { display: none; }
  .platform-title { right: var(--pad); bottom: 28px; }
  .platform-title strong { font-size: clamp(1.5rem, 4vw, 2.75rem); }
  .platform-capabilities { grid-template-columns: 1fr; }
  .platform-capabilities article,
  .platform-capabilities article:nth-child(2) { min-height: auto; padding: 30px var(--pad) 40px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .platform-capabilities h3 { margin-top: 32px; }
  .system-browser { margin-right: calc(-1 * var(--pad)); margin-left: calc(-1 * var(--pad)); border-right: 0; border-left: 0; }
  .system-nav button { flex-basis: 148px; }
  .system-image-wrap { min-height: 430px; }
  .system-image-wrap > img { width: 96%; height: 82%; }
  .system-view { font-size: 12px; }
  .system-copy { min-height: 670px; padding: 36px var(--pad) 26px; }
  .system-copy h3 { font-size: 3.25rem; }
  .mission-reel { min-height: 780px; }
  .mission-slide { object-position: 59% center; }
  .mission-reel-controls { right: 20px; bottom: 18px; left: 20px; }
  .interceptor-studio { margin-top: 56px; }
  .interceptor-image { min-height: 470px; }
  .interceptor-specs { grid-template-columns: 1fr; }
  .interceptor-specs article,
  .interceptor-specs article:nth-child(2n),
  .interceptor-specs article:nth-child(n + 3) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .interceptor-specs h3 { margin-top: 30px; }
  .launcher-media { min-height: 610px; aspect-ratio: auto; }
  .launcher-media video { object-fit: cover; }
  .launcher-media-label { left: 20px; }
  .launcher-overview { margin-top: 56px; }
  .launcher-overview figcaption { align-items: flex-start; flex-direction: column; }
  .launcher-overview figcaption strong { text-align: left; }
  .counter-gallery { grid-template-columns: 1fr; margin-top: 56px; }
  .counter-gallery figure,
  .counter-gallery figure:first-child { grid-column: auto; min-height: 430px; }
  .operation-card,
  .operation-wide { min-height: 620px; }
  .operation-card img { object-position: center; }
  .operation-card h3 { font-size: 2.8rem; }
  .mission-set-grid { grid-template-columns: 1fr; margin-top: 56px; }
  .program-path { margin-top: 60px; }
  .program-path article { grid-template-columns: 44px 1fr; gap: 16px; }
  .principles-inner { min-height: 760px; }
  .principles-inner > p:not(.eyebrow) { margin-top: 36px; }
  .principle-points { grid-template-columns: 1fr; }
  .contact-top { grid-template-columns: 1fr; gap: 36px; }
  .contact-main { margin-top: 84px; }
  .contact h2 { font-size: var(--type-heading); }
  .contact-intro > a { font-size: 13px; }
  .contact-form { margin: 0 calc(-1 * var(--pad)); padding: 34px var(--pad) 38px; }
  .form-row { grid-template-columns: 1fr; gap: 26px; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit button { width: 100%; min-width: 0; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 11px; }
  .footer-meta a { margin: 10px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

/* Vertical fleet portfolio: all configurations remain in the document flow. */
html { scroll-padding-top: 90px; }
main, section, figure, .section-head > *, .contact-main > *, .contact-top > * { min-width: 0; }
img, video { max-width: 100%; }
h1,h2,h3,p,a,figcaption { overflow-wrap: break-word; }
.fleet-list { display: grid; gap: 32px; margin-top: 56px; }
.fleet-card { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); color: var(--white); background: var(--ink); border: 1px solid #363b32; scroll-margin-top: 90px; }
.fleet-card figure { min-width: 0; margin: 0; padding: clamp(16px,3vw,40px); align-self: center; }
.fleet-card img { display: block; width: 100%; height: auto; object-fit: contain; }
.fleet-card figcaption { margin-top: 18px; color: #c6cdc2; font-family: var(--mono); font-size: 12px; line-height: 1.6; }
.fleet-copy { min-width: 0; padding: clamp(24px,4vw,56px); }
.fleet-copy h3 { margin: 16px 0 24px; font-family: var(--display); font-size: var(--type-fleet); line-height: 1.08; text-transform: uppercase; letter-spacing: -.025em; }
.fleet-copy p { font-size: 16px; line-height: 1.6; color: #d4d9d1; }
.fleet-copy .kicker { color: var(--signal); }
.fleet-copy .fleet-role { color: white; font-weight: 650; }
.fleet-benefit { border-block: 1px solid #454a42; padding-top: 22px; margin-top: 28px; }
.fleet-benefit span { color: var(--signal); font-size: 14px; }
.fleet-copy ul { padding-left: 20px; font-size: 16px; line-height: 1.7; }
.mission-gallery { display: grid; grid-template-columns: minmax(0,1fr); gap: 24px; background: var(--ink); }
.mission-photo { display:block; width:100%; height:auto; object-fit:contain; }
.counter-gallery { grid-template-columns: minmax(0,1fr); }
.counter-gallery figure, .counter-gallery figure:first-child { margin:0; min-height:0; height:auto; grid-column:auto; }
.counter-gallery img, .launcher-overview img { position:static; display:block; width:100%; height:auto; max-width:100%; object-fit:contain; transform:none; }
.launcher-media { min-height:0; height:auto; aspect-ratio:auto; }
.launcher-media video { position:static; display:block; width:100%; height:auto; aspect-ratio:16 / 9; object-fit:contain; }
.launcher-media-label { position:static; padding:20px; flex-wrap:wrap; }
.mission-set-grid img { object-fit:contain; transform:none!important; }
.contact-intro > a { overflow-wrap:anywhere; }
@media(max-width:1100px) { .contact-main { grid-template-columns:minmax(0,1fr); } .contact-intro { position:static; } }
@media(max-width:760px) {
.fleet-card { grid-template-columns:minmax(0,1fr); }
.fleet-card figure { padding:16px; }
.fleet-copy { padding:24px; }
.fleet-copy h3 { font-size:var(--type-fleet); }
.fleet-list { gap:24px; margin-top:36px; }
.counter-gallery figure, .counter-gallery figure:first-child { min-height:0; }
.section-head h2, .principles h2, .mission-statement h2, .contact h2 { font-size:var(--type-heading); line-height:1.08; }
.form-submit { flex-direction:column; align-items:stretch; }
.form-submit button { min-width:0; width:100%; }
.launcher-overview figcaption { flex-direction:column; align-items:flex-start; }
}
@media(prefers-reduced-motion:reduce) { .fleet-card { animation:none; } }

/* Responsive typography and short email flows. */
.hero-content { width: min(70%, 1200px); padding-top: calc(var(--header-height) + clamp(40px, 5vw, 80px)); }
.hero h1 { width: 100%; max-width: 100%; line-height: 1.03; text-wrap: balance; word-break: normal; }
.hero h1 > span { display: block; }
.hero h1 > span + span { margin-top: 0.12em; }
.hero-copy { font-size: var(--type-body); line-height: 1.6; max-width: 58ch; }
.hero-actions { flex-wrap: wrap; }
.hero-updates-link { display: inline-flex; gap: 14px; align-items: center; min-height: 44px; margin-top: 14px; color: var(--signal); font-size: 0.9375rem; text-decoration: underline; text-underline-offset: 5px; }
.eyebrow, .kicker { font-size: 0.875rem; line-height: 1.5; letter-spacing: 0.08em; }
.eyebrow > span { flex: 0 0 8px; }
.section-head, .operations-head { grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.5fr) minmax(0, 1fr); gap: clamp(24px, 3vw, 48px); }
.section-head h2, .operations-head h2, .mission-statement h2, .principles h2, .contact h2 { line-height: 1.1; letter-spacing: -0.03em; text-wrap: balance; }
.platform-capabilities article, .interceptor-specs article, .launcher-capabilities article, .counter-capabilities article, .program-path article { min-width: 0; }
.platform-capabilities h3, .interceptor-specs h3, .launcher-capabilities h3, .counter-capabilities h3, .mission-set-grid h3, .program-path h3 { line-height: 1.2; letter-spacing: -0.02em; text-wrap: balance; }
.fleet-copy h3 { line-height: 1.15; }
.platform-title { right: var(--pad); }
.platform-title strong { line-height: 1.15; }
.launcher-overview figcaption { flex-wrap: wrap; }
.launcher-overview figcaption strong { max-width: 100%; font-size: var(--type-card); line-height: 1.25; }
.section-label, .form-field > span { font-size: 0.875rem; line-height: 1.5; }
.button, .header-cta, .nav a { font-size: 0.875rem; line-height: 1.45; }
.button { padding-block: 14px; gap: clamp(16px, 2vw, 32px); }
.button-primary:hover, .button-primary:focus-visible, .header-cta:hover, .header-cta:focus-visible { color: var(--ink); }
.contact-main { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 90px); margin-top: 56px; }
.contact-intro { position: static; }
.contact-intro > p:not(.kicker) { margin-top: 24px; font-size: var(--type-body); }
.contact-intro > a { font-size: 1rem; gap: 12px; max-width: 100%; overflow-wrap: anywhere; }
.contact-form { display: grid; gap: 24px; margin: 0; padding: clamp(20px, 3vw, 48px); }
.contact-form .form-field { margin: 0; }
.form-field input, .form-field textarea { font-size: 1rem; line-height: 1.6; min-width: 0; max-width: 100%; }
.contact-form .form-submit { display: block; margin: 0; }
.contact-form .form-submit button { width: 100%; min-width: 0; min-height: 54px; padding: 16px 20px; font-size: 0.875rem; line-height: 1.5; }
.form-help { margin: 0; color: #c5cbc2; font-size: 0.875rem; line-height: 1.6; }
.form-status { margin: 0; font-size: 0.875rem; line-height: 1.6; }
.form-status:empty { display: none; }
.updates { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 90px); color: var(--white); background: #10170e; border-bottom: 1px solid var(--line-dark); align-items: start; }
.updates-copy, .updates-form { min-width: 0; }
.updates .kicker { color: var(--signal); }
.updates h2 { margin: 0; font-family: var(--display); font-size: var(--type-heading); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; text-transform: uppercase; text-wrap: balance; }
.updates-copy > p:last-child { max-width: 46ch; color: #c5cbc2; font-size: var(--type-body); line-height: 1.6; margin: 24px 0 0; }
.updates-form { display: grid; gap: 20px; }
.subscribe-button { min-width: 0; min-height: 54px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--signal); color: var(--ink); background: var(--signal); font-size: 0.875rem; line-height: 1.5; font-weight: 750; text-align: left; text-transform: uppercase; letter-spacing: 0.05em; cursor: pointer; }
.subscribe-button:hover { background: var(--white); border-color: var(--white); }
.footer-meta { flex-wrap: wrap; line-height: 1.6; }
.footer-meta a { max-width: 100%; margin-left: 0; overflow-wrap: anywhere; }
@media (max-width: 1180px) {
  .hero-data { display: none; }
  .hero-content { width: min(100%, 1000px); }
  .section-head, .operations-head { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .section-head > .section-label, .operations-head > .section-label { grid-column: 1 / -1; margin-bottom: 8px; }
}
@media (max-width: 960px) {
  .section-head, .operations-head { grid-template-columns: minmax(0, 1fr); }
  .contact-main, .updates { grid-template-columns: minmax(0, 1fr); }
  .hero { min-height: max(680px, 100svh); }
  .hero-content { padding-bottom: 160px; }
  .motion-control { right: auto; left: var(--pad); }
}
@media (max-width: 640px) {
  :root { --header-height: 66px; }
  .hero-content { padding-top: 110px; padding-bottom: 145px; }
  .hero-copy { margin-top: 24px; }
  .hero-actions { margin-top: 26px; }
  .hero h1 { letter-spacing: -0.035em; }
  .hero .eyebrow { max-width: 28ch; margin-bottom: 24px; }
  .contact-top { gap: 20px; }
  .contact-main { margin-top: 32px; }
  .contact-form { padding: 24px 20px; }
  .principles-inner { min-height: 0; }
  .principle-points span { padding-block: 14px; }
  .nav { max-height: calc(100svh - var(--header-height)); overflow-y: auto; }
}

/* Direct contact action is part of the navigation at every width. */
.site-header { grid-template-columns: minmax(0, 1fr) auto; gap: 24px; }
.nav { gap: clamp(18px, 2vw, 32px); }
.nav .nav-contact { padding: 12px 20px; border: 1px solid var(--signal); color: var(--ink); background: var(--signal); }
.nav .nav-contact::after { display: none; }
.nav .nav-contact:hover, .nav .nav-contact:focus-visible { background: var(--white); border-color: var(--white); }
.form-trap { display: none; }
.contact-form button:disabled, .subscribe-button:disabled { cursor: progress; opacity: 0.65; }
.form-status[data-state="success"] { color: var(--signal); }
.form-status[data-state="error"] { color: #ffd0b6; }
@media (max-width: 960px) {
  .nav { gap: 0; }
  .nav .nav-contact { width: 100%; margin-top: 18px; padding: 15px 20px; }
}
