@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/fonts/BarlowCondensed-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("assets/fonts/roboto-condensed-latin.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}

:root {
  --void: #040708;
  --panel: #091011;
  --panel-soft: #11191a;
  --ivory: #f4f2e6;
  --cyan: #62bfc0;
  --orange: #d1844b;
  --muted: #9aa5a1;
  --line: rgba(98, 191, 192, 0.34);
  --page-gutter: clamp(18px, 5vw, 76px);
  --section-pad: clamp(32px, 5vw, 76px);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Roboto Condensed", "Arial Narrow", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #020405;
  color: var(--ivory);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.45;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(98, 191, 192, 0.035) 0.7px, transparent 0.7px);
  background-size: 6px 6px;
  content: "";
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--cyan);
  color: var(--void);
  font-weight: 800;
  transform: translateY(-160%);
}

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

.site-shell {
  width: min(1480px, calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
  background: var(--void);
  box-shadow: 0 0 0 1px rgba(98, 191, 192, 0.12);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 10px clamp(18px, 3vw, 44px);
  border-bottom: 1px solid rgba(98, 191, 192, 0.2);
  background: rgba(4, 7, 8, 0.94);
  backdrop-filter: blur(12px);
}

.site-brand img {
  width: clamp(118px, 12vw, 168px);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.8vw, 44px);
}

.primary-nav a,
.site-footer nav a {
  color: var(--ivory);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-nav a:not(.nav-action):hover,
.site-footer nav a:hover {
  color: var(--cyan);
}

.primary-nav .nav-action {
  padding: 12px 19px;
  background: var(--orange);
  color: var(--void);
  clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 7px 100%, 0 calc(100% - 7px));
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ivory);
}

.hero {
  position: relative;
  display: flex;
  min-height: min(760px, calc(100svh - 66px));
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

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

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

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 7, 8, 0.94) 0%, rgba(4, 7, 8, 0.77) 38%, rgba(4, 7, 8, 0.1) 76%),
    linear-gradient(0deg, rgba(4, 7, 8, 0.88) 0%, transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(680px, 70%);
  padding: clamp(48px, 8vw, 108px) var(--section-pad);
  animation: copy-arrival 620ms 100ms ease-out both;
}

.hero-logo {
  width: clamp(320px, 43vw, 630px);
  margin-bottom: 24px;
}

.hero-tagline {
  margin: 0 0 13px;
  color: var(--cyan);
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.1vw, 1.9rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 520px;
  margin: 0;
  color: #d4d8d3;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.signal {
  position: absolute;
  z-index: 3;
  color: var(--cyan);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signal-top {
  top: 22px;
  right: 24px;
}

.media-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-label {
  position: absolute;
  right: 22px;
  bottom: 17px;
  z-index: 3;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid transparent;
  color: var(--void);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 7px 100%, 0 calc(100% - 7px));
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-cyan {
  background: var(--cyan);
}

.button-dark {
  border-color: var(--orange);
  background: rgba(4, 7, 8, 0.84);
  color: var(--ivory);
}

.button-outline {
  border-color: var(--cyan);
  background: transparent;
  color: var(--ivory);
}

.text-action,
.plain-email {
  color: var(--ivory);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-action:hover,
.plain-email:hover {
  color: var(--cyan);
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 20px var(--section-pad);
  border-bottom: 1px solid var(--line);
  background: #070c0d;
}

.stat-strip div {
  display: grid;
  justify-items: center;
  border-right: 1px solid rgba(244, 242, 230, 0.2);
  text-align: center;
}

.stat-strip div:last-child {
  border: 0;
}

.stat-strip strong {
  color: var(--cyan);
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.stat-strip span {
  margin-top: 5px;
  color: var(--ivory);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature {
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.55fr);
  border-bottom: 1px solid var(--line);
}

.feature-copy-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--section-pad);
  background: var(--void);
}

.section-code {
  display: block;
  margin-bottom: 19px;
  color: var(--orange);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h2,
h1,
p {
  text-wrap: pretty;
}

h2 {
  max-width: 780px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 6.5vw, 6.4rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.86;
  text-transform: uppercase;
}

h2 span {
  color: var(--cyan);
}

.feature-copy-block > p,
.arsenal-copy > p,
.concept-copy > p {
  max-width: 430px;
  margin: 24px 0 0;
  color: #b9c0bc;
  font-size: 1.04rem;
}

.micro-status {
  width: fit-content;
  margin-top: 34px;
  padding: 7px 10px;
  border: 1px solid var(--orange);
  color: var(--orange);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-media,
.gallery-grid figure,
.upgrade-video,
.concept-section figure {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
}

.feature-media img,
.upgrade-video video,
.gallery-grid img,
.concept-section figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-column: 1;
  grid-row: 1;
  object-fit: cover;
  transition: transform 500ms ease;
}

.feature-media:hover img,
.gallery-grid figure:hover img,
.concept-section figure:hover img {
  transform: scale(1.015);
}

.motion-poster {
  display: none;
}

figcaption {
  position: static;
  z-index: 2;
  grid-column: 1;
  grid-row: 2;
  padding: 8px 11px;
  border-top: 1px solid var(--line);
  background: #060a0b;
  color: var(--ivory);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.feature-crew {
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.55fr);
  background: #060a0b;
}

.feature-crew .feature-copy-block {
  grid-column: 1;
  grid-row: 1;
  background: #060a0b;
}

.feature-crew .feature-media {
  grid-column: 2;
  grid-row: 1;
}

.feature-crew p {
  color: #b9c0bc;
}

.trailer-section,
.gallery-section {
  padding: var(--section-pad);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.section-heading .section-code {
  margin: 0 0 7px;
}

.section-heading h2 {
  margin-right: auto;
  font-size: clamp(2.8rem, 5.5vw, 5.4rem);
}

.video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--cyan);
  aspect-ratio: 16 / 9;
  background: #020405;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #020405;
  color: var(--void);
  cursor: pointer;
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease, opacity 200ms ease;
}

.video-poster span {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 132px;
  padding: 14px 20px;
  background: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 7px 100%, 0 calc(100% - 7px));
}

