/** Shopify CDN: Minification failed

Line 3925:0 Unexpected "}"

**/
*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #0a0e1a;
  background-image: 
    radial-gradient(at 0% 0%, rgba(56, 189, 248, 0.04) 0px, transparent 50%),
    radial-gradient(at 100% 0%, rgba(168, 85, 247, 0.03) 0px, transparent 50%),
    radial-gradient(at 50% 100%, rgba(56, 189, 248, 0.02) 0px, transparent 50%);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: 
    linear-gradient(rgba(56, 189, 248, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: -1;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  width: 1.1em;
  height: 1.1em;
}

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

h1 {
  max-width: 11ch;
  font-size: 4.75rem;
}

h2 {
  font-size: 3.1rem;
}

h3 {
  font-size: 1.25rem;
}

.page-width {
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: 0 24px;
}

.main-content {
  min-height: 60vh;
}

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

.skip-link:focus {
  z-index: 1000;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  color: #f8fafc;
  background: var(--color-bg-strong);
  border-radius: 8px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: #f8fafc;
  background: var(--color-accent);
  box-shadow: 0 16px 38px rgba(56, 189, 248, 0.25);
}

.button--primary:hover {
  background: #0284c7;
}

.button--ghost {
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(56, 189, 248, 0.18);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-accent);
  font-weight: 800;
}

.announcement-bar {
  color: #ffffff;
  background: var(--color-bg-strong);
}

.announcement-bar__inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  font-size: 0.88rem;
}

.announcement-bar__dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.25);
}

.announcement-bar a {
  color: var(--color-accent);
  font-weight: 800;
}

.announcement-bar--sale {
  background: linear-gradient(90deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  border-bottom: 1px solid rgba(56, 189, 248, 0.2);
}

.announcement-bar--sale .announcement-bar__inner {
  min-height: 46px;
  flex-wrap: nowrap;
  font-weight: 900;
  letter-spacing: 0.02em;
  overflow: hidden;
  white-space: nowrap;
}

.announcement-bar--sale p {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.announcement-bar__timer {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 10px;
  color: #0f172a;
  background: var(--color-accent);
  border-radius: 8px;
  font-weight: 900;
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(10, 14, 26, 0.88);
  border-bottom: 1px solid var(--color-line);
  backdrop-filter: blur(20px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(10, 14, 26, 0.95);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
}

.header__inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-family: var(--font-heading);
  font-weight: 900;
}

.brand__mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff9ef;
  background: var(--color-accent);
  border-radius: 8px;
}

.brand__name {
  max-width: 18ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand__logo {
  width: auto;
  max-width: 180px;
  max-height: 54px;
}

.brand__asset-logo {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand--footer .brand__asset-logo {
  filter: invert(1) brightness(1.18) drop-shadow(0 0 12px rgba(240, 193, 139, 0.22));
}

.header__nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.35vw, 20px);
  color: #94a3b8;
  font-size: 0.9rem;
  font-weight: 800;
}

.header__nav a,
.catalog-dropdown summary {
  position: relative;
  padding: 8px 0;
  white-space: nowrap;
}

.catalog-dropdown summary {
  list-style: none;
  cursor: pointer;
}

.catalog-dropdown summary::-webkit-details-marker,
.mobile-catalog summary::-webkit-details-marker {
  display: none;
}

.header__nav a::after,
.catalog-dropdown summary::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.header__nav a:hover::after,
.header__nav a.is-active::after,
.catalog-dropdown[open] summary::after,
.catalog-dropdown summary:hover::after {
  transform: scaleX(1);
}

.catalog-dropdown {
  position: relative;
}

.catalog-dropdown__menu {
  min-width: 310px;
  position: absolute;
  z-index: 80;
  top: calc(100% + 13px);
  left: 50%;
  display: grid;
  gap: 4px;
  padding: 10px;
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.4);
  transform: translateX(-50%);
}

.catalog-dropdown__menu a {
  padding: 11px 12px;
  color: #e2e8f0;
  border-radius: 8px;
}

.catalog-dropdown__menu a:hover {
  background: rgba(56, 189, 248, 0.12);
}

.catalog-dropdown__menu a::after {
  display: none;
}

.header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.header__search {
  width: min(240px, 24vw);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 4px 4px 4px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-radius: 8px;
}

.header__search input {
  width: 100%;
  min-width: 0;
  color: #e2e8f0;
  background: transparent;
  border: 0;
  outline: 0;
}

.header__search button,
.header__cart,
.header__menu-button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(56, 189, 248, 0.1);
  border-radius: 8px;
}

.header__cart {
  position: relative;
}

.header__cart span {
  min-width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -7px;
  top: -6px;
  color: #f8fafc;
  background: var(--color-accent-2);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
}

.header__menu-button {
  display: none;
}

.mobile-menu {
  border-top: 1px solid var(--color-line);
  background: rgba(10, 14, 26, 0.98);
}

.mobile-menu__inner {
  display: grid;
  gap: 8px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mobile-menu a {
  padding: 14px 0;
  color: #e2e8f0;
  font-weight: 900;
  border-bottom: 1px solid var(--color-line);
}

.mobile-catalog {
  display: grid;
  border-bottom: 1px solid var(--color-line);
}

.mobile-catalog summary {
  padding: 14px 0;
  color: var(--color-text);
  font-weight: 900;
  cursor: pointer;
}

.mobile-catalog a {
  padding-left: 18px;
  color: var(--color-muted);
}

.focused-hero {
  position: relative;
  min-height: 620px;
  height: calc(100vh - 118px);
  max-height: 760px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: #f8fafc;
  isolation: isolate;
  background: #07111f;
}

.focused-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -22px;
  background-image:
    var(--hero-image);
  background-size: cover;
  background-position: center calc(50% + var(--parallax-y, 0px));
  filter: blur(9px) saturate(1.06);
  transform: scale(1.025);
}

.focused-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 72% 38%, rgba(125, 211, 252, 0.2), transparent 26rem),
    linear-gradient(90deg, rgba(7, 17, 31, 0.97) 0%, rgba(15, 23, 42, 0.86) 35%, rgba(15, 23, 42, 0.46) 66%, rgba(15, 23, 42, 0.2) 100%);
  pointer-events: none;
}

.focused-hero__shade {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(10, 14, 26, 0), #0a0e1a);
  pointer-events: none;
}

.focused-hero__inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.42fr);
  align-items: end;
  gap: 32px;
  padding-top: 72px;
  padding-bottom: 64px;
}

.focused-hero__content {
  max-width: 690px;
}

.focused-hero .eyebrow {
  color: var(--color-accent);
  margin-bottom: 18px;
}

.focused-hero h1 {
  max-width: 12ch;
  color: #f8fafc;
  text-wrap: balance;
}

.focused-hero p {
  max-width: 585px;
  margin-top: 22px;
  color: rgba(241, 245, 249, 0.82);
  font-size: 1.08rem;
}

.focused-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.focused-hero .button--ghost {
  color: #f8fafc;
  background: rgba(248, 250, 252, 0.12);
  border-color: rgba(56, 189, 248, 0.35);
}

.focused-hero__card {
  align-self: end;
  max-width: 340px;
  justify-self: end;
  padding: 22px;
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 8px;
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.35), 0 0 20px rgba(56, 189, 248, 0.1);
}

