:root {
  --bg: #111827;
  --panel: #05070d;
  --text: #f7efe0;
  --muted: #9aa7b8;
  --line: rgba(255, 139, 45, 0.28);
  --accent: #ff6a00;
  --accent-soft: #ffb15c;
  --cyan: #73f4ff;
  --halo: rgba(255, 106, 0, 0.28);
  --glow-strong: rgba(255, 106, 0, 0.42);
  --glow-soft: rgba(115, 244, 255, 0.18);
  --body-bg:
    radial-gradient(circle at 50% 0%, rgba(38, 140, 174, 0.24), transparent 28%),
    radial-gradient(circle at 82% 38%, rgba(255, 106, 0, 0.16), transparent 24%),
    linear-gradient(135deg, #1d2738 0%, #0b111d 55%, #151d2d 100%);
  --panel-bg:
    radial-gradient(circle at 42% 34%, rgba(115, 244, 255, 0.12), transparent 26%),
    radial-gradient(circle at 78% 44%, rgba(255, 106, 0, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(8, 13, 23, 0.96), rgba(3, 5, 10, 0.98));
  --panel-grid:
    linear-gradient(90deg, rgba(115, 244, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(115, 244, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, transparent 0 46%, rgba(255, 106, 0, 0.08) 47%, transparent 48%);
  --media-bg:
    radial-gradient(circle at 72% 22%, rgba(115, 244, 255, 0.5), transparent 3%),
    radial-gradient(circle at 34% 46%, rgba(70, 126, 255, 0.28), transparent 20%),
    radial-gradient(circle at 16% 78%, rgba(255, 106, 0, 0.42), transparent 22%),
    radial-gradient(circle at 70% 78%, rgba(255, 177, 92, 0.16), transparent 20%),
    linear-gradient(180deg, transparent 0 56%, rgba(255, 106, 0, 0.14) 56.4%, transparent 57%),
    linear-gradient(145deg, #071124 0%, #02040b 72%);
  --media-border: rgba(255, 139, 45, 0.42);
  --media-star-one: rgba(255, 255, 255, 0.85);
  --media-star-two: rgba(115, 244, 255, 0.72);
  --media-grid: rgba(255, 139, 45, 0.18);
  --media-sweep: rgba(255, 106, 0, 0.22);
  --button-bg: linear-gradient(180deg, #ff8a1f, #f05200);
  --button-border: rgba(255, 139, 45, 0.38);
  --card-bg:
    linear-gradient(135deg, rgba(255, 106, 0, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(13, 20, 34, 0.96), rgba(4, 7, 14, 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;
  min-width: 0;
  flex: 0 0 auto;
}

.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(255, 106, 0, 0.16), rgba(115, 244, 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 {
    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: 24px;
  background:
    radial-gradient(circle at 50% 34%, color-mix(in srgb, var(--accent), transparent 72%), transparent 24%),
    radial-gradient(circle at 22% 72%, color-mix(in srgb, var(--cyan), transparent 82%), transparent 26%),
    linear-gradient(135deg, rgba(5, 7, 13, 0.98), rgba(8, 15, 30, 0.98) 52%, rgba(17, 7, 5, 0.98));
  color: var(--text);
  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.04);
  filter: blur(10px);
}

.site-loader-stars {
  position: absolute;
  inset: -12%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.6px) 10% 18% / 160px 120px,
    radial-gradient(circle, rgba(115, 244, 255, 0.72) 0 1px, transparent 1.8px) 20% 78% / 230px 170px,
    radial-gradient(circle, rgba(255, 177, 92, 0.68) 0 1px, transparent 1.7px) 72% 28% / 260px 190px,
    linear-gradient(115deg, transparent 0 42%, rgba(115, 244, 255, 0.13) 43%, transparent 44% 58%, rgba(255, 106, 0, 0.16) 59%, transparent 60%);
  opacity: 0.86;
  animation: loader-star-drift 5.8s linear infinite;
}

.site-loader-frame {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  min-height: 330px;
  padding: clamp(26px, 6vw, 46px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 52%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 86%), transparent 42%),
    radial-gradient(circle at 50% 44%, color-mix(in srgb, var(--cyan), transparent 84%), transparent 28%),
    rgba(4, 8, 18, 0.86);
  box-shadow:
    0 0 42px var(--halo),
    inset 0 0 34px color-mix(in srgb, var(--cyan), transparent 92%);
  text-align: center;
}

.site-loader-frame::before,
.site-loader-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.site-loader-frame::before {
  inset: 14px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 80%);
  opacity: 0.72;
}

.site-loader-frame::after {
  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 88%) 1px, transparent 1px),
    linear-gradient(180deg, transparent 0 46%, rgba(115, 244, 255, 0.16) 50%, transparent 54%);
  background-size:
    34px 34px,
    34px 34px,
    100% 100%;
  opacity: 0.18;
  animation: loader-scan 2.6s ease-in-out infinite;
}

.loader-kicker,
.site-loader-frame small {
  position: relative;
  z-index: 1;
  color: color-mix(in srgb, var(--text), transparent 32%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-loader-frame strong {
  position: relative;
  z-index: 1;
  color: var(--text);
  font-size: clamp(40px, 8vw, 78px);
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 0 22px var(--glow-strong),
    0 0 42px var(--glow-soft);
}

.loader-core {
  position: relative;
  z-index: 1;
  width: 136px;
  height: 136px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent-soft), transparent 58%);
  border-radius: 50%;
  box-shadow:
    0 0 28px var(--halo),
    inset 0 0 22px color-mix(in srgb, var(--cyan), transparent 92%);
  animation: loader-breathe 1.8s ease-in-out infinite;
}

.loader-core::before,
.loader-core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.loader-core::before {
  inset: 18px;
  border: 1px solid color-mix(in srgb, var(--cyan), transparent 62%);
}

.loader-core::after {
  inset: 44px;
  background: var(--button-bg);
  box-shadow:
    0 0 20px var(--glow-strong),
    0 0 44px var(--halo);
}

.loader-core span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan);
  animation: loader-orbit 1.8s linear infinite;
}

.loader-core span:nth-child(2) {
  animation-delay: -0.6s;
}

.loader-core span:nth-child(3) {
  animation-delay: -1.2s;
}

.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 loader-star-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-70px, 34px, 0) scale(1.04);
  }
}

