:root {
  color-scheme: dark;
  --black: #000;
  --white: #f4f4f4;
  --muted: #b8b8b8;
  --line: rgba(255, 255, 255, 0.22);
  --danger: #d9d9d9;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html,
body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--black);
  color: var(--white);
}

.landing {
  min-height: 100vh;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  padding: 32px 18px;
  text-align: center;
}

.logo-stage {
  position: relative;
  width: min(82vw, 640px);
  aspect-ratio: 1 / 1;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
}

.logo {
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(255, 255, 255, 0.16));
}

.logo-hand {
  width: min(70%, 440px);
  animation: earth-release 7s ease-in-out forwards;
}

.logo-mark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.12) translateY(11%);
  transform-origin: 50% 50%;
  animation: mob-mark-emerge 7s ease-in-out forwards;
}

.landing h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.warning,
.risk {
  margin: 0;
  letter-spacing: 0;
  text-transform: uppercase;
}

.warning {
  padding: 8px 14px;
  border: 2px solid var(--danger);
  color: var(--white);
  font-size: clamp(1.05rem, 3vw, 1.75rem);
  font-weight: 900;
}

.risk {
  color: var(--muted);
  font-size: clamp(1rem, 2.6vw, 1.45rem);
  font-weight: 700;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
  opacity: 0;
  transform: translateY(10px);
  animation: choices-appear 0.9s ease-out 6.4s forwards;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: min(100%, 230px);
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid var(--line);
  color: var(--white);
  background: transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
}

.button:hover,
.button:focus-visible {
  border-color: var(--white);
  outline: none;
}

.button.enter {
  color: var(--black);
  background: var(--white);
}

.button.exit {
  color: var(--white);
  background: #070707;
}

.store-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.82)),
    url("assets/virtual-store-wide.png?v=20260709f") center / cover fixed,
    #000;
}

.store-choice-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.42), rgba(0,0,0,.84)),
    url("assets/virtual-store-wide.png?v=20260709f") center / cover fixed,
    #000;
}

.store-choice-shell {
  min-height: 100vh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  padding: clamp(18px, 4vw, 42px);
}

.alex-intro {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: end center;
  padding: clamp(16px, 4vw, 42px);
  background: rgba(0, 0, 0, 0.48);
  animation: alex-backdrop-in 0.5s ease-out both;
}

.alex-intro.is-dismissed {
  pointer-events: none;
  animation: alex-backdrop-out 0.36s ease-in forwards;
}

.alex-panel {
  width: min(1040px, 100%);
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(280px, 1fr);
  align-items: end;
  gap: clamp(14px, 3vw, 28px);
  animation: alex-pop-up 0.76s cubic-bezier(.18,.86,.2,1.12) 0.15s both;
}

.alex-intro.is-dismissed .alex-panel {
  animation: alex-pop-away 0.32s ease-in forwards;
}

.alex-portrait {
  align-self: end;
  max-height: min(74vh, 680px);
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.16);
  background: #080808;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.5);
}

.alex-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.alex-dialogue {
  align-self: center;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.86);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.54);
}

.alex-dialogue h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.alex-dialogue p:not(.kicker) {
  color: var(--muted);
  line-height: 1.6;
  font-size: clamp(1rem, 2vw, 1.16rem);
}

.alex-continue {
  min-height: 46px;
  margin-top: 12px;
  padding: 0 18px;
  border: 1px solid var(--white);
  border-radius: 6px;
  color: #000;
  background: var(--white);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.choice-panel {
  align-items: center;
}

.alex-choice-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.alex-choice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 6px;
  border: 1px solid var(--line);
  text-decoration: none;
  font-weight: 900;
}

.alex-choice.standard {
  color: #000;
  background: var(--white);
}

.alex-choice.virtual {
  color: var(--white);
  background: #090909;
  border-color: rgba(255, 79, 95, 0.6);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.shopper-choice-panel {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, .78);
}

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

.shopper-choice-card {
  width: min(780px, 100%);
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,202,69,.12), rgba(0,0,0,.96) 34%), #050505;
  box-shadow: 0 28px 70px rgba(0,0,0,.62);
  text-align: center;
}

