:root {
  --bg: #060708;
  --bg-deep: #0a0b0c;
  --surface: rgba(16, 18, 20, 0.54);
  --surface-strong: rgba(18, 20, 22, 0.78);
  --surface-soft: rgba(20, 22, 24, 0.44);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.18);
  --text: #f0f3f6;
  --muted: #98a1a9;
  --accent: #f0f3f6;
  --accent-soft: rgba(255, 255, 255, 0.1);
  --red: #ff5b5b;
  --red-soft: rgba(255, 91, 91, 0.12);
  --red-wash: rgba(255, 91, 91, 0.05);
  --red-line: rgba(255, 91, 91, 0.18);
  --road: #0a0b0d;
  --road-edge: rgba(255, 255, 255, 0.07);
  --shadow: none;
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --lane-space: clamp(190px, 17vw, 248px);
  --road-width: clamp(132px, 10.5vw, 178px);
  --truck-width: clamp(200px, 18vw, 300px);
  --camera-progress: 0;
  --scene-shell-scale: 1.02;
  --scene-shell-opacity: 0.82;
  --scene-shell-y: 0px;
  --scene-shell-blur: 0px;
  --beam-opacity: 0.96;
  --mist-opacity: 0.52;
  --halo-opacity: 0.8;
  --marker-shift: 0px;
  --centerline-opacity: 0.14;
  --road-scale: 0.82;
  --road-tilt: 72deg;
  --road-width-scale: 0.72;
  --road-depth-scale: 1.24;
  --road-y: 0px;
  --road-blur: 1.8px;
  --road-fade-mid: 10%;
  --road-fade-end: 24%;
  --road-flow: 0px;
  --centerline-width: 0.32rem;
  --centerline-mark: 3.15rem;
  --centerline-cycle: 7rem;
  --streak-shift: 0px;
  --shoulder-shift: 0px;
  --topbar-height: 78px;
  --viewport-height: 100vh;
  --viewport-width: 100vw;
  --hero-intro-opacity: 1;
  --hero-intro-scale: 1.02;
  --hero-intro-y: 0px;
  --hero-intro-blur: 0px;
  --hero-cards-opacity: 0;
  --hero-cards-scale: 0.94;
  --hero-cards-y: 72px;
  --hero-cards-blur: 18px;
  --mobile-layout-progress: 0;
  --mobile-lane-shift: 0px;
  --mobile-scene-lift: 0px;
  --mobile-scene-exit-y: 0px;
  --mobile-scene-scale-boost: 1;
  --mobile-card-reserve: 0px;
  --mobile-card-gutter: 0px;
  --mobile-column-width: auto;
  --panel-radius: 0.72rem;
  --panel-border: rgba(255, 255, 255, 0.065);
  --panel-border-strong: rgba(255, 255, 255, 0.13);
  --panel-bg: rgba(8, 9, 10, 0.18);
  --panel-bg-hover: rgba(255, 255, 255, 0.028);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: var(--viewport-height);
  color: var(--text);
  font-family: var(--font-sans);
  line-height: 1.45;
  background: var(--bg);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.16;
}

body::after {
  z-index: -1;
  background: rgba(255, 255, 255, 0.012);
  opacity: 0.14;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.cursor-red-glow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: min(56rem, 82vw);
  height: min(56rem, 82vw);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 91, 91, 0.105) 0%, rgba(255, 91, 91, 0.078) 28%, rgba(255, 91, 91, 0.035) 52%, rgba(255, 91, 91, 0) 82%);
  filter: blur(118px);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0) scale(0.92);
  mix-blend-mode: screen;
  will-change: transform, opacity;
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.topbar {
  position: fixed;
  top: 3.2rem;
  left: 50%;
  z-index: 40;
  width: min(1060px, calc(100% - 1.5rem));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
  padding: 0.46rem 0.58rem;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(10, 12, 15, 0.46);
  backdrop-filter: blur(22px) saturate(1.01);
  -webkit-backdrop-filter: blur(22px) saturate(1.01);
  box-shadow: none;
  overflow: visible;
}

.topbar::before {
  display: none;
}

.topbar::after {
  display: none;
}

.brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: clamp(148px, 16vw, 220px);
  max-width: 100%;
  min-height: 2rem;
  min-width: 0;
}

.brand__logo {
  display: block;
  width: 100%;
  max-height: 1.65rem;
  object-fit: contain;
  object-position: left center;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 220ms ease,
    transform 260ms ease;
}

.brand--logo-ready .brand__logo {
  opacity: 1;
  transform: translateY(0);
}

.topbar__nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  gap: 0.04rem;
  min-width: 0;
  padding: 0;
  color: rgba(240, 243, 246, 0.66);
  font-size: 0.84rem;
  font-weight: 500;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  transition:
    opacity 220ms ease,
    filter 220ms ease,
    transform 260ms ease;
}

.topbar__nav::-webkit-scrollbar {
  display: none;
}

.topbar__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  white-space: nowrap;
  scroll-snap-align: center;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.topbar__nav a::after {
  content: "";
  position: absolute;
  inset: auto 0.78rem 0.34rem;
  height: 0.08rem;
  border-radius: 999px;
  background: rgba(255, 91, 91, 0.82);
  opacity: 0;
  transform: scaleX(0.5);
  transform-origin: center;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.topbar__nav a:hover::after,
.topbar__nav a:focus-visible::after,
.topbar__nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.topbar__nav a:hover,
.topbar__nav a:focus-visible {
  color: var(--text);
  background: rgba(255, 91, 91, 0.055);
}

.topbar__nav a.is-active {
  color: rgba(244, 247, 250, 0.96);
  background: rgba(255, 91, 91, 0.075);
}

.topbar__tools {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.42rem;
  justify-self: end;
  min-width: 0;
}

.lang-switcher {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}

.lang-switcher__toggle {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  min-height: 2.2rem;
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(240, 243, 246, 0.84);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.lang-switcher__toggle:hover,
.lang-switcher__toggle:focus-visible {
  color: #f7fafc;
  border-color: rgba(255, 91, 91, 0.18);
  background: rgba(255, 91, 91, 0.055);
}

.lang-switcher__toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(241, 244, 247, 0.12);
}

.lang-switcher__icon {
  width: 0.9rem;
  height: 0.9rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.9;
  pointer-events: none;
}

.lang-switcher__current {
  min-width: 1.5rem;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.lang-switcher__chevron {
  width: 0.62rem;
  height: 0.62rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.72;
  transition:
    transform 220ms ease,
    opacity 180ms ease;
}

.lang-switcher.is-open .lang-switcher__chevron {
  opacity: 1;
  transform: rotate(180deg);
}

.lang-switcher__panel {
  position: absolute;
  top: calc(100% + 0.56rem);
  right: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.28rem;
  width: min(20rem, calc(100vw - 1.5rem));
  padding: 0.34rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(10, 12, 15, 0.76);
  backdrop-filter: blur(24px) saturate(1.01);
  -webkit-backdrop-filter: blur(24px) saturate(1.01);
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.3rem) scale(0.98);
  transform-origin: top right;
  will-change: opacity, transform;
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lang-switcher.is-open .lang-switcher__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.lang-switcher.is-open .lang-switcher__toggle {
  border-color: rgba(255, 91, 91, 0.16);
  background: rgba(255, 91, 91, 0.05);
}

.lang-switcher__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--lang-indicator-width, 2.25rem);
  height: var(--lang-indicator-height, 2.25rem);
  border-radius: 0.82rem;
  background: rgba(255, 255, 255, 0.88);
  transform: translate(var(--lang-indicator-x, 0px), var(--lang-indicator-y, 0px));
  transition:
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1),
    width 340ms cubic-bezier(0.22, 1, 0.36, 1),
    height 340ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease;
  will-change: transform, width, height;
  pointer-events: none;
  opacity: 0;
}