.focused-hero__card span {
  color: var(--color-accent);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.focused-hero__card strong {
  display: block;
  margin-top: 9px;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  line-height: 1.08;
}

.focused-hero__card p {
  margin-top: 12px;
  color: rgba(241, 245, 249, 0.8);
  font-size: 0.95rem;
}

.budget-game-banner {
  padding: 24px 0;
  background:
    radial-gradient(circle at 12% 50%, rgba(94, 234, 212, 0.14), transparent 18rem),
    linear-gradient(90deg, rgba(15, 23, 42, 0.96), rgba(12, 74, 110, 0.94));
  color: #f8fafc;
  border-top: 1px solid rgba(186, 230, 253, 0.2);
  border-bottom: 1px solid rgba(186, 230, 253, 0.2);
}

.budget-game-banner__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: center;
}

.budget-game-banner__copy {
  display: grid;
  gap: 10px;
}

.budget-game-banner .eyebrow {
  color: #bae6fd;
}

.budget-game-banner h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.05;
  color: #ffffff;
}

.budget-game-banner p:not(.eyebrow) {
  margin: 0;
  max-width: 780px;
  color: rgba(248, 250, 252, 0.78);
}

.budget-game-banner__games {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.budget-game-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(186, 230, 253, 0.3);
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.1);
  color: #f8fafc;
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hero {
  position: relative;
  min-height: 620px;
  height: calc(100vh - 118px);
  max-height: 760px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: #f8fafc;
  background-image:
    linear-gradient(90deg, rgba(15, 23, 42, 0.96) 0%, rgba(15, 23, 42, 0.84) 34%, rgba(15, 23, 42, 0.34) 64%, rgba(15, 23, 42, 0.22) 100%),
    var(--hero-image);
  background-size: cover;
  background-position: center calc(50% + var(--parallax-y, 0px));
}

.hero__shade {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(10, 14, 26, 0), #0a0e1a);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.42fr);
  align-items: end;
  gap: 32px;
  padding-top: 72px;
  padding-bottom: 64px;
}

.hero__content {
  max-width: 670px;
}

.hero .eyebrow {
  color: var(--color-accent);
  margin-bottom: 18px;
}

.hero h1 {
  color: #f8fafc;
  text-wrap: balance;
}

.hero p {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(241, 245, 249, 0.82);
  font-size: 1.08rem;
}

.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero .button--ghost {
  color: #f8fafc;
  background: rgba(248, 250, 252, 0.12);
  border-color: rgba(56, 189, 248, 0.35);
}

.hero__card {
  align-self: end;
  max-width: 340px;
  justify-self: end;
  padding: 22px;
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 8px;
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.35), 0 0 20px rgba(56, 189, 248, 0.1);
}

.hero__card span {
  color: var(--color-accent);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero__card strong {
  display: block;
  margin-top: 9px;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  line-height: 1.08;
}

.hero__card p {
  margin-top: 12px;
  color: rgba(241, 245, 249, 0.8);
  font-size: 0.95rem;
}

.tone-bar {
  padding: 26px 0 14px;
}

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

.tone-bar__item {
  min-height: 138px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(56, 189, 248, 0.1);
  border-radius: 8px;
}

.tone-bar__item span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent-2);
  background: rgba(80, 107, 91, 0.11);
  border-radius: 8px;
}

.tone-bar__item strong {
  font-family: var(--font-heading);
  font-size: 1.06rem;
  color: #e2e8f0;
}

.tone-bar__item p {
  color: #94a3b8;
  font-size: 0.94rem;
}

.section {
  padding: 86px 0;
}

.section__header {
  display: grid;
  grid-template-columns: 0.55fr minmax(0, 1.1fr) auto;
  gap: 26px;
  align-items: end;
  margin-bottom: 28px;
}

.section__header h2,
.showcase-section__intro h2,
.story-section__copy h2,
.newsletter-section h2,
.collection-hero h1,
.page-section h1,
.cart-page h1 {
  max-width: 11ch;
  color: #e2e8f0;
}

.section__header p:not(.eyebrow),
.showcase-section__intro p:not(.eyebrow),
.story-section__copy > p:not(.eyebrow),
.newsletter-section__copy > p,
.collection-hero p,
.page-section .rte,
.empty-state p {
  max-width: 650px;
  color: #94a3b8;
}

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

.lineup-header {
  max-width: 760px;
  display: grid;
  gap: 16px;
  margin-bottom: 30px;
  text-align: center;
}

.lineup-header .eyebrow {
  justify-self: center;
}

.lineup-header h2 {
  max-width: 13ch;
  justify-self: center;
}

.lineup-header p {
  color: var(--color-muted);
}

.lineup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.focused-product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(56, 189, 248, 0.1);
  border-radius: 8px;
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.3);
}

.focused-product-card__media {
  position: relative;
  aspect-ratio: 16 / 11;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 18%, rgba(56, 189, 248, 0.15), transparent 12rem),
    linear-gradient(145deg, #0f1629 0%, #1e293b 54%, #0a0e1a 140%);
}

.focused-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transition: transform 360ms ease;
}

.focused-product-card:hover .focused-product-card__image {
  transform: scale(1.04);
}

.focused-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 10px;
  color: #ffffff;
  background: var(--color-bg-strong);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.focused-product-card__body {
  display: grid;
  gap: 15px;
  padding: 24px;
}

.focused-product-card__body h3 {
  font-size: 1.55rem;
  line-height: 1.12;
  color: #e2e8f0;
}

.focused-product-card__body p {
  color: #94a3b8;
  line-height: 1.55;
}

.focused-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 10px;
}

.focused-product-card__footer span {
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 1.26rem;
  font-weight: 900;
}

.focused-product-card__footer a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #f8fafc;
  background: var(--color-accent);
  border-radius: 8px;
}

.lineup-actions {
  margin-top: 30px;
  text-align: center;
}

.lineup-logic {
  background:
    linear-gradient(180deg, #0a0e1a, #0f1629),
    #0f1629;
}

.lineup-logic__inner {
  display: grid;
  gap: 30px;
}

.lineup-logic__intro {
  max-width: 760px;
  display: grid;
  gap: 16px;
}

.lineup-logic__intro p:not(.eyebrow) {
  color: var(--color-muted);
}

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

.logic-card {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px;
  color: #f8fafc;
  background: linear-gradient(150deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.9) 100%);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
}

.logic-card:nth-child(2) {
  background: linear-gradient(150deg, rgba(15, 23, 42, 0.95) 0%, rgba(51, 65, 85, 0.9) 100%);
  border: 1px solid rgba(168, 85, 247, 0.15);
}

.logic-card:nth-child(3) {
  background: linear-gradient(150deg, rgba(15, 23, 42, 0.95) 0%, rgba(56, 189, 248, 0.2) 100%);
  border: 1px solid rgba(56, 189, 248, 0.35);
  box-shadow: 0 10px 30px rgba(56, 189, 248, 0.08);
}

.logic-card span {
  color: var(--color-accent);
  font-weight: 900;
}

.logic-card strong {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1.08;
}

.logic-card p {
  color: rgba(241, 245, 249, 0.8);
}

.beginner-trust__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: start;
}

.beginner-trust__copy {
  display: grid;
  gap: 18px;
}

.beginner-trust__copy p:not(.eyebrow) {
  color: var(--color-muted);
}

.beginner-trust__points {
  display: grid;
  gap: 12px;
}

.trust-point {
  display: grid;
  gap: 7px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(56, 189, 248, 0.1);
  border-radius: 8px;
}

.trust-point strong {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: #e2e8f0;
}

.trust-point p {
  color: #94a3b8;
}

.product-card {
  min-width: 0;
}