.shopper-choice-card h2 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: .95;
}

.shopper-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.shopper-choice-option {
  display: grid;
  gap: 12px;
  min-height: 360px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255,255,255,.06);
  text-decoration: none;
}

.shopper-choice-option img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.shopper-choice-option strong {
  font-size: 1.3rem;
  text-transform: uppercase;
}

.shopper-choice-close {
  min-height: 42px;
  margin-top: 16px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 6px;
  color: var(--white);
  background: rgba(0,0,0,.52);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.store-choice-back {
  background: rgba(0,0,0,.72);
  padding: 8px 10px;
}

.standard-shop-page {
  min-height: 100vh;
  background: #000;
}

.standard-shop-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(24px, 5vw, 56px) 0;
}

.standard-shop-header {
  margin-bottom: 24px;
}

.standard-shop-header h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2.8rem, 8vw, 7.5rem);
  line-height: 0.95;
  text-shadow: 0 8px 26px rgba(0,0,0,.72);
}

.standard-shop-header-content {
  position: relative;
  z-index: 2;
  min-height: clamp(430px, 62vh, 720px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(18px, 4vw, 42px);
  background:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.16) 52%, rgba(0,0,0,.62)),
    linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.74));
  pointer-events: none;
}

.standard-shop-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.standard-shop-nav a,
.standard-audio-toggle {
  color: var(--white);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  font-weight: 900;
  background: rgba(0,0,0,.44);
  backdrop-filter: blur(2px);
  pointer-events: auto;
}

.standard-audio-toggle {
  cursor: pointer;
  font: inherit;
}

.standard-audio-toggle[aria-pressed="true"] {
  border-color: rgba(255, 79, 95, .72);
  background: rgba(255, 79, 95, .22);
}

.standard-video-hero {
  position: relative;
  margin-bottom: 24px;
  min-height: clamp(430px, 62vh, 720px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: #050505;
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(0,0,0,.38);
}

.standard-video-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

.standard-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  opacity: 0;
  transition: opacity 900ms ease;
  pointer-events: none;
}

.standard-video.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.standard-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.standard-shop-lanes {
  display: grid;
  gap: 22px;
}

.standard-shop-lane {
  display: grid;
  gap: 12px;
}

.standard-lane-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding-top: 4px;
}

.standard-lane-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.standard-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 22px;
}

.standard-checkout-card {
  min-height: 220px;
}

.standard-product {
  display: grid;
  gap: 12px;
  min-height: 260px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 38%),
    #090909;
}

.standard-product strong {
  font-size: clamp(1.5rem, 3vw, 2.45rem);
  line-height: 1;
}

.standard-product p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.standard-product button {
  align-self: end;
  min-height: 42px;
  border-radius: 6px;
  border: 1px solid var(--line);
  color: var(--white);
  background: #111;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.standard-product button:disabled {
  color: rgba(255,255,255,.45);
  cursor: not-allowed;
  background: #070707;
}

.storefront {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
  padding: clamp(18px, 4vw, 42px);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.72) 100%);
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.store-header,
.store-hud {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.kicker {
  margin: 0 0 8px;
  color: #ff4f5f;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.store-header h1 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.store-controls {
  display: flex;
  gap: 8px;
}

.store-controls button,
.shop-card button {
  border: 1px solid var(--line);
  color: var(--white);
  background: #090909;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.store-controls button {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  font-size: 1.8rem;
  line-height: 1;
}

.store-stage {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 79, 95, 0.12), transparent 26%, rgba(255, 255, 255, 0.08) 54%, transparent 78%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.52) 0%, rgba(0, 0, 0, 0.7) 58%, rgba(21, 21, 21, 0.88) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
  overflow: hidden;
}

.lane-floor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 76px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.64), transparent);
}

.store-lane {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 31vw);
  gap: 18px;
  align-items: end;
  min-height: 100%;
  padding: 64px clamp(18px, 5vw, 64px) 104px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #f4f4f4 #111;
}

.shop-card {
  scroll-snap-align: center;
  display: grid;
  align-content: end;
  gap: 12px;
  min-height: 330px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.1), transparent 42%),
    #0b0b0b;
  box-shadow: 0 22px 42px rgba(0,0,0,.36);
}

