@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");

/* ================================
   GLOBAL - VARIABLES
================================ */

:root {
  --bg: #14234a;
  --panel: #071125;
  --text: #eef4ff;
  --muted: #9db0d8;
  --line: rgba(89, 120, 255, 0.3);
  --accent: #3b5eff;
  --accent-soft: #8cb4ff;
  --cyan: #67f0ff;
  --halo: rgba(72, 98, 255, 0.3);
  --glow-strong: rgba(72, 98, 255, 0.46);
  --glow-soft: rgba(103, 240, 255, 0.22);
  --body-bg:
    radial-gradient(circle at 50% 0%, rgba(88, 126, 255, 0.28), transparent 28%),
    radial-gradient(circle at 82% 36%, rgba(103, 240, 255, 0.12), transparent 26%),
    linear-gradient(135deg, #233f8d 0%, #10204f 55%, #0d1739 100%);
  --panel-bg:
    radial-gradient(circle at 42% 34%, rgba(103, 240, 255, 0.12), transparent 26%),
    radial-gradient(circle at 78% 44%, rgba(59, 94, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(9, 18, 40, 0.96), rgba(4, 9, 22, 0.98));
  --panel-grid:
    linear-gradient(90deg, rgba(103, 240, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(103, 240, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, transparent 0 46%, rgba(59, 94, 255, 0.1) 47%, transparent 48%);
  --media-bg:
    radial-gradient(circle at 72% 22%, rgba(103, 240, 255, 0.5), transparent 3%),
    radial-gradient(circle at 34% 46%, rgba(90, 128, 255, 0.28), transparent 20%),
    radial-gradient(circle at 16% 78%, rgba(59, 94, 255, 0.28), transparent 22%),
    radial-gradient(circle at 70% 78%, rgba(140, 180, 255, 0.14), transparent 20%),
    linear-gradient(180deg, transparent 0 56%, rgba(59, 94, 255, 0.14) 56.4%, transparent 57%),
    linear-gradient(145deg, #071124 0%, #02040b 72%);
  --media-border: rgba(140, 180, 255, 0.42);
  --media-star-one: rgba(255, 255, 255, 0.85);
  --media-star-two: rgba(103, 240, 255, 0.72);
  --media-grid: rgba(140, 180, 255, 0.18);
  --media-sweep: rgba(59, 94, 255, 0.22);
  --button-bg: linear-gradient(180deg, #70b7ff, #4257ff);
  --button-border: rgba(140, 180, 255, 0.42);
  --card-bg:
    linear-gradient(135deg, rgba(59, 94, 255, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(10, 18, 38, 0.96), rgba(4, 8, 18, 0.98));
  --slate: #162033;
  --chip: rgba(255, 255, 255, 0.08);
  --shadow: 0 34px 76px rgba(0, 0, 0, 0.45);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 999px;
  --container: 1360px;
}

body[data-theme="nebula"] {
  --text: #f5eeff;
  --muted: #b8ace1;
  --line: rgba(179, 104, 255, 0.34);
  --accent: #8c4dff;
  --accent-soft: #f48dff;
  --cyan: #7ee7ff;
  --halo: rgba(179, 104, 255, 0.32);
  --glow-strong: rgba(179, 104, 255, 0.48);
  --glow-soft: rgba(126, 231, 255, 0.28);
  --body-bg:
    radial-gradient(circle at 50% 0%, rgba(111, 72, 255, 0.34), transparent 30%),
    radial-gradient(circle at 18% 46%, rgba(244, 141, 255, 0.18), transparent 26%),
    radial-gradient(circle at 86% 40%, rgba(126, 231, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #121037 0%, #060716 56%, #180a32 100%);
  --panel-bg:
    radial-gradient(circle at 36% 32%, rgba(126, 231, 255, 0.14), transparent 28%),
    radial-gradient(circle at 74% 42%, rgba(179, 104, 255, 0.24), transparent 30%),
    linear-gradient(180deg, rgba(10, 9, 34, 0.98), rgba(4, 3, 14, 0.99));
  --panel-grid:
    linear-gradient(90deg, rgba(126, 231, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(179, 104, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, transparent 0 45%, rgba(244, 141, 255, 0.12) 46%, transparent 47%);
  --media-bg:
    radial-gradient(circle at 72% 18%, rgba(245, 210, 255, 0.9), transparent 2.5%),
    radial-gradient(circle at 44% 42%, rgba(126, 231, 255, 0.3), transparent 18%),
    radial-gradient(circle at 24% 58%, rgba(179, 104, 255, 0.46), transparent 30%),
    radial-gradient(circle at 76% 68%, rgba(244, 141, 255, 0.28), transparent 28%),
    linear-gradient(180deg, transparent 0 57%, rgba(179, 104, 255, 0.18) 57.4%, transparent 58%),
    linear-gradient(145deg, #100b38 0%, #040313 74%);
  --media-border: rgba(190, 107, 255, 0.58);
  --media-star-one: rgba(255, 255, 255, 0.96);
  --media-star-two: rgba(244, 141, 255, 0.82);
  --media-grid: rgba(179, 104, 255, 0.24);
  --media-sweep: rgba(244, 141, 255, 0.26);
  --button-bg: linear-gradient(180deg, #47bfff, #7a45ff);
  --button-border: rgba(190, 107, 255, 0.48);
  --card-bg:
    linear-gradient(135deg, rgba(179, 104, 255, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(14, 12, 48, 0.96), rgba(5, 4, 18, 0.98));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: var(--body-bg);
  color: var(--text);
  transition:
    background 0.75s ease,
    color 0.45s ease;
}

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

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

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}

.page-shell {
  padding: clamp(12px, 2vw, 28px);
  min-height: 100vh;
}

.panel {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  background: var(--panel-bg);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(115, 244, 255, 0.14);
  padding: clamp(18px, 2.4vw, 32px);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition:
    background 0.75s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--panel-grid);
  background-size: 58px 58px, 58px 58px, 100% 100%;
  opacity: 0.28;
  pointer-events: none;
}

.orb,
.stair {
  position: absolute;
  pointer-events: none;
}

.stair {
  width: 122px;
  height: 60px;
  border-radius: 14px;
  background: var(--accent);
  top: 124px;
  right: 88px;
}

.stair::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 50px;
  border-radius: 14px;
  background: var(--accent);
  left: 78px;
  top: 38px;
}

.stair.left {
  background: var(--slate);
  top: 214px;
  left: 92px;
  width: 96px;
  height: 52px;
}

.stair.left::after {
  background: var(--slate);
  width: 86px;
  height: 44px;
  left: 72px;
  top: 38px;
}

.nav {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  width: 150px;
  flex: 0 0 auto;
  animation: brandNeonPulse 2.6s ease-in-out infinite;
}

@keyframes brandNeonPulse {
  0%,
  100% {
    filter:
      drop-shadow(0 0 4px rgba(255, 255, 255, 0.7))
      drop-shadow(0 0 10px rgba(0, 174, 255, 0.45));
  }

  50% {
    filter:
      drop-shadow(0 0 8px rgba(255, 255, 255, 1))
      drop-shadow(0 0 18px rgba(0, 174, 255, 0.9))
      drop-shadow(0 0 34px rgba(0, 174, 255, 0.65));
  }
}

.brand-mark {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  text-shadow:
    0 0 18px var(--glow-strong),
    0 0 34px var(--glow-soft);
  transition:
    color 0.45s ease,
    text-shadow 0.45s ease;
}

.nav-menu {
  display: contents;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-self: start;
  gap: 30px;
  margin-left: 12px;
  color: #c8d2df;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.nav-links a {
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.nav-links a:hover {
  color: var(--accent-soft);
  transform: translateY(-1px);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
  flex-shrink: 0;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid var(--button-border);
  background:
    linear-gradient(135deg, var(--halo), transparent 56%),
    rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.05),
    0 0 20px var(--halo);
  place-items: center;
  padding: 0;
  transition:
    transform 0.2s ease,
    box-shadow 0.25s ease,
    border-color 0.45s ease,
    background 0.45s ease;
}

.menu-toggle span {
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  box-shadow: 0 0 10px var(--glow-strong);
  transition:
    transform 0.32s ease,
    opacity 0.2s ease,
    top 0.32s ease,
    background 0.45s ease;
}

.menu-toggle span:nth-child(1) {
  top: 15px;
}

.menu-toggle span:nth-child(2) {
  top: 22px;
}

.menu-toggle span:nth-child(3) {
  top: 29px;
}

.nav.menu-open .menu-toggle span:nth-child(1) {
  top: 22px;
  transform: rotate(45deg);
}

.nav.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.2);
}

.nav.menu-open .menu-toggle span:nth-child(3) {
  top: 22px;
  transform: rotate(-45deg);
}

.icon-btn,
.nav-cta,
.primary-btn,
.secondary-btn,
.theme-toggle {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.45s ease,
    border-color 0.45s ease,
    color 0.45s ease;
}

.icon-btn:hover,
.theme-toggle:hover,
.nav-cta:hover,
.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.icon-btn {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(115, 244, 255, 0.18);
  color: var(--text);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 18px rgba(115, 244, 255, 0.06);
}

.search-toggle {
  font-size: 35px;
}

.cart-btn {
  overflow: visible;
}

.cart-icon {
  position: relative;
  width: 20px;
  height: 16px;
  display: block;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 3px 3px 7px 7px;
}

.cart-icon::before,
.cart-icon::after {
  content: "";
  position: absolute;
}

.cart-icon::before {
  left: 3px;
  right: 3px;
  top: -7px;
  height: 10px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.cart-icon::after {
  left: 50%;
  top: 4px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
  box-shadow: 0 5px 0 currentColor;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  display: none;
  place-items: center;
  border-radius: 999px;
  background: var(--button-bg);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  box-shadow:
    0 0 14px var(--glow-strong),
    0 0 0 2px rgba(3, 5, 10, 0.9);
}

.cart-count.is-visible {
  display: grid;
}

.cart-btn.cart-bump {
  animation: cart-bump 0.58s ease both;
}

body[data-theme="nebula"] .icon-btn {
  border-color: rgba(190, 107, 255, 0.34);
  box-shadow: inset 0 0 18px rgba(190, 107, 255, 0.12);
}

.nav-cta {
  background: var(--button-bg);
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
  font-weight: 700;
  box-shadow:
    0 0 24px var(--glow-strong),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.theme-toggle {
  width: 70px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--button-border);
  background:
    linear-gradient(90deg, rgba(59, 94, 255, 0.18), rgba(103, 240, 255, 0.1)),
    rgba(255, 255, 255, 0.05);
  display: inline-grid;
  place-items: center;
  padding: 0;
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.05),
    0 0 18px var(--halo);
}

.toggle-track {
  position: relative;
  width: 48px;
  height: 22px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.45);
}

.toggle-orb {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent-soft);
  box-shadow:
    0 0 14px var(--glow-strong),
    0 0 24px var(--glow-soft);
  transform: translateY(-50%);
  transition:
    transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1),
    background 0.45s ease,
    box-shadow 0.45s ease;
}

body[data-theme="nebula"] .toggle-orb {
  transform: translate(26px, -50%);
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: clamp(22px, 4vw, 56px);
  padding: clamp(42px, 6vw, 72px) 0 0;
  align-items: start;
  justify-content: center;
}

.hero-left {
  position: relative;
  grid-column: 1;
  min-height: clamp(560px, 50vw, 815px);
  padding: 0 0 0 clamp(0px, 3vw, 44px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 16px;
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

.hero-title {
  margin: 0;
  font-size: 112px;
  line-height: 0.93;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 900px;
  color: var(--text);
  text-shadow:
    0 0 22px var(--halo),
    0 0 44px var(--glow-soft);
  transition:
    color 0.45s ease,
    text-shadow 0.45s ease;
}

.hero-title .line-two {
  display: block;
  padding-left: clamp(110px, 18vw, 280px);
}

.hero-title .line-three {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-left: clamp(210px, 31vw, 520px);
}

.hero-arrow {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 3px solid rgba(255, 177, 92, 0.9);
  color: var(--accent-soft);
  box-shadow:
    0 0 22px var(--glow-strong),
    inset 0 0 16px var(--halo);
  display: inline-grid;
  place-items: center;
  font-size: 38px;
  flex: 0 0 auto;
  transform: translateY(-8px);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  color: var(--text);
  border-color: var(--cyan);
  box-shadow:
    0 0 28px var(--glow-strong),
    0 0 42px var(--glow-soft),
    inset 0 0 18px var(--halo);
  transform: translateY(-10px) scale(1.04);
}

.media-zone {
  position: absolute;
  left: 0;
  bottom: clamp(20px, 3vw, 44px);
  width: min(720px, 100%);
  height: clamp(280px, 28vw, 360px);
  border-radius: 10px;
  overflow: hidden;
  background: var(--media-bg);
  border: 1px solid var(--media-border);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--cyan), transparent 86%),
    inset 0 -42px 82px var(--halo),
    inset 0 28px 58px var(--glow-soft),
    0 0 34px var(--halo),
    0 30px 70px rgba(0, 0, 0, 0.36);
  animation: vault-zone-pulse 4.8s ease-in-out infinite;
  transition:
    background 0.75s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease,
    filter 0.45s ease;
}

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

.media-zone::before {
  inset: -12%;
  background:
    radial-gradient(circle, var(--media-star-one) 0 1px, transparent 1.6px),
    radial-gradient(circle, var(--media-star-two) 0 1px, transparent 1.7px),
    linear-gradient(
      110deg,
      transparent 0 10%,
      color-mix(in srgb, var(--cyan), transparent 78%) 10.4% 10.7%,
      transparent 11% 26%,
      color-mix(in srgb, var(--accent), transparent 70%) 26.3% 26.8%,
      transparent 27.1% 58%,
      color-mix(in srgb, var(--cyan), transparent 80%) 58.3% 58.6%,
      transparent 58.9%
    ),
    linear-gradient(
      180deg,
      transparent 0 50%,
      color-mix(in srgb, var(--accent-soft), transparent 44%) 50.3% 50.8%,
      transparent 51.1% 100%
    );
  background-size:
    58px 58px,
    97px 97px,
    100% 100%,
    100% 100%;
  background-position:
    0 0,
    22px 34px,
    0 0,
    0 0;
  opacity: 0.82;
  animation: vault-space-drift 7.5s ease-in-out infinite;
}

.media-zone::after {
  inset: -40% -12% -10%;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(115, 244, 255, 0.16), transparent 38%),
    radial-gradient(ellipse at 22% 62%, var(--halo), transparent 32%),
    repeating-linear-gradient(
      90deg,
      color-mix(in srgb, var(--cyan), transparent 84%) 0 1px,
      transparent 1px 64px
    ),
    repeating-linear-gradient(
      0deg,
      var(--media-grid) 0 1px,
      transparent 1px 34px
    ),
    linear-gradient(90deg, transparent, var(--media-sweep), transparent);
  mix-blend-mode: screen;
  opacity: 0.52;
  transform: perspective(460px) rotateX(60deg) translateY(42%);
  transform-origin: 50% 100%;
  animation: vault-star-grid 3.8s linear infinite;
}

@keyframes vault-space-drift {
  0% {
    background-position:
      0 0,
      22px 34px,
      0 0,
      0 0;
    transform: translate3d(-6%, -3%, 0) scale(1);
    opacity: 0.62;
  }

  25% {
    background-position:
      72px -34px,
      -58px 92px,
      0 0,
      0 0;
    transform: translate3d(4%, -2%, 0) scale(1.06) rotate(0.5deg);
    opacity: 0.86;
  }

  50% {
    background-position:
      132px 58px,
      -108px 142px,
      0 0,
      0 0;
    transform: translate3d(7%, 3%, 0) scale(1.1) rotate(-0.35deg);
    opacity: 0.92;
  }

  75% {
    background-position:
      48px 118px,
      -36px 192px,
      0 0,
      0 0;
    transform: translate3d(-3%, 4%, 0) scale(1.05) rotate(0.4deg);
    opacity: 0.78;
  }

  100% {
    background-position:
      0 0,
      22px 34px,
      0 0,
      0 0;
    transform: translate3d(-6%, -3%, 0) scale(1);
    opacity: 0.62;
  }
}

@keyframes vault-star-grid {
  0% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      -220px 0;
  }

  100% {
    background-position:
      64px 42px,
      -58px 36px,
      192px 0,
      0 102px,
      360px 0;
  }
}

@keyframes vault-zone-pulse {
  0%,
  100% {
    filter: saturate(1) brightness(1);
    box-shadow:
      inset 0 0 0 1px color-mix(in srgb, var(--cyan), transparent 86%),
      inset 0 -42px 82px var(--halo),
      inset 0 28px 58px var(--glow-soft),
      0 0 34px var(--halo),
      0 30px 70px rgba(0, 0, 0, 0.36);
  }

  45% {
    filter: saturate(1.28) brightness(1.12);
    box-shadow:
      inset 0 0 0 1px color-mix(in srgb, var(--cyan), transparent 76%),
      inset 0 -56px 96px color-mix(in srgb, var(--accent), transparent 70%),
      inset 0 34px 72px color-mix(in srgb, var(--cyan), transparent 80%),
      0 0 46px var(--glow-strong),
      0 30px 70px rgba(0, 0, 0, 0.36);
  }
}

@media (prefers-reduced-motion: reduce) {
  .media-zone,
  .media-zone::before,
  .media-zone::after,
  .product-image,
  .product-detail-panel::before,
  .showcase-stars,
  .detail-console-image,
  .gameboy-display-card::before,
  .gameboy-display-card img,
  .splash-logo-bounce {
    animation: none;
  }

  .gameboy-card-starfield {
    opacity: 0.32;
  }

}

.product-stage {
  position: absolute;
  left: clamp(0px, 2vw, 30px);
  bottom: clamp(-14px, -1vw, 0px);
  width: min(760px, 100%);
  pointer-events: none;
}

.product-image {
  width: 100%;
  max-width: min(550px, 78%);
  filter:
    drop-shadow(0 0 14px var(--glow-soft))
    drop-shadow(0 0 30px var(--halo))
    drop-shadow(0 42px 55px rgba(0, 0, 0, 0.34));
  user-select: none;
  pointer-events: none;
  animation: hero-product-glow 4.8s ease-in-out infinite;
  transition: filter 0.45s ease;
}

@keyframes hero-product-glow {
  0%,
  100% {
    filter:
      drop-shadow(0 0 12px var(--glow-soft))
      drop-shadow(0 0 26px var(--halo))
      drop-shadow(0 42px 55px rgba(0, 0, 0, 0.34));
  }

  50% {
    filter:
      drop-shadow(0 0 20px var(--glow-soft))
      drop-shadow(0 0 44px var(--glow-strong))
      drop-shadow(0 48px 62px rgba(0, 0, 0, 0.42));
  }
}

.product-card {
  position: absolute;
  right: clamp(0px, 2vw, 26px);
  bottom: clamp(86px, 11vw, 140px);
  width: clamp(158px, 15vw, 188px);
  background:
    linear-gradient(135deg, var(--halo), transparent 34%),
    rgba(5, 8, 14, 0.82);
  backdrop-filter: blur(10px);
  border: 1px solid var(--media-border);
  border-radius: 8px;
  padding: clamp(14px, 1.4vw, 18px);
  box-shadow:
    0 0 28px var(--halo),
    0 18px 38px rgba(0, 0, 0, 0.34),
    inset 0 0 18px color-mix(in srgb, var(--cyan), transparent 92%);
  pointer-events: auto;
  transition:
    background 0.55s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.product-card .label {
  font-size: 14px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--accent-soft), white 30%);
  letter-spacing: 0.04em;
}

.product-card .price {
  font-size: 56px;
  line-height: 0.95;
  margin: 10px 0 10px;
  letter-spacing: 0;
  color: #fff7df;
  text-shadow: 0 0 18px var(--glow-strong);
}

.product-card .meta {
  color: #c9d8e8;
  font-size: 15px;
}

.spin-badge {
  position: absolute;
  right: 132px;
  top: 84px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: rgba(43, 48, 59, 0.74);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  pointer-events: auto;
}

.spin-badge span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.swatch {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid transparent;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.swatch.active {
  border-color: #fff;
  outline: 2px solid rgba(0, 0, 0, 0.14);
}

.swatch.slate {
  background: #7a859b;
}
.swatch.orange {
  background: var(--accent);
}
.swatch.black {
  background: #202020;
}



.chip {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1.5px solid rgba(17, 17, 17, 0.42);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.55);
}

.hero-right {
  position: relative;
  grid-column: 2;
  min-width: 0;
  padding: clamp(76px, 12vw, 170px) clamp(0px, 2vw, 30px) 20px 0;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.2vw, 26px);
}

.avatars {
  display: flex;
  align-items: center;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--panel);
  margin-left: -10px;
  background: linear-gradient(135deg, #31343b, #888ea0);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.avatar:first-child {
  margin-left: 0;
}
.avatar:nth-child(2) {
  background: linear-gradient(135deg, #101114, #4f586c);
}
.avatar:nth-child(3) {
  background: linear-gradient(135deg, #d6c0b0, #7e5f55);
}
.avatar:nth-child(4) {
  background: linear-gradient(135deg, #f6e1ce, #ae7f62);
}

.stars {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2d2d2d;
  font-size: 15px;
}

.stars strong {
  letter-spacing: 0.02em;
}

.copy {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #e8edf3;
}

.info-block {
  margin-top: clamp(0px, 1.4vw, 18px);
  max-width: 560px;
}

.info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 17px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fff2dc;
}

.plus {
  font-size: 46px;
  line-height: 0.8;
  font-weight: 300;
  color: var(--accent-soft);
  text-shadow: 0 0 18px var(--glow-strong);
}

.info-body {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  line-height: 1.12;
  text-transform: uppercase;
  color: #aeb9c7;
  letter-spacing: 0.02em;
}

.hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 6px;
  flex-wrap: nowrap;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  white-space: nowrap;
}

.primary-btn {
  background: var(--button-bg);
  color: #fff;
  box-shadow:
    0 0 24px var(--glow-strong),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.secondary-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--button-border);
  color: #fff2dc;
  box-shadow: inset 0 0 18px color-mix(in srgb, var(--accent), transparent 92%);
}

.primary-btn.is-added,
.secondary-btn.is-added,
.nav-cta.is-added,
.console-buy.is-added {
  animation: buy-added 0.78s ease both;
}

.site-search-panel {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: start center;
  padding: clamp(88px, 12vh, 130px) 18px 24px;
  background:
    radial-gradient(circle at 50% 14%, color-mix(in srgb, var(--accent), transparent 70%), transparent 28%),
    rgba(2, 5, 13, 0.78);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(14px);
  transition: opacity 0.24s ease;
}

.site-search-panel.is-open {
  opacity: 1;
  pointer-events: auto;
}

.site-search-form,
.site-search-results {
  width: min(720px, 100%);
}

.site-search-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 10px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 70%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 86%), transparent 44%),
    rgba(5, 10, 24, 0.94);
  box-shadow:
    0 0 32px var(--halo),
    inset 0 0 28px color-mix(in srgb, var(--cyan), transparent 92%);
}