.product-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 18%, rgba(56, 189, 248, 0.15), transparent 9rem),
    linear-gradient(150deg, #0f1629 0%, #1e293b 58%, #0a0e1a 100%);
  border: 1px solid var(--color-line);
  border-radius: 8px;
}

.product-card__image,
.product-card__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transition: transform 360ms ease;
}

.product-card:hover .product-card__image,
.product-card:hover .product-card__placeholder {
  transform: scale(1.045);
}

.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 10px;
  color: #ffffff;
  background: var(--color-bg-strong);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card__info {
  padding: 14px 2px 0;
}

.product-card__vendor {
  color: var(--color-accent-2);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card__title {
  margin-top: 7px;
  font-size: 1.08rem;
  line-height: 1.15;
  color: #e2e8f0;
}

.product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 11px;
  color: var(--color-muted);
  font-weight: 800;
}

.product-card__arrow {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--color-accent);
  background: rgba(56, 189, 248, 0.09);
  border-radius: 8px;
}

.product-card__arrow:hover,
.focused-product-card__footer a:hover {
  transform: translateY(-2px);
}

.story-section {
  padding-top: 72px;
}

.story-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: stretch;
}

.story-section__copy {
  display: grid;
  align-content: center;
  gap: 20px;
}

.story-section__list {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.story-section__list div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 14px;
  padding: 15px 0;
  border-top: 1px solid var(--color-line);
}

.story-section__list span {
  grid-row: span 2;
  color: var(--color-accent);
  font-weight: 900;
}

.story-section__list strong {
  font-family: var(--font-heading);
}

.story-section__list p {
  color: var(--color-muted);
}

.story-section__media {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(41, 27, 19, 0.06), rgba(41, 27, 19, 0.42)),
    var(--story-image);
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(68, 43, 30, 0.16);
}

.story-section__badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(260px, calc(100% - 36px));
  padding: 18px;
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 8px;
  backdrop-filter: blur(16px);
}

.story-section__badge span {
  color: var(--color-accent);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.story-section__badge strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  line-height: 1.1;
}

.showcase-section {
  background:
    linear-gradient(180deg, #0a0e1a, #111827);
}

.showcase-section__intro {
  display: grid;
  gap: 18px;
  margin-bottom: 30px;
}

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

.showcase-card {
  min-height: 270px;
  position: relative;
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: 18px;
  color: #f8fafc;
  background:
    linear-gradient(150deg, rgba(42, 27, 20, 0.92), rgba(86, 57, 40, 0.76)),
    var(--color-bg-strong);
  border: 1px solid rgba(42, 27, 20, 0.12);
  border-radius: 8px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.showcase-card:nth-child(2) {
  background:
    linear-gradient(150deg, rgba(37, 49, 45, 0.94), rgba(80, 107, 91, 0.78)),
    var(--color-accent-2);
}

.showcase-card:nth-child(3) {
  background:
    linear-gradient(150deg, rgba(50, 42, 39, 0.94), rgba(99, 80, 70, 0.78)),
    #51413b;
}

.showcase-card:nth-child(4) {
  background:
    linear-gradient(150deg, rgba(15, 23, 42, 0.94), rgba(56, 189, 248, 0.78)),
    var(--color-accent);
}

.showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px rgba(68, 43, 30, 0.18);
}

.showcase-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
}

.showcase-card span,
.showcase-card strong,
.showcase-card p,
.showcase-card em {
  position: relative;
}

.showcase-card span {
  margin-bottom: 70px;
  color: var(--color-accent-2);
  font-weight: 900;
}

.showcase-card strong {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  line-height: 1.1;
}

.showcase-card p {
  margin-top: 10px;
  color: rgba(241, 245, 249, 0.8);
  font-size: 0.93rem;
}

.showcase-card em {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  background: rgba(248, 250, 252, 0.12);
  border-radius: 8px;
}

.newsletter-section {
  padding: 78px 0;
  background: var(--color-bg-strong);
}

.newsletter-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.88fr);
  gap: 36px;
  align-items: center;
  padding: 36px;
  color: #f8fafc;
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.08), rgba(15, 23, 42, 0.45)),
    rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 8px;
}

.newsletter-section .eyebrow {
  color: var(--color-accent);
}

.newsletter-section h2 {
  margin-top: 12px;
  color: #f8fafc;
}

.newsletter-section__copy > p {
  margin-top: 16px;
  color: rgba(241, 245, 249, 0.8);
}

.newsletter-form {
  display: grid;
  gap: 12px;
}

.newsletter-form__field {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 8px;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 8px;
}

.newsletter-form input:not([type="checkbox"]) {
  min-width: 0;
  width: 100%;
  padding: 0 10px;
  color: #f8fafc;
  background: transparent;
  border: 0;
  outline: 0;
}

.newsletter-form input:not([type="checkbox"])::placeholder {
  color: rgba(241, 245, 249, 0.5);
}

.newsletter-form__consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(241, 245, 249, 0.8);
  font-size: 0.78rem;
  line-height: 1.42;
}

.newsletter-form__consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--color-accent);
}

.newsletter-form__fineprint,
.newsletter-form__message {
  color: rgba(241, 245, 249, 0.7);
  font-size: 0.88rem;
}

.newsletter-form__message--success {
  color: #d9f0d0;
}

.newsletter-form__message--error {
  color: #ffd0c2;
}

.product-page,
.collection-hero,
.page-section,
.cart-page,
.search-page {
  padding: 70px 0 86px;
}

.product-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  gap: 42px;
  align-items: start;
}

.product-page__gallery {
  min-width: 0;
}

.product-page__slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  border-radius: 8px;
}

.product-page__slider::-webkit-scrollbar {
  display: none;
}

.product-page__slide {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.product-page__image-wrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 20%, rgba(248, 250, 252, 0.78), transparent 15rem),
    linear-gradient(150deg, #e0f2fe 0%, #7dd3fc 54%, #0f172a 135%);
  border: 1px solid var(--color-line);
  border-radius: 8px;
}

