@font-face {
  font-family: "Oxanium Variable";
  src: url("./assets/oxanium-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("./assets/nunito-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("./assets/nunito-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --red: #ef243c;
  --red-hot: #ff3650;
  --cyan: #36ddff;
  --yellow: #ffc828;
  --ink: #f7f8fb;
  --muted: #a9afc2;
  --deep: #060916;
  --panel: #0c101d;
  --panel-soft: rgba(12, 16, 29, 0.86);
  --line: rgba(255, 255, 255, 0.13);
  --font-race: "Oxanium Variable", "Arial Narrow", sans-serif;
  --font-copy: "Nunito", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--deep);
  color: var(--ink);
  font-family: var(--font-copy);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 88% 30%, rgba(44, 41, 142, 0.3), transparent 30%),
    radial-gradient(circle at 7% 65%, rgba(2, 166, 210, 0.12), transparent 28%),
    #060916;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent 5%, black 45%, transparent 95%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, figure, ol { margin: 0; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: white;
  color: #05070d;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px clamp(24px, 5vw, 80px);
  border-bottom: 1px solid rgba(255,255,255,.22);
  background: linear-gradient(180deg, rgba(3,5,12,.78), rgba(3,5,12,.12));
}

.site-header::after {
  content: "";
  position: absolute;
  left: clamp(24px, 5vw, 80px);
  bottom: -2px;
  width: 110px;
  height: 3px;
  background: var(--red);
  transform: skewX(-30deg);
}

.brand img { width: clamp(260px, 27vw, 430px); }

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  font-family: var(--font-race);
}

nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 15px;
  color: rgba(255,255,255,.66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: color .16s ease, background .16s ease;
}

nav a:hover, nav a:focus-visible { color: white; background: rgba(255,255,255,.07); }

.nav-play {
  margin-left: 12px;
  padding-inline: 22px;
  background: var(--red);
  color: white;
  clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
}

.nav-play:hover, .nav-play:focus-visible { background: var(--red-hot); }

.hero {
  position: relative;
  min-height: min(920px, 100vh);
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-media {
  position: absolute;
  inset: 0;
  background: url("./assets/sky-division-hero-v1.png") center / cover no-repeat;
  transform: scale(1.01);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,6,14,.98) 0%, rgba(4,6,14,.9) 27%, rgba(4,6,14,.36) 58%, rgba(4,6,14,.1) 100%),
    linear-gradient(180deg, rgba(4,6,14,.45), transparent 28%, rgba(4,6,14,.18) 65%, #060916 100%);
}

.speed-lines {
  position: absolute;
  width: 50vw;
  height: 50vw;
  right: -27vw;
  top: -28vw;
  border: 90px solid rgba(239,36,60,.55);
  transform: rotate(36deg) skewX(-18deg);
  box-shadow: 0 0 0 38px rgba(45,220,255,.08);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 158px 0 172px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.68);
  font-family: var(--font-race);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.eyebrow i {
  width: 34px;
  height: 3px;
  display: inline-block;
  background: var(--red);
  transform: skewX(-28deg);
}

h1, h2, h3 {
  font-family: var(--font-race);
  text-transform: uppercase;
}

h1 {
  max-width: 830px;
  margin-top: 19px;
  font-size: clamp(56px, 6.7vw, 106px);
  font-style: italic;
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.045em;
  text-shadow: 0 18px 55px rgba(0,0,0,.65);
}

h1 em, h2 em {
  color: transparent;
  font-style: inherit;
  -webkit-text-stroke: 1px rgba(255,255,255,.72);
}

.hero-lead {
  max-width: 620px;
  margin-top: 28px;
  color: rgba(255,255,255,.75);
  font-size: clamp(16px, 1.55vw, 20px);
  font-weight: 700;
  line-height: 1.55;
}

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

.button {
  min-width: 210px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 24px 0 28px;
  font-family: var(--font-race);
  font-size: 12px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  transition: transform .16s ease, filter .16s ease, background .16s ease;
}