.site-search-form label {
  display: grid;
  gap: 8px;
}

.site-search-form span {
  color: color-mix(in srgb, var(--text), transparent 34%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-search-input {
  width: 100%;
  min-height: 52px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 78%);
  border-radius: 8px;
  outline: 0;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font: inherit;
  font-size: 18px;
  padding: 12px 16px;
  box-shadow: inset 0 0 18px color-mix(in srgb, var(--cyan), transparent 94%);
}

.site-search-input::placeholder {
  color: color-mix(in srgb, var(--text), transparent 58%);
}

.site-search-input:focus {
  border-color: var(--accent-soft);
  box-shadow:
    0 0 20px var(--halo),
    inset 0 0 18px color-mix(in srgb, var(--cyan), transparent 92%);
}

.site-search-close {
  width: 46px;
  height: 46px;
  align-self: end;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 76%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 28px;
  line-height: 1;
}

.site-search-results {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.site-search-result,
.site-search-empty {
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 82%);
  border-radius: 8px;
  background: rgba(5, 10, 24, 0.86);
  box-shadow: inset 0 0 18px color-mix(in srgb, var(--cyan), transparent 94%);
}

.site-search-result {
  min-height: 74px;
  padding: 14px 16px;
  display: grid;
  align-content: center;
  gap: 5px;
  color: var(--text);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.site-search-result:hover,
.site-search-result:focus-visible {
  transform: translateY(-2px);
  border-color: var(--accent-soft);
  box-shadow:
    0 0 22px var(--halo),
    inset 0 0 22px color-mix(in srgb, var(--cyan), transparent 92%);
}

.site-search-result strong {
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-search-result span,
.site-search-empty {
  color: color-mix(in srgb, var(--text), transparent 32%);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.site-search-empty {
  margin: 0;
  padding: 18px;
}

.cart-toast {
  position: fixed;
  right: clamp(16px, 4vw, 34px);
  bottom: clamp(18px, 4vw, 34px);
  z-index: 90;
  max-width: min(360px, calc(100vw - 32px));
  min-height: 68px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 58%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 78%), transparent 46%),
    rgba(5, 10, 24, 0.94);
  color: var(--text);
  box-shadow:
    0 0 28px var(--halo),
    inset 0 0 22px color-mix(in srgb, var(--cyan), transparent 94%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.98);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cart-toast-icon {
  position: relative;
  width: 26px;
  height: 22px;
  flex: 0 0 auto;
  border: 2px solid var(--accent-soft);
  border-top: 0;
  border-radius: 4px 4px 8px 8px;
  box-shadow: 0 0 16px var(--glow-strong);
}

.cart-toast-icon::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: -9px;
  height: 12px;
  border: 2px solid var(--accent-soft);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.cart-toast strong {
  display: block;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(14px, 4vw, 32px);
  background: #000;
  color: #f7f1e4;
  opacity: 1;
  pointer-events: auto;
  transition:
    opacity 0.62s ease,
    transform 0.62s ease,
    filter 0.62s ease;
}

.site-loader.is-leaving {
  opacity: 0;
  transform: scale(1.015);
  filter: blur(6px);
}

.site-loader.is-wheel-loader {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 44%, color-mix(in srgb, var(--cyan), transparent 86%), transparent 30%),
    rgba(3, 7, 18, 0.74);
  color: var(--text);
  opacity: 0;
  backdrop-filter: blur(10px);
  transform: none;
  filter: none;
  transition: opacity 0.18s ease;
}

.site-loader.is-wheel-loader.is-visible {
  opacity: 1;
}

.site-loader.is-wheel-loader.is-leaving {
  opacity: 0;
  transform: none;
  filter: none;
}

.loading-wheel-panel {
  min-width: 154px;
  min-height: 128px;
  padding: 22px;
  display: grid;
  place-items: center;
  gap: 14px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 62%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(103, 240, 255, 0.12), rgba(66, 87, 255, 0.12)),
    rgba(5, 11, 28, 0.92);
  box-shadow:
    0 0 34px color-mix(in srgb, var(--cyan), transparent 78%),
    inset 0 0 28px rgba(255, 255, 255, 0.055);
}

.loading-wheel {
  width: 48px;
  height: 48px;
  border: 3px solid color-mix(in srgb, var(--cyan), transparent 72%);
  border-top-color: var(--cyan);
  border-right-color: var(--accent-soft);
  border-radius: 999px;
  animation: loading-wheel-spin 0.72s linear infinite;
  box-shadow:
    0 0 18px var(--glow-soft),
    inset 0 0 14px color-mix(in srgb, var(--accent), transparent 76%);
}

.loading-wheel-text {
  color: color-mix(in srgb, var(--text), transparent 16%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@keyframes loading-wheel-spin {
  to {
    transform: rotate(360deg);
  }
}

.site-loader-frame {
  position: relative;
  width: min(420px, 100%);
  padding: clamp(18px, 4vw, 28px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
}

.splash {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: grid;
  place-items: center;
  opacity: 1;
  transition: opacity 0.8s ease;
}

.splash.is-leaving {
  opacity: 0;
}

.splash-inner {
  width: min(460px, calc(100vw - 28px));
  max-height: calc(100dvh - 28px);
  display: grid;
  justify-items: center;
  gap: clamp(9px, 2.4vw, 16px);
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

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

.splash-logo,
.splash-loading,
.splash-bar-wrap,
.splash-percent {
  opacity: 0;
  transform: translateY(8px);
}

.splash-logo.is-visible,
.splash-loading.is-visible,
.splash-bar-wrap.is-visible,
.splash-percent.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.splash-logo-bounce {
  width: clamp(150px, 36vw, 260px);
  animation: splash-logo-bounce 1.8s ease-in-out infinite;
  transform-origin: center;
  will-change: transform;
}

.splash-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 0 12px rgba(255, 255, 255, 0.08))
    drop-shadow(0 0 2px rgba(255, 255, 255, 0.16));
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.splash-loading {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  font-size: clamp(11px, 2.6vw, 22px);
  margin-top: clamp(14px, 4vh, 30px);
  line-height: 1;
  font-family: "Press Start 2P", monospace;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #f8f8f8;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.9);
  transition:
    opacity 0.6s ease 0.08s,
    transform 0.6s ease 0.08s;
}

.splash-dot {
  display: inline-block;
  animation: splash-dot-pulse 1.05s ease-in-out infinite;
}

.splash-dot:nth-child(3) {
  animation-delay: 0.15s;
}

.splash-dot:nth-child(4) {
  animation-delay: 0.3s;
}

@keyframes splash-dot-pulse {
  0%,
  20% {
    opacity: 0.22;
    transform: translateY(0);
  }

  45% {
    opacity: 1;
    transform: translateY(-0.22em);
  }

  80%,
  100% {
    opacity: 0.22;
    transform: translateY(0);
  }
}

.splash-bar-wrap {
  width: min(320px, 78%);
  height: clamp(14px, 4vw, 28px);
  padding: 0;
  border: 1px solid #57f2e3;
  border-radius: 999px;
  background: rgba(5, 24, 24, 0.72);
  box-shadow:
    inset 0 0 10px rgba(87, 242, 227, 0.18),
    0 0 12px rgba(87, 242, 227, 0.12);
  overflow: hidden;
  transition:
    opacity 0.6s ease 0.16s,
    transform 0.6s ease 0.16s;
}

.splash-bar {
  width: 0%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.splash-bar::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background:
    repeating-linear-gradient(
      90deg,
      /* Loading bar segment color: Tech Vault cyan-blue theme */
      #07c0fd 0 clamp(11px, 3.8vw, 17px),
      transparent clamp(11px, 3.8vw, 17px) clamp(16px, 5vw, 23px)
    );
  filter:
    drop-shadow(0 0 4px rgba(7, 192, 253, 0.92))
    drop-shadow(0 0 12px rgba(87, 242, 227, 0.58));
  image-rendering: pixelated;
}

.splash-percent {
  font-family: "Press Start 2P", monospace;
  font-size: clamp(12px, 2vw, 22px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #f8f8f8;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.9);
  transition:
    opacity 0.6s ease 0.24s,
    transform 0.6s ease 0.24s;
}

@keyframes splash-logo-bounce {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }

  35% {
    transform: scale3d(1.08, 1.08, 1);
  }

  55% {
    transform: scale3d(0.97, 0.97, 1);
  }

  72% {
    transform: scale3d(1.03, 1.03, 1);
  }
}

.home-loader-page:not(.loader-done) .page-shell {
  opacity: 0;
  transform: scale(0.985);
  filter: blur(10px);
}

.page-shell,
.product-page-shell {
  transition:
    opacity 0.62s ease,
    transform 0.62s ease,
    filter 0.62s ease;
}

.loader-done .page-shell,
.loader-done .product-page-shell {
  animation: page-breathe-in 0.78s ease both;
}

.page-transitioning .page-shell,
.page-transitioning .product-page-shell {
  opacity: 0.16;
  transform: scale(0.985);
  filter: blur(8px);
}

@keyframes page-breathe-in {
  from {
    opacity: 0;
    transform: scale(0.985);
    filter: blur(10px);
  }

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

@keyframes cart-bump {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  35% {
    transform: translateY(-5px) scale(1.12);
    box-shadow:
      0 0 28px var(--glow-strong),
      inset 0 0 18px color-mix(in srgb, var(--accent), transparent 86%);
  }
}

@keyframes buy-added {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  42% {
    transform: translateY(-3px) scale(1.04);
    box-shadow:
      0 0 32px var(--glow-strong),
      0 0 52px var(--halo),
      inset 0 1px 0 rgba(255, 255, 255, 0.38);
  }
}

.shop {
  margin-top: clamp(22px, 3vw, 40px);
  padding: 0 6px 10px;
}

.shop-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-title {
  font-size: 58px;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}

.section-copy {
  max-width: 420px;
  color: #aeb9c7;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 20px;
}

.product-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  background: var(--card-bg);
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 72%);
  border-radius: 8px;
  padding: 22px 22px 106px;
  min-height: 324px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.product-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 22px 22px, var(--halo), transparent 2px),
    radial-gradient(circle at 22px 22px, var(--glow-soft), transparent 1px);
  background-size: 34px 34px, 17px 17px;
  mask-image: linear-gradient(180deg, transparent 0, #000 46%, #000 100%);
  opacity: 0.38;
}

.product-tile::after {
  content: "↗";
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--button-bg);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.product-tile:hover {
  transform: translateY(-7px);
  border-color: var(--media-border);
  box-shadow:
    0 0 28px var(--halo),
    0 26px 44px rgba(0, 0, 0, 0.36);
}

.product-tile:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.tile-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  min-width: 0;
}

.tile-top > div:first-child {
  min-width: 0;
}

.tile-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 76%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  color: color-mix(in srgb, var(--accent-soft), white 24%);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.tile-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent), black 6%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  flex: 0 0 auto;
  white-space: nowrap;
  box-shadow: 0 12px 22px var(--halo);
}

