@font-face {
  font-family: "IM Fell English";
  src: url("assets/fonts/im-fell-english.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --black: #030407;
  --ink: #080a10;
  --ivory: #eee6d2;
  --muted: #a8a6a3;
  --violet: #686377;
  --warm: #d1a267;
  --ui: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "IM Fell English", Georgia, serif;
}

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

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
  background: var(--black);
  color: var(--ivory);
  scroll-behavior: smooth;
  scrollbar-color: #4b4852 var(--black);
  touch-action: pan-y;
}

body {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
  background: var(--black);
  color: var(--ivory);
  font-family: var(--display);
  text-rendering: optimizeLegibility;
  touch-action: pan-y;
}

main,
.experience,
.scroll-track {
  width: 100%;
  max-width: 100%;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

button {
  color: inherit;
}

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

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-160%);
  background: var(--ivory);
  color: var(--black);
  font-family: var(--ui);
  font-size: 0.8rem;
  text-decoration: none;
}

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

:focus-visible {
  outline: 2px solid var(--ivory);
  outline-offset: 5px;
}

.site-controls {
  position: fixed;
  z-index: 40;
  top: max(1rem, env(safe-area-inset-top));
  right: max(1rem, env(safe-area-inset-right));
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-family: var(--ui);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.journey-hint {
  color: rgba(238, 230, 210, 0.54);
  transition: opacity 500ms ease;
}

.has-travelled .journey-hint {
  opacity: 0;
}

.sound-control {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.sound-mark {
  display: inline-flex;
  align-items: end;
  gap: 2px;
  width: 12px;
  height: 12px;
}

.sound-mark i {
  width: 2px;
  height: 4px;
  background: currentColor;
  opacity: 0.62;
}

.sound-mark i:nth-child(2) {
  height: 8px;
}

.sound-mark i:nth-child(3) {
  height: 6px;
}

.sound-control[aria-pressed="true"] .sound-mark i {
  opacity: 1;
  animation: soundbar 700ms ease-in-out infinite alternate;
}

.sound-control[aria-pressed="true"] .sound-mark i:nth-child(2) {
  animation-delay: -300ms;
}

.sound-control[aria-pressed="true"] .sound-mark i:nth-child(3) {
  animation-delay: -500ms;
}

@keyframes soundbar {
  to { height: 11px; }
}

.stage {
  display: none;
}

.scroll-track {
  position: relative;
}

.scene {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: max(100svh, 42rem);
  place-items: center;
  overflow: hidden;
  background: var(--black);
}

.scene::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 4, 7, 0.42), transparent 28%, transparent 62%, rgba(3, 4, 7, 0.94)),
    radial-gradient(ellipse at center, transparent 34%, rgba(3, 4, 7, 0.72) 100%);
  pointer-events: none;
}

.fallback-visual {
  position: absolute;
  z-index: -2;
  inset: -2px;
}

.fallback-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.76) contrast(1.04);
}

.scene-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.3vw, 2.2rem);
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.5rem, 7vw, 8rem);
  text-align: center;
}

.scene-copy-left {
  align-items: flex-start;
  text-align: left;
}

.scene-copy-right {
  align-items: flex-end;
  text-align: right;
}

.location-title,
.scene-line,
.danger-line,
.triptych {
  margin: 0;
  max-width: 13ch;
  color: var(--ivory);
  font-size: clamp(2.5rem, 7vw, 7.5rem);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 0.94;
  text-wrap: balance;
  text-shadow: 0 2px 38px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
}

.location-title {
  max-width: 18ch;
  font-size: clamp(3rem, 9vw, 9.5rem);
  letter-spacing: 0.03em;
}

.location-lockup {
  position: relative;
  z-index: 2;
  width: 100vw;
  max-width: none;
  margin: 0;
}

.location-lockup img {
  width: 100vw;
  max-width: none;
  height: auto;
  filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.78));
}

.opening-curtain {
  display: none;
}

.scene-line {
  font-size: clamp(2.25rem, 5.8vw, 6.2rem);
}

.scene-cart .scene-line {
  max-width: 16ch;
  font-size: clamp(1.8rem, 4vw, 4.2rem);
}