.product-page__image,
.product-page__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.product-page__gallery-controls {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.product-page__gallery-button {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f8fafc;
  background: var(--color-bg-strong);
  border: 1px solid rgba(56, 189, 248, 0.26);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.product-page__gallery-button svg {
  width: 19px;
  height: 19px;
}

.product-page__gallery-button--prev svg {
  transform: rotate(180deg);
}

.product-page__gallery-button:hover {
  transform: translateY(-2px);
}

.product-page__gallery-status {
  justify-self: center;
  color: var(--color-muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.product-page__details {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 20px;
  padding: 28px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(56, 189, 248, 0.1);
  border-radius: 8px;
}

.product-page__details h1 {
  font-size: 3.35rem;
  color: #e2e8f0;
}

.product-page__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
}

.product-page__price s {
  color: var(--color-muted);
  font-size: 1rem;
}

.product-page__rating {
  margin-top: 10px;
}

.rte {
  color: var(--color-muted);
}

.rte > * + * {
  margin-top: 1em;
}

.product-form {
  display: grid;
  gap: 12px;
}

.product-form label {
  color: var(--color-muted);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-form select,
.product-form input,
.cart-item__quantity input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: 8px;
}

.product-form__button {
  width: 100%;
  margin-top: 8px;
}

.product-page__notes {
  display: grid;
  gap: 10px;
  padding-top: 8px;
}

.product-page__notes div {
  display: grid;
  gap: 3px;
  padding: 13px;
  background: rgba(56, 189, 248, 0.06);
  border-radius: 8px;
}

.product-page__notes strong {
  font-family: var(--font-heading);
}

.product-page__notes span {
  color: var(--color-muted);
  font-size: 0.93rem;
}

.product-page__reviews {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--color-border);
}

.collection-hero {
  background:
    linear-gradient(180deg, rgba(10, 14, 26, 0.78), rgba(15, 23, 42, 0.88)),
    #0a0e1a;
  border-bottom: 1px solid var(--color-line);
}

.collection-hero__inner,
.page-section__inner,
.cart-page__inner,
.search-page__inner {
  display: grid;
  gap: 18px;
}

.search-page__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 760px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-radius: 8px;
}

.search-page__form input {
  min-width: 0;
  padding: 0 12px;
  color: var(--color-text);
  background: transparent;
  border: 0;
  outline: 0;
}

.search-page__count {
  color: var(--color-muted);
  font-weight: 800;
}

.search-result-card {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(56, 189, 248, 0.1);
  border-radius: 8px;
}

.search-result-card h3 {
  line-height: 1.16;
}

.search-page .reveal,
.search-page [data-animate] {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition-delay: 0ms !important;
}

.search-result-card p:not(.product-card__vendor) {
  color: var(--color-muted);
}

.password-page,
.gift-card-page {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 70px 0;
  color: #f8fafc;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.96), rgba(12, 74, 110, 0.66)),
    url('frostygaming-hero.svg');
  background-size: cover;
  background-position: center;
}

.password-page__inner,
.gift-card-page__inner {
  max-width: 760px;
  display: grid;
  gap: 18px;
}

.password-page h1,
.gift-card-page h1 {
  color: #f8fafc;
}

.password-page p {
  max-width: 560px;
  color: rgba(241, 245, 249, 0.8);
}

.password-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 620px;
  padding: 8px;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 8px;
}

.password-form input {
  min-width: 0;
  padding: 0 12px;
  color: #f8fafc;
  background: transparent;
  border: 0;
  outline: 0;
}

.gift-card-page__card {
  display: grid;
  gap: 12px;
  width: min(100%, 520px);
  padding: 28px;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 8px;
  backdrop-filter: blur(16px);
}

.gift-card-page__card p {
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 900;
}

.gift-card-page__card strong {
  padding: 14px;
  color: var(--color-text);
  background: rgba(15, 23, 42, 0.6);
  border-radius: 8px;
  font-size: 1.2rem;
  text-align: center;
}

.gift-card-page__card span {
  color: rgba(241, 245, 249, 0.7);
}

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

.collection-card,
.article-card {
  overflow: hidden;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(56, 189, 248, 0.1);
  border-radius: 8px;
}

.collection-card__media,
.article-card__media {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 20%, rgba(56, 189, 248, 0.15), transparent 10rem),
    linear-gradient(150deg, #0f1629, #1e293b 64%, #0a0e1a 150%);
}

.collection-card__image,
.collection-card__placeholder,
.article-card__image,
.article-card__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transition: transform 360ms ease;
}

.collection-card:hover .collection-card__image,
.collection-card:hover .collection-card__placeholder,
.article-card:hover .article-card__image,
.article-card:hover .article-card__placeholder {
  transform: scale(1.045);
}

.collection-card > div:last-child,
.article-card__content {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.collection-card h2,
.article-card h2 {
  font-size: 1.35rem;
  line-height: 1.12;
}

.collection-card p,
.article-card__content p:not(.product-card__vendor) {
  color: var(--color-muted);
}

.article-page {
  padding: 70px 0 90px;
}

.article-page__inner {
  max-width: 920px;
  display: grid;
  gap: 22px;
}

.article-page h1 {
  max-width: 12ch;
}

.article-page__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 20%, rgba(248, 250, 252, 0.72), transparent 14rem),
    linear-gradient(150deg, #e0f2fe, #7dd3fc 64%, #0f172a 150%);
  border-radius: 8px;
}

.article-page__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}

.article-page__content {
  max-width: 760px;
  font-size: 1.05rem;
}

.collection-grid-section {
  padding-top: 56px;
}

.collection-grid-section .product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.collection-grid-section .product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(56, 189, 248, 0.1);
  border-radius: 8px;
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.3);
}

.collection-grid-section .product-card__media {
  aspect-ratio: 16 / 11;
  border: 0;
  border-radius: 0;
}

.collection-grid-section .product-card__info {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.collection-grid-section .product-card__title {
  margin-top: 0;
  font-size: 1.55rem;
}

.product-card__excerpt {
  color: var(--color-muted);
  line-height: 1.55;
}

.collection-grid-section .product-card__meta {
  margin-top: auto;
  padding-top: 8px;
}

.collection-grid-section .product-card__price {
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: 1.26rem;
  font-weight: 900;
}

.collection-grid-section .product-card__arrow {
  width: 44px;
  height: 44px;
  color: #f8fafc;
  background: var(--color-accent);
}

.tabs-library {
  padding: 78px 0 92px;
  background: #0f1629;
}

.tabs-library__inner {
  display: grid;
  gap: 28px;
}

.tabs-library__header {
  max-width: 760px;
  display: grid;
  gap: 16px;
}

.tabs-library__header p:not(.eyebrow) {
  color: var(--color-muted);
}

.tabs-library__toolbar {
  display: grid;
}

.tabs-library__toolbar input {
  width: min(100%, 620px);
  min-height: 54px;
  padding: 14px 16px;
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
}

.tabs-library__toolbar input:focus {
  outline: 3px solid rgba(56, 189, 248, 0.18);
  border-color: var(--color-accent);
}

.tabs-library__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.tab-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.2);
}

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

.tab-card__body {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.tab-card__type {
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tab-card h2 {
  font-size: 1.5rem;
  line-height: 1.12;
}

.tab-card__artist,
.tab-card__description {
  color: var(--color-muted);
}

.tab-card__download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 24px;
  background: rgba(31, 20, 15, 0.06);
  border-top: 1px solid var(--color-line);
}

.tab-card__download .button {
  width: 100%;
}

.tab-card__missing {
  color: var(--color-muted);
  font-weight: 900;
}

.tabs-library__empty {
  padding: 26px;
  background: rgba(224, 242, 254, 0.72);
  border: 1px solid var(--color-line);
  border-radius: 8px;
}

.tiktok-section {
  padding: 82px 0;
  background: #0f1629;
}

.tiktok-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.92fr);
  gap: 42px;
  align-items: center;
}

.tiktok-section__copy {
  display: grid;
  gap: 16px;
  align-content: center;
}

.tiktok-section__copy h2 {
  max-width: 12ch;
}

.tiktok-section__copy > p:not(.eyebrow) {
  max-width: 520px;
  color: var(--color-muted);
}

.tiktok-section__copy .button {
  justify-self: start;
  margin-top: 10px;
}

.tiktok-section__embed {
  min-width: 0;
  display: grid;
  justify-items: center;
}

.tiktok-section__embed .tiktok-embed {
  width: min(100%, 720px);
  margin: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 38px;
  color: var(--color-muted);
  font-weight: 800;
}

.pagination a {
  color: var(--color-accent);
}

.empty-state {
  max-width: 620px;
  display: grid;
  gap: 16px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(56, 189, 248, 0.1);
  border-radius: 8px;
}

.empty-state .button {
  justify-self: center;
}

.cart-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.cart-items,
.cart-summary {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(56, 189, 248, 0.1);
  border-radius: 8px;
}

.cart-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 96px 110px;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid rgba(56, 189, 248, 0.08);
}

.cart-item:last-child {
  border-bottom: 0;
}