.tile-name {
  margin: 14px 0 8px;
  font-size: 31px;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.tile-desc {
  margin: 0;
  color: #aeb9c7;
  font-size: 14px;
  line-height: 1.48;
  max-width: min(30ch, calc(100% - 54px));
  text-transform: uppercase;
}

.tile-visual {
  position: absolute;
  right: -12px;
  bottom: -18px;
  align-self: flex-end;
  width: clamp(118px, 11vw, 150px);
  height: clamp(118px, 11vw, 150px);
  border-radius: 50%;
  margin-top: 0;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 245, 219, 0.86), transparent 24%),
    linear-gradient(135deg, var(--halo), var(--glow-soft));
  display: grid;
  place-items: center;
  font-size: 48px;
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--accent-soft), transparent 78%),
    0 18px 34px rgba(0, 0, 0, 0.24),
    0 0 28px color-mix(in srgb, var(--accent), transparent 88%);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.product-tile:hover .tile-visual {
  transform: translate(-8px, -8px) rotate(-4deg);
  box-shadow:
    inset 0 0 0 1px rgba(13, 13, 13, 0.08),
    0 22px 38px rgba(36, 39, 48, 0.16);
}

.tile-visual::before {
  content: attr(data-icon);
  filter: grayscale(1);
  transform: translate(-12px, -10px);
}

.footer-strip {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 6px 0;
  color: #97a6b8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-page-shell {
  min-height: 100vh;
  padding: clamp(16px, 5vw, 84px);
  display: grid;
  gap: clamp(18px, 3vw, 30px);
  place-items: center;
}

.product-detail-panel {
  position: relative;
  width: min(1180px, 100%);
  min-height: min(760px, calc(100vh - 56px));
  padding: clamp(22px, 3vw, 40px);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 74%);
  background-color: #10204f;
  box-shadow:
    0 34px 84px rgba(0, 0, 0, 0.38),
    inset 0 0 90px rgba(255, 255, 255, 0.04);
}

body[data-theme="nebula"] .product-detail-panel {
  background:
    radial-gradient(circle at 58% 42%, rgba(126, 231, 255, 0.16), transparent 26%),
    radial-gradient(circle at 18% 72%, rgba(179, 104, 255, 0.32), transparent 32%),
    linear-gradient(135deg, rgba(39, 32, 110, 0.9), rgba(8, 7, 34, 0.98));
}

/* ================================
   COMPONENT - FOOTER
================================ */

.site-footer {
  position: relative;
  width: min(1180px, 100%);
  box-sizing: border-box;
  margin-top: 20px;
  padding: clamp(18px, 2.6vw, 30px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.8fr) minmax(220px, 0.9fr);
  gap: clamp(16px, 3vw, 30px);
  align-items: center;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 78%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(3, 6, 18, 0.9), rgba(3, 6, 18, 0.72)),
    radial-gradient(circle at 86% 28%, color-mix(in srgb, var(--cyan), transparent 82%), transparent 24%),
    url("../assets/images/footerimage.png") center / cover no-repeat,
    linear-gradient(135deg, rgba(6, 16, 42, 0.92), rgba(3, 6, 18, 0.96));
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.34),
    inset 0 0 44px rgba(255, 255, 255, 0.035);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--cyan), transparent 92%) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in srgb, var(--accent), transparent 94%) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.32;
}

.site-footer > * {
  position: relative;
  min-width: 0;
  z-index: 1;
}

.site-footer-brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.footer-logo-link {
  width: 92px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 70%);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.footer-logo {
  width: 78px;
  height: auto;
  filter:
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.22))
    drop-shadow(0 0 18px var(--glow-strong));
}

.site-footer-brand strong,
.site-footer-art span {
  display: block;
  color: var(--text);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer-brand p {
  max-width: 360px;
  margin: 8px 0 0;
  color: color-mix(in srgb, var(--text), transparent 26%);
  font-size: 13px;
  line-height: 1.55;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.site-footer-links a {
  min-width: 0;
  min-height: 40px;
  padding: 11px 14px;
  display: inline-grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 78%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: color-mix(in srgb, var(--text), transparent 18%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--cyan), transparent 42%);
  color: var(--text);
  box-shadow: 0 0 24px color-mix(in srgb, var(--cyan), transparent 82%);
}

.site-footer-art {
  min-width: 0;
  min-height: 120px;
  padding: 12px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 78%);
  border-radius: 8px;
  background:
    radial-gradient(circle at 35% 40%, color-mix(in srgb, var(--cyan), transparent 76%), transparent 44%),
    rgba(255, 255, 255, 0.045);
}

.site-footer-art img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.36));
}

.site-footer-art-logo {
  min-height: 132px;
  grid-template-columns: 1fr;
  place-items: center;
}

.site-footer-art-logo a {
  width: min(340px, 92%);
  max-width: 100%;
  display: grid;
  place-items: center;
  border-radius: 8px;
  transition:
    transform 0.22s ease,
    filter 0.22s ease;
}

.site-footer-art-logo a:hover,
.site-footer-art-logo a:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 0 18px color-mix(in srgb, var(--cyan), transparent 58%));
}

.site-footer-art-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.site-footer-art span {
  color: color-mix(in srgb, var(--text), transparent 18%);
  font-size: 11px;
  line-height: 1.45;
}

.product-detail-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--cyan), transparent 88%) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in srgb, var(--accent), transparent 90%) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.26) 0 1px, transparent 1.5px);
  background-size: 56px 56px, 56px 56px, 88px 88px;
  opacity: 0.24;
  pointer-events: none;
  animation: product-panel-drift 12s ease-in-out infinite;
}

.product-detail-panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background:
    linear-gradient(180deg, transparent, color-mix(in srgb, var(--accent), transparent 82%)),
    repeating-linear-gradient(90deg, color-mix(in srgb, var(--cyan), transparent 76%) 0 1px, transparent 1px 70px),
    repeating-linear-gradient(0deg, color-mix(in srgb, var(--accent), transparent 80%) 0 1px, transparent 1px 30px);
  opacity: 0.45;
  transform: perspective(520px) rotateX(60deg);
  transform-origin: 50% 100%;
  pointer-events: none;
}

.product-nav {
  position: relative;
  z-index: 4;
}

.product-detail-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.08fr) minmax(150px, 0.3fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  min-height: 530px;
  padding-top: clamp(48px, 7vw, 86px);
}

.product-copy-panel {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.product-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
  color: color-mix(in srgb, var(--text), transparent 28%);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.product-detail-title {
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 0 20px var(--glow-strong),
    0 0 40px var(--glow-soft);
}

.product-lede {
  max-width: 56ch;
  margin: 0 0 30px;
  color: color-mix(in srgb, var(--text), transparent 24%);
  font-size: 15px;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 34px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 82%);
  background: rgba(255, 255, 255, 0.06);
}

.product-facts div {
  min-height: 82px;
  padding: 13px 10px;
  display: grid;
  align-content: center;
  gap: 4px;
  text-align: center;
  border-right: 1px solid color-mix(in srgb, var(--cyan), transparent 86%);
}

.product-facts div:last-child {
  border-right: 0;
}

.product-facts span,
.product-facts small,
.product-side-card span,
.detail-price-card span,
.option-meter small {
  color: color-mix(in srgb, var(--text), transparent 36%);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-facts strong {
  color: var(--text);
  font-size: clamp(16px, 1.6vw, 20px);
  letter-spacing: 0.04em;
}

.product-detail-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.product-showcase {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.showcase-stars {
  position: absolute;
  inset: 8% -8% 4%;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--media-star-one) 0 1px, transparent 1.6px),
    radial-gradient(circle, var(--media-star-two) 0 1px, transparent 1.7px),
    radial-gradient(circle at 48% 56%, var(--glow-soft), transparent 42%);
  background-size: 54px 54px, 92px 92px, 100% 100%;
  opacity: 0.72;
  filter: blur(0.2px);
  animation: vault-space-drift 9s ease-in-out infinite;
}

.detail-console-image {
  position: relative;
  z-index: 2;
  width: min(560px, 110%);
  max-width: none;
  filter:
    drop-shadow(0 0 18px var(--glow-soft))
    drop-shadow(0 0 42px var(--glow-strong))
    drop-shadow(0 52px 48px rgba(0, 0, 0, 0.42));
  animation: hero-product-glow 4.8s ease-in-out infinite;
}

.detail-price-card {
  position: absolute;
  z-index: 3;
  right: -10px;
  top: 24%;
  width: clamp(210px, 20vw, 280px);
  min-height: 138px;
  padding: 22px;
  display: grid;
  gap: 8px;
  align-content: center;
  border: 1px solid var(--media-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--halo), transparent 38%),
    rgba(3, 7, 18, 0.78);
  box-shadow:
    0 0 34px var(--glow-strong),
    inset 0 0 22px color-mix(in srgb, var(--cyan), transparent 92%);
  backdrop-filter: blur(8px);
}

.detail-price-card strong {
  color: var(--text);
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.product-side-card {
  align-self: end;
  min-height: 170px;
  padding: 24px;
  display: grid;
  gap: 10px;
  align-content: center;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--cyan), transparent 74%), transparent 46%),
    color-mix(in srgb, var(--accent), transparent 62%);
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 72%);
  box-shadow: 0 0 28px var(--halo);
}

.product-side-card strong {
  color: var(--text);
  font-size: 30px;
  line-height: 0.95;
  text-transform: uppercase;
}

.product-side-card small {
  font-size: 13px;
  line-height: 1.5;
}

.product-option-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(18px, 4vw, 46px);
  border-top: 1px solid color-mix(in srgb, var(--cyan), transparent 80%);
  border-bottom: 1px solid color-mix(in srgb, var(--accent), transparent 78%);
  background: rgba(0, 0, 0, 0.12);
}

.option-meter {
  min-height: 96px;
  padding: 18px 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  align-content: center;
  border-right: 1px solid color-mix(in srgb, var(--cyan), transparent 84%);
}

.option-meter:last-child {
  border-right: 0;
}

.option-icon {
  grid-row: span 2;
  color: var(--accent-soft);
  font-size: 30px;
  text-shadow: 0 0 16px var(--glow-strong);
}

.option-meter strong {
  color: var(--text);
  font-size: 17px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-detail-panel {
  width: min(1280px, 100%);
}

.shop-hero-panel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  padding: clamp(46px, 6vw, 76px) 0 clamp(24px, 3vw, 36px);
}

.shop-detail-title {
  margin: 0 0 18px;
  max-width: 900px;
  color: var(--text);
  font-size: clamp(58px, 8vw, 118px);
  line-height: 0.88;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 0 22px var(--glow-strong),
    0 0 48px var(--glow-soft);
}

.shop-hero-stat {
  min-height: 190px;
  padding: 24px;
  display: grid;
  align-content: center;
  gap: 10px;
  border: 1px solid var(--media-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--halo), transparent 44%),
    rgba(3, 7, 18, 0.7);
  box-shadow:
    0 0 34px var(--halo),
    inset 0 0 22px color-mix(in srgb, var(--cyan), transparent 92%);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

.shop-hero-stat span,
.console-kicker {
  color: color-mix(in srgb, var(--accent-soft), white 24%);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.shop-hero-stat strong {
  color: var(--text);
  font-size: clamp(54px, 6vw, 82px);
  line-height: 0.9;
  text-shadow: 0 0 20px var(--glow-strong);
}

.shop-hero-stat small {
  color: color-mix(in srgb, var(--text), transparent 36%);
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
}

.shop-hero-stat:hover {
  transform: translateY(-6px);
}

.shop-hero-stat.is-nintendo {
  border-color: rgba(124, 161, 255, 0.48);
  background:
    linear-gradient(135deg, rgba(66, 102, 255, 0.28), transparent 42%),
    radial-gradient(circle at 82% 18%, rgba(103, 240, 255, 0.14), transparent 24%),
    rgba(4, 9, 24, 0.84);
  box-shadow:
    0 0 30px rgba(66, 102, 255, 0.18),
    inset 0 0 22px rgba(103, 240, 255, 0.09);
}

.shop-hero-stat.is-nintendo span {
  color: #9bc4ff;
}

.shop-hero-stat.is-nintendo strong {
  text-shadow:
    0 0 20px rgba(72, 98, 255, 0.34),
    0 0 34px rgba(103, 240, 255, 0.12);
}

.shop-hero-stat.is-ps2 {
  border-color: rgba(124, 161, 255, 0.48);
  background:
    linear-gradient(135deg, rgba(66, 102, 255, 0.28), transparent 42%),
    radial-gradient(circle at 82% 18%, rgba(103, 240, 255, 0.14), transparent 24%),
    rgba(4, 9, 24, 0.84);
  box-shadow:
    0 0 30px rgba(66, 102, 255, 0.18),
    inset 0 0 22px rgba(103, 240, 255, 0.09);
}

.shop-hero-stat.is-ps2 span {
  color: #9bc4ff;
}

.shop-hero-stat.is-ps2 strong {
  text-shadow:
    0 0 20px rgba(72, 98, 255, 0.34),
    0 0 34px rgba(103, 240, 255, 0.12);
}

.shop-hero-stat.is-retroid {
  border-color: rgba(120, 120, 132, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 38%),
    radial-gradient(circle at 82% 18%, rgba(110, 110, 120, 0.14), transparent 24%),
    rgba(5, 6, 10, 0.92);
  box-shadow:
    0 0 26px rgba(0, 0, 0, 0.28),
    inset 0 0 22px rgba(255, 255, 255, 0.05);
}

.shop-hero-stat.is-retroid span {
  color: #d3d5dd;
}

.shop-hero-stat.is-retroid strong {
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.12);
}

.shop-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.shop-hero-tags span {
  min-height: 34px;
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 76%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: color-mix(in srgb, var(--text), transparent 22%);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shop-toolbar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(220px, 0.34fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 78%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 90%), transparent 44%),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 22px color-mix(in srgb, var(--cyan), transparent 94%);
}

.shop-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.shop-tabs a,
.shop-sort button {
  min-height: 38px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: color-mix(in srgb, var(--text), transparent 20%);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shop-tabs a.active,
.shop-tabs a:hover,
.shop-sort button {
  border-color: color-mix(in srgb, var(--accent-soft), transparent 58%);
  background: color-mix(in srgb, var(--accent), transparent 76%);
  color: var(--text);
  box-shadow: 0 0 18px var(--halo);
}

.shop-sort {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.shop-sort span {
  color: color-mix(in srgb, var(--text), transparent 34%);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-search {
  min-height: 42px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 78%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  color: var(--accent-soft);
}

.shop-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 13px;
}

.shop-search input::placeholder {
  color: color-mix(in srgb, var(--text), transparent 52%);
}

.console-slider-section {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
}

.console-slider-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.console-slider-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.console-slider-head h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(28px, 4vw, 52px);
  line-height: 0.94;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 22px var(--glow-strong);
}

.console-slider-controls {
  display: none;
  gap: 10px;
  flex: 0 0 auto;
}

.console-slider-btn {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 62%);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 25%, color-mix(in srgb, var(--cyan), transparent 68%), transparent 44%),
    rgba(0, 0, 0, 0.34);
  color: var(--text);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0 18px color-mix(in srgb, var(--cyan), transparent 84%);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    border-color 0.2s ease;
}

.console-slider-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: var(--cyan);
}

.console-slider-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.console-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
  padding: 0;
}

.console-shop-grid::-webkit-scrollbar {
  display: none;
}

.console-shop-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.console-shop-grid::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--cyan), transparent 38%);
  border-radius: 999px;
}

.console-shop-card {
  position: relative;
  min-width: 0;
  min-height: 230px;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(180px, 0.95fr) minmax(220px, 1fr);
  align-items: center;
  gap: 18px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 56%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 80%), transparent 42%),
    radial-gradient(circle at 30% 62%, var(--glow-soft), transparent 36%),
    rgba(7, 6, 28, 0.82);
  box-shadow:
    0 0 18px color-mix(in srgb, var(--accent), transparent 82%),
    inset 0 0 28px color-mix(in srgb, var(--accent), transparent 86%);
  transition:
    transform 0.22s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease;
}

