html.content-document {
  height: auto;
  min-height: 100%;
  overflow-x: clip;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.content-page {
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--paper);
}

.content-page .site-header {
  color: var(--ink);
}

.page-marker {
  justify-self: end;
  margin: 0;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.menu-panel nav a.is-current {
  color: var(--signal);
}

.editorial-page {
  padding-top: var(--header-h);
}

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

.page-kicker {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  font-size: clamp(0.62rem, 0.75vw, 0.76rem);
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.4;
}

.page-hero {
  min-height: calc(100svh - var(--header-h));
  padding: clamp(2rem, 4vw, 4rem) clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid var(--line);
}

.page-hero--matches {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(2rem, 7vw, 8rem);
  background: var(--paper);
}

.page-hero--matches .page-kicker {
  grid-column: 1 / -1;
}

.page-hero--matches h1 {
  align-self: end;
  margin: 0;
  font-size: clamp(5.5rem, 12vw, 13rem);
  font-weight: 950;
  letter-spacing: -0.095em;
  line-height: 0.69;
}

.page-hero--matches h1 em {
  color: var(--impact-hot);
  font-style: italic;
}

.page-lede {
  align-self: end;
  padding-bottom: 0.6rem;
}

.page-lede p:first-child {
  max-width: 16ch;
  margin-bottom: 2.75rem;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.page-lede p:last-child {
  max-width: 33ch;
  margin-bottom: 0;
  font-size: clamp(0.95rem, 1.2vw, 1.2rem);
  line-height: 1.45;
}

.page-lede strong {
  color: var(--impact-hot);
}

.next-fight {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  min-height: 28rem;
  background: var(--ink);
  color: white;
}

.next-fight__status {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 4vw, 4.5rem);
  border-right: 1px solid rgba(255, 255, 255, 0.23);
  background: var(--signal);
  color: var(--ink);
}

.next-fight__status span,
.next-fight__pairing small {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.next-fight__status strong {
  max-width: 7ch;
  font-size: clamp(4.5rem, 9vw, 10rem);
  letter-spacing: -0.09em;
  line-height: 0.72;
}

.next-fight__pairing {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
  padding: clamp(2rem, 4vw, 4.5rem);
}

.next-fight__pairing div {
  min-width: 0;
}

.next-fight__pairing div:last-child {
  text-align: right;
}

.next-fight__pairing strong {
  display: block;
  margin-top: 1rem;
  font-size: clamp(1.4rem, 2.5vw, 2.8rem);
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
}

.next-fight__pairing b {
  color: var(--impact-hot);
  font-size: clamp(4.5rem, 9vw, 9rem);
  font-style: italic;
  letter-spacing: -0.12em;
  transform: skewX(-12deg);
}

.season-track,
.model-profile,
.principles {
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(10rem, 0.35fr) minmax(0, 1.65fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.section-heading p {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.section-heading h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(3.6rem, 8vw, 8.5rem);
  font-weight: 950;
  letter-spacing: -0.085em;
  line-height: 0.76;
}

.timeline {
  margin: 0;
  padding: 0;
  border-top: 3px solid var(--ink);
  list-style: none;
}

.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(8rem, 0.33fr) minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: start;
  padding: clamp(2rem, 4vw, 4rem) 0;
  border-bottom: 1px solid var(--line);
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -0.65rem;
  top: 2.15rem;
  width: 0.45rem;
  height: 0.45rem;
  background: var(--ink);
}

.timeline li.is-complete::before {
  background: var(--impact-hot);
}

.timeline li.is-final::before {
  background: var(--signal);
}

.timeline-date span,
.timeline-copy h3 {
  display: block;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.timeline-date span {
  font-size: clamp(2rem, 3.8vw, 4.2rem);
  line-height: 0.9;
}

.timeline-date small,
.timeline-copy small {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.timeline-copy h3 {
  margin: 0.65rem 0 0.8rem;
  font-size: clamp(1.8rem, 3.4vw, 3.8rem);
  line-height: 0.92;
}

.timeline-copy p {
  max-width: 48ch;
  margin-bottom: 0;
  color: rgba(10, 11, 12, 0.63);
  line-height: 1.45;
}

.status-tag {
  padding: 0.45rem 0.55rem;
  border: 1px solid var(--ink);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.is-complete .status-tag {
  border-color: var(--impact-hot);
  background: var(--impact-hot);
  color: white;
}

.fact-check {
  display: grid;
  grid-template-columns: 0.3fr 0.7fr 0.8fr;
  gap: clamp(2rem, 5vw, 6rem);
  padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 4vw, 4.5rem);
  background: #eceeec;
}

.fact-check__label {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.fact-check h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.fact-check > p:not(.fact-check__label) {
  max-width: 44ch;
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.5;
}

.source-links {
  grid-column: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  margin-top: 1.5rem;
}

.source-links a,
.manifesto-close__note a {
  border-bottom: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.content-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 4vw, 4rem) clamp(1.25rem, 4vw, 4.5rem);
  border-top: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.content-footer a {
  text-decoration: none;
}

.content-footer a:hover {
  color: var(--impact-hot);
}

/* Models */

.model-hero {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  min-height: calc(100svh - var(--header-h));
  background: var(--ink);
  color: white;
}

.model-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 4vw, 4.5rem);
}

.model-hero__copy .page-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.model-hero h1 {
  margin: auto 0 clamp(2rem, 5vw, 5rem);
  font-size: clamp(5.5rem, 10vw, 11rem);
  font-weight: 950;
  letter-spacing: -0.095em;
  line-height: 0.68;
}

.model-hero h1 em {
  color: var(--signal);
  font-style: italic;
}

.model-hero__copy > p:last-child {
  max-width: 40ch;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.45;
}

.model-hero__image {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--impact-hot);
}

.model-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 6rem solid rgba(10, 11, 12, 0.78);
}

.model-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: contrast(1.1);
}

.model-hero__image figcaption {
  position: absolute;
  z-index: 2;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.spec-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--ink);
  background: var(--signal);
}