.cart-item__media {
  aspect-ratio: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 20%, rgba(56, 189, 248, 0.15), transparent 5rem),
    linear-gradient(150deg, #0f1629, #1e293b);
  border-radius: 8px;
}

.cart-item__media img,
.cart-item__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cart-item__details {
  display: grid;
  gap: 5px;
}

.cart-item__title {
  font-family: var(--font-heading);
  font-weight: 900;
}

.cart-item__details span,
.cart-item__remove,
.cart-summary p {
  color: var(--color-muted);
  font-size: 0.9rem;
}

.cart-item__remove {
  text-decoration: underline;
}

.cart-item__price {
  justify-self: end;
  font-weight: 900;
}

.cart-summary {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 14px;
  padding: 20px;
}

.cart-summary div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--font-heading);
  font-size: 1.25rem;
}

.site-footer {
  padding: 58px 0 28px;
  color: rgba(241, 245, 249, 0.78);
  background: var(--color-bg-strong);
  border-top: 1px solid rgba(56, 189, 248, 0.15);
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 0.7fr 0.7fr minmax(0, 0.9fr);
  gap: 34px;
}

.footer__grid--focused {
  grid-template-columns: minmax(0, 1.15fr) minmax(190px, 0.75fr) minmax(190px, 0.75fr) minmax(220px, 0.85fr);
}

.brand--footer {
  color: #f8fafc;
}

.footer__brand p,
.footer__note p {
  max-width: 360px;
  margin-top: 16px;
}

.footer__links,
.footer__note {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer__links h2,
.footer__note h2 {
  color: #f8fafc;
  font-size: 1.05rem;
}

.footer__links a {
  color: rgba(241, 245, 249, 0.7);
  transition: color 200ms ease;
}

.footer__contact address {
  color: rgba(241, 245, 249, 0.68);
  font-style: normal;
  line-height: 1.55;
}

.footer__social-button {
  justify-self: start;
  padding: 9px 13px;
  color: #f8fafc !important;
  background: rgba(248, 250, 252, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 8px;
  font-weight: 800;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__social-button:hover {
  background: rgba(56, 189, 248, 0.15);
  border-color: var(--color-accent);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.35);
  transform: translateY(-2px);
}

.footer__links a:hover {
  color: var(--color-accent);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(248, 250, 252, 0.08);
  font-size: 0.88rem;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(4px);
  transition: opacity 800ms cubic-bezier(0.25, 1, 0.5, 1),
              transform 800ms cubic-bezier(0.25, 1, 0.5, 1),
              filter 800ms cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal--delay {
  transition-delay: 120ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Premium Reveal Variations */
.reveal--scale {
  transform: scale(0.93) translateY(20px);
}
.reveal--scale.is-visible {
  transform: scale(1) translateY(0);
}

.reveal--left {
  transform: translateX(-40px);
}
.reveal--left.is-visible {
  transform: translateX(0);
}

.reveal--right {
  transform: translateX(40px);
}
.reveal--right.is-visible {
  transform: translateX(0);
}

.reveal--flip {
  transform: perspective(1000px) rotateX(-12deg) translateY(20px);
  transform-origin: top center;
  transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1), 
              transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal--flip.is-visible {
  transform: perspective(1000px) rotateX(0deg) translateY(0);
}

.reveal--blur {
  filter: blur(10px);
  transform: translateY(15px);
}
.reveal--blur.is-visible {
  filter: blur(0);
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  h1 {
    font-size: 3.9rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  .header__nav,
  .header__search {
    display: none;
  }

  .header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .header__menu-button {
    display: inline-flex;
  }

  .hero__inner,
  .focused-hero__inner,
  .story-section__grid,
  .newsletter-section__inner,
  .tiktok-section__inner,
  .product-page__grid,
  .cart-form,
  .beginner-trust__grid {
    grid-template-columns: 1fr;
  }

  .hero__card,
  .focused-hero__card {
    justify-self: start;
  }

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

  .product-page__details,
  .cart-summary {
    position: static;
  }

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

@media (max-width: 760px) {
  body {
    font-size: 15px;
  }

  .page-width {
    padding: 0 18px;
  }

  h1 {
    max-width: 12ch;
    font-size: 3rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .announcement-bar__inner {
    min-height: 46px;
    gap: 10px;
    justify-content: center;
    text-align: center;
  }

  .announcement-bar--sale .announcement-bar__inner {
    min-height: 38px;
    gap: 6px;
    padding-inline: 10px;
    font-size: 0.68rem;
    letter-spacing: 0;
  }

  .announcement-bar--sale .announcement-bar__dot {
    width: 5px;
    height: 5px;
    box-shadow: 0 0 0 3px rgba(217, 165, 111, 0.16);
  }

  .announcement-bar--sale .announcement-bar__timer {
    min-height: 22px;
    padding: 2px 6px;
    font-size: 0.66rem;
  }

  .announcement-bar--sale a {
    display: none;
  }

  .header__inner {
    min-height: 68px;
    gap: 12px;
  }

  .brand__name {
    max-width: 12ch;
  }

  .hero,
  .focused-hero {
    height: auto;
    min-height: 590px;
    background-image:
      linear-gradient(180deg, rgba(35, 22, 16, 0.96) 0%, rgba(43, 27, 18, 0.8) 56%, rgba(43, 27, 18, 0.36) 100%),
      var(--hero-image);
    background-position: center top;
  }

  .hero__inner,
  .focused-hero__inner {
    align-content: end;
    padding-top: 94px;
    padding-bottom: 46px;
  }

  .hero p,
  .focused-hero p {
    font-size: 1rem;
  }

  .hero__buttons,
  .focused-hero__buttons,
  .newsletter-form__field,
  .search-page__form {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero__buttons .button,
  .focused-hero__buttons .button,
  .newsletter-form .button {
    width: 100%;
  }

  .tone-bar__grid,
  .product-grid,
  .showcase-section__grid,
  .product-page__gallery,
  .footer__grid,
  .collections-grid,
  .article-grid,
  .lineup-grid,
  .lineup-logic__grid,
  .tabs-library__grid,
  .tiktok-section__inner {
    grid-template-columns: 1fr;
  }

  .collection-grid-section .product-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .collection-grid-section .product-card__info,
  .focused-product-card__body {
    padding: 20px;
  }

  .password-form {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 62px 0;
  }

  .section__header {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .story-section__media {
    min-height: 410px;
  }

  .newsletter-section__inner {
    padding: 24px;
  }

  .tiktok-section__copy .button {
    width: 100%;
  }

  .product-page__details h1 {
    font-size: 2.45rem;
  }

  .cart-item {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .cart-item__quantity,
  .cart-item__price {
    grid-column: 2;
    justify-self: stretch;
  }

  .footer__bottom {
    flex-direction: column;
  }
}

.gaming-gear-faq {
  background: #0a0e1a;
}

.gaming-gear-faq__inner {
  display: grid;
  gap: 30px;
}

.gaming-gear-faq__intro {
  max-width: 780px;
  display: grid;
  gap: 16px;
}

.gaming-gear-faq__intro p:not(.eyebrow) {
  color: var(--color-muted);
}

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

.gaming-gear-faq__item {
  display: grid;
  gap: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--color-line);
  border-radius: 8px;
}

.gaming-gear-faq__item h3 {
  font-size: 1.18rem;
  line-height: 1.2;
}

.gaming-gear-faq__item p {
  color: var(--color-muted);
}

.setup-checkmarks {
  background:
    radial-gradient(circle at 88% 8%, rgba(125, 211, 252, 0.28), transparent 18rem),
    linear-gradient(135deg, rgba(248, 250, 252, 0.92), rgba(224, 242, 254, 0.72));
}

.setup-checkmarks__inner {
  display: grid;
  gap: 28px;
}

.setup-checkmarks__copy {
  max-width: 760px;
  display: grid;
  gap: 14px;
}

.setup-checkmarks__copy p:not(.eyebrow) {
  color: var(--color-muted);
}

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

.setup-checkmark {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(56, 189, 248, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.setup-checkmark__icon,
.product-page__checklist span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #075985;
  background: rgba(186, 230, 253, 0.86);
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.28);
}

.setup-checkmark__icon svg,
.product-page__checklist svg {
  width: 17px;
  height: 17px;
}

.setup-checkmark h3 {
  margin: 2px 0 8px;
  font-size: 1.08rem;
}

.setup-checkmark p {
  margin: 0;
  color: var(--color-muted);
}

.product-page__checklist {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.product-page__checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.06);
}

.product-page__checklist strong {
  font-size: 0.92rem;
}

.terms-page__updated {
  color: var(--color-muted);
  font-weight: 700;
}

.terms-page__content {
  display: grid;
  gap: 18px;
}

.terms-page__content h2 {
  margin-top: 14px;
  font-size: 1.45rem;
}

.terms-page__content h2:first-child {
  margin-top: 0;
}

.terms-page__custom {
  margin-top: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--color-line);
}

.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 32px;
  align-items: start;
}

.contact-page__copy {
  display: grid;
  gap: 18px;
}

.contact-page__copy p:not(.eyebrow) {
  color: var(--color-muted);
}

.contact-page__copy .button {
  width: fit-content;
}

.contact-page__form form {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}

.contact-page__form label {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--color-text);
}

.contact-page__form input,
.contact-page__form textarea {
  width: 100%;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-text);
  font: inherit;
  padding: 12px 14px;
}

.contact-page__form textarea {
  resize: vertical;
}

.contact-page__message {
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 800;
}

.contact-page__message--success {
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.12);
}

.contact-page__message--error {
  color: #f87171;
  background: rgba(248, 113, 113, 0.12);
}

body.newsletter-popup-open {
  overflow: hidden;
}

.newsletter-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 18px;
}

.newsletter-popup[hidden] {
  display: none !important;
}

.newsletter-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
}

.newsletter-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  max-height: calc(100vh - 36px);
  overflow: auto;
  display: grid;
  gap: 16px;
  padding: 28px;
  color: var(--color-text);
  background: #0f1629;
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.5);
}