.video-poster:hover img {
  opacity: 0.85;
  transform: scale(1.015);
}

.video-frame.is-playing .video-poster {
  display: none;
}

.arsenal-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  padding: var(--section-pad);
  gap: clamp(26px, 4vw, 58px);
  border-bottom: 1px solid var(--line);
  background: #050a0a;
}

.arsenal-copy {
  align-self: center;
}

.arsenal-copy h2 {
  max-width: 560px;
  font-size: clamp(3rem, 5.5vw, 5.6rem);
}

.upgrade-video {
  min-height: 360px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.upgrade-video video {
  object-position: center;
}

.upgrade-console {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  background: #030607;
}

.upgrade-origin {
  display: grid;
  position: relative;
  min-height: 310px;
  align-content: center;
  gap: 8px;
  padding: clamp(22px, 3vw, 38px);
  border-right: 1px solid var(--line);
  background: #071011;
}

.upgrade-origin::after {
  position: absolute;
  top: 50%;
  right: -28px;
  width: 28px;
  border-top: 1px solid var(--cyan);
  content: "";
}

.upgrade-origin span,
.upgrade-origin small,
.upgrade-readout span {
  color: var(--orange);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.upgrade-origin strong {
  font-family: var(--display);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.upgrade-origin small {
  color: var(--muted);
}

.upgrade-routes {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1fr;
  gap: 14px;
  padding: clamp(22px, 3vw, 38px);
}

.upgrade-routes::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  border-top: 1px solid var(--cyan);
  content: "";
}

.upgrade-route {
  position: relative;
  display: grid;
  align-content: start;
  gap: 9px;
}

.upgrade-route::before {
  position: absolute;
  top: 34px;
  bottom: 16px;
  left: 12px;
  border-left: 1px solid rgba(98, 191, 192, 0.38);
  content: "";
}

.upgrade-route h3 {
  margin: 0 0 5px;
  color: var(--cyan);
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.upgrade-node {
  position: relative;
  display: grid;
  min-height: 68px;
  gap: 4px;
  padding: 12px 12px 12px 30px;
  border: 1px solid rgba(98, 191, 192, 0.28);
  border-radius: 0;
  background: #0b1213;
  color: var(--ivory);
  font-family: var(--body);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.upgrade-node::before {
  position: absolute;
  top: 25px;
  left: 8px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--cyan);
  background: #0b1213;
  content: "";
  transform: rotate(45deg);
}

.upgrade-node:hover,
.upgrade-node.is-active {
  border-color: var(--cyan);
  background: #102021;
}

.upgrade-node:active {
  transform: translateY(1px);
}

.upgrade-node.is-active::before {
  background: var(--cyan);
}

.upgrade-node-experimental {
  border-color: rgba(209, 132, 75, 0.62);
}

.upgrade-node-experimental::before {
  border-color: var(--orange);
}

.upgrade-node span {
  font-family: var(--display);
  font-size: 1.12rem;
  line-height: 1;
  text-transform: uppercase;
}

.upgrade-node small {
  color: var(--muted);
  font-size: 0.69rem;
  letter-spacing: 0.04em;
}

.upgrade-readout {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(140px, 0.25fr) minmax(170px, 0.3fr) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 88px;
  padding: 18px clamp(22px, 3vw, 38px);
  border-top: 1px solid var(--line);
  background: #091011;
}

.upgrade-readout strong {
  font-family: var(--display);
  font-size: 1.55rem;
  line-height: 1;
  text-transform: uppercase;
}

.upgrade-readout p {
  margin: 0;
  color: #c3cbc7;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: clamp(240px, 31vw, 430px);
  gap: 10px;
}

.gallery-grid .gallery-wide {
  grid-column: 1 / -1;
}

.concept-section {
  position: relative;
  display: grid;
  min-height: 610px;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.72fr);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #080d0e;
  color: var(--ivory);
}

.concept-section figure {
  min-height: 610px;
}

.concept-section figcaption {
  color: var(--ivory);
}

.concept-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--section-pad);
}