.lang-switcher.is-open .lang-switcher__indicator {
  opacity: 1;
}

.lang-switcher__button {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.1rem;
  align-content: center;
  min-height: 2.72rem;
  padding: 0.58rem 0.72rem;
  border: 0;
  border-radius: 0.96rem;
  background: transparent;
  color: var(--muted);
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.lang-switcher__button:hover,
.lang-switcher__button:focus-visible {
  color: var(--text);
}

.lang-switcher__button:focus-visible {
  outline: none;
}

.lang-switcher__code {
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lang-switcher__name {
  font-size: 0.76rem;
  letter-spacing: 0.01em;
}

.topbar__tools > .button--ghost {
  width: auto;
  min-height: 2.2rem;
  padding: 0.42rem 0.82rem;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(240, 243, 246, 0.88);
  font-size: 0.84rem;
  font-weight: 500;
}

.topbar__tools > .button--ghost:hover,
.topbar__tools > .button--ghost:focus-visible {
  border-color: rgba(255, 91, 91, 0.16);
  background: rgba(255, 91, 91, 0.05);
  transform: none;
}

.lang-switcher__button.is-active {
  color: #040608;
  background: transparent;
  box-shadow: none;
}

.button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.82rem;
  padding: 0.66rem 1.02rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(241, 244, 247, 0.94);
  color: #091118;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.button--ghost,
.button--secondary {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  box-shadow: none;
}

.topbar__tools > .button--ghost,
.hero-intro__inner,
.story-card > * {
  transition:
    opacity 220ms ease,
  filter 220ms ease,
  transform 280ms ease;
}

.topbar__tools > .button--ghost {
  width: auto;
  justify-self: auto;
  justify-content: center;
}

:root.is-language-switching .brand__logo,
:root.is-language-switching .topbar__nav,
:root.is-language-switching .topbar__tools > .button--ghost,
:root.is-language-switching .hero-intro__inner,
:root.is-language-switching .story-card > * {
  opacity: 0.62;
  filter: blur(3.2px);
  transform: translateY(0.14rem);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-0.08rem);
  box-shadow: none;
}

.button--ghost:hover,
.button--ghost:focus-visible,
.button--secondary:hover,
.button--secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.journey-lane {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.journey-lane__glow {
  position: absolute;
  inset: 0;
  background: none;
}

.journey-lane__streaks {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 16%, transparent 82%, rgba(255, 255, 255, 0.05)),
    repeating-linear-gradient(
      180deg,
      transparent 0,
      transparent 4.4rem,
      rgba(194, 210, 223, 0.06) 4.4rem,
      rgba(194, 210, 223, 0.06) 5.4rem,
      transparent 5.4rem,
      transparent 9rem
    );
  mix-blend-mode: normal;
  opacity: calc(0.04 + var(--camera-progress) * 0.06);
  transform: translateY(var(--streak-shift));
}

.journey-lane__verge {
  position: absolute;
  top: -10vh;
  bottom: -10vh;
  z-index: 0;
  width: clamp(4.2rem, 7.8vw, 6.9rem);
  opacity: calc(0.1 + var(--camera-progress) * 0.11);
  transform:
    translateY(calc(var(--shoulder-shift) * 0.82 + var(--road-y)))
    perspective(1800px)
    rotateX(var(--road-tilt))
    scaleX(calc(0.94 + var(--camera-progress) * 0.08))
    scaleY(calc(var(--road-depth-scale) * 1.02));
  transform-origin: 50% 18%;
  filter: blur(calc(6px - var(--camera-progress) * 2px)) saturate(0.82);
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.42) var(--road-fade-mid),
    rgba(0, 0, 0, 1) var(--road-fade-end),
    rgba(0, 0, 0, 1) 100%
  );
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.42) var(--road-fade-mid),
    rgba(0, 0, 0, 1) var(--road-fade-end),
    rgba(0, 0, 0, 1) 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.journey-lane__verge::before,
.journey-lane__verge::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.journey-lane__verge::before {
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(124, 140, 110, 0.08) 10%,
      rgba(92, 109, 79, 0.18) 38%,
      rgba(116, 131, 103, 0.12) 72%,
      transparent 100%
    ),
    repeating-linear-gradient(
      180deg,
      rgba(192, 206, 177, 0.13) 0,
      rgba(192, 206, 177, 0.13) 0.58rem,
      transparent 0.58rem,
      transparent 4.6rem
    );
  opacity: 0.88;
}

.journey-lane__verge::after {
  inset: 2% 12%;
  background-image:
    radial-gradient(circle, rgba(245, 240, 224, 0.72) 0 24%, transparent 38%),
    radial-gradient(circle, rgba(225, 84, 90, 0.26) 0 24%, transparent 38%),
    radial-gradient(circle, rgba(222, 202, 112, 0.24) 0 24%, transparent 38%);
  background-size:
    0.66rem 6.8rem,
    0.54rem 7.8rem,
    0.48rem 6rem;
  background-position:
    12% calc(var(--road-flow) * 0.18),
    74% calc(var(--road-flow) * 0.14 + 1.4rem),
    44% calc(var(--road-flow) * 0.22 + 0.8rem);
  background-repeat: repeat-y;
  opacity: 0.18;
}