.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; box-shadow: 0 16px 46px rgba(239,36,60,.23); }
.button-primary:hover, .button-primary:focus-visible { background: var(--red-hot); }
.button-ghost { border: 1px solid rgba(255,255,255,.22); background: rgba(5,8,17,.48); color: white; }
.button-ghost:hover, .button-ghost:focus-visible { background: rgba(255,255,255,.1); }

.desktop-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: rgba(255,255,255,.48);
  font-family: var(--font-race);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.desktop-note span { width: 7px; height: 7px; border-radius: 50%; background: #47f0a6; box-shadow: 0 0 12px #47f0a6; }

.hero-index {
  position: absolute;
  right: clamp(24px, 5vw, 80px);
  top: 118px;
  z-index: 2;
  display: grid;
  justify-items: end;
  color: rgba(255,255,255,.75);
  font-family: var(--font-race);
  line-height: 1;
}
.hero-index span { font-size: 9px; font-weight: 800; letter-spacing: .28em; }
.hero-index b { font-size: 25px; font-style: italic; }

.hero-rail {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  width: min(1240px, calc(100% - 48px));
  min-height: 106px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-bottom: 0;
  background: rgba(5,8,17,.86);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.hero-rail div { display: grid; align-content: center; padding: 18px 30px; border-right: 1px solid var(--line); }
.hero-rail div:last-child { border-right: 0; }
.hero-rail strong { font-family: var(--font-race); font-size: 28px; font-style: italic; font-weight: 800; text-transform: uppercase; }
.hero-rail span { margin-top: 3px; color: rgba(255,255,255,.48); font-family: var(--font-race); font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

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

.intro {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: end;
  padding: 126px 0 82px;
}

h2 {
  margin-top: 17px;
  font-size: clamp(42px, 5vw, 76px);
  font-style: italic;
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.035em;
}

.intro-copy { display: grid; gap: 18px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.intro-copy p:first-child { color: white; font-size: 20px; }

.feature-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: repeat(2, minmax(210px, auto));
  gap: 12px;
  padding-bottom: 126px;
}

.feature {
  position: relative;
  min-height: 220px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 22px;
  align-items: end;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(17,22,40,.96), rgba(8,11,22,.95));
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.feature::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 4px;
  background: var(--cyan);
  transform: skewX(-30deg);
}

.feature-large { grid-row: span 2; min-height: 442px; }
.feature-accent::after { background: var(--red); }
.feature-number { align-self: start; color: rgba(255,255,255,.18); font-family: var(--font-race); font-size: 42px; font-style: italic; font-weight: 800; }
.feature-kicker { margin-bottom: 8px; color: var(--red); font-family: var(--font-race); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.feature h3 { max-width: 520px; font-size: clamp(23px, 2.5vw, 38px); font-style: italic; font-weight: 800; line-height: 1; }
.feature p:last-child { max-width: 570px; margin-top: 14px; color: var(--muted); font-size: 15px; line-height: 1.55; }

.showcase {
  padding: 110px 0 126px;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(16,19,52,.45), transparent 45%),
    rgba(4,6,14,.5);
}

.showcase-head { display: grid; grid-template-columns: 1fr 420px; gap: 70px; align-items: end; }
.showcase-head > p { color: var(--muted); font-size: 17px; line-height: 1.65; }

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 50px;
}

.shot {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  border: 1px solid var(--line);
  background: #080b14;
}
.shot-wide { grid-column: 1 / -1; min-height: 560px; }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.shot:hover img { transform: scale(1.018); }
.shot figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 4px;
  padding: 50px 24px 22px;
  background: linear-gradient(transparent, rgba(4,6,14,.92));
}
.shot figcaption span { color: var(--red); font-family: var(--font-race); font-size: 8px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.shot figcaption strong { font-family: var(--font-race); font-size: 17px; font-style: italic; text-transform: uppercase; }

.formats {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(60px, 10vw, 150px);
  align-items: center;
  padding: 126px 0;
}
.formats-copy > p:not(.eyebrow) { max-width: 500px; margin-top: 24px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.text-link { display: inline-flex; gap: 25px; margin-top: 28px; color: white; font-family: var(--font-race); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.text-link span { color: var(--red); }

.format-list { list-style: none; padding: 0; border-top: 1px solid var(--line); }
.format-list li {
  min-height: 105px;
  display: grid;
  grid-template-columns: 84px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: padding .18s ease, background .18s ease;
}
.format-list li:hover { padding-left: 14px; background: rgba(255,255,255,.025); }
.format-list li > b { color: rgba(255,255,255,.18); font-family: var(--font-race); font-size: 26px; font-style: italic; }
.format-list div { display: grid; gap: 4px; }
.format-list strong { font-family: var(--font-race); font-size: 24px; font-style: italic; text-transform: uppercase; }
.format-list span { color: var(--muted); font-size: 13px; }

.final-cta {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-block: 1px solid var(--line);
}
.final-bg { position: absolute; inset: 0; background: url("./assets/sky-division-hero-v1.png") center 62% / cover no-repeat; filter: saturate(.85); }
.final-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,6,14,.97), rgba(4,6,14,.7) 46%, rgba(4,6,14,.25)), linear-gradient(0deg, #060916, transparent 46%); }
.final-content { position: relative; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0; }
.final-content h2 { max-width: 800px; }
.final-content > p:not(.eyebrow) { max-width: 560px; margin-top: 22px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.55; }
.final-content .button { margin-top: 32px; }

footer {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 30px clamp(24px, 5vw, 80px);
  background: #04060c;
}
.footer-brand img { width: min(320px, 100%); }
footer > p { color: rgba(255,255,255,.42); font-size: 12px; text-align: center; }
footer nav { justify-self: end; }

@media (max-width: 980px) {
  .site-header nav > a:not(.nav-play) { display: none; }
  .hero { min-height: 850px; }
  .hero-content { padding-top: 145px; }
  .intro, .showcase-head, .formats { grid-template-columns: 1fr; gap: 42px; }
  .feature-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .feature-large { grid-row: auto; min-height: 290px; }
  .shot-wide { min-height: 440px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p { display: none; }
}

@media (max-width: 700px) {
  .site-header { min-height: 78px; padding-inline: 18px; }
  .site-header::after { left: 18px; }
  .brand img { width: 220px; }
  .site-header nav { display: none; }
  .hero { min-height: 820px; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,6,14,.96), rgba(4,6,14,.7)), linear-gradient(180deg, rgba(4,6,14,.2), #060916 92%); }
  .hero-content { width: min(100% - 36px, 1240px); padding: 128px 0 255px; }
  h1 { font-size: clamp(39px, 11.3vw, 50px); letter-spacing: -.055em; }
  h2 { font-size: clamp(38px, 11vw, 56px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: min(100%, 340px); }
  .hero-index { display: none; }
  .hero-rail { width: calc(100% - 36px); grid-template-columns: 1fr 1fr; }
  .hero-rail div { min-height: 78px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
  .hero-rail div:nth-child(2) { border-right: 0; }
  .hero-rail strong { font-size: 22px; }
  .section, .final-content { width: min(100% - 36px, 1180px); }
  .intro, .formats { padding-block: 84px; }
  .feature-grid { padding-bottom: 84px; }
  .feature { grid-template-columns: 50px 1fr; gap: 12px; padding: 24px 20px; }
  .feature-number { font-size: 27px; }
  .showcase { padding-block: 84px; }
  .gallery { grid-template-columns: 1fr; }
  .shot, .shot-wide { grid-column: auto; min-height: 270px; }
  .shot-wide { min-height: 330px; }
  .shot img { object-position: center; }
  .format-list li { grid-template-columns: 58px 1fr; }
  .final-cta { min-height: 580px; }
  footer { grid-template-columns: 1fr; align-items: start; padding: 42px 20px; }
  footer nav { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
