:root {
  --ink: #050505;
  --ink-soft: #0d0c0b;
  --stone: #151411;
  --stone-lit: #2a251e;
  --brass: #b38b55;
  --brass-soft: #d3b37b;
  --glass: #9cb4bd;
  --cool: #9eb9c3;
  --text: #f1eadc;
  --muted: #a79b87;
  --focus: #e5c27f;
  --stage-progress: 0;
  --hero-opacity: .94;
  --it-panel-opacity: 0;
  --it-frame-opacity: 0;
  --it-image-opacity: 0;
  --it-copy-opacity: 0;
  --it-panel-lift: 28px;
  --mental-panel-opacity: 0;
  --mental-frame-opacity: 0;
  --mental-image-opacity: 0;
  --mental-copy-opacity: 0;
  --mental-panel-lift: 28px;
  --art-panel-opacity: 0;
  --art-frame-opacity: 0;
  --art-image-opacity: 0;
  --art-copy-opacity: 0;
  --art-panel-lift: 28px;
  --scene-bg-width: 100vw;
  --scene-bg-height: 100vw;
  --scene-bg-x: 0px;
  --scene-bg-y: 0px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

html.reduced-motion {
  scroll-behavior: auto;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(180deg, #020202 0%, #080706 45%, #020202 100%);
  overflow-x: hidden;
}

html.menu-open,
html.menu-open body {
  overflow: hidden;
}

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

button {
  font: inherit;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  margin: 0;
  clip: auto;
  border: 1px solid var(--brass);
  background: #090807;
  color: var(--text);
  text-decoration: none;
  white-space: normal;
}

.topbar {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(16px, 3vw, 42px);
  pointer-events: none;
}

.brand-lockup,
.topbar-actions,
.icon-button,
.menu-button {
  pointer-events: auto;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 650;
  opacity: .82;
}

.brand-lockup img {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 0 18px rgba(190, 147, 87, .18));
}

.topbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.icon-button {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(211, 179, 123, .24);
  border-radius: 50%;
  background: rgba(5, 5, 5, .42);
  color: var(--text);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.icon-button:hover,
.icon-button:focus-visible {
  border-color: rgba(229, 194, 127, .8);
  background: rgba(20, 17, 13, .82);
  outline: none;
  transform: translateY(-1px);
}

.menu-button {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(211, 179, 123, .24);
  border-radius: 50%;
  background: rgba(5, 5, 5, .42);
  color: oklch(0.78 0.01 76);
  cursor: pointer;
  font: inherit;
  padding: 0;
  transition: border-color .2s ease, background .2s ease, color 400ms ease, transform .2s ease;
}

.menu-button:hover,
.menu-button:focus-visible {
  border-color: rgba(229, 194, 127, .8);
  background: rgba(20, 17, 13, .82);
  color: var(--brass);
  outline: none;
  transform: translateY(-1px);
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 17px;
  height: 1px;
  background: currentColor;
  content: "";
}

.menu-lines::before {
  transform: translateY(-6px);
}

.menu-lines::after {
  transform: translateY(5px);
}

.menu-label {
  display: none;
}

.sound-glyph {
  position: relative;
  width: 17px;
  height: 14px;
}

.sound-glyph::before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-right: 0;
  content: "";
}

.sound-glyph::after {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 8px;
  height: 12px;
  border-right: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

[data-sound-toggle][aria-pressed="false"] .sound-glyph::after {
  width: 12px;
  height: 1px;
  top: 7px;
  border: 0;
  border-radius: 0;
  background: currentColor;
  transform: rotate(-38deg);
}

.menu-panel {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: grid;
  place-items: center;
  padding: 96px 24px 44px;
  background: oklch(0.04 0.002 60 / .94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: menu-panel-in 500ms ease both;
}

.menu-panel[hidden] {
  display: none;
}

@keyframes menu-panel-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.menu-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu-panel li {
  padding: 8px 0;
}

.menu-panel a {
  display: block;
  color: oklch(0.86 0.012 76);
  font-family: var(--font-serif);
  font-size: clamp(30px, 7vw, 62px);
  font-weight: 300;
  letter-spacing: .14em;
  padding: 10px 0;
  text-decoration: none;
  transition: color 400ms ease, letter-spacing 600ms ease;
}

.menu-panel a:hover,
.menu-panel a:focus-visible {
  color: var(--brass);
  letter-spacing: .2em;
  outline: none;
}

.menu-panel small {
  display: block;
  color: oklch(0.55 0.01 74);
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: .28em;
  margin-top: 2px;
  text-transform: uppercase;
}

.experience-shell {
  position: relative;
}

.scroll-stage {
  height: 620vh;
  min-height: 3600px;
}

.sticky-viewport {
  --home-cursor-x: 50vw;
  --home-cursor-y: 50vh;
  --home-cursor-opacity: 0;
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  background: #020202;
  isolation: isolate;
}

.scene-background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  width: var(--scene-bg-width);
  height: var(--scene-bg-height);
  object-fit: fill;
  opacity: .86;
  transform: translate3d(var(--scene-bg-x), var(--scene-bg-y), 0);
  transform-origin: left top;
  user-select: none;
  will-change: transform;
}

#webgl-scene,
.fallback-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#webgl-scene {
  display: block;
  background: transparent;
  opacity: calc(.38 + var(--stage-progress, 0) * .62);
}

.homepage-cursor-light {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: min(42rem, 76vw);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: var(--home-cursor-opacity);
  background:
    radial-gradient(circle, rgba(218, 188, 130, .14) 0%, rgba(218, 188, 130, .06) 34%, transparent 68%),
    radial-gradient(circle, rgba(156, 180, 189, .1) 0%, transparent 44%);
  filter: blur(2px);
  transform: translate3d(var(--home-cursor-x), var(--home-cursor-y), 0) translate3d(-50%, -50%, 0);
  transition: opacity .26s ease;
  will-change: transform, opacity;
}

.homepage-cursor-light::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(239, 222, 195, .72);
  border-radius: 50%;
  background: rgba(211, 179, 123, .16);
  box-shadow:
    0 0 12px rgba(229, 194, 127, .4),
    0 0 32px rgba(156, 180, 189, .18);
  content: "";
  transform: translate(-50%, -50%);
}

