:root {
  --black: #000;
  --charcoal: #070707;
  --panel: #101010;
  --line: #272727;
  --text: #f8f8f8;
  --muted: #a6a6a6;
  --red: #ff171f;
  --red-dark: #8c050a;
  --silver: #d9d9d9;
  --tv-safe-x: clamp(34px, 5.4vw, 86px);
  --tv-safe-y: clamp(34px, 5.1vw, 78px);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  color: var(--text);
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    system-ui,
    sans-serif;
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 23, 31, 0.18), transparent 26rem),
    linear-gradient(180deg, #080808 0%, #030303 45%, #0a0a0a 100%);
}

button,
input {
  font: inherit;
}

.tv-frame {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  border: clamp(16px, 3vw, 42px) solid #17120f;
  border-radius: clamp(28px, 5vw, 76px);
  box-shadow:
    inset 0 0 0 5px #070504,
    inset 0 0 0 12px rgba(255, 255, 255, 0.055),
    inset 0 0 80px rgba(0, 0, 0, 0.92),
    0 0 0 999px rgba(0, 0, 0, 0.18);
}

.tv-frame::before {
  content: "";
  position: absolute;
  inset: clamp(8px, 1.1vw, 18px);
  border: 2px solid rgba(255, 255, 255, 0.07);
  border-radius: clamp(18px, 4vw, 54px);
  box-shadow:
    inset 0 0 50px rgba(255, 255, 255, 0.045),
    inset 0 0 90px rgba(255, 23, 31, 0.04);
}

.tv-frame::after {
  display: none;
}

.tv-glass {
  display: none;
}

.tv-speaker {
  position: absolute;
  top: 50%;
  width: clamp(10px, 1.5vw, 18px);
  height: min(34vh, 260px);
  transform: translateY(-50%);
  border-radius: 999px;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 0 3px,
    transparent 4px 10px
  );
  opacity: 0.28;
}

.tv-speaker-left {
  left: clamp(5px, 1vw, 14px);
}

.tv-speaker-right {
  right: clamp(5px, 1vw, 14px);
}

.tv-knobs {
  position: absolute;
  right: clamp(14px, 2.8vw, 48px);
  bottom: clamp(12px, 2.4vw, 42px);
  display: flex;
  gap: 10px;
}

.tv-knobs span {
  width: clamp(13px, 1.7vw, 24px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.28), transparent 28%),
    #070504;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tune-gate {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 23, 31, 0.12), transparent 28rem),
    #000;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.45s ease,
    visibility 0s linear 0.45s;
}

.tune-gate.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tune-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(58vw, 230px);
  min-width: 180px;
  aspect-ratio: 0.52;
  padding: 22px 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px 24px 34px 34px;
  color: #fff;
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(255, 255, 255, 0.045) 12% 15%, transparent 18% 100%),
    radial-gradient(circle at 35% 14%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(180deg, #242424 0%, #111 46%, #070707 100%);
  cursor: pointer;
  font-size: clamp(0.72rem, 2.4vw, 0.92rem);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.84),
    0 0 44px rgba(255, 23, 31, 0.22),
    inset 0 0 0 4px rgba(255, 255, 255, 0.035),
    inset 0 -18px 32px rgba(0, 0, 0, 0.78);
  transform: perspective(700px) rotateX(8deg);
}

.tune-button::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 18px 18px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.tune-button::after {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 42%;
  height: 18px;
  border-radius: 16px 16px 4px 4px;
  background: linear-gradient(180deg, #161616, #070707);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateX(-50%);
}

.remote-power {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  aspect-ratio: 1;
  margin-top: 4px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.45), transparent 18%),
    linear-gradient(180deg, #ff2c34, #a9040a 64%, #4d0205);
  box-shadow:
    0 0 0 8px rgba(255, 23, 31, 0.1),
    0 0 30px rgba(255, 23, 31, 0.72),
    0 10px 0 #3b0305,
    inset 0 5px 10px rgba(255, 255, 255, 0.28),
    inset 0 -10px 16px rgba(0, 0, 0, 0.38);
  animation: power-pop 1.08s ease-in-out infinite;
}

.remote-power::before {
  content: "";
  width: 27px;
  aspect-ratio: 1;
  border: 5px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
}

.remote-power::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  width: 5px;
  height: 25px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
}

