:root {
  --blue: #175cff;
  --blue-dark: #0d2d72;
  --lime: #b9ef24;
  --ink: #101828;
  --muted: #5c6679;
  --sky: #eaf6ff;
  --line: #d9e2ec;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --radius: 24px;
  --shadow: 0 18px 45px rgba(29, 67, 131, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { 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 { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(217,226,236,.8); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font: 700 1.28rem/1 "Space Grotesk", sans-serif; letter-spacing: -.04em; }
.brand-mark { position: relative; display: grid; place-items: center; width: 37px; height: 37px; color: white; background: var(--blue); border-radius: 11px 11px 16px 11px; transform: rotate(-5deg); box-shadow: inset 0 -3px 0 rgba(8,44,132,.25); }
.brand-mark::after { content: ""; position: absolute; width: 9px; height: 9px; right: -3px; top: -3px; background: var(--lime); border: 2px solid #fff; border-radius: 50%; }
.brand-mark span { transform: rotate(5deg); font-family: "Space Grotesk"; font-weight: 700; }
.site-nav { display: flex; gap: 28px; margin-left: auto; }
.site-nav a { color: #3c4658; text-decoration: none; font-weight: 600; font-size: .91rem; }
.site-nav a:hover { color: var(--blue); }
.header-cta { display: inline-flex; align-items: center; gap: 14px; padding: 11px 17px; color: #fff; background: var(--ink); text-decoration: none; border-radius: 13px; font-weight: 700; font-size: .9rem; }
.header-cta span { color: var(--lime); }
.nav-toggle { display: none; width: 42px; height: 42px; margin-left: auto; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; width: 23px; margin: 5px auto; background: var(--ink); }

.hero { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 600px; padding-top: 56px; padding-bottom: 44px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 16px 0 30px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: var(--blue); font-weight: 800; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.pulse-dot { width: 9px; height: 9px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(185,239,36,.23); }
.hero h1, .section-head h2, .method-copy h2, .faq-intro h2, .voices-heading h2, .final-cta h2 { font-family: "Space Grotesk", sans-serif; letter-spacing: -.065em; line-height: .98; }
.hero h1 { margin: 22px 0 20px; font-size: clamp(3.65rem, 7vw, 6.6rem); }
.hero h1 span { color: var(--blue); }
.hero-lede { max-width: 540px; margin: 0; color: #4e5c70; font-size: 1.16rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 25px rgba(23,92,255,.22); }
.button-primary:hover { background: #0f4fe5; box-shadow: 0 14px 30px rgba(23,92,255,.3); }
.button-secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark span { color: var(--lime); }
.text-link, .official-link, .kiwi-note a, .faq-intro > a { font-weight: 800; color: var(--ink); text-underline-offset: 5px; text-decoration-thickness: 1px; }
.text-link span, .official-link span, .kiwi-note a span, .faq-intro > a span { color: var(--blue); }
.hero-proof { display: flex; gap: 22px; margin: 34px 0 0; padding: 0; list-style: none; color: #536174; font-size: .85rem; font-weight: 700; }
.hero-proof span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 5px; color: #0b6b44; background: #daf9e9; border-radius: 50%; }
.hero-visual { position: relative; align-self: stretch; margin-right: calc((100vw - min(1180px, calc(100vw - 40px))) / -2); overflow: hidden; border-radius: 34px 0 0 34px; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.2) 27%, transparent 50%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.score-float { position: absolute; z-index: 3; left: 15%; bottom: 34px; display: grid; grid-template-columns: auto auto; align-items: end; padding: 14px 18px; background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.8); border-radius: 17px; box-shadow: var(--shadow); backdrop-filter: blur(12px); transform: rotate(-2deg); }
.score-float span { grid-column: 1 / -1; color: var(--muted); text-transform: uppercase; font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.score-float strong { font: 700 2rem/1 "Space Grotesk"; }
.score-float small { color: var(--muted); }
.week-float { position: absolute; z-index: 3; right: 34px; top: 30px; width: 92px; height: 92px; display: grid; place-items: center; padding: 10px; color: var(--ink); background: var(--lime); border: 5px solid #fff; border-radius: 50%; text-align: center; font: 800 .68rem/1.1 "Space Grotesk"; letter-spacing: .08em; transform: rotate(8deg); box-shadow: var(--shadow); }

.safety-strip { background: var(--ink); color: #fff; }
.safety-inner { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.safety-icon { position: relative; width: 44px; height: 44px; display: grid; place-items: center; color: var(--lime); border: 2px solid #60708c; border-radius: 50%; font: 800 1.1rem/1 "Space Grotesk"; }
.safety-icon span { position: absolute; right: -3px; bottom: -3px; display: grid; place-items: center; width: 19px; height: 19px; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: .75rem; }
.safety-inner p { margin: 0; color: #dce5f2; font-size: .91rem; line-height: 1.5; }
.safety-inner p strong { color: #fff; }
.safety-inner a { white-space: nowrap; color: var(--lime); font-size: .8rem; font-weight: 800; text-underline-offset: 5px; }

.week-section { padding-top: 96px; padding-bottom: 106px; }
.section-kicker span { display: inline-grid; place-items: center; width: 30px; height: 30px; color: var(--blue); background: #e7efff; border-radius: 9px; letter-spacing: 0; }
.week-grid { display: grid; grid-template-columns: 1.7fr .72fr; gap: 24px; margin-top: 24px; }
.week-feature { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; background: var(--soft); border: 1px solid var(--line); border-radius: 28px; }
.week-art { position: relative; min-height: 430px; overflow: hidden; background: #17223b; }
.week-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,16,35,.2), transparent 50%); }
.week-art img { width: 100%; height: 100%; object-fit: cover; }
.nz-ribbon { position: absolute; z-index: 2; top: 20px; left: 20px; padding: 8px 12px; color: var(--ink); background: var(--lime); border-radius: 8px; font-size: .7rem; font-weight: 900; letter-spacing: .09em; transform: rotate(-2deg); }
.week-content { padding: 40px; }
.category { margin: 0 0 8px; color: var(--blue); font-size: .73rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.week-content h2 { margin: 0; font: 700 2.7rem/1 "Space Grotesk"; letter-spacing: -.05em; }
.week-content > p:not(.category) { color: var(--muted); line-height: 1.65; }
.score-row { display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding: 22px 0; margin: 22px 0; border-block: 1px solid var(--line); }
.big-score strong { display: block; color: var(--blue); font: 700 2.7rem/1 "Space Grotesk"; }
.big-score span { color: var(--muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .07em; }
.score-bars { display: grid; gap: 7px; }
.score-bars div { display: grid; grid-template-columns: 76px 1fr 24px; gap: 8px; align-items: center; font-size: .72rem; font-weight: 700; }
.score-bars i { height: 5px; overflow: hidden; background: #dbe3ef; border-radius: 10px; }
.score-bars b { display: block; height: 100%; background: var(--lime); border-radius: inherit; }
.score-bars em { font-style: normal; }
.card-actions { display: flex; align-items: center; gap: 24px; }
.kiwi-note { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 430px; padding: 34px; overflow: hidden; color: #fff; background: var(--blue); border-radius: 28px; }
.kiwi-note::before { content: ""; position: absolute; width: 250px; height: 250px; top: -135px; right: -95px; border: 40px solid rgba(255,255,255,.08); border-radius: 50%; }
.kiwi-note .fern { position: absolute; top: 35px; left: 36px; color: var(--lime); font-size: 2.8rem; }
.kiwi-note .category { color: var(--lime); }
.kiwi-note h3 { margin: 8px 0 14px; font: 700 2rem/1.08 "Space Grotesk"; letter-spacing: -.05em; }
.kiwi-note p:not(.category) { color: #d7e2ff; font-size: .92rem; }
.kiwi-note a { margin-top: 10px; color: #fff; }
.kiwi-note a span { color: var(--lime); }

.catalogue-section { padding: 100px 0 110px; background: var(--soft); }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.section-head h2, .method-copy h2, .faq-intro h2, .voices-heading h2, .final-cta h2 { margin: 15px 0 0; font-size: clamp(2.55rem, 5vw, 4.6rem); }
.section-head > p { margin: 0 0 5px; color: var(--muted); }
.catalogue-tools { display: flex; justify-content: space-between; align-items: center; gap: 22px; margin: 38px 0 26px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { padding: 10px 14px; color: #536174; background: #fff; border: 1px solid var(--line); border-radius: 12px; font-weight: 700; font-size: .83rem; cursor: pointer; }
.filter span { margin-left: 5px; opacity: .55; }
.filter:hover, .filter.is-active { color: #fff; background: var(--ink); border-color: var(--ink); }
.filter.is-active span { color: var(--lime); opacity: 1; }
.search-box { flex: 0 0 260px; display: flex; align-items: center; gap: 10px; height: 44px; padding: 0 14px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.search-box:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,92,255,.12); }
.search-box svg { width: 19px; fill: none; stroke: #667085; stroke-width: 2; }
.search-box input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.game-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 22px; transition: transform .22s ease, box-shadow .22s ease; }
.game-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.game-card[hidden] { display: none; }
.game-cover { position: relative; aspect-ratio: 460 / 215; overflow: hidden; background: #dbe5f0; }
.game-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.game-card:hover .game-cover img { transform: scale(1.035); }
.game-rank { position: absolute; left: 14px; top: 14px; display: grid; place-items: center; min-width: 34px; height: 34px; padding: 0 8px; color: #fff; background: rgba(14,24,43,.85); border: 1px solid rgba(255,255,255,.3); border-radius: 10px; font: 700 .77rem "Space Grotesk"; backdrop-filter: blur(8px); }
.kiwi-badge { position: absolute; right: 12px; top: 12px; padding: 7px 9px; color: var(--ink); background: var(--lime); border-radius: 8px; font-size: .63rem; font-weight: 900; letter-spacing: .07em; }
.game-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.game-meta { display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.game-meta .category { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini-score { color: var(--blue); font: 700 1rem "Space Grotesk"; }
.mini-score small { color: #8c96a8; font-size: .65rem; }
.game-body h3 { margin: 8px 0 8px; font: 700 1.45rem/1.15 "Space Grotesk"; letter-spacing: -.035em; }
.game-body > p { margin: 0 0 18px; color: var(--muted); font-size: .91rem; line-height: 1.55; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.tags span { padding: 5px 8px; color: #4f5c70; background: #f0f4f8; border-radius: 7px; font-size: .68rem; font-weight: 700; }
.game-footer { display: flex; align-items: center; justify-content: space-between; padding: 14px 21px; border-top: 1px solid var(--line); }
.game-footer button { padding: 0; color: var(--ink); background: none; border: 0; font-weight: 800; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.game-footer > span { color: #6b7689; font-size: .72rem; }
.game-footer > span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: var(--lime); border-radius: 50%; }
.empty-state { padding: 55px; text-align: center; background: #fff; border: 1px dashed #bdc9d8; border-radius: 24px; }
.empty-state span { color: var(--blue); font-size: 2.5rem; }
.empty-state h3 { margin: 5px 0; font: 700 1.5rem "Space Grotesk"; }
.empty-state p { margin-top: 0; color: var(--muted); }

.review-method { display: grid; grid-template-columns: .88fr 1.12fr; gap: 75px; align-items: center; padding-top: 110px; padding-bottom: 110px; }
.method-art { position: relative; }
.method-art::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; background: var(--lime); border-radius: 30px; transform: rotate(-2deg); }
.method-art img { position: relative; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.method-copy .intro { color: var(--muted); font-size: 1.06rem; }
.method-list { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.method-list li { display: grid; grid-template-columns: 42px 1fr auto; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.method-list li > span { display: grid; place-items: center; width: 36px; height: 36px; color: var(--blue); background: #e9efff; border-radius: 11px; font-size: .67rem; font-weight: 900; }
.method-list h3 { margin: 0 0 3px; font: 700 1rem "Space Grotesk"; }
.method-list p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.45; }
.method-list b { color: var(--blue); font: 700 1rem "Space Grotesk"; }
.method-note { color: #7c8799; font-size: .76rem; }

.voices-section { padding: 100px 0; color: #fff; background: var(--blue-dark); }
.section-kicker.light { color: var(--lime); }
.section-kicker.light span { color: var(--ink); background: var(--lime); }
.voices-heading { display: grid; grid-template-columns: 1.15fr .6fr; gap: 50px; align-items: end; }
.voices-heading p { margin: 0; color: #b9c9e6; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.voice-grid blockquote { margin: 0; padding: 28px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; }
.voice-grid blockquote > p { min-height: 110px; color: #f5f8ff; font-size: 1.02rem; }
.quote-mark { color: var(--lime); font: 700 2.8rem/1 "Space Grotesk"; }
.voice-grid footer { display: flex; gap: 12px; align-items: center; }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); border-radius: 14px; font-size: .72rem; font-weight: 900; }
.avatar-a { background: #ffd478; }.avatar-b { background: var(--lime); }.avatar-c { background: #9ed9ff; }
.voice-grid footer strong, .voice-grid footer small { display: block; }
.voice-grid footer small { color: #9eafd0; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; padding-top: 110px; padding-bottom: 110px; }
.faq-intro p { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 22px 42px 22px 0; list-style: none; cursor: pointer; font: 700 1.05rem "Space Grotesk"; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; right: 5px; top: 50%; width: 16px; height: 2px; background: var(--blue); }
.accordion summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -4px 46px 22px 0; color: var(--muted); }
.final-cta { position: relative; display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-bottom: 100px; padding: 52px 58px; overflow: hidden; background: var(--lime); border-radius: 30px; }
.final-cta::after { content: "V"; position: absolute; right: 210px; top: -72px; color: rgba(255,255,255,.48); font: 700 14rem/1 "Space Grotesk"; transform: rotate(-12deg); }
.final-cta > * { position: relative; z-index: 1; }
.mini-label { color: #52671a; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.final-cta h2 { margin: 7px 0; font-size: clamp(2.4rem, 4vw, 4rem); }
.final-cta p { margin: 0; }

.site-footer { color: #d6deea; background: var(--ink); }
.footer-top { min-height: 130px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }
.brand-footer { color: #fff; }
.footer-top > p { margin: 0; color: #9facc0; }
.footer-top nav { display: flex; gap: 20px; }
.footer-top nav a { color: #fff; font-size: .85rem; font-weight: 700; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; padding-bottom: 25px; border-top: 1px solid #29354a; font-size: .72rem; color: #8795ab; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { color: var(--lime); font-weight: 800; white-space: nowrap; }

.game-dialog { width: min(780px, calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 0; overflow: auto; color: var(--ink); background: #fff; border: 0; border-radius: 26px; box-shadow: 0 30px 90px rgba(5,22,55,.38); }
.game-dialog::backdrop { background: rgba(7,17,35,.65); backdrop-filter: blur(5px); }
.game-dialog > img { width: 100%; aspect-ratio: 3 / 1; object-fit: cover; }
.dialog-content { padding: 32px; }
.dialog-content h2 { margin: 3px 0 12px; font: 700 2.4rem/1 "Space Grotesk"; letter-spacing: -.05em; }
.dialog-score { float: right; width: 82px; height: 82px; display: grid; place-items: center; margin: -60px 0 14px 20px; color: #fff; background: var(--blue); border: 5px solid #fff; border-radius: 50%; font: 700 1.4rem "Space Grotesk"; box-shadow: var(--shadow); }
.dialog-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.dialog-facts span { padding: 7px 10px; background: var(--soft); border-radius: 8px; font-size: .76rem; font-weight: 700; }
.dialog-note { margin: 20px 0; padding: 15px 18px; background: #eff9d0; border-left: 4px solid var(--lime); border-radius: 10px; }
.dialog-note p { margin: 4px 0 0; font-size: .86rem; }
.dialog-close { position: sticky; z-index: 3; float: right; top: 12px; right: 12px; display: grid; place-items: center; width: 40px; height: 40px; margin: 12px 12px -52px 0; color: #fff; background: rgba(12,23,41,.78); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 1.5rem; cursor: pointer; backdrop-filter: blur(8px); }

.cookie-banner { position: fixed; z-index: 90; left: 20px; right: 20px; bottom: 20px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; width: min(980px, calc(100% - 40px)); margin: auto; padding: 20px 22px; color: #fff; background: #101828; border: 1px solid #31405a; border-radius: 20px; box-shadow: 0 20px 60px rgba(4,13,29,.35); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font: 700 1rem "Space Grotesk"; }
.cookie-banner p { margin: 3px 0 0; color: #b8c4d6; font-size: .82rem; }
.cookie-actions { display: flex; align-items: center; gap: 9px; }
.cookie-actions .button { min-height: 41px; padding: 0 14px; font-size: .78rem; }
.cookie-actions a { color: var(--lime); font-size: .78rem; font-weight: 700; }

.legal-main { padding: 70px 0 100px; background: var(--soft); }
.legal-hero { display: grid; grid-template-columns: 1fr .55fr; gap: 70px; align-items: end; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 15px 0 0; font: 700 clamp(3rem, 6vw, 5.8rem)/.95 "Space Grotesk"; letter-spacing: -.07em; }
.legal-hero p { margin: 0; color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 65px; padding-top: 48px; }
.legal-toc { position: sticky; top: 110px; align-self: start; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.legal-toc strong { display: block; margin-bottom: 9px; font: 700 .9rem "Space Grotesk"; }
.legal-toc a { display: block; padding: 7px 0; color: var(--muted); font-size: .82rem; text-decoration: none; }
.legal-toc a:hover { color: var(--blue); }
.legal-copy { max-width: 780px; }
.legal-copy section { scroll-margin-top: 110px; padding: 4px 0 32px; }
.legal-copy h2 { margin: 0 0 12px; font: 700 1.55rem "Space Grotesk"; letter-spacing: -.025em; }
.legal-copy h3 { font: 700 1.05rem "Space Grotesk"; }
.legal-copy p, .legal-copy li { color: #4f5d70; }
.legal-copy ul { padding-left: 20px; }
.legal-callout { padding: 20px 22px; background: #eaf2ff; border-left: 4px solid var(--blue); border-radius: 12px; }
.legal-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.legal-table th, .legal-table td { padding: 12px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal-table th { color: var(--ink); background: #edf2f7; }
.cookie-reset { margin-top: 10px; }

@media (max-width: 980px) {
  .site-nav { gap: 17px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 45px; }
  .hero-copy { max-width: 670px; }
  .hero h1 { font-size: clamp(3.8rem, 12vw, 6rem); }
  .hero-visual { min-height: 430px; margin: 0 -20px; border-radius: 28px 28px 0 0; }
  .hero-visual::after { background: linear-gradient(180deg, rgba(255,255,255,.9), transparent 35%); }
  .week-grid { grid-template-columns: 1fr; }
  .kiwi-note { min-height: 330px; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .review-method { grid-template-columns: 1fr; }
  .method-art { max-width: 650px; }
  .faq-section { gap: 45px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .site-nav { position: fixed; inset: 68px 0 auto; display: none; flex-direction: column; gap: 0; padding: 20px 14px 26px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px; font-size: 1rem; }
  .hero { padding-top: 30px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.65rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions, .hero-proof { align-items: flex-start; flex-direction: column; gap: 13px; }
  .hero-proof { margin-top: 26px; }
  .hero-visual { min-height: 310px; margin-inline: -14px; }
  .hero-visual img { object-position: 60% center; }
  .week-float { right: 17px; top: 17px; width: 77px; height: 77px; font-size: .57rem; }
  .score-float { left: 20px; bottom: 20px; }
  .safety-inner { grid-template-columns: auto 1fr; padding-block: 18px; }
  .safety-inner a { grid-column: 2; }
  .week-section, .catalogue-section, .voices-section { padding-block: 76px; }
  .week-feature { grid-template-columns: 1fr; }
  .week-art { min-height: 270px; }
  .week-content { padding: 27px 23px; }
  .section-head, .voices-heading { grid-template-columns: 1fr; gap: 20px; }
  .catalogue-tools { align-items: stretch; flex-direction: column; }
  .filter-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .filter { flex: 0 0 auto; }
  .search-box { flex-basis: auto; }
  .game-grid, .voice-grid { grid-template-columns: 1fr; }
  .game-card { max-width: 520px; }
  .review-method { gap: 55px; padding-block: 85px; }
  .method-art::before { inset: -10px 10px 10px -10px; }
  .faq-section { grid-template-columns: 1fr; padding-block: 85px; }
  .final-cta { align-items: flex-start; flex-direction: column; margin-bottom: 70px; padding: 35px 25px; }
  .final-cta::after { right: -40px; top: -20px; }
  .footer-top, .footer-bottom { display: flex; align-items: flex-start; flex-direction: column; padding-block: 30px; }
  .footer-top nav { flex-wrap: wrap; }
  .cookie-banner { grid-template-columns: 1fr; left: 12px; right: 12px; bottom: 12px; width: auto; }
  .cookie-actions { flex-wrap: wrap; }
  .legal-hero { grid-template-columns: 1fr; gap: 24px; }
  .legal-layout { grid-template-columns: 1fr; gap: 25px; }
  .legal-toc { position: static; }
  .legal-table { display: block; overflow-x: auto; }
}

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

/* Desktop overflow guard and grid shrinkability */
html, body { overflow-x: clip; }
.hero { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.hero-visual { min-width: 0; margin-right: min(0px, calc((min(1180px, 100vw - 40px) - 100vw) / 2)); }
.week-grid { grid-template-columns: minmax(0, 1.7fr) minmax(0, .72fr); }
.section-head { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
.review-method { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); }
.voices-heading { grid-template-columns: minmax(0, 1.15fr) minmax(0, .6fr); }
.faq-section { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); }
.legal-hero { grid-template-columns: minmax(0, 1fr) minmax(0, .55fr); }
.legal-layout { grid-template-columns: minmax(0, 250px) minmax(0, 1fr); }
.brand-mark { display: block; flex: 0 0 39px; width: 39px; height: 39px; background: none; border-radius: 0; box-shadow: none; transform: none; }
.brand-mark::after { display: none; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
/* Remove the outer whitespace around the hero experience */
.hero { padding-top: 0; padding-bottom: 0; }
@media (max-width: 980px) {
  .hero-copy { padding-top: 0; padding-bottom: 0; }
}
/* Restore the mobile single-column layout after desktop overflow fixes */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 0; padding-bottom: 0; }
  .week-grid,
  .section-head,
  .review-method,
  .voices-heading,
  .faq-section,
  .legal-hero,
  .legal-layout { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 0; padding-bottom: 0; }
}
/* Keep the review illustration compact on phones */
@media (max-width: 760px) {
  .method-art {
    width: 100%;
    max-width: none;
    height: clamp(260px, 58vw, 350px);
    overflow: hidden;
    border-radius: 24px;
  }
  .method-art img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
  }
}