@font-face {
  font-family: "ImpactLocal";
  src: local("Impact");
}

:root {
  --ink: #edf6ff;
  --ink-strong: #ffffff;
  --muted: rgba(220, 235, 248, 0.78);
  --soft: rgba(12, 30, 48, 0.6);
  --soft-strong: rgba(16, 39, 63, 0.78);
  --line: rgba(176, 219, 255, 0.18);
  --line-bright: rgba(97, 196, 255, 0.38);
  --blue: #69caff;
  --sky: #8ed8ff;
  --ice: #d9f1ff;
  --gold: #e7b63f;
  --shadow: 0 28px 80px rgba(0, 7, 18, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: #0b1b2e;
  overflow-x: hidden;
}

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

button {
  font: inherit;
}

.video-stage {
  position: fixed;
  inset: 0;
  z-index: -4;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(53, 139, 190, 0.34), transparent 34%),
    linear-gradient(145deg, #102943 0%, #0d2138 50%, #071522 100%);
}

.video-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/f35c-media-01.png");
  background-size: cover;
  background-position: center;
  filter: saturate(1.04) contrast(1.03) brightness(0.58);
  transform: scale(1.04);
}

.video-player,
.video-player iframe {
  position: absolute;
}

.video-player {
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  transform: translate(-50%, -50%);
}

.video-player iframe {
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

body.video-ready .video-player iframe {
  opacity: 0.62;
}

.video-wash {
  position: absolute;
  inset: 0;
  transition: opacity 320ms ease;
  background:
    radial-gradient(circle at 78% 22%, rgba(105, 202, 255, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(5, 15, 27, 0.82) 0%, rgba(7, 19, 33, 0.48) 48%, rgba(7, 18, 30, 0.72) 100%),
    linear-gradient(180deg, rgba(6, 17, 31, 0.7), rgba(12, 31, 49, 0.32) 48%, rgba(5, 13, 24, 0.82));
}

.deck-lines {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  transition: opacity 320ms ease;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(142, 216, 255, 0.16) 50%, transparent calc(50% + 1px)),
    repeating-linear-gradient(112deg, transparent 0 82px, rgba(97, 196, 255, 0.13) 83px 85px);
  mix-blend-mode: screen;
}

.fly-navy-intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(142, 216, 255, 0.22), transparent 30%),
    linear-gradient(140deg, #1f4b70 0%, #0f3457 38%, #08182b 72%, #020812 100%);
  pointer-events: none;
  animation: introFade 3.45s ease forwards;
}

.fly-navy-intro[hidden] {
  display: none;
}

.fly-navy-intro::before,
.fly-navy-intro::after {
  content: "";
  position: absolute;
  left: -30%;
  width: 160%;
  height: 5px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), rgba(97, 196, 255, 0.65), transparent);
  transform: rotate(-14deg) translateX(-40%);
  filter: blur(0.4px);
  animation: introStreak 1.12s cubic-bezier(0.2, 0.88, 0.2, 1) infinite;
}

.fly-navy-intro::before {
  top: 37%;
}

.fly-navy-intro::after {
  top: 59%;
  animation-delay: 0.24s;
  opacity: 0.68;
}

.intro-text {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-family: ImpactLocal, Arial Black, Arial, sans-serif;
  font-size: clamp(70px, 14vw, 230px);
  line-height: 0.88;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  text-shadow:
    0 6px 0 rgba(3, 16, 38, 0.22),
    0 28px 62px rgba(3, 16, 38, 0.44),
    0 0 48px rgba(255, 255, 255, 0.36);
  transform-origin: center;
  animation: flyNavyZoom 3.15s cubic-bezier(0.14, 0.9, 0.18, 1) forwards;
}

.intro-text::before,
.intro-text::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.intro-text::before {
  left: 50%;
  top: -138px;
  width: clamp(96px, 13vw, 190px);
  height: clamp(140px, 19vw, 280px);
  background: url("assets/f35c-flyby-silhouette.png") center / contain no-repeat;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 14px rgba(142, 216, 255, 0.92))
    drop-shadow(0 0 34px rgba(255, 255, 255, 0.45));
  opacity: 0;
  transform: translateX(-180vw) translateY(24px) rotate(86deg) scale(0.52);
  animation: introJetPass 1.24s cubic-bezier(0.14, 0.9, 0.16, 1) 0.38s forwards;
}