.remote-label {
  z-index: 1;
  width: 100%;
  margin-top: 22px;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  text-shadow:
    2px 0 0 rgba(255, 23, 31, 0.78),
    0 0 12px rgba(255, 255, 255, 0.72);
}

.remote-screen {
  display: grid;
  place-items: center;
  width: 82%;
  height: 34px;
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.74);
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 4px),
    #080808;
  font-size: 0.72rem;
  text-transform: none;
}

.remote-pad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  width: 82%;
  margin-top: 20px;
}

.remote-pad span {
  aspect-ratio: 1.45;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), transparent 45%),
    #070707;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.45);
}

.remote-logo {
  width: 54%;
  max-height: 92px;
  margin-top: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255, 23, 31, 0.36));
  opacity: 0.9;
}

.tune-button:hover,
.tune-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.78);
  outline-offset: 4px;
}

.intro {
  position: fixed;
  inset: var(--tv-safe-y) var(--tv-safe-x);
  z-index: 10;
  display: grid;
  place-items: center;
  background: #000;
  overflow: hidden;
  contain: paint;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro.play {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: intro-exit 0.9s ease 7.55s forwards;
}

.intro.force-done {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0s linear 0.45s;
}

.intro::before,
.intro::after {
  content: "";
  position: absolute;
  inset: -20%;
  opacity: 0;
  pointer-events: none;
}

.intro::before {
  background:
    linear-gradient(115deg, transparent 42%, rgba(255, 23, 31, 0.26) 48%, transparent 54%),
    linear-gradient(245deg, transparent 44%, rgba(255, 255, 255, 0.14) 49%, transparent 53%);
  transform: translateX(-38%) skewX(-10deg);
  animation: slash-wipe 2.8s cubic-bezier(0.16, 1, 0.3, 1) 2.15s forwards;
}

.intro::after {
  background: repeating-linear-gradient(
    0deg,
    transparent 0 14px,
    rgba(255, 255, 255, 0.035) 15px,
    transparent 17px
  );
  animation: scan-lines 5.1s ease forwards;
}

.intro-fuzz {
  position: absolute;
  inset: -12%;
  z-index: 7;
  background:
    repeating-linear-gradient(
      164deg,
      rgba(238, 241, 255, 0.92) 0 8px,
      rgba(15, 18, 34, 0.96) 9px 20px,
      rgba(210, 214, 244, 0.78) 21px 29px,
      rgba(5, 7, 18, 0.98) 30px 43px
    ),
    repeating-linear-gradient(
      158deg,
      transparent 0 18px,
      rgba(255, 255, 255, 0.32) 19px 24px,
      transparent 25px 52px
    );
  filter: contrast(1.38) brightness(1.04);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0) rotate(-1deg) scale(1.08);
  will-change: transform, opacity;
}

.intro-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 23, 31, 0.1) 46%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 23, 31, 0.1) 54%,
    transparent 100%
  );
  opacity: 0;
  transform: translateY(-100%);
  z-index: 4;
}

.intro-noise {
  position: absolute;
  inset: -18%;
  z-index: 5;
  background:
    repeating-radial-gradient(circle at 17% 23%, rgba(255, 255, 255, 0.62) 0 1px, transparent 1px 3px),
    repeating-radial-gradient(circle at 71% 58%, rgba(255, 255, 255, 0.34) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 5px);
  background-size:
    9px 9px,
    13px 13px,
    100% 5px,
    7px 100%;
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}

.intro-tuning {
  position: absolute;
  inset: -10%;
  z-index: 6;
  background:
    linear-gradient(180deg, transparent 0 12%, rgba(255, 255, 255, 0.8) 13%, transparent 15%),
    linear-gradient(180deg, transparent 0 42%, rgba(255, 23, 31, 0.55) 43%, transparent 45%),
    linear-gradient(180deg, transparent 0 68%, rgba(255, 255, 255, 0.42) 69%, transparent 71%);
  mix-blend-mode: screen;
  opacity: 0;
  filter: none;
  pointer-events: none;
  will-change: transform, opacity;
}

.intro-burst {
  position: absolute;
  z-index: 2;
  width: min(92vmin, 820px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 23, 31, 0.26), transparent 42%),
    conic-gradient(from 25deg, transparent, rgba(255, 23, 31, 0.4), transparent 16%);
  filter: none;
  opacity: 0;
  transform: scale(0.6) rotate(-24deg);
  will-change: transform, opacity;
}