.sticky-viewport::before,
.sticky-viewport::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
}

.sticky-viewport::before {
  background:
    radial-gradient(ellipse at 50% 44%, rgba(169, 130, 78, .12) 0%, rgba(85, 64, 40, .05) 25%, transparent 54%),
    linear-gradient(180deg, rgba(0, 0, 0, .34), transparent 28%, rgba(0, 0, 0, .44));
  opacity: calc(.22 + (1 - var(--stage-progress, 0)) * .34);
}

.sticky-viewport::after {
  background:
    linear-gradient(180deg, transparent 0 80%, rgba(211, 179, 123, .042) 80% 80.15%, transparent 80.15% 100%),
    radial-gradient(ellipse at 50% 50%, transparent 0 46%, rgba(0,0,0,.22) 78%, rgba(0,0,0,.62) 100%);
  opacity: .48;
}

.webgl-fallback #webgl-scene {
  display: none;
}

.fallback-scene {
  isolation: isolate;
  background: transparent;
}

.fallback-architecture {
  position: absolute;
  inset: 8% 5%;
  perspective: 900px;
}

.fallback-architecture::before {
  position: absolute;
  inset: 58% -20% auto -20%;
  height: 22%;
  background:
    repeating-linear-gradient(88deg, rgba(255,255,255,.04) 0 1px, transparent 1px 82px),
    linear-gradient(90deg, transparent, rgba(203, 164, 101, .16), transparent);
  content: "";
  display: none;
  transform: rotateX(64deg);
  transform-origin: center top;
}

.fallback-trace {
  position: absolute;
  display: none;
}

.fallback-trace {
  left: 18%;
  top: 54%;
  width: 62%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(231,205,151,.15), #d9bd83, rgba(137, 173, 180, .2), transparent);
  box-shadow: 0 0 34px rgba(217, 189, 131, .28);
  transform: rotate(-13deg);
  transform-origin: center;
  will-change: filter, opacity, transform;
  animation: fallback-trace-glow 4.8s ease-in-out infinite;
}

@keyframes fallback-trace-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 10px rgba(217, 189, 131, .2));
    opacity: .78;
    transform: rotate(-13deg) scaleX(.985);
  }

  50% {
    filter:
      drop-shadow(0 0 16px rgba(217, 189, 131, .32))
      drop-shadow(0 0 34px rgba(137, 173, 180, .14));
    opacity: 1;
    transform: rotate(-13deg) scaleX(1.015);
  }
}