.shop-card:nth-child(even) {
  min-height: 390px;
}

.shop-card.feature-card {
  min-height: 440px;
  border-color: rgba(255,255,255,.48);
}

.shop-card.final-card {
  background:
    linear-gradient(180deg, rgba(255, 79, 95, 0.22), transparent 44%),
    #0b0b0b;
}

.card-tag {
  width: fit-content;
  padding: 5px 8px;
  border: 1px solid rgba(255, 79, 95, 0.5);
  color: #ff6d79;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-card strong {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1;
}

.shop-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.shop-card button {
  min-height: 42px;
  border-radius: 6px;
}

.store-hud {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.store-hud a {
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.virtual-shell {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
  background: #000;
}

.virtual-topbar {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 18px clamp(16px, 4vw, 42px);
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.86);
}

.virtual-topbar h1 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 4rem);
  line-height: 0.96;
}

.virtual-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.virtual-nav a {
  color: var(--white);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 6px;
  padding: 9px 12px;
  background: rgba(255,255,255,.05);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.virtual-room {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.virtual-scroll {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 100px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.virtual-scroll::-webkit-scrollbar {
  display: none;
}

.virtual-room:not(.is-records-mode):not(.is-storefront3-mode) .virtual-scroll {
  overflow-x: hidden;
}

.virtual-scene {
  position: relative;
  width: max(1840px, 168vw);
  min-height: calc(100vh - 100px);
  background:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.34)),
    url("assets/virtual-store-wide.png?v=20260709f") center / cover no-repeat #080808;
}

.virtual-scene.records-mode {
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.24)),
    url("assets/virtual-storefront-2.png?v=20260709h") center / cover no-repeat #080808;
}

.virtual-scene.storefront3-mode {
  width: max(1500px, 124vw);
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.24)),
    url("assets/virtual-storefront-3-bar.png?v=20260713b") left bottom / 1280px auto no-repeat #080808;
}

.virtual-scene.checkout-mode {
  width: max(1840px, 168vw);
  background:
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.18)),
    url("assets/virtual-store-register.png?v=20260709h") left center / cover no-repeat #080808;
}

.brand-prop {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.brand-prop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-poster {
  left: clamp(150px, 13vw, 260px);
  top: 17%;
  width: 118px;
  height: 92px;
  padding: 8px;
  border: 6px solid #151515;
  background: #050505;
  box-shadow: 0 10px 22px rgba(0,0,0,.42);
}

.logo-hat {
  left: clamp(855px, 58vw, 1080px);
  bottom: 30%;
  width: 112px;
  height: 48px;
  padding: 9px 16px 12px;
  border-radius: 50% 50% 44% 44% / 46% 46% 54% 54%;
  background: #090909;
  box-shadow: 0 12px 18px rgba(0,0,0,.36);
  transform: rotate(-4deg);
}

.logo-counter-sticker {
  left: clamp(1030px, 68vw, 1240px);
  bottom: 18%;
  width: 84px;
  height: 58px;
  padding: 6px;
  border-radius: 5px;
  background: rgba(0,0,0,.72);
  box-shadow: 0 10px 16px rgba(0,0,0,.34);
  transform: rotate(3deg);
}

.virtual-scene.records-mode .brand-prop,
.virtual-scene.storefront3-mode .brand-prop,
.virtual-scene.checkout-mode .brand-prop {
  display: none;
}

.virtual-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.42), transparent 18%, transparent 78%, rgba(0,0,0,.5)),
    linear-gradient(180deg, transparent 62%, rgba(0,0,0,.52));
}

.virtual-alex {
  position: absolute;
  z-index: 2;
  left: clamp(430px, 34vw, 650px);
  bottom: -3vh;
  height: min(74vh, 740px);
  width: auto;
  pointer-events: none;
}

