/* betwinner Madagascar */

:root {
  /* palette */
  --ink:    #0F1116;
  --ink-2:  #151A22;
  --ink-3:  #20262F;
  --gold:   #F2C200;
  --gold-2: #FFE066;
  --green:  #16C47F;
  --text:   #E8ECF2;
  --muted:  #97A1B0;
  --earth:  #C75B39;
  --danger: #E5484D;

  /* type */
  --font: "Manrope", "Segoe UI", sans-serif;
  --font-display: "Oswald", "Arial Narrow", sans-serif;

  /* spacing scale */
  --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 24px;
  --s-6: 32px; --s-7: 48px; --s-8: 64px; --s-9: 96px;

  /* layout */
  --container: clamp(16px, 4vw, 32px);
  --maxw: 1200px;
  --section-py: clamp(48px, 7vw, 96px);
  --radius: 14px;
  --radius-sm: 10px;
  --header-h: 64px;

  color-scheme: dark;
}

/* ---------- reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, picture { display: block; max-width: 100%; height: auto; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 var(--s-4); font-weight: 800; letter-spacing: -0.02em; font-family: var(--font); }
h1, h2 { font-family: var(--font-display); font-weight: 700; letter-spacing: 0.01em; }
h1 { font-size: clamp(2.4rem, 6vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.1rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.35rem); font-weight: 700; }
p { margin: 0 0 var(--s-4); }
ul, ol { margin: 0 0 var(--s-4); padding-left: 1.1rem; }
strong { color: #fff; font-weight: 700; }
small { font-size: 0.875rem; }
:where(p, li) a { font-weight: 600; }

/* visible focus for keyboard */
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 2px; border-radius: 4px; }

/* skip link */
.skip { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--gold); color: var(--ink); padding: 10px 16px; border-radius: 0 0 var(--radius-sm) 0; font-weight: 800; }
.skip:focus { left: 0; }

/* ---------- layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--container); min-width: 0; }
.section { padding-block: var(--section-py); min-width: 0; overflow-x: clip; }
.section--tight { padding-block: clamp(32px, 5vw, 56px); }
.section > .container { max-width: var(--maxw); }
.eyebrow { text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; font-size: 0.8rem; color: var(--muted); margin-bottom: var(--s-3); }
.lead { font-size: 1.1rem; color: var(--text); }
.center { text-align: center; }
.muted { color: var(--muted); }

/* section heading row */
.section-head { margin-bottom: var(--s-6); max-width: 720px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center p { margin-inline: auto; }
.section-head p { color: var(--muted); }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--gold); --fg: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 0.85rem 1.4rem; border-radius: 999px; border: 1px solid transparent;
  font-weight: 800; font-size: 0.98rem; line-height: 1; cursor: pointer;
  background: var(--bg); color: var(--fg); text-decoration: none;
  transition: transform .12s ease, background .2s ease, box-shadow .2s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--gold { --bg: var(--gold); --fg: var(--ink); box-shadow: 0 6px 22px -8px rgba(242,185,12,.7); }
.btn--gold:hover { --bg: var(--gold-2); }
.btn--ghost { --bg: transparent; --fg: var(--text); border-color: var(--ink-3); }
.btn--ghost:hover { border-color: var(--gold); --fg: var(--gold-2); }
.btn--block { width: 100%; }
.btn--lg { padding: 1rem 1.7rem; font-size: 1.05rem; }