.intro-text::after {
  left: 50%;
  top: -40px;
  width: clamp(300px, 48vw, 760px);
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.86), rgba(142, 216, 255, 0.34), transparent);
  filter: blur(1px);
  opacity: 0;
  transform: translateX(-190vw) translateY(24px) rotate(-7deg);
  animation: introContrailPass 1.42s cubic-bezier(0.14, 0.9, 0.16, 1) 0.3s forwards;
}

body.intro-active .site-header,
body.intro-active main,
body.intro-active .site-footer {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

body.is-video-idle .site-header,
body.is-video-idle main,
body.is-video-idle .site-footer,
body.is-video-idle .audio-toggle {
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
}

body.is-video-idle {
  cursor: none;
}

body.is-video-idle.video-ready .video-player iframe {
  opacity: 1;
}

body.is-video-idle .video-wash {
  opacity: 0.08;
}

body.is-video-idle .deck-lines {
  opacity: 0.04;
}

.site-header,
main,
.site-footer {
  transition: opacity 420ms ease, transform 420ms ease;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  padding: 18px clamp(18px, 4vw, 58px);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(15, 35, 58, 0.88), rgba(9, 24, 42, 0.7)),
    rgba(7, 20, 35, 0.78);
  border-bottom: 1px solid rgba(97, 196, 255, 0.22);
  box-shadow: 0 14px 46px rgba(0, 7, 18, 0.26);
  backdrop-filter: blur(22px);
}

.site-header::after {
  content: "";
  position: absolute;
  left: clamp(18px, 4vw, 58px);
  right: clamp(18px, 4vw, 58px);
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--sky), var(--gold), transparent);
  opacity: 0.78;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(105, 202, 255, 0.22));
}

.brand span {
  white-space: nowrap;
  font-size: 14px;
}

.center-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 7px;
  border: 1px solid rgba(97, 196, 255, 0.2);
  background: rgba(4, 15, 27, 0.42);
  box-shadow: 0 18px 44px rgba(0, 7, 18, 0.24);
}

.center-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  color: rgba(237, 246, 255, 0.78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.center-nav a:hover,
.center-nav a.is-active {
  color: #05111f;
  background: linear-gradient(135deg, #9bdfff, #e7b63f);
  box-shadow: 0 10px 24px rgba(97, 196, 255, 0.22);
}

.audio-toggle {
  justify-self: end;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(237, 246, 255, 0.18);
  border-radius: 999px;
  background: rgba(237, 246, 255, 0.92);
  color: #071522;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0, 7, 18, 0.22);
  transition: opacity 420ms ease, transform 160ms ease, background 160ms ease;
}

.audio-toggle:hover {
  transform: translateY(-1px);
  background: var(--sky);
}

main {
  position: relative;
  z-index: 1;
}

.home-main,
.page-main {
  min-height: calc(100vh - 72px);
}

.hero {
  width: min(1180px, calc(100% - 36px));
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  align-content: center;
  align-items: center;
  gap: clamp(28px, 6vw, 92px);
  margin: 0 auto;
  padding: 150px 0 110px;
  text-align: left;
}

.hero::after {
  content: "";
  grid-column: 1 / -1;
  width: min(640px, 100%);
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--sky), transparent);
  box-shadow: 0 0 28px rgba(97, 196, 255, 0.34);
}

.hero-mark {
  grid-column: 2;
  grid-row: 1 / span 5;
  justify-self: center;
  width: clamp(250px, 27vw, 420px);
  height: clamp(250px, 27vw, 420px);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(12, 32, 55, 0.86), rgba(9, 23, 39, 0.48) 54%, transparent 72%);
  filter: drop-shadow(0 28px 58px rgba(0, 7, 18, 0.34));
}

.hero-mark img {
  width: 96%;
  height: 96%;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(105, 202, 255, 0.24));
}

.page-main {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 160px 0 86px;
}

.page-hero {
  max-width: 980px;
  margin-bottom: 34px;
  padding: clamp(18px, 3vw, 34px) 0 28px;
  border-bottom: 1px solid var(--line);
}

.page-hero.aircraft-hero {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.78fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
}

.aircraft-hero-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(176, 219, 255, 0.22);
  box-shadow: var(--shadow);
}