.lyric-lockup {
  display: flex;
  width: min(52vw, 58rem);
  margin: 0;
  flex-direction: column;
  align-items: inherit;
  color: var(--ivory);
  font-weight: 400;
  line-height: 0.82;
  text-align: inherit;
  text-shadow: 0 3px 34px rgba(0, 0, 0, 0.96);
  text-transform: uppercase;
}

.lyric-line {
  display: block;
  width: max-content;
  max-width: 100%;
  text-wrap: balance;
}

.lyric-kicker {
  font-size: clamp(1.55rem, 2.9vw, 3.5rem);
  letter-spacing: 0.065em;
  line-height: 0.92;
}

.lyric-impact {
  font-size: clamp(3.1rem, 6.9vw, 8rem);
  letter-spacing: -0.025em;
}

.lyric-medium {
  font-size: clamp(2.1rem, 4.4vw, 5.1rem);
  letter-spacing: 0.005em;
  line-height: 0.88;
}

.lyric-bridge {
  font-size: clamp(1.35rem, 2.35vw, 2.85rem);
  letter-spacing: 0.095em;
  line-height: 1;
}

.lyric-right {
  align-self: flex-end;
  text-align: right;
}

.nera-lockup,
.alchemy-lockup {
  align-items: flex-end;
}

.nera-lockup {
  width: min(48vw, 49rem);
}

.nera-lockup .lyric-bridge {
  margin-right: 13%;
}

.nera-destination {
  width: min(38vw, 30rem);
  padding-top: clamp(0.25rem, 0.8vw, 0.75rem);
  border-top: 1px solid rgba(238, 230, 210, 0.38);
}

.faith-lockup {
  width: min(54vw, 60rem);
}

.faith-lockup .lyric-bridge {
  margin-right: 14%;
}

.purge-lockup {
  width: min(53vw, 58rem);
}

.purge-lockup .lyric-impact:last-child {
  margin-left: 12%;
}

.alchemy-lockup {
  width: min(45vw, 43rem);
}

.alchemy-term {
  font-size: clamp(2rem, 4vw, 4.5rem);
  letter-spacing: 0.035em;
  line-height: 0.92;
}

.alchemy-term:nth-child(2) {
  margin-right: 11%;
}

.alchemy-term:nth-child(3) {
  margin-right: 23%;
}

.alchemy-lockup .lyric-medium {
  margin-top: clamp(0.75rem, 1.5vw, 1.5rem);
}

.cart-copy {
  isolation: isolate;
  gap: clamp(0.7rem, 1.4vw, 1.15rem);
}

.cart-copy > :not(.title-card-scrim) {
  position: relative;
  z-index: 2;
}

.title-card-scrim {
  position: absolute;
  z-index: 0;
  inset: -2rem;
  background: rgba(3, 4, 7, 0.46);
  pointer-events: none;
}

.road-line {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: min(88vw, 68rem);
  transform: translate(-50%, -50%);
  align-items: flex-start;
  text-align: left;
}

.village-lockup .lyric-kicker {
  margin-left: 8%;
}

.village-lockup .lyric-bridge {
  margin-left: 38%;
}

.scene-whisper {
  margin: 0;
  max-width: 30rem;
  color: rgba(238, 230, 210, 0.78);
  font-size: clamp(1.05rem, 1.55vw, 1.5rem);
  line-height: 1.45;
  text-shadow: 0 2px 22px #000;
}

.triptych {
  max-width: 10ch;
}

.triptych span {
  display: block;
}

.brand-logo {
  width: min(67vw, 48rem);
  height: auto;
  filter: drop-shadow(0 5px 28px rgba(0, 0, 0, 0.74));
}

.cart-copy .brand-logo {
  width: min(49vw, 42rem);
}

.hero-steam-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 0.35rem 0.8rem;
  color: var(--ivory);
  font-family: var(--ui);
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  font-weight: 700;
  letter-spacing: 0.26em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 180ms ease;
}

.hero-steam-cta img {
  width: clamp(8.5rem, 12vw, 11rem);
  height: auto;
}

.hero-steam-cta:hover {
  opacity: 0.72;
}