/* locale pill (earth signature) */
.locale-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px;
  background: var(--ink-2); border: 1px solid #2A2218;
  color: var(--gold); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.01em;
}
.locale-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--earth); box-shadow: 0 0 0 3px rgba(199,91,57,.18); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(15,17,22,.86); backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--ink-3);
}
.site-header__inner { display: flex; align-items: center; gap: var(--s-4); height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 900; font-size: 1.18rem; letter-spacing: -0.03em; color: #fff; }
.brand__logo { height: 28px; width: auto; max-width: 180px; object-fit: contain; }
.brand:hover { text-decoration: none; }
.brand__mark { width: 26px; height: 26px; flex: none; }
.brand__word b { color: var(--gold); }
.main-nav { display: none; margin-inline-start: auto; }
.main-nav ul { list-style: none; display: flex; gap: var(--s-2); margin: 0; padding: 0; }
.main-nav a { color: var(--text); padding: 8px 12px; border-radius: 8px; font-weight: 600; font-size: 0.95rem; }
.main-nav a:hover { background: var(--ink-2); text-decoration: none; color: #fff; }
.main-nav a[aria-current="page"] { color: var(--gold); }
.header-tools { margin-inline-start: auto; display: flex; align-items: center; gap: var(--s-2); }
.header-tools .btn--gold { padding: 0.6rem 1.05rem; font-size: 0.9rem; }
.lang-static { display: none; color: var(--muted); font-weight: 700; font-size: 0.85rem; padding: 6px 10px; border: 1px solid var(--ink-3); border-radius: 8px; }

/* lite toggle */
.lite-toggle {
  display: inline-flex; align-items: center; gap: 6px; cursor: pointer;
  background: var(--ink-2); border: 1px solid var(--ink-3); color: var(--text);
  padding: 6px 10px; border-radius: 8px; font-size: 0.82rem; font-weight: 700;
}
.lite-toggle .ico { width: 16px; height: 16px; }
.lite-toggle[aria-pressed="true"] { border-color: var(--gold); color: var(--gold); }

/* mobile menu button */
.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 8px; background: var(--ink-2); border: 1px solid var(--ink-3);
  color: var(--text); cursor: pointer;
}
.nav-toggle svg { width: 20px; height: 20px; }

/* mobile nav drawer */
.mobile-nav { display: none; border-bottom: 1px solid var(--ink-3); background: var(--ink); }
.mobile-nav[data-open="true"] { display: block; }
.mobile-nav ul { list-style: none; margin: 0; padding: var(--s-3) var(--container); display: grid; gap: 2px; }
.mobile-nav a { display: block; padding: 12px 8px; color: var(--text); font-weight: 600; border-bottom: 1px solid var(--ink-2); }
.mobile-nav a:last-child { border-bottom: 0; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  min-height: min(78vh, 720px);
  display: flex; align-items: center;
  padding-block: clamp(56px, 10vw, 112px);
  isolation: isolate;
}
.hero__media {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 30%;
}
.hero__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(15,17,22,.88) 0%, rgba(15,17,22,.55) 42%, rgba(15,17,22,.22) 72%, rgba(15,17,22,.35) 100%),
    linear-gradient(180deg, rgba(15,17,22,.2) 0%, rgba(15,17,22,.55) 100%);
}
.lite .hero__media { opacity: .35; }
.hero .container { position: relative; z-index: 2; width: 100%; }
.hero__inner { max-width: 680px; }
.hero__brand {
  display: block; height: clamp(36px, 6vw, 52px); width: auto; max-width: min(100%, 320px);
  margin-bottom: var(--s-5); object-fit: contain;
}
.hero h1 {
  margin-top: 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: clamp(2rem, 5.2vw, 3.2rem);
  text-wrap: balance;
}
.hero .lead { font-size: 1.12rem; color: var(--text); max-width: 560px; }
.hero__eyebrow { color: var(--gold); }
.hero__cta { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-top: var(--s-6); }
.hero__trust {
  list-style: none; padding: 0; margin: var(--s-6) 0 0;
  display: flex; flex-wrap: wrap; gap: var(--s-3) var(--s-5);
  color: var(--muted); font-size: 0.9rem;
}
.hero__trust li { display: inline-flex; align-items: center; gap: 8px; margin: 0; }
.hero__trust .tick { color: var(--green); font-weight: 900; }

/* promo banner */
.promo-banner {
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--ink-3); background: var(--ink-2);
  aspect-ratio: 21 / 6; min-height: 140px;
}
.promo-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  @media (max-width: 640px) {
  .promo-banner { aspect-ratio: 16 / 7; min-height: 120px; }
  .hero { min-height: min(88vh, 760px); align-items: flex-end; }
  .hero__scrim {
    background:
      linear-gradient(180deg, rgba(15,17,22,.15) 0%, rgba(15,17,22,.7) 45%, rgba(15,17,22,.94) 100%);
  }
  .hero__inner { max-width: none; }
  .hero__media { object-position: 70% center; }
}

/* ---------- category tiles ---------- */
.tile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-4); }
.tile {
  position: relative; display: block; border-radius: var(--radius); overflow: hidden;
  background: var(--ink-2); border: 1px solid var(--ink-3); aspect-ratio: 16 / 10;
  isolation: isolate;
}
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: transform .35s ease, opacity .35s ease; }
.tile:hover img { transform: scale(1.05); opacity: 1; }
.tile__label { position: absolute; inset: auto 0 0 0; padding: var(--s-4); z-index: 2;
  background: linear-gradient(0deg, rgba(15,17,22,.92), transparent); }