.journey-lane__verge--left {
  left: calc(50% - var(--road-width) * 1.44);
}

.journey-lane__verge--right {
  right: calc(50% - var(--road-width) * 1.44);
}

.journey-lane__verge--right::after {
  background-position:
    78% calc(var(--road-flow) * 0.18 + 0.3rem),
    22% calc(var(--road-flow) * 0.14 + 1rem),
    56% calc(var(--road-flow) * 0.22 + 1.8rem);
}

.journey-lane__shoulder {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(1.2rem, 2.7vw, 2.1rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(
      180deg,
      rgba(233, 241, 247, 0.22) 0,
      rgba(233, 241, 247, 0.22) 0.75rem,
      transparent 0.75rem,
      transparent 5.2rem
    );
  filter: blur(8px);
  opacity: calc(0.1 + var(--camera-progress) * 0.2);
  transform:
    translateY(calc(var(--shoulder-shift) + var(--road-y)))
    perspective(1800px)
    rotateX(var(--road-tilt))
    scaleY(var(--road-depth-scale));
  transform-origin: 50% 18%;
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.42) var(--road-fade-mid),
    rgba(0, 0, 0, 1) var(--road-fade-end),
    rgba(0, 0, 0, 1) 100%
  );
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.42) var(--road-fade-mid),
    rgba(0, 0, 0, 1) var(--road-fade-end),
    rgba(0, 0, 0, 1) 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.journey-lane__shoulder--left {
  left: calc(50% - var(--road-width) * 0.84);
}

.journey-lane__shoulder--right {
  right: calc(50% - var(--road-width) * 0.84);
}

.journey-lane__road {
  position: absolute;
  top: -12vh;
  bottom: -12vh;
  left: 50%;
  width: var(--road-width);
  transform:
    translateX(calc(-50% + var(--mobile-lane-shift)))
    translateY(var(--road-y))
    perspective(1800px)
    rotateX(var(--road-tilt))
    scaleX(calc(var(--road-scale) * var(--road-width-scale)))
    scaleY(var(--road-depth-scale));
  transform-origin: 50% 10%;
  border-left: 1px solid var(--road-edge);
  border-right: 1px solid var(--road-edge);
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 8.6rem
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, transparent 22%, transparent 78%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, #0f1114 0%, #090b0e 26%, #090b0d 100%);
  background-position:
    center var(--road-flow),
    center center,
    center center;
  background-size:
    100% 12rem,
    100% 100%,
    100% 100%;
  box-shadow: none;
  filter: blur(var(--road-blur)) saturate(calc(0.8 + var(--camera-progress) * 0.26));
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.36) var(--road-fade-mid),
    rgba(0, 0, 0, 0.9) calc(var(--road-fade-end) - 3%),
    rgba(0, 0, 0, 1) var(--road-fade-end),
    rgba(0, 0, 0, 1) 100%
  );
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.36) var(--road-fade-mid),
    rgba(0, 0, 0, 0.9) calc(var(--road-fade-end) - 3%),
    rgba(0, 0, 0, 1) var(--road-fade-end),
    rgba(0, 0, 0, 1) 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.journey-lane__road::before,
.journey-lane__road::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.05);
}

.journey-lane__road::before {
  top: 0;
  bottom: 0;
}

.journey-lane__road::after {
  top: 0;
  bottom: 0;
  width: 44%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.02)),
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.016) 50%, transparent 100%);
  transform: translateX(-50%);
}

.journey-lane__centerline {
  position: absolute;
  top: -12vh;
  bottom: -12vh;
  left: 50%;
  width: var(--centerline-width);
  height: auto;
  transform:
    translateX(calc(-50% + var(--mobile-lane-shift)))
    translateY(var(--road-y))
    perspective(1800px)
    rotateX(var(--road-tilt))
    scaleX(calc(0.9 + var(--camera-progress) * 0.24))
    scaleY(var(--road-depth-scale));
  transform-origin: 50% 10%;
  border-radius: 999px;
  background: repeating-linear-gradient(
    180deg,
    rgba(242, 247, 251, 0.88) 0,
    rgba(242, 247, 251, 0.88) var(--centerline-mark),
    transparent var(--centerline-mark),
    transparent var(--centerline-cycle)
  );
  background-position: center var(--marker-shift);
  opacity: var(--centerline-opacity);
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.36) var(--road-fade-mid),
    rgba(0, 0, 0, 1) var(--road-fade-end),
    rgba(0, 0, 0, 1) 100%
  );
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.36) var(--road-fade-mid),
    rgba(0, 0, 0, 1) var(--road-fade-end),
    rgba(0, 0, 0, 1) 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.hero-intro {
  position: absolute;
  inset: 0;
  z-index: 14;
  display: grid;
  place-items: center;
  padding: calc(var(--topbar-height) + 2.4rem) 1.5rem 12vh;
  pointer-events: none;
  opacity: var(--hero-intro-opacity);
  transform: translateY(var(--hero-intro-y)) scale(var(--hero-intro-scale));
  filter: blur(var(--hero-intro-blur));
  transition:
    opacity 320ms ease,
    transform 700ms ease,
    filter 700ms ease;
}

.hero-intro__inner {
  width: min(1100px, calc(100% - 2rem));
  display: grid;
  justify-items: center;
  gap: 1rem;
  text-align: center;
}

.hero-intro__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-intro__title {
  margin: 0;
  max-width: 9.4ch;
  font-size: clamp(4.4rem, 9vw, 8.2rem);
  font-weight: 700;
  letter-spacing: -0.074em;
  line-height: 0.9;
  text-wrap: balance;
  color: var(--text);
  text-shadow: none;
}

.truck-scene {
  position: absolute;
  inset: 0;
  z-index: 3;
  transform: translateX(var(--mobile-lane-shift));
}

.truck-scene::before {
  content: "";
  position: absolute;
  inset: 8% 20% 12%;
  background: none;
  filter: none;
  opacity: var(--halo-opacity);
}

.truck-scene__ambient {
  position: absolute;
  inset: 0;
  background: none;
  mix-blend-mode: normal;
  opacity: 0;
}

.truck-scene__canvas-shell {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(68vw, 760px);
  height: min(72vh, 700px);
  overflow: visible;
  transform:
    translate(-50%, calc(-50% + var(--scene-shell-y) + var(--mobile-scene-lift) + var(--mobile-scene-exit-y)))
    scale(calc(var(--scene-shell-scale) * var(--mobile-scene-scale-boost)));
  opacity: var(--scene-shell-opacity);
  filter: blur(var(--scene-shell-blur));
  isolation: isolate;
  will-change: transform, filter;
}

