/* ===================================================================
   JOLTKEYS v3 — structural + scroll-transition layer (loads after styles.css)
   Kinetic Brutalism kept. New: kinetic marquee · horizontal pin-rail ·
   editorial clip-reveal spotlight · acid-flood statement · sticky-stack ·
   FAQ accordion · floating hero covers · animated lime border.
   =================================================================== */

html { overflow-x: clip; }

/* ---- FOUC guard: pre-hide only when JS + motion allowed; v3.js reveals,
        and schedules a failsafe so content can never stay hidden ---- */
.gsap-anim [data-animate],
.gsap-anim [data-stagger] > * { opacity: 0; }

/* ---- upgraded product card · stretched link · cover zoom · wishlist · action bar · rating ---- */
.card__link { position: absolute; inset: 0; z-index: 1; }
.card__media img { transition: transform .55s var(--ease-out); }
.card:hover .card__media img { transform: scale(1.07); }
.card__media .badge--platform { top: auto; bottom: 10px; left: 10px; right: auto; }
.card__wish { position: absolute; top: 10px; right: 10px; z-index: 3; display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid #000; background: color-mix(in srgb, var(--bg) 80%, transparent); color: var(--text); opacity: 0; transform: translateY(-6px); transition: opacity .25s, transform .25s, background .2s, color .2s; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.card:hover .card__wish, .card:focus-within .card__wish { opacity: 1; transform: translateY(0); }
.card__wish .icon { width: 16px; height: 16px; }
.card__wish:hover, .card__wish.is-on { background: var(--magenta); color: #fff; border-color: #000; }
.card__bar { position: absolute; left: 0; right: 0; bottom: 0; padding: 10px; transform: translateY(105%); transition: transform .3s var(--ease-out); z-index: 2; }
.card:hover .card__bar, .card:focus-within .card__bar { transform: translateY(0); }
.card__quick { position: static; left: auto; right: auto; bottom: auto; width: 100%; transform: none; opacity: 1; padding: 11px; z-index: 2; }
.card__body { gap: 9px; }
.card__rate { display: flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: .78rem; color: var(--text-muted); }
.card__rate .stars { color: var(--acid); display: inline-flex; }
.card__rate .stars .icon { width: 13px; height: 13px; }
.card__rate b { color: var(--text); }
.card__instant { margin-left: auto; display: inline-flex; align-items: center; gap: 4px; color: var(--acid); font-size: .7rem; text-transform: uppercase; letter-spacing: .04em; }
.card__instant .icon { width: 12px; height: 12px; }
.card__body .price { margin-top: auto; }

/* ---- breadcrumbs (shop · product · content pages) ---- */
.crumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-family: var(--font-mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--text-dim); }
.crumbs a { color: var(--text-muted); transition: color var(--dur-micro); }
.crumbs a:hover { color: var(--acid); }
.crumbs span[aria-current] { color: var(--text); }

/* ---- scroll progress bar ---- */
.v3-progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; transform: scaleX(0); transform-origin: 0 50%; background: var(--acid); box-shadow: 0 0 12px rgba(198,255,58,.6); z-index: 60; pointer-events: none; }

/* ===================================================================
   HERO — floating cover collage + scroll cue (bg/veil come from styles.css)
   =================================================================== */