.newsletter-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-muted);
  background: rgba(224, 242, 254, 0.76);
  border: 1px solid var(--color-line);
  border-radius: 999px;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.newsletter-popup__dialog h2 {
  max-width: 13ch;
  font-size: 2.05rem;
  line-height: 0.98;
}

.newsletter-popup__dialog > p:not(.eyebrow),
.newsletter-popup__form small {
  color: var(--color-muted);
}

.newsletter-popup__form {
  display: grid;
  gap: 12px;
}

.newsletter-popup__form input:not([type="checkbox"]) {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: 8px;
  font: inherit;
}

.newsletter-popup__form input:not([type="checkbox"]):focus {
  outline: 3px solid rgba(56, 189, 248, 0.18);
  border-color: var(--color-accent);
}

.newsletter-popup__consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--color-muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.newsletter-popup__consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--color-accent);
}

.newsletter-popup__form small a {
  color: var(--color-accent);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.newsletter-popup__form .button {
  width: 100%;
}

.newsletter-popup__message {
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 700;
}

.newsletter-popup__message--success {
  color: #244a35;
  background: rgba(80, 107, 91, 0.15);
}

.newsletter-popup__message--error {
  color: #7d241d;
  background: rgba(56, 189, 248, 0.12);
}

@media (max-width: 980px) {
  .budget-game-banner__inner {
    grid-template-columns: 1fr;
  }

  .budget-game-banner__games {
    justify-content: flex-start;
  }

  .gaming-gear-faq__grid {
    grid-template-columns: 1fr;
  }

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

  .setup-checkmarks__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .newsletter-popup__dialog {
    padding: 24px 18px;
  }

  .newsletter-popup__dialog h2 {
    max-width: 14ch;
    font-size: 1.75rem;
  }
}

/* ==========================================================================
   Shopify SEO, GEO, and CRO Optimization Styles
   ========================================================================== */

/* 1. Pulsing Add to Cart CTA Button */
@keyframes cta-pulse {
  0% {
    box-shadow: 0 16px 38px rgba(65, 37, 24, 0.22);
  }
  50% {
    box-shadow: 0 16px 42px rgba(56, 189, 248, 0.55), 0 0 0 4px rgba(56, 189, 248, 0.18);
  }
  100% {
    box-shadow: 0 16px 38px rgba(65, 37, 24, 0.22);
  }
}
.product-form__button {
  animation: cta-pulse 2.2s infinite ease-in-out;
}

/* 2. Stock Scarcity Counter */
.product-page__stock-scarcity {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding: 8px 14px;
  background: rgba(56, 189, 248, 0.07);
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: 8px;
  font-size: 0.9rem;
}
.stock-pulse-dot {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #d94f27;
  border-radius: 50%;
  flex-shrink: 0;
}
.stock-pulse-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #d94f27;
  animation: dot-pulse 1.6s infinite ease-out;
  opacity: 0;
}
@keyframes dot-pulse {
  0% {
    transform: scale(0.6);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.stock-text {
  color: var(--color-text);
  font-weight: 600;
}
.stock-highlight {
  color: #d94f27;
  font-weight: 900;
}

/* 3. Trust Badges */
.product-page__trust-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
  padding: 16px 10px;
  border-top: 1px dashed var(--color-line);
  border-bottom: 1px dashed var(--color-line);
}
.trust-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}
.trust-badge-item span {
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
.trust-icon {
  width: 22px;
  height: 22px;
  color: var(--color-accent-2);
}

/* 4. Mobile Sticky Cart Bar */
.mobile-sticky-cart {
  position: fixed;
  z-index: 150;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 14, 26, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(56, 189, 248, 0.1);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(105%);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  padding: 12px 18px env(safe-area-inset-bottom, 12px);
  display: none;
}
.mobile-sticky-cart.active {
  transform: translateY(0);
}
.mobile-sticky-cart__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: min(100%, 1220px);
  margin: 0 auto;
}
.mobile-sticky-cart__product {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.mobile-sticky-cart__image {
  width: 44px;
  height: 44px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  border: 1px solid var(--color-line);
  background: linear-gradient(150deg, #e0f2fe, #7dd3fc);
  flex-shrink: 0;
}
.mobile-sticky-cart__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.mobile-sticky-cart__title {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-sticky-cart__price {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--color-accent);
}
.mobile-sticky-cart__btn {
  flex-shrink: 0;
  padding: 8px 16px !important;
  min-height: 40px !important;
  font-size: 0.88rem !important;
}
@media (max-width: 767px) {
  .mobile-sticky-cart {
    display: block;
  }
}

/* 5. Live Viewer Social Proof Counter */
.product-page__live-viewers {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding: 8px 14px;
  background: rgba(80, 107, 91, 0.07);
  border: 1px solid rgba(80, 107, 91, 0.22);
  border-radius: 8px;
  font-size: 0.9rem;
}
.live-view-icon {
  width: 16px;
  height: 16px;
  color: var(--color-accent-2);
  animation: eye-blink 4.2s infinite ease-in-out;
  flex-shrink: 0;
}
@keyframes eye-blink {
  0%, 90%, 100% {
    transform: scale(1);
  }
  95% {
    transform: scale(1.05) scaleY(0.1);
  }
}

/* 6. Secure Checkout Badges */
.product-page__secure-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  padding: 10px;
  background: rgba(45, 30, 22, 0.04);
  border-radius: 6px;
  font-size: 0.8rem;
  color: var(--color-muted);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.secure-lock-icon {
  width: 14px;
  height: 14px;
  color: var(--color-accent);
  flex-shrink: 0;
}

/* 7. Bento Grid Layout for 5 products */
@media (min-width: 768px) {
  .lineup-grid.lineup-grid--5-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 32px;
  }
  .lineup-grid--5-items .focused-product-card:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    display: grid;
    grid-template-rows: 1fr auto;
    background: rgba(15, 23, 42, 0.9);
  }
  .lineup-grid--5-items .focused-product-card:nth-child(1) .focused-product-card__media {
    aspect-ratio: auto;
    height: 100%;
  }
  .lineup-grid--5-items .focused-product-card:nth-child(1) .focused-product-card__body {
    padding: 36px;
  }
  .lineup-grid--5-items .focused-product-card:nth-child(1) .focused-product-card__body h3 {
    font-size: 1.85rem;
    margin-bottom: 8px;
  }
  .lineup-grid--5-items .focused-product-card:nth-child(1) .focused-product-card__body p {
    font-size: 1.05rem;
    color: var(--color-muted);
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .lineup-grid--5-items .focused-product-card:nth-child(1) .focused-product-card__footer {
    border-top: 1px solid var(--color-line);
    padding-top: 20px;
    margin-top: auto;
  }
}

/* --- PREMIUM INTERACTIVE HOVER & FOCUS ANIMATIONS --- */

/* Primary Button Hover Glow & Transition */
.button {
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1), 
              background 250ms cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 250ms cubic-bezier(0.16, 1, 0.3, 1), 
              color 250ms cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button--primary:hover {
  background: #0284c7; /* Cyber cyan deep shade */
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.6), 0 16px 38px rgba(15, 23, 42, 0.2);
  transform: translateY(-3px) scale(1.02);
}

