@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/space-grotesk-variable.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("/assets/fonts/barlow-condensed-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("/assets/fonts/barlow-condensed-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #071e2d;
  --ink-2: #0d3044;
  --paper: #f3f0df;
  --paper-2: #e7e2ca;
  --yellow: #f4d434;
  --orange: #ff6941;
  --cyan: #5cc9d5;
  --white: #fffdf3;
  --line: rgba(7, 30, 45, .23);
  --line-dark: rgba(255, 255, 255, .16);
  --shadow: 0 20px 60px rgba(7, 30, 45, .18);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background:
    linear-gradient(rgba(7, 30, 45, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 30, 45, .035) 1px, transparent 1px),
    var(--paper);
  background-size: 34px 34px;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

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

button {
  font: inherit;
}

.skip-jump {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 10px 15px;
  color: var(--ink);
  background: var(--yellow);
  transform: translateY(-160%);
}

.skip-jump:focus {
  transform: none;
}

.top-instrument {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  min-height: 82px;
  color: var(--white);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(7, 30, 45, .96);
  backdrop-filter: blur(14px);
}

.wordmark {
  display: grid;
  grid-template-columns: auto auto;
  align-content: center;
  column-gap: 7px;
  min-width: 254px;
  padding: 12px 24px;
  color: var(--white);
  border-right: 1px solid var(--line-dark);
  text-decoration: none;
}

.wordmark strong,
.wordmark span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  line-height: .9;
  letter-spacing: .05em;
}

.wordmark strong {
  color: var(--yellow);
}

.wordmark small {
  grid-column: 1 / -1;
  margin-top: 7px;
  opacity: .58;
  font-size: 9px;
  letter-spacing: .25em;
}

.top-instrument nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.top-instrument nav a {
  display: flex;
  align-items: center;
  padding: 0 clamp(10px, 1.45vw, 25px);
  border-right: 1px solid var(--line-dark);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.top-instrument nav a:hover,
.top-instrument nav a[aria-current="page"] {
  color: var(--ink);
  background: var(--yellow);
}

.status-dot {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 22px;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}

.status-dot::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(92, 201, 213, .12);
  content: "";
}

.menu-switch {
  display: none;
}

.micro-label {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero-flightdeck {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, .8fr) minmax(520px, 1.2fr);
  min-height: calc(100vh - 82px);
  overflow: hidden;
  background: var(--ink);
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(55px, 7vw, 120px) clamp(34px, 5vw, 88px);
  color: var(--white);
}

.hero-copy::before {
  position: absolute;
  top: 50px;
  left: 0;
  width: 6px;
  height: 45%;
  background: var(--orange);
  content: "";
}

.hero-copy h1 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(72px, 8vw, 148px);
  line-height: .72;
  letter-spacing: -.025em;
}

.hero-copy h1 em {
  color: var(--yellow);
  font-style: normal;
}

.hero-copy > p:not(.micro-label) {
  max-width: 540px;
  margin: 35px 0;
  color: rgba(255, 253, 243, .72);
  font-size: 18px;
}

.hero-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.hero-copy > div a {
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, .4);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-copy > div a:hover,
.hero-copy > div .primary-action {
  color: var(--ink);
  border-color: var(--yellow);
  background: var(--yellow);
}

.hero-flightdeck > .frame-shot {
  position: relative;
  margin: 0;
  min-height: 680px;
  background: #79c2df;
}

.hero-flightdeck > .frame-shot::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ink), transparent 30%);
  content: "";
}

.hero-flightdeck > .frame-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-flightdeck figcaption {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 12px;
  color: rgba(255, 255, 255, .75);
}

.hero-flightdeck figcaption a {
  color: inherit;
}

.flight-number {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 25px;
  display: grid;
  gap: 2px;
  padding: 13px 17px;
  color: var(--ink);
  border: 1px solid var(--ink);
  background: var(--yellow);
  transform: rotate(-2deg);
}

.flight-number span {
  font-size: 10px;
  letter-spacing: .18em;
}

.flight-number strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
}

figcaption {
  margin-top: 9px;
  font-size: 11px;
}

.dashboard-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--yellow);
}

.dashboard-band article {
  position: relative;
  min-height: 265px;
  padding: 42px clamp(25px, 4vw, 67px);
  border-right: 1px solid var(--ink);
}

.dashboard-band article:last-child {
  border-right: 0;
}

.dashboard-band span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  opacity: .18;
}

.dashboard-band h2 {
  margin: -25px 0 8px 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 43px;
  text-transform: uppercase;
}

.dashboard-band p {
  max-width: 290px;
}

.dashboard-band a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.editorial-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(40px, 7vw, 110px);
  max-width: 1500px;
  margin: auto;
  padding: clamp(80px, 10vw, 160px) clamp(25px, 5vw, 80px);
}