.hero__stage { --px: 0; --py: 0; position: relative; min-height: 460px; }
.fcover { position: absolute; display: block; overflow: hidden; border: 2px solid var(--line); box-shadow: 14px 14px 0 0 rgba(0,0,0,.55); transition: transform .5s var(--ease-out), border-color .25s, box-shadow .25s; will-change: transform; }
.fcover img { display: block; width: 100%; height: 112%; margin-top: -6%; object-fit: cover; transition: transform .4s var(--ease-out), filter .3s; animation: fcoverBob 7s ease-in-out infinite; }
.fcover:hover { z-index: 6; border-color: var(--acid); box-shadow: 16px 16px 0 0 #000, 0 0 54px rgba(198,255,58,.45); }
.fcover:hover img { transform: scale(1.07); filter: brightness(1.12) saturate(1.08); animation-play-state: paused; }
.fcover--a { width: 142px; aspect-ratio: 2/3; top: 0; right: 36%; z-index: 2; transform: rotate(-8deg) translate(calc(var(--px) * 30px), calc(var(--py) * 30px)); }
.fcover--a img { animation-delay: -1s; }
.fcover--b { width: 152px; aspect-ratio: 2/3; bottom: 2%; right: 27%; z-index: 3; transform: rotate(6deg) translate(calc(var(--px) * 46px), calc(var(--py) * 46px)); }
.fcover--b img { animation-delay: -3.5s; }
.fcover--c { width: 116px; aspect-ratio: 2/3; bottom: 24%; right: 53%; z-index: 1; transform: rotate(-3deg) translate(calc(var(--px) * 58px), calc(var(--py) * 58px)); }
.fcover--c img { animation-delay: -5s; }
.fcover--feat { width: 226px; aspect-ratio: 2/3; top: 9%; right: 2%; z-index: 4; transform: rotate(-4deg) translate(calc(var(--px) * 16px), calc(var(--py) * 16px)); box-shadow: 16px 16px 0 0 #000, 0 0 70px rgba(198,255,58,.28); }
.fcover--feat img { animation: none; }
.fcover__tag { position: absolute; left: -8px; bottom: 16px; display: inline-flex; align-items: center; gap: 6px; background: var(--magenta); color: #fff; font-family: var(--font-mono); font-weight: 700; font-size: .72rem; padding: 7px 10px; border: 2px solid #000; white-space: nowrap; z-index: 3; }
.fcover__tag .icon { width: 13px; height: 13px; }
@keyframes fcoverBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(10px); } }
@media (max-width: 900px) { .hero__stage { display: none; } }

.hero__scrollcue { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .25em; color: var(--text-dim); z-index: 2; }
.hero__scrollcue span { width: 1px; height: 38px; background: linear-gradient(var(--acid), transparent); animation: cueDrop 1.8s ease-in-out infinite; }
@keyframes cueDrop { 0%, 100% { transform: scaleY(.4); transform-origin: top; opacity: .4; } 50% { transform: scaleY(1); opacity: 1; } }
@media (max-width: 760px) { .hero__scrollcue { display: none; } }

/* ===================================================================
   KINETIC MARQUEE STRIP
   =================================================================== */
.kmarquee { border-block: var(--bd-strong); background: var(--bg); overflow: hidden; }
.kmarquee__track { display: flex; align-items: center; gap: 28px; width: max-content; padding: 18px 0; will-change: transform; }
.kmarquee__item { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem, 3.4vw, 2.6rem); text-transform: uppercase; letter-spacing: -.01em; white-space: nowrap; color: var(--text); }
.kmarquee__item--out { color: transparent; -webkit-text-stroke: 1.5px var(--text); }
.kmarquee__dot { color: var(--acid); font-size: clamp(1rem, 2vw, 1.6rem); }

/* ===================================================================
   TRENDING — horizontal pin rail
   =================================================================== */
.rail { padding-block: var(--section-y); overflow: hidden; }
.rail__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: var(--space-6); flex-wrap: wrap; }
.rail__head .section__title { border: 0; padding: 0; }
.rail__hint { font-family: var(--font-mono); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--text-muted); display: inline-flex; align-items: center; gap: 8px; }
.rail__hint .icon { width: 16px; height: 16px; color: var(--acid); }
.rail__viewport { overflow: hidden; }
.rail__track { display: flex; gap: var(--space-4); width: max-content; align-items: stretch; padding-block: 12px;
  padding-left: max(var(--gutter), (100vw - var(--maxw)) / 2); padding-right: 12vw; }