.virtual-scene.records-mode .virtual-alex,
.virtual-scene.records-mode .conversation-shopper,
.virtual-scene.records-mode .room-arrow-right,
.virtual-scene.records-mode .room-hotspot,
.virtual-scene.storefront3-mode .virtual-alex,
.virtual-scene.storefront3-mode .conversation-shopper,
.virtual-scene.storefront3-mode .room-arrow-right,
.virtual-scene.storefront3-mode .room-hotspot,
.virtual-scene.checkout-mode .virtual-alex,
.virtual-scene.checkout-mode .conversation-shopper,
.virtual-scene.checkout-mode .room-arrow-right,
.virtual-scene.checkout-mode .room-hotspot {
  display: none;
}

.conversation-shopper {
  position: absolute;
  z-index: 3;
  left: clamp(610px, 44vw, 830px);
  bottom: -4vh;
  height: min(68vh, 700px);
  width: auto;
  pointer-events: none;
}

.virtual-scene.records-mode .room-arrow-left,
.virtual-scene.storefront3-mode .room-arrow-left,
.virtual-scene.checkout-mode .room-arrow-left {
  left: 22px;
  top: 50%;
}

.teen-shopper {
  position: absolute;
  z-index: 4;
  left: 520px;
  bottom: 1.5vh;
  display: none;
  height: min(50vh, 500px);
  width: auto;
  pointer-events: none;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,.55));
}

.teen-shopper[data-shopper="yn"] {
  height: min(52vh, 520px);
}

.teen-shopper[data-shopper="lil-bih"] {
  height: min(54vh, 540px);
}

.virtual-scene.records-mode .teen-shopper,
.virtual-scene.storefront3-mode .teen-shopper {
  display: block;
}

.register-clerk {
  position: absolute;
  z-index: 3;
  left: 52%;
  bottom: -2vh;
  display: none;
  height: min(62vh, 640px);
  width: auto;
  pointer-events: none;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.58));
  transform: translateX(-50%);
}

.virtual-scene.checkout-mode .register-clerk {
  display: block;
}

.storefront3-cashier {
  position: absolute;
  z-index: 3;
  left: 258px;
  bottom: 26.5vh;
  display: none;
  height: min(29vh, 290px);
  width: auto;
  pointer-events: none;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.56));
  clip-path: inset(0 0 42% 0);
}

.virtual-scene.storefront3-mode .storefront3-cashier {
  display: block;
}

.virtual-scene.storefront3-mode .teen-shopper {
  bottom: .5vh;
  height: min(38vh, 380px);
}

.virtual-scene.storefront3-mode .teen-shopper[data-shopper="yn"] {
  height: min(40vh, 400px);
}

.virtual-scene.storefront3-mode .teen-shopper[data-shopper="lil-bih"] {
  height: min(42vh, 420px);
}

.max-storefront {
  position: absolute;
  z-index: 3;
  left: 800px;
  bottom: -2vh;
  display: none;
  height: min(58vh, 600px);
  width: auto;
  cursor: pointer;
  pointer-events: none;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.58));
  transition: filter 180ms ease;
}

.virtual-scene.records-mode .max-storefront {
  display: block;
}

.virtual-scene.records-mode.near-max .max-storefront {
  pointer-events: auto;
  filter:
    drop-shadow(0 0 10px rgba(255,255,255,.92))
    drop-shadow(0 0 22px rgba(255,202,69,.92))
    drop-shadow(0 18px 28px rgba(0,0,0,.58));
}