.primary-cta {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.55rem 0.82rem;
  border: 1px solid var(--ivory);
  background: var(--ivory);
  color: #101015;
  font-family: var(--ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.primary-cta:hover {
  background: transparent;
  color: var(--ivory);
}

.danger-line {
  max-width: 12ch;
  font-size: clamp(2.35rem, 6vw, 6.7rem);
}

.platforms-copy {
  gap: clamp(0.85rem, 2vw, 1.7rem);
}

.platforms-copy .scene-line {
  position: relative;
  z-index: 2;
  max-width: 14ch;
}

.support-list,
.coming,
.copyright {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--ui);
  text-transform: uppercase;
}

.support-list {
  max-width: 55rem;
  color: rgba(238, 230, 210, 0.63);
  font-size: clamp(0.62rem, 0.95vw, 0.78rem);
  letter-spacing: 0.11em;
  line-height: 1.8;
}

.platform-logo-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 2.8vw, 3.4rem);
  width: min(90vw, 58rem);
}

.platform-mark {
  display: inline-flex;
  width: clamp(6rem, 10vw, 9.5rem);
  height: clamp(3.3rem, 5.6vw, 5rem);
  align-items: center;
  justify-content: center;
}

.platform-mark img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 3px 18px rgba(0, 0, 0, 0.62));
}

.platform-steamos {
  width: clamp(7rem, 12vw, 10.5rem);
}

.platform-windows {
  width: clamp(7.5rem, 13vw, 11rem);
}

.platform-mac,
.platform-tux {
  width: clamp(3.5rem, 6vw, 5rem);
  height: clamp(4rem, 6.8vw, 5.8rem);
}

.finale-copy {
  gap: clamp(0.8rem, 1.8vw, 1.5rem);
}

.final-logo {
  width: min(72vw, 46rem);
  height: auto;
  filter: drop-shadow(0 5px 32px rgba(0, 0, 0, 0.9));
}

.coming {
  color: var(--ivory);
  font-size: clamp(0.78rem, 1.3vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.3em;
}

.final-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}

.text-action {
  min-height: 3.25rem;
  padding: 0.8rem 0.25rem;
  border: 0;
  border-bottom: 1px solid rgba(238, 230, 210, 0.5);
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
  font-family: var(--ui);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem 1.3rem;
  font-family: var(--ui);
  font-size: 0.66rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.social-links a {
  color: rgba(238, 230, 210, 0.7);
  text-underline-offset: 0.35rem;
}

.copyright {
  color: rgba(238, 230, 210, 0.4);
  font-size: 0.56rem;
  letter-spacing: 0.1em;
}

.is-scroll-experience .experience {
  position: relative;
}

.is-scroll-experience .stage {
  position: sticky;
  z-index: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: var(--black);
  contain: paint;
}

.is-scroll-experience .scroll-track {
  z-index: 2;
  margin-top: -100svh;
}

.is-scroll-experience .scene {
  display: block;
  min-height: var(--hold, 150vh);
  overflow: visible;
  background: transparent;
}

.is-scroll-experience .scene::after,
.is-scroll-experience .fallback-visual {
  display: none;
}

.is-scroll-experience .scene-copy {
  position: sticky;
  top: 0;
  min-height: 100svh;
  pointer-events: none;
}

.is-scroll-experience .scene-copy a,
.is-scroll-experience .scene-copy button {
  pointer-events: auto;
}

.is-scroll-experience .phased {
  opacity: var(--phase-opacity, 0);
  transform: translate3d(0, var(--phase-shift, 18px), 0);
  will-change: opacity, transform;
}

.is-scroll-experience .scene-opening .scene-copy {
  isolation: isolate;
}

.is-scroll-experience .opening-curtain {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  background: var(--black);
  opacity: var(--curtain-opacity, 1);
  pointer-events: none;
}

.is-scroll-experience .title-card-scrim.phased {
  transform: none;
}

.is-scroll-experience .road-line.phased {
  transform: translate3d(-50%, var(--phase-shift, 18px), 0);
}

.opening-poster,
.visual-layer,
.stage-wash,
.fog,
.grain,
.vignette {
  position: absolute;
  inset: 0;
}

.opening-poster {
  z-index: 0;
  opacity: 1;
}

.opening-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.62);
}