.eyebrow,
.aircraft-list span,
.mission-list span,
.panel-note strong,
.schedule-panel span,
.role-list span,
.application-lanes span {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 1040px;
  margin-bottom: 20px;
  color: var(--ink-strong);
  font-family: ImpactLocal, Arial Black, Arial, sans-serif;
  font-size: clamp(52px, 8.4vw, 132px);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 2px 0 rgba(105, 202, 255, 0.12),
    0 22px 58px rgba(0, 7, 18, 0.44);
}

h2 {
  margin-bottom: 18px;
  color: var(--ink-strong);
  font-family: ImpactLocal, Arial Black, Arial, sans-serif;
  font-size: clamp(34px, 5vw, 76px);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink-strong);
  font-size: 22px;
}

.hero-copy,
.page-hero p,
.home-band p,
.content-panel p,
.role-list p,
.application-lanes p,
.aircraft-list p,
.mission-list p,
.media-card span {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 30px;
  font-size: clamp(17px, 1.45vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(176, 219, 255, 0.18);
  box-shadow: 0 18px 34px rgba(0, 7, 18, 0.3);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.primary-action {
  color: #071522;
  background: linear-gradient(135deg, #8ed8ff, #e7b63f);
}

.secondary-action {
  color: var(--ink);
  background: rgba(12, 30, 48, 0.64);
}

.primary-action:hover,
.secondary-action:hover {
  transform: translateY(-2px);
}

.secondary-action:hover {
  color: #071522;
  background: var(--ice);
}

.home-band,
.content-panel {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 70px;
  padding: clamp(34px, 5vw, 70px) 0;
  border-top: 1px solid var(--line-bright);
  border-bottom: 1px solid var(--line);
}

.home-band,
.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.home-stat,
.panel-note {
  min-height: 240px;
  display: grid;
  align-content: center;
  padding: 10px 0 10px 32px;
  border-left: 4px solid var(--sky);
}

.home-stat span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-stat strong,
.schedule-panel strong {
  display: block;
  margin: 10px 0 16px;
  color: var(--ink-strong);
  font-family: ImpactLocal, Arial Black, Arial, sans-serif;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.9;
  text-transform: uppercase;
}

.aircraft-list,
.mission-list {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
}

.aircraft-list article,
.mission-list article {
  position: relative;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.aircraft-list article::before,
.mission-list article::before,
.role-list article::before,
.application-lanes article::before,
.schedule-panel > div::before {
  content: "";
  position: absolute;
  inset: 8px -18px;
  z-index: -1;
  background: linear-gradient(90deg, rgba(97, 196, 255, 0.12), rgba(231, 182, 63, 0.08));
  opacity: 0;
  transition: opacity 180ms ease;
}

.aircraft-list article:hover::before,
.mission-list article:hover::before,
.role-list article:hover::before,
.application-lanes article:hover::before,
.schedule-panel > div:hover::before {
  opacity: 1;
}

.aircraft-list span,
.mission-list span {
  color: var(--gold);
}

.aircraft-list h3,
.mission-list h3 {
  margin-bottom: 8px;
  font-size: clamp(24px, 3vw, 34px);
}

.aircraft-list p,
.mission-list p {
  margin-bottom: 0;
}

.schedule-panel,
.application-lanes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.schedule-panel > div,
.application-lanes article,
.role-list article,
.media-card {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.role-list {
  display: grid;
  gap: 16px;
}

.role-list article {
  display: grid;
  grid-template-columns: 260px minmax(0, 0.75fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 18px;
}

.role-list h2,
.application-lanes h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 54px);
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-bottom: 70px;
}

.media-photo {
  grid-column: span 6;
  min-height: 280px;
  padding: 0;
  border: 1px solid rgba(176, 219, 255, 0.22);
  background: rgba(9, 23, 39, 0.5);
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(0, 7, 18, 0.34);
}

.media-photo.is-wide {
  grid-column: span 12;
  min-height: 460px;
}

.media-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease, filter 240ms ease;
}

.media-photo:hover img {
  transform: scale(1.035);
  filter: saturate(1.12) brightness(1.04);
}

.aircraft-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 48px;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.line-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--ink-strong);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--blue);
}

.aircraft-facts {
  border-top: 1px solid var(--line-bright);
}