.console-shop-card[hidden] {
  display: none;
}

.console-shop-grid.is-switching .console-shop-card:not([hidden]) {
  animation: mobile-card-enter 0.34s ease both;
}

.console-shop-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--cyan), transparent 84%) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in srgb, var(--accent), transparent 84%) 1px, transparent 1px),
    linear-gradient(90deg, transparent, var(--media-sweep), transparent);
  background-size: 44px 44px, 44px 44px, 100% 100%;
  opacity: 0.28;
  pointer-events: none;
}

.console-shop-card::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 64%);
  clip-path: polygon(
    0 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%
  );
  pointer-events: none;
}

.console-shop-card:hover {
  transform: translateY(-5px);
  border-color: var(--media-border);
  box-shadow:
    0 0 30px var(--halo),
    0 28px 48px rgba(0, 0, 0, 0.36);
}

.console-card-visual {
  position: relative;
  z-index: 2;
  min-height: 186px;
  display: grid;
  place-items: center;
}

.console-card-visual::before {
  content: "";
  position: absolute;
  inset: auto 0 8px;
  height: 48%;
  background:
    linear-gradient(180deg, transparent, color-mix(in srgb, var(--accent), transparent 72%)),
    repeating-linear-gradient(90deg, color-mix(in srgb, var(--accent-soft), transparent 58%) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(0deg, color-mix(in srgb, var(--cyan), transparent 72%) 0 1px, transparent 1px 18px);
  opacity: 0.3;
  transform: perspective(240px) rotateX(56deg);
  transform-origin: 50% 100%;
}

.console-shop-card img {
  position: relative;
  z-index: 2;
  width: min(280px, 112%);
  filter:
    drop-shadow(0 0 16px var(--glow-soft))
    drop-shadow(0 0 34px var(--glow-strong))
    drop-shadow(0 28px 34px rgba(0, 0, 0, 0.38));
  transition: transform 0.32s ease;
}

.console-system-mark {
  position: relative;
  z-index: 2;
  width: clamp(116px, 16vw, 176px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 54%);
  border-radius: 18px;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(103, 240, 255, 0.2), rgba(112, 56, 255, 0.16));
  color: var(--text);
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 950;
  letter-spacing: 0.04em;
  text-shadow:
    0 0 18px var(--glow-strong),
    0 0 34px var(--glow-soft);
  box-shadow:
    0 0 24px color-mix(in srgb, var(--cyan), transparent 82%),
    inset 0 0 28px color-mix(in srgb, var(--accent), transparent 82%);
}

.console-shop-card:hover img {
  transform: translateY(-8px) scale(1.04);
}

.gameboy-shop-card {
  border-color: rgba(88, 239, 255, 0.56);
  background:
    radial-gradient(circle at 78% 20%, rgba(88, 239, 255, 0.24), transparent 24%),
    radial-gradient(circle at 34% 66%, rgba(91, 125, 255, 0.38), transparent 34%),
    linear-gradient(135deg, rgba(7, 21, 62, 0.92), rgba(21, 75, 139, 0.78));
  box-shadow:
    0 0 24px rgba(88, 239, 255, 0.22),
    inset 0 0 32px rgba(88, 239, 255, 0.1);
}

.gameboy-shop-card::before {
  background:
    linear-gradient(90deg, rgba(88, 239, 255, 0.2) 1px, transparent 1px),
    linear-gradient(0deg, rgba(134, 181, 255, 0.16) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.4) 0 1px, transparent 1.7px),
    linear-gradient(90deg, transparent, rgba(88, 239, 255, 0.18), transparent);
  background-size: 42px 42px, 42px 42px, 78px 78px, 100% 100%;
  opacity: 0.42;
}

.gameboy-shop-card::after {
  border-color: rgba(88, 239, 255, 0.56);
}

.gameboy-shop-card .console-card-visual::before {
  background:
    linear-gradient(180deg, transparent, rgba(88, 239, 255, 0.28)),
    repeating-linear-gradient(90deg, rgba(88, 239, 255, 0.34) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(0deg, rgba(134, 181, 255, 0.24) 0 1px, transparent 1px 18px);
}

.gameboy-shop-card .console-kicker,
.gameboy-shop-card .console-card-meta span + span::before {
  color: #86f4ff;
}

.gameboy-shop-card .console-price {
  border-color: rgba(88, 239, 255, 0.58);
  background: rgba(5, 20, 58, 0.52);
  text-shadow: 0 0 20px rgba(88, 239, 255, 0.5);
}

.gameboy-shop-card .console-buy {
  background: linear-gradient(180deg, #74c4ff, #596fff);
  box-shadow: 0 0 24px rgba(88, 239, 255, 0.36);
}

.ps2-shop-card {
  border-color: rgba(118, 138, 255, 0.58);
  background:
    radial-gradient(circle at 76% 22%, rgba(74, 94, 255, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(8, 13, 46, 0.94), rgba(23, 29, 86, 0.86));
}

.ps2-shop-card .console-system-mark {
  border-radius: 12px;
  border-color: rgba(118, 138, 255, 0.64);
  background: linear-gradient(135deg, rgba(50, 58, 128, 0.92), rgba(4, 6, 20, 0.94));
}

.gamecube-shop-card {
  border-color: rgba(131, 90, 255, 0.58);
  background:
    radial-gradient(circle at 72% 24%, rgba(146, 94, 255, 0.3), transparent 26%),
    linear-gradient(135deg, rgba(33, 14, 73, 0.94), rgba(76, 39, 142, 0.78));
}

.gamecube-shop-card .console-system-mark {
  border-radius: 28px 10px 28px 10px;
  border-color: rgba(167, 133, 255, 0.7);
}

.n64-shop-card {
  border-color: rgba(255, 196, 87, 0.5);
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 196, 87, 0.2), transparent 26%),
    linear-gradient(135deg, rgba(25, 31, 20, 0.94), rgba(30, 76, 54, 0.8));
}

.n64-shop-card .console-system-mark {
  border-color: rgba(255, 196, 87, 0.64);
  background: linear-gradient(135deg, rgba(64, 117, 74, 0.74), rgba(7, 18, 12, 0.92));
}

.retroid-shop-card {
  border-color: rgba(210, 214, 226, 0.38);
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(20, 22, 29, 0.94), rgba(62, 65, 74, 0.7));
}

.retroid-shop-card .console-system-mark {
  border-color: rgba(210, 214, 226, 0.5);
  background: linear-gradient(135deg, rgba(82, 86, 98, 0.74), rgba(5, 6, 9, 0.92));
}

.ds-shop-card {
  border-color: rgba(122, 235, 255, 0.54);
  background:
    radial-gradient(circle at 78% 18%, rgba(122, 235, 255, 0.2), transparent 25%),
    linear-gradient(135deg, rgba(7, 42, 58, 0.94), rgba(17, 88, 111, 0.78));
}

.console-card-copy {
  position: relative;
  z-index: 2;
  max-width: none;
}

.console-card-copy h2 {
  margin: 12px 0 12px;
  color: var(--text);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 0.96;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 0 18px var(--glow-strong);
}

.console-card-meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 16px;
}

.console-card-meta span {
  min-height: 28px;
  padding: 6px 0;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: color-mix(in srgb, var(--text), transparent 16%);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.console-card-meta span + span::before {
  content: "·";
  margin-right: 8px;
  color: var(--accent-soft);
}

.console-price {
  width: min(220px, 100%);
  min-height: 54px;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 34%);
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 12px 100%, 0 50%);
  background: rgba(0, 0, 0, 0.28);
  color: var(--text);
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1;
  letter-spacing: 0.04em;
  text-shadow: 0 0 20px var(--glow-strong);
}

.console-buy,
.console-details {
  width: min(220px, 100%);
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.console-buy {
  background: var(--button-bg);
  color: #fff;
  box-shadow: 0 0 22px var(--glow-strong);
}

.console-details {
  margin-top: 8px;
  min-height: 30px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 80%);
  color: color-mix(in srgb, var(--text), transparent 22%);
  font-size: 11px;
}

.featured-console {
  grid-column: auto;
}

.mobile-shop-tabs {
  display: none;
}

.mobile-shop-tabs.is-footer-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px);
}

@keyframes mobile-card-enter {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.94);
  }

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