.editorial-grid > div:first-child {
  position: sticky;
  top: 125px;
  align-self: start;
}

.editorial-grid h2,
.workshop-feature h2,
.air-game h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(48px, 6vw, 90px);
  line-height: .92;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.editorial-grid > div:last-child {
  border-top: 1px solid var(--ink);
}

.editorial-grid > div:last-child a {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 25px 4px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: padding .2s, background .2s;
}

.editorial-grid > div:last-child a:hover {
  padding-right: 14px;
  padding-left: 14px;
  background: var(--white);
}

.editorial-grid > div:last-child span,
.route-strip span {
  color: var(--orange);
  font-size: 11px;
  letter-spacing: .14em;
}

.editorial-grid > div:last-child strong {
  font-size: 19px;
}

.editorial-grid > div:last-child small {
  opacity: .6;
}

.workshop-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: var(--white);
  background: var(--ink);
}

.workshop-feature > div {
  min-width: 0;
}

.workshop-feature > div:last-child {
  align-self: center;
  padding: clamp(50px, 7vw, 110px);
}

.workshop-feature .frame-shot {
  height: 100%;
  min-height: 700px;
  margin: 0;
}

.workshop-feature .frame-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.75) contrast(1.08);
}

.workshop-feature figcaption {
  padding: 0 12px;
}

.workshop-feature ul {
  margin: 40px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.workshop-feature li {
  border-bottom: 1px solid var(--line-dark);
}

.workshop-feature li a {
  display: block;
  padding: 18px 0;
  text-decoration: none;
}

.workshop-feature li a::before {
  margin-right: 15px;
  color: var(--yellow);
  content: "↗";
}

.route-strip {
  display: grid;
  grid-template-columns: .55fr repeat(3, 1fr);
  align-items: stretch;
  background: var(--orange);
}

.route-strip > * {
  margin: 0;
  padding: 35px;
  border-right: 1px solid var(--ink);
}

.route-strip > p {
  display: flex;
  align-items: center;
}

.route-strip a {
  display: grid;
  gap: 13px;
  min-height: 150px;
  text-decoration: none;
}

.route-strip a:hover {
  background: var(--yellow);
}

.route-strip span {
  color: var(--ink);
}

.route-strip strong {
  align-self: end;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 31px;
  line-height: 1;
}

.home-manifesto {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: clamp(40px, 7vw, 110px);
  max-width: 1500px;
  margin: auto;
  padding: clamp(75px, 9vw, 140px) clamp(25px, 5vw, 80px);
}

.home-manifesto h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(50px, 6vw, 88px);
  line-height: .9;
  text-transform: uppercase;
}

.manifesto-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 1px;
  background: var(--ink);
}

.manifesto-columns article {
  padding: clamp(25px, 3vw, 42px);
  background: var(--white);
}