.truck-scene__canvas {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.truck-scene__beam {
  position: absolute;
  top: 53%;
  z-index: 1;
  width: min(16vw, 180px);
  height: min(30vh, 280px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  filter: blur(12px);
  opacity: calc(var(--beam-opacity) * 0.18);
  mix-blend-mode: normal;
}

.truck-scene__mist {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 15%;
  z-index: 1;
  width: min(48vw, 620px);
  height: min(24vh, 220px);
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 72%);
  filter: blur(18px);
  opacity: calc(var(--mist-opacity) * 0.2);
}

.truck-scene__beam--left {
  left: calc(50% - clamp(4.4rem, 7vw, 6.3rem));
  transform: translateX(-50%) skewX(18deg);
}

.truck-scene__beam--right {
  right: calc(50% - clamp(4.4rem, 7vw, 6.3rem));
  transform: translateX(50%) skewX(-18deg);
}

.site-main {
  position: relative;
  z-index: 10;
  padding-top: calc(var(--topbar-height) + 1.85rem);
}

.story {
  position: relative;
  min-height: max(46rem, var(--viewport-height));
  display: flex;
  align-items: center;
  scroll-margin-top: calc(var(--topbar-height) + 1.5rem);
}

.story::before {
  display: none;
}

.story--hero,
.story--contact {
  min-height: max(50rem, var(--viewport-height));
}

.story--hero .story-card {
  opacity: var(--hero-cards-opacity);
  transform: translateY(var(--hero-cards-y)) scale(var(--hero-cards-scale));
  filter: blur(var(--hero-cards-blur));
  pointer-events: none;
  transition:
    opacity 420ms ease,
    transform 760ms ease,
    filter 760ms ease;
}

:root[data-hero-cards="ready"] .story--hero .story-card {
  pointer-events: auto;
}

.story__grid {
  width: min(1320px, calc(100% - 2.4rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--lane-space) minmax(0, 1fr);
  column-gap: clamp(1.8rem, 5vw, 5.8rem);
  align-items: center;
  padding: clamp(4.8rem, 9vh, 8.6rem) 0;
}

.story-card {
  position: relative;
  z-index: 2;
  max-width: 500px;
  overflow: hidden;
  padding: clamp(1.55rem, 2vw, 2.05rem);
  border: 1px solid var(--panel-border);
  border-radius: var(--panel-radius);
  background: var(--panel-bg);
  box-shadow: none;
  backdrop-filter: blur(28px) saturate(1.01);
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    transform 320ms ease;
}

.story-card::before {
  display: none;
}

.story-card::after {
  display: none;
}

.story-card > * {
  position: relative;
  z-index: 1;
}

.story-card:hover {
  border-color: var(--panel-border);
  background: var(--panel-bg);
  transform: none;
}

.story-card--left {
  grid-column: 1;
  justify-self: end;
}

.story-card--right {
  grid-column: 3;
  justify-self: start;
}

.story-card--left::after,
.story-card--right::after {
  display: none;
}

.story-card--left::before,
.story-card--right::before {
  display: none;
}

.story-card--left::after {
  right: calc(clamp(3rem, 7vw, 5rem) * -1);
}

.story-card--left::before {
  right: calc(clamp(3rem, 7vw, 5rem) * -1);
}

.story-card--right::after {
  left: calc(clamp(3rem, 7vw, 5rem) * -1);
  transform: scaleX(-1);
}

.story-card--right::before {
  left: calc(clamp(3rem, 7vw, 5rem) * -1);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.story-card h1,
.story-card h2 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.068em;
  line-height: 0.96;
}

.story-card h1 {
  font-size: clamp(3.6rem, 7vw, 7.4rem);
  text-wrap: balance;
}

.story-card h2 {
  font-size: clamp(2.4rem, 4.3vw, 4.5rem);
  text-wrap: balance;
}

.story-card--hero h1 {
  background: none;
  color: var(--text);
}

.story-card p:not(.eyebrow),
.story-card__caption,
.story-list span,
.process-list span {
  color: var(--muted);
}

.story-card p:not(.eyebrow),
.story-card__caption {
  margin: 1.02rem 0 0;
  font-size: clamp(1.01rem, 1.08vw, 1.08rem);
  line-height: 1.68;
  text-wrap: pretty;
}

.story-card__lede {
  max-width: 33rem;
  font-size: clamp(1.06rem, 1.16vw, 1.15rem);
}

.story-card__meta {
  margin-top: 1.28rem;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story-actions,
.story-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.story-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.story-facts span,
.story-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 2.46rem;
  padding: 0.58rem 0.86rem;
  border: 1px solid var(--panel-border);
  border-radius: var(--panel-radius);
  background: rgba(255, 255, 255, 0.014);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  box-shadow: none;
}

.story-card--hero {
  background: rgba(8, 9, 10, 0.16);
}

.story-card--metrics {
  background: var(--panel-bg);
}

.story-card--fleet {
  width: min(100%, 640px);
  max-width: 640px;
  padding-bottom: clamp(1.15rem, 2vw, 1.65rem);
  border-color: var(--panel-border);
  border-radius: var(--panel-radius);
  background: var(--panel-bg);
  backdrop-filter: blur(30px) saturate(1.03);
}

.story-card--contact-primary {
  isolation: isolate;
  border-color: var(--panel-border);
  background: var(--panel-bg);
  backdrop-filter: blur(28px) saturate(1.02);
}

.story-card--contact-secondary {
  isolation: isolate;
  border-color: var(--panel-border);
  background: var(--panel-bg);
}

.story-card--contact-primary h2 {
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  line-height: 0.96;
}

.story-card--contact-primary::before,
.story-card--contact-secondary::before {
  display: none;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 91, 91, 0.045), transparent 38%);
  opacity: 0.7;
  pointer-events: none;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.metric-grid--wide .metric {
  min-height: 8rem;
}

.metric {
  display: grid;
  gap: 0.35rem;
  min-height: 7.3rem;
  padding: 1.08rem;
  border: 1px solid var(--panel-border);
  border-radius: var(--panel-radius);
  background: rgba(255, 255, 255, 0.012);
  box-shadow: none;
}

.metric span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.metric strong {
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.story-list,
.process-list {
  padding: 0;
  margin: 1rem 0 0;
}

.story-list {
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.story-list li,
.process-list li {
  display: grid;
  gap: 0.35rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.story-list strong,
.process-list strong {
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.process-list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  counter-reset: process-detail;
  color: rgba(255, 255, 255, 0.7);
}

.process-list > .detail-card {
  counter-increment: process-detail;
  padding-left: 3.65rem;
}

.process-list > .detail-card::before {
  content: counter(process-detail, decimal-leading-zero);
  position: absolute;
  top: 1.02rem;
  left: 1rem;
  color: rgba(232, 239, 244, 0.42);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.detail-card {
  position: relative;
  padding: 0.86rem 0.98rem 0.88rem;
  border: 1px solid var(--panel-border);
  border-radius: var(--panel-radius);
  background: rgba(255, 255, 255, 0.01);
  transition:
    border-color 260ms ease,
    background-color 260ms ease;
}

.detail-card:hover {
  border-color: var(--panel-border);
  background: rgba(255, 255, 255, 0.01);
}

.detail-card.is-open {
  border-color: rgba(255, 91, 91, 0.18);
  background: rgba(255, 91, 91, 0.018);
}

.detail-card__header {
  position: relative;
  display: block;
  min-height: 1.56rem;
  padding-right: 1.9rem;
}

.detail-card__header strong {
  display: block;
  color: rgba(244, 247, 250, 0.92);
  font-weight: 550;
  letter-spacing: -0.02em;
  line-height: 1.16;
}

.detail-card__toggle {
  position: absolute;
  top: -0.06rem;
  right: -0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  min-height: 1.5rem;
  padding: 0.2rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(240, 243, 246, 0.46);
  cursor: pointer;
  transition:
    background-color 220ms ease,
    color 220ms ease;
}

.detail-card__toggle:hover,
.detail-card__toggle:focus-visible {
  background: rgba(255, 91, 91, 0.05);
  color: var(--text);
}

.detail-card__toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(241, 244, 247, 0.05);
}

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

.detail-card__toggle-icon {
  position: relative;
  width: 0.56rem;
  height: 0.56rem;
  flex: 0 0 0.56rem;
}

.detail-card__toggle-icon::before,
.detail-card__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.52rem;
  height: 1px;
  background: currentColor;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition:
    opacity 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.detail-card__toggle-icon::before {
  transform: translate(-50%, -50%);
}

.detail-card__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.detail-card.is-open .detail-card__toggle-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0.25);
}

.detail-card__body {
  max-width: 48ch;
  margin: 0;
  max-height: 0;
  color: rgba(232, 239, 244, 0.66);
  font-size: 0.94rem;
  line-height: 1.5;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-0.08rem);
  will-change: max-height, opacity, transform;
  transition:
    max-height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 300ms ease,
    transform 300ms ease,
    margin-top 300ms ease;
}

.detail-card.is-open .detail-card__body {
  max-height: 14rem;
  margin-top: 0.18rem;
  opacity: 1;
  transform: translateY(0);
}

.fleet-cells {
  counter-reset: fleet-item;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.095);
}