.tile__label b { color: #fff; font-size: 1.02rem; }
.tile__label span { display: block; color: var(--muted); font-size: 0.8rem; }

/* ---------- carousel ---------- */
.carousel { margin-bottom: var(--s-7); min-width: 0; }
.carousel:last-child { margin-bottom: 0; }
.carousel__head { display: flex; align-items: end; justify-content: space-between; gap: var(--s-4); margin-bottom: var(--s-4); }
.carousel__head h2 { margin: 0; }
.carousel__nav { display: none; gap: var(--s-2); }
.carousel__nav button {
  width: 40px; height: 40px; border-radius: 50%; cursor: pointer;
  background: var(--ink-2); border: 1px solid var(--ink-3); color: var(--text);
  display: inline-flex; align-items: center; justify-content: center;
}
.carousel__nav button:hover { border-color: var(--gold); color: var(--gold); }
.carousel__nav button svg { width: 18px; height: 18px; }
.carousel-track {
  display: grid; grid-auto-flow: column; grid-auto-columns: 85%;
  gap: var(--s-4); overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: var(--s-3); scroll-behavior: smooth;
  -ms-overflow-style: none; scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track > * { scroll-snap-align: start; }

/* game card */
.game-card {
  position: relative; background: var(--ink-2); border: 1px solid var(--ink-3);
  border-radius: var(--radius-sm); overflow: hidden; display: flex; flex-direction: column;
}
.game-card__cover { position: relative; aspect-ratio: 5 / 3; overflow: hidden; background: var(--ink-3); }
.game-card__cover img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: transform .35s ease; }

/* Live / table covers: square thumbs, no harsh crop */
#live .game-card__cover,
.carousel#live .game-card__cover {
  aspect-ratio: 1 / 1;
}
#live .game-card__cover img {
  object-fit: contain;
  background: #0F1116;
}
#live .game-card:hover .game-card__cover img {
  transform: scale(1.03);
}

.game-card:hover .game-card__cover img { transform: scale(1.04); }
.game-card__overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--s-3);
  background: linear-gradient(180deg, rgba(15,17,22,.35), rgba(15,17,22,.85));
  opacity: 0; transition: opacity .2s ease;
}
.game-card:focus-within .game-card__overlay, .game-card:hover .game-card__overlay { opacity: 1; }
.game-card__body { padding: var(--s-3); }
.game-card__title { font-size: 0.92rem; font-weight: 700; color: #fff; margin: 0; line-height: 1.25; }
.game-card__prov { font-size: 0.76rem; color: var(--muted); }
.game-card__expand {
  appearance: none; background: transparent; border: 0; color: var(--gold-2); font-weight: 700;
  font-size: 0.82rem; cursor: pointer; padding: 6px 0; margin-top: 2px; display: inline-flex; align-items: center; gap: 6px;
}
.game-card__expand svg { width: 14px; height: 14px; transition: transform .2s ease; }
.game-card.is-open .game-card__expand svg { transform: rotate(180deg); }
.game-card__detail { display: none; padding: 0 var(--s-3) var(--s-3); color: var(--muted); font-size: 0.84rem; }
.game-card.is-open .game-card__detail { display: block; }
.game-card__detail dl { display: grid; grid-template-columns: auto 1fr; gap: 4px var(--s-3); margin: 0; }
.game-card__detail dt { color: var(--muted); }
.game-card__detail dd { margin: 0; color: var(--text); }

/* ---------- cards grid (generic) ---------- */
.grid { display: grid; gap: var(--s-5); }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.card {
  background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: var(--radius);
  padding: var(--s-5); display: flex; flex-direction: column; gap: var(--s-3);
}
.card h3 { margin: 0; }
.card p { margin: 0; color: var(--muted); }
.card__icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(242,185,12,.12); display: grid; place-items: center; color: var(--gold); }
.card--promo { border-top: 3px solid var(--gold); }

/* ---------- strips (providers / payments) ---------- */
.strip { display: grid; grid-auto-flow: column; grid-auto-columns: 40%; gap: var(--s-4); overflow-x: auto; padding-bottom: var(--s-3); scroll-snap-type: x mandatory; -ms-overflow-style: none; scrollbar-width: none; }
.strip::-webkit-scrollbar { display: none; }
.strip > * { scroll-snap-align: start; }
.strip__item { background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: var(--radius-sm); padding: var(--s-4); display: grid; place-items: center; justify-items: center; min-height: 72px; text-align: center; }
.strip__item img { max-height: 40px; width: auto; object-fit: contain; filter: grayscale(.2); opacity: .9; }
.strip__item span { color: var(--muted); font-weight: 700; font-size: 0.85rem; }

