@font-face {
  font-family: "Anybody";
  src: url("assets/fonts/Anybody-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --blue: #2525f4;
  --yellow: #ecff37;
  --red: #ff4935;
  --ink: #111111;
  --paper: #f3f0e8;
  --muted: #d9d5ca;
  --edge: clamp(16px, 2.5vw, 36px);
  --rule: 2px solid var(--ink);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--ink);
  color: var(--ink);
  font-family: "Anybody", Arial, sans-serif;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

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

figure,
p,
dl,
dd {
  margin: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  background: var(--paper);
  border: var(--rule);
  transform: translateY(-160%);
}

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

.section-code {
  display: block;
  font-size: 12px;
  font-weight: 760;
  font-variation-settings: "wdth" 82;
  letter-spacing: 0.075em;
  line-height: 1.1;
  text-transform: uppercase;
}

.section-code--light {
  color: var(--paper);
}

.image-frame {
  position: relative;
  overflow: hidden;
  border: var(--rule);
  background: #d19bb4;
  box-shadow: 12px 12px 0 var(--ink);
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-frame figcaption {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  padding: 10px 12px 8px;
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-size: 11px;
  font-weight: 760;
  font-variation-settings: "wdth" 82;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.image-frame--dark figcaption {
  background: var(--yellow);
}

.image-frame--flush {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  box-shadow: none;
}

.round-arrow {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--yellow);
  font-size: 17px;
}

/* Hero — preserved from the approved visual stage. */
.hero {
  position: relative;
  height: 780px;
  min-height: 720px;
  overflow: hidden;
  background: var(--blue);
  isolation: isolate;
}

.site-header {
  position: relative;
  z-index: 20;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--edge);
  border-bottom: var(--rule);
  background: var(--paper);
  font-size: 11px;
  font-weight: 680;
  font-variation-settings: "wdth" 82;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  text-decoration: none;
}

.brand__number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: var(--rule);
  border-radius: 50%;
  background: var(--yellow);
  font-size: 25px;
  font-weight: 850;
  font-variation-settings: "wdth" 125;
  line-height: 1;
}

.brand__name {
  line-height: 0.95;
}

.header-note {
  justify-self: center;
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.4vw, 24px);
}

.site-nav a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}


.charge-lane {
  position: absolute;
  z-index: 5;
  top: 72px;
  inset-inline: 0;
  height: 66px;
  overflow: hidden;
  border-bottom: var(--rule);
  background: var(--yellow);
}

.charge-lane__track {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  white-space: nowrap;
  font-size: 45px;
  font-weight: 830;
  font-variation-settings: "wdth" 130;
  letter-spacing: -0.045em;
  line-height: 1;
  animation: lane 18s linear infinite;
}

.charge-lane__track span {
  display: block;
  padding-right: 0.14em;
}

@keyframes lane {
  to { transform: translateX(-50%); }
}

.hero__grid,
.city__grid {
  position: absolute;
  z-index: 0;
  inset: 138px 0 0;
  background-image:
    linear-gradient(to right, transparent calc(25% - 1px), rgb(17 17 17 / 0.55) 25%, transparent calc(25% + 1px)),
    linear-gradient(to right, transparent calc(50% - 1px), rgb(17 17 17 / 0.55) 50%, transparent calc(50% + 1px)),
    linear-gradient(to right, transparent calc(75% - 1px), rgb(17 17 17 / 0.55) 75%, transparent calc(75% + 1px));
  pointer-events: none;
}

.hero-media {
  position: absolute;
  z-index: 1;
  top: 164px;
  right: 5.2vw;
  width: min(74vw, 1060px);
  height: 474px;
  overflow: hidden;
  border: var(--rule);
  background: #d99eb4;
  box-shadow: 12px 12px 0 var(--ink);
  transform: rotate(-1.4deg);
  transform-origin: 70% 50%;
  transition: translate 180ms ease-out;
}

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

.hero-media figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 7px 9px 5px;
  border: 1px solid var(--ink);
  background: var(--paper);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Licensed photographs: preserve approved frames; crop the wheel and controls. */
.city__wheel img { object-position: left center; transform: scale(2.7); transform-origin: 44% 90%; }
.cabin__shifter img { transform: scale(2.2); transform-origin: 76% 60%; }