.rail__set { display: flex; gap: var(--space-4); }
.rail__panel { flex: 0 0 auto; }
.rail .stardeal { width: min(360px, 82vw); }
.rail__set .card { width: 246px; flex: 0 0 246px; }
.rail .stardeal__title { font-size: 1.4rem; }
/* touch / small screens: native horizontal swipe instead of pin */
@media (max-width: 899px) {
  .rail__viewport { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .rail__viewport::-webkit-scrollbar { display: none; }
  .rail__track { padding-left: var(--gutter); padding-right: var(--gutter); }
}

/* ===================================================================
   EDITORIAL SPOTLIGHT — clip-path reveal
   =================================================================== */
.spotlight { position: relative; min-height: clamp(520px, 86vh, 820px); display: flex; align-items: center; overflow: hidden; border-block: var(--bd); }
.spotlight__media { position: absolute; inset: 0; }
.spotlight__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.spotlight__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,11,.96) 0%, rgba(7,7,11,.7) 42%, rgba(7,7,11,.15) 100%), linear-gradient(to top, var(--bg), transparent 22%); }
.spotlight__inner { position: relative; z-index: 1; width: 100%; }
.spotlight__copy { max-width: 560px; }
.spotlight__title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: clamp(3rem, 9vw, 7rem); line-height: .84; letter-spacing: -.03em; margin: 8px 0 18px; }
.spotlight__desc { color: var(--text-muted); max-width: 46ch; margin-bottom: 24px; }
.spotlight__row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.spotlight__row .price__new { font-size: 1.5rem; }

/* ===================================================================
   STATEMENT — acid-flood beat (overrides the image version in styles.css)
   =================================================================== */
.statement { position: relative; min-height: clamp(420px, 66vh, 640px); display: flex; align-items: center; background: var(--acid); color: var(--ink); overflow: hidden; border-block: var(--bd-strong); }
.statement__bg, .statement__veil { display: none; }
.statement .eyebrow { color: var(--ink); }
.statement .eyebrow i { background: var(--ink); box-shadow: none; }
.statement__title { color: var(--ink); }
.statement__sub { margin-top: 18px; max-width: 48ch; color: rgba(10,10,15,.78); font-size: 1.05rem; }

/* ===================================================================
   HOW IT WORKS — sticky stacking deck (CSS sticky + GSAP scale flourish)
   =================================================================== */
.stack { padding-block: var(--section-y); }
.stack__head { margin-bottom: var(--space-6); }
.stack__cards { position: relative; display: flex; flex-direction: column; gap: 28px; }
.stackcard { position: sticky; top: 116px; background: var(--surface-1); border: var(--bd); box-shadow: var(--shadow-hard); padding: clamp(28px, 5vw, 52px); min-height: clamp(260px, 40vh, 360px); display: flex; flex-direction: column; justify-content: center; border-top: 4px solid var(--accent, var(--acid)); will-change: transform; }
.stackcard:nth-child(2) { top: 134px; }
.stackcard:nth-child(3) { top: 152px; }
.stackcard__n { font-family: var(--font-mono); font-size: 1.4rem; color: var(--accent, var(--acid)); letter-spacing: .08em; }
.stackcard__ic { width: 38px; height: 38px; color: var(--text); margin: 16px 0; display: block; }
.stackcard h3 { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: clamp(1.5rem, 3.4vw, 2.4rem); letter-spacing: -.01em; margin-bottom: 10px; }
.stackcard p { color: var(--text-muted); max-width: 52ch; font-size: 1.02rem; }
@media (min-width: 860px) { .stackcard { padding-right: 40%; } }

/* ===================================================================
   REVIEWS marquee
   =================================================================== */
.reviews-sec { overflow: hidden; }
.reviews-marquee { overflow: hidden; margin-top: var(--space-6); }
.reviews-marquee__track { display: flex; gap: var(--space-4); width: max-content; padding-inline: var(--gutter); }
.reviews-marquee .review { width: 360px; flex: 0 0 360px; }

/* ===================================================================
   FAQ accordion
   =================================================================== */
.faq__head { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 14px 24px; margin-bottom: var(--space-5); }
.faq__head .section__title { flex: 1 1 320px; border: 0; padding: 0; }
.faq__head .link-more { margin-left: auto; }
.faq__list { border-top: var(--bd); }
.faq__item { border-bottom: var(--bd); }
.faq__item summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; padding: 22px 4px; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.1rem, 2.4vw, 1.5rem); text-transform: uppercase; letter-spacing: -.01em; list-style: none; transition: color var(--dur-micro); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--acid); }
.faq__chev { width: 22px; height: 22px; color: var(--acid); transition: transform .3s var(--ease-out); flex: none; }
.faq__item[open] .faq__chev { transform: rotate(45deg); }
.faq__a { padding: 0 4px 24px; color: var(--text-muted); max-width: 70ch; }
.faq__a p { font-size: 1rem; }