.concept-copy .section-code {
  color: var(--orange);
}

.concept-copy h2 {
  font-size: clamp(3rem, 5.8vw, 5.8rem);
}

.concept-copy h2 span {
  color: var(--cyan);
}

.concept-copy > p {
  color: var(--ivory);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(52px, 8vw, 108px) var(--section-pad);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(4, 7, 8, 0.98), rgba(4, 7, 8, 0.73)),
    url("assets/images/02-four-player-laser-pressure.webp") center / cover;
}

.final-cta h2 {
  font-size: clamp(3rem, 6vw, 6rem);
}

.final-actions {
  display: flex;
  max-width: 480px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.plain-email {
  width: 100%;
  margin-top: 6px;
  text-align: right;
  text-transform: none;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 30px var(--section-pad);
  background: #020405;
}

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

.studio-lockup img {
  width: 48px;
  height: 48px;
  border: 1px solid var(--ivory);
  object-fit: cover;
}

.studio-lockup div {
  display: grid;
}

.studio-lockup span {
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.studio-lockup strong {
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
}

.site-footer > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #7e8985;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Press kit */
.press-hero {
  display: grid;
  min-height: 440px;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  border-bottom: 1px solid var(--line);
}

.press-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--section-pad);
}

.press-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 8rem);
  letter-spacing: -0.04em;
  line-height: 0.82;
  text-transform: uppercase;
}

.press-hero h1 span {
  color: var(--cyan);
}

.press-hero-copy p {
  max-width: 480px;
  margin: 24px 0 0;
  color: #bbc4c0;
}

.press-hero-media {
  position: relative;
  overflow: hidden;
}

.press-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.press-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.fact-panel {
  padding: var(--section-pad);
  border-right: 1px solid var(--line);
  background: #071011;
}

.fact-panel h2,
.press-copy h2,
.asset-section h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.fact-list {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
}

.fact-list div {
  display: grid;
  gap: 3px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(98, 191, 192, 0.2);
}