.max-phone {
  position: absolute;
  z-index: 4;
  bottom: 35vh;
  display: none;
  width: 18px;
  height: 30px;
  padding: 0;
  border: 2px solid rgba(255,255,255,.68);
  border-radius: 4px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.78) 0 2px, transparent 3px),
    linear-gradient(180deg, #111, #050505);
  box-shadow: 0 0 14px rgba(255,202,69,.42);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.virtual-scene.records-mode .max-phone {
  display: block;
  animation: max-phone-check 9s ease-in-out infinite;
}

.virtual-scene.records-mode.near-max .max-phone {
  pointer-events: auto;
}

.virtual-room.max-quest-active .max-phone {
  display: none;
}

.walk-controls {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: clamp(14px, 3vw, 30px);
  display: none;
  gap: 12px;
  transform: translateX(-50%);
}

.virtual-room.is-records-mode .walk-controls,
.virtual-room.is-storefront3-mode .walk-controls {
  display: flex;
}

.walk-controls button {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(0,0,0,.34);
  box-shadow: 0 18px 36px rgba(0,0,0,.24);
  cursor: pointer;
  font: inherit;
  font-size: 3rem;
  line-height: .55;
  backdrop-filter: blur(2px);
}

.room-arrow {
  position: absolute;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  background: rgba(0,0,0,.18);
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
}

.room-arrow span {
  font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: .55;
}

.room-arrow strong {
  font-size: .74rem;
  letter-spacing: 0;
}

.room-arrow-left {
  left: 5%;
  top: 45%;
  padding: 0 18px 0 10px;
}

.room-arrow-right {
  right: auto;
  left: clamp(600px, 39vw, 760px);
  top: auto;
  bottom: 18%;
  padding: 0 10px 0 18px;
}

.room-hotspot {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  color: rgba(255,255,255,.86);
  background: rgba(0,0,0,.32);
  cursor: pointer;
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 12px;
}

.register-hotspot {
  left: 15%;
  bottom: 18%;
}

.records-hotspot {
  right: 14%;
  bottom: 22%;
}

.room-panel {
  position: absolute;
  z-index: 7;
  left: 50%;
  top: 50%;
  width: min(440px, calc(100% - 32px));
  padding: 22px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(0,0,0,.84);
  box-shadow: 0 24px 54px rgba(0,0,0,.48);
  text-align: center;
  transform: translate(-50%, -50%);
  transition: opacity 220ms ease, transform 220ms ease;
}

.room-panel.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -46%);
}

.room-panel span {
  display: block;
  margin-bottom: 6px;
  color: #ff4f5f;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.room-panel strong {
  display: block;
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  line-height: 1;
}

.room-panel p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.room-panel-arrow {
  display: inline-grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-top: 16px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: rgba(255,255,255,.84);
  background: rgba(255, 79, 95, .18);
  cursor: pointer;
  font: inherit;
  box-shadow: 0 16px 34px rgba(0,0,0,.34);
}

.room-panel-arrow span {
  font-size: 5rem;
  line-height: .5;
  transform: translateY(-2px);
}

.max-dialogue {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: clamp(58px, 8vh, 98px);
  display: grid;
  grid-template-columns: minmax(170px, 0.48fr) minmax(280px, 1fr);
  align-items: end;
  width: min(880px, calc(100% - 30px));
  pointer-events: none;
  transform: translateX(-50%);
}

.max-dialogue[hidden] {
  display: none;
}

.max-dialogue-portrait {
  display: block;
  justify-self: center;
  max-width: min(310px, 42vw);
  max-height: min(64vh, 590px);
  width: auto;
  height: auto;
  filter: drop-shadow(0 20px 32px rgba(0,0,0,.62));
}

.max-dialogue-card {
  padding: clamp(16px, 3vw, 26px);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,202,69,.16), rgba(0,0,0,.94) 42%),
    #050505;
  box-shadow: 0 24px 58px rgba(0,0,0,.56), 0 0 28px rgba(255,202,69,.18);
  pointer-events: auto;
}

.max-dialogue-card span {
  display: block;
  margin-bottom: 6px;
  color: #ffd66a;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.max-dialogue-card p {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.02rem, 2vw, 1.28rem);
  line-height: 1.42;
}

.max-dialogue button,
.claw-machine-action {
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.24);
  color: var(--white);
  background: rgba(0,0,0,.68);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.max-dialogue button {
  min-height: 42px;
  margin-top: 14px;
  padding: 0 14px;
}

.claw-machine-action {
  position: absolute;
  z-index: 9;
  left: 210px;
  right: auto;
  top: 42%;
  bottom: auto;
  display: none;
  min-height: 42px;
  padding: 0 12px;
  text-transform: uppercase;
}

.virtual-scene.records-mode .claw-machine-action {
  display: inline-flex;
  align-items: center;
}

.vinyl-vault-prize {
  position: absolute;
  z-index: 5;
  left: 112px;
  top: 20%;
  display: block;
  width: min(310px, 18vw);
  height: auto;
  pointer-events: none;
  filter:
    drop-shadow(0 0 10px rgba(255,255,255,.88))
    drop-shadow(0 0 24px rgba(255,202,69,.95))
    drop-shadow(0 20px 34px rgba(0,0,0,.62));
}