/* ---------- app block ---------- */
.app-split { display: grid; gap: var(--s-6); grid-template-columns: 1fr; align-items: center; }
.app-shot { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--ink-3); background: var(--ink-2); }
.app-shot img { width: 100%; height: auto; }
.steps { counter-reset: step; list-style: none; padding: 0; display: grid; gap: var(--s-4); }
.steps li { position: relative; padding-left: 48px; }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 32px; height: 32px; border-radius: 50%; background: var(--ink-2); border: 1px solid var(--gold); color: var(--gold); font-weight: 800; display: grid; place-items: center; }

/* ---------- responsible / trust ---------- */
.responsible {
  border: 1px solid var(--ink-3); border-left: 3px solid var(--earth);
  background: var(--ink-2); border-radius: var(--radius); padding: var(--s-5);
  display: flex; gap: var(--s-4); align-items: flex-start;
}
.responsible__mark { flex: none; color: var(--earth); }
.responsible__mark svg { width: 30px; height: 30px; }
.responsible p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.responsible b { color: var(--text); }

/* ---------- faq ---------- */
.faq { display: grid; gap: var(--s-3); }
.faq__item { background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: var(--radius-sm); overflow: hidden; }
.faq__q { width: 100%; text-align: left; appearance: none; background: none; border: 0; color: var(--text);
  font-weight: 700; font-size: 1rem; padding: var(--s-4); display: flex; justify-content: space-between; align-items: center; gap: var(--s-3); cursor: pointer; }
.faq__q:hover { color: #fff; }
.faq__q svg { flex: none; width: 18px; height: 18px; color: var(--gold); transition: transform .2s ease; }
.faq__item.is-open .faq__q svg { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq__item.is-open .faq__a { max-height: 600px; }
.faq__a__inner { padding: 0 var(--s-4) var(--s-4); color: var(--muted); }

/* ---------- seo text ---------- */
#guide { background: var(--ink-2); border-block: 1px solid var(--ink-3); }
#guide .prose { max-width: 760px; }
#guide h2, #guide h3 { color: #fff; }
.prose p, .prose li { color: var(--muted); }
.prose h3 { margin-top: var(--s-5); }

/* ---------- tables ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--ink-3); border-radius: var(--radius-sm); -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; min-width: 460px; }
caption { text-align: left; padding: var(--s-3) var(--s-4); color: var(--muted); font-size: 0.85rem; caption-side: top; }
th, td { padding: var(--s-3) var(--s-4); text-align: left; border-bottom: 1px solid var(--ink-3); font-size: 0.92rem; vertical-align: top; }
th { background: var(--ink-2); color: #fff; font-weight: 700; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: rgba(255,255,255,.02); }
@media (max-width: 480px) {
  th, td { font-size: 0.85rem; padding: 10px 12px; }
  table { min-width: 380px; }
}

/* ---------- reviews ---------- */
#reviews-list { display: grid; gap: var(--s-4); grid-template-columns: 1fr; }
.review { background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: var(--radius); padding: var(--s-5); }
.review__head { display: flex; align-items: center; gap: var(--s-3); margin-bottom: var(--s-3); }
.review__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--ink-3); display: grid; place-items: center; color: var(--gold); font-weight: 800; flex: none; }
.review__meta b { color: #fff; display: block; }
.review__meta time { color: var(--muted); font-size: 0.8rem; }
.review__stars { color: var(--gold); letter-spacing: 2px; font-size: 0.95rem; }
.review__tag { display: inline-block; margin-top: var(--s-3); font-size: 0.72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--earth); border: 1px solid #2A2218; padding: 3px 8px; border-radius: 999px; }
.review__text { color: var(--text); margin: 0; }

/* ---------- pros/cons ---------- */
.proscons { display: grid; gap: var(--s-4); grid-template-columns: 1fr; }
.proscons__col { background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: var(--radius); padding: var(--s-5); }
.proscons__col h3 { margin-bottom: var(--s-3); }
.proscons__col ul { list-style: none; padding: 0; display: grid; gap: var(--s-2); }
.proscons__col li { padding-left: 26px; position: relative; color: var(--muted); }
.proscons__col li::before { position: absolute; left: 0; font-weight: 900; }
.proscons__col--pos li::before { content: "+"; color: var(--green); }
.proscons__col--neg li::before { content: "–"; color: var(--danger); }

/* ---------- callout / note ---------- */
.note { background: rgba(22,196,127,.08); border: 1px solid rgba(22,196,127,.3); border-radius: var(--radius-sm); padding: var(--s-4); display: flex; gap: var(--s-3); }
.note--warn { background: rgba(199,91,57,.1); border-color: rgba(199,91,57,.35); }
.note b { color: #fff; }
.note p { margin: 0; color: var(--text); font-size: 0.92rem; }

/* ---------- page hero (inner pages) ---------- */
.page-hero { padding-block: clamp(40px, 6vw, 72px); border-bottom: 1px solid var(--ink-3); background:
  radial-gradient(50% 80% at 10% 0%, rgba(242,185,12,.1), transparent 60%), var(--ink); }
.page-hero__crumbs { font-size: 0.82rem; color: var(--muted); margin-bottom: var(--s-3); }
.page-hero__crumbs a { color: var(--muted); }
.page-hero h1 { font-size: clamp(1.9rem, 5vw, 2.7rem); font-family: var(--font-display); letter-spacing: .01em; }
.page-hero__logo { height: 32px; width: auto; margin-bottom: var(--s-4); display: block; }
.page-hero .lead { color: var(--text); max-width: 680px; }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--ink-3); background: var(--ink); padding-block: var(--s-8) var(--s-6); }
.site-footer__grid { display: grid; grid-template-columns: 1fr; gap: var(--s-6); }
.site-footer h2 { color: #fff; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 var(--s-3); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--s-2); }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--gold-2); }
.footer-locale { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 0.85rem; }
.footer-locale svg { width: 18px; height: 18px; color: var(--earth); }
.footer-bottom { margin-top: var(--s-6); padding-top: var(--s-4); border-top: 1px solid var(--ink-3); display: flex; flex-wrap: wrap; gap: var(--s-3); justify-content: space-between; align-items: center; color: var(--muted); font-size: 0.82rem; }
.footer-bottom .age-badge { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--ink-3); border-radius: 8px; padding: 4px 10px; color: var(--text); font-weight: 800; }