.cinematic-copy {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 51%;
  display: grid;
  width: min(920px, calc(100vw - 48px));
  justify-items: center;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, -50%);
}

.hero-symbol {
  width: 3.35rem;
  height: 3.35rem;
  margin-bottom: 3.25rem;
  filter: drop-shadow(0 0 18px rgba(191, 150, 91, .1));
  opacity: calc(var(--brand-opacity, .94) * .76);
  visibility: hidden;
}

.cinematic-copy h1 {
  margin: 0;
  font-family: "Cormorant Garamond", "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 9.875rem;
  font-weight: 400;
  line-height: .82;
  letter-spacing: 0;
  color: var(--text);
  text-shadow: 0 0 36px rgba(197, 155, 92, .07);
  opacity: var(--brand-opacity, 0);
}

.chapter,
.stage-note {
  margin: 0;
  color: var(--muted);
  letter-spacing: 0;
  opacity: var(--copy-opacity, .24);
}

.chapter {
  margin-top: 3.35rem;
  color: var(--brass);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.stage-note {
  max-width: 690px;
  margin-top: 2.5rem;
  color: rgba(210, 203, 190, .58);
  font-size: 1.12rem;
  line-height: 1.75;
  opacity: var(--note-opacity, 0);
}

.hero-actions {
  display: flex;
  align-items: stretch;
  gap: 16px;
  justify-content: center;
  margin-top: 3.5rem;
  opacity: var(--discover-opacity, 0);
  pointer-events: auto;
}

.hero-button {
  position: relative;
  display: inline-flex;
  min-width: 242px;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 18px 30px;
  border: 1px solid rgba(218, 189, 143, .18);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(215, 179, 122, .96), rgba(181, 143, 89, .96));
  color: #17110a;
  font-size: .72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    0 14px 42px rgba(119, 85, 44, .1);
  transition:
    background .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    color .22s ease,
    transform .22s ease;
}

.hero-button-secondary {
  border-color: rgba(211, 179, 123, .2);
  background: rgba(13, 11, 9, .32);
  box-shadow: none;
  color: rgba(239, 232, 220, .86);
}

.hero-button:hover,
.hero-button:focus-visible {
  border-color: rgba(229, 194, 127, .9);
  background:
    linear-gradient(180deg, rgba(225, 192, 139, 1), rgba(192, 152, 96, 1));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    0 16px 48px rgba(145, 104, 55, .16);
  outline: none;
  transform: translateY(-1px);
}

.hero-button-secondary:hover,
.hero-button-secondary:focus-visible {
  border-color: rgba(220, 188, 137, .44);
  background: rgba(21, 17, 12, .5);
  box-shadow: none;
  color: var(--text);
}

.discover-link::after {
  content: none;
}

.world-selector {
  position: absolute;
  z-index: 8;
  right: clamp(18px, 7vw, 128px);
  bottom: clamp(34px, 7vh, 84px);
  left: clamp(18px, 7vw, 128px);
  display: grid;
  max-width: 1260px;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr) minmax(0, .94fr);
  gap: clamp(18px, 2.8vw, 42px);
  margin: 0 auto;
  opacity: var(--world-opacity, 0);
  perspective: 1400px;
  pointer-events: none;
  transform: translateY(var(--world-lift, 18px));
}

.world-selector::before {
  position: absolute;
  right: 9%;
  bottom: -16px;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(211, 179, 123, .22), rgba(156, 180, 189, .1), rgba(211, 179, 123, .18), transparent);
  content: "";
  opacity: var(--world-opacity, 0);
}

.world-ready .world-choice {
  pointer-events: auto;
}

.world-choice {
  --panel-opacity: 0;
  --frame-opacity: 0;
  --image-opacity: 0;
  --copy-panel-opacity: 0;
  --panel-lift: 28px;
  position: relative;
  display: grid;
  min-height: 286px;
  align-content: end;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(211, 179, 123, .16);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(16, 14, 11, .28), rgba(6, 5, 4, .72)),
    rgba(4, 4, 4, .24);
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 220, .018),
    0 22px 70px rgba(0, 0, 0, .22);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  opacity: var(--panel-opacity);
  pointer-events: none;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .8);
  transform: translateY(var(--panel-lift)) rotateX(1.5deg);
  transform-origin: center bottom;
  transition: border-color .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease;
}