body.gameboy-body {
  --text: #eef6ff;
  --muted: #9fb4e8;
  --line: rgba(116, 167, 255, 0.28);
  --accent: #5c7cff;
  --accent-soft: #9fc7ff;
  --cyan: #58efff;
  --halo: rgba(73, 105, 255, 0.34);
  --glow-strong: rgba(96, 133, 255, 0.48);
  --glow-soft: rgba(88, 239, 255, 0.22);
  --button-bg: linear-gradient(180deg, #70b7ff, #5a65ff);
  --button-border: rgba(137, 179, 255, 0.42);
  --body-bg:
    radial-gradient(circle at 50% 10%, rgba(91, 132, 255, 0.34), transparent 30%),
    radial-gradient(circle at 18% 48%, rgba(69, 212, 255, 0.14), transparent 28%),
    linear-gradient(135deg, #203e92 0%, #142869 50%, #101d50 100%);
}

body.gameboy-body .gameboy-page-shell {
  background:
    radial-gradient(circle at 50% 12%, rgba(105, 148, 255, 0.24), transparent 28%),
    linear-gradient(135deg, #263f92, #152765 56%, #101a49);
}

body.gameboy-body .gameboy-panel {
  width: min(1180px, 100%);
  min-height: min(760px, calc(100vh - 56px));
  border-color: rgba(88, 239, 255, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 26%, rgba(87, 237, 255, 0.18), transparent 24%),
    radial-gradient(circle at 46% 64%, rgba(82, 108, 255, 0.34), transparent 34%),
    linear-gradient(105deg, rgba(4, 15, 40, 0.96) 0 18%, rgba(13, 45, 91, 0.94) 46%, rgba(18, 55, 124, 0.96) 100%);
  box-shadow:
    0 0 0 1px rgba(88, 239, 255, 0.12),
    0 0 54px rgba(88, 239, 255, 0.12),
    0 44px 90px rgba(4, 12, 48, 0.52),
    inset 0 0 92px rgba(88, 239, 255, 0.06);
}

body.gameboy-body .gameboy-panel::before {
  background:
    linear-gradient(90deg, rgba(122, 176, 255, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(88, 239, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle, rgba(221, 238, 255, 0.22) 0 1px, transparent 1.6px);
  background-size: 48px 48px, 48px 48px, 82px 82px;
  opacity: 0.34;
}

body.gameboy-body .gameboy-panel::after {
  height: 32%;
  background:
    linear-gradient(180deg, transparent, rgba(91, 125, 255, 0.26)),
    repeating-linear-gradient(90deg, rgba(119, 177, 255, 0.24) 0 1px, transparent 1px 62px),
    repeating-linear-gradient(0deg, rgba(88, 239, 255, 0.16) 0 1px, transparent 1px 28px);
  opacity: 0.48;
}

body.gameboy-body .product-detail-title {
  max-width: 620px;
  text-shadow:
    0 0 20px rgba(88, 239, 255, 0.4),
    0 0 42px rgba(96, 133, 255, 0.28);
}

body.gameboy-body .product-facts,
body.gameboy-body .detail-price-card,
body.gameboy-body .product-side-card,
body.gameboy-body .product-option-row {
  border-color: rgba(88, 239, 255, 0.26);
  box-shadow:
    0 0 24px rgba(88, 239, 255, 0.1),
    inset 0 0 24px rgba(88, 239, 255, 0.06);
}

body.gameboy-body .product-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.gameboy-body .product-facts div {
  min-height: 104px;
  padding: 14px 12px;
  align-content: start;
  text-align: left;
}

body.gameboy-body .product-facts div:nth-child(2) {
  border-right: 0;
}

body.gameboy-body .product-facts div:nth-child(-n + 2) {
  border-bottom: 1px solid color-mix(in srgb, var(--cyan), transparent 86%);
}

body.gameboy-body .product-facts strong {
  max-width: 14ch;
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

body.gameboy-body .product-facts small {
  line-height: 1.25;
}



body.gameboy-body .detail-price-card {
  top: 78% !important;
  right: -10%;
  scale: .8;
}

.gameboy-showcase .showcase-stars {
  background:
    radial-gradient(circle, rgba(238, 250, 255, 0.92) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(88, 239, 255, 0.78) 0 1px, transparent 1.7px),
    radial-gradient(circle at 48% 56%, rgba(88, 239, 255, 0.22), transparent 42%);
  background-size: 44px 44px, 82px 82px, 100% 100%;
}

.gameboy-detail-image {
  width: min(620px, 118%);
  filter:
    drop-shadow(0 0 18px rgba(88, 239, 255, 0.32))
    drop-shadow(0 0 44px rgba(96, 133, 255, 0.42))
    drop-shadow(0 48px 46px rgba(0, 8, 38, 0.5));
}

.gameboy-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.32fr);
  gap: clamp(18px, 2.6vw, 34px);
  align-items: end;
  padding-top: clamp(42px, 5vw, 68px);
}

.gameboy-feed-card,
.gameboy-display-card,
.gameboy-dock {
  border: 1px solid rgba(88, 239, 255, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 24%, rgba(87, 237, 255, 0.16), transparent 24%),
    linear-gradient(105deg, rgba(4, 15, 40, 0.86) 0 18%, rgba(13, 45, 91, 0.78) 48%, rgba(18, 81, 137, 0.58) 100%);
  box-shadow:
    0 0 0 1px rgba(88, 239, 255, 0.08),
    0 0 26px rgba(88, 239, 255, 0.12),
    0 22px 42px rgba(8, 18, 62, 0.24),
    inset 0 0 28px rgba(115, 198, 255, 0.07);
  backdrop-filter: blur(12px);
}

.gameboy-feed-card,
.gameboy-dock {
  position: relative;
  overflow: hidden;
}

.gameboy-feed-card::before,
.gameboy-dock::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.34) 0 1px, transparent 1.6px),
    linear-gradient(105deg, transparent 0 36%, rgba(88, 239, 255, 0.12) 36.4% 36.8%, transparent 37.2%);
  background-size: 68px 68px, 100% 100%;
  opacity: 0.3;
  pointer-events: none;
}

.gameboy-feed-card strong {
  position: relative;
  z-index: 1;
  color: var(--text);
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gameboy-feed-card small,
.gameboy-dock small {
  position: relative;
  z-index: 1;
  color: rgba(223, 236, 255, 0.66);
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gameboy-main-stage {
  min-width: 0;
  display: grid;
}

.gameboy-hero-copy {
  position: relative;
  z-index: 4;
  width: min(390px, 36%);
  padding: clamp(34px, 4.4vw, 54px) 0 clamp(118px, 12vw, 152px) clamp(88px, 8vw, 132px);
}

.gameboy-hero-copy .product-back {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.gameboy-hero-copy .eyebrow {
  max-width: 240px;
  margin-bottom: 18px;
  line-height: 1.35;
}

.gameboy-title {
  max-width: 380px;
  width: 500px;
  margin: 0;
  color: var(--text);
  font-size: clamp(30px, 3.9vw, 40px);
  line-height: 0.94;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 0 18px rgba(145, 197, 255, 0.42),
    0 0 58px rgba(88, 239, 255, 0.2);
}

.gameboy-title span {
  display: block;
}

.gameboy-spec-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 20px;
}

.gameboy-spec-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(198, 221, 255, 0.7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gameboy-spec-line strong {
  color: var(--text);
  font-size: 12px;
}

.gameboy-lede {
  max-width: 34ch;
  margin: 20px 0 0;
  color: rgba(230, 240, 255, 0.76);
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gameboy-display-card {
  position: relative;
  min-height: clamp(540px, 42vw, 610px);
  display: block;
  overflow: hidden;
  border-radius: 24px;
  border-color: rgba(88, 239, 255, 0.48);
  background:
    radial-gradient(circle at 82% 28%, rgba(87, 237, 255, 0.24), transparent 24%),
    radial-gradient(circle at 48% 64%, rgba(82, 108, 255, 0.5), transparent 34%),
    linear-gradient(105deg, rgba(4, 15, 40, 0.96) 0 16%, rgba(13, 45, 91, 0.9) 42%, rgba(18, 81, 137, 0.76) 100%);
  box-shadow:
    0 0 0 1px rgba(88, 239, 255, 0.16),
    0 0 42px rgba(88, 239, 255, 0.28),
    0 38px 80px rgba(3, 12, 42, 0.48),
    inset 0 0 62px rgba(88, 239, 255, 0.08);
}

.gameboy-card-starfield {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.72;
  mix-blend-mode: screen;
  pointer-events: none;
}

.gameboy-display-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(105deg, transparent 0 30%, rgba(88, 239, 255, 0.16) 30.4% 30.8%, transparent 31.2%),
    radial-gradient(circle at 82% 28%, rgba(88, 239, 255, 0.12), transparent 30%);
  opacity: 0.34;
  pointer-events: none;
}

.gameboy-display-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: clamp(64px, 7vw, 104px);
  top: 54px;
  bottom: 130px;
  width: 1px;
  background: linear-gradient(transparent, rgba(88, 239, 255, 0.4), transparent);
  opacity: 0.72;
}

.gameboy-vertical-tag {
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 4;
  color: #64e6ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  text-shadow: 0 0 14px rgba(88, 239, 255, 0.5);
}

.gameboy-grid-floor {
  position: absolute;
  z-index: 2;
  inset: auto -8% -20%;
  height: 58%;
  background:
    linear-gradient(180deg, transparent, rgba(84, 122, 255, 0.28)),
    repeating-linear-gradient(90deg, rgba(92, 239, 255, 0.28) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(0deg, rgba(151, 189, 255, 0.22) 0 1px, transparent 1px 28px);
  transform: perspective(340px) rotateX(58deg);
  transform-origin: 50% 100%;
  opacity: 0.72;
}

.gameboy-display-card img {
  position: absolute;
  right: clamp(26px, 3.8vw, 56px);
  bottom: clamp(116px, 9vw, 140px);
  z-index: 3;
  width: min(470px, 38vw);
  max-width: none;
  filter:
    drop-shadow(0 0 18px rgba(92, 239, 255, 0.32))
    drop-shadow(0 0 48px rgba(97, 128, 255, 0.44))
    drop-shadow(0 42px 44px rgba(0, 8, 38, 0.5));
  animation: hero-product-glow 4.8s ease-in-out infinite;
}

.gameboy-price-card {
  position: absolute;
  right: clamp(28px, 4vw, 58px);
  top: clamp(38px, 4vw, 58px);
  z-index: 5;
  width: min(230px, 30%);
  min-height: 116px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 8px;
  border: 1px solid rgba(152, 196, 255, 0.42);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(104, 154, 255, 0.24), transparent 42%),
    rgba(7, 18, 62, 0.78);
  box-shadow:
    0 0 30px rgba(97, 138, 255, 0.34),
    inset 0 0 22px rgba(88, 239, 255, 0.08);
}

.gameboy-price-card span,
.gameboy-feed-card span,
.gameboy-dock span {
  position: relative;
  z-index: 1;
  color: rgba(190, 216, 255, 0.76);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gameboy-price-card strong {
  color: var(--text);
  font-size: clamp(40px, 4.4vw, 58px);
  line-height: 0.9;
  text-shadow: 0 0 20px rgba(116, 178, 255, 0.5);
}

.gameboy-price-card small {
  color: rgba(230, 240, 255, 0.72);
  font-size: 13px;
}

.gameboy-ability-strip {
  position: absolute;
  left: clamp(88px, 8vw, 132px);
  right: clamp(48px, 5vw, 84px);
  bottom: 30px;
  z-index: 5;
  min-height: 74px;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  border: 1px solid rgba(88, 239, 255, 0.42);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(88, 239, 255, 0.12), rgba(91, 125, 255, 0.1)),
    rgba(4, 17, 46, 0.62);
  box-shadow:
    0 0 24px rgba(88, 239, 255, 0.2),
    inset 0 0 24px rgba(88, 239, 255, 0.08);
}

.gameboy-ability-strip span {
  min-width: 0;
  padding: 8px 10px;
  display: grid;
  align-content: center;
  gap: 3px;
  color: rgba(222, 236, 255, 0.64);
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gameboy-ability-strip strong {
  color: var(--text);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.gameboy-feed {
  display: grid;
  gap: 18px;
  align-content: start;
}

.gameboy-feed-card {
  padding: 22px;
  display: grid;
  gap: 12px;
}

.gameboy-feed-card.live {
  min-height: 178px;
}

.gameboy-feed-card ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.gameboy-feed-card li {
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(232, 241, 255, 0.74);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gameboy-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.gameboy-dock {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.gameboy-dock div {
  min-height: 98px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 6px;
  border-right: 1px solid rgba(143, 189, 255, 0.16);
}

.gameboy-dock div:last-child {
  border-right: 0;
}

.gameboy-dock strong {
  position: relative;
  z-index: 1;
  color: var(--text);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-panel {
  width: min(1220px, 100%);
  --contact-blue: #3d8cff;
  --contact-blue-soft: #8fc8ff;
  --contact-blue-deep: #071934;
  --contact-blue-glow: rgba(76, 156, 255, 0.34);
}

.contact-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  padding: clamp(46px, 6vw, 76px) 0 clamp(22px, 4vw, 48px);
}

.contact-copy {
  max-width: 760px;
}

.contact-title {
  max-width: 860px;
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(56px, 8vw, 112px);
  line-height: 0.9;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-shadow:
    0 0 22px var(--glow-strong),
    0 0 48px var(--glow-soft);
}

.contact-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border: 1px solid color-mix(in srgb, var(--contact-blue-soft), transparent 68%);
  background:
    linear-gradient(135deg, rgba(61, 140, 255, 0.16), rgba(9, 29, 62, 0.54)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 22px rgba(86, 166, 255, 0.1);
}

.contact-stat-row div {
  min-height: 86px;
  padding: 14px;
  display: grid;
  align-content: center;
  gap: 4px;
  border-right: 1px solid color-mix(in srgb, var(--contact-blue-soft), transparent 80%);
}

.contact-stat-row div:last-child {
  border-right: 0;
}

.contact-stat-row span,
.contact-stat-row small,
.contact-form label span,
.contact-info-list strong {
  color: color-mix(in srgb, var(--text), transparent 36%);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-stat-row strong {
  color: var(--text);
  font-size: clamp(20px, 2.4vw, 34px);
  line-height: 1;
  text-transform: uppercase;
}

.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 18px;
}

.contact-card {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--contact-blue-soft), transparent 58%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(61, 140, 255, 0.22), transparent 44%),
    radial-gradient(circle at 84% 20%, rgba(115, 216, 255, 0.22), transparent 26%),
    linear-gradient(180deg, rgba(12, 40, 84, 0.86), rgba(5, 15, 36, 0.9));
  box-shadow:
    0 0 30px var(--contact-blue-glow),
    inset 0 0 28px rgba(113, 190, 255, 0.1);
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(126, 205, 255, 0.13) 1px, transparent 1px),
    linear-gradient(0deg, rgba(61, 140, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.16;
  pointer-events: none;
}

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

.contact-card h2 {
  margin: 10px 0 12px;
  color: var(--text);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 0.96;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card p {
  margin: 0 0 22px;
  color: color-mix(in srgb, var(--text), transparent 28%);
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid color-mix(in srgb, var(--contact-blue-soft), transparent 62%);
  border-radius: 8px;
  outline: 0;
  background:
    linear-gradient(180deg, rgba(24, 72, 142, 0.34), rgba(4, 13, 34, 0.5)),
    rgba(6, 22, 50, 0.72);
  color: var(--text);
  font: inherit;
  padding: 12px 14px;
  box-shadow:
    inset 0 0 18px rgba(98, 175, 255, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.02);
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: color-mix(in srgb, var(--text), transparent 58%);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--contact-blue-soft);
  box-shadow:
    0 0 22px var(--contact-blue-glow),
    inset 0 0 18px rgba(98, 175, 255, 0.16);
}

.contact-form .primary-btn,
.contact-form .secondary-btn {
  border: 1px solid var(--button-border);
  background: var(--button-bg);
  color: #fff;
  box-shadow:
    0 0 24px var(--glow-strong),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.newsletter-card {
  align-self: stretch;
  display: grid;
  align-content: center;
}

.contact-info {
  display: grid;
  align-content: start;
}

.contact-info-list {
  display: grid;
  gap: 12px;
}

.contact-info-list div {
  min-height: 64px;
  padding: 14px;
  display: grid;
  gap: 4px;
  border: 1px solid color-mix(in srgb, var(--contact-blue-soft), transparent 74%);
  border-radius: 8px;
  background: rgba(61, 140, 255, 0.1);
}

.contact-info-list span {
  color: color-mix(in srgb, var(--text), transparent 22%);
  font-size: 13px;
  line-height: 1.4;
}

.contact-logo-text {
  color: var(--contact-blue-soft);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-status {
  margin: 0;
  color: color-mix(in srgb, var(--text), transparent 20%);
  font-size: 12px;
  line-height: 1.4;
}

.form-status.is-success {
  color: #8fffd2;
}

.form-status.is-error {
  color: #ffb4b4;
}

.is-loading button[type="submit"] {
  cursor: wait;
  opacity: 0.7;
}

.basket-panel {
  width: min(1220px, 100%);
}

.collections-panel,
.ps2-panel {
  width: min(1220px, 100%);
}

.collections-hero,
.ps2-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: center;
  padding: clamp(42px, 6vw, 72px) 0 clamp(22px, 4vw, 42px);
}

.collections-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* ================================
   GALLERY PAGE - BUILD SHOWCASE
================================ */

.gallery-panel {
  width: min(1280px, 100%);
}

.gallery-hero {
  position: relative;
  z-index: 2;
  max-width: 940px;
  padding: clamp(42px, 6vw, 72px) 0 clamp(24px, 4vw, 44px);
}

.gallery-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  display: grid;
  align-content: end;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 72%);
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 18%, color-mix(in srgb, var(--cyan), transparent 78%), transparent 28%),
    var(--card-bg);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.28),
    inset 0 0 34px rgba(255, 255, 255, 0.035);
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.gallery-card:hover,
.gallery-card:focus-visible {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--cyan), transparent 42%);
  outline: 0;
  box-shadow:
    0 30px 64px rgba(0, 0, 0, 0.34),
    0 0 30px var(--halo),
    inset 0 0 34px rgba(255, 255, 255, 0.045);
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--cyan), transparent 92%) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in srgb, var(--accent), transparent 92%) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.32;
  pointer-events: none;
}

.gallery-card-large {
  grid-column: span 2;
}

.gallery-card-wide {
  grid-column: span 2;
  min-height: 320px;
}

.gallery-image {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 42px);
}

.gallery-image::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  display: block;
  height: 42%;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--cyan), transparent 70%), transparent 68%);
  filter: blur(18px);
  opacity: 0.72;
}

.gallery-image img {
  position: relative;
  z-index: 1;
  width: min(420px, 82%);
  max-height: 290px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 18px var(--glow-soft))
    drop-shadow(0 34px 34px rgba(0, 0, 0, 0.42));
}

.gallery-placeholder {
  background:
    radial-gradient(circle at 50% 34%, color-mix(in srgb, var(--cyan), transparent 78%), transparent 28%),
    linear-gradient(145deg, rgba(8, 20, 56, 0.6), rgba(3, 5, 14, 0.2));
}

.gallery-placeholder strong {
  position: relative;
  z-index: 1;
  color: var(--text);
  font-size: clamp(54px, 7vw, 98px);
  letter-spacing: 0.14em;
  text-shadow:
    0 0 22px var(--glow-strong),
    0 0 48px var(--glow-soft);
}

.gallery-copy {
  position: relative;
  z-index: 2;
  padding: clamp(18px, 2.5vw, 28px);
  display: grid;
  gap: 10px;
  background:
    linear-gradient(180deg, transparent, rgba(3, 7, 18, 0.76) 24%, rgba(3, 7, 18, 0.94));
}

.gallery-copy span {
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 72%);
  border-radius: 999px;
  color: color-mix(in srgb, var(--text), transparent 24%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-copy h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(24px, 3vw, 42px);
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gallery-copy p {
  max-width: 560px;
  margin: 0;
  color: color-mix(in srgb, var(--text), transparent 24%);
  font-size: 14px;
  line-height: 1.55;
  text-transform: uppercase;
}

.gallery-preview-open {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 140;
  padding: clamp(16px, 4vw, 48px);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 32%, color-mix(in srgb, var(--cyan), transparent 84%), transparent 30%),
    rgba(2, 5, 14, 0.82);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backdrop-filter: blur(16px);
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gallery-lightbox-panel {
  position: relative;
  width: min(1060px, 100%);
  max-height: min(760px, calc(100vh - 32px));
  padding: clamp(18px, 3vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(18px, 3vw, 34px);
  overflow: auto;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 62%);
  border-radius: 8px;
  background:
    radial-gradient(circle at 76% 22%, color-mix(in srgb, var(--cyan), transparent 82%), transparent 26%),
    var(--panel-bg);
  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.52),
    inset 0 0 54px rgba(255, 255, 255, 0.04);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.24s ease;
}

.gallery-lightbox.is-open .gallery-lightbox-panel {
  transform: translateY(0) scale(1);
}

.gallery-lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 66%);
  border-radius: 999px;
  background: rgba(5, 11, 28, 0.86);
  color: var(--text);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.gallery-lightbox-media {
  min-height: 440px;
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 76%);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--cyan), transparent 78%), transparent 42%),
    linear-gradient(145deg, rgba(8, 20, 56, 0.72), rgba(3, 5, 14, 0.92));
}

.gallery-lightbox-media img {
  width: min(620px, 96%);
  max-height: 520px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 24px var(--glow-soft))
    drop-shadow(0 38px 44px rgba(0, 0, 0, 0.46));
}

.gallery-lightbox-media strong {
  color: var(--text);
  font-size: clamp(72px, 12vw, 150px);
  letter-spacing: 0.12em;
  text-shadow:
    0 0 26px var(--glow-strong),
    0 0 54px var(--glow-soft);
}

.gallery-lightbox-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding-right: 36px;
}

.gallery-lightbox-copy span {
  width: max-content;
  max-width: 100%;
  padding: 9px 13px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 72%);
  border-radius: 999px;
  color: color-mix(in srgb, var(--text), transparent 24%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-lightbox-copy h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.9;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gallery-lightbox-copy p {
  margin: 0;
  color: color-mix(in srgb, var(--text), transparent 22%);
  font-size: 15px;
  line-height: 1.65;
  text-transform: uppercase;
}

.collection-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  padding: 22px;
  display: grid;
  align-content: space-between;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 66%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 84%), transparent 42%),
    radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--cyan), transparent 84%), transparent 24%),
    rgba(5, 10, 24, 0.82);
  box-shadow:
    0 0 26px var(--halo),
    inset 0 0 22px color-mix(in srgb, var(--cyan), transparent 94%);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.collection-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--cyan), transparent 90%) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in srgb, var(--accent), transparent 90%) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.14;
  pointer-events: none;
}

.collection-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--accent-soft), transparent 42%);
  box-shadow:
    0 0 34px var(--halo),
    inset 0 0 24px color-mix(in srgb, var(--cyan), transparent 92%);
}

.collection-logo,
.ps2-card-mark {
  position: relative;
  z-index: 1;
  color: var(--text);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow:
    0 0 22px var(--glow-strong),
    0 0 42px var(--glow-soft);
}

.collection-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
}

.collection-copy strong {
  color: var(--text);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collection-copy small {
  color: color-mix(in srgb, var(--text), transparent 30%);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ps2-body {
  --line: rgba(89, 120, 255, 0.3);
  --accent: #3b5eff;
  --accent-soft: #8cb4ff;
  --cyan: #67f0ff;
  --halo: rgba(72, 98, 255, 0.3);
  --glow-strong: rgba(72, 98, 255, 0.46);
  --glow-soft: rgba(103, 240, 255, 0.22);
  --button-bg: linear-gradient(180deg, #70b7ff, #4257ff);
  --button-border: rgba(140, 180, 255, 0.42);
}

.ps2-panel {
  background:
    radial-gradient(circle at 18% 28%, rgba(67, 94, 255, 0.16), transparent 24%),
    radial-gradient(circle at 78% 30%, rgba(103, 240, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(6, 10, 28, 0.97), rgba(2, 4, 14, 0.99));
}

.ps2-copy {
  max-width: 620px;
}

.ps2-launch-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(26px, 5vw, 78px);
  align-items: center;
  min-height: 620px;
  padding: clamp(42px, 6vw, 78px) 0 clamp(28px, 5vw, 54px);
}

.ps2-title {
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(56px, 8vw, 108px);
  line-height: 0.88;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow:
    0 0 20px var(--glow-strong),
    0 0 44px var(--glow-soft);
}

.ps2-launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ps2-hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 60%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 84%), transparent 36%),
    radial-gradient(circle at 50% 48%, rgba(103, 240, 255, 0.14), transparent 24%),
    rgba(4, 8, 28, 0.76);
  box-shadow:
    0 0 30px var(--halo),
    inset 0 0 26px color-mix(in srgb, var(--cyan), transparent 93%);
}