/* ---------- reveal animation ---------- */
[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (min-width: 640px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .tile-grid { grid-template-columns: repeat(3, 1fr); }
  .carousel-track { grid-auto-columns: 45%; }
  .strip { grid-auto-columns: 26%; }
  #reviews-list { grid-template-columns: repeat(2, 1fr); }
  .proscons { grid-template-columns: 1fr 1fr; }
  .app-split { grid-template-columns: 1.1fr .9fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 900px) {
  .main-nav { display: block; }
  .nav-toggle { display: none; }
  .header-tools { margin-inline-start: var(--s-4); }
  .lang-static { display: inline-block; }
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .tile-grid { grid-template-columns: repeat(3, 1fr); }
  .carousel-track { grid-auto-columns: 30%; }
  .carousel__nav { display: inline-flex; }
  .strip { grid-auto-columns: auto; grid-auto-flow: column; justify-content: start; }
  .strip__item { min-width: 120px; }
  .app-split { grid-template-columns: 1.1fr .9fr; }
  #reviews-list { grid-template-columns: repeat(3, 1fr); }
  .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}
@media (min-width: 1200px) {
  .carousel-track { grid-auto-columns: 23%; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* ---------- lite mode overrides ---------- */
.lite body { background: var(--ink); }
.lite .hero::before, .lite .page-hero { background: var(--ink); }
.lite img[data-lite-hidden] { display: none; }
.lite [data-reveal] { opacity: 1; transform: none; }
.lite .tile img, .lite .game-card__cover img { opacity: .95; }
.lite .carousel-track { scroll-behavior: auto; }

/* utility */
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.divider { height: 1px; background: var(--ink-3); border: 0; margin: 0; }
.tag { display: inline-block; font-size: 0.72rem; font-weight: 700; padding: 3px 9px; border-radius: 999px; background: rgba(242,185,12,.14); color: var(--gold); }
.stack > * + * { margin-top: var(--s-4); }


.reviews-empty {
  text-align: center; padding: var(--s-7) var(--s-5);
  border: 1px dashed var(--ink-3); border-radius: var(--radius);
  background: var(--ink-2); color: var(--muted);
}
.reviews-empty p { margin: 0 0 var(--s-4); }
.app-shot--banner { max-width: none !important; }
.app-shot--banner img { width: 100%; height: auto; object-fit: cover; aspect-ratio: 21/6; }