.hero-copy {
  position: absolute;
  z-index: 3;
  top: 167px;
  left: var(--edge);
  width: min(54vw, 760px);
  pointer-events: none;
}

.eyebrow {
  width: max-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 8px 11px 6px;
  border: var(--rule);
  background: var(--red);
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 720;
  font-variation-settings: "wdth" 82;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(78px, 10.4vw, 150px);
  font-weight: 880;
  font-variation-settings: "wdth" 128;
  letter-spacing: -0.085em;
  line-height: 0.73;
  text-shadow: 3px 3px 0 var(--ink);
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  width: max-content;
  padding-block: 0.09em;
  margin-block: -0.09em;
}

.hero h1 span:last-child {
  margin-left: clamp(30px, 9vw, 130px);
  color: var(--yellow);
}

.hero h1 em,
.city h2 em,
.current h2 em {
  color: var(--red);
  font-style: normal;
}

.hero-action,
.official-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 48px;
  padding: 9px 10px 7px 14px;
  border: var(--rule);
  background: var(--paper);
  font-size: 13px;
  font-weight: 720;
  font-variation-settings: "wdth" 86;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.hero-action {
  position: absolute;
  z-index: 4;
  left: var(--edge);
  bottom: 62px;
}

.hero-action:hover,
.official-link:hover {
  background: var(--yellow);
}

.disclaimer {
  position: absolute;
  z-index: 4;
  right: var(--edge);
  bottom: 17px;
  color: var(--paper);
  font-size: 9px;
  font-weight: 550;
  font-variation-settings: "wdth" 80;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Charge */
.charge {
  position: relative;
  overflow: hidden;
  border-top: var(--rule);
  background: var(--yellow);
}

.section-grid,
.charge__detail {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) 1.22fr;
}

.charge__intro {
  min-height: 720px;
  padding: clamp(48px, 6vw, 88px) var(--edge);
  border-right: var(--rule);
}

.charge h2,
.character h2,
.city h2,
.cabin h2,
.current h2,
.finale h2 {
  padding-block: 0.08em;
  margin: -0.08em 0;
  font-weight: 860;
  font-variation-settings: "wdth" 126;
  letter-spacing: -0.075em;
  line-height: 0.8;
  text-transform: uppercase;
}

.charge h2 {
  margin-top: 62px;
  font-size: clamp(62px, 7.1vw, 108px);
}

.charge__intro p {
  max-width: 34ch;
  margin-top: 62px;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 540;
  line-height: 1.35;
}

.charge__media {
  min-height: 720px;
}

.charge__media img {
  object-position: 48% center;
}

.charge__detail {
  min-height: 760px;
  padding: clamp(70px, 8vw, 120px) var(--edge);
  gap: clamp(54px, 8vw, 130px);
  align-items: center;
  border-top: var(--rule);
  background: var(--paper);
}

.charge-five {
  width: min(100%, 780px);
  height: clamp(360px, 46vw, 620px);
  transform: rotate(1.5deg);
}

.charge-five img {
  object-position: 48% center;
}

.charge__readout {
  align-self: center;
  max-width: 520px;
}

.readout-label {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.readout-number {
  font-size: clamp(110px, 14vw, 220px);
  font-weight: 880;
  font-variation-settings: "wdth" 128;
  letter-spacing: -0.1em;
  line-height: 0.75;
}

.readout-number span {
  color: var(--blue);
  font-size: 0.3em;
  letter-spacing: -0.04em;
}

.charge-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin: 30px 0;
}

.charge-bars span {
  height: 20px;
  border: var(--rule);
  background: var(--blue);
}

.charge__readout > p:last-child {
  max-width: 34ch;
  font-size: 18px;
  line-height: 1.4;
}

/* Character */
.character {
  position: relative;
  min-height: 1520px;
  overflow: hidden;
  border-top: var(--rule);
  background: var(--ink);
  color: var(--paper);
}

.character-ticker,
.finale__lane {
  height: 82px;
  overflow: hidden;
  border-bottom: 2px solid var(--paper);
  background: var(--red);
  color: var(--ink);
}

.character-ticker {
  border-bottom-color: var(--ink);
}

.character-ticker > div,
.finale__lane > div {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  white-space: nowrap;
  font-size: 55px;
  font-weight: 850;
  font-variation-settings: "wdth" 130;
  letter-spacing: -0.055em;
  line-height: 1;
  animation: lane-reverse 24s linear infinite;
}