.manifesto-columns span {
  color: var(--orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.manifesto-columns h3 {
  margin: 7px 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 31px;
  text-transform: uppercase;
}

.manifesto-note {
  grid-column: 2;
  margin: 0;
  padding: 25px;
  border-left: 6px solid var(--yellow);
  background: var(--paper-2);
}

.air-game {
  display: grid;
  grid-template-columns: minmax(310px, .65fr) minmax(0, 1.35fr);
  gap: 45px;
  padding: clamp(60px, 8vw, 120px);
  color: var(--white);
  background:
    linear-gradient(rgba(92, 201, 213, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 201, 213, .08) 1px, transparent 1px),
    var(--ink-2);
  background-size: 30px 30px;
}

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

.game-copy > p:not(.micro-label) {
  color: rgba(255, 255, 255, .72);
}

.game-stats {
  display: flex;
  gap: 25px;
  margin: 28px 0;
}

.game-stats span {
  display: grid;
  color: rgba(255, 255, 255, .56);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.game-stats strong {
  color: var(--yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 35px;
}

#flight-start {
  padding: 14px 22px;
  color: var(--ink);
  border: 0;
  background: var(--yellow);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

#flight-start:hover,
#flight-start:focus {
  background: var(--orange);
}

.game-stage {
  position: relative;
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 2px;
  box-shadow: 14px 14px 0 var(--yellow);
  background: #72c6df;
  touch-action: manipulation;
}

#flight-canvas {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
}

#flight-status {
  position: absolute;
  right: 12px;
  bottom: 9px;
  margin: 0;
  padding: 5px 8px;
  color: var(--ink);
  background: rgba(255, 253, 243, .78);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.article-radar {
  position: relative;
  overflow: hidden;
  padding: clamp(65px, 9vw, 150px) max(25px, calc((100vw - 1300px) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 85% 0, rgba(92, 201, 213, .2), transparent 32%),
    linear-gradient(118deg, transparent 0 65%, rgba(244, 212, 52, .08) 65% 66%, transparent 66%),
    var(--ink);
}

.article-radar::after {
  position: absolute;
  right: -130px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(92, 201, 213, .28);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(92, 201, 213, .04),
    0 0 0 140px rgba(92, 201, 213, .03);
  content: "";
}

.article-radar > p {
  margin: 0;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.article-radar h1 {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 22px 0 45px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(58px, 8vw, 120px);
  line-height: .88;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.article-radar > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 35px;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.article-radar > div a {
  color: var(--cyan);
}

.reading-deck {
  display: grid;
  grid-template-columns: minmax(0, 900px) 210px;
  gap: clamp(45px, 8vw, 115px);
  max-width: 1300px;
  margin: auto;
  padding: clamp(60px, 8vw, 120px) 25px;
}

.reading-deck > aside {
  position: sticky;
  top: 120px;
  align-self: start;
  display: grid;
  border-top: 4px solid var(--orange);
}

.reading-deck > aside span,
.reading-deck > aside a {
  padding: 12px 4px;
  border-bottom: 1px solid var(--line);
}

.reading-deck > aside span {
  font-size: 10px;
  letter-spacing: .18em;
}

.reading-deck > aside a {
  font-size: 13px;
  text-decoration: none;
}

.reading-deck > aside a:hover {
  padding-left: 10px;
  background: var(--white);
}

.reading-deck article > * + * {
  margin-top: 50px;
}

.lead-copy {
  margin-top: 0 !important;
  font-size: clamp(22px, 2.2vw, 31px);
  line-height: 1.42;
  letter-spacing: -.018em;
}

.frame-shot {
  margin-right: 0;
  margin-left: 0;
}

.reading-deck .frame-shot img {
  width: 100%;
  max-height: 590px;
  object-fit: cover;
  border: 1px solid var(--ink);
  box-shadow: 12px 12px 0 var(--yellow);
}

.briefing-slab,
.fault-matrix,
.source-console,
.byline-panel {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 30px;
  padding: clamp(25px, 4vw, 45px);
  border: 1px solid var(--ink);
}

.briefing-slab {
  background: var(--yellow);
}

.briefing-slab span,
.component-id span {
  font-size: 10px;
  letter-spacing: .2em;
}

.briefing-slab h2,
.fault-matrix h2,
.source-console h2,
.byline-panel h2,
.inspection-run h2 {
  margin: 6px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(30px, 4vw, 49px);
  line-height: .95;
  text-transform: uppercase;
}

.briefing-slab p,
.fault-matrix p {
  margin: 0;
}

.systems-list {
  border-top: 1px solid var(--ink);
}

.systems-list > section {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 25px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.systems-list > section > span {
  color: var(--orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.systems-list h2 {
  margin: 0 0 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(33px, 4vw, 50px);
  line-height: 1;
  text-transform: uppercase;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: var(--ink);
}

.decision-grid article {
  padding: 30px;
  background: var(--paper);
}

.decision-grid span,
.workshop-sequence span {
  color: var(--orange);
  font-size: 10px;
  letter-spacing: .2em;
}

.decision-grid h3,
.workshop-sequence h3 {
  margin: 8px 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 31px;
  text-transform: uppercase;
}

.source-console {
  grid-template-columns: .65fr 1fr;
  color: var(--white);
  border: 0;
  background: var(--ink);
}

.source-console ul {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.source-console li {
  border-bottom: 1px solid var(--line-dark);
}

.source-console li a {
  display: block;
  padding: 12px 0;
  color: var(--cyan);
}

.source-console span {
  color: var(--yellow);
}

.byline-panel {
  grid-template-columns: 80px 1fr;
  align-items: start;
  background: var(--white);
}

.initials {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  color: var(--ink);
  border: 1px solid var(--ink);
  background: var(--yellow);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 27px;
  font-weight: 700;
  text-decoration: none;
}

.byline-panel h2 {
  font-size: 35px;
}

.byline-panel p:last-child {
  margin-bottom: 0;
}

.next-vector {
  border-top: 7px solid var(--orange);
}

.next-vector > div {
  display: grid;
}

.next-vector a {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px 4px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.next-vector a:hover {
  padding-left: 12px;
  background: var(--white);
}

.next-vector a span {
  color: var(--orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 27px;
}

.component-id {
  display: grid;
  gap: 8px;
  padding: 20px 24px;
  color: var(--white);
  border-left: 8px solid var(--yellow);
  background: var(--ink);
}

.component-id strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.fault-matrix {
  background: var(--orange);
}

.inspection-run {
  padding: clamp(30px, 5vw, 60px);
  border: 1px solid var(--ink);
  background: var(--white);
}

.workshop-sequence {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 1px;
  color: var(--white);
  background: var(--cyan);
}

.workshop-sequence > div {
  padding: 25px 18px;
  background: var(--ink);
}

.workshop-sequence span {
  color: var(--yellow);
}

.workshop-sequence p {
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.stop-card {
  padding: 30px;
  border: 3px solid var(--orange);
  background: rgba(255, 105, 65, .09);
}

.stop-card strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}

.archive-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.archive-board > div {
  min-width: 0;
  border-top: 6px solid var(--orange);
}

.archive-board h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}

.archive-board a {
  display: grid;
  gap: 3px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.archive-board a:hover {
  padding-left: 9px;
  background: var(--white);
}

.archive-board a span {
  opacity: .62;
  font-size: 12px;
}

.hangar-foot {
  display: grid;
  grid-template-columns: 1fr .45fr .75fr;
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(55px, 8vw, 110px) max(25px, calc((100vw - 1400px) / 2));
  color: rgba(255, 255, 255, .7);
  border-top: 1px solid var(--line-dark);
  background: #04141f;
}

.hangar-foot .wordmark {
  min-width: 0;
  padding: 0;
  border: 0;
}

.hangar-foot > div:nth-child(2) {
  display: grid;
  align-content: start;
  gap: 6px;
}

.hangar-foot > div:nth-child(2) strong {
  margin-bottom: 10px;
  color: var(--yellow);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hangar-foot a {
  color: var(--white);
}

.hangar-foot p {
  margin: 18px 0 0;
}

@media (max-width: 1050px) {
  .top-instrument {
    grid-template-columns: auto 1fr auto;
  }

  .top-instrument nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    background: var(--ink);
  }

  .top-instrument nav[data-open="true"] {
    display: flex;
  }

  .top-instrument nav a {
    min-height: 55px;
    border-bottom: 1px solid var(--line-dark);
  }

  .menu-switch {
    display: block;
    justify-self: end;
    margin: 17px 10px;
    padding: 8px 14px;
    color: var(--white);
    border: 1px solid var(--line-dark);
    background: transparent;
  }

  .status-dot {
    display: none;
  }

  .hero-flightdeck {
    grid-template-columns: 1fr;
  }

  .hero-flightdeck > .frame-shot {
    min-height: 450px;
  }

  .hero-flightdeck > .frame-shot::after {
    background: linear-gradient(180deg, var(--ink), transparent 35%);
  }

  .dashboard-band {
    grid-template-columns: 1fr;
  }

  .dashboard-band article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

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

  .editorial-grid > div:first-child {
    position: static;
  }

  .workshop-feature,
  .air-game,
  .home-manifesto {
    grid-template-columns: 1fr;
  }

  .manifesto-note {
    grid-column: 1;
  }

  .workshop-feature .frame-shot {
    min-height: 520px;
  }

  .route-strip {
    grid-template-columns: 1fr 1fr;
  }

  .reading-deck {
    grid-template-columns: minmax(0, 1fr);
  }

  .reading-deck > aside {
    position: static;
    grid-template-columns: repeat(4, 1fr);
    order: -1;
  }

  .reading-deck > aside span {
    grid-column: 1 / -1;
  }

  .workshop-sequence {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .wordmark {
    min-width: 0;
    padding-right: 10px;
    padding-left: 15px;
  }

  .wordmark strong,
  .wordmark span {
    font-size: 22px;
  }

  .wordmark small {
    display: none;
  }

  .hero-copy {
    padding: 65px 25px;
  }

  .hero-copy h1 {
    font-size: clamp(65px, 22vw, 100px);
  }

  .hero-flightdeck > .frame-shot {
    min-height: 320px;
  }

  .editorial-grid > div:last-child a {
    grid-template-columns: 35px 1fr;
  }

  .editorial-grid > div:last-child small {
    grid-column: 2;
  }

  .workshop-feature .frame-shot {
    min-height: 360px;
  }

  .route-strip {
    grid-template-columns: 1fr;
  }

  .route-strip > * {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .air-game {
    padding: 60px 20px;
  }

  .game-stage {
    box-shadow: 8px 8px 0 var(--yellow);
  }

  .article-radar {
    padding: 75px 22px;
  }

  .article-radar h1 {
    font-size: clamp(52px, 18vw, 82px);
  }

  .reading-deck {
    padding-right: 20px;
    padding-left: 20px;
  }

  .reading-deck > aside {
    grid-template-columns: 1fr 1fr;
  }

  .briefing-slab,
  .fault-matrix,
  .source-console,
  .byline-panel {
    grid-template-columns: 1fr;
  }

  .systems-list > section {
    grid-template-columns: 45px 1fr;
    gap: 15px;
  }

  .decision-grid,
  .workshop-sequence,
  .archive-board,
  .manifesto-columns {
    grid-template-columns: 1fr;
  }

  .reading-deck .frame-shot img {
    box-shadow: 7px 7px 0 var(--yellow);
  }

  .hangar-foot {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