.fact-list dt {
  color: var(--orange);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fact-list dd {
  margin: 0;
  color: var(--ivory);
  font-size: 0.98rem;
}

.press-copy {
  padding: var(--section-pad);
}

.press-copy h3 {
  margin: 38px 0 8px;
  color: var(--cyan);
  font-family: var(--display);
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.press-copy p {
  max-width: 760px;
  color: #bbc4c0;
  font-size: 1.04rem;
}

.asset-section {
  padding: var(--section-pad);
  border-bottom: 1px solid var(--line);
}

.asset-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 30px;
}

.asset-heading p {
  max-width: 450px;
  margin: 0;
  color: var(--muted);
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.download-card {
  display: grid;
  min-height: 220px;
  grid-template-rows: 1fr auto;
  border: 1px solid var(--line);
  background: #071011;
  color: var(--ivory);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.download-card:hover {
  border-color: var(--cyan);
  transform: translateY(-2px);
}

.download-card-visual {
  display: grid;
  min-height: 166px;
  place-items: center;
  padding: 28px;
  background-color: #101819;
  background-image: linear-gradient(rgba(98, 191, 192, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(98, 191, 192, 0.06) 1px, transparent 1px);
  background-size: 18px 18px;
}

.download-card-visual.light {
  background-color: var(--ivory);
}

.download-card img {
  max-width: 90%;
  max-height: 116px;
}

.download-card span {
  padding: 12px;
  border-top: 1px solid var(--line);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.press-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.press-gallery a {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid transparent;
}

.press-gallery a:hover {
  border-color: var(--cyan);
}

.press-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.press-gallery span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  padding: 6px 8px;
  background: rgba(4, 7, 8, 0.88);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.press-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: clamp(48px, 7vw, 88px) var(--section-pad);
  border-top: 1px solid var(--line);
  background: #080d0e;
  color: var(--ivory);
}

.press-contact h2 {
  font-size: clamp(3rem, 6vw, 6rem);
}

.press-contact h2 span {
  color: var(--cyan);
}

.press-contact .button-dark {
  border-color: var(--orange);
}

@keyframes copy-arrival {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  :root {
    --page-gutter: 18px;
  }

  .hero-content {
    width: min(760px, 88%);
  }

  .feature,
  .feature-crew,
  .concept-section,
  .press-hero {
    grid-template-columns: 1fr;
  }

  .feature-copy-block,
  .feature-crew .feature-copy-block,
  .feature-crew .feature-media {
    grid-column: 1;
    grid-row: auto;
  }

  .feature-media,
  .concept-section figure,
  .press-hero-media {
    min-height: 460px;
  }

  .feature-crew .feature-media {
    grid-row: 1;
  }

  .feature-crew .feature-copy-block {
    grid-row: 2;
  }

  .arsenal-section {
    grid-template-columns: 1fr;
  }

  .upgrade-console {
    grid-template-columns: 1fr;
  }

  .upgrade-origin {
    min-height: 180px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .upgrade-origin::after,
  .upgrade-routes::before {
    display: none;
  }

  .concept-copy {
    min-height: 420px;
  }

  .press-layout {
    grid-template-columns: 1fr;
  }

  .fact-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  :root {
    --page-gutter: 0px;
    --section-pad: 24px;
  }

  .site-shell {
    width: 100%;
  }

  .site-header {
    min-height: 60px;
    padding: 9px 16px;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 16px;
    border-bottom: 1px solid var(--cyan);
    background: var(--void);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a {
    padding: 11px 4px;
  }

  .primary-nav .nav-action {
    padding: 14px;
    text-align: center;
  }

  .hero {
    min-height: 690px;
  }

  .hero-media {
    object-position: 61% center;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(4, 7, 8, 0.98) 0%, rgba(4, 7, 8, 0.67) 66%, rgba(4, 7, 8, 0.13) 100%);
  }

  .hero-content {
    width: 100%;
    padding: 44px 22px;
  }

  .hero-logo {
    width: min(88%, 430px);
  }

  .signal-top {
    top: 14px;
    right: 14px;
  }

  .hero-label {
    display: none;
  }

  .action-row {
    align-items: stretch;
  }

  .button {
    flex: 1 1 190px;
  }

  .text-action {
    width: 100%;
    padding-top: 8px;
  }

  .stat-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
  }

  .stat-strip div:nth-child(2) {
    border: 0;
  }

  .feature-media,
  .concept-section figure,
  .press-hero-media {
    min-height: 310px;
  }

  .feature-copy-block {
    min-height: 420px;
  }

  h2 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .section-heading,
  .asset-heading,
  .final-cta,
  .press-contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading {
    display: flex;
  }

  .section-heading .text-action {
    width: auto;
  }

  .upgrade-video {
    min-height: 260px;
  }

  .upgrade-routes {
    grid-template-columns: 1fr;
  }

  .upgrade-route::before {
    bottom: 13px;
  }

  .upgrade-readout {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gallery-grid,
  .press-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .gallery-grid .gallery-wide {
    grid-column: 1;
  }

  .concept-section figure {
    min-height: 340px;
  }

  .concept-copy {
    min-height: 390px;
  }

  .final-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .plain-email {
    text-align: left;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .download-grid {
    grid-template-columns: 1fr;
  }

  .press-contact .button {
    flex: none;
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: 720px;
  }

  .arsenal-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .stat-strip {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .motion-media {
    display: none;
  }

  .motion-poster {
    display: block;
  }
}