@keyframes lane-reverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.character__copy {
  position: relative;
  z-index: 4;
  width: min(54vw, 760px);
  margin: 78px 0 0 var(--edge);
}

.character h2 {
  margin-top: 46px;
  font-size: clamp(86px, 10.2vw, 155px);
  -webkit-text-stroke: 1.25px var(--ink);
  paint-order: stroke fill;
  text-shadow: 3px 3px 0 var(--ink);
}

.character h2 em {
  color: var(--yellow);
  font-style: normal;
}

.character__copy p {
  max-width: 38ch;
  margin: 60px 0 0 auto;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.4;
}

.character__front {
  position: absolute;
  z-index: 1;
  top: 410px;
  left: 16vw;
  width: min(68vw, 980px);
  height: 560px;
  transform: rotate(-1deg);
}

.character__front img {
  object-position: center;
}

.character__front figcaption {
  top: auto;
  right: auto;
  bottom: 10px;
  left: 10px;
}

.character__rear {
  position: absolute;
  z-index: 3;
  right: 5vw;
  bottom: 118px;
  width: min(41vw, 590px);
  height: 620px;
  transform: rotate(2deg);
}

.character__rear img {
  object-position: 47% center;
}

/* City scale */
.city {
  position: relative;
  min-height: 1430px;
  overflow: hidden;
  border-top: var(--rule);
  background: var(--blue);
  color: var(--paper);
}

.city__grid {
  inset: 0;
}

.city__header {
  position: relative;
  z-index: 4;
  padding: 68px var(--edge) 0;
}

@media (min-width: 901px) {
  .character__copy p {
    width: min(38ch, 100%);
    padding: 14px 16px;
    background: var(--ink);
    box-shadow: 6px 6px 0 var(--red);
  }
}

.city h2 {
  margin-top: 50px;
  font-size: clamp(72px, 8.7vw, 132px);
}

.city__car {
  position: absolute;
  z-index: 2;
  top: clamp(395px, 29vw, 430px);
  right: 4vw;
  width: min(78vw, 1140px);
  height: 650px;
  transform: rotate(-1.5deg);
}

.city__wheel {
  position: absolute;
  z-index: 3;
  left: 5vw;
  top: 770px;
  width: min(32vw, 450px);
  height: 410px;
  transform: rotate(2deg);
}

.city__measurements {
  position: absolute;
  z-index: 5;
  right: var(--edge);
  bottom: 76px;
  left: var(--edge);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  padding-block: 2px;
  background: var(--paper);
}

.city__measurements div {
  min-height: 126px;
  padding: 18px;
  background: var(--blue);
}

