@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #070b12;
  --bg-soft: #0c121d;
  --panel: rgba(15, 23, 35, .84);
  --panel-solid: #101927;
  --line: rgba(173, 255, 234, .13);
  --line-strong: rgba(173, 255, 234, .28);
  --ink: #f4f7f4;
  --muted: #9ba8b8;
  --lime: #c7ff45;
  --cyan: #41e8e0;
  --coral: #ff7369;
  --purple: #8e73ff;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .38);
  --font-display: 'Chakra Petch', system-ui, sans-serif;
  --font-body: 'Manrope', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(65, 232, 224, .09), transparent 25rem),
    radial-gradient(circle at 88% 24%, rgba(142, 115, 255, .09), transparent 27rem),
    var(--bg);
  font-family: var(--font-body);
  line-height: 1.65;
  min-height: 100vh;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #061014; background: var(--lime); }

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 1000;
  background: var(--lime);
  color: #07100d;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
  font-weight: 800;
}
.skip-link:focus { top: 0; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-tight { padding: 64px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--lime);
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 26px; height: 2px; background: currentColor; box-shadow: 9px 0 0 -0.5px currentColor; }
.display {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 5.5rem);
  line-height: .94;
  letter-spacing: -.055em;
  margin: 18px 0 24px;
  text-transform: uppercase;
}
.display em { color: var(--lime); font-style: normal; }
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin: 12px 0 20px;
}
.lede { max-width: 720px; color: #c4ccd6; font-size: clamp(1rem, 1.8vw, 1.17rem); }
.muted { color: var(--muted); }
.accent { color: var(--lime); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled { background: rgba(7, 11, 18, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 700; letter-spacing: .06em; }
.brand-mark { width: 35px; height: 35px; position: relative; transform: rotate(45deg); border: 2px solid var(--cyan); border-radius: 10px; box-shadow: inset 0 0 20px rgba(65,232,224,.18), 0 0 20px rgba(65,232,224,.15); }
.brand-mark-image { width: 38px; height: 38px; object-fit: contain; flex: 0 0 auto; filter: drop-shadow(0 0 11px rgba(65,232,224,.28)); }
.brand-mark::before { content: ''; position: absolute; inset: 8px; border: 2px solid var(--lime); border-radius: 4px; }
.brand-mark::after { content: ''; position: absolute; width: 6px; height: 6px; left: 50%; top: 50%; transform: translate(-50%,-50%); background: var(--coral); border-radius: 50%; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: .88rem; color: #c3ccd8; font-weight: 700; transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current='page'] { color: white; }
.nav-cta { border: 1px solid var(--line-strong); padding: 10px 16px; border-radius: 999px; }
.menu-btn { display: none; width: 44px; height: 44px; border: 1px solid var(--line); color: white; background: var(--panel); border-radius: 12px; cursor: pointer; }

.hero {
  min-height: 860px;
  height: min(900px, 100vh);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, #070b12 0%, rgba(7,11,18,.86) 34%, rgba(7,11,18,.12) 78%),
    linear-gradient(0deg, #070b12 0%, transparent 34%),
    url('images/hero-aotearoa.png');
  background-size: cover;
  background-position: center;
}
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 40%, rgba(65,232,224,.05)); pointer-events: none; }
.hero-content { position: relative; z-index: 2; width: min(720px, 67%); padding-top: 70px; }
.hero-copy { max-width: 610px; color: #c5ced7; font-size: 1.08rem; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #08100a; background: var(--lime); box-shadow: 0 10px 36px rgba(199,255,69,.18); }
.btn-ghost { background: rgba(13, 20, 31, .65); border-color: var(--line-strong); color: white; backdrop-filter: blur(12px); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 34px; color: #aeb8c6; font-size: .84rem; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(199,255,69,.12); }
.scroll-cue { position: absolute; z-index: 3; bottom: 34px; left: 50%; transform: translateX(-50%); color: #9aa7b5; font-family: var(--font-display); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 9px; }
.scroll-cue::after { content: ''; width: 1px; height: 34px; background: linear-gradient(var(--cyan), transparent); }

.free-strip { position: relative; margin-top: -1px; border-block: 1px solid var(--line); background: rgba(11, 17, 27, .8); overflow: hidden; }
.ticker { display: flex; width: max-content; padding: 15px 0; animation: marquee 28s linear infinite; }
.ticker span { padding-inline: 32px; color: #aeb9c5; font-family: var(--font-display); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ticker b { color: var(--lime); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 42px; }
.text-link { color: var(--lime); font-family: var(--font-display); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.catalog-tools { display: grid; grid-template-columns: 1fr auto; gap: 18px; margin: 32px 0 40px; }
.search-wrap { position: relative; }
.search-wrap svg { position: absolute; left: 17px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.search-input, .select-input {
  width: 100%;
  height: 52px;
  color: white;
  background: rgba(16,25,39,.9);
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: none;
}
.search-input { padding: 0 18px 0 50px; }
.select-input { padding: 0 42px 0 16px; min-width: 180px; }
.search-input:focus, .select-input:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(65,232,224,.09); }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter-chip { border: 1px solid var(--line); background: transparent; color: #9eabba; padding: 8px 14px; border-radius: 999px; cursor: pointer; font-weight: 700; font-size: .78rem; }
.filter-chip.active, .filter-chip:hover { color: #07100d; background: var(--cyan); border-color: var(--cyan); }

.game-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.game-card {
  position: relative;
  min-height: 390px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel-solid);
  isolation: isolate;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.game-card:hover { transform: translateY(-7px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.game-card-media { height: 195px; position: relative; background: #151e2b; overflow: hidden; }
.game-card-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #101927 0%, transparent 65%); }
.game-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.game-card:hover .game-card-media img { transform: scale(1.045); }
.game-card-media.logo-tile { display: grid; place-items: center; background: radial-gradient(circle at 50% 40%, var(--game-glow, rgba(65,232,224,.35)), transparent 55%), linear-gradient(135deg, #161f30, #090e17); }
.game-card-media.logo-tile img { object-fit: contain; width: 62%; height: 56%; filter: drop-shadow(0 12px 25px rgba(0,0,0,.4)); }
.game-card-body { padding: 19px 20px 21px; }
.game-card-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.game-card h3 { margin: 13px 0 7px; font-family: var(--font-display); font-size: 1.42rem; letter-spacing: -.025em; }
.game-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.tag { display: inline-flex; align-items: center; min-height: 26px; padding: 0 9px; border-radius: 999px; background: rgba(65,232,224,.09); color: var(--cyan); border: 1px solid rgba(65,232,224,.16); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.tag-free { color: var(--lime); background: rgba(199,255,69,.08); border-color: rgba(199,255,69,.18); }
.score { display: inline-flex; align-items: center; gap: 5px; color: white; font-family: var(--font-display); font-weight: 700; font-size: .84rem; }
.score::before { content: '◆'; color: var(--lime); font-size: .58rem; }
.card-arrow { position: absolute; right: 19px; bottom: 20px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--lime); transition: .2s ease; }
.game-card:hover .card-arrow { background: var(--lime); color: #07100d; transform: rotate(-8deg); }
.empty-state { grid-column: 1 / -1; padding: 60px 20px; text-align: center; border: 1px dashed var(--line-strong); border-radius: var(--radius); color: var(--muted); }

.spotlight { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 540px; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: #0d1520; box-shadow: var(--shadow); }
.spotlight-media { position: relative; min-height: 430px; }
.spotlight-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.07); }
.spotlight-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, #0d1520), linear-gradient(0deg, rgba(13,21,32,.7), transparent 55%); }
.spotlight-copy { padding: clamp(34px, 5vw, 68px); display: flex; flex-direction: column; justify-content: center; }
.spotlight-kicker { color: var(--coral); font-family: var(--font-display); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.spotlight h2 { font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 4rem); line-height: .98; text-transform: uppercase; margin: 15px 0; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.mini-stat { padding: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.025); border-radius: 15px; }
.mini-stat strong { display: block; font-family: var(--font-display); color: var(--lime); font-size: 1.2rem; }
.mini-stat span { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }

.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: method; }
.method-card { position: relative; padding: 30px 24px; min-height: 250px; border: 1px solid var(--line); background: linear-gradient(150deg, rgba(19,31,47,.92), rgba(10,15,24,.92)); border-radius: var(--radius); overflow: hidden; counter-increment: method; }
.method-card::after { content: '0' counter(method); position: absolute; right: 14px; bottom: -20px; color: rgba(255,255,255,.035); font-family: var(--font-display); font-size: 7rem; font-weight: 700; line-height: 1; }
.method-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(65,232,224,.09); color: var(--cyan); border: 1px solid rgba(65,232,224,.14); margin-bottom: 36px; }
.method-card h3 { font-family: var(--font-display); font-size: 1.25rem; margin: 0 0 9px; }
.method-card p { color: var(--muted); font-size: .86rem; margin: 0; }

.score-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.big-score { width: 260px; height: 260px; border-radius: 50%; display: grid; place-items: center; position: relative; background: conic-gradient(var(--lime) 0 91%, rgba(255,255,255,.07) 91%); margin-inline: auto; }
.big-score::before { content: ''; position: absolute; inset: 16px; border-radius: inherit; background: var(--bg-soft); }
.big-score-inner { position: relative; text-align: center; }
.big-score strong { display: block; font-family: var(--font-display); font-size: 4.5rem; line-height: .9; }
.big-score span { color: var(--muted); text-transform: uppercase; font-size: .7rem; letter-spacing: .16em; }
.score-bars { display: grid; gap: 20px; }
.score-line-top { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: .82rem; font-weight: 700; }
.bar { height: 8px; background: rgba(255,255,255,.07); border-radius: 999px; overflow: hidden; }
.bar span { display: block; height: 100%; width: var(--value); background: linear-gradient(90deg, var(--cyan), var(--lime)); border-radius: inherit; }

.faq-list { max-width: 850px; margin: 38px auto 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 0; background: none; color: white; text-align: left; font-family: var(--font-display); font-size: 1.08rem; font-weight: 600; cursor: pointer; }
.faq-question span:last-child { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: transform .2s ease; color: var(--lime); }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { color: var(--muted); margin: 0; padding: 0 60px 24px 0; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }

.newsletter { position: relative; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 30px; padding: clamp(34px, 6vw, 72px); background: linear-gradient(120deg, rgba(65,232,224,.1), rgba(142,115,255,.08) 60%, rgba(255,115,105,.08)); }
.newsletter::after { content: ''; position: absolute; width: 280px; height: 280px; right: -100px; top: -120px; border: 1px solid rgba(199,255,69,.2); border-radius: 40%; transform: rotate(35deg); box-shadow: 0 0 0 30px rgba(65,232,224,.025), 0 0 0 60px rgba(65,232,224,.02); }
.newsletter-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .85fr; align-items: end; gap: 45px; }
.signup-form { display: flex; gap: 9px; }
.signup-form input { min-width: 0; flex: 1; height: 54px; padding: 0 16px; border-radius: 14px; border: 1px solid var(--line-strong); color: white; background: rgba(7,11,18,.7); outline: none; }
.form-note { margin-top: 10px; color: var(--muted); font-size: .72rem; }

.page-hero { padding: 165px 0 72px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(65,232,224,.12); border-radius: 50%; right: -140px; top: -190px; box-shadow: 0 0 0 45px rgba(65,232,224,.018), 0 0 0 90px rgba(65,232,224,.012); }
.page-hero .display { font-size: clamp(3rem, 8vw, 7rem); max-width: 1000px; }
.count-badge { display: inline-flex; align-items: center; gap: 8px; color: #b9c3ce; margin-top: 18px; font-size: .85rem; }
.count-badge b { color: var(--lime); font-family: var(--font-display); font-size: 1.2rem; }

.game-detail-hero { min-height: 720px; padding: 145px 0 70px; display: flex; align-items: end; position: relative; background: var(--bg); overflow: hidden; }
.game-detail-bg { position: absolute; inset: 0; }
.game-detail-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.05); }
.game-detail-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #070b12 4%, rgba(7,11,18,.88) 36%, rgba(7,11,18,.26) 78%), linear-gradient(0deg, #070b12 0%, transparent 65%); }
.game-detail-bg.logo-tile { display: grid; place-items: center; background: radial-gradient(circle at 72% 42%, var(--game-glow, rgba(65,232,224,.22)), transparent 36%), linear-gradient(135deg, #151f30, #070b12); }
.game-detail-bg.logo-tile img { width: min(500px, 50vw); height: 230px; object-fit: contain; transform: translateX(30%); filter: drop-shadow(0 20px 40px rgba(0,0,0,.5)); }
.game-detail-content { position: relative; z-index: 2; max-width: 770px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .78rem; margin-bottom: 25px; }
.breadcrumb a:hover { color: white; }
.game-detail-title { font-family: var(--font-display); font-size: clamp(3.2rem, 8vw, 7.2rem); line-height: .87; letter-spacing: -.065em; text-transform: uppercase; margin: 17px 0 25px; text-wrap: balance; }
.game-meta-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.meta-pill { padding: 8px 12px; border-radius: 999px; color: #c3cbd4; background: rgba(7,11,18,.55); border: 1px solid var(--line-strong); font-size: .75rem; backdrop-filter: blur(10px); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 70px; align-items: start; }
.prose h2 { font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.1; text-transform: uppercase; margin: 66px 0 18px; letter-spacing: -.03em; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: #b4bfcb; margin: 0 0 18px; }
.prose strong { color: white; }
.pull-quote { margin: 44px 0; padding: 28px 28px 28px 32px; border-left: 3px solid var(--lime); background: linear-gradient(90deg, rgba(199,255,69,.07), transparent); font-family: var(--font-display); font-size: 1.4rem; line-height: 1.35; }
.detail-side { position: sticky; top: 110px; display: grid; gap: 16px; }
.info-card { border: 1px solid var(--line); border-radius: 18px; background: var(--panel); padding: 22px; }
.info-card h3 { font-family: var(--font-display); margin: 0 0 16px; text-transform: uppercase; font-size: 1rem; letter-spacing: .05em; }
.fact-list { display: grid; gap: 13px; }
.fact-row { display: grid; gap: 2px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.fact-row:last-child { border-bottom: 0; padding-bottom: 0; }
.fact-row span { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.fact-row strong { font-size: .86rem; }
.rating-stack { display: grid; gap: 14px; }
.rating-line { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; }
.rating-line span { color: #bec8d2; font-size: .78rem; }
.rating-line b { font-family: var(--font-display); color: var(--lime); }
.rating-line .bar { grid-column: 1 / -1; height: 5px; }
.cost-callout { display: flex; gap: 14px; align-items: flex-start; border-color: rgba(199,255,69,.25); background: rgba(199,255,69,.045); }
.cost-callout svg { flex: 0 0 auto; color: var(--lime); margin-top: 2px; }
.cost-callout strong { display: block; font-family: var(--font-display); margin-bottom: 3px; }
.cost-callout p { color: var(--muted); font-size: .78rem; margin: 0; }
.detail-back { margin-top: 58px; }

.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 780px); gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 115px; display: grid; gap: 8px; }
.legal-nav a { color: var(--muted); padding: 8px 0 8px 14px; border-left: 1px solid var(--line); font-size: .82rem; }
.legal-nav a:hover { color: white; border-color: var(--lime); }
.legal-copy h2 { font-family: var(--font-display); text-transform: uppercase; font-size: 1.8rem; margin: 55px 0 14px; scroll-margin-top: 120px; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy h3 { font-size: 1rem; margin: 28px 0 7px; }
.legal-copy p, .legal-copy li { color: #adb8c4; font-size: .93rem; }
.legal-copy li { margin-bottom: 8px; }
.legal-callout { padding: 20px 22px; border: 1px solid var(--line-strong); border-radius: 16px; background: rgba(65,232,224,.045); color: #cbd4dd; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.about-card { padding: 34px; min-height: 280px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(18,29,44,.88), rgba(9,14,22,.88)); }
.about-card.wide { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; }
.about-card h2, .about-card h3 { font-family: var(--font-display); text-transform: uppercase; margin-top: 0; }
.about-card p { color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); padding: 60px 0 26px; background: #060910; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; }
.footer-brand p { max-width: 330px; color: var(--muted); font-size: .84rem; margin-top: 18px; }
.footer-col h3 { font-family: var(--font-display); text-transform: uppercase; font-size: .78rem; letter-spacing: .11em; margin: 4px 0 17px; }
.footer-col a { display: block; color: var(--muted); font-size: .8rem; margin: 9px 0; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 52px; padding-top: 22px; border-top: 1px solid var(--line); color: #778493; font-size: .7rem; }

.cookie-banner { position: fixed; z-index: 300; left: 20px; right: 20px; bottom: 20px; max-width: 760px; margin-inline: auto; display: none; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 21px; border: 1px solid var(--line-strong); border-radius: 18px; background: rgba(10,15,24,.96); box-shadow: 0 20px 80px rgba(0,0,0,.55); backdrop-filter: blur(20px); }
.cookie-banner.show { display: grid; }
.cookie-banner h2 { font-family: var(--font-display); font-size: 1rem; margin: 0 0 4px; text-transform: uppercase; }
.cookie-banner p { color: var(--muted); font-size: .76rem; margin: 0; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .btn { min-height: 40px; padding: 0 14px; font-size: .72rem; border-radius: 10px; }

.toast { position: fixed; z-index: 400; bottom: 24px; left: 50%; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; background: var(--lime); color: #07100d; padding: 12px 18px; border-radius: 12px; font-weight: 800; font-size: .8rem; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1000px) {
  .game-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .method-grid { grid-template-columns: repeat(2,1fr); }
  .spotlight { grid-template-columns: 1fr; }
  .spotlight-media::after { background: linear-gradient(0deg, #0d1520, transparent 65%); }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-side { position: static; grid-template-columns: repeat(2,1fr); }
  .score-panel { gap: 40px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3,1fr); gap: 28px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 74px 0; }
  .nav-wrap { height: 70px; }
  .nav-links { position: fixed; left: 14px; right: 14px; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line-strong); border-radius: 18px; background: rgba(8,13,21,.98); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 12px; }
  .menu-btn { display: grid; place-items: center; }
  .hero { height: auto; min-height: 760px; align-items: end; background-image: linear-gradient(0deg, #070b12 5%, rgba(7,11,18,.73) 62%, rgba(7,11,18,.25)), url('images/hero-aotearoa.png'); background-position: 66% center; }
  .hero-content { width: 100%; padding: 150px 0 110px; }
  .display { font-size: clamp(2.6rem, 14vw, 4.7rem); }
  .section-head { align-items: start; flex-direction: column; }
  .game-grid { grid-template-columns: 1fr; }
  .game-card { min-height: 370px; }
  .method-grid, .score-panel, .newsletter-grid, .about-grid, .about-card.wide, .legal-layout { grid-template-columns: 1fr; }
  .big-score { width: 220px; height: 220px; }
  .catalog-tools { grid-template-columns: 1fr; }
  .spotlight-copy { padding: 34px 24px 40px; }
  .stats-row { grid-template-columns: 1fr; }
  .signup-form { flex-direction: column; }
  .detail-side { grid-template-columns: 1fr; }
  .game-detail-hero { min-height: 680px; }
  .game-detail-bg::after { background: linear-gradient(0deg, #070b12 5%, rgba(7,11,18,.72) 68%, rgba(7,11,18,.15)); }
  .game-detail-bg.logo-tile img { transform: translateY(-40%); width: 72vw; }
  .legal-nav { position: static; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 16px; padding: 10px; }
  .legal-nav a { border: 0; padding: 6px; }
  .about-card.wide { display: block; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions .btn { flex: 1; }
}

@media (max-width: 430px) {
  .hero-actions .btn, .button-row .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .legal-nav { grid-template-columns: 1fr; }
  .game-detail-title { font-size: 3.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