.visual-layer {
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  -webkit-mask-image: radial-gradient(ellipse 108% 96% at 50% 48%, #000 48%, rgba(0, 0, 0, 0.96) 68%, transparent 100%);
  mask-image: radial-gradient(ellipse 108% 96% at 50% 48%, #000 48%, rgba(0, 0, 0, 0.96) 68%, transparent 100%);
  transform:
    translate3d(calc(var(--layer-pan-x, 0) * 1vw), calc(var(--layer-pan-y, 0) * 1vh), 0)
    scale(var(--layer-zoom, 1.04));
  transform-origin: center;
  will-change: opacity, transform;
}

.visual-layer .layer-poster,
.visual-layer video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.76) brightness(0.82) contrast(1.06);
}

.visual-layer .layer-poster {
  z-index: 0;
  opacity: 1;
  transition: opacity 180ms ease;
}

.visual-layer video {
  z-index: 1;
  max-width: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

.visual-layer.is-frame-ready .layer-poster {
  opacity: 0;
}

.visual-layer.is-frame-ready video {
  opacity: 1;
}

.stage-wash {
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(3, 4, 7, 0.52), transparent 24%, transparent 63%, rgba(3, 4, 7, 0.9)),
    radial-gradient(ellipse 84% 78% at 50% 46%, transparent 46%, rgba(3, 4, 7, 0.69) 100%);
  pointer-events: none;
}

.fog {
  z-index: 4;
  width: 72vw;
  height: 38vh;
  border-radius: 50%;
  background: rgba(110, 106, 132, 0.10);
  filter: blur(70px);
  opacity: 0.6;
  pointer-events: none;
  will-change: transform;
}

.fog-one {
  top: 4vh;
  left: -19vw;
  animation: fog-drift-one 22s ease-in-out infinite alternate;
}

.fog-two {
  top: auto;
  right: -23vw;
  bottom: 7vh;
  left: auto;
  opacity: 0.42;
  animation: fog-drift-two 27s ease-in-out infinite alternate;
}

@keyframes fog-drift-one {
  to { transform: translate3d(29vw, 6vh, 0) scale(1.16); }
}

@keyframes fog-drift-two {
  to { transform: translate3d(-23vw, -5vh, 0) scale(1.12); }
}

.grain {
  z-index: 5;
  inset: -40%;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  animation: grain-step 700ms steps(2) infinite;
}

@keyframes grain-step {
  25% { transform: translate3d(2%, -1%, 0); }
  50% { transform: translate3d(-1%, 2%, 0); }
  75% { transform: translate3d(1%, 1%, 0); }
  100% { transform: translate3d(-2%, -1%, 0); }
}

.vignette {
  z-index: 6;
  box-shadow: inset 0 0 min(19vw, 17rem) rgba(0, 0, 0, 0.86);
  pointer-events: none;
}