.button--ghost {
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.button--ghost:hover {
  background: rgba(56, 189, 248, 0.12);
  border-color: var(--color-accent);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.25);
  transform: translateY(-2px);
}

/* Input Fields & Textareas Focus & Hover Animation */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease, background-color 250ms ease;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
textarea:hover {
  border-color: rgba(56, 189, 248, 0.5);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: none;
  border-color: var(--color-accent) !important;
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.45) !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
  transform: translateY(-1px);
}

/* Product Card Interactive Zoom & Lift */
.focused-product-card {
  transition: transform 450ms cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 450ms cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.focused-product-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12), 0 0 25px rgba(56, 189, 248, 0.15);
}

.focused-product-card__image {
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.focused-product-card:hover .focused-product-card__image {
  transform: scale(1.06);
}

/* --- PRODUCT SPOTLIGHT STYLING --- */
.product-spotlight-section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  background: var(--color-bg);
}

.product-spotlight__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 18px;
  margin-top: 40px;
}

.product-spotlight__item {
  min-height: 188px;
}

.product-spotlight__grid .focused-product-card {
  height: 100%;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  grid-template-rows: 1fr;
}

.product-spotlight__grid .focused-product-card__media {
  height: 100%;
  min-height: 188px;
  aspect-ratio: auto;
}

.product-spotlight__grid .focused-product-card__body {
  min-width: 0;
  align-content: center;
  padding: 24px 28px;
}

.product-spotlight__grid .focused-product-card__body h3 a,
.product-spotlight__grid .focused-product-card__body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.product-spotlight__grid .focused-product-card__body h3 a {
  -webkit-line-clamp: 2;
}

.product-spotlight__grid .focused-product-card__body p {
  -webkit-line-clamp: 2;
}

@media (max-width: 720px) {
  .product-spotlight__grid {
    grid-auto-rows: auto;
  }

  .product-spotlight__item {
    min-height: 0;
  }

  .product-spotlight__grid .focused-product-card {
    grid-template-columns: 1fr;
  }

  .product-spotlight__grid .focused-product-card__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 11;
  }
}


/* ============================================================
   NEW ANIMATION & COMPONENT STYLES
   ============================================================ */

/* --- Animated Gradient Text --- */
.gradient-text {
  background: linear-gradient(135deg, #38BDF8, #A855F7, #38BDF8);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-text-shift 4s linear infinite;
}
@keyframes gradient-text-shift {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* --- Glow Border on Hover --- */
.glow-border {
  position: relative;
}
.glow-border::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(56,189,248,0.3), rgba(168,85,247,0.3), rgba(56,189,248,0.3));
  background-size: 200% auto;
  z-index: -1;
  opacity: 0;
  transition: opacity 400ms ease;
  animation: gradient-text-shift 4s linear infinite;
}
.glow-border:hover::before {
  opacity: 1;
}

/* --- Section Divider Glow Line --- */
.section-glow-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56,189,248,0.4), rgba(168,85,247,0.3), rgba(56,189,248,0.4), transparent);
  margin: 0;
  border: none;
}

/* --- Image Shimmer Loading --- */
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
.image-shimmer,
.focused-product-card__media:empty,
.product-card__media:empty {
  background: linear-gradient(90deg, rgba(15,23,42,0.6) 25%, rgba(56,189,248,0.08) 50%, rgba(15,23,42,0.6) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

/* --- Button Ripple Effect --- */
.button {
  position: relative;
  overflow: hidden;
}
.button::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--ripple-x, 50%) var(--ripple-y, 50%), rgba(255,255,255,0.25) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
}
.button:active::after {
  opacity: 1;
  transition: opacity 0ms;
}

/* --- Floating Hero Particles --- */
.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.hero-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: rgba(56,189,248,0.6);
  border-radius: 50%;
  animation: float-particle var(--duration, 8s) var(--delay, 0s) infinite ease-in-out;
}
.hero-particle:nth-child(even) {
  background: rgba(168,85,247,0.5);
  width: 2px;
  height: 2px;
}
@keyframes float-particle {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0; }
  10% { opacity: 1; }
  50% { transform: translate(var(--dx, 40px), var(--dy, -60px)) scale(1.5); opacity: 0.8; }
  90% { opacity: 0; }
}

/* --- Scroll Indicator --- */
.scroll-indicator {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.5);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  animation: scroll-bounce 2s infinite ease-in-out;
}
.scroll-indicator svg {
  width: 20px;
  height: 20px;
}
@keyframes scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.5; }
  50% { transform: translateX(-50%) translateY(8px); opacity: 1; }
}

/* --- Cursor Glow Trail --- */
.cursor-glow {
  position: fixed;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56,189,248,0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  transform: translate(-50%, -50%);
  transition: left 150ms ease-out, top 150ms ease-out;
  will-change: left, top;
}
@media (hover: none) {
  .cursor-glow { display: none; }
}

/* --- Number Counter Animation --- */
.count-up {
  display: inline-block;
  transition: transform 200ms ease;
}
.count-up.is-counting {
  transform: scale(1.05);
}

/* --- FAQ Accordion --- */
.faq-accordion {
  display: grid;
  gap: 10px;
}
.faq-accordion__item {
  border: 1px solid rgba(56,189,248,0.1);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  overflow: hidden;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}