.ps2-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--cyan), transparent 90%) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in srgb, var(--accent), transparent 90%) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.16;
  pointer-events: none;
}

.ps2-monogram {
  position: relative;
  z-index: 2;
  color: var(--text);
  font-size: clamp(84px, 10vw, 150px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow:
    0 0 32px var(--glow-strong),
    0 0 54px var(--glow-soft);
}

.ps2-visual-caption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 3;
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 64%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 84%), transparent 44%),
    rgba(2, 5, 18, 0.84);
  box-shadow:
    0 0 22px var(--halo),
    inset 0 0 18px color-mix(in srgb, var(--cyan), transparent 94%);
}

.ps2-visual-caption span,
.ps2-spec-strip span,
.ps2-spec-strip small,
.ps2-story-card .console-kicker {
  color: color-mix(in srgb, var(--text), transparent 34%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ps2-visual-caption strong,
.ps2-spec-strip strong {
  color: var(--text);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ps2-visual-caption small {
  line-height: 1.4;
}

.ps2-orbit,
.ps2-beam {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.ps2-orbit {
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 60%);
  opacity: 0.8;
}

.ps2-orbit.one {
  width: 320px;
  height: 320px;
  animation: ps2-spin 10s linear infinite;
}

.ps2-orbit.two {
  width: 260px;
  height: 260px;
  transform: rotate(58deg);
  animation: ps2-spin-reverse 12s linear infinite;
}

.ps2-orbit.three {
  width: 190px;
  height: 190px;
  transform: rotate(-34deg);
  animation: ps2-spin 8s linear infinite;
}

.ps2-beam {
  width: 120%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 18px var(--cyan);
  animation: ps2-beam-slide 3.2s ease-in-out infinite;
}

.ps2-spec-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
  border-top: 1px solid color-mix(in srgb, var(--cyan), transparent 78%);
  border-bottom: 1px solid color-mix(in srgb, var(--accent-soft), transparent 78%);
  background: rgba(255, 255, 255, 0.03);
}

.ps2-spec-strip div {
  min-height: 92px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 5px;
  border-right: 1px solid color-mix(in srgb, var(--cyan), transparent 84%);
}

.ps2-spec-strip div:last-child {
  border-right: 0;
}

.ps2-story-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 18px;
  margin: 0 0 22px;
}

.ps2-story-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 68%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 88%), transparent 42%),
    rgba(4, 8, 24, 0.8);
  box-shadow:
    0 0 24px var(--halo),
    inset 0 0 22px color-mix(in srgb, var(--cyan), transparent 94%);
}

.ps2-story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--cyan), transparent 92%) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in srgb, var(--accent), transparent 92%) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.12;
  pointer-events: none;
}

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

.ps2-story-card h2 {
  max-width: 16ch;
  margin: 10px 0 14px;
  color: var(--text);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 0.96;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ps2-story-card p {
  max-width: 54ch;
  margin: 0;
  color: color-mix(in srgb, var(--text), transparent 24%);
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ps2-story-card.visual-card {
  background:
    radial-gradient(circle at 70% 26%, rgba(103, 240, 255, 0.12), transparent 22%),
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 86%), transparent 42%),
    rgba(4, 8, 24, 0.82);
}

.ps2-story-glow {
  position: absolute;
  inset: auto -12% -30% auto;
  width: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(103, 240, 255, 0.34), rgba(59, 94, 255, 0.14) 42%, transparent 68%);
  filter: blur(12px);
}

.ps2-products-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.ps2-products-head .section-copy {
  max-width: 48ch;
  margin: 0;
}

.ps2-grid {
  padding-top: 6px;
}

.ps2-console-card {
  min-height: 280px;
}

.ps2-visual {
  background:
    radial-gradient(circle at 50% 24%, rgba(103, 240, 255, 0.16), transparent 20%),
    linear-gradient(180deg, transparent 0 64%, rgba(67, 94, 255, 0.26) 64.4%, transparent 65%),
    linear-gradient(90deg, rgba(103, 240, 255, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(67, 94, 255, 0.12) 1px, transparent 1px),
    rgba(6, 12, 30, 0.92);
  background-size:
    auto,
    auto,
    28px 28px,
    28px 28px,
    auto;
}

.ps2-visual.silver {
  background:
    radial-gradient(circle at 50% 24%, rgba(199, 223, 255, 0.14), transparent 20%),
    linear-gradient(180deg, transparent 0 64%, rgba(129, 158, 255, 0.22) 64.4%, transparent 65%),
    linear-gradient(90deg, rgba(165, 210, 255, 0.11) 1px, transparent 1px),
    linear-gradient(0deg, rgba(90, 110, 180, 0.12) 1px, transparent 1px),
    rgba(9, 14, 34, 0.92);
}

.ps2-visual.blue {
  background:
    radial-gradient(circle at 50% 24%, rgba(103, 240, 255, 0.18), transparent 20%),
    linear-gradient(180deg, transparent 0 64%, rgba(63, 92, 255, 0.3) 64.4%, transparent 65%),
    linear-gradient(90deg, rgba(103, 240, 255, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(63, 92, 255, 0.14) 1px, transparent 1px),
    rgba(4, 10, 32, 0.92);
}

@keyframes ps2-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ps2-spin-reverse {
  from {
    transform: rotate(58deg);
  }

  to {
    transform: rotate(-302deg);
  }
}

@keyframes ps2-beam-slide {
  0%,
  100% {
    transform: translateY(-80px) scaleX(0.72);
    opacity: 0.38;
  }

  50% {
    transform: translateY(82px) scaleX(1);
    opacity: 1;
  }
}

.basket-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: end;
  padding: clamp(42px, 6vw, 72px) 0 clamp(22px, 4vw, 42px);
}

.basket-title {
  max-width: 860px;
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(56px, 8vw, 112px);
  line-height: 0.9;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-shadow:
    0 0 22px var(--glow-strong),
    0 0 48px var(--glow-soft);
}

.basket-status-card,
.basket-card {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 66%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 86%), transparent 42%),
    radial-gradient(circle at 80% 18%, color-mix(in srgb, var(--cyan), transparent 84%), transparent 26%),
    rgba(5, 10, 24, 0.82);
  box-shadow:
    0 0 28px var(--halo),
    inset 0 0 26px color-mix(in srgb, var(--cyan), transparent 94%);
}

.basket-status-card {
  min-height: 160px;
  padding: 22px;
  display: grid;
  align-content: center;
  gap: 8px;
}

.basket-status-card span,
.basket-status-card small,
.coupon-box label,
.coupon-box small,
.summary-lines span {
  color: color-mix(in srgb, var(--text), transparent 36%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.basket-status-card strong {
  color: var(--text);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  text-transform: uppercase;
}

.basket-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
  gap: 18px;
}

.basket-card {
  padding: clamp(18px, 3vw, 28px);
}

.basket-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--cyan), transparent 90%) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in srgb, var(--accent), transparent 90%) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.16;
  pointer-events: none;
}

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

.basket-card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.basket-card-head a {
  color: var(--accent-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.basket-items {
  display: grid;
  gap: 12px;
}

.basket-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 146px 96px auto;
  gap: 16px;
  align-items: center;
  min-height: 132px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 82%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 42%),
    rgba(0, 0, 0, 0.22);
}

.basket-item-image {
  min-height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 84%);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.basket-item-image img {
  width: 104px;
  max-height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px var(--glow-soft));
}

.basket-item-copy {
  display: grid;
  gap: 6px;
}

.basket-item-copy span,
.basket-item-copy small {
  color: color-mix(in srgb, var(--text), transparent 36%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.basket-item-copy strong {
  color: var(--text);
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.basket-quantity {
  display: grid;
  grid-template-columns: 38px minmax(48px, 1fr) 38px;
  min-height: 42px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 70%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.basket-quantity button,
.basket-quantity input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: center;
  font-weight: 900;
}

.basket-quantity button {
  color: var(--accent-soft);
  font-size: 18px;
}

.basket-quantity input {
  border-right: 1px solid color-mix(in srgb, var(--accent-soft), transparent 82%);
  border-left: 1px solid color-mix(in srgb, var(--accent-soft), transparent 82%);
  outline: 0;
}

.basket-line-total {
  color: var(--text);
  font-size: 22px;
  text-align: right;
}

.basket-remove {
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 76%);
  border-radius: 999px;
  color: color-mix(in srgb, var(--text), transparent 24%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.basket-empty {
  min-height: 260px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
}

.basket-empty strong {
  color: var(--text);
  font-size: clamp(26px, 4vw, 44px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.basket-empty p {
  max-width: 42ch;
  margin: 0;
  color: color-mix(in srgb, var(--text), transparent 28%);
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.basket-summary {
  align-self: start;
  display: grid;
  gap: 18px;
}

.coupon-box {
  display: grid;
  gap: 10px;
}

.coupon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.coupon-row input {
  width: 100%;
  min-height: 46px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 78%);
  border-radius: 8px;
  outline: 0;
  background: rgba(0, 0, 0, 0.24);
  color: var(--text);
  font: inherit;
  padding: 12px 14px;
  text-transform: uppercase;
}

.coupon-row button {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--button-bg);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 0 18px var(--glow-strong);
}

.coupon-box small.is-success {
  color: var(--accent-soft);
}

.summary-lines {
  display: grid;
  gap: 10px;
}

.summary-lines div {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid color-mix(in srgb, var(--cyan), transparent 86%);
}

.summary-lines strong {
  color: var(--text);
  font-size: 18px;
}

.summary-lines .summary-total {
  min-height: 64px;
  border-bottom: 0;
}

.summary-total strong {
  color: var(--accent-soft);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
  text-shadow: 0 0 20px var(--glow-strong);
}

.checkout-btn,
.clear-cart-btn {
  width: 100%;
}

.checkout-btn:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.splash-body {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 70% 28%, rgba(255, 106, 0, 0.2), transparent 22%),
    radial-gradient(circle at 28% 42%, rgba(115, 244, 255, 0.14), transparent 24%),
    linear-gradient(135deg, #05070d 0%, #09101d 46%, #160a08 100%);
}

.splash-screen {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 42px);
  isolation: isolate;
}

.splash-stars,
.splash-grid,
.splash-scanline {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.splash-stars {
  z-index: -3;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.6px) 8% 16% / 170px 130px,
    radial-gradient(circle, rgba(115, 244, 255, 0.72) 0 1px, transparent 1.8px) 16% 72% / 220px 170px,
    radial-gradient(circle, rgba(255, 177, 92, 0.72) 0 1px, transparent 1.7px) 74% 30% / 260px 190px,
    linear-gradient(115deg, transparent 0 38%, rgba(115, 244, 255, 0.12) 39%, transparent 40% 56%, rgba(255, 106, 0, 0.16) 57%, transparent 58%);
  opacity: 0.84;
  animation: splash-star-drift 14s linear infinite;
}

.splash-grid {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(115, 244, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(115, 244, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, transparent 0 32%, rgba(255, 106, 0, 0.12) 33%, transparent 34%);
  background-size:
    70px 70px,
    70px 70px,
    100% 100%;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  opacity: 0.7;
}

.splash-scanline {
  z-index: 4;
  background:
    linear-gradient(180deg, transparent 0 47%, rgba(115, 244, 255, 0.18) 50%, transparent 53%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
  opacity: 0.55;
  animation: splash-scan 4.8s ease-in-out infinite;
}

.splash-stage {
  position: relative;
  width: min(1320px, 100%);
  min-height: min(760px, calc(100vh - 48px));
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(24px, 4vw, 46px);
  overflow: hidden;
  padding: clamp(18px, 3vw, 38px);
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 62%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 106, 0, 0.14), transparent 36%),
    radial-gradient(circle at 68% 48%, rgba(115, 244, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(8, 14, 27, 0.9), rgba(3, 5, 12, 0.96));
  box-shadow:
    0 0 64px rgba(0, 0, 0, 0.52),
    0 0 38px var(--halo),
    inset 0 0 36px color-mix(in srgb, var(--cyan), transparent 92%);
}

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

.splash-stage::before {
  inset: 18px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 84%);
  clip-path: polygon(0 0, 34% 0, 38% 18px, 62% 18px, 66% 0, 100% 0, 100% 100%, 70% 100%, 66% calc(100% - 18px), 34% calc(100% - 18px), 30% 100%, 0 100%);
  opacity: 0.92;
}

.splash-stage::after {
  width: 44%;
  height: 2px;
  left: 28%;
  bottom: 28px;
  background: linear-gradient(90deg, transparent, var(--accent-soft), var(--cyan), transparent);
  box-shadow: 0 0 26px var(--glow-strong);
  animation: splash-light-pulse 2.4s ease-in-out infinite;
}

.splash-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.splash-skip {
  min-height: 38px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 76%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: color-mix(in srgb, var(--text), transparent 18%);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.splash-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 1fr);
  gap: clamp(18px, 4vw, 56px);
  align-items: center;
}

.splash-copy {
  max-width: 600px;
}

.splash-kicker {
  position: relative;
  margin: 0 0 18px;
  padding-left: 54px;
  color: color-mix(in srgb, var(--text), transparent 22%);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.splash-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 38px;
  height: 1px;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}

.splash-copy h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(58px, 9vw, 132px);
  line-height: 0.86;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.2),
    0 0 34px var(--glow-strong),
    0 0 60px var(--glow-soft);
}

.splash-copy h1 span {
  display: block;
  color: color-mix(in srgb, var(--accent-soft), white 28%);
}

.splash-lede {
  max-width: 520px;
  margin: 24px 0 0;
  color: color-mix(in srgb, var(--text), transparent 20%);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.splash-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.splash-console-wrap {
  position: relative;
  min-height: clamp(390px, 48vw, 600px);
  display: grid;
  place-items: center;
}

.splash-console-wrap::before {
  content: "";
  position: absolute;
  width: 82%;
  height: 54%;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 54%);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 38%, rgba(115, 244, 255, 0.16), transparent 28%),
    linear-gradient(180deg, transparent 0 58%, rgba(255, 106, 0, 0.2) 58.4%, transparent 59%),
    linear-gradient(90deg, rgba(115, 244, 255, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 106, 0, 0.12) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    34px 34px,
    34px 34px;
  box-shadow:
    0 0 38px var(--halo),
    inset 0 0 28px color-mix(in srgb, var(--cyan), transparent 92%);
  transform: perspective(700px) rotateX(58deg) translateY(82px);
  transform-origin: center bottom;
  animation: splash-pad-glow 3.8s ease-in-out infinite;
}

.splash-console {
  position: relative;
  z-index: 2;
  width: min(720px, 110%);
  margin-right: -5%;
  filter:
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.22))
    drop-shadow(0 0 34px var(--glow-strong))
    drop-shadow(0 22px 32px rgba(0, 0, 0, 0.55));
  animation: splash-console-float 4.6s ease-in-out infinite;
}

.splash-hud-card {
  position: absolute;
  z-index: 3;
  width: min(250px, 48%);
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 54%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 82%), transparent 46%),
    rgba(4, 8, 18, 0.88);
  box-shadow:
    0 0 22px var(--halo),
    inset 0 0 20px color-mix(in srgb, var(--cyan), transparent 94%);
  backdrop-filter: blur(12px);
}

.splash-hud-card.top {
  top: 8%;
  right: 3%;
}

.splash-hud-card.price {
  left: 0;
  bottom: 8%;
}

.splash-hud-card span,
.splash-hud-card small,
.splash-status-row span,
.splash-status-row small {
  color: color-mix(in srgb, var(--text), transparent 34%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.splash-hud-card strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: clamp(28px, 4vw, 54px);
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.splash-hud-card small {
  display: block;
  margin-top: 8px;
  line-height: 1.35;
}

.splash-status-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid color-mix(in srgb, var(--cyan), transparent 78%);
  border-bottom: 1px solid color-mix(in srgb, var(--accent-soft), transparent 76%);
  background: rgba(255, 255, 255, 0.03);
}

.splash-status-row div {
  min-height: 92px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 5px;
  border-right: 1px solid color-mix(in srgb, var(--cyan), transparent 84%);
}

.splash-status-row div:last-child {
  border-right: 0;
}

.splash-status-row strong {
  color: var(--text);
  font-size: clamp(16px, 1.7vw, 24px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@keyframes splash-star-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-80px, 36px, 0) scale(1.04);
  }
}

@keyframes splash-scan {
  0%,
  100% {
    transform: translateY(-52%);
    opacity: 0.34;
  }

  50% {
    transform: translateY(52%);
    opacity: 0.7;
  }
}

@keyframes splash-light-pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scaleX(0.72);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes splash-console-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.8deg);
  }

  50% {
    transform: translate3d(0, -16px, 0) rotate(0.8deg);
  }
}