.aircraft-facts div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.aircraft-facts span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aircraft-facts strong {
  display: block;
  color: var(--ink);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.35;
}

.home-faq {
  position: relative;
  padding: 92px clamp(18px, 4vw, 58px) 104px;
  background:
    linear-gradient(90deg, rgba(9, 23, 39, 0.88), rgba(12, 35, 56, 0.72)),
    rgba(7, 20, 35, 0.76);
  border-top: 1px solid rgba(97, 196, 255, 0.22);
  backdrop-filter: blur(16px);
}

.home-faq::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: min(620px, 70%);
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--sky), transparent);
  box-shadow: 0 0 20px rgba(97, 196, 255, 0.42);
}

.section-wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.faq-header h2 {
  color: var(--ink-strong);
  font-size: clamp(46px, 6vw, 96px);
  line-height: 0.9;
  text-transform: uppercase;
}

.faq-list {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.faq-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.faq-number {
  color: var(--gold);
  font-family: ImpactLocal, Arial Black, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
}

.faq-item h3 {
  margin: 0;
  color: var(--ink-strong);
  font-family: ImpactLocal, Arial Black, Arial, sans-serif;
  font-size: clamp(24px, 2.3vw, 40px);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.faq-item p {
  margin: 10px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.55;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 70px 7vw;
  background: rgba(2, 6, 12, 0.95);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(100%, 1560px);
  max-height: calc(100vh - 160px);
  width: auto;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}

.lightbox-close,
.lightbox-arrow {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
}

.lightbox-close {
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  font-weight: 900;
  text-transform: uppercase;
}

.lightbox-arrow {
  top: 50%;
  width: 54px;
  height: 74px;
  transform: translateY(-50%);
  font-size: 34px;
  font-weight: 900;
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.lightbox-count {
  position: absolute;
  left: 7vw;
  bottom: 28px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.application-lanes {
  margin-bottom: 70px;
}

.application-lanes article {
  min-height: 250px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 24px clamp(18px, 4vw, 58px);
  color: rgba(220, 235, 248, 0.7);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(7, 20, 35, 0.82);
  border-top: 1px solid rgba(97, 196, 255, 0.18);
  backdrop-filter: blur(18px);
}

.site-footer > span:first-child {
  justify-self: start;
}

.footer-credit {
  justify-self: end;
  grid-column: 3;
  grid-row: 1;
  color: var(--ink-strong);
  text-shadow:
    0 0 10px rgba(97, 196, 255, 0.9),
    0 0 24px rgba(97, 196, 255, 0.56),
    0 0 42px rgba(8, 127, 194, 0.28);
  animation: oxyGlow 2.7s ease-in-out infinite;
}

.oxy-name {
  color: inherit;
  text-shadow: inherit;
}

.footer-links {
  justify-self: center;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(97, 196, 255, 0.2);
  background: rgba(12, 30, 48, 0.66);
  color: var(--ink);
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.footer-link:hover {
  color: #071522;
  background: var(--sky);
  transform: translateY(-1px);
}

/* F-35C visual revamp: cleaner carrier-deck identity, less F-22 briefing-card layout. */
.video-stage {
  background:
    radial-gradient(circle at 50% 18%, rgba(112, 201, 255, 0.32), transparent 34%),
    linear-gradient(150deg, #173d5d 0%, #102d48 42%, #0a1a2d 100%);
}

.video-stage::before {
  filter: saturate(1.08) contrast(1.05) brightness(0.74);
  transform: scale(1.03);
}

.video-wash {
  background:
    radial-gradient(circle at 52% 22%, rgba(142, 216, 255, 0.28), transparent 30%),
    linear-gradient(180deg, rgba(8, 25, 43, 0.48), rgba(9, 24, 42, 0.28) 46%, rgba(5, 13, 24, 0.76)),
    linear-gradient(90deg, rgba(6, 16, 28, 0.74), rgba(12, 34, 54, 0.36), rgba(5, 15, 27, 0.7));
}

.deck-lines {
  opacity: 0.3;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(142, 216, 255, 0.2) 50%, transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(62% - 1px), rgba(231, 182, 63, 0.2) 62%, transparent calc(62% + 1px)),
    repeating-linear-gradient(118deg, transparent 0 88px, rgba(142, 216, 255, 0.16) 89px 91px);
}

.site-header {
  grid-template-columns: minmax(180px, 1fr) auto minmax(110px, 1fr);
  padding-block: 14px;
  background:
    linear-gradient(180deg, rgba(9, 30, 51, 0.9), rgba(7, 22, 39, 0.6));
  border-bottom-color: rgba(142, 216, 255, 0.22);
}

.site-header::after {
  left: 50%;
  right: auto;
  width: min(760px, calc(100% - 42px));
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(142, 216, 255, 0.92), rgba(255, 255, 255, 0.82), rgba(142, 216, 255, 0.92), transparent);
}

.brand span {
  font-size: 13px;
}

.center-nav {
  gap: 2px;
  padding: 6px;
  border-color: rgba(142, 216, 255, 0.18);
  border-radius: 999px;
  background: rgba(3, 13, 24, 0.35);
}

.center-nav a {
  min-height: 34px;
  border-radius: 999px;
  color: rgba(237, 246, 255, 0.8);
}

.center-nav a:hover,
.center-nav a.is-active {
  color: #05111f;
  background: linear-gradient(135deg, #c8efff, #76cdf8);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28) inset,
    0 12px 28px rgba(97, 196, 255, 0.26);
}

.hero {
  width: min(1120px, calc(100% - 36px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  padding-top: 142px;
}

.hero::before {
  content: "";
  width: min(920px, 92%);
  height: 1px;
  order: 5;
  margin-top: 34px;
  background: linear-gradient(90deg, transparent, rgba(142, 216, 255, 0.7), rgba(255, 255, 255, 0.64), rgba(142, 216, 255, 0.7), transparent);
  box-shadow: 0 0 34px rgba(142, 216, 255, 0.32);
}

.hero::after {
  width: min(280px, 55%);
  height: 3px;
  margin-top: 12px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  box-shadow: 0 0 24px rgba(231, 182, 63, 0.42);
}

.hero-mark {
  width: clamp(190px, 20vw, 280px);
  height: clamp(190px, 20vw, 280px);
  margin-bottom: 22px;
  background:
    radial-gradient(circle, rgba(13, 37, 60, 0.76), rgba(13, 37, 60, 0.26) 58%, transparent 72%);
}

.hero-mark img {
  width: 108%;
  height: 108%;
}

.hero .eyebrow {
  color: #bdeeff;
}

.hero h1 {
  max-width: 1080px;
  margin-bottom: 22px;
  font-size: clamp(58px, 9.6vw, 150px);
  text-shadow:
    0 2px 0 rgba(142, 216, 255, 0.12),
    0 22px 54px rgba(0, 7, 18, 0.5);
}

.hero-copy {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  justify-content: center;
}

.primary-action,
.secondary-action {
  border-radius: 999px;
}

.page-hero {
  position: relative;
  margin-bottom: 42px;
  padding-bottom: 34px;
}

.page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(360px, 80%);
  height: 3px;
  background: linear-gradient(90deg, var(--sky), transparent);
}

.flight-board {
  width: min(1180px, calc(100% - 36px));
  margin: -56px auto 96px;
  border-top: 1px solid rgba(142, 216, 255, 0.34);
  border-bottom: 1px solid rgba(142, 216, 255, 0.18);
  backdrop-filter: blur(12px);
}

.flight-board article {
  display: grid;
  grid-template-columns: 82px minmax(240px, 0.55fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid rgba(176, 219, 255, 0.12);
}

.flight-board article:last-child {
  border-bottom: 0;
}

.flight-board span {
  color: var(--gold);
  font-family: ImpactLocal, Arial Black, Arial, sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
}

.flight-board strong {
  color: var(--ink-strong);
  font-family: ImpactLocal, Arial Black, Arial, sans-serif;
  font-size: clamp(25px, 3vw, 44px);
  line-height: 0.98;
  text-transform: uppercase;
}

.flight-board p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.home-faq {
  padding-top: 86px;
  background:
    linear-gradient(180deg, rgba(8, 27, 47, 0.8), rgba(8, 21, 38, 0.66)),
    rgba(6, 18, 33, 0.62);
}

.home-faq::before {
  left: 50%;
  width: min(780px, 78%);
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--sky), var(--gold), var(--sky), transparent);
}

.faq-header {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.55fr);
  gap: 28px;
  align-items: end;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(176, 219, 255, 0.2);
}

.faq-header h2 {
  margin-bottom: 0;
}

.faq-header p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  margin-top: 10px;
  border-top: 0;
}

.faq-item {
  position: relative;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(176, 219, 255, 0.14);
}

.faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, var(--sky), transparent);
  opacity: 0.72;
}

.faq-number {
  padding-left: 14px;
  color: #bdeeff;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
}

.faq-item h3 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: clamp(19px, 1.45vw, 25px);
  line-height: 1.15;
  letter-spacing: 0;
}