.faq-accordion__item:hover,
.faq-accordion__item[open] {
  border-color: rgba(56,189,248,0.25);
  box-shadow: 0 0 20px rgba(56,189,248,0.08);
}
.faq-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px;
  color: #e2e8f0;
  background: transparent;
  border: 0;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
}
.faq-accordion__trigger::-webkit-details-marker {
  display: none;
}
.faq-accordion__trigger::marker {
  content: '';
}
.faq-accordion__trigger:hover {
  color: var(--color-accent);
}
.faq-accordion__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: var(--color-accent);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-accordion__item[open] .faq-accordion__icon {
  transform: rotate(45deg);
}
.faq-accordion__content {
  padding: 0 20px 20px;
  color: #94a3b8;
  line-height: 1.6;
}

/* --- Scroll Progress Bar --- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 9999;
  background: transparent;
  pointer-events: none;
}
.scroll-progress__bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #38BDF8, #A855F7);
  box-shadow: 0 0 10px rgba(56,189,248,0.5);
  transition: width 50ms linear;
}

/* --- Mobile Bottom Navigation --- */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10,14,26,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(56,189,248,0.1);
  padding: 8px 0 calc(8px + env(safe-area-inset-bottom, 0px));
}
.mobile-bottom-nav__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 400px;
  margin: 0 auto;
}
.mobile-bottom-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 6px;
  color: #94a3b8;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 200ms ease;
}

button.mobile-bottom-nav__item {
  width: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.mobile-bottom-nav__item.is-active,
.mobile-bottom-nav__item:hover,
.mobile-bottom-nav__item.is-open {
  color: var(--color-accent);
}
.mobile-bottom-nav__item svg {
  width: 22px;
  height: 22px;
}

.mobile-shop-menu {
  position: fixed;
  z-index: 220;
  top: calc(82px + env(safe-area-inset-top, 0px));
  right: 12px;
  bottom: auto;
  left: 12px;
}

.mobile-shop-menu__panel {
  max-width: 400px;
  display: grid;
  gap: 7px;
  margin: 0 auto;
  padding: 14px;
  color: #e2e8f0;
  background: rgba(10, 14, 26, 0.98);
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38), 0 0 24px rgba(56, 189, 248, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  max-height: min(68vh, 460px);
  overflow-y: auto;
  animation: mobileShopDrop 180ms ease-out;
}

@keyframes mobileShopDrop {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

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

.mobile-shop-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(56, 189, 248, 0.14);
}

.mobile-shop-menu__header strong {
  font-family: var(--font-heading);
  font-size: 1rem;
}

.mobile-shop-menu__header button {
  padding: 7px 10px;
  color: #f8fafc;
  background: rgba(248, 250, 252, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 800;
}

.mobile-shop-menu a {
  padding: 12px 13px;
  color: #cbd5e1;
  background: rgba(248, 250, 252, 0.04);
  border: 1px solid rgba(56, 189, 248, 0.1);
  border-radius: 8px;
  font-weight: 800;
}

.mobile-shop-menu a:hover {
  color: #f8fafc;
  background: rgba(56, 189, 248, 0.12);
}

@media (max-width: 760px) {
  .mobile-bottom-nav {
    display: block;
  }
  body {
    padding-bottom: 72px;
  }

  .search-page {
    padding-bottom: 138px;
  }

  .search-page__inner {
    gap: 22px;
  }

  .search-page .product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 20px;
  }

  .search-page .product-card,
  .search-page .search-result-card {
    opacity: 1;
    transform: none;
  }
}

/* --- Animated Gradient Border Card --- */
@property --border-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.animated-border-card {
  position: relative;
  z-index: 0;
}
.animated-border-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 10px;
  background: conic-gradient(from var(--border-angle, 0deg), #38BDF8, #A855F7, #22D3EE, #38BDF8);
  z-index: -1;
  animation: border-gradient-rotate 4s linear infinite;
}
@keyframes border-gradient-rotate {
  0% { --border-angle: 0deg; }
  100% { --border-angle: 360deg; }
}
@supports not (background: conic-gradient(from 0deg, red, blue)) {
  .animated-border-card::before {
    background: linear-gradient(135deg, #38BDF8, #A855F7);
  }
}

/* --- Shuffle Button Styling --- */
.spotlight-shuffle-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.spotlight-shuffle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  padding: 10px 18px;
}
.spotlight-shuffle-count {
  font-size: 0.78rem;
  color: #94a3b8;
  font-weight: 600;
}

/* --- Product Page Savings Display --- */
.product-page__savings {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 6px;
  color: #4ade80;
  font-size: 0.85rem;
  font-weight: 700;
}
.product-page__savings svg {
  flex-shrink: 0;
  color: #4ade80;
}

/* --- Prefers Reduced Motion Override --- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .hero-particles,
  .cursor-glow,
  .scroll-indicator {
    display: none !important;
  }
}
}


/* --- Collection Grid Controls --- */
.collection-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(56, 189, 248, 0.1);
  border-radius: 8px;
  padding: 12px 20px;
  margin-bottom: 32px;
}
.collection-sorting {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sorting-label {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
}
.sort-select-container {
  position: relative;
  min-width: 200px;
}
.sort-select {
  width: 100%;
  appearance: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 8px 36px 8px 12px;
  font-size: 0.9rem;
  color: #f1f5f9;
  cursor: pointer;
  outline: none;
  transition: all 200ms ease;
}
.sort-select:hover, .sort-select:focus {
  border-color: rgba(56, 189, 248, 0.4);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.1);
}
.sort-select option {
  background: #0f172a;
  color: #f1f5f9;
}
.sort-select-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #94a3b8;
  pointer-events: none;
  transition: transform 200ms ease;
}
.sort-select:focus + .sort-select-icon {
  transform: translateY(-50%) rotate(180deg);
  color: var(--color-accent);
}
.collection-count {
  font-size: 0.9rem;
  color: #94a3b8;
  font-weight: 500;
}

/* --- Navigation Dropdown Catalog --- */
.nav-dropdown {
  position: relative;
  display: inline-block;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -22px;
  right: -22px;
  height: 20px;
}
.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #94a3b8;
  font-weight: 800;
  text-decoration: none;
  padding: 8px 0;
  transition: color 180ms ease;
}
.nav-dropdown-trigger:hover,
.nav-dropdown:hover .nav-dropdown-trigger,
.nav-dropdown:focus-within .nav-dropdown-trigger,
.nav-dropdown.is-open .nav-dropdown-trigger {
  color: #f8fafc;
}
.dropdown-icon {
  transition: transform 200ms ease;
}
.nav-dropdown:hover .dropdown-icon,
.nav-dropdown:focus-within .dropdown-icon,
.nav-dropdown.is-open .dropdown-icon {
  transform: rotate(180deg);
  color: var(--color-accent);
}
.nav-dropdown-menu {
  display: none;
  min-width: 210px;
  position: absolute;
  z-index: 100;
  top: calc(100% + 12px);
  left: 50%;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(56, 189, 248, 0.08);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, transform 180ms ease;
  transform: translateX(-50%) translateY(8px);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  display: grid;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  gap: 2px;
}
.nav-dropdown-menu a {
  padding: 10px 16px;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 6px;
  transition: all 180ms ease;
  white-space: nowrap;
}
.nav-dropdown-menu a:hover {
  color: #f8fafc;
  background: rgba(56, 189, 248, 0.12);
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.08);
  padding-left: 20px;
}
.nav-dropdown-menu a::after {
  display: none !important;
}