.sequence-meter {
  position: absolute;
  z-index: 9;
  right: max(1.25rem, env(safe-area-inset-right));
  bottom: max(1.3rem, env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(238, 230, 210, 0.48);
  font-family: var(--ui);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.sequence-line {
  display: block;
  width: 3.5rem;
  height: 1px;
  overflow: hidden;
  background: rgba(238, 230, 210, 0.22);
}

.sequence-line i {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(238, 230, 210, 0.74);
  transform: scaleX(var(--sequence-progress, 0));
  transform-origin: left;
}

.trailer-dialog {
  width: min(92vw, 78rem);
  max-width: none;
  padding: 0;
  border: 0;
  background: #050609;
  color: var(--ivory);
  box-shadow: 0 3rem 8rem rgba(0, 0, 0, 0.72);
}

.trailer-dialog::backdrop {
  background: rgba(2, 3, 5, 0.91);
  backdrop-filter: blur(8px);
}

.dialog-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  font-family: var(--ui);
}

.dialog-bar h2 {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dialog-bar button {
  padding: 0.4rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--ui);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trailer-dialog video {
  width: 100%;
  max-height: calc(100svh - 5rem);
  background: #000;
}

.noscript-note {
  position: fixed;
  z-index: 60;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  padding: 0.8rem 1rem;
  background: var(--ivory);
  color: var(--black);
  font-family: var(--ui);
  font-size: 0.75rem;
}

@media (max-width: 700px) {
  .site-controls {
    right: max(0.85rem, env(safe-area-inset-right));
  }

  .journey-hint {
    font-size: 0;
  }

  .journey-hint::after {
    content: "Swipe to travel";
    font-size: 0.62rem;
  }

  .scene-copy {
    justify-content: flex-end;
    padding: 6rem 1.35rem max(5rem, calc(env(safe-area-inset-bottom) + 3rem));
  }

  .scene-copy-center,
  .scene-copy-left,
  .scene-copy-right {
    align-items: center;
    text-align: center;
  }

  .scene-opening .scene-copy,
  .scene-cart .scene-copy,
  .scene-platforms .scene-copy,
  .scene-finale .scene-copy {
    justify-content: center;
  }

  .location-title {
    font-size: clamp(3rem, 15vw, 5.7rem);
  }

  .scene-line,
  .danger-line,
  .triptych {
    font-size: clamp(2.25rem, 11vw, 4.7rem);
  }

  .scene-cart .scene-line {
    font-size: clamp(1.7rem, 8.4vw, 3.2rem);
  }

  .lyric-lockup,
  .nera-lockup,
  .faith-lockup,
  .purge-lockup,
  .alchemy-lockup {
    width: min(91vw, 35rem);
    align-items: center;
    text-align: center;
  }

  .lyric-kicker {
    font-size: clamp(1.35rem, 6vw, 2.2rem);
  }

  .lyric-impact {
    font-size: clamp(2.75rem, 13vw, 5rem);
  }

  .lyric-medium {
    font-size: clamp(1.8rem, 8.5vw, 3.35rem);
  }

  .lyric-bridge {
    font-size: clamp(1.1rem, 5vw, 1.85rem);
  }

  .lyric-right,
  .nera-lockup .lyric-bridge,
  .faith-lockup .lyric-bridge,
  .purge-lockup .lyric-impact:last-child,
  .alchemy-term:nth-child(2),
  .alchemy-term:nth-child(3),
  .village-lockup .lyric-kicker,
  .village-lockup .lyric-bridge {
    align-self: center;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  .alchemy-term {
    font-size: clamp(1.8rem, 8.5vw, 3.3rem);
  }

  .nera-destination {
    width: min(86vw, 24rem);
  }

  .brand-logo,
  .final-logo {
    width: min(92vw, 35rem);
  }

  .scene-whisper {
    max-width: 21rem;
  }

  .triptych span {
    display: inline;
  }

  .location-lockup img {
    width: 108vw;
    margin-left: -4vw;
  }

  .cart-copy .brand-logo {
    width: min(78vw, 33rem);
  }

  .road-line {
    top: 50%;
    width: min(91vw, 35rem);
    transform: translate(-50%, -50%);
  }

  .platform-logo-row {
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
    width: min(88vw, 28rem);
  }

  .platform-mark {
    width: 8.5rem;
    height: 4.3rem;
  }

  .platform-mac,
  .platform-tux {
    width: 4rem;
    height: 5rem;
  }

  .support-list {
    max-width: 22rem;
  }

  .final-actions {
    flex-direction: column;
    gap: 0.25rem;
  }

  .sequence-meter {
    right: auto;
    left: max(1rem, env(safe-area-inset-left));
  }

  .vignette {
    box-shadow: inset 0 0 24vw rgba(0, 0, 0, 0.78);
  }
}

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

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

  .stage {
    display: none !important;
  }

  .scroll-track {
    margin-top: 0 !important;
  }

  .scene {
    display: grid !important;
    min-height: max(100svh, 42rem) !important;
    overflow: hidden !important;
  }

  .scene::after,
  .fallback-visual {
    display: block !important;
  }

  .scene-copy {
    position: relative !important;
    pointer-events: auto !important;
  }

  .phased {
    opacity: 1 !important;
    transform: none !important;
  }

  .journey-hint {
    display: none;
  }
}