@keyframes splash-pad-glow {
  0%,
  100% {
    opacity: 0.72;
    filter: saturate(1);
  }

  50% {
    opacity: 1;
    filter: saturate(1.35);
  }
}

@keyframes product-panel-drift {
  0%,
  100% {
    background-position:
      0 0,
      0 0,
      0 0;
  }

  50% {
    background-position:
      42px 16px,
      -28px 32px,
      38px 54px;
  }
}

@media (max-width: 1200px) {
  .splash-content {
    grid-template-columns: 1fr;
  }

  .splash-copy {
    max-width: 820px;
  }

  .splash-console-wrap {
    min-height: 430px;
  }

  .splash-console {
    width: min(680px, 94%);
    margin-right: 0;
  }

  .product-detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  }

  .product-side-card {
    grid-column: 1 / -1;
    min-height: 120px;
  }

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

  .featured-console {
    grid-column: auto;
  }

  .gameboy-hero {
    grid-template-columns: 1fr;
  }

  .gameboy-feed {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}

@media (max-width: 820px) {
  .site-loader {
    padding: clamp(12px, 4vw, 24px);
  }

  .splash-inner {
    width: min(400px, calc(100vw - 24px));
    gap: clamp(8px, 2.2vw, 13px);
  }

  .splash-logo-bounce {
    width: clamp(138px, 42vw, 220px);
  }

  .splash-loading {
    margin-top: clamp(10px, 3vh, 22px);
    font-size: clamp(10px, 2.8vw, 17px);
  }

  .splash-bar-wrap {
    width: min(292px, 76%);
    height: clamp(13px, 3.6vw, 22px);
  }

  .splash-percent {
    font-size: clamp(11px, 2.5vw, 17px);
  }

  .splash-screen {
    min-height: auto;
    padding: 0;
  }

  .splash-stage {
    min-height: 100vh;
    border-radius: 0;
    padding: 18px;
  }

  .splash-content {
    gap: 18px;
  }

  .splash-copy h1 {
    font-size: 72px;
  }

  .splash-lede {
    max-width: 46ch;
  }

  .splash-console-wrap {
    min-height: 360px;
  }

  .splash-hud-card.top {
    top: 0;
    right: 0;
  }

  .splash-hud-card.price {
    left: 0;
    bottom: 0;
  }

  .splash-status-row {
    grid-template-columns: 1fr;
  }

  .splash-status-row div {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--cyan), transparent 84%);
  }

  .splash-status-row div:last-child {
    border-bottom: 0;
  }

  .panel {
    border-radius: 24px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 44px;
  }

  .hero-arrow {
    width: 68px;
    height: 68px;
    font-size: 34px;
  }

  .nav {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
  }

  .brand {
    min-width: 0;
  }

  .menu-toggle {
    display: grid;
    z-index: 1002;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 30;
    display: grid;
    grid-template-rows: auto auto;
    gap: 18px;
    width: 100%;
    max-height: 0;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 10px;
    background:
      linear-gradient(135deg, var(--halo), transparent 34%),
      linear-gradient(180deg, rgba(7, 13, 24, 0.96), rgba(3, 5, 12, 0.98));
    box-shadow:
      0 0 0 rgba(0, 0, 0, 0),
      inset 0 0 0 rgba(255, 255, 255, 0);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.98);
    transition:
      max-height 0.48s ease,
      padding 0.38s ease,
      opacity 0.28s ease,
      visibility 0s linear 0.48s,
      transform 0.38s ease,
      border-color 0.45s ease,
      box-shadow 0.45s ease,
      background 0.45s ease;
  }

  .nav.menu-open .nav-menu {
    max-height: 420px;
    padding: 18px 16px;
    border-color: var(--media-border);
    box-shadow:
      0 18px 42px rgba(0, 0, 0, 0.36),
      0 0 28px var(--halo),
      inset 0 0 28px color-mix(in srgb, var(--cyan), transparent 92%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition:
      max-height 0.48s ease,
      padding 0.38s ease,
      opacity 0.28s ease,
      visibility 0s,
      transform 0.38s ease,
      border-color 0.45s ease,
      box-shadow 0.45s ease,
      background 0.45s ease;
  }

  .nav-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, color-mix(in srgb, var(--cyan), transparent 88%) 1px, transparent 1px),
      linear-gradient(0deg, color-mix(in srgb, var(--accent), transparent 88%) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: 0.18;
    pointer-events: none;
  }

  .nav-links {
    position: relative;
    display: grid;
    width: 100%;
    gap: 6px;
    color: var(--text);
    overflow: visible;
    padding: 0;
  }

  .nav-links a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 12px 10px;
    border-bottom: 1px solid color-mix(in srgb, var(--accent-soft), transparent 84%);
    text-shadow: 0 0 14px var(--glow-soft);
  }

  .nav-links a:hover {
    transform: translateX(4px);
  }

  .nav-actions {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, auto) minmax(140px, 1fr);
    justify-content: stretch;
    align-items: center;
    gap: 10px;
  }

  .nav-cta {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .hero-left {
    grid-column: auto;
    min-height: 570px;
    padding-left: 0;
  }

  .hero-title {
    font-size: 70px;
  }

  .hero-title .line-two,
  .hero-title .line-three {
    padding-left: 0;
  }

  .hero-title .line-three {
    justify-content: space-between;
  }

  .media-zone {
    height: 250px;
    width: 100%;
    bottom: 42px;
    border-radius: 22px;
  }

  .product-stage {
    left: 0;
    width: 100%;
    bottom: 0;
  }

  .product-image {
    max-width: min(430px, 76%);
  }

  .product-card {
    right: 0;
    bottom: 84px;
  }

  .product-card .price {
    font-size: 42px;
  }

  .spin-badge {
    width: 86px;
    height: 86px;
    right: 88px;
    top: 48px;
  }



  .copy,
  .info-block,
  .section-copy {
    max-width: none;
  }

  .hero-right {
    grid-column: auto;
    padding: 0;
    display: flex;
  }

  .hero-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .primary-btn,
  .secondary-btn {
    flex: 1 1 180px;
  }

  .shop-head {
    display: grid;
    align-items: start;
  }

  .section-title {
    font-size: 42px;
  }

  .tile-name {
    font-size: 26px;
  }

  .footer-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-page-shell {
    padding: 0;
  }

  .product-detail-panel {
    min-height: 100vh;
    border-radius: 0;
    padding: 18px;
  }

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

  .gallery-card,
  .gallery-card-large,
  .gallery-card-wide {
    grid-column: auto;
  }

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

  .gallery-lightbox-media {
    min-height: 320px;
  }

  .gallery-lightbox-copy {
    padding-right: 0;
  }

  .site-footer {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 18px;
    padding: clamp(18px, 4vw, 26px);
    border-radius: 0;
    background-position:
      center,
      86% 28%,
      center bottom,
      center;
  }

  .site-footer-links {
    justify-content: flex-start;
  }

  .site-footer-art {
    max-width: 520px;
  }

  .shop-page {
    padding-bottom: calc(0px + env(safe-area-inset-bottom));
  }

  .shop-page .product-page-shell {
    padding-bottom: calc(0px + env(safe-area-inset-bottom));
  }

  .shop-page .product-nav {
    min-height: 74px;
    padding: 10px 0 14px;
    align-items: center;
  }

  .shop-page .brand-logo {
    width: clamp(138px, 42vw, 188px);
  }

  .shop-page .menu-toggle {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background:
      radial-gradient(circle at 34% 22%, color-mix(in srgb, var(--cyan), transparent 74%), transparent 44%),
      rgba(255, 255, 255, 0.08);
    box-shadow:
      inset 0 0 18px color-mix(in srgb, var(--cyan), transparent 90%),
      0 12px 28px rgba(0, 0, 0, 0.22);
  }

  .product-detail-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding-top: 34px;
  }

  .product-back {
    margin-bottom: 24px;
  }

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

  .product-facts div:nth-child(2) {
    border-right: 0;
  }

  .product-facts div:nth-child(-n + 2) {
    border-bottom: 1px solid color-mix(in srgb, var(--cyan), transparent 86%);
  }

  .product-showcase {
    min-height: 420px;
    order: -1;
  }

  .detail-console-image {
    width: min(520px, 94%);
  }

  .detail-price-card {
    right: 0;
    top: auto;
    bottom: 16px;
  }

  body.gameboy-body .product-showcase {
    min-height: 500px;
    padding-bottom: 130px;
  }

  body.gameboy-body .gameboy-detail-image {
    width: min(560px, 92%);
  }

  body.gameboy-body .detail-price-card {
    right: 50%;
    bottom: 18px;
    width: min(300px, 86vw);
    transform: translateX(50%);
  }

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

  .shop-hero-panel {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
    padding-top: 34px;
    overflow: hidden;
  }

  .shop-detail-title {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 72px);
    line-height: 0.94;
    letter-spacing: 0.04em;
    overflow-wrap: anywhere;
  }

  .shop-hero-panel .product-lede {
    max-width: 100%;
    font-size: clamp(10px, 4.8vw, 22px);
    line-height: 1.55;
    width: 350px;
    overflow-wrap: break-word;
  }

  .shop-hero-tags {
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
  }

  .shop-hero-tags span {
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .shop-hero-stat-grid {
    display: grid;
    grid-auto-columns: minmax(178px, 72vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    max-width: 100%;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

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

  .contact-title {
    font-size: 58px;
  }

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

  .basket-hero,
  .basket-layout {
    grid-template-columns: 1fr;
  }

  .collections-hero,
  .ps2-hero {
    grid-template-columns: 1fr;
  }

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

  .ps2-launch-hero,
  .ps2-story-grid {
    grid-template-columns: 1fr;
  }

  .ps2-products-head {
    display: grid;
    align-items: start;
  }

  .ps2-hero-visual {
    min-height: 310px;
  }

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

  .ps2-spec-strip div:nth-child(2) {
    border-right: 0;
  }

  .ps2-spec-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid color-mix(in srgb, var(--cyan), transparent 84%);
  }

  .basket-title {
    font-size: 58px;
  }

  .basket-item {
    grid-template-columns: 92px minmax(0, 1fr) 132px;
  }

  .basket-line-total {
    grid-column: 2 / 3;
    text-align: left;
  }

  .basket-remove {
    grid-column: 3 / 4;
  }

  .shop-hero-stat {
    min-height: 168px;
    scroll-snap-align: start;
  }

  .shop-toolbar {
    grid-template-columns: 1fr;
    max-width: 100%;
    overflow: hidden;
  }

  .shop-page .shop-toolbar {
    margin-bottom: 18px;
    border-radius: 22px;
    background:
      linear-gradient(135deg, color-mix(in srgb, var(--cyan), transparent 88%), transparent 42%),
      rgba(255, 255, 255, 0.08);
    box-shadow:
      0 18px 36px rgba(0, 0, 0, 0.22),
      inset 0 0 24px color-mix(in srgb, var(--cyan), transparent 90%);
  }

  .shop-sort {
    justify-content: space-between;
  }

  .shop-page .shop-tabs,
  .shop-page .shop-sort {
    display: none;
  }

  .shop-tabs {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .shop-tabs a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .shop-search {
    min-width: 0;
  }

  .shop-page .shop-search {
    min-height: 48px;
    border-radius: 18px;
    background: rgba(2, 10, 30, 0.38);
  }

  .console-shop-grid {
    gap: 16px;
  }

  .featured-console {
    grid-column: auto;
  }

  .console-shop-card {
    grid-template-columns: minmax(160px, 0.85fr) minmax(220px, 1fr);
    min-height: 230px;
  }

  .console-shop-card img {
    width: min(280px, 106%);
  }

  .console-card-meta {
    margin: 0 0 14px;
  }

  .option-meter:nth-child(2) {
    border-right: 0;
  }

  .option-meter:nth-child(-n + 2) {
    border-bottom: 1px solid color-mix(in srgb, var(--cyan), transparent 84%);
  }

  .gameboy-page-shell {
    padding: 0;
  }

  .gameboy-panel {
    min-height: 100vh;
    border-radius: 0;
    padding: 18px;
  }

  .gameboy-hero {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .gameboy-main-stage {
    order: 1;
  }

  .gameboy-feed {
    order: 3;
    grid-template-columns: 1fr;
  }

  .gameboy-title span {
    padding-left: 0;
  }

  .gameboy-display-card {
    min-height: 640px;
  }

  .gameboy-hero-copy {
    width: min(420px, 48%);
    max-width: none;
    padding: 58px 24px 232px 54px;
  }

  .gameboy-display-card::after {
    left: 42px;
  }

  .gameboy-display-card img {
    right: 18px;
    bottom: 168px;
    width: min(440px, 46vw);
  }

  .gameboy-price-card {
    top: 34px;
    right: 20px;
    bottom: auto;
    width: min(220px, 34vw);
  }

  .gameboy-ability-strip {
    left: 54px;
    right: 20px;
    bottom: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .gameboy-dock div:nth-child(2) {
    border-right: 0;
  }

  .gameboy-dock div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(143, 189, 255, 0.16);
  }

  .stair,
  .stair.left {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-loader {
    padding: 12px;
  }

  .splash-inner {
    width: min(340px, calc(100vw - 20px));
    gap: 9px;
  }

  .splash-logo-bounce {
    width: clamp(128px, 58vw, 190px);
  }

  .splash-loading {
    margin-top: 8px;
    font-size: clamp(9px, 3.3vw, 13px);
    letter-spacing: 0.03em;
  }

  .splash-bar-wrap {
    width: min(250px, 82%);
    height: clamp(12px, 4vw, 18px);
    border-radius: 30px;
  }

  .splash-percent {
    font-size: clamp(10px, 3vw, 13px);
  }

  .gallery-card {
    min-height: 390px;
  }

  .gallery-image img {
    width: min(330px, 88%);
  }

  .gallery-copy p {
    font-size: 13px;
  }

  .gallery-lightbox {
    padding: 12px;
  }

  .gallery-lightbox-panel {
    max-height: calc(100vh - 24px);
  }

  .gallery-lightbox-media {
    min-height: 260px;
  }

  .gallery-lightbox-close {
    top: 10px;
    right: 10px;
  }

  .site-footer-brand,
  .site-footer-art {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-footer {
    gap: 16px;
    padding: 18px 14px calc(18px + env(safe-area-inset-bottom));
    background-position:
      center,
      82% 22%,
      62% bottom,
      center;
  }

  .site-footer-brand {
    gap: 10px;
  }

  .site-footer-brand p {
    max-width: none;
    font-size: 12px;
  }

  .footer-logo-link {
    width: 84px;
    height: 62px;
  }

  .footer-logo {
    width: 72px;
  }

  .site-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }

  .site-footer-links a {
    min-height: 44px;
    padding: 11px 10px;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .site-footer-art {
    min-height: auto;
    width: 100%;
    padding: 12px;
    gap: 10px;
  }

  .site-footer-art-logo {
    justify-items: center;
  }

  .site-footer-art img {
    width: 78px;
    height: 78px;
  }

  .site-footer-art-logo img {
    width: 100%;
    height: auto;
    scale: 1.4;
  }

  .site-footer-art span {
    font-size: 10px;
  }

  .splash-stage {
    gap: 22px;
    padding: 16px;
  }

  .splash-stage::before {
    inset: 10px;
  }

  .splash-nav {
    align-items: flex-start;
  }

  .splash-skip {
    padding: 9px 12px;
    font-size: 10px;
  }

  .splash-kicker {
    margin-bottom: 12px;
    padding-left: 34px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .splash-kicker::before {
    width: 24px;
  }

  .splash-copy h1 {
    font-size: 48px;
    line-height: 0.94;
  }

  .splash-lede {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.55;
  }

  .splash-actions {
    margin-top: 22px;
    gap: 10px;
  }

  .splash-console-wrap {
    min-height: 330px;
  }

  .splash-console-wrap::before {
    width: 92%;
    height: 45%;
    transform: perspective(620px) rotateX(58deg) translateY(58px);
  }

  .splash-console {
    width: min(420px, 112%);
  }

  .splash-hud-card {
    width: min(190px, 56%);
    padding: 13px;
  }

  .splash-hud-card.top {
    top: 8px;
  }

  .splash-hud-card.price {
    bottom: 8px;
  }

  .splash-hud-card strong {
    font-size: 32px;
  }

  .splash-status-row div {
    min-height: 72px;
    padding: 14px;
  }

  .page-shell {
    padding: 0;
  }

  .panel {
    min-height: 100vh;
    border-radius: 0;
    padding: 18px;
  }

  .brand-mark {
    font-size: 18px;
  }

  .icon-btn {
    width: 44px;
    height: 44px;
  }

  .theme-toggle {
    width: 62px;
    height: 44px;
  }

  .toggle-track {
    width: 42px;
  }

  body[data-theme="nebula"] .toggle-orb {
    transform: translate(20px, -50%);
  }

  .nav-cta {
    padding-inline: 14px;
  }

  .nav-actions {
    grid-template-columns: repeat(3, auto);
    justify-content: start;
  }

  .nav-actions .nav-cta {
    grid-column: 1 / -1;
    width: 100%;
  }

  .nav-menu {
    width: 100%;
  }

  .nav.menu-open .nav-menu {
    max-height: calc(100vh - 96px);
  }

  .hero {
    padding-top: 34px;
  }

  .hero-left {
    min-height: 510px;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .eyebrow::before {
    width: 24px;
  }

  .hero-title {
    font-size: 48px;
    line-height: 0.98;
  }

  .hero-arrow {
    width: 46px;
    height: 46px;
    font-size: 26px;
    border-width: 2px;
  }

  .media-zone {
    height: 210px;
    bottom: 64px;
  }

  .product-stage {
    bottom: 28px;
  }

  .product-image {
    max-width: 72%;
    position: relative;
    top: 50px;
  }

  .product-card {
    width: min(146px, 44vw);
    bottom: 52px;
    padding: 12px;
  }

  .product-card .label,
  .product-card .meta {
    font-size: 12px;
  }

  .product-card .price {
    font-size: 34px;
    margin: 8px 0;
  }

  .hero-actions {
    gap: 10px;
  }

  .primary-btn,
  .secondary-btn {
    flex-basis: 100%;
    min-height: 50px;
  }

  .product-tile {
    min-height: 300px;
    padding: 18px;
    padding-bottom: 96px;
  }

  .product-detail-title {
    font-size: 38px;
  }

  .product-showcase {
    min-height: 350px;
  }

  .detail-price-card {
    width: min(210px, 72vw);
    padding: 16px;
  }

  body.gameboy-body .product-showcase {
    min-height: 430px;
    padding-bottom: 10px;
  }

  body.gameboy-body .gameboy-detail-image {
    width: min(390px, 94%);
  }

  body.gameboy-body .detail-price-card {
    right: 45%;
    bottom: 10px;
    text-align: center;
    width: min(250px, 82vw);
    min-height: 104px;
    transform: translateX(50%);
  }

  .detail-price-card strong {
    font-size: 44px;
  }

  .product-side-card {
    padding: 18px;
  }

  .product-option-row {
    grid-template-columns: 1fr;
  }

  .shop-detail-title {
    font-size: 40px !important;
  }

  .contact-hero {
    padding-top: 34px;
  }

  .contact-title {
    font-size: 40px;
    line-height: 1;
  }

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

  .contact-stat-row div {
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--cyan), transparent 86%);
  }

  .contact-stat-row div:last-child {
    border-bottom: 0;
  }

  .contact-card {
    padding: 18px;
  }

  .basket-title {
    font-size: 42px;
    line-height: 1;
  }

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

  .collection-card {
    min-height: 180px;
    padding: 18px;
  }

  .ps2-title {
    font-size: 44px;
    line-height: 0.96;
  }

  .ps2-launch-actions {
    gap: 10px;
  }

  .ps2-hero-visual {
    min-height: 250px;
  }

  .ps2-monogram {
    font-size: 82px;
  }

  .ps2-visual-caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px;
  }

  .ps2-spec-strip {
    grid-template-columns: 1fr;
  }

  .ps2-spec-strip div,
  .ps2-spec-strip div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--cyan), transparent 84%);
  }

  .ps2-spec-strip div:last-child {
    border-bottom: 0;
  }

  .ps2-story-card {
    min-height: 0;
    padding: 18px;
  }

  .ps2-story-card h2 {
    font-size: 30px;
  }

  .basket-status-card {
    min-height: 128px;
  }

  .basket-card {
    padding: 16px;
  }

  .basket-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .basket-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .basket-item-image {
    min-height: 150px;
  }

  .basket-item-image img {
    width: min(240px, 86%);
    max-height: 140px;
  }

  .basket-quantity {
    width: min(220px, 100%);
  }

  .basket-line-total,
  .basket-remove {
    grid-column: auto;
    text-align: left;
  }

  .basket-remove {
    width: min(220px, 100%);
  }

  .coupon-row {
    grid-template-columns: 1fr;
  }

  .shop-toolbar {
    padding: 10px;
  }

  .shop-detail-title {
    font-size: clamp(36px, 12vw, 52px);
    letter-spacing: 0.035em;
  }

  .shop-hero-panel .product-lede {
    font-size: 15px;
    letter-spacing: 0.04em;
  }

  .shop-hero-tags {
    gap: 8px;
  }

  .shop-hero-tags span {
    min-height: 32px;
    padding: 8px 11px;
    font-size: 10px;
  }

  .shop-hero-stat-grid {
    grid-auto-columns: minmax(160px, 74vw);
  }

  .shop-hero-stat {
    min-height: 156px;
    padding: 20px;
  }

  .shop-hero-stat strong {
    font-size: 58px;
  }

  .shop-hero-stat small {
    font-size: 12px;
  }

  .console-slider-head {
    align-items: start;
    flex-direction: column;
  }

  .console-slider-controls {
    display: none;
  }

  .console-shop-grid {
    display: flex;
    gap: 14px;
    margin-inline: -18px;
    padding: 16px 18px 26px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-padding-inline: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    perspective: 900px;
  }

  .console-shop-grid::-webkit-scrollbar {
    display: none;
  }

  .shop-tabs a,
  .shop-sort button {
    flex: 1 1 auto;
  }

  .console-shop-card {
    flex-basis: min(320px, 82vw);
    flex-shrink: 0;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 16px;
    opacity: 0.66;
    scroll-snap-align: center;
    border-radius: 28px;
    background:
      radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.2), transparent 24%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
      rgba(5, 11, 28, 0.86);
    box-shadow:
      0 24px 46px rgba(0, 0, 0, 0.34),
      inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transform: scale(0.9) rotateY(6deg);
    transform-origin: center;
    transition:
      transform 0.28s ease,
      opacity 0.28s ease,
      border-color 0.28s ease,
      box-shadow 0.28s ease;
  }

  .console-shop-card.is-active {
    opacity: 1;
    transform: scale(1) rotateY(0deg);
    border-color: var(--media-border);
    box-shadow:
      0 0 30px var(--halo),
      0 24px 48px rgba(0, 0, 0, 0.34),
      inset 0 0 28px color-mix(in srgb, var(--cyan), transparent 88%);
  }

  .console-shop-card:hover {
    transform: scale(1) rotateY(0deg);
  }

  .console-card-visual {
    min-height: 210px;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
      radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--cyan), transparent 70%), transparent 44%);
    box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.08);
  }

  .console-shop-card img {
    width: min(260px, 82%);
  }

  .console-system-mark {
    width: min(154px, 48vw);
    border-radius: 26px;
  }

  .console-card-copy {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: none;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
  }

  .console-card-copy h2 {
    font-size: 26px;
    text-align: center;
  }

  .console-card-meta {
    justify-content: center;
  }

  .console-price {
    width: min(190px, 100%);
    min-height: 48px;
    font-size: 38px;
  }

  .console-buy,
  .console-details {
    width: min(210px, 100%);
    border-radius: 999px;
  }

  .mobile-shop-tabs {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 80;
    min-height: 74px;
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    border: 1px solid color-mix(in srgb, var(--cyan), transparent 78%);
    border-radius: 28px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
      rgba(5, 11, 28, 0.9);
    box-shadow:
      0 20px 44px rgba(0, 0, 0, 0.42),
      inset 0 0 24px color-mix(in srgb, var(--cyan), transparent 92%);
    backdrop-filter: blur(18px);
  }

  .mobile-shop-tab {
    min-width: 0;
    min-height: 58px;
    padding: 7px 4px;
    display: grid;
    place-items: center;
    gap: 4px;
    border: 0;
    border-radius: 22px;
    background: transparent;
    color: color-mix(in srgb, var(--text), transparent 32%);
    cursor: pointer;
    transition:
      transform 0.22s ease,
      background 0.22s ease,
      color 0.22s ease,
      box-shadow 0.22s ease;
  }

  .mobile-shop-tab span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.04em;
  }

  .mobile-shop-tab strong {
    max-width: 100%;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-shop-tab.is-active {
    transform: translateY(-3px);
    background:
      radial-gradient(circle at 50% 14%, color-mix(in srgb, var(--cyan), transparent 58%), transparent 48%),
      color-mix(in srgb, var(--accent), transparent 70%);
    color: var(--text);
    box-shadow: 0 10px 22px color-mix(in srgb, var(--cyan), transparent 78%);
  }

  .mobile-shop-tab.is-active span {
    background: var(--button-bg);
    box-shadow: 0 0 18px var(--glow-strong);
  }

  .option-meter,
  .option-meter:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--cyan), transparent 84%);
  }

  .option-meter:last-child {
    border-bottom: 0;
  }

  body.gameboy-body .product-facts {
    grid-template-columns: 1fr;
  }

  body.gameboy-body .product-facts div,
  body.gameboy-body .product-facts div:nth-child(2) {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--cyan), transparent 86%);
  }

  body.gameboy-body .product-facts div:last-child {
    border-bottom: 0;
  }

  body.gameboy-body .product-facts strong {
    max-width: none;
  }

  .gameboy-title {
    font-size: 32px;
    line-height: 1;
  }

  .gameboy-lede {
    font-size: 12px;
    max-width: 30ch;
    margin-top: 16px;
  }

  .gameboy-display-card {
    min-height: 0;
    padding: 46px 16px 18px 44px;
    display: grid;
    gap: 18px;
  }

  .gameboy-vertical-tag {
    left: 18px;
    font-size: 10px;
  }

  .gameboy-display-card::after {
    left: 34px;
  }

  .gameboy-hero-copy {
    width: auto;
    padding: 0;
  }

  .gameboy-spec-line {
    gap: 8px 12px;
    margin-top: 16px;
  }

  .gameboy-display-card img {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    z-index: 4;
    width: min(390px, 100%);
    margin: -6px auto 0;
    transform: none;
    animation: none;
  }

  .gameboy-price-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    z-index: 5;
    width: auto;
    min-height: 92px;
    padding: 14px;
  }

  .gameboy-price-card strong {
    font-size: 42px;
  }

  .gameboy-ability-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 5;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px;
  }

  .gameboy-ability-strip span {
    min-height: 50px;
    padding: 8px 10px;
  }

  .gameboy-dock {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .gameboy-dock div,
  .gameboy-dock div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(143, 189, 255, 0.16);
  }

  .gameboy-dock div:last-child {
    border-bottom: 0;
  }

  .tile-top {
    flex-direction: column;
    gap: 10px;
  }

  .tile-visual {
    width: 106px;
    height: 106px;
    font-size: 38px;
  }
}