/* ===================================================================
   PROMO — animated running-light lime border
   =================================================================== */
@property --brd { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.promo { box-shadow: var(--shadow-hard); }
.promo::after { content: ''; position: absolute; inset: 0; padding: 2px; pointer-events: none; z-index: 4;
  background: conic-gradient(from var(--brd), transparent 0 60%, var(--acid) 76%, #eaffb0 83%, var(--acid) 90%, transparent 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
  animation: brdRun 4.5s linear infinite; }
@keyframes brdRun { to { --brd: 360deg; } }

/* ===================================================================
   CATEGORY CTA tile (fills the bento)
   =================================================================== */
.cat--cta { display: grid; place-items: center; background: var(--acid); border: 2px solid #000; aspect-ratio: 1/1; }
.cat--cta::after { display: none; }
.cat--cta .cat__info { position: static; align-items: center; text-align: center; gap: 4px; }
.cat--cta .cat__info .icon { width: 30px; height: 30px; color: var(--ink); transform: rotate(-45deg); margin-bottom: 4px; }
.cat--cta .cat__info h3, .cat--cta .cat__info span { color: var(--ink); }
.cat--cta:hover { transform: translate(-4px, -4px); box-shadow: var(--shadow-hard); border-color: #000; }

/* ===================================================================
   ITERATION 2 — wider layout · depth · 2-tier header · richer hero ·
   value band · denser platforms
   =================================================================== */

/* page-wide faint grid for texture/depth (kills the "empty" feel) */
.fx-grid { background-size: 58px 58px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.45) 50%, rgba(0,0,0,.22) 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.45) 50%, rgba(0,0,0,.22) 100%); }

/* ---------- TOP UTILITY BAR ---------- */
.utilbar { background: var(--bg-2); border-bottom: var(--bd); font-family: var(--font-mono); position: relative; z-index: 3; }
.utilbar__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 38px; font-size: .72rem; letter-spacing: .04em; }
.utilbar__lead { display: inline-flex; align-items: center; gap: 8px; color: var(--text-muted); text-transform: uppercase; }
.utilbar__lead .icon { width: 14px; height: 14px; color: var(--acid); }
.utilbar__links { display: inline-flex; align-items: center; gap: 14px; }
.utilbar__links a { display: inline-flex; align-items: center; gap: 6px; color: var(--text-muted); text-transform: uppercase; transition: color .16s; }
.utilbar__links a:hover { color: var(--acid); }
.utilbar__links .icon { width: 13px; height: 13px; }
.utilbar__sep { width: 1px; height: 14px; background: var(--line); }
.utilbar__chip { color: var(--text-muted); text-transform: uppercase; letter-spacing: .08em; border: 2px solid var(--line); padding: 3px 8px; transition: all .16s; }
.utilbar__chip:hover { border-color: var(--acid); color: var(--acid); }
@media (max-width: 760px) { .utilbar__lead { display: none; } .utilbar__row { justify-content: flex-end; } }

/* ---------- HEADER (main row + category strip) ---------- */
.header__main { display: flex; align-items: center; gap: clamp(14px, 3vw, 40px); height: 76px; }
.hsearch { flex: 1; max-width: 640px; display: flex; align-items: center; gap: 10px; background: var(--surface-1); border: var(--bd); padding: 0 14px; height: 48px; transition: border-color .2s, box-shadow .2s; }
.hsearch:focus-within { border-color: var(--acid); box-shadow: var(--shadow-acid); }
.hsearch__ic { width: 18px; height: 18px; color: var(--text-muted); flex: none; }
.hsearch input { flex: 1; background: none; border: 0; color: var(--text); font-size: .95rem; outline: none; min-width: 0; }
.hsearch input::placeholder { color: var(--text-dim); }
.hsearch__kbd { font-family: var(--font-mono); font-size: .72rem; color: var(--text-dim); border: 2px solid var(--line); padding: 2px 7px; flex: none; }
@media (max-width: 900px) { .hsearch { display: none; } }