.spec-wall div {
  min-width: 0;
  padding: clamp(2rem, 4vw, 4rem) clamp(1.25rem, 3vw, 3rem);
  border-right: 1px solid rgba(10, 11, 12, 0.4);
}

.spec-wall div:last-child {
  border-right: 0;
}

.spec-wall strong,
.spec-wall span {
  display: block;
}

.spec-wall strong {
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.78;
}

.spec-wall span {
  margin-top: 1.25rem;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.profile-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(2rem, 6vw, 7rem);
}

.profile-grid figure {
  min-height: 40rem;
  margin: 0;
  overflow: hidden;
  background: #c8c9ca;
}

.profile-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.profile-intro {
  max-width: 12ch;
  margin-bottom: clamp(3rem, 6vw, 6rem);
  font-size: clamp(2.5rem, 5vw, 5.8rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.profile-copy dl {
  margin: 0;
  border-top: 3px solid var(--ink);
}

.profile-copy dl div {
  display: grid;
  grid-template-columns: 0.32fr 0.68fr;
  gap: 2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.profile-copy dt,
.profile-copy dd {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.4;
}

.profile-copy dd {
  text-align: right;
}

.fine-print {
  max-width: 58ch;
  margin: 2rem 0 0 auto;
  color: rgba(10, 11, 12, 0.62);
  font-size: 0.8rem;
  line-height: 1.5;
}

.family-lineup,
.idea-lab {
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--ink);
  color: white;
}

.section-heading--light h2 {
  max-width: 15ch;
}

.lineup-table {
  border-top: 3px solid white;
}

.lineup-table article {
  display: grid;
  grid-template-columns: 0.42fr 0.7fr 1fr auto;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: baseline;
  padding: clamp(1.5rem, 3vw, 3rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.lineup-table article.is-highlighted {
  color: var(--signal);
}

.lineup-table span,
.lineup-table p,
.lineup-table strong {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.lineup-table h3 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5.5rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.source-links--dark {
  grid-column: auto;
  justify-content: flex-end;
  margin-top: 3rem;
}

/* Manifesto */

.manifesto-hero {
  min-height: calc(100svh - var(--header-h));
  padding: clamp(2rem, 4vw, 4.5rem);
  background: var(--impact);
}

.manifesto-hero h1 {
  margin: clamp(5rem, 11vh, 9rem) 0 0;
  color: var(--ink);
  font-size: clamp(5rem, 11.6vw, 12.5rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.68;
}

.manifesto-hero h1 em {
  color: white;
  font-style: italic;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.02em var(--ink);
}

.manifesto-thesis {
  width: fit-content;
  margin: clamp(3rem, 7vw, 7rem) 0 0 auto;
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.manifesto-intro {
  display: flex;
  justify-content: flex-end;
  padding: clamp(5rem, 10vw, 11rem) clamp(1.25rem, 4vw, 4.5rem);
}

.manifesto-intro p {
  max-width: 24ch;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.principles ol {
  margin: 0;
  padding: 0;
  border-top: 3px solid var(--ink);
  list-style: none;
}

.principles li {
  display: grid;
  grid-template-columns: 0.18fr 0.82fr 0.7fr;
  gap: clamp(1.5rem, 5vw, 6rem);
  align-items: start;
  padding: clamp(2rem, 4vw, 4rem) 0;
  border-bottom: 1px solid var(--line);
}

.principles li > span {
  color: var(--impact-hot);
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 950;
  letter-spacing: -0.08em;
}

.principles h3 {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 5rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.principles li p {
  max-width: 38ch;
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.5;
}

.idea-list {
  border-top: 3px solid white;
}

.idea-list article {
  display: grid;
  grid-template-columns: 0.25fr 0.75fr 0.9fr;
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: start;
  padding: clamp(1.75rem, 3.5vw, 3.5rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: color 150ms ease, padding-left 150ms ease;
}

.idea-list article:hover {
  padding-left: 0.6rem;
  color: var(--signal);
}

.idea-list span {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.idea-list h3 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 4.4rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.86;
}

.idea-list p {
  max-width: 38ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.manifesto-close {
  min-height: 90vh;
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--signal);
}

.manifesto-close > p {
  margin-bottom: clamp(3rem, 6vw, 6rem);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.manifesto-close h2 {
  margin: 0;
  font-size: clamp(4rem, 10vw, 11rem);
  font-weight: 950;
  letter-spacing: -0.095em;
  line-height: 0.7;
}

.manifesto-close h2 em {
  color: var(--impact-hot);
  font-style: italic;
}

.manifesto-close__note {
  display: grid;
  grid-template-columns: minmax(16rem, 32rem) auto;
  gap: 2rem;
  justify-content: end;
  align-items: end;
  margin-top: clamp(5rem, 10vw, 10rem);
}

.manifesto-close__note p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
}

.content-footer--dark {
  border-color: rgba(255, 255, 255, 0.22);
  background: var(--ink);
  color: white;
}

/* Field report */

.field-board {
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--ink);
  color: white;
}

.field-events {
  border-top: 3px solid white;
}

.field-event {
  position: relative;
  display: grid;
  grid-template-columns: minmax(9rem, 0.28fr) minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: start;
  padding: clamp(2rem, 4vw, 4rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.field-event--hot::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -1px;
  left: calc(clamp(1.25rem, 4vw, 4.5rem) * -1);
  width: 0.55rem;
  background: var(--impact-hot);
}

.field-event__date {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: end;
}

.field-event__date strong {
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.72;
}

.field-event__date span,
.field-event__copy > span,
.field-event__copy a,
.field-event__status {
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.field-event__copy h3 {
  margin: 0.85rem 0 1rem;
  font-size: clamp(2.4rem, 5.5vw, 6rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.field-event--hot .field-event__copy h3 {
  color: var(--signal);
}

.field-event__copy p {
  max-width: 58ch;
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.5;
}

.field-event__copy a {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.field-event__copy a:hover {
  color: var(--signal);
}

.field-event__status {
  padding: 0.5rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}

.field-event--hot .field-event__status {
  border-color: var(--impact-hot);
  background: var(--impact-hot);
}

.opening-fight {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 100svh;
  background: var(--paper);
}

.opening-fight__visual {
  position: sticky;
  top: var(--header-h);
  height: calc(100svh - var(--header-h));
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: var(--impact-hot);
}

.opening-fight__visual figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  filter: grayscale(1) contrast(1.16);
}

.opening-fight__visual figure:last-of-type {
  filter: grayscale(1) contrast(1.08) invert(0.02);
}

.opening-fight__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.opening-fight__visual figure:first-child img {
  object-position: 72% center;
}

.opening-fight__visual figure:last-of-type img {
  object-position: 72% center;
}

.opening-fight__visual strong {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  padding: 0.08em 0.12em;
  background: var(--signal);
  color: var(--ink);
  font-size: clamp(5rem, 12vw, 13rem);
  font-style: italic;
  letter-spacing: -0.12em;
  line-height: 0.72;
  transform: translate(-50%, -50%) skewX(-9deg);
}

.opening-fight__story {
  padding: clamp(5rem, 9vw, 10rem) clamp(1.5rem, 5vw, 6rem);
}

.chapter-label {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.opening-fight__story h2 {
  margin: clamp(3rem, 7vw, 7rem) 0 2.5rem;
  font-size: clamp(4rem, 8.5vw, 9rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.73;
}

.opening-fight__story h2 em {
  color: var(--impact-hot);
  font-style: italic;
}

.opening-fight__dek {
  max-width: 15ch;
  margin-bottom: clamp(4rem, 7vw, 7rem);
  font-size: clamp(1.8rem, 3.5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.fight-beats {
  border-top: 3px solid var(--ink);
}

.fight-beats article {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 2rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
}

.fight-beats span {
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.fight-beats p {
  max-width: 46ch;
  margin: 0;
  line-height: 1.5;
}

.source-links--inline {
  grid-column: auto;
  margin-top: 3rem;
}

.origin-line {
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--signal);
}

.origin-timeline {
  margin: 0;
  padding: 0;
  border-top: 3px solid var(--ink);
  list-style: none;
}

.origin-timeline li {
  display: grid;
  grid-template-columns: minmax(8rem, 0.32fr) 1fr;
  gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(2rem, 4vw, 4rem) 0;
  border-bottom: 1px solid rgba(10, 11, 12, 0.35);
}

.origin-timeline li > strong {
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.78;
}

.origin-timeline li.is-current > strong {
  color: var(--impact-hot);
}

.origin-timeline span {
  display: block;
  margin-bottom: 0.8rem;
  font-size: clamp(1.5rem, 3vw, 3.2rem);
  font-weight: 950;
  letter-spacing: -0.055em;
}

.origin-timeline p {
  max-width: 60ch;
  margin: 0;
  line-height: 1.5;
}

.source-links--timeline {
  grid-column: auto;
  justify-content: flex-end;
  margin-top: 3rem;
}

.fact-check--field {
  grid-template-columns: 0.3fr 0.65fr 0.8fr;
  background: var(--impact-violet);
  color: white;
}

.fact-check--field > div p {
  max-width: 48ch;
  line-height: 1.5;
}

.fact-check--field > div p:last-child {
  color: var(--signal);
  font-weight: 900;
}

/* Vision scrollytelling */

.vision-page {
  background: var(--paper);
}

.story-progress {
  position: fixed;
  z-index: 110;
  top: calc(var(--header-h) - 3px);
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.story-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--impact-hot);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.story-index {
  position: fixed;
  z-index: 70;
  top: 50%;
  right: 1.2rem;
  display: grid;
  gap: 0.65rem;
  transform: translateY(-50%);
}

.story-index a {
  display: grid;
  grid-template-columns: 1.7rem 1fr;
  gap: 0.45rem;
  align-items: center;
  color: rgba(10, 11, 12, 0.42);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.story-index a::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  width: 1.6rem;
  height: 2px;
  background: currentColor;
}

.story-index a span {
  display: none;
}

.story-index a.is-active {
  color: var(--impact-hot);
}

.story-index a.is-active::before {
  width: 2.4rem;
}

.vision-hero {
  position: relative;
  min-height: calc(112svh - var(--header-h));
  padding: clamp(2rem, 4vw, 4.5rem);
  overflow: hidden;
  background: var(--impact);
  isolation: isolate;
}

.vision-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 28vw;
  height: 48%;
  background: var(--signal);
}

.vision-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 18vw;
  bottom: 0;
  width: 34vw;
  height: 31%;
  background: var(--impact-violet);
}

.vision-hero__meta {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.vision-hero h1 {
  position: relative;
  z-index: 3;
  width: fit-content;
  margin: clamp(6rem, 13vh, 10rem) 0 0;
  font-size: clamp(5rem, 11.8vw, 13rem);
  font-weight: 950;
  letter-spacing: -0.105em;
  line-height: 0.69;
}

.vision-hero h1 em {
  color: white;
  font-style: italic;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.018em var(--ink);
}

.vision-hero__answer {
  position: relative;
  z-index: 4;
  width: fit-content;
  margin: clamp(4rem, 9vw, 9rem) 0 0 auto;
  padding-right: 4vw;
}

.vision-hero__answer p {
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 5.2rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.vision-hero__answer span {
  display: block;
  margin-top: 0.5rem;
  color: white;
  font-size: clamp(1.5rem, 2.5vw, 2.8rem);
  font-style: italic;
  font-weight: 900;
  text-align: right;
}

.vision-hero__image {
  position: absolute;
  z-index: 1;
  right: 4.5rem;
  bottom: 0;
  width: min(37vw, 42rem);
  height: 64%;
  margin: 0;
  overflow: hidden;
  filter: grayscale(1) contrast(1.2);
  mix-blend-mode: multiply;
  transform: rotate(2deg);
  transform-origin: bottom center;
}

.vision-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 48% center;
}

.vision-hero__scroll {
  position: absolute;
  z-index: 4;
  bottom: 2rem;
  left: clamp(1.25rem, 4vw, 4.5rem);
  margin: 0;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.vision-hero__scroll span {
  display: inline-block;
  margin-left: 0.75rem;
  font-size: 1.2rem;
  animation: vision-nudge 900ms steps(2, end) infinite;
}

@keyframes vision-nudge {
  50% { transform: translateY(0.35rem); }
}

.signal-strip {
  display: grid;
  grid-template-columns: 0.5fr repeat(3, 1fr);
  background: var(--ink);
  color: white;
}

.signal-strip > p,
.signal-strip > div {
  margin: 0;
  padding: clamp(2rem, 4vw, 4rem) clamp(1.25rem, 2.8vw, 3rem);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.signal-strip > p {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.signal-strip div strong,
.signal-strip div span {
  display: block;
}

.signal-strip div strong {
  color: var(--signal);
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.signal-strip div span {
  max-width: 26ch;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.45;
}

.thesis-scroll {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
}

.thesis-scroll__statement {
  position: sticky;
  top: var(--header-h);
  min-height: calc(100svh - var(--header-h));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 5vw, 6rem) clamp(3rem, 6vw, 6rem) 0;
  border-right: 1px solid var(--line);
}

.thesis-scroll__statement h2 {
  margin: 0;
  font-size: clamp(3.4rem, 6vw, 6.5rem);
  font-weight: 950;
  letter-spacing: -0.085em;
  line-height: 0.75;
}

.thesis-scroll__statement h2 em {
  color: var(--impact-hot);
  font-style: italic;
}

.thesis-scroll__beats {
  padding-left: clamp(2rem, 6vw, 7rem);
}

.thesis-scroll__beats article {
  min-height: 78svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 0;
  border-bottom: 1px solid var(--line);
}

.thesis-scroll__beats article > span {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.thesis-scroll__beats h3 {
  max-width: 12ch;
  margin: 2rem 0;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.thesis-scroll__beats p {
  max-width: 48ch;
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.55;
}

.identity-cut {
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--impact-violet);
  color: white;
}

.identity-cut > p {
  margin: 0 0 clamp(3rem, 6vw, 6rem);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.identity-cut h2 {
  margin: 0;
  color: var(--signal);
  font-size: clamp(5rem, 13vw, 14rem);
  font-weight: 950;
  letter-spacing: -0.105em;
  line-height: 0.7;
}

.identity-cut > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 7rem);
  max-width: 68rem;
  margin: clamp(4rem, 8vw, 8rem) 0 0 auto;
}

.identity-cut > div p {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.4rem);
  line-height: 1.55;
}

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

.pilot-stage__visual {
  position: sticky;
  top: var(--header-h);
  height: calc(100svh - var(--header-h));
  margin: 0;
  overflow: hidden;
  background: var(--impact-hot);
}

.pilot-stage__visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 13%;
  left: 0;
  height: 17%;
  background: var(--signal);
  mix-blend-mode: multiply;
}

.pilot-stage__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.25);
}

.pilot-stage__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  color: white;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.pilot-stage__copy {
  min-height: 125svh;
  padding: clamp(5rem, 9vw, 10rem) clamp(1.5rem, 5vw, 6rem);
}

.pilot-stage__copy h2 {
  margin: clamp(4rem, 8vw, 8rem) 0 3rem;
  font-size: clamp(3.8rem, 5.6vw, 6.2rem);
  font-weight: 950;
  letter-spacing: -0.085em;
  line-height: 0.74;
}

.pilot-stage__copy h2 em {
  color: var(--impact-hot);
  font-style: italic;
}

.pilot-stage__lead {
  max-width: 34ch;
  margin-bottom: clamp(5rem, 10vw, 10rem);
  font-size: clamp(1.25rem, 2.2vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.broadcast-stack {
  margin: 0;
  padding: 0;
  border-top: 3px solid white;
  list-style: none;
}

.broadcast-stack li {
  display: grid;
  grid-template-columns: 3rem minmax(8rem, 0.6fr) 1fr;
  gap: 1.5rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.broadcast-stack span,
.broadcast-stack strong {
  color: var(--signal);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
}

.broadcast-stack p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.45;
}

.damage-stage {
  position: relative;
  min-height: 100svh;
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  overflow: hidden;
  background: var(--signal);
}

.damage-stage__line {
  position: absolute;
  top: 0;
  right: 14%;
  bottom: 0;
  width: 11%;
  background: var(--impact-hot);
  transform: skewX(-9deg);
  transform-origin: bottom;
}

.damage-stage h2 {
  position: relative;
  margin: clamp(4rem, 9vw, 9rem) 0 0;
  font-size: clamp(4.2rem, 10vw, 11rem);
  font-weight: 950;
  letter-spacing: -0.095em;
  line-height: 0.71;
}

.damage-stage h2 em {
  color: var(--impact-hot);
  font-style: italic;
}

.damage-stage__copy {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 7rem);
  max-width: 66rem;
  margin: clamp(5rem, 10vw, 10rem) 0 0 auto;
  padding: 2rem;
  background: var(--ink);
  color: white;
}

.damage-stage__copy p {
  margin: 0;
  line-height: 1.55;
}

.format-world {
  padding: clamp(5rem, 9vw, 10rem) 0;
  overflow: hidden;
  background: var(--ink);
  color: white;
}

.format-world__heading {
  display: grid;
  grid-template-columns: 0.3fr 1fr 0.4fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
}

.format-world__heading h2 {
  margin: 0;
  font-size: clamp(4.5rem, 7vw, 8.5rem);
  font-weight: 950;
  letter-spacing: -0.095em;
  line-height: 0.72;
}

.format-world__heading > p:last-child {
  max-width: 18ch;
  margin: 0;
  color: var(--signal);
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.format-rail {
  display: flex;
  gap: 1px;
  margin-top: clamp(5rem, 10vw, 10rem);
  padding: 0 clamp(1.25rem, 4vw, 4.5rem) 1.5rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--impact-hot) rgba(255, 255, 255, 0.15);
}

.format-card {
  min-width: min(55rem, 72vw);
  min-height: 32rem;
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 4rem);
  color: var(--ink);
  scroll-snap-align: start;
}

.format-card > span {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.format-card > strong {
  max-width: 8ch;
  margin: auto 0;
  font-size: clamp(4rem, 8vw, 9rem);
  letter-spacing: -0.095em;
  line-height: 0.72;
}

.format-card > p {
  max-width: 40ch;
  margin: 0;
  line-height: 1.5;
}

.format-card--impact { background: var(--impact); }
.format-card--yellow { background: var(--signal); }
.format-card--paper { background: var(--paper); }
.format-card--violet { background: var(--impact-violet); color: white; }
.format-card--ink { border: 1px solid rgba(255, 255, 255, 0.35); background: var(--ink); color: white; }

.rail-hint {
  margin: 1.5rem clamp(1.25rem, 4vw, 4.5rem) 0;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.character-stage {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 100svh;
  background: var(--paper);
}

.character-stage__image {
  min-height: 100%;
  overflow: hidden;
  background: var(--impact-hot);
}

.character-stage__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.25);
}

.character-stage__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 9vw, 10rem) clamp(1.5rem, 6vw, 7rem);
}

.character-stage__copy h2 {
  margin: clamp(4rem, 8vw, 8rem) 0 3rem;
  font-size: clamp(4rem, 7vw, 7.5rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.73;
}

.character-stage__copy h2 em {
  color: var(--impact-hot);
  font-style: italic;
}

.character-stage__copy > p:last-child {
  max-width: 50ch;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 1.55;
}

.business-path {
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: #ededeb;
}

.business-path__intro {
  display: grid;
  grid-template-columns: 0.3fr 1fr 0.42fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  margin-bottom: clamp(5rem, 10vw, 10rem);
}

.business-path__intro h2 {
  margin: 0;
  font-size: clamp(4.5rem, 7.4vw, 8.2rem);
  font-weight: 950;
  letter-spacing: -0.095em;
  line-height: 0.72;
}

.business-path__intro h2 em {
  color: var(--impact-hot);
  font-style: italic;
}

.business-path__intro > p:last-child {
  margin: 0;
  line-height: 1.5;
}

.path-ladder {
  margin: 0;
  padding: 0;
  border-top: 3px solid var(--ink);
  list-style: none;
}

.path-ladder li {
  display: grid;
  grid-template-columns: 0.18fr 1fr auto;
  gap: clamp(1.5rem, 5vw, 6rem);
  align-items: start;
  padding: clamp(2rem, 4vw, 4rem) 0;
  border-bottom: 1px solid var(--line);
}

.path-ladder li > span {
  color: var(--impact-hot);
  font-size: clamp(2.4rem, 5vw, 5.5rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.path-ladder strong {
  display: block;
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 4.5vw, 5rem);
  letter-spacing: -0.07em;
  line-height: 0.82;
}

.path-ladder p {
  max-width: 48ch;
  margin: 0;
  line-height: 1.5;
}

.path-ladder em {
  padding: 0.5rem 0.6rem;
  border: 1px solid var(--ink);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.why-now {
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem) 0;
  background: var(--impact-violet);
  color: white;
}

.why-now__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.55fr;
  gap: clamp(3rem, 8vw, 10rem);
  align-items: end;
  margin-top: clamp(4rem, 8vw, 8rem);
}

.why-now h2 {
  margin: 0;
  color: var(--signal);
  font-size: clamp(4.5rem, 9vw, 10rem);
  font-weight: 950;
  letter-spacing: -0.095em;
  line-height: 0.72;
}

.why-now h2 em {
  color: white;
  font-style: italic;
}

.why-now__grid > div p {
  margin: 0 0 2rem;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 1.55;
}

.proof-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(5rem, 10vw, 10rem) calc(clamp(1.25rem, 4vw, 4.5rem) * -1) 0;
  background: var(--signal);
  color: var(--ink);
}

.proof-line span {
  padding: 2rem clamp(1rem, 2vw, 2rem);
  border-right: 1px solid rgba(10, 11, 12, 0.35);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}

.vision-close {
  min-height: 100svh;
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--impact);
}

.vision-close > p {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.vision-close h2 {
  margin: clamp(4rem, 8vw, 8rem) 0;
  font-size: clamp(5rem, 11.5vw, 12.5rem);
  font-weight: 950;
  letter-spacing: -0.102em;
  line-height: 0.7;
}

.vision-close h2 em {
  color: white;
  font-style: italic;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.018em var(--ink);
}

.vision-close__copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 7rem);
  max-width: 70rem;
  margin-left: auto;
}

.vision-close__copy p {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.4rem);
  line-height: 1.55;
}

.vision-close__invitation {
  font-weight: 900;
}

.vision-close__link {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(5rem, 9vw, 9rem);
  padding: 1.5rem 0;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.vision-close__link:hover span {
  transform: translateX(0.5rem);
}

.vision-close__link span {
  transition: transform 140ms ease;
}

.vision-sources {
  padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--ink);
  color: white;
}

.vision-sources > p,
.vision-sources small {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.vision-sources > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 2rem 0 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.vision-sources a {
  padding: 1.25rem 1rem 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: white;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-decoration: none;
}

.vision-sources a:hover {
  color: var(--signal);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Fighter split */

.corner-select {
  position: relative;
  display: flex;
  min-height: calc(100svh - var(--header-h));
  overflow: hidden;
  background: var(--ink);
  color: white;
}

.corner-select__heading {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: min(46rem, 76vw);
  text-align: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.corner-select__heading p,
.corner-select__heading > span {
  display: block;
  margin: 0;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.corner-select__heading h2 {
  margin: clamp(2rem, 4vw, 4rem) 0;
  font-size: clamp(4.5rem, 10vw, 10.5rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.7;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.018em var(--ink);
}

.corner-select__heading h2 em {
  color: var(--signal);
  font-style: italic;
}

.corner-panel {
  position: relative;
  flex: 1 1 50%;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  text-decoration: none;
  transition: flex-grow 600ms cubic-bezier(0.16, 1, 0.3, 1);
  isolation: isolate;
}

.corner-panel:last-child {
  border-right: 0;
}

.corner-panel::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: var(--impact-hot);
  opacity: 0;
  mix-blend-mode: color;
  transition: opacity 420ms ease;
}

.corner-panel--white::after {
  background: var(--signal);
}

.corner-panel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 72% center;
  filter: grayscale(1) contrast(1.2) brightness(0.72);
  transform: scale(1.01);
  transition: filter 500ms ease, transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

.corner-panel div {
  position: absolute;
  z-index: 3;
  right: clamp(1.25rem, 3vw, 3rem);
  bottom: clamp(1.5rem, 3vw, 3rem);
  left: clamp(1.25rem, 3vw, 3rem);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 0.7rem 2rem;
}

.corner-panel div::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.25rem);
  left: 0;
  height: 3px;
  background: white;
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.corner-panel span,
.corner-panel small {
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.corner-panel strong {
  grid-column: 1 / -1;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  letter-spacing: -0.075em;
  line-height: 0.8;
}

.corner-panel small {
  grid-column: 2;
  grid-row: 1;
  text-align: right;
  opacity: 0;
  transform: translateX(-1rem);
  transition: opacity 300ms ease, transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.corner-select:has(.corner-panel:hover) .corner-panel:not(:hover) {
  flex-grow: 0.82;
}

.corner-panel:hover,
.corner-panel:focus-visible {
  flex-grow: 1.18;
}

.corner-panel:hover::after,
.corner-panel:focus-visible::after {
  opacity: 0.72;
}

.corner-panel:hover img,
.corner-panel:focus-visible img {
  filter: grayscale(0.25) contrast(1.25) brightness(0.9);
  transform: scale(1.09);
}

.corner-panel:hover div::before,
.corner-panel:focus-visible div::before {
  transform: scaleX(1);
}

.corner-panel:hover small,
.corner-panel:focus-visible small {
  opacity: 1;
  transform: translateX(0);
}

/* Human layer */

.pilot-page .site-header {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(10, 11, 12, 0.96);
  color: white;
}

.pilot-story {
  background: var(--ink);
}

.pilot-reveal {
  --pilot-progress: 0;
  position: relative;
  height: 330svh;
  background: var(--ink);
  color: white;
}

.pilot-reveal__stage {
  position: sticky;
  top: var(--header-h);
  height: calc(100svh - var(--header-h));
  overflow: hidden;
  background: var(--ink);
  perspective: 1600px;
  isolation: isolate;
}

.pilot-reveal__human,
.pilot-reveal__machine,
.pilot-reveal__shade,
.pilot-reveal__accent {
  position: absolute;
  inset: 0;
}

.pilot-reveal__human {
  z-index: 0;
  opacity: calc(0.12 + var(--pilot-progress) * 0.88);
  transform: scale(calc(1.12 - var(--pilot-progress) * 0.12));
  transform-origin: 72% center;
  will-change: transform, opacity;
}

.pilot-reveal__human img,
.pilot-reveal__machine img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pilot-reveal__human img {
  object-position: center;
  filter: grayscale(calc(1 - var(--pilot-progress))) contrast(1.08);
}

.pilot-reveal__shade {
  z-index: 1;
  right: auto;
  width: 57%;
  background: var(--ink);
  opacity: clamp(0.2, calc(0.96 - var(--pilot-progress) * 0.14), 0.96);
}

.pilot-reveal__accent {
  z-index: 2;
  top: auto;
  left: 55%;
  width: 0.55rem;
  height: calc(var(--pilot-progress) * 100%);
  background: var(--impact-hot);
  opacity: clamp(0, calc((var(--pilot-progress) - 0.35) * 2.4), 1);
  transform: skewX(-7deg);
  transform-origin: bottom;
}

.pilot-reveal__machine {
  z-index: 3;
  overflow: hidden;
  background: var(--ink);
  opacity: clamp(0, calc(1.1 - var(--pilot-progress) * 1.45), 1);
  transform:
    translate3d(calc(var(--pilot-progress) * -27vw), 0, calc(var(--pilot-progress) * -10rem))
    rotateY(calc(var(--pilot-progress) * -48deg))
    scale(calc(1 - var(--pilot-progress) * 0.08));
  transform-origin: right center;
  will-change: transform, opacity;
}

.pilot-reveal__machine::after {
  content: "";
  position: absolute;
  inset: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  background: var(--ink);
  opacity: 0.08;
}

.pilot-reveal__machine img {
  object-position: center;
  filter: grayscale(1) contrast(1.25) brightness(0.82);
}

.pilot-reveal__intro,
.pilot-reveal__profile {
  position: absolute;
  z-index: 5;
  top: clamp(2rem, 5vw, 5rem);
  bottom: clamp(4.5rem, 7vw, 7rem);
  left: clamp(1.25rem, 4vw, 4.5rem);
  width: min(51vw, 48rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

.pilot-reveal__intro {
  opacity: clamp(0, calc(1.05 - var(--pilot-progress) * 3.6), 1);
  transform: translateX(calc(var(--pilot-progress) * -5vw));
}

.pilot-reveal__profile {
  opacity: clamp(0, calc((var(--pilot-progress) - 0.46) * 2.6), 1);
  transform: translateY(calc((1 - var(--pilot-progress)) * 4rem));
}

.pilot-reveal__intro > p,
.pilot-reveal__profile > p,
.pilot-reveal__intro > span {
  margin: 0;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.pilot-reveal__intro h1,
.pilot-reveal__profile h2 {
  margin: auto 0;
  font-size: clamp(5rem, 9.5vw, 10.5rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.7;
}

.pilot-reveal__intro h1 em,
.pilot-reveal__profile h2 em {
  color: var(--signal);
  font-style: italic;
}

.pilot-reveal__profile h2 {
  margin: auto 0 clamp(2rem, 4vw, 4rem);
  font-size: clamp(4rem, 7vw, 7.5rem);
}

.pilot-reveal__profile dl {
  margin: 0;
  border-top: 3px solid white;
}

.pilot-reveal__profile dl div {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 2rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.pilot-reveal__profile dt,
.pilot-reveal__profile dd {
  margin: 0;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.pilot-reveal__profile dd {
  color: var(--signal);
  text-align: right;
}

.pilot-reveal__meter {
  position: absolute;
  z-index: 6;
  right: clamp(1.25rem, 4vw, 4.5rem);
  bottom: 1.4rem;
  left: clamp(1.25rem, 4vw, 4.5rem);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 1rem;
  align-items: center;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.pilot-reveal__meter i {
  position: relative;
  height: 2px;
  background: rgba(255, 255, 255, 0.28);
}

.pilot-reveal__meter i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--impact-hot);
  transform: scaleX(var(--pilot-progress));
  transform-origin: left;
}

.pilot-reveal__meter b {
  width: 2.5rem;
  color: var(--signal);
  font-size: 0.72rem;
  text-align: right;
}

.pilot-contract {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 100svh;
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--paper);
}

.pilot-contract__heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: clamp(2rem, 5vw, 6rem);
  border-right: 1px solid var(--line);
}

.pilot-contract__heading > p,
.pilot-note > p:first-child {
  margin: 0;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.pilot-contract__heading h2 {
  margin: 5rem 0 0;
  font-size: clamp(4rem, 7.5vw, 8rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.72;
}

.pilot-contract__heading h2 em {
  color: var(--impact-hot);
  font-style: italic;
}

.pilot-contract__copy {
  padding-left: clamp(2rem, 6vw, 7rem);
}

.pilot-contract__lead {
  max-width: 17ch;
  margin: 0 0 clamp(5rem, 10vw, 10rem);
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.pilot-contract ol {
  margin: 0;
  padding: 0;
  border-top: 3px solid var(--ink);
  list-style: none;
}

.pilot-contract li {
  display: grid;
  grid-template-columns: 3rem minmax(9rem, 0.55fr) 1fr;
  gap: 1.5rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line);
}

.pilot-contract li span,
.pilot-contract li strong {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.pilot-contract li span {
  color: var(--impact-hot);
}

.pilot-contract li p {
  margin: 0;
  color: rgba(10, 11, 12, 0.65);
  font-size: 0.9rem;
  line-height: 1.45;
}

.pilot-note {
  min-height: 90svh;
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--impact-violet);
  color: white;
}

.pilot-note h2 {
  max-width: 11ch;
  margin: clamp(4rem, 8vw, 8rem) 0;
  color: var(--signal);
  font-size: clamp(4.5rem, 9.5vw, 10rem);
  font-weight: 950;
  letter-spacing: -0.095em;
  line-height: 0.72;
}

.pilot-note h2 em {
  color: white;
  font-style: italic;
}

.pilot-note > p:not(:first-child) {
  max-width: 48ch;
  margin: 0 0 clamp(4rem, 8vw, 8rem) auto;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.55;
}

.pilot-note a {
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 0;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  font-size: clamp(1.3rem, 2.5vw, 2.6rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  text-decoration: none;
}

@media (max-width: 900px) {
  .page-hero--matches,
  .model-hero,
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .page-hero--matches {
    grid-template-rows: auto auto auto;
    min-height: auto;
  }

  .page-hero--matches h1 {
    margin-top: clamp(5rem, 12vw, 8rem);
  }

  .page-lede {
    padding-top: 4rem;
  }

  .next-fight {
    grid-template-columns: 1fr;
  }

  .next-fight__status {
    min-height: 22rem;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .fact-check {
    grid-template-columns: 0.4fr 1fr;
  }

  .fact-check > p:not(.fact-check__label),
  .source-links {
    grid-column: 2;
  }

  .model-hero__copy {
    min-height: 42rem;
  }

  .model-hero__image {
    min-height: 44rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .spec-wall {
    grid-template-columns: repeat(2, 1fr);
  }

  .spec-wall div:nth-child(2) {
    border-right: 0;
  }

  .spec-wall div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(10, 11, 12, 0.4);
  }

  .profile-grid figure {
    min-height: 50rem;
  }

  .opening-fight,
  .pilot-stage,
  .character-stage {
    grid-template-columns: 1fr;
  }

  .opening-fight__visual,
  .pilot-stage__visual {
    position: relative;
    top: auto;
    height: 70svh;
  }

  .thesis-scroll {
    grid-template-columns: 1fr;
  }

  .thesis-scroll__statement {
    position: relative;
    top: auto;
    min-height: 75svh;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .thesis-scroll__beats {
    padding-left: 0;
  }

  .thesis-scroll__beats article {
    min-height: 60svh;
  }

  .format-world__heading,
  .business-path__intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .format-world__heading > p:last-child {
    max-width: 30ch;
  }

  .character-stage__image {
    min-height: 70svh;
  }

  .why-now__grid {
    grid-template-columns: 1fr;
  }

  .pilot-contract {
    grid-template-columns: 1fr;
  }

  .pilot-contract__heading {
    min-height: 65svh;
    padding-right: 0;
    padding-bottom: 4rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .pilot-contract__copy {
    padding: 5rem 0 0;
  }
}

@media (max-width: 680px) {
  .page-marker {
    font-size: 0.58rem;
  }

  .page-kicker span:last-child {
    text-align: right;
  }

  .page-hero--matches h1,
  .manifesto-hero h1 {
    font-size: clamp(4.4rem, 21vw, 7rem);
  }

  .next-fight__pairing {
    grid-template-columns: 1fr;
  }

  .next-fight__pairing div,
  .next-fight__pairing div:last-child {
    text-align: left;
  }

  .next-fight__pairing b {
    font-size: 4.5rem;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .timeline li {
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
  }

  .timeline-date {
    grid-column: 1;
  }

  .timeline-copy {
    grid-column: 1 / -1;
  }

  .status-tag {
    grid-column: 2;
    grid-row: 1;
  }

  .fact-check {
    grid-template-columns: 1fr;
  }

  .fact-check > p:not(.fact-check__label),
  .source-links {
    grid-column: 1;
  }

  .model-hero__copy {
    min-height: 36rem;
  }

  .model-hero h1 {
    font-size: clamp(5rem, 23vw, 8rem);
  }

  .model-hero__image,
  .profile-grid figure {
    min-height: 32rem;
  }

  .spec-wall {
    grid-template-columns: 1fr;
  }

  .spec-wall div,
  .spec-wall div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(10, 11, 12, 0.4);
  }

  .profile-copy dl div {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .profile-copy dd {
    text-align: left;
  }

  .lineup-table article {
    grid-template-columns: 1fr auto;
  }

  .lineup-table h3,
  .lineup-table p {
    grid-column: 1;
  }

  .lineup-table strong {
    grid-column: 2;
    grid-row: 1;
  }

  .principles li,
  .idea-list article {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .manifesto-intro {
    justify-content: flex-start;
  }

  .manifesto-intro p {
    font-size: clamp(2.2rem, 11vw, 4rem);
  }

  .manifesto-close__note {
    grid-template-columns: 1fr;
    justify-content: start;
  }

  .content-footer {
    flex-direction: column;
  }

  .story-index {
    display: none;
  }

  .field-event {
    grid-template-columns: 1fr auto;
  }

  .field-event__copy {
    grid-column: 1 / -1;
  }

  .field-event__status {
    grid-column: 2;
    grid-row: 1;
  }

  .opening-fight__visual {
    height: 62svh;
  }

  .fight-beats article {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .origin-timeline li {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .fact-check--field {
    grid-template-columns: 1fr;
  }

  .vision-hero {
    min-height: calc(105svh - var(--header-h));
  }

  .vision-hero::before {
    width: 32vw;
    height: 34%;
  }

  .vision-hero::after {
    right: 0;
    width: 44vw;
    height: 26%;
  }

  .vision-hero h1 {
    margin-top: 5rem;
    font-size: clamp(3.2rem, 13.8vw, 5rem);
  }

  .vision-hero__image {
    right: 0;
    width: 64vw;
    height: 48%;
  }

  .vision-hero__answer {
    margin-top: 3.5rem;
  }

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

  .signal-strip > p,
  .signal-strip > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .identity-cut > div,
  .damage-stage__copy,
  .vision-close__copy {
    grid-template-columns: 1fr;
  }

  .identity-cut h2 {
    font-size: clamp(3.4rem, 15vw, 5.4rem);
  }

  .pilot-stage__visual {
    height: 60svh;
  }

  .pilot-stage__copy {
    min-height: auto;
  }

  .pilot-stage__copy h2,
  .character-stage__copy h2 {
    font-size: clamp(3.1rem, 13.5vw, 5rem);
  }

  .broadcast-stack li {
    grid-template-columns: 2rem 1fr;
  }

  .broadcast-stack p {
    grid-column: 2;
  }

  .damage-stage__line {
    right: 6%;
    width: 12%;
  }

  .damage-stage h2 {
    font-size: clamp(3.6rem, 17.5vw, 6.2rem);
  }

  .damage-stage__copy {
    padding: 1.5rem;
  }

  .format-card {
    min-width: 86vw;
    min-height: 28rem;
  }

  .character-stage__image {
    min-height: 58svh;
  }

  .business-path__intro h2,
  .why-now h2,
  .vision-close h2 {
    font-size: clamp(3.2rem, 13.8vw, 5.2rem);
  }

  .path-ladder li {
    grid-template-columns: 4rem 1fr;
  }

  .path-ladder em {
    grid-column: 2;
    width: fit-content;
  }

  .proof-line,
  .vision-sources > div {
    grid-template-columns: 1fr 1fr;
  }

  .corner-select {
    min-height: 120svh;
    flex-direction: column;
  }

  .corner-select__heading {
    width: 92vw;
  }

  .corner-select__heading h2 {
    font-size: clamp(3.8rem, 16vw, 6rem);
  }

  .corner-select__heading > span {
    display: none;
  }

  .corner-panel {
    flex: 1 1 60svh;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .corner-panel::after {
    opacity: 0.18;
  }

  .corner-panel img {
    object-position: 72% 35%;
  }

  .corner-panel small {
    display: none;
  }

  .pilot-reveal {
    height: 300svh;
  }

  .pilot-reveal__human img {
    object-position: 69% center;
  }

  .pilot-reveal__shade {
    width: 100%;
    opacity: clamp(0.42, calc(0.92 - var(--pilot-progress) * 0.25), 0.92);
  }

  .pilot-reveal__accent {
    left: 1rem;
  }

  .pilot-reveal__intro,
  .pilot-reveal__profile {
    right: 1.25rem;
    bottom: 4rem;
    left: 1.25rem;
    width: auto;
  }

  .pilot-reveal__intro h1 {
    font-size: clamp(3.5rem, 15vw, 5.5rem);
  }

  .pilot-reveal__profile h2 {
    font-size: clamp(3rem, 12.8vw, 4.8rem);
  }

  .pilot-reveal__profile dl div {
    grid-template-columns: 0.36fr 0.64fr;
    gap: 1rem;
    padding: 0.65rem 0;
  }

  .pilot-reveal__profile dt,
  .pilot-reveal__profile dd {
    font-size: 0.56rem;
  }

  .pilot-reveal__meter {
    gap: 0.55rem;
  }

  .pilot-contract {
    padding-top: 5rem;
  }

  .pilot-contract__heading {
    min-height: 58svh;
  }

  .pilot-contract__heading h2,
  .pilot-note h2 {
    font-size: clamp(3.4rem, 14.5vw, 5.4rem);
  }

  .pilot-contract__lead {
    font-size: clamp(2rem, 9vw, 3.3rem);
  }

  .pilot-contract li {
    grid-template-columns: 2rem 1fr;
  }

  .pilot-contract li p {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vision-hero__scroll span {
    animation: none;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .pilot-reveal__machine,
  .pilot-reveal__intro {
    display: none;
  }

  .pilot-reveal__human,
  .pilot-reveal__profile {
    opacity: 1;
    transform: none;
  }
}