.vinyl-vault-prize[hidden] {
  display: none;
}

.claw-machine-action:disabled {
  color: rgba(255,255,255,.48);
  cursor: not-allowed;
  background: rgba(0,0,0,.42);
}

.virtual-room.claw-unlocked:not(.claw-discount-won) .claw-machine-action {
  border-color: rgba(255,202,69,.72);
  color: #000;
  background: #ffd66a;
  box-shadow:
    0 0 0 3px rgba(255,202,69,.34),
    0 0 18px rgba(255,202,69,.58),
    0 0 34px rgba(255,202,69,.38);
}

.virtual-room.claw-discount-won .claw-machine-action {
  border-color: rgba(255,255,255,.3);
  color: var(--white);
  background: rgba(0,0,0,.68);
  box-shadow: none;
}

.vinyl-vault-game {
  position: absolute;
  z-index: 12;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 34px);
  background:
    radial-gradient(circle at 50% 32%, rgba(255,202,69,.18), transparent 38%),
    rgba(0,0,0,.86);
}

.vinyl-vault-game[hidden] {
  display: none;
}

.vinyl-vault-cabinet {
  position: relative;
  width: min(1180px, 100%);
  padding: clamp(10px, 1.8vw, 18px);
  border: 1px solid rgba(255,202,69,.58);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,202,69,.12), rgba(0,0,0,.96) 34%),
    #050505;
  box-shadow:
    0 28px 74px rgba(0,0,0,.68),
    inset 0 0 0 1px rgba(255,255,255,.12);
}

.vinyl-vault-hud {
  position: absolute;
  z-index: 7;
  left: clamp(18px, 3vw, 40px);
  right: clamp(18px, 3vw, 40px);
  top: clamp(16px, 3vw, 34px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  color: #ffd66a;
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0,0,0,.9);
  pointer-events: none;
}

.vinyl-vault-hud strong {
  color: var(--white);
  font-size: clamp(1.6rem, 5vw, 3.4rem);
  line-height: .95;
}

.vinyl-vault-hud span:last-child {
  text-align: right;
}

.vinyl-vault-playfield {
  position: relative;
  height: min(72vh, 660px);
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.12)),
    url("assets/vinyl-vault-first-person.png") center / cover no-repeat #050505;
  box-shadow: inset 0 0 42px rgba(0,0,0,.72);
}

.vinyl-vault-playfield::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), transparent 42%, rgba(0,0,0,.08)),
    radial-gradient(circle at 50% 50%, transparent 42%, rgba(0,0,0,.28) 100%);
}

.vault-chute {
  position: absolute;
  z-index: 4;
  left: 11%;
  bottom: 24%;
  width: 14%;
  height: 11%;
  border: 2px solid rgba(255,202,69,.68);
  border-radius: 6px;
  background: rgba(0,0,0,.42);
  box-shadow:
    inset 0 0 18px rgba(255,202,69,.2),
    0 0 18px rgba(255,202,69,.2);
}

.vault-claw {
  position: absolute;
  z-index: 6;
  width: clamp(118px, 14vw, 184px);
  aspect-ratio: 16 / 9;
  transform: translate(-50%, -16%);
  transition: left 80ms linear, top 80ms linear;
  background: url("assets/vinyl-vault-claw.png?v=20260713a") center / contain no-repeat;
  filter: drop-shadow(0 0 10px rgba(255,202,69,.36)) drop-shadow(0 16px 22px rgba(0,0,0,.74));
}

.vault-claw::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -194px;
  width: 4px;
  height: 214px;
  background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,202,69,.64));
  transform: translateX(-50%);
}

.vault-record {
  position: absolute;
  z-index: 5;
  display: grid;
  place-items: center;
  width: clamp(54px, 7vw, 86px);
  aspect-ratio: .78 / 1;
  border: 2px solid rgba(255,202,69,.55);
  border-radius: 4px;
  color: rgba(255,255,255,.9);
  font-size: clamp(.56rem, 1.2vw, .86rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,202,69,.9) 0 12%, transparent 13%),
    linear-gradient(145deg, rgba(255,79,95,.74), rgba(0,0,0,.9) 42%),
    #111;
  box-shadow: 0 14px 24px rgba(0,0,0,.54);
  text-shadow: 0 2px 8px rgba(0,0,0,.9);
}