.intro-message {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: min(86vw, 900px);
  color: #f8f8f8;
  font-size: clamp(1.3rem, 5vw, 3.7rem);
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  text-shadow:
    3px 0 0 rgba(255, 23, 31, 0.75),
    -3px 0 0 rgba(160, 180, 255, 0.44),
    0 3px 0 #000,
    0 0 18px rgba(255, 255, 255, 0.82);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.98);
  will-change: transform, opacity, clip-path;
}

.intro-logo {
  position: relative;
  z-index: 3;
  width: min(72vw, 520px);
  max-height: 80vh;
  object-fit: contain;
  opacity: 0;
  filter: drop-shadow(0 0 24px rgba(255, 23, 31, 0.62));
  transform: scale(0.08) rotate(-540deg);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.intro-wordmark {
  position: absolute;
  z-index: 3;
  bottom: clamp(28px, 8vh, 72px);
  color: #fff;
  font-size: clamp(1rem, 3vw, 1.6rem);
  text-transform: none;
  text-shadow: 0 0 18px rgba(255, 23, 31, 0.9);
  opacity: 0;
  transform: translateY(12px);
}

.intro.play .intro-fuzz {
  animation:
    diagonal-fuzz 0.18s steps(2, end) infinite,
    fuzz-sequence 5.35s ease forwards;
}

.intro.play .intro-scan {
  animation: scanner 2.35s cubic-bezier(0.2, 0.8, 0.2, 1) 2.4s forwards;
}

.intro.play .intro-noise {
  animation:
    tv-static 0.18s steps(2, end) infinite,
    noise-fade 5.3s ease forwards;
}

.intro.play .intro-tuning {
  animation:
    tuning-bars 0.42s steps(2, end) 1.55s 7,
    tuning-fade 5.25s ease forwards;
}

.intro.play .intro-burst {
  animation: burst-in 3.35s cubic-bezier(0.2, 0.9, 0.2, 1) 2.05s forwards;
}

.intro.play .intro-message {
  animation: interruption-message 4.8s steps(1, end) 0.55s forwards;
}

.intro.play .intro-logo {
  animation: logo-reveal 3.8s linear 3.15s forwards;
}

.intro.play .intro-wordmark {
  animation: wordmark-in 2.5s ease 4.7s forwards;
}

.sound-button {
  position: absolute;
  right: clamp(16px, 4vw, 44px);
  bottom: clamp(16px, 4vh, 38px);
  z-index: 12;
  min-width: 138px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 45%),
    rgba(0, 0, 0, 0.72);
  cursor: pointer;
  font-size: 0.82rem;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(255, 23, 31, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}

.sound-button.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sound-button:hover,
.sound-button:focus-visible {
  border-color: rgba(255, 23, 31, 0.8);
  outline: none;
}

.store {
  position: relative;
  min-height: calc(100vh - (var(--tv-safe-y) * 2));
  width: calc(100vw - (var(--tv-safe-x) * 2));
  margin: var(--tv-safe-y) var(--tv-safe-x);
  overflow: hidden;
  border-radius: clamp(14px, 3vw, 42px);
  opacity: 0;
  transform: translateY(14px);
}

.store.force-loaded {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.topbar {
  position: relative;
  top: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
  padding: 14px clamp(16px, 4vw, 54px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 8, 8, 0.78);
  backdrop-filter: blur(8px);
}

h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.1rem, 3vw, 2.1rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 0 18px rgba(255, 23, 31, 0.34);
}

.size-picker {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.size-picker legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.size-picker label {
  cursor: pointer;
}

.size-picker input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.size-picker span {
  display: grid;
  place-items: center;
  width: clamp(38px, 8.5vw, 54px);
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  background: #090909;
  font-size: 0.96rem;
  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.size-picker input:checked + span {
  color: #fff;
  border-color: rgba(255, 23, 31, 0.86);
  background: linear-gradient(180deg, var(--red), var(--red-dark));
  box-shadow: 0 0 24px rgba(255, 23, 31, 0.28);
  transform: translateY(-1px);
}

.size-picker input:focus-visible + span,
.icon-button:focus-visible,
.order-button:focus-visible {
  outline: 2px solid var(--silver);
  outline-offset: 3px;
}

.product-stage {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(320px, 1fr) minmax(80px, 220px);
  place-items: center;
  min-height: calc(100vh - (var(--tv-safe-y) * 2) - 178px);
  padding: clamp(22px, 4vw, 42px) 18px 18px;
  gap: clamp(18px, 3vw, 46px);
}

.product-rail {
  position: relative;
  justify-self: end;
  width: min(18vw, 210px);
  min-width: 158px;
  height: min(66vh, 640px);
  overflow: hidden;
  border-left: 1px solid rgba(255, 23, 31, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(90deg, rgba(255, 23, 31, 0.09), transparent 42%),
    rgba(10, 10, 10, 0.42);
  box-shadow:
    inset 0 0 28px rgba(255, 23, 31, 0.08),
    0 0 32px rgba(0, 0, 0, 0.48);
}

.rail-track {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  animation: product-scroll 38s linear infinite;
  will-change: transform;
}

.rail-set {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-rail:hover .rail-track {
  animation-play-state: paused;
}

.rail-fade {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  height: 64px;
  pointer-events: none;
}

.rail-fade-top {
  top: 0;
  background: linear-gradient(180deg, #000 0%, transparent 100%);
}

.rail-fade-bottom {
  bottom: 0;
  background: linear-gradient(0deg, #000 0%, transparent 100%);
}

.mini-product {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 116px;
  min-height: 116px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 44%),
    #0a0a0a;
  overflow: hidden;
  contain: paint;
}

.mini-product::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  width: 74px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px 10px 5px 5px;
  background:
    radial-gradient(circle at 50% 11%, #000 0 13%, transparent 14%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.09), transparent 38%),
    #101010;
  box-shadow: inset 0 -18px 28px rgba(0, 0, 0, 0.72);
  transform: translateX(-50%);
}

.mini-product::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 50%;
  width: 108px;
  height: 34px;
  border-radius: 999px;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.07);
  transform: translateX(-50%);
  z-index: 0;
}

.mini-product img {
  position: absolute;
  top: 32px;
  left: 50%;
  z-index: 1;
  width: 34px;
  max-height: 54px;
  object-fit: contain;
  transform: translateX(-50%);
  filter: none;
}

.mini-product span {
  position: absolute;
  bottom: 9px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.product-hat::before,
.product-beanie::before {
  top: 35px;
  width: 78px;
  height: 32px;
  border-radius: 999px 999px 16px 16px;
}

.product-hat::after,
.product-beanie::after {
  top: 58px;
  width: 110px;
  height: 14px;
}

.product-hat img,
.product-beanie img {
  top: 40px;
  width: 25px;
  max-height: 25px;
}

.product-poster::before,
.product-flag::before,
.product-card::before {
  top: 18px;
  width: 80px;
  height: 74px;
  border-radius: 4px;
}

.product-poster::after,
.product-flag::after,
.product-card::after {
  display: none;
}

.product-poster img,
.product-flag img,
.product-card img {
  top: 24px;
  width: 45px;
  max-height: 62px;
}

.product-tote::before,
.product-bag::before {
  top: 31px;
  width: 74px;
  height: 56px;
  border-radius: 6px 6px 12px 12px;
}

.product-tote::after,
.product-bag::after {
  top: 19px;
  width: 40px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  background: transparent;
}

.product-tote img,
.product-bag img {
  top: 42px;
  width: 30px;
}

.product-sticker::before,
.product-patch::before {
  top: 29px;
  width: 72px;
  height: 54px;
  border-radius: 999px;
}

.product-sticker::after,
.product-patch::after {
  display: none;
}

.product-bottle::before {
  top: 18px;
  width: 34px;
  height: 82px;
  border-radius: 10px 10px 14px 14px;
}

.product-bottle::after {
  display: none;
}

.product-bottle img {
  top: 45px;
  width: 22px;
}

.product-phone::before {
  top: 16px;
  width: 45px;
  height: 84px;
  border-radius: 9px;
}

.product-phone::after {
  display: none;
}

.product-phone img {
  top: 40px;
  width: 27px;
}

.product-mug::before {
  top: 36px;
  width: 58px;
  height: 42px;
  border-radius: 0 0 12px 12px;
}

.product-mug::after {
  top: 43px;
  left: calc(50% + 34px);
  width: 24px;
  height: 24px;
  border: 5px solid #070707;
  border-radius: 50%;
  background: transparent;
}

.product-mug img {
  top: 42px;
  width: 24px;
}

.product-shorts::before {
  top: 35px;
  width: 82px;
  height: 48px;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 56% 100%, 50% 54%, 44% 100%, 12% 100%);
}

.product-shorts::after,
.product-lanyard::after,
.product-skate::after {
  display: none;
}

.product-shorts img {
  top: 43px;
  width: 25px;
}

.product-lanyard::before {
  top: 17px;
  width: 54px;
  height: 78px;
  border: 5px solid #070707;
  border-bottom-width: 18px;
  border-radius: 999px;
  background: transparent;
}

.product-lanyard img {
  top: 61px;
  width: 20px;
}

.product-bandana::before {
  top: 28px;
  width: 86px;
  height: 58px;
  border-radius: 4px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.product-bandana::after {
  display: none;
}

.product-bandana img {
  top: 33px;
  width: 31px;
}

.product-skate::before {
  top: 20px;
  width: 46px;
  height: 82px;
  border-radius: 999px;
  transform: translateX(-50%) rotate(14deg);
}

.product-skate img {
  top: 45px;
  width: 26px;
  transform: translateX(-50%) rotate(14deg);
}

.product-pullover::before,
.product-hoodie::before,
.product-crew::before,
.product-tank::before {
  width: 76px;
}

.product-tank::before {
  border-radius: 20px 20px 6px 6px;
}

.shirt-wrap {
  position: relative;
  width: min(78vw, 540px);
  min-width: 280px;
  aspect-ratio: 0.82;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.shirt-shadow {
  position: absolute;
  bottom: 3%;
  width: 72%;
  height: 9%;
  border-radius: 50%;
  background: rgba(255, 23, 31, 0.24);
  filter: blur(18px);
}

.shirt-spinner {
  position: relative;
  width: 72%;
  height: 86%;
  transform-style: preserve-3d;
  will-change: transform;
  animation: tee-rotate 12s cubic-bezier(0.65, 0, 0.35, 1) 4.8s infinite;
}

.shirt {
  position: absolute;
  inset: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.shirt-front,
.shirt-back {
  width: 100%;
  height: 100%;
  border-radius: 26% 26% 13% 13% / 10% 10% 5% 5%;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.1), transparent 15%),
    linear-gradient(100deg, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(260deg, rgba(255, 255, 255, 0.06), transparent 24%),
    #090909;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 0 42px rgba(255, 255, 255, 0.06),
    inset 0 -38px 80px rgba(0, 0, 0, 0.84),
    0 34px 80px rgba(0, 0, 0, 0.75);
}

.shirt-back {
  transform: rotateY(180deg) translateZ(1px);
}

.shirt-front {
  transform: rotateY(0deg) translateZ(1px);
}

.shirt::before,
.shirt::after {
  content: "";
  position: absolute;
  top: 10%;
  width: 34%;
  height: 30%;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.08), transparent 38%),
    #030303;
  border: 1px solid rgba(255, 255, 255, 0.075);
  z-index: -1;
}

.shirt::before {
  left: -24%;
  border-radius: 58% 0 38% 50%;
  transform: rotate(18deg);
}

.shirt::after {
  right: -24%;
  border-radius: 0 58% 50% 38%;
  transform: rotate(-18deg);
}

.neck {
  position: absolute;
  top: 2.5%;
  left: 50%;
  width: 30%;
  height: 13%;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-top: 0;
  border-radius: 0 0 999px 999px;
  transform: translateX(-50%);
  background: radial-gradient(circle at 50% 0, #000 0 48%, transparent 50%);
}

.back-neck {
  position: absolute;
  top: 3%;
  left: 50%;
  width: 28%;
  height: 7%;
  border-radius: 0 0 999px 999px;
  transform: translateX(-50%);
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}

.shirt-art {
  position: absolute;
  left: 50%;
  height: auto;
  object-fit: contain;
  transform: translateX(-50%);
  filter: none;
}

.shirt-art-front {
  top: 13%;
  width: 58%;
  max-height: 76%;
}

.shirt-art-back {
  top: 14%;
  width: 72%;
  max-height: 70%;
  filter: none;
}

.order-panel {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px clamp(16px, 4vw, 54px) max(16px, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.62), rgba(5, 5, 5, 0.9));
  backdrop-filter: blur(8px);
}

.qty-control {
  display: grid;
  grid-template-columns: 46px 58px 46px;
  align-items: center;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  overflow: hidden;
}

.icon-button {
  width: 46px;
  height: 50px;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
}

.icon-button:hover {
  background: rgba(255, 255, 255, 0.08);
}

#quantity {
  display: grid;
  place-items: center;
  height: 100%;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  color: #fff;
  font-size: 1.1rem;
}

.order-button {
  min-width: min(48vw, 240px);
  height: 52px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 35%),
    linear-gradient(135deg, var(--red), #b6050c 58%, #5f0307);
  cursor: pointer;
  font-size: 1.04rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(255, 23, 31, 0.3);
  transition:
    transform 0.18s ease,
    filter 0.18s ease;
}

.order-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.order-button:disabled {
  cursor: wait;
  filter: saturate(0.75) brightness(0.82);
  transform: none;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 96px;
  z-index: 8;
  max-width: min(90vw, 440px);
  padding: 13px 16px;
  border: 1px solid rgba(255, 23, 31, 0.42);
  border-radius: 8px;
  color: #fff;
  background: rgba(12, 12, 12, 0.96);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes logo-reveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(0.04) rotate(-2520deg);
  }
  12% {
    opacity: 0.5;
    transform: translate3d(0, 7px, 0) scale(0.22) rotate(-2100deg);
  }
  24% {
    opacity: 0.86;
    transform: translate3d(0, 4px, 0) scale(0.44) rotate(-1680deg);
  }
  36% {
    opacity: 1;
    transform: translate3d(0, 2px, 0) scale(0.68) rotate(-1260deg);
  }
  48% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.88) rotate(-840deg);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-420deg);
  }
  72% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
  86% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.12) rotate(0deg);
  }
}