@media (max-width: 380px) {
  .site-footer {
    padding-inline: 12px;
  }

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

  .site-footer-links a {
    min-height: 42px;
  }

  .site-footer-art-logo img {
    width: min(210px, 88%);
  }
}

@media (max-height: 520px) {
  .site-loader {
    padding: 8px;
  }

  .splash-inner {
    width: min(320px, calc(100vw - 16px));
    gap: 7px;
  }

  .splash-logo-bounce {
    width: clamp(110px, 28vh, 170px);
  }

  .splash-loading {
    margin-top: 4px;
    font-size: clamp(9px, 3vh, 13px);
  }

  .splash-bar-wrap {
    width: min(240px, 72%);
    height: 12px;
  }

  .splash-percent {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .shop-page {
    padding-bottom: calc(0px + env(safe-area-inset-bottom));
  }

  .shop-page .product-page-shell {
    padding-bottom: calc(0px + env(safe-area-inset-bottom));
  }

  .shop-page .product-nav {
    min-height: 74px;
    padding: 10px 0 14px;
    align-items: center;
  }

  .shop-page .brand-logo {
    width: clamp(138px, 42vw, 188px);
  }

  .shop-page .menu-toggle {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background:
      radial-gradient(circle at 34% 22%, color-mix(in srgb, var(--cyan), transparent 74%), transparent 44%),
      rgba(255, 255, 255, 0.08);
    box-shadow:
      inset 0 0 18px color-mix(in srgb, var(--cyan), transparent 90%),
      0 12px 28px rgba(0, 0, 0, 0.22);
  }

  .shop-page .shop-toolbar {
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 22px;
    background:
      linear-gradient(135deg, color-mix(in srgb, var(--cyan), transparent 88%), transparent 42%),
      rgba(255, 255, 255, 0.08);
    box-shadow:
      0 18px 36px rgba(0, 0, 0, 0.22),
      inset 0 0 24px color-mix(in srgb, var(--cyan), transparent 90%);
  }

  .shop-page .shop-tabs,
  .shop-page .shop-sort,
  .shop-page .console-slider-controls {
    display: none;
  }

  .shop-page .shop-search {
    min-height: 48px;
    min-width: 0;
    border-radius: 18px;
    background: rgba(2, 10, 30, 0.38);
  }

  .shop-page .console-shop-grid {
    display: flex;
    gap: 14px;
    margin-inline: -18px;
    padding: 16px 18px 26px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-padding-inline: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    perspective: 900px;
  }

  .shop-page .console-shop-grid::-webkit-scrollbar {
    display: none;
  }

  .shop-page .console-shop-card {
    flex: 0 0 min(320px, 82vw);
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 16px;
    border-radius: 28px;
    opacity: 0.66;
    scroll-snap-align: center;
    background:
      radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.2), transparent 24%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
      rgba(5, 11, 28, 0.86);
    box-shadow:
      0 24px 46px rgba(0, 0, 0, 0.34),
      inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transform: scale(0.9) rotateY(6deg);
    transform-origin: center;
    transition:
      transform 0.28s ease,
      opacity 0.28s ease,
      border-color 0.28s ease,
      box-shadow 0.28s ease;
  }

  .shop-page .console-shop-card.is-active {
    opacity: 1;
    transform: scale(1) rotateY(0deg);
    border-color: var(--media-border);
    box-shadow:
      0 0 30px var(--halo),
      0 24px 48px rgba(0, 0, 0, 0.34),
      inset 0 0 28px color-mix(in srgb, var(--cyan), transparent 88%);
  }

  .shop-page .console-shop-card:hover {
    transform: scale(1) rotateY(0deg);
  }

  .shop-page .console-card-visual {
    min-height: 210px;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
      radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--cyan), transparent 70%), transparent 44%);
    box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.08);
  }

  .shop-page .console-shop-card img {
    width: min(260px, 82%);
  }

  .shop-page .console-system-mark {
    width: min(154px, 48vw);
    border-radius: 26px;
  }

  .shop-page .console-card-copy {
    display: flex;
    max-width: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .shop-page .console-card-copy h2 {
    font-size: 26px;
    text-align: center;
  }

  .shop-page .console-card-meta {
    justify-content: center;
  }

  .shop-page .console-price {
    width: min(190px, 100%);
    min-height: 48px;
    font-size: 38px;
  }

  .shop-page .console-buy,
  .shop-page .console-details {
    width: min(210px, 100%);
    border-radius: 999px;
  }

  .shop-page .mobile-shop-tabs {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 80;
    min-height: 74px;
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    border: 1px solid color-mix(in srgb, var(--cyan), transparent 78%);
    border-radius: 28px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
      rgba(5, 11, 28, 0.9);
    box-shadow:
      0 20px 44px rgba(0, 0, 0, 0.42),
      inset 0 0 24px color-mix(in srgb, var(--cyan), transparent 92%);
    backdrop-filter: blur(18px);
  }

  .shop-page .mobile-shop-tab {
    min-width: 0;
    min-height: 58px;
    padding: 7px 4px;
    display: grid;
    place-items: center;
    gap: 4px;
    border: 0;
    border-radius: 22px;
    background: transparent;
    color: color-mix(in srgb, var(--text), transparent 32%);
    cursor: pointer;
    transition:
      transform 0.22s ease,
      background 0.22s ease,
      color 0.22s ease,
      box-shadow 0.22s ease;
  }

  .shop-page .mobile-shop-tab span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.04em;
  }

  .shop-page .mobile-shop-tab strong {
    max-width: 100%;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .shop-page .mobile-shop-tab.is-active {
    transform: translateY(-3px);
    background:
      radial-gradient(circle at 50% 14%, color-mix(in srgb, var(--cyan), transparent 58%), transparent 48%),
      color-mix(in srgb, var(--accent), transparent 70%);
    color: var(--text);
    box-shadow: 0 10px 22px color-mix(in srgb, var(--cyan), transparent 78%);
  }

  .shop-page .mobile-shop-tab.is-active span {
    background: var(--button-bg);
    box-shadow: 0 0 18px var(--glow-strong);
  }
}