.world-choice:nth-child(1) {
  transform: translateY(var(--panel-lift)) rotateY(4deg) rotateX(1.5deg);
}

.world-choice:nth-child(3) {
  transform: translateY(var(--panel-lift)) rotateY(-4deg) rotateX(1.5deg);
}

.world-it {
  --panel-opacity: var(--it-panel-opacity);
  --frame-opacity: var(--it-frame-opacity);
  --image-opacity: var(--it-image-opacity);
  --copy-panel-opacity: var(--it-copy-opacity);
  --panel-lift: var(--it-panel-lift);
}

.world-mental {
  --panel-opacity: var(--mental-panel-opacity);
  --frame-opacity: var(--mental-frame-opacity);
  --image-opacity: var(--mental-image-opacity);
  --copy-panel-opacity: var(--mental-copy-opacity);
  --panel-lift: var(--mental-panel-lift);
}

.world-art {
  --panel-opacity: var(--art-panel-opacity);
  --frame-opacity: var(--art-frame-opacity);
  --image-opacity: var(--art-image-opacity);
  --copy-panel-opacity: var(--art-copy-opacity);
  --panel-lift: var(--art-panel-lift);
}

.world-choice::before,
.world-choice::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.world-choice::before {
  inset: 0;
  border: 1px solid rgba(229, 194, 127, .38);
  box-shadow:
    inset 0 0 30px rgba(211, 179, 123, .045),
    0 0 28px rgba(211, 179, 123, .035);
  opacity: var(--frame-opacity);
}

.world-choice::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229, 194, 127, .72), rgba(156, 180, 189, .18), transparent);
  opacity: var(--frame-opacity);
  transform: scaleX(var(--frame-opacity));
  transform-origin: left;
}

.world-choice:hover,
.world-choice:focus-visible,
.world-choice.is-focused {
  border-color: rgba(229, 194, 127, .52);
  box-shadow:
    inset 0 0 0 1px rgba(255, 244, 220, .035),
    0 28px 78px rgba(0, 0, 0, .36),
    0 0 26px rgba(211, 179, 123, .06);
  color: #fff8e8;
  outline: none;
  transform: translateY(-4px) rotateX(0deg);
}

.world-choice:nth-child(1):hover,
.world-choice:nth-child(1):focus-visible,
.world-choice:nth-child(1).is-focused {
  transform: translateY(-4px) rotateY(2deg) rotateX(0deg);
}

.world-choice:nth-child(3):hover,
.world-choice:nth-child(3):focus-visible,
.world-choice:nth-child(3).is-focused {
  transform: translateY(-4px) rotateY(-2deg) rotateX(0deg);
}

.world-media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #050505;
  opacity: calc(var(--image-opacity) * .78);
  pointer-events: none;
}

.world-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.46) brightness(.44) contrast(1.22);
  opacity: .36;
  pointer-events: none;
  transform: scale(1.05);
}

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

.world-media::after {
  background:
    linear-gradient(180deg, rgba(4, 4, 4, .1) 0%, rgba(5, 5, 5, .54) 52%, rgba(5, 5, 5, .92) 100%),
    radial-gradient(ellipse at 48% 18%, rgba(211, 179, 123, .1), transparent 48%);
  opacity: .96;
}

.world-it .world-media::before {
  background:
    repeating-linear-gradient(90deg, rgba(156, 180, 189, .16) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(156, 180, 189, .12) 0 1px, transparent 1px 42px),
    linear-gradient(180deg, transparent, rgba(56, 93, 101, .18));
}

.world-mental .world-media::before {
  background:
    linear-gradient(104deg, transparent 0 43%, rgba(222, 213, 196, .24) 48%, rgba(222, 213, 196, .08) 54%, transparent 61%),
    linear-gradient(90deg, rgba(211, 179, 123, .08), transparent 38%, rgba(86, 68, 48, .12));
}

.world-art .world-media::before {
  background:
    linear-gradient(154deg, transparent 24%, rgba(190, 147, 87, .2) 44%, transparent 62%),
    repeating-linear-gradient(18deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 7px);
}

.world-content {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  gap: 12px;
  align-content: end;
  padding: 30px 32px 28px;
  opacity: var(--copy-panel-opacity);
}