@keyframes diagonal-fuzz {
  0% {
    background-position:
      0 0,
      18px -12px;
    transform: translate3d(-3%, -2%, 0) rotate(-1deg) scale(1.1);
  }
  25% {
    background-position:
      32px -18px,
      -9px 22px;
    transform: translate3d(2%, 1%, 0) rotate(-2deg) scale(1.12);
  }
  50% {
    background-position:
      -24px 36px,
      20px 8px;
    transform: translate3d(3%, -1%, 0) rotate(1deg) scale(1.09);
  }
  75% {
    background-position:
      14px 22px,
      -18px -28px;
    transform: translate3d(-1%, 3%, 0) rotate(-1deg) scale(1.13);
  }
  100% {
    background-position:
      -36px -10px,
      7px 30px;
    transform: translate3d(1%, -3%, 0) rotate(1deg) scale(1.1);
  }
}

@keyframes fuzz-sequence {
  0%,
  18% {
    opacity: 1;
  }
  28% {
    opacity: 0.54;
  }
  38% {
    opacity: 0.36;
  }
  52% {
    opacity: 0.24;
  }
  68% {
    opacity: 0.12;
  }
  100% {
    opacity: 0;
  }
}

@keyframes interruption-message {
  0%,
  12% {
    opacity: 0;
    transform: translate(calc(-50% - 12px), calc(-50% + 12px)) scale(0.98);
    clip-path: inset(0 100% 0 0);
  }
  18% {
    opacity: 1;
    transform: translate(calc(-50% + 8px), calc(-50% - 3px)) scale(1.01);
    clip-path: inset(0 0 0 0);
  }
  22% {
    opacity: 0.7;
    transform: translate(calc(-50% - 16px), calc(-50% + 4px)) scale(1);
  }
  26%,
  82% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  88% {
    opacity: 0.76;
    transform: translate(calc(-50% + 14px), -50%) scale(1.01);
  }
  94% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 8px)) scale(1.02);
  }
}