.city__measurements dt {
  margin-bottom: 30px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city__measurements dd {
  color: var(--yellow);
  font-size: clamp(25px, 3.2vw, 48px);
  font-weight: 820;
  font-variation-settings: "wdth" 120;
  letter-spacing: -0.05em;
  line-height: 1;
  white-space: nowrap;
}

/* Cabin */
.cabin {
  position: relative;
  min-height: 1740px;
  overflow: hidden;
  border-top: var(--rule);
  background: var(--paper);
}

.cabin__heading {
  display: grid;
  grid-template-columns: minmax(130px, 0.55fr) minmax(0, 1.75fr) minmax(230px, 0.7fr);
  gap: clamp(24px, 4vw, 70px);
  align-items: end;
  padding: 92px var(--edge) 72px;
}

.cabin__heading > * {
  min-width: 0;
}

.cabin h2 {
  color: var(--blue);
  font-size: clamp(82px, 7.4vw, 118px);
  white-space: nowrap;
}

.cabin h2 span {
  color: var(--red);
}

.cabin__heading > p {
  max-width: 30ch;
  padding-bottom: 5px;
  font-size: 17px;
  line-height: 1.4;
}

.cabin__wide {
  width: calc(100% - (var(--edge) * 2));
  height: min(64vw, 800px);
  margin-left: var(--edge);
}

.cabin__lower {
  position: relative;
  min-height: 650px;
  padding: 100px var(--edge) 80px;
}

.cabin__signal {
  position: absolute;
  inset: 18px -20px auto;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  color: var(--blue);
  font-size: clamp(130px, 20vw, 300px);
  font-weight: 880;
  font-variation-settings: "wdth" 128;
  letter-spacing: -0.12em;
  line-height: 0.8;
  opacity: 0.11;
}

.cabin__shifter {
  position: relative;
  z-index: 2;
  width: min(58vw, 820px);
  height: 470px;
  margin-left: auto;
  transform: rotate(1.5deg);
}

.cabin__note {
  position: absolute;
  z-index: 3;
  left: var(--edge);
  top: 220px;
  bottom: auto;
  width: min(30vw, 380px);
  padding: 22px;
  border: var(--rule);
  background: var(--yellow);
  font-size: 18px;
  font-weight: 580;
  line-height: 1.35;
}

/* Current */
.current {
  position: relative;
  min-height: 1080px;
  overflow: hidden;
  border-top: var(--rule);
  background: var(--red);
}

.current::before {
  content: "";
  position: absolute;
  top: -12vw;
  right: -10vw;
  width: 54vw;
  height: 54vw;
  border: clamp(45px, 7vw, 110px) solid var(--yellow);
  border-radius: 50%;
}

.current__path {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 52%;
  width: 2px;
  height: 100%;
  background: var(--ink);
}

.current__pulse {
  position: sticky;
  top: 40vh;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: -11px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 10px var(--red);
}

.current__header {
  position: relative;
  z-index: 2;
  width: min(50vw, 720px);
  padding: 90px 0 0 var(--edge);
}

.current h2 {
  margin-top: 50px;
  font-size: clamp(72px, 8.8vw, 134px);
}

.current h2 em {
  color: var(--yellow);
}

.current__header > p {
  max-width: 36ch;
  margin-top: 70px;
  font-size: 19px;
  line-height: 1.4;
}

.current__specs {
  position: absolute;
  z-index: 2;
  right: var(--edge);
  top: 355px;
  width: min(42vw, 600px);
}

.current__specs div {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 136px;
  padding: 22px 0;
  border-top: var(--rule);
}

.current__specs div:last-child {
  border-bottom: var(--rule);
}

.current__specs dt {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.current__specs dd {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.22em;
  color: var(--ink);
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 680;
  line-height: 1;
  white-space: nowrap;
}

.current__specs strong {
  color: var(--ink);
  font-size: clamp(50px, 4.4vw, 68px);
  font-weight: 880;
  font-variation-settings: "wdth" 125;
  letter-spacing: -0.075em;
}

.spec-prefix,
.spec-unit {
  font-size: 0.88em;
  font-weight: 720;
  letter-spacing: -0.025em;
}

.current__footnote {
  position: absolute;
  z-index: 2;
  right: var(--edge);
  bottom: 36px;
  width: min(42vw, 600px);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Finale */
.finale {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  border-top: var(--rule);
  background: var(--blue);
  color: var(--paper);
}

.finale__lane {
  background: var(--yellow);
  border-bottom-color: var(--ink);
  color: var(--ink);
}

.finale__body {
  position: relative;
  min-height: 670px;
  display: grid;
  place-items: center;
  padding: 80px var(--edge);
}

.finale__five {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--yellow);
  font-size: min(46vw, 650px);
  font-weight: 900;
  font-variation-settings: "wdth" 130;
  letter-spacing: -0.1em;
  line-height: 0.7;
  opacity: 0.16;
  transform: translate(-50%, -50%);
}

.finale__copy {
  position: relative;
  z-index: 2;
  width: min(92vw, 1100px);
  text-align: center;
}

.finale__copy .section-code {
  position: relative;
  top: -58px;
  font-size: 13px;
  transform: translateY(22px);
}

.finale h2 {
  position: relative;
  top: 22px;
  margin-top: 54px;
  color: var(--yellow);
  font-size: clamp(78px, 10.6vw, 162px);
}

.official-link {
  width: max-content;
  max-width: 100%;
  margin: 170px auto 0;
  color: var(--ink);
}

.site-footer {
  min-height: 128px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px var(--edge);
  border-top: 2px solid var(--paper);
  font-size: 9px;
  font-weight: 630;
  font-variation-settings: "wdth" 82;
  letter-spacing: 0.055em;
  line-height: 1.4;
  text-transform: uppercase;
}

.site-footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  text-underline-offset: 4px;
}

/* Motion is progressive enhancement; content stays visible without JS. */
.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

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

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

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .header-note {
    display: none;
  }

  .site-nav {
    justify-self: end;
  }

  .character__front {
    left: 8vw;
    width: 76vw;
  }

  .character__rear {
    width: 46vw;
  }

  .cabin__heading {
    grid-template-columns: 1fr 2.4fr;
  }

  .cabin__heading > p {
    grid-column: 2;
  }

  .current__path {
    left: 50%;
  }

  .current__header {
    width: 50vw;
  }

  .current__specs,
  .current__footnote {
    width: 44vw;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav { display: none; }

  .hero-media {
    right: 4vw;
    width: 82vw;
  }

  .hero-copy {
    width: 72vw;
  }

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

  .charge__intro {
    min-height: 600px;
    border-right: 0;
    border-bottom: var(--rule);
  }

  .charge__media {
    min-height: 620px;
    border-left: 0;
  }

  .charge__detail {
    gap: 70px;
  }

  .charge-five {
    height: 500px;
  }

  .charge__readout {
    justify-self: end;
    width: min(78vw, 520px);
  }

  .character {
    min-height: 1650px;
  }

  .character__copy {
    width: 78vw;
  }

  .character__front {
    top: 570px;
    left: var(--edge);
    width: 83vw;
    height: 530px;
  }

  .character__rear {
    width: 56vw;
    height: 560px;
  }

  .city {
    min-height: 1500px;
  }

  .city__car {
    top: 390px;
    width: 88vw;
    height: 600px;
  }

  .city__wheel {
    top: 835px;
    width: 42vw;
  }

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

  .cabin {
    min-height: 1600px;
  }

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

  .cabin__heading > p {
    grid-column: auto;
    max-width: 42ch;
  }

  .cabin__wide {
    height: 65vw;
    min-height: 520px;
  }

  .cabin__shifter {
    width: 72vw;
  }

  .cabin__note {
    top: auto;
    bottom: 90px;
    width: 40vw;
  }

  .current {
    min-height: 1450px;
  }

  .current::before {
    top: 510px;
    right: -24vw;
    width: 88vw;
    height: 88vw;
    border-width: clamp(64px, 9vw, 84px);
  }

  .current__path {
    left: 44px;
  }

  .current__header {
    width: 100%;
    padding: 80px 8vw 0 72px;
  }

  .current h2 {
    font-size: clamp(72px, 12vw, 96px);
  }

  .current__header > p {
    max-width: 42ch;
    margin-top: 58px;
    font-size: 18px;
  }

  .current__specs {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin: 96px 8vw 0 72px;
  }

  .current__specs div {
    grid-template-columns: 128px minmax(0, 1fr);
  }

  .current__footnote {
    right: 8vw;
    bottom: 36px;
    left: 72px;
    width: auto;
  }
}

@media (max-width: 600px) {
  :root {
    --edge: 14px;
  }

  .section-code {
    font-size: 11px;
  }

  .image-frame {
    box-shadow: 8px 8px 0 var(--ink);
  }

  .image-frame figcaption {
    right: 7px;
    bottom: 7px;
    max-width: calc(100% - 14px);
    padding: 8px 10px 7px;
    font-size: 9px;
    line-height: 1.08;
  }

  .hero {
    height: 770px;
    min-height: 770px;
  }

  .site-header {
    height: 66px;
    font-size: 9px;
  }

  .brand {
    gap: 7px;
  }

  .brand__number {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .site-nav {
    top: 64px;
  }

  .charge-lane {
    top: 66px;
    height: 58px;
  }

  .charge-lane__track {
    font-size: 38px;
  }

  .hero__grid {
    inset: 124px 0 0;
    background-image: linear-gradient(to right, transparent calc(50% - 1px), rgb(17 17 17 / 0.55) 50%, transparent calc(50% + 1px));
  }

  .hero-copy {
    top: 145px;
    width: calc(100% - 28px);
  }

  .eyebrow {
    margin-bottom: 9px;
    padding: 6px 8px 4px;
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(50px, 15.7vw, 64px);
    font-variation-settings: "wdth" 118;
    letter-spacing: -0.075em;
    line-height: 0.76;
    text-shadow: 2px 2px 0 var(--ink);
  }

  .hero h1 span:last-child {
    margin-left: 16px;
  }

  .hero-media {
    top: 317px;
    right: -20px;
    width: calc(100% + 4px);
    height: 278px;
    box-shadow: 8px 8px 0 var(--ink);
    transform: rotate(-2deg);
  }

  .hero-media img {
    object-position: 49% 50%;
  }

  .hero-media figcaption {
    right: 42px;
    bottom: 7px;
    padding: 8px 10px 7px;
    color: var(--ink);
    font-size: 9px;
  }

  .hero-action {
    bottom: 72px;
    min-height: 48px;
    font-size: 10px;
  }

  .disclaimer {
    right: auto;
    left: var(--edge);
    bottom: 18px;
    max-width: 310px;
    font-size: 7px;
  }

  .charge__intro {
    min-height: 460px;
    padding: 48px var(--edge) 24px;
  }

  .charge h2 {
    margin-top: 40px;
    font-size: clamp(55px, 17vw, 70px);
  }

  .charge__intro p {
    margin-top: 46px;
    font-size: 15px;
  }

  .charge__media {
    min-height: 420px;
  }

  .charge__media img {
    object-position: 50% center;
  }

  .charge__detail {
    min-height: 840px;
    padding: 74px var(--edge) 86px;
    gap: 54px;
  }

  .charge-five {
    width: calc(100% - 8px);
    height: 310px;
  }

  .charge__readout {
    justify-self: start;
    width: 100%;
  }

  .readout-number {
    font-size: 116px;
  }

  .charge__readout > p:last-child {
    font-size: 15px;
  }

  .character {
    min-height: 1340px;
  }

  .character-ticker,
  .finale__lane {
    height: 62px;
  }

  .character-ticker > div,
  .finale__lane > div {
    font-size: 40px;
  }

  .character__copy {
    width: calc(100% - 28px);
    margin-top: 58px;
  }

  .character h2 {
    margin-top: 36px;
    font-size: clamp(66px, 19vw, 78px);
  }

  .character__copy p {
    margin-top: 42px;
    font-size: 15px;
  }

  .character__front {
    top: 470px;
    left: -5px;
    width: 91vw;
    height: 355px;
  }

  .character__front figcaption {
    top: 7px;
    right: auto;
    bottom: auto;
    left: 7px;
  }

  .character__rear {
    right: -16px;
    bottom: 80px;
    width: 72vw;
    height: 500px;
  }

  .character__rear figcaption,
  .city__car figcaption {
    right: 30px;
  }

  .city {
    min-height: 1300px;
  }

  .city__grid {
    background-image: linear-gradient(to right, transparent calc(50% - 1px), rgb(17 17 17 / 0.55) 50%, transparent calc(50% + 1px));
  }

  .city__header {
    padding-top: 64px;
  }

  .city h2 {
    margin-top: 40px;
    font-size: clamp(38px, 12vw, 55px);
    line-height: 0.86;
  }

  .city__car {
    top: 340px;
    right: -18px;
    width: calc(100% + 4px);
    height: 340px;
  }

  .city__wheel {
    top: 610px;
    left: 14px;
    width: 56vw;
    height: 280px;
  }

  .city__wheel img { transform-origin: clamp(0%, calc(265px - 29.4%), 100%) 90%; }
  .hero-media img { object-position: 65% 50%; }

  .city__measurements {
    bottom: 54px;
    grid-template-columns: 1fr 1fr;
  }

  .city__measurements div {
    min-height: 112px;
    padding: 14px;
  }

  .city__measurements dt {
    margin-bottom: 22px;
    font-size: 8px;
  }

  .city__measurements dd {
    font-size: 25px;
  }

  .cabin {
    min-height: 1250px;
  }

  .cabin__heading {
    gap: 28px;
    padding: 68px var(--edge) 54px;
  }

  .cabin h2 {
    font-size: clamp(42px, 13.2vw, 58px);
  }

  .cabin__heading > p {
    font-size: 16px;
  }

  .cabin__wide {
    width: calc(100% - 28px);
    min-height: 360px;
    height: 360px;
  }

  .cabin__wide img {
    object-position: 49% center;
  }

  .cabin__lower {
    min-height: 560px;
    padding-top: 76px;
  }

  .cabin__signal {
    top: 50px;
    font-size: 120px;
  }

  .cabin__shifter {
    width: calc(100% - 8px);
    height: 310px;
  }

  .cabin__note {
    position: relative;
    left: auto;
    bottom: auto;
    width: 86%;
    margin-top: 44px;
    padding: 18px;
    font-size: 16px;
  }

  .current {
    min-height: 1260px;
  }

  .current::before {
    top: 42%;
    right: -38vw;
    width: 100vw;
    height: 100vw;
    border-width: 58px;
  }

  .current__path {
    left: 28px;
  }

  .current__header {
    width: 100%;
    padding: 68px var(--edge) 0 54px;
  }

  .current h2 {
    margin-top: 42px;
    font-size: clamp(46px, 13.3vw, 58px);
  }

  .current__header > p {
    margin-top: 52px;
    font-size: 16px;
  }

  .current__specs {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin: 84px var(--edge) 0 54px;
  }

  .current__specs div {
    grid-template-columns: clamp(78px, 24vw, 104px) minmax(0, 1fr);
    gap: 12px;
    min-height: 126px;
  }

  .current__specs dd {
    gap: 0.16em;
    font-size: 17px;
  }

  .current__specs strong {
    font-size: clamp(40px, 11.8vw, 52px);
  }

  .current__footnote {
    right: var(--edge);
    bottom: 32px;
    left: 54px;
    width: auto;
    font-size: 9px;
  }

  .finale {
    min-height: 820px;
  }

  .finale__body {
    min-height: 630px;
    padding-inline: var(--edge);
  }

  .finale__five {
    font-size: 104vw;
  }

  .finale h2 {
    margin-top: 48px;
    font-size: clamp(57px, 18vw, 74px);
  }

  .finale__copy .section-code {
    top: -44px;
    font-size: 11px;
  }

  .official-link {
    width: 100%;
    margin-top: 144px;
    font-size: 11px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 24px;
    font-size: 8px;
  }
}

@media (max-width: 360px) {
  .character h2 {
    font-size: 59px;
  }

  .character__front {
    top: 500px;
  }

  .city__measurements div {
    padding-inline: 12px;
  }

  .city__measurements dd {
    font-size: 23px;
  }
}

/* Desktop refinements recovered from the visual editor session.
   These use layout properties so following sections remain in normal flow. */
@media (min-width: 1024px) {
  .cabin {
    min-height: 0;
  }

  .cabin__heading {
    grid-template-areas:
      "title code"
      "title description";
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.8fr);
    column-gap: clamp(44px, 6vw, 90px);
    row-gap: 16px;
    align-items: start;
    padding: 76px var(--edge) 52px;
  }

  .cabin__heading .section-code {
    grid-area: code;
    margin-top: 10px;
    font-size: 15px;
  }

  .cabin h2 {
    grid-area: title;
    align-self: center;
    font-size: clamp(82px, 7.1vw, 112px);
  }

  .cabin__heading > p {
    grid-area: description;
    max-width: 32ch;
    padding-bottom: 0;
    font-size: 18px;
  }

  .cabin__lower {
    min-height: 540px;
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .cabin__signal {
    top: 50px;
  }

  .cabin__note {
    top: 280px;
  }

  .current {
    min-height: 880px;
  }

  .current__header {
    padding-top: 64px;
  }

  .current h2 {
    margin-top: 38px;
    font-size: clamp(72px, 6.4vw, 96px);
  }

  .current__header > p {
    margin-top: 42px;
  }

  .current__specs {
    top: 205px;
  }

  .current__footnote {
    top: 650px;
    bottom: auto;
    font-size: 12px;
  }

  .finale__copy .section-code {
    top: -34px;
  }

  .finale h2 {
    margin-top: 78px;
  }

  .official-link {
    margin-top: 198px;
  }
}

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

  .charge-lane__track,
  .character-ticker > div,
  .finale__lane > div {
    animation: none;
  }

  .hero-media,
  .hero-action,
  .official-link,
  .site-nav,
  .motion-ready [data-reveal] {
    transition: none;
  }

  .motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
/* Stacked photograph/readout: keep the text column centred under the image. */
@media (min-width:601px) and (max-width:900px){.charge__readout{justify-self:center;width:min(100%,520px)}}
/* The two-row measurements need clearance below the rotated wheel photograph. */
@media (min-width:601px) and (max-width:900px){.city{min-height:1620px}}