.vault-record[data-captured="true"] {
  filter: drop-shadow(0 0 14px rgba(255,202,69,.82));
}

.vinyl-vault-controls {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: clamp(24px, 5vw, 58px);
  display: grid;
  grid-template-columns: 72px 1fr 72px;
  gap: 12px;
  width: min(430px, calc(100% - 52px));
  margin-top: 0;
  transform: translateX(-50%);
}

.vinyl-vault-controls button,
.vinyl-vault-close {
  min-height: 52px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 6px;
  color: var(--white);
  background: rgba(0,0,0,.68);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
}

.vinyl-vault-controls button {
  font-size: 1.05rem;
}

.vinyl-vault-controls button:first-child,
.vinyl-vault-controls button:last-child {
  color: #000;
  background: #ffd66a;
  font-size: 3rem;
  line-height: .6;
}

.vinyl-vault-close {
  position: absolute;
  z-index: 8;
  right: clamp(18px, 3vw, 40px);
  bottom: clamp(16px, 3vw, 32px);
  width: auto;
  margin-top: 0;
  padding: 0 14px;
}

.support-page {
  background: #000;
}

.support-shell {
  width: min(1120px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 56px) 0;
}

.support-back {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.support-hero {
  max-width: 820px;
  margin-bottom: 24px;
}

.support-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.support-hero p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.6;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.support-card,
.support-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #090909;
}

.support-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 310px;
  padding: 18px;
}

.support-card.urgent {
  border-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, rgba(255, 79, 95, 0.18), #090909 46%);
}

.support-card span {
  color: #ff6d79;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.support-card strong {
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1;
}

.support-card p,
.support-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.support-button {
  align-self: end;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  margin-top: 6px;
  padding: 0 14px;
  color: #000;
  background: var(--white);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 900;
}

.support-note {
  margin-top: 14px;
  padding: 18px;
}

.support-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.18rem;
}

@keyframes alex-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes alex-backdrop-out {
  to { opacity: 0; }
}

@keyframes alex-pop-up {
  from {
    opacity: 0;
    transform: translateY(80px) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes alex-pop-away {
  to {
    opacity: 0;
    transform: translateY(36px) scale(0.98);
  }
}

@keyframes earth-release {
  0%,
  28% {
    opacity: 1;
    transform: scale(1);
    filter: drop-shadow(0 0 22px rgba(255, 255, 255, 0.16));
  }

  52% {
    opacity: 0.72;
    transform: scale(1.06);
    filter: drop-shadow(0 0 34px rgba(255, 255, 255, 0.28));
  }

  100% {
    opacity: 0.08;
    transform: scale(0.86) translateY(-6%);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.08));
  }
}