@keyframes burst-in {
  0% {
    opacity: 0;
    transform: scale(0.45) rotate(-38deg);
  }
  40% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: scale(1.25) rotate(28deg);
  }
}

@keyframes slash-wipe {
  0% {
    opacity: 0;
    transform: translateX(-42%) skewX(-10deg);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(42%) skewX(-10deg);
  }
}

@keyframes scanner {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  16%,
  62% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@keyframes scan-lines {
  0%,
  20% {
    opacity: 0;
  }
  42%,
  72% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes tv-static {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1.04);
    background-position:
      0 0,
      5px 3px,
      0 0,
      0 0;
  }
  25% {
    transform: translate3d(1%, 2%, 0) scale(1.05);
    background-position:
      8px 4px,
      -3px 7px,
      0 5px,
      4px 0;
  }
  50% {
    transform: translate3d(2%, -2%, 0) scale(1.04);
    background-position:
      -6px 9px,
      9px -4px,
      0 12px,
      -3px 0;
  }
  75% {
    transform: translate3d(-1%, 1%, 0) scale(1.06);
    background-position:
      4px -7px,
      2px 11px,
      0 2px,
      6px 0;
  }
  100% {
    transform: translate3d(0, -1%, 0) scale(1.04);
    background-position:
      11px 2px,
      -8px -5px,
      0 8px,
      1px 0;
  }
}