.faq-item p {
  max-width: none;
}

.role-list {
  gap: 0;
  border-top: 1px solid rgba(142, 216, 255, 0.3);
}

.role-list article {
  position: relative;
  grid-template-columns: 300px minmax(0, 0.68fr) minmax(0, 1fr);
  padding: 30px 0;
  border-bottom: 1px solid rgba(176, 219, 255, 0.16);
}

.role-list article::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(142, 216, 255, 0.28), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.role-list article:hover::after,
.role-list article.featured-role::after {
  opacity: 1;
}

.role-list article.featured-role {
  background: linear-gradient(90deg, rgba(142, 216, 255, 0.12), transparent 72%);
}

.role-list article.featured-role span {
  color: var(--gold);
}

.application-lanes {
  gap: 0;
  border-top: 1px solid rgba(142, 216, 255, 0.3);
}

.application-lanes article {
  min-height: 0;
  padding: 34px 24px 34px 0;
  border-bottom: 1px solid rgba(176, 219, 255, 0.16);
}

.discord-panel {
  display: inline-grid;
  gap: 6px;
  margin-top: 22px;
  padding: 18px 26px;
  color: var(--ink-strong);
  border-left: 3px solid var(--sky);
  background: linear-gradient(90deg, rgba(142, 216, 255, 0.16), rgba(231, 182, 63, 0.07), transparent);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.discord-panel:hover {
  transform: translateX(4px);
  border-left-color: var(--gold);
  background: linear-gradient(90deg, rgba(231, 182, 63, 0.18), rgba(142, 216, 255, 0.1), transparent);
}

.discord-panel span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.discord-panel strong {
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.2;
}

.content-panel,
.home-band {
  background: linear-gradient(90deg, rgba(9, 27, 47, 0.3), transparent);
}

.schedule-panel > div,
.application-lanes article,
.role-list article,
.media-card {
  background: transparent;
}

.show-board {
  margin: 0 0 44px;
  border-top: 1px solid rgba(142, 216, 255, 0.34);
  border-bottom: 1px solid rgba(142, 216, 255, 0.2);
}

.show-row {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 150px;
  gap: 24px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(176, 219, 255, 0.14);
}

.show-row:last-child {
  border-bottom: 0;
}

.show-row::before {
  content: "";
  position: absolute;
  inset: 10px -18px;
  z-index: -1;
  background: linear-gradient(90deg, rgba(142, 216, 255, 0.12), rgba(231, 182, 63, 0.05), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.show-row:hover::before {
  opacity: 1;
}

.show-row span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.show-row h2 {
  margin: 0;
  color: var(--ink-strong);
  font-family: ImpactLocal, Arial Black, Arial, sans-serif;
  font-size: clamp(28px, 3.5vw, 58px);
  line-height: 0.95;
  text-transform: uppercase;
}

.show-row strong {
  justify-self: end;
  min-width: 118px;
  padding: 8px 12px;
  color: #061524;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(142, 216, 255, 0.9);
}

.show-row.is-complete strong {
  background: rgba(231, 182, 63, 0.92);
}

.schedule-note {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(231, 182, 63, 0.34);
}

.schedule-note span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.schedule-note p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

@keyframes oxyGlow {
  0%,
  100% {
    text-shadow:
      0 0 10px rgba(97, 196, 255, 0.72),
      0 0 22px rgba(97, 196, 255, 0.38),
      0 0 38px rgba(8, 127, 194, 0.18);
  }

  50% {
    text-shadow:
      0 0 14px rgba(255, 255, 255, 1),
      0 0 32px rgba(97, 196, 255, 0.72),
      0 0 60px rgba(8, 127, 194, 0.38);
  }
}

@keyframes flyNavyZoom {
  0% {
    opacity: 0;
    transform: perspective(900px) translateZ(-860px) scale(0.16);
    filter: blur(8px);
  }

  20% {
    opacity: 1;
    filter: blur(2px);
  }

  62% {
    opacity: 1;
    transform: perspective(900px) translateZ(0) scale(1);
    filter: blur(0);
  }

  70% {
    transform: translate3d(-3px, 2px, 0) rotate(-0.4deg) scale(1.04);
  }

  76% {
    transform: translate3d(3px, -2px, 0) rotate(0.35deg) scale(1.04);
  }

  82% {
    transform: translate3d(-1px, 1px, 0) rotate(-0.18deg) scale(1.03);
  }

  100% {
    opacity: 0;
    transform: perspective(900px) translateZ(220px) scale(1.34);
    filter: blur(6px);
  }
}

@keyframes introFade {
  0%,
  78% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes introStreak {
  0% {
    transform: rotate(-14deg) translateX(-42%);
  }

  100% {
    transform: rotate(-14deg) translateX(42%);
  }
}

@keyframes introJetPass {
  0% {
    opacity: 0;
    transform: translateX(-180vw) translateY(24px) rotate(86deg) scale(0.52);
  }

  12% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-18px) rotate(86deg) scale(1.18);
  }

  100% {
    opacity: 0;
    transform: translateX(120vw) translateY(-78px) rotate(86deg) scale(0.78);
  }
}

@keyframes introContrailPass {
  0% {
    opacity: 0;
    transform: translateX(-190vw) translateY(24px) rotate(-7deg) scaleX(0.6);
  }

  18% {
    opacity: 0.78;
  }

  60% {
    opacity: 0.62;
    transform: translateX(-46%) translateY(-2px) rotate(-7deg) scaleX(1);
  }

  100% {
    opacity: 0;
    transform: translateX(108vw) translateY(-30px) rotate(-7deg) scaleX(0.8);
  }
}

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

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brand,
  .audio-toggle {
    justify-self: center;
  }

  .hero,
  .home-band,
  .split-panel,
  .page-hero.aircraft-hero,
  .aircraft-panel,
  .schedule-panel,
  .application-lanes,
  .flight-board article,
  .faq-header,
  .faq-list,
  .media-showcase,
  .media-grid,
  .aircraft-list article,
  .mission-list article {
    grid-template-columns: 1fr;
  }

  .hero {
    text-align: center;
    justify-items: center;
  }

  .hero-mark {
    grid-column: 1;
    grid-row: auto;
    order: -1;
  }

  .hero-actions {
    justify-content: center;
  }

  .media-photo,
  .media-photo.is-wide {
    grid-column: 1 / -1;
    min-height: 320px;
  }

  .media-card.large {
    grid-row: auto;
    min-height: 340px;
  }

  .role-list article,
  .faq-item {
    grid-template-columns: 1fr;
  }

  .flight-board {
    margin-top: -28px;
  }

  .flight-board article {
    align-items: start;
  }

  .faq-number {
    padding-left: 0;
  }

  .faq-item::before {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-links,
  .footer-credit,
  .site-footer > span:first-child {
    justify-self: center;
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 650px) {
  .site-header {
    position: absolute;
    padding: 16px;
  }

  .brand span {
    display: none;
  }

  .center-nav {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .hero {
    padding-top: 220px;
  }

  .page-main {
    width: min(100% - 22px, 1180px);
    padding-top: 220px;
  }

  .home-faq {
    padding-inline: 18px;
  }

  .flight-board {
    width: min(100% - 22px, 1180px);
    margin-bottom: 64px;
  }

  .media-photo,
  .media-photo.is-wide {
    min-height: 230px;
  }

  .lightbox {
    padding: 76px 14px;
  }

  .lightbox img {
    max-height: calc(100vh - 170px);
  }

  .lightbox-arrow {
    top: auto;
    bottom: 20px;
    transform: none;
  }
}

@media (max-width: 760px) {
  .show-row,
  .schedule-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .show-row strong {
    justify-self: start;
  }

  .intro-text::before {
    top: -94px;
    width: 86px;
    height: 126px;
  }

  .intro-text::after {
    top: -22px;
  }
}