@keyframes mob-mark-emerge {
  0%,
  24% {
    opacity: 0;
    transform: scale(0.12) translateY(11%);
  }

  45% {
    opacity: 0.5;
    transform: scale(0.36) translateY(5%);
  }

  72% {
    opacity: 0.86;
    transform: scale(0.82) translateY(0);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes choices-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes max-phone-check {
  0%,
  38%,
  68%,
  100% {
    opacity: 0;
    transform: translateY(12px) rotate(13deg);
  }

  44%,
  60% {
    opacity: 1;
    transform: translateY(0) rotate(13deg);
  }
}

@media (max-width: 520px) {
  .logo-stage {
    width: min(94vw, 430px);
  }

  .logo-hand {
    width: 76%;
  }

  .choice-row {
    width: 100%;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .storefront {
    padding: 16px 12px;
  }

  .store-header,
  .store-hud {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-stage {
    min-height: 500px;
  }

  .store-lane {
    grid-auto-columns: minmax(248px, 78vw);
    padding-inline: 14px;
  }

  .alex-panel {
    grid-template-columns: 1fr;
  }

  .alex-choice-row,
  .standard-product-grid {
    grid-template-columns: 1fr;
  }

  .standard-lane-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .alex-portrait {
    max-height: 42vh;
  }

  .virtual-topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px;
  }

  .virtual-nav {
    justify-content: flex-start;
  }

  .virtual-scroll,
  .virtual-scene {
    min-height: calc(100vh - 142px);
  }

  .virtual-scene {
    width: 1680px;
    background-position: center;
  }

  .logo-poster {
    left: 140px;
    width: 96px;
    height: 76px;
  }

  .logo-hat {
    left: 760px;
  }

  .logo-counter-sticker {
    left: 950px;
  }

  .teen-shopper {
    height: min(36vh, 330px);
  }

  .teen-shopper[data-shopper="yn"] {
    height: min(42vh, 390px);
  }

  .teen-shopper[data-shopper="lil-bih"] {
    height: min(44vh, 410px);
  }

  .virtual-scene.storefront3-mode .teen-shopper {
    bottom: 0;
    height: min(32vh, 300px);
  }

  .virtual-scene.storefront3-mode .teen-shopper[data-shopper="yn"] {
    height: min(35vh, 330px);
  }

  .virtual-scene.storefront3-mode .teen-shopper[data-shopper="lil-bih"] {
    height: min(37vh, 350px);
  }

  .storefront3-cashier {
    left: 230px;
    bottom: 27vh;
    height: min(25vh, 250px);
  }

  .register-clerk {
    left: 520px;
    height: min(50vh, 480px);
  }

  .vinyl-vault-prize {
    left: 82px;
    top: 22%;
    width: 280px;
  }

  .max-storefront {
    left: 660px;
    height: min(48vh, 460px);
  }

  .max-phone {
    bottom: 31vh;
  }

  .vinyl-vault-cabinet {
    width: 100%;
    padding: 8px;
  }

  .vinyl-vault-hud {
    left: 16px;
    right: 16px;
    top: 16px;
    font-size: .68rem;
  }

  .vinyl-vault-hud strong {
    font-size: clamp(1.25rem, 7vw, 2.2rem);
  }

  .vinyl-vault-playfield {
    height: min(70vh, 570px);
    min-height: 430px;
  }

  .vinyl-vault-controls {
    bottom: 72px;
    grid-template-columns: 58px 1fr 58px;
    width: calc(100% - 28px);
  }

  .vinyl-vault-close {
    left: 14px;
    right: auto;
    bottom: 16px;
    min-height: 42px;
  }

  .max-dialogue {
    grid-template-columns: minmax(94px, 0.34fr) minmax(210px, 1fr);
    align-items: end;
    bottom: 72px;
    width: calc(100% - 20px);
  }

  .max-dialogue-portrait {
    max-width: 150px;
    max-height: 44vh;
  }

  .max-dialogue-card {
    padding: 14px;
  }

  .claw-machine-action {
    left: 196px;
    right: auto;
    top: 42%;
    bottom: auto;
  }

  .virtual-alex {
    left: 440px;
    height: min(66vh, 620px);
  }

  .conversation-shopper {
    left: 610px;
    height: min(62vh, 590px);
  }

  .room-arrow-left {
    left: 42px;
  }

  .room-arrow-right {
    left: 620px;
    right: auto;
  }

  .room-arrow strong {
    display: none;
  }

  .register-hotspot {
    left: 170px;
  }

  .records-hotspot {
    right: 150px;
  }

  .room-panel {
    width: min(380px, calc(100% - 24px));
  }

  .standard-shop-header {
    min-height: clamp(400px, 64vh, 620px);
  }

  .standard-shop-header-content {
    min-height: clamp(400px, 64vh, 620px);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
  }

  .standard-shop-nav {
    justify-content: flex-start;
  }

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

@media (prefers-reduced-motion: reduce) {
  .logo-hand,
  .logo-mark,
  .choice-row,
  .alex-intro,
  .alex-panel {
    animation: none;
  }

  .virtual-scroll {
    scroll-behavior: auto;
  }

  .logo-hand {
    opacity: 0.08;
  }

  .logo-mark,
  .choice-row {
    opacity: 1;
    transform: none;
  }
}