.catnav { border-top: var(--bd); background: color-mix(in srgb, var(--bg) 75%, transparent); }
.catnav__row { display: flex; align-items: center; gap: 2px; height: 46px; overflow-x: auto; scrollbar-width: none; }
.catnav__row::-webkit-scrollbar { display: none; }
.catnav__link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; font-family: var(--font-mono); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--text); white-space: nowrap; border: 2px solid transparent; transition: color .16s, border-color .16s, background .16s; }
.catnav__link .icon { width: 16px; height: 16px; color: var(--text-muted); transition: color .16s; }
.catnav__link:hover { border-color: var(--line); color: var(--acid); }
.catnav__link:hover .icon { color: var(--acid); }
.catnav__link--hot { color: var(--ink); background: var(--acid); border-color: #000; }
.catnav__link--hot .icon { color: var(--ink); }
.catnav__link--hot:hover { color: var(--ink); box-shadow: var(--shadow-hard); }
.catnav__spacer { flex: 1; }
.catnav__link--muted { color: var(--text-muted); font-weight: 500; }
@media (max-width: 1024px) { .catnav__link--muted, .catnav__spacer { display: none; } }
.header.is-stuck .catnav { display: none; }

/* ---------- HERO depth: grid, watermark, side label, stats ---------- */
.hero__grid { position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(198,255,58,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(198,255,58,.05) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(120% 110% at 82% 28%, #000, transparent 72%);
  mask-image: radial-gradient(120% 110% at 82% 28%, #000, transparent 72%); }
.hero__wm { position: absolute; right: -1.5%; bottom: -7%; z-index: 0; pointer-events: none; user-select: none;
  font-family: var(--font-display); font-weight: 700; font-size: clamp(9rem, 27vw, 25rem); line-height: .8; letter-spacing: -.04em;
  color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.045); }
.hero__side { position: absolute; left: 16px; top: 50%; z-index: 2; writing-mode: vertical-rl; transform: rotate(180deg) translateY(50%);
  font-family: var(--font-mono); font-size: .68rem; letter-spacing: .32em; text-transform: uppercase; color: var(--text-dim); }
@media (max-width: 1180px) { .hero__side { display: none; } }

.hero__meta { display: flex; flex-wrap: wrap; gap: clamp(18px, 3vw, 40px); margin-top: var(--space-6); padding-top: var(--space-5); border-top: var(--bd); }
.hero__metaitem { display: flex; flex-direction: column; gap: 3px; }
.hero__metaitem dt { font-family: var(--font-mono); font-weight: 700; font-size: 1.15rem; color: var(--text); display: inline-flex; align-items: center; gap: 6px; }
.hero__metaitem dt .stars { color: var(--acid); }
.hero__metaitem dt span { color: var(--acid); }
.hero__metaitem dd { font-family: var(--font-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .07em; color: var(--text-muted); }

/* ---------- HERO showcase: cover fan + featured deal card ---------- */
.hero__showcase { position: relative; min-height: 500px; display: flex; align-items: center; justify-content: flex-end; }
.hero__showcase .hero__stage { position: absolute; inset: 0; min-height: 0; }
.hero__showcase .fcover { width: 150px; }
.hero__showcase .fcover--a { top: 3%; left: 1%; right: auto; bottom: auto; z-index: 2; transform: rotate(-9deg) translate(calc(var(--px) * 36px), calc(var(--py) * 36px)); }
.hero__showcase .fcover--b { top: 19%; left: 30%; right: auto; bottom: auto; z-index: 3; transform: rotate(7deg) translate(calc(var(--px) * 52px), calc(var(--py) * 52px)); }
.hero__showcase .fcover--c { bottom: 2%; left: 7%; right: auto; top: auto; z-index: 1; transform: rotate(-4deg) translate(calc(var(--px) * 64px), calc(var(--py) * 64px)); }
.herodeal { position: relative; z-index: 6; width: min(300px, 80vw); background: var(--surface-1); border: var(--bd-strong); box-shadow: var(--shadow-hard); will-change: transform; }
.herodeal__media { position: relative; aspect-ratio: 16/10; overflow: hidden; border-bottom: var(--bd); }
.herodeal__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease-out); }
.herodeal:hover .herodeal__media img { transform: scale(1.06); }
.herodeal__badge { position: absolute; top: 10px; left: 10px; transform: rotate(-3deg); }
.herodeal__body { padding: 16px; display: flex; flex-direction: column; gap: 9px; }
.herodeal__plat { font-family: var(--font-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); }
.herodeal__title { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: 1.4rem; line-height: 1; }
.herodeal__btn { margin-top: 4px; }
@media (max-width: 960px) {
  .hero__showcase { min-height: auto; margin-top: var(--space-6); justify-content: center; }
  .herodeal { margin: 0 auto; }
}

/* hero polish: bottom breathing room · accent word = clean lime outline */
.hero { padding-bottom: clamp(56px, 7vw, 110px); }
.hero__title .line:last-child { white-space: nowrap; }
.hero__title em { color: rgba(198, 255, 58, .1); -webkit-text-stroke: 2.5px var(--acid); text-stroke: 2.5px var(--acid); }

/* cover "feature" hover hint + active state (click a cover to feature it) */
.fcover__pick { position: absolute; left: 50%; bottom: 8px; transform: translateX(-50%) translateY(6px); display: inline-flex; align-items: center; gap: 5px; background: var(--acid); color: var(--ink); font-family: var(--font-mono); font-weight: 700; font-size: .62rem; text-transform: uppercase; letter-spacing: .05em; padding: 5px 8px; border: 2px solid #000; opacity: 0; transition: opacity .2s, transform .2s; pointer-events: none; white-space: nowrap; z-index: 4; }
.fcover:hover .fcover__pick, .fcover:focus-visible .fcover__pick { opacity: 1; transform: translateX(-50%) translateY(0); }
.fcover__pick .icon { width: 11px; height: 11px; }

/* ---------- VALUE BAND (replaces the slogan ticker) ---------- */
.valueband { display: grid; grid-template-columns: repeat(4, 1fr); border-block: var(--bd-strong); }
.valueband__cell { position: relative; display: flex; align-items: flex-start; gap: 14px; padding: clamp(22px, 2.6vw, 38px); border-right: var(--bd); overflow: hidden; transition: background .25s; }
.valueband__cell:last-child { border-right: 0; }
.valueband__ic { width: 30px; height: 30px; color: var(--acid); flex: none; margin-top: 2px; }
.valueband__txt h3 { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: 1.12rem; letter-spacing: -.01em; margin-bottom: 5px; }
.valueband__txt p { color: var(--text-muted); font-size: .88rem; line-height: 1.5; max-width: 28ch; }
.valueband__no { position: absolute; right: 10px; bottom: -2px; font-family: var(--font-mono); font-weight: 700; font-size: 2.6rem; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--line); }
.valueband__cell:hover { background: var(--surface-1); }
.valueband__cell--accent { background: var(--acid); }
.valueband__cell--accent .valueband__ic, .valueband__cell--accent h3 { color: var(--ink); }
.valueband__cell--accent p { color: rgba(10,10,15,.8); }
.valueband__cell--accent .valueband__no { -webkit-text-stroke-color: rgba(10,10,15,.22); }
.valueband__cell--accent:hover { background: var(--acid-600); }
@media (max-width: 900px) { .valueband { grid-template-columns: repeat(2, 1fr); } .valueband__cell:nth-child(2n) { border-right: 0; } .valueband__cell:nth-child(-n+2) { border-bottom: var(--bd); } }
@media (max-width: 520px) { .valueband { grid-template-columns: 1fr; } .valueband__cell { border-right: 0; border-bottom: var(--bd); } .valueband__cell:last-child { border-bottom: 0; } }

/* ---------- PLATFORMS — 2-column editorial ---------- */
.platforms__layout { display: grid; gap: var(--space-7); align-items: start; }
@media (min-width: 980px) { .platforms__layout { grid-template-columns: 320px 1fr; } .platforms__aside { position: sticky; top: 116px; } }
.platforms__aside .section__title { border: 0; padding: 0; }
.platforms__lead { color: var(--text-muted); margin: 16px 0 22px; max-width: 38ch; }
.platforms__facts { display: flex; border: var(--bd); width: fit-content; margin-bottom: 22px; }
.platforms__facts li { padding: 12px 18px; border-right: var(--bd); display: flex; flex-direction: column; gap: 2px; }
.platforms__facts li:last-child { border-right: 0; }
.platforms__facts b { font-family: var(--font-mono); font-weight: 700; font-size: 1.3rem; color: var(--acid); }
.platforms__facts span { font-family: var(--font-mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); }

/* ===================================================================
   DISCOVER — "roll a game" interactive (categories section)
   =================================================================== */
.discover { display: grid; grid-template-columns: 1fr; border: var(--bd-strong); box-shadow: var(--shadow-hard); background: var(--surface-1); margin-bottom: var(--space-6); overflow: hidden; }
@media (min-width: 760px) { .discover { grid-template-columns: 320px 1fr; } }
.discover__media { position: relative; overflow: hidden; border-bottom: var(--bd); aspect-ratio: 16/10; }
@media (min-width: 760px) { .discover__media { border-bottom: 0; border-right: var(--bd); aspect-ratio: auto; } }
.discover__media img { width: 100%; height: 100%; object-fit: cover; }
.discover__plat { position: absolute; top: 12px; left: 12px; }
.discover__scan { position: absolute; inset: 0; pointer-events: none; opacity: 0; background: linear-gradient(180deg, transparent, rgba(198,255,58,.22), transparent); }
.discover.is-rolling .discover__scan { opacity: 1; animation: discScan .45s linear infinite; }
.discover.is-rolling .discover__media img { filter: brightness(1.12) contrast(1.04); }
@keyframes discScan { from { transform: translateY(-100%); } to { transform: translateY(100%); } }
.discover__body { padding: clamp(24px, 3.4vw, 48px); display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.discover__kicker { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--text-muted); }
.discover__kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px var(--acid); }
.discover__title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: clamp(1.9rem, 4vw, 3.1rem); line-height: 1; letter-spacing: -.02em; min-height: 2em; display: flex; align-items: center; }
.discover__hint { color: var(--text-muted); font-size: .92rem; max-width: 46ch; }
.discover__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.discover__or { text-align: center; font-family: var(--font-mono); font-size: .76rem; text-transform: uppercase; letter-spacing: .16em; color: var(--text-dim); margin: 0 0 var(--space-5); }

/* ===================================================================
   HOW IT WORKS — timeline (replaces the sticky stack)
   =================================================================== */
.timeline { position: relative; margin-top: var(--space-6); }
.timeline__line { position: absolute; left: 38px; top: 38px; bottom: 38px; width: 3px; background: var(--line); }
.timeline__line i { position: absolute; inset: 0; background: var(--acid); transform: scaleY(0); transform-origin: top; box-shadow: 0 0 14px rgba(198, 255, 58, .5); }
.tstep { position: relative; display: grid; grid-template-columns: 78px 1fr; gap: clamp(16px, 3vw, 36px); align-items: start; padding-block: clamp(16px, 2.4vw, 28px); }
.tstep__node { position: relative; z-index: 1; width: 78px; height: 78px; display: grid; place-items: center; border: var(--bd-strong); background: var(--bg); font-family: var(--font-mono); font-weight: 700; font-size: 1.5rem; color: var(--text-muted); transition: background .35s var(--ease-out), color .35s, border-color .35s, box-shadow .35s; }
.tstep.is-active .tstep__node { background: var(--acid); color: var(--ink); border-color: #000; box-shadow: var(--shadow-hard); }
.tstep__card { border: var(--bd); background: var(--surface-1); padding: clamp(20px, 3vw, 32px); transition: border-color .35s, transform .35s var(--ease-out); }
.tstep.is-active .tstep__card { border-color: var(--acid); transform: translateX(4px); }
.tstep__ic { width: 32px; height: 32px; color: var(--acid); margin-bottom: 14px; display: block; }
.tstep__card h3 { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: clamp(1.3rem, 2.6vw, 1.8rem); letter-spacing: -.01em; margin-bottom: 8px; }
.tstep__card p { color: var(--text-muted); max-width: 56ch; }
@media (max-width: 560px) { .timeline__line { left: 28px; } .tstep { grid-template-columns: 58px 1fr; gap: 16px; } .tstep__node { width: 58px; height: 58px; font-size: 1.1rem; } }
.timeline__spark { position: absolute; left: 50%; top: 0; width: 14px; height: 14px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 18px 4px rgba(198, 255, 58, .7); transform: translate(-50%, -50%); z-index: 1; }
.tstep__node { position: relative; }
.tstep__node::after { content: ''; position: absolute; inset: -3px; border: 2px solid var(--acid); opacity: 0; pointer-events: none; }
.tstep.is-active .tstep__node::after { animation: nodeRing .65s var(--ease-out); }
@keyframes nodeRing { from { opacity: .85; transform: scale(1); } to { opacity: 0; transform: scale(1.45); } }

/* ===================================================================
   reduced motion — calm, static, everything visible
   =================================================================== */
@media (prefers-reduced-motion: reduce) {
  .fcover img, .hero__scrollcue span, .promo::after, .reviews-marquee__track, .discover__scan { animation: none !important; }
  [data-animate], [data-stagger] > * { opacity: 1 !important; }
  .timeline__line i { transform: scaleY(1); }
  .tstep__node { background: var(--acid); color: var(--ink); border-color: #000; }
  .timeline__spark { display: none; }
}

/* ── Brand mark (JOLTKEYS logo) ─────────────────────────── */
.logo { display: inline-flex; align-items: center; gap: .5rem; }
.logo__icon { height: 26px; width: 26px; display: block; flex: none; }
.footer__icon { height: 38px; width: 38px; display: inline-block; vertical-align: middle; margin-right: .6rem; }
.preloader__logo { display: inline-flex; align-items: center; gap: .55rem; }
.preloader__icon { height: 40px; width: 40px; display: block; flex: none; }
@media (max-width: 640px){ .logo__icon { height: 22px; width: 22px; } }

/* ── Brand lockup (wm3 wordmark) ─────────────────────────── */
.logo__lockup { height: 36px; width: auto; display: block; mix-blend-mode: screen; }
.footer__lockup { height: 48px; width: auto; display: block; mix-blend-mode: screen; }
.preloader__lockup { height: 60px; width: auto; display: block; mix-blend-mode: screen; }
@media (max-width: 640px){ .logo__lockup { height: 28px; } }

/* ── Header live-search suggestions ─────────────────────── */
.hsearch { position: relative; }
.hsearch__sug { position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: var(--surface-1); border: var(--bd); box-shadow: var(--shadow-hard); z-index: 60; display: none; max-height: 72vh; overflow: auto; }
.hsearch__sug.is-open { display: block; }
.hsug { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-bottom: var(--bd); text-decoration: none; color: var(--text); }
.hsug:last-child { border-bottom: 0; }
.hsug:hover { background: var(--surface-2); color: var(--acid); }
.hsug img { width: 42px; height: 42px; object-fit: cover; border: var(--bd); flex: none; background: var(--surface-2); }
.hsug__t { flex: 1; font-size: .9rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.hsug__p { font-family: var(--font-mono); color: var(--acid); white-space: nowrap; font-size: .85rem; }
.hsug__p del { color: var(--text-dim); font-size: .8em; margin-right: 5px; }
.hsug__p ins { text-decoration: none; }

/* "View all games" nav highlight */
.catnav__link--all, .catnav__link--all .icon { color: var(--acid); }
.catnav__link--all:hover { opacity: .85; }

/* ===================================================================
   MOBILE — stop the homepage from overflowing sideways + tidy category grids
   =================================================================== */
html, body { overflow-x: clip; }
@media (max-width: 600px) {
  .cards-grid { grid-template-columns: 1fr; }
  .cards-grid > * { min-width: 0; }
}
@media (max-width: 759px) {
  .bento .cat--wide { grid-column: 1 / -1; }
  .bento .cat--wide { aspect-ratio: 16 / 9; }
}

/* footer: social icon buttons + optional payment-methods image (theme settings) */
.socials a .icon { width: 18px; height: 18px; color: currentColor; }
.socials a:hover .icon { color: var(--ink); }
.pay__img { max-width: 100%; height: auto; max-height: 36px; display: block; }