.world-content::before {
  position: absolute;
  z-index: 0;
  top: 84px;
  right: 32px;
  bottom: auto;
  left: 32px;
  height: 1px;
  background: linear-gradient(90deg, rgba(211, 179, 123, .55), transparent);
  content: "";
  opacity: calc(var(--frame-opacity) * .58);
  transform: scaleX(var(--frame-opacity));
  transform-origin: left;
}

.world-number,
.world-enter {
  color: var(--brass);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.world-number {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 32px;
  display: inline-grid;
  min-width: 2.05rem;
  height: 1.42rem;
  align-items: center;
  justify-content: center;
  padding: 0 .3rem;
  border: 1px solid rgba(229, 194, 127, .36);
  background: rgba(7, 6, 5, .72);
  box-shadow: 0 0 18px rgba(211, 179, 123, .12);
  color: #f0cf94;
  text-shadow: 0 0 14px rgba(229, 194, 127, .32);
}

.world-title {
  display: block;
  position: relative;
  z-index: 2;
  overflow-wrap: normal;
  font-family: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  font-size: 2.34rem;
  font-weight: 500;
  line-height: .98;
  letter-spacing: 0;
}

.world-copy {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 260px;
  color: rgba(210, 203, 190, .58);
  font-size: .88rem;
  line-height: 1.42;
}

.world-enter {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

.world-it:hover .world-enter,
.world-it:focus-visible .world-enter,
.world-it.is-focused .world-enter {
  color: var(--cool);
}

@media (max-width: 1100px) {
  .cinematic-copy h1 {
    font-size: 8rem;
  }

  .world-choice {
    min-height: 264px;
  }

  .world-content {
    padding: 26px 24px 24px;
  }

  .world-title {
    font-size: 2rem;
  }
}

@media (max-width: 760px) {
  .topbar {
    padding: 14px 14px;
  }

  .brand-lockup span {
    display: none;
  }

  .sticky-viewport {
    min-height: 540px;
  }

  .cinematic-copy {
    top: 49%;
    width: calc(100vw - 36px);
  }

  .hero-symbol {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 2.15rem;
  }

  .cinematic-copy h1 {
    font-size: 5.75rem;
    line-height: .88;
  }

  .chapter,
  .stage-note {
    font-size: .78rem;
  }

  .chapter {
    margin-top: 2rem;
    font-size: .58rem;
    line-height: 1.7;
  }

  .stage-note {
    max-width: 32ch;
    margin-top: 1.5rem;
    font-size: .94rem;
    line-height: 1.65;
  }

  .hero-actions {
    width: min(100%, 420px);
    flex-direction: column;
    gap: 12px;
    margin-top: 2.25rem;
  }

  .hero-button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    font-size: .72rem;
  }

  .world-selector {
    right: 16px;
    bottom: 18px;
    left: 16px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .world-choice {
    min-height: 128px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .world-media {
    border: 0;
    opacity: calc(var(--image-opacity) * .55);
  }

  .world-media img {
    min-height: 100%;
  }

  .world-content {
    gap: 5px;
    align-content: center;
    padding: 18px 18px 16px 118px;
  }

  .world-content::before {
    top: 42px;
    right: 18px;
    bottom: auto;
    left: 118px;
  }

  .world-number,
  .world-enter {
    font-size: .68rem;
  }

  .world-number {
    top: 18px;
    left: 118px;
  }

  .world-title {
    font-size: 1.42rem;
  }

  .world-copy {
    max-width: 100%;
    font-size: .78rem;
    line-height: 1.35;
  }

  .world-enter {
    margin-top: 0;
  }

}

@media (max-width: 380px) {
  .cinematic-copy h1 {
    font-size: 4.35rem;
  }

  .stage-note {
    font-size: .74rem;
  }

  .hero-button {
    min-width: 0;
  }

  .world-choice {
    min-height: 112px;
  }

  .world-content {
    padding: 14px 14px 14px 96px;
  }

  .world-content::before {
    top: 36px;
    right: 14px;
    left: 96px;
  }

  .world-number {
    top: 14px;
    left: 96px;
  }

  .world-title {
    font-size: 1.24rem;
  }

  .world-copy {
    font-size: .72rem;
  }

}

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

@media (prefers-reduced-motion: reduce) {
  .scene-background {
    transform: translate3d(0, 0, 0);
  }

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