:root {
  --ink: #101112;
  --ink-2: #17191a;
  --paper: #e9e7e0;
  --paper-dark: #cbc8be;
  --muted: #96968f;
  --line: rgba(255, 255, 255, .17);
  --orange: #f06a24;
  --orange-bright: #ff7a2d;
  --display: "Barlow Condensed", Impact, sans-serif;
  --mono: "IBM Plex Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--mono);
  overflow-x: hidden;
}
::selection { color: #fff; background: var(--orange); }
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 16px; color: #fff; background: var(--orange); }
.skip-link:focus { top: 12px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 92px;
  padding: 0 clamp(22px, 4.5vw, 76px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; font-family: var(--display); font-size: 20px; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.brand img { width: 34px; height: 34px; object-fit: contain; filter: saturate(.95) contrast(1.1); }
nav { display: flex; gap: clamp(28px, 4vw, 62px); }
nav a, .header-cta { font-size: 10px; font-weight: 500; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
nav a { color: #b8b8b1; }
nav a span { margin-right: 8px; color: var(--orange); }
nav a:hover, nav a:focus { color: #fff; }
.header-cta { justify-self: end; padding: 12px 0 8px; border-bottom: 2px solid var(--orange); }
.header-cta span { margin-left: 8px; color: var(--orange); }

.hero { position: relative; min-height: 850px; height: 100svh; isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -3; background: #111 url("images/hero-gunship.webp") center center / cover no-repeat; transform: scale(1.015); animation: settle 1.5s cubic-bezier(.2,.7,.2,1) both; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,6,7,.94) 0%, rgba(5,6,7,.65) 34%, rgba(5,6,7,.08) 69%), linear-gradient(0deg, rgba(6,7,8,.8) 0%, transparent 35%, rgba(6,7,8,.35) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .22; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-grid { position: absolute; inset: 92px clamp(22px, 4.5vw, 76px) 0; z-index: -1; border-inline: 1px solid rgba(255,255,255,.08); background: linear-gradient(90deg, transparent calc(50% - .5px), rgba(255,255,255,.07) 50%, transparent calc(50% + .5px)); }
.hero-copy { position: absolute; left: clamp(22px, 8vw, 136px); top: 50%; width: min(690px, 53vw); transform: translateY(-46%); }
.kicker, .overline, .section-index > p { margin: 0 0 25px; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; color: #d1d0c9; }
.pulse { width: 7px; height: 7px; margin-right: 12px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(240,106,36,.16); animation: pulse 2s ease-out infinite; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); text-transform: uppercase; }
h1 { margin-bottom: 24px; font-size: clamp(80px, 10.4vw, 176px); font-weight: 800; line-height: .74; letter-spacing: -.045em; }
h1 em { color: var(--orange-bright); font-style: italic; font-weight: 800; }
.hero-text { max-width: 590px; margin: 34px 0; padding-left: 20px; border-left: 2px solid var(--orange); color: #c2c1bb; font-size: 13px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-grid; grid-template-columns: auto 48px; min-width: 230px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: background .2s, transform .2s; }
.button span { padding: 17px 19px; }
.button b { display: grid; place-items: center; border-left: 1px solid rgba(0,0,0,.25); font-size: 18px; font-weight: 400; }
.button:hover { background: var(--orange-bright); transform: translateY(-2px); }
.ghost-link { padding: 12px 0 7px; border-bottom: 1px solid rgba(255,255,255,.4); color: #d2d1cb; font-size: 9px; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.hero-readout { position: absolute; right: clamp(22px, 4.5vw, 76px); bottom: 42px; width: min(420px, 38vw); display: grid; grid-template-columns: .65fr 1.2fr 1fr; border-block: 1px solid var(--line); }
.hero-readout p { margin: 0; padding: 15px 14px 15px 0; border-right: 1px solid var(--line); }
.hero-readout p + p { padding-left: 14px; }
.hero-readout p:last-child { border: 0; }
.hero-readout span, .hero-readout strong { display: block; }
.hero-readout span { margin-bottom: 7px; color: #8e8e89; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.hero-readout strong { font-size: 9px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.scroll-cue { position: absolute; left: clamp(22px, 4.5vw, 76px); bottom: 42px; margin: 0; color: #9b9b96; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue span { display: inline-block; width: 42px; height: 1px; margin-right: 12px; vertical-align: middle; background: var(--orange); }

.signal-strip { min-height: 88px; padding: 0 clamp(22px, 4.5vw, 76px); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-block: 1px solid #303233; background: #0b0c0d; }
.signal-strip p { margin: 0; padding: 0 24px; border-right: 1px solid #303233; color: #b6b5af; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.signal-strip p:first-child { padding-left: 0; }
.signal-strip p:last-child { border-right: 0; }
.signal-strip span { margin-right: 18px; color: var(--orange); }

.game-section { padding: clamp(90px, 11vw, 175px) clamp(22px, 8vw, 136px); display: grid; grid-template-columns: .32fr 1fr; gap: clamp(40px, 7vw, 115px); color: #191a1a; background: var(--paper); }
.section-index { position: relative; padding-top: 12px; border-top: 1px solid #aaa89f; }
.section-index > p { color: #686861; }
.coordinate { position: absolute; top: 52%; color: #949188; font-size: 8px; line-height: 1.8; letter-spacing: .13em; }
.overline { color: var(--orange); }
.game-copy h2, .flight-heading h2, .studio-copy h2 { margin: 0; font-size: clamp(62px, 8vw, 128px); font-weight: 800; line-height: .82; letter-spacing: -.035em; }
.game-copy h2 span { color: #aaa79e; }
.game-intro { margin-top: clamp(55px, 7vw, 100px); display: grid; grid-template-columns: 1fr .85fr; gap: clamp(35px, 7vw, 110px); }
.game-intro p { margin: 0; color: #686761; font-size: 12px; line-height: 1.9; }
.game-intro .lead { color: #1b1c1c; font-family: var(--display); font-size: clamp(25px, 2.8vw, 42px); font-weight: 600; line-height: 1.13; letter-spacing: -.015em; }

.flight-section { padding: clamp(90px, 10vw, 160px) clamp(22px, 8vw, 136px); background: var(--ink-2); }
.flight-heading { display: grid; grid-template-columns: 1fr 1.05fr .55fr; gap: clamp(35px, 6vw, 100px); align-items: end; }
.flight-heading .overline { align-self: start; }
.flight-heading h2 { font-size: clamp(60px, 7.3vw, 118px); }
.flight-heading > p:last-child { margin: 0 0 7px; color: #999994; font-size: 11px; line-height: 1.8; }
.feature-grid { margin-top: clamp(70px, 9vw, 135px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #414344; }
.feature-grid article { position: relative; min-height: 390px; padding: 28px clamp(20px, 3vw, 46px) 35px; border-right: 1px solid #414344; }
.feature-grid article:first-child { padding-left: 0; }
.feature-grid article:last-child { border-right: 0; }
.feature-number { margin: 0; color: var(--orange); font-size: 9px; }
.feature-icon { position: relative; width: 100px; height: 100px; margin: 54px 0 45px; border: 1px solid #5d5f5f; border-radius: 50%; }
.feature-icon::before, .feature-icon::after { content: ""; position: absolute; background: #6c6d6b; }
.feature-icon::before { width: 132px; height: 1px; top: 49px; left: -16px; transform: rotate(-25deg); }
.feature-icon::after { width: 1px; height: 132px; top: -16px; left: 49px; transform: rotate(25deg); }
.feature-icon span { position: absolute; inset: 37px; z-index: 2; border: 2px solid var(--orange); border-radius: 50%; }
.terrain-icon { border-radius: 0; border-width: 0 0 1px; }
.terrain-icon::before { top: 57px; left: 2px; width: 95px; transform: rotate(-38deg); }
.terrain-icon::after { top: 38px; left: 67px; height: 67px; transform: rotate(36deg); }
.terrain-icon span { inset: auto 4px 10px auto; width: 8px; height: 8px; background: var(--orange); }
.target-icon::before { width: 48px; left: 25px; transform: none; }
.target-icon::after { height: 48px; top: 25px; transform: none; }
.target-icon span { inset: 22px; border: 1px dashed var(--orange); }
.feature-grid h3 { margin: 0 0 15px; font-family: var(--display); font-size: 30px; font-weight: 700; letter-spacing: .01em; text-transform: uppercase; }
.feature-grid article > p:last-child { max-width: 330px; margin: 0; color: #92928d; font-size: 10px; line-height: 1.8; }

.studio-section { min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; color: #171819; background: var(--orange); overflow: hidden; }
.studio-mark { position: relative; min-height: 100%; display: grid; place-items: center; background: #101112; overflow: hidden; }
.studio-mark::before { content: ""; position: absolute; width: 75%; aspect-ratio: 1; border: 1px solid #37393a; border-radius: 50%; box-shadow: 0 0 0 65px #151718, 0 0 0 66px #343637, 0 0 0 130px #151718, 0 0 0 131px #2e3031; }
.studio-mark img { position: relative; z-index: 1; width: min(57%, 410px); filter: saturate(.35) contrast(1.25) drop-shadow(0 28px 30px #000); }
.studio-copy { padding: clamp(75px, 9vw, 145px) clamp(35px, 8vw, 130px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.studio-copy .overline { color: #29221e; }
.studio-copy h2 { color: #111; }
.studio-copy > p:not(.overline) { max-width: 520px; margin: 40px 0; font-size: 11px; line-height: 1.9; }
.button-dark { color: #fff; background: #111; }
.button-dark:hover { background: #292a2a; }

footer { padding: clamp(70px, 8vw, 120px) clamp(22px, 4.5vw, 76px) 30px; background: #0a0b0c; }
.footer-top { padding-bottom: clamp(70px, 9vw, 130px); }
.footer-top a { display: inline-block; font-family: var(--display); font-size: clamp(40px, 7vw, 105px); font-weight: 700; line-height: 1; letter-spacing: -.03em; text-decoration: none; text-transform: uppercase; transition: color .2s; }
.footer-top a:hover { color: var(--orange); }
.footer-top a span { color: var(--orange); font-size: .6em; }
.footer-bottom { padding-top: 27px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid #303233; }
.footer-bottom p { margin: 0; color: #777873; font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.footer-bottom p:last-child { justify-self: end; }
.footer-bottom .brand { font-size: 15px; }
.footer-bottom .brand img { width: 26px; height: 26px; }

@keyframes settle { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1.015); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(240,106,36,0); } 100% { box-shadow: 0 0 0 0 rgba(240,106,36,0); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 76px; }
  nav { display: none; }
  .hero { min-height: 760px; }
  .hero-grid { top: 76px; }
  .hero-copy { top: 47%; width: min(720px, calc(100vw - 44px)); }
  .hero-media { background-position: 62% center; }
  .hero-readout { right: 22px; bottom: 28px; width: calc(100% - 44px); }
  .scroll-cue { display: none; }
  .signal-strip { grid-template-columns: 1fr 1fr; padding-block: 12px; }
  .signal-strip p { padding: 12px 0; border: 0; }
  .game-section { grid-template-columns: 1fr; }
  .section-index { display: flex; justify-content: space-between; }
  .coordinate { position: static; }
  .flight-heading { grid-template-columns: 1fr 1.3fr; }
  .flight-heading > p:last-child { grid-column: 2; }
  .studio-section { grid-template-columns: 1fr; }
  .studio-mark { min-height: 480px; }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 18px; }
  .header-cta { font-size: 9px; }
  .hero { min-height: 790px; height: 100svh; }
  .hero::before { background: linear-gradient(90deg, rgba(5,6,7,.9), rgba(5,6,7,.22)), linear-gradient(0deg, rgba(6,7,8,.92) 3%, transparent 53%, rgba(6,7,8,.35)); }
  .hero-media { background-position: 66% center; }
  .hero-grid { inset-inline: 18px; }
  .hero-copy { left: 18px; top: 46%; width: calc(100vw - 36px); }
  h1 { font-size: clamp(66px, 22vw, 102px); line-height: .78; }
  .hero-text { max-width: 92%; font-size: 11px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .button { min-width: 220px; }
  .hero-readout { left: 18px; right: 18px; bottom: 20px; width: auto; }
  .hero-readout p { padding-inline: 8px; }
  .hero-readout strong { font-size: 8px; }
  .signal-strip { padding-inline: 18px; }
  .signal-strip p { font-size: 8px; }
  .signal-strip span { display: block; margin: 0 0 5px; }
  .game-section, .flight-section { padding-inline: 22px; }
  .coordinate { display: none; }
  .game-intro { grid-template-columns: 1fr; }
  .flight-heading { display: block; }
  .flight-heading h2 { margin-bottom: 35px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 330px; padding-inline: 0; border-right: 0; border-bottom: 1px solid #414344; }
  .feature-grid article:last-child { border-bottom: 0; }
  .feature-icon { margin-block: 42px 35px; }
  .studio-mark { min-height: 360px; }
  .studio-mark::before { width: 65%; box-shadow: 0 0 0 42px #151718, 0 0 0 43px #343637, 0 0 0 84px #151718, 0 0 0 85px #2e3031; }
  .studio-copy { padding-inline: 22px; }
  .footer-top a { font-size: clamp(35px, 10vw, 60px); overflow-wrap: anywhere; }
  .footer-bottom { grid-template-columns: 1fr; gap: 18px; }
  .footer-bottom p:last-child { justify-self: start; }
}

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