.fleet-cell {
  --fleet-accent: 215, 45, 45;
  --fleet-accent-strong: 255, 92, 92;
  position: relative;
  isolation: isolate;
  counter-increment: fleet-item;
  display: grid;
  grid-template-columns: 2.9rem minmax(0, 1fr);
  align-items: center;
  min-height: 4.32rem;
  padding: 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 0;
  background: transparent;
  cursor: default;
  outline: none;
  box-shadow: none;
  transition:
    border-color 240ms ease,
    background-color 240ms ease,
    transform 240ms ease;
}

.fleet-cell.detail-card {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.fleet-cell--adr {
  --fleet-accent: 138, 28, 28;
  --fleet-accent-strong: 255, 124, 104;
}

.fleet-cell::before {
  content: counter(fleet-item, decimal-leading-zero);
  position: static;
  z-index: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  box-shadow: none;
  opacity: 1;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.fleet-cell::after {
  content: "";
  position: absolute;
  top: 0.86rem;
  bottom: 0.86rem;
  left: 0;
  z-index: 1;
  width: 2px;
  background: rgba(var(--fleet-accent), 0.42);
  opacity: 0.44;
  transform: scaleY(0.42);
  transform-origin: 50% 50%;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    background-color 220ms ease;
}

.fleet-cell:hover,
.fleet-cell:focus-within,
.fleet-cell.is-open {
  border-color: rgba(255, 255, 255, 0.085);
  background-color: transparent;
  transform: none;
}

.fleet-cell:hover::before,
.fleet-cell:focus-within::before,
.fleet-cell.is-open::before {
  color: rgba(255, 255, 255, 0.38);
  transform: none;
}

.fleet-cell:hover::after,
.fleet-cell:focus-within::after,
.fleet-cell.is-open::after {
  background: rgba(var(--fleet-accent), 0.42);
  opacity: 0.44;
  transform: scaleY(0.42);
}

.fleet-cell .detail-card__header {
  display: flex;
  align-items: center;
  min-height: 4.32rem;
  padding: 0.72rem 0;
}

.fleet-cell .detail-card__header strong {
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.96rem, 1.08vw, 1.1rem);
  font-weight: 520;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.fleet-cell .detail-card__toggle {
  display: none;
}

.fleet-cell .detail-card__toggle:hover,
.fleet-cell .detail-card__toggle:focus-visible {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.fleet-cell .detail-card__body {
  display: none;
}

.fleet-cell:hover .detail-card__body,
.fleet-cell:focus-within .detail-card__body,
.fleet-cell.is-open .detail-card__body {
  display: none;
}

.fleet-adr-tile {
  position: relative;
  display: grid;
  gap: 0.46rem;
  margin-top: 1rem;
  padding: 1rem 1.08rem 1.05rem;
  overflow: hidden;
  border: 1px solid rgba(255, 91, 91, 0.2);
  border-radius: 0.72rem;
  background:
    linear-gradient(135deg, rgba(255, 91, 91, 0.065), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.012);
  outline: none;
  transition:
    border-color 240ms ease,
    background-color 240ms ease,
    transform 240ms ease;
}

.fleet-adr-tile::before {
  content: "";
  position: absolute;
  top: 0.86rem;
  bottom: 0.86rem;
  left: 0;
  width: 2px;
  background: rgba(255, 124, 104, 0.7);
}

.fleet-adr-tile:hover,
.fleet-adr-tile:focus-visible {
  border-color: rgba(255, 91, 91, 0.2);
  background-color: transparent;
  transform: none;
}

.fleet-adr-tile__kicker {
  color: rgba(255, 124, 104, 0.86);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
}

.fleet-adr-tile strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  font-weight: 570;
  letter-spacing: -0.01em;
  line-height: 1.18;
}

.fleet-adr-tile p {
  max-width: 48ch;
  margin: 0;
  color: rgba(232, 239, 244, 0.68);
  font-size: 0.94rem;
  line-height: 1.52;
}

.story--contact {
  overflow: visible;
}

.story--contact .story__grid {
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  padding-inline: 1.2rem;
}

.contact-panel {
  grid-column: 1 / -1;
  justify-self: center;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(12rem, 0.42fr) minmax(15rem, 0.68fr);
  gap: clamp(1rem, 2vw, 2rem);
  width: min(740px, calc(100vw - 2.4rem));
  max-width: none;
  min-height: 0;
  align-items: stretch;
  padding: clamp(0.9rem, 1.7vw, 1.35rem);
  border-radius: var(--panel-radius);
  background: var(--panel-bg);
  box-shadow: none;
  transition:
    width 850ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 700ms ease,
    transform 700ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.contact-panel.is-visible {
  width: min(1080px, calc(100vw - 2.4rem));
}

.contact-panel:hover {
  transform: translateY(0);
}

.contact-panel__intro,
.contact-why {
  min-width: 0;
}

.contact-panel__intro {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.contact-panel__intro > p:not(.eyebrow),
.contact-status span:not(.contact-status__dot),
.contact-method small,
.contact-why {
  display: none;
}

.metric,
.contact-item {
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.metric:hover,
.contact-item:hover {
  transform: translateY(-0.08rem);
  border-color: var(--panel-border-strong);
  background: var(--panel-bg-hover);
}

.contact-grid {
  display: grid;
  grid-column: auto;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.095);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.contact-panel .contact-why {
  display: none;
}

.contact-item {
  display: grid;
  gap: 0.24rem;
  min-height: 0;
  padding: 0.78rem 0;
  border: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-item:last-child {
  border-bottom: 0;
}

.contact-item span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-item strong {
  font-size: 0.9rem;
  font-weight: 560;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.contact-status {
  display: flex;
  align-items: center;
  gap: 0.58rem;
  margin-top: clamp(1.2rem, 3vw, 2.4rem);
  padding-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.contact-status__dot {
  width: 0.3rem;
  height: 0.3rem;
  flex: 0 0 0.3rem;
  border-radius: 999px;
  background: var(--red);
  box-shadow: none;
}

.contact-status strong,
.contact-status span {
  display: block;
}

.contact-status strong {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  font-weight: 560;
  line-height: 1.2;
}

.contact-status span:not(.contact-status__dot) {
  margin-top: 0.12rem;
  color: rgba(232, 239, 244, 0.58);
  font-size: 0.82rem;
  line-height: 1.4;
}

.contact-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.contact-method {
  display: grid;
  gap: 0.2rem;
  min-height: 4.8rem;
  align-content: end;
  padding: 0.7rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0;
  background: transparent;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.contact-method:hover,
.contact-method:focus-visible {
  transform: translateX(0.1rem);
  border-color: rgba(255, 255, 255, 0.18);
  outline: none;
}

.contact-method span,
.contact-method small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-method strong {
  color: var(--text);
  font-size: clamp(0.98rem, 1.26vw, 1.18rem);
  font-weight: 560;
  line-height: 1.14;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.contact-method small {
  margin-top: 0.15rem;
  color: rgba(232, 239, 244, 0.54);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.38;
  text-transform: none;
}

.contact-route {
  display: grid;
  grid-template-columns: auto minmax(3rem, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 0.9rem 0.96rem;
  border: 1px solid var(--panel-border);
  border-radius: var(--panel-radius);
  background: rgba(255, 255, 255, 0.012);
}

.contact-route span {
  color: rgba(244, 247, 250, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.contact-route i {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 91, 91, 0.12), rgba(255, 255, 255, 0.52), rgba(255, 91, 91, 0.18));
}

.contact-route i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  transform: translate(50%, -50%);
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.26);
}

.contact-brief {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 1.1rem 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.contact-brief li {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  gap: 0.78rem;
  padding: 0.92rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0;
  background: transparent;
}

.contact-brief__index {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.12rem;
  color: rgba(255, 91, 91, 0.74);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.contact-brief strong {
  display: block;
  color: rgba(244, 247, 250, 0.94);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.contact-brief p {
  margin: 0.24rem 0 0 !important;
  color: rgba(232, 239, 244, 0.62) !important;
  font-size: 0.9rem !important;
  line-height: 1.48 !important;
}

.site-footer {
  position: relative;
  z-index: 4;
  padding: 0 1rem 1.5rem;
}

.site-footer__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: 1rem 1.25rem;
  padding: 1.2rem 1.24rem 1.25rem;
  border: 1px solid var(--panel-border);
  border-radius: var(--panel-radius);
  background: var(--panel-bg);
  backdrop-filter: blur(18px) saturate(1.02);
  -webkit-backdrop-filter: blur(18px) saturate(1.02);
}

.site-footer__copy {
  display: grid;
  gap: 0.4rem;
  align-content: start;
}

.site-footer__title {
  margin: 0;
  font-size: clamp(1.16rem, 1.5vw, 1.38rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.site-footer__body {
  margin: 0;
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.95rem;
  line-height: 1.55;
}

.site-footer__nav,
.site-footer__sources {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.site-footer__nav {
  align-items: center;
  justify-content: flex-end;
}

.site-footer__nav a,
.site-footer__sources a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.58rem 0.92rem;
  border: 1px solid var(--panel-border);
  border-radius: var(--panel-radius);
  background: rgba(255, 255, 255, 0.012);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible,
.site-footer__sources a:hover,
.site-footer__sources a:focus-visible {
  color: var(--text);
  border-color: var(--panel-border-strong);
  background: var(--panel-bg-hover);
  transform: translateY(-0.04rem);
}

.site-footer__sources {
  grid-column: 1 / -1;
  align-items: center;
}

.legal-mini-footer {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.46rem;
  padding: 0.6rem 1rem 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.legal-mini-footer a {
  color: inherit;
  text-decoration: none;
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.legal-mini-footer a:hover,
.legal-mini-footer a:focus-visible {
  color: rgba(232, 226, 255, 0.9);
}

.reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

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

@media (max-width: 1120px) {
  :root {
    --lane-space: clamp(168px, 15vw, 214px);
    --road-width: clamp(110px, 9vw, 146px);
  }

  .brand {
    width: clamp(132px, 15vw, 190px);
  }

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

  .site-footer__nav {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  :root {
    --lane-space: 7rem;
    --road-width: 4.85rem;
    --truck-width: 7.7rem;
    --centerline-width: 0.25rem;
    --centerline-mark: 2.32rem;
    --centerline-cycle: 5.85rem;
    --mobile-card-reserve: clamp(8.4rem, 28vw, 11.25rem);
    --mobile-card-gutter: clamp(0.8rem, 3vw, 1.1rem);
    --mobile-column-width: calc(100vw - var(--mobile-card-reserve) - (var(--mobile-card-gutter) * 2));
    --mobile-card-width: min(clamp(15.5rem, 58vw, 18.6rem), calc(var(--mobile-column-width) - 0.1rem));
    --mobile-hero-card-width: min(clamp(17rem, 66vw, 20.1rem), calc(var(--mobile-column-width) - 0.1rem));
  }

  .topbar {
    width: min(23.2rem, calc(100% - 1rem));
    gap: 0.34rem;
    padding-inline: 0.46rem;
  }

  .topbar__tools {
    gap: 0.32rem;
  }

  .topbar__nav {
    justify-content: center;
    padding-inline: 0.14rem;
    font-size: 0.78rem;
  }

  .topbar__nav a {
    min-height: 2rem;
    padding: 0.42rem 0.5rem;
  }

  .lang-switcher__toggle {
    min-height: 2rem;
    padding-inline: 0.58rem;
  }

  .lang-switcher__panel {
    width: min(18rem, calc(100vw - 1rem));
  }

  .lang-switcher__button {
    min-height: 2.8rem;
    padding: 0.62rem 0.74rem;
  }

  .topbar__tools > .button--ghost {
    min-height: 2rem;
    padding-inline: 0.7rem;
    font-size: 0.78rem;
  }

  .journey-lane__verge {
    width: clamp(3.2rem, 6.5vw, 4.8rem);
    opacity: calc(0.08 + var(--camera-progress) * 0.08);
  }

  .journey-lane__verge::after {
    opacity: 0.12;
  }

  .story {
    min-height: auto;
  }

  .story__grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    row-gap: 0.95rem;
    padding:
      5.25rem
      calc(var(--mobile-card-reserve) + var(--mobile-card-gutter))
      6.5rem
      var(--mobile-card-gutter);
    align-items: start;
  }

  .story-card {
    width: min(100%, var(--mobile-card-width));
    max-width: var(--mobile-card-width);
    min-width: 0;
    border-radius: var(--panel-radius);
  }

  .story--contact .story__grid {
    padding:
      5.25rem
      calc(var(--mobile-card-reserve) + var(--mobile-card-gutter))
      6.5rem
      var(--mobile-card-gutter);
  }

  .contact-panel,
  .contact-panel.is-visible {
    width: min(100%, var(--mobile-card-width));
    max-width: var(--mobile-card-width);
    grid-template-columns: 1fr;
    gap: 1.15rem;
    min-height: 0;
  }

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

  .contact-item:nth-child(2n) {
    border-right: 0;
  }

  .story-card--fleet {
    width: min(100%, var(--mobile-card-width));
    max-width: var(--mobile-card-width);
    border-radius: 0.5rem;
  }

  .story--hero .story-card {
    width: min(100%, var(--mobile-hero-card-width));
    max-width: var(--mobile-hero-card-width);
  }

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

  .contact-item,
  .contact-item:nth-child(2n) {
    border-right: 0;
  }

  .contact-item:first-child {
    grid-column: auto;
  }

  .story-card--left,
  .story-card--right {
    grid-column: 1;
  }

  .story-card--left {
    justify-self: center;
  }

  .story-card--right {
    justify-self: center;
  }

  .story-card--left::after,
  .story-card--left::before,
  .story-card--right::after,
  .story-card--right::before {
    display: none;
  }

  .truck-scene__canvas-shell {
    width: min(72vw, 430px);
    height: 112vh;
  }

  .story-card h1 {
    font-size: clamp(2.7rem, 10vw, 4.4rem);
  }

  .story-card h2 {
    font-size: clamp(2rem, 8vw, 3.2rem);
  }

  .story-actions {
    gap: 0.6rem;
  }

  .story-actions .button {
    flex: 1 1 calc(50% - 0.6rem);
  }

  .story-facts,
  .story-chips {
    gap: 0.55rem;
  }

  .story-facts span,
  .story-chips span {
    min-height: 2.28rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.78rem;
  }

  .fleet-cells {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fleet-cell,
  .fleet-cell:hover,
  .fleet-cell:focus-within,
  .fleet-cell.is-open {
    flex: none;
    min-width: 0;
    transform: none;
  }

  .fleet-cell {
    grid-template-columns: 2.55rem minmax(0, 1fr);
    min-height: 4.28rem;
    padding: 0;
  }

  .fleet-cell .detail-card__header {
    min-height: 4.28rem;
    padding: 0.66rem 0;
  }

  .detail-card__header {
    min-height: 1.84rem;
    padding-right: 2.25rem;
  }

  .contact-item {
    min-height: 0;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .contact-method {
    min-height: 0;
  }

  .contact-brief li {
    grid-template-columns: 2.15rem minmax(0, 1fr);
  }

  .site-footer {
    padding-inline: 0.75rem;
  }

  .site-footer__inner {
    padding: 1rem;
  }
}

@media (max-width: 640px) {
  :root {
    --lane-space: 5.8rem;
    --road-width: 4.28rem;
    --truck-width: 6.65rem;
    --centerline-width: 0.21rem;
    --centerline-mark: 2rem;
    --centerline-cycle: 5.35rem;
    --mobile-card-reserve: clamp(7.6rem, 30vw, 10rem);
    --mobile-card-gutter: clamp(0.72rem, 3.4vw, 0.95rem);
    --mobile-column-width: calc(100vw - var(--mobile-card-reserve) - (var(--mobile-card-gutter) * 2));
    --mobile-card-width: min(clamp(14.7rem, 60vw, 17.1rem), calc(var(--mobile-column-width) - 0.1rem));
    --mobile-hero-card-width: min(clamp(15.9rem, 68vw, 18.5rem), calc(var(--mobile-column-width) - 0.1rem));
  }

  .topbar {
    top: 3.2rem;
    width: min(22.7rem, calc(100% - 0.75rem));
    gap: 0.2rem;
    padding: 0.36rem 0.38rem;
    border-radius: 999px;
  }

  .brand {
    width: clamp(98px, 21vw, 124px);
  }

  .topbar__nav {
    justify-content: center;
    padding-inline: 0.1rem;
  }

  .topbar__nav a {
    min-height: 1.9rem;
    padding-inline: 0.34rem;
    font-size: 0.69rem;
  }

  .topbar__tools {
    justify-content: flex-end;
    gap: 0.24rem;
  }

  .lang-switcher__toggle {
    gap: 0.26rem;
    min-height: 1.9rem;
    padding: 0.34rem 0.46rem;
  }

  .lang-switcher__panel {
    width: min(16rem, calc(100vw - 0.75rem));
    grid-template-columns: 1fr;
  }

  .lang-switcher__icon {
    display: none;
  }

  .lang-switcher__current {
    min-width: 1.35rem;
    font-size: 0.68rem;
  }

  .topbar__tools .button--ghost {
    display: none;
  }

  .topbar__tools > .button--ghost {
    min-height: 1.9rem;
    padding: 0.34rem 0.52rem;
    font-size: 0.74rem;
  }

  .story__grid {
    row-gap: 0.8rem;
    padding:
      4.8rem
      calc(var(--mobile-card-reserve) + var(--mobile-card-gutter))
      5.4rem
      var(--mobile-card-gutter);
  }

  .story--contact .story__grid {
    padding:
      4.8rem
      calc(var(--mobile-card-reserve) + var(--mobile-card-gutter))
      5.4rem
      var(--mobile-card-gutter);
  }

  .contact-panel,
  .contact-panel.is-visible {
    width: min(100%, var(--mobile-card-width));
  }

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

  .story-facts {
    gap: 0.45rem;
  }

  .story-chips {
    gap: 0.45rem;
  }

  .story-facts span,
  .story-chips span {
    min-height: 2.1rem;
    padding: 0.46rem 0.66rem;
    font-size: 0.74rem;
  }

  .fleet-cell {
    grid-template-columns: 2.35rem minmax(0, 1fr);
    min-height: 4.16rem;
    padding: 0;
  }

  .fleet-cell .detail-card__header {
    min-height: 4.16rem;
    padding: 0.62rem 0;
  }

  .fleet-cell .detail-card__header strong {
    font-size: 0.92rem;
  }

  .fleet-cell .detail-card__body {
    font-size: 0.86rem;
  }

  .journey-lane__verge {
    display: none;
  }

  .hero-intro {
    padding: calc(var(--topbar-height) + 2rem) 1rem 14vh;
  }

  .hero-intro__eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.18em;
  }

  .hero-intro__title {
    font-size: clamp(3.4rem, 15vw, 5.4rem);
    max-width: 9ch;
  }

  .truck-scene__canvas-shell {
    width: min(62vw, 292px);
    height: 108vh;
  }

  .story-card {
    padding: 1rem 0.95rem 1.05rem;
    border-radius: var(--panel-radius);
  }

  .story-card h1 {
    font-size: clamp(2.35rem, 11vw, 3.6rem);
  }

  .story-card h2 {
    font-size: clamp(1.85rem, 8.5vw, 2.55rem);
  }

  .story-card p:not(.eyebrow),
  .story-card__caption {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .story-card__lede {
    font-size: 0.99rem;
  }

  .story-card__meta {
    margin-top: 1rem;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .story-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .story-actions .button {
    width: 100%;
  }

  .metric {
    min-height: 0;
    padding: 0.9rem;
    border-radius: var(--panel-radius);
  }

  .metric strong {
    font-size: 1.12rem;
  }

  .detail-card {
    padding: 0.74rem 0.82rem 0.78rem;
    border-radius: var(--panel-radius);
  }

  .detail-card__header {
    min-height: 1.6rem;
    padding-right: 2rem;
  }

  .detail-card__toggle {
    min-width: 1.84rem;
    min-height: 1.84rem;
  }

  .detail-card__body {
    font-size: 0.9rem;
    line-height: 1.48;
  }

  .process-list > .detail-card {
    padding-left: 3.1rem;
  }

  .process-list > .detail-card::before {
    top: 0.9rem;
    left: 0.9rem;
    font-size: 0.78rem;
  }

  .contact-grid {
    gap: 0;
    margin-top: 0;
  }

  .contact-item {
    padding: 0.8rem 0;
    border-radius: 0;
  }

  .contact-status {
    align-items: flex-start;
    padding: 0.78rem 0.82rem;
    border-radius: var(--panel-radius);
  }

  .contact-method {
    padding: 0.84rem 0;
    border-radius: 0;
  }

  .contact-panel .contact-method,
  .contact-panel .contact-brief li,
  .contact-panel .contact-item {
    border-radius: 0;
  }

  .contact-route {
    padding: 0.78rem 0.82rem;
    border-radius: var(--panel-radius);
  }

  .contact-brief li {
    padding: 0.78rem 0.82rem;
    border-radius: var(--panel-radius);
  }

  .site-footer__nav,
  .site-footer__sources {
    gap: 0.5rem;
  }

  .site-footer__nav a,
  .site-footer__sources a {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (hover: none), (pointer: coarse) {
  .cursor-red-glow {
    display: none;
  }
}

@media (max-width: 520px) {
  :root {
    --mobile-card-reserve: clamp(7rem, 31vw, 8.8rem);
    --mobile-card-gutter: 0.68rem;
    --mobile-column-width: calc(100vw - var(--mobile-card-reserve) - (var(--mobile-card-gutter) * 2));
    --mobile-card-width: min(clamp(13.9rem, 61vw, 16rem), calc(var(--mobile-column-width) - 0.1rem));
    --mobile-hero-card-width: min(clamp(15.2rem, 71vw, 17.4rem), calc(var(--mobile-column-width) - 0.1rem));
  }

  .topbar__nav a {
    padding-inline: 0.32rem;
    font-size: 0.66rem;
  }

  .topbar__tools {
    justify-content: flex-end;
  }

  .lang-switcher__toggle {
    padding-inline: 0.38rem;
  }

  .brand {
    width: 94px;
  }

  .story-card {
    padding-inline: 0.88rem;
  }

  .contact-panel {
    padding-inline: 0.88rem;
  }

  .detail-card {
    padding-inline: 0.82rem;
  }

  .fleet-cell {
    padding-inline: 0;
  }

  .process-list > .detail-card {
    padding-left: 2.9rem;
  }
}

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

  .truck-scene__canvas-shell,
  .truck-scene__beam,
  .truck-scene__mist,
  .fleet-cell,
  .fleet-cell::before,
  .fleet-cell::after,
  .fleet-cell .detail-card__body,
  .reveal {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