@keyframes loader-scan {
  0%,
  100% {
    background-position:
      0 0,
      0 0,
      0 -80px;
  }

  50% {
    background-position:
      28px 0,
      0 28px,
      0 80px;
  }
}

@keyframes loader-breathe {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes loader-orbit {
  from {
    transform: rotate(0deg) translateX(62px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(62px) rotate(-360deg);
  }
}

@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;
}

.product-page-shell {
  min-height: 100vh;
  padding: clamp(16px, 5vw, 84px);
  display: grid;
  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:
    radial-gradient(circle at 62% 46%, color-mix(in srgb, var(--cyan), transparent 84%), transparent 28%),
    radial-gradient(circle at 20% 78%, var(--halo), transparent 30%),
    linear-gradient(135deg, rgba(28, 68, 138, 0.76), rgba(9, 22, 54, 0.98));
  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));
}

.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;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
  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%);
}

.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 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-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-shop-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.console-shop-card {
  position: relative;
  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::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-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);
}

.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;
}

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;
}

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

.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));
  }

  .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) {
  .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;
  }

  .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;
    padding-top: 34px;
  }

  .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;
  }

  .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: 130px;
  }

  .shop-toolbar {
    grid-template-columns: 1fr;
  }

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

  .console-shop-grid {
    grid-template-columns: 1fr;
  }

  .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) {
  .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%;
  }

  .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: 44px;
  }

  .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;
  }

  .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-tabs a,
  .shop-sort button {
    flex: 1 1 auto;
  }

  .console-shop-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
  }

  .console-card-visual {
    min-height: 178px;
  }

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

  .console-card-copy {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: none;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

  .console-card-copy h2 {
    font-size: 28px;
    text-align: center;
  }

  .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;
  }
}