@keyframes noise-fade {
  0% {
    opacity: 0.96;
  }
  12% {
    opacity: 0.86;
  }
  23% {
    opacity: 0.98;
  }
  36% {
    opacity: 0.66;
  }
  52% {
    opacity: 0.34;
  }
  70% {
    opacity: 0.16;
  }
  84% {
    opacity: 0.08;
  }
  100% {
    opacity: 0;
  }
}

@keyframes tuning-bars {
  0% {
    transform: translateY(-36%) skewX(8deg);
  }
  25% {
    transform: translateY(8%) skewX(-12deg);
  }
  50% {
    transform: translateY(28%) skewX(5deg);
  }
  75% {
    transform: translateY(-12%) skewX(-8deg);
  }
  100% {
    transform: translateY(40%) skewX(10deg);
  }
}

@keyframes tuning-fade {
  0%,
  34% {
    opacity: 0.86;
  }
  46% {
    opacity: 0.42;
  }
  62% {
    opacity: 0.12;
  }
  100% {
    opacity: 0;
  }
}

@keyframes wordmark-in {
  0%,
  20% {
    opacity: 0;
    transform: translateY(12px);
  }
  44%,
  78% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-4px);
  }
}

@keyframes tee-rotate {
  0%,
  42% {
    transform: rotateY(0deg);
  }
  50%,
  92% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes product-scroll {
  to {
    transform: translateY(calc(-50% - 6px));
  }
}

@keyframes product-scroll-mobile {
  to {
    transform: translateX(calc(-50% - 5px));
  }
}

@keyframes power-pop {
  0%,
  100% {
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }
  50% {
    transform: translateY(7px) scale(0.94);
    filter: brightness(1.22);
  }
}

@keyframes intro-exit {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes page-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  :root {
    --tv-safe-x: 22px;
    --tv-safe-y: 24px;
  }

  .tv-frame {
    border-width: 14px;
    border-radius: 32px;
  }

  .tv-frame::after,
  .tv-glass {
    inset: 22px;
    border-radius: 22px;
  }

  .tv-speaker,
  .tv-knobs {
    display: none;
  }

  .tune-button {
    width: min(62vw, 210px);
    min-width: 164px;
    padding: 18px 14px 20px;
    border-radius: 22px 22px 30px 30px;
  }

  .remote-power {
    width: 62px;
  }

  .remote-label {
    margin-top: 18px;
  }

  .remote-screen {
    height: 30px;
    margin-top: 18px;
  }

  .remote-pad {
    gap: 7px;
    margin-top: 16px;
  }

  .intro::before,
  .intro::after {
    z-index: 1;
  }

  .intro-fuzz {
    inset: -16%;
    filter: contrast(1.3) brightness(1.02);
    animation:
      diagonal-fuzz 0.18s steps(2, end) infinite,
      fuzz-sequence-mobile 5.05s ease forwards;
  }

  .intro-message {
    width: min(88vw, 360px);
    font-size: clamp(1.35rem, 9vw, 2.45rem);
    line-height: 1.02;
    text-shadow:
      2px 0 0 rgba(255, 23, 31, 0.75),
      -2px 0 0 rgba(160, 180, 255, 0.44),
      0 0 18px rgba(255, 255, 255, 0.48);
  }

  .intro-logo {
    z-index: 8;
    width: min(86vw, 360px);
    max-height: 64vh;
    animation:
      logo-reveal-mobile 3.55s linear 3.25s forwards;
  }

  .intro-noise {
    inset: -8%;
    mix-blend-mode: lighten;
    background-size:
      5px 5px,
      7px 7px,
      100% 4px,
      5px 100%;
    animation:
      tv-static 0.18s steps(2, end) infinite,
      noise-fade-mobile 5.15s ease forwards;
  }

  .intro-tuning {
    z-index: 7;
    animation:
      tuning-bars 0.4s steps(2, end) 1.45s 6,
      tuning-fade-mobile 5.05s ease forwards;
  }

  .intro-wordmark {
    bottom: 8vh;
  }

  .sound-button {
    right: 50%;
    bottom: 18px;
    transform: translate(50%, 8px);
  }

  .sound-button.show {
    transform: translate(50%, 0);
  }

  .topbar {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    min-height: 116px;
  }

  h1 {
    text-align: center;
  }

  .size-picker {
    justify-content: center;
  }

  .product-stage {
    grid-template-columns: 1fr;
    min-height: calc(100vh - (var(--tv-safe-y) * 2) - 264px);
    padding-top: 12px;
    gap: 8px;
  }

  .product-rail {
    justify-self: stretch;
    width: min(100%, 520px);
    min-width: 0;
    height: 116px;
    border-top: 1px solid rgba(255, 23, 31, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    border-left: 0;
    border-right: 0;
  }

  .rail-track {
    flex-direction: row;
    width: max-content;
    gap: 10px;
    padding: 10px;
    animation: product-scroll-mobile 36s linear infinite;
  }

  .rail-set {
    flex-direction: row;
    gap: 10px;
  }

  .rail-fade {
    top: 0;
    bottom: 0;
    width: 46px;
    height: auto;
  }

  .rail-fade-top {
    left: 0;
    right: auto;
    background: linear-gradient(90deg, #000 0%, transparent 100%);
  }

  .rail-fade-bottom {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, #000 0%, transparent 100%);
  }

  .mini-product {
    width: 104px;
    min-height: 94px;
    flex-basis: 104px;
  }

  .shirt-wrap {
    width: min(76vw, 360px);
  }

  .order-panel {
    gap: 10px;
    padding: 12px clamp(16px, 4vw, 54px) max(12px, env(safe-area-inset-bottom));
  }
}

@keyframes fuzz-sequence-mobile {
  0%,
  14% {
    opacity: 1;
  }
  25% {
    opacity: 0.82;
  }
  38% {
    opacity: 0.42;
  }
  54% {
    opacity: 0.18;
  }
  72% {
    opacity: 0.06;
  }
  100% {
    opacity: 0;
  }
}

@keyframes logo-reveal-mobile {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(0.05) rotate(-2160deg);
  }
  12% {
    opacity: 0.52;
    transform: translate3d(0, 7px, 0) scale(0.24) rotate(-1800deg);
  }
  24% {
    opacity: 0.9;
    transform: translate3d(0, 4px, 0) scale(0.46) rotate(-1440deg);
  }
  36% {
    opacity: 1;
    transform: translate3d(0, 2px, 0) scale(0.68) rotate(-1080deg);
  }
  48% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.86) rotate(-720deg);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-360deg);
  }
  76% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
  88% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.1) rotate(0deg);
  }
}

@keyframes noise-fade-mobile {
  0% {
    opacity: 0.92;
  }
  18% {
    opacity: 0.82;
  }
  32% {
    opacity: 0.55;
  }
  48% {
    opacity: 0.14;
  }
  68% {
    opacity: 0.04;
  }
  100% {
    opacity: 0;
  }
}

@keyframes tuning-fade-mobile {
  0%,
  24% {
    opacity: 0.78;
  }
  42% {
    opacity: 0.22;
  }
  58% {
    opacity: 0.08;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 430px) {
  .size-picker {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .size-picker span {
    width: 100%;
    min-width: 0;
    font-size: 0.86rem;
  }

  .qty-control {
    grid-template-columns: 42px 54px 42px;
    flex: 0 0 138px;
  }

  .icon-button {
    width: 42px;
  }

  .order-button {
    flex: 1 1 auto;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shirt-spinner,
  .rail-track,
  .mini-product,
  .order-button,
  .size-picker span {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  html {
    scroll-behavior: auto !important;
  }
}
