/* ==========================================================================
   Urbanovela — Free Social Play  ·  "Editorial Arcade" theme
   Bright, asymmetric editorial layout: warm-paper field + dotted grid texture,
   chip labels, left-aligned heads, diagonal hero mosaic, ticker stats,
   hairline-outlined cards with accent rules. Dual accent: warm gradient + violet.
   Type: Bricolage Grotesque (display) · Inter (body). No real money. 19+.
   ========================================================================== */

:root {
  --bg: #f5f3ec;
  --bg-2: #ebe7dc;
  --surface: #ffffff;
  --surface-2: #fbf9f3;
  --ink: #15141d;
  --ink-soft: #34333f;
  --muted: #6c6b77;
  --line: rgba(21, 20, 29, 0.13);
  --line-soft: rgba(21, 20, 29, 0.07);
  --accent: #ff5a2c;
  --accent-2: #e21e7b;
  --accent-ink: #c0156a;
  --violet: #5b3df5;
  --violet-ink: #4a2fd0;
  --grad: linear-gradient(115deg, #ff5a2c 0%, #e21e7b 100%);
  --grad-2: linear-gradient(115deg, #e21e7b 0%, #5b3df5 100%);
  --grad-soft: linear-gradient(115deg, rgba(255,90,44,.13), rgba(226,30,123,.13));
  --dot: rgba(21, 20, 29, 0.055);
  --shadow: 0 30px 60px -34px rgba(24, 14, 40, 0.34);
  --shadow-sm: 0 10px 26px -16px rgba(24, 14, 40, 0.2);
  --glow: 0 16px 40px -18px rgba(226, 30, 123, 0.5);
  --radius: 12px;
  --radius-lg: 20px;
  --container: 1180px;
  --font-display: "Big Shoulders Display", "Bricolage Grotesque", system-ui, -apple-system, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(var(--dot) 1.3px, transparent 1.4px) 0 0 / 24px 24px,
    radial-gradient(820px 480px at 96% -6%, rgba(255, 90, 44, 0.10), transparent 60%),
    radial-gradient(720px 520px at -4% 3%, rgba(91, 61, 245, 0.08), transparent 60%),
    var(--bg);
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: var(--accent-ink); text-decoration: none; }
a:hover { text-decoration: underline; }
::selection { background: rgba(226, 30, 123, 0.2); color: var(--ink); }

h1, h2, h3 {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.0;
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.005em;
}
h1 { font-size: clamp(2.9rem, 6.6vw, 5.2rem); }
h2 { font-size: clamp(2.05rem, 4.2vw, 3.25rem); }
h3 { font-size: 1.4rem; font-weight: 700; letter-spacing: 0; }
p { margin: 0 0 1rem; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 26px; }
.section { padding: 92px 0; }
.section--tight { padding: 56px 0; }
.section__head { max-width: 760px; margin: 0 0 46px; text-align: left; }
.section__head p { color: var(--muted); font-size: 1.08rem; margin-top: 16px; max-width: 58ch; }

/* Chip label — recurring signature device (replaces the dash+caps eyebrow) */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 15px 7px 13px; border: 1px solid var(--line); border-radius: 999px;
  background: var(--surface);
  font-family: var(--font-body); font-size: .7rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--grad); flex: none; }
.section__head .eyebrow { margin-bottom: 20px; }

/* ---- Buttons -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700; font-size: .96rem;
  padding: 14px 28px; border-radius: 12px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none;
  transition: transform .16s ease, box-shadow .22s ease, background .22s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--primary { background: var(--grad); color: #fff; box-shadow: var(--glow); }
.btn--primary:hover { box-shadow: 0 22px 50px -16px rgba(226, 30, 123, 0.65); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn--light { background: var(--surface); color: var(--ink); border-color: var(--line); }
.btn--light:hover { border-color: var(--accent-2); color: var(--accent-ink); background: var(--grad-soft); }

/* ---- Header --------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 243, 236, 0.8);
  backdrop-filter: blur(14px) saturate(150%);
  border-bottom: 1px solid var(--line);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--ink); letter-spacing: 0; }
.brand:hover { text-decoration: none; }
.brand__mark { width: 40px; height: 40px; flex: none; filter: drop-shadow(0 8px 16px rgba(226, 30, 123, .28)); }
.brand__name small { display: block; font-family: var(--font-body); font-weight: 800; font-size: .54rem; letter-spacing: .24em; color: var(--accent-2); text-transform: uppercase; margin-top: 2px; }

.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--ink-soft); font-family: var(--font-body); font-weight: 700; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; position: relative; }
.nav a:hover { color: var(--ink); text-decoration: none; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--grad); transition: right .25s ease; }
.nav a:hover::after { right: 0; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .25s; }

/* ---- Hero (diagonal mosaic + left-aligned copy) --------------------------- */
.hero { position: relative; overflow: hidden; padding: 128px 0 108px; }
.hero__bg { position: absolute; inset: -14% -6%; z-index: 0; display: flex; gap: 10px; transform: rotate(-6deg) scale(1.18); }
.hero__bg img { flex: 1 1 0; min-width: 0; height: 100%; object-fit: cover; border-radius: 16px; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(96deg, var(--bg) 4%, rgba(245,243,236,.86) 38%, rgba(245,243,236,.5) 70%, rgba(245,243,236,.32) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(180deg, transparent 60%, var(--bg) 99%); }
.hero__inner { position: relative; z-index: 2; }
.hero__copy { max-width: 640px; text-align: left; }
.hero h1 { margin: 22px 0 0; }
.hero h1 .accent { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { font-size: 1.22rem; color: var(--ink-soft); max-width: 33em; margin: 24px 0 32px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-start; }
.scroll-hint { margin-top: 64px; color: var(--muted); font-family: var(--font-body); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; }
.scroll-hint .arrow { font-size: 1.1rem; color: var(--accent-2); animation: bob 1.9s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(5px); } }

/* ---- Stat ticker (no box) ------------------------------------------------- */
.stat-band { display: flex; flex-wrap: wrap; align-items: stretch; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
.stat { flex: 1 1 0; min-width: 150px; padding: 26px 26px 26px 0; text-align: left; position: relative; }
.stat + .stat { padding-left: 30px; }
.stat + .stat::before { content: ""; position: absolute; left: 0; top: 22%; bottom: 22%; width: 1px; background: var(--line); }
.stat__num { display: block; font-family: var(--font-display); font-weight: 800; font-size: 3rem; line-height: 1; letter-spacing: -0.005em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat__label { display: block; margin-top: 10px; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ---- Spotlight / featured demo (asymmetric framed) ------------------------ */
.spotlight { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; }
.spotlight__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 768 / 538; }
.spotlight__media::before { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: var(--radius-lg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); pointer-events: none; }
.spotlight__media img { width: 100%; height: 100%; object-fit: cover; }
.spotlight::before { content: ""; position: absolute; left: -14px; top: 26px; width: 56%; height: 88%; border-radius: var(--radius-lg); background: var(--grad-2); opacity: .16; transform: rotate(-3deg); z-index: -1; }
.spotlight__body { padding: 8px 0; }
.spotlight__body h2 { margin: 18px 0 16px; }
.spotlight__body p { color: var(--muted); }
.spotlight__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 24px; }
.spotlight__tags span { font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); border: 1px solid var(--line); border-radius: 999px; padding: 6px 13px; }

/* ---- Made for Canada (single panel) --------------------------------------- */
.canada { position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 52px 54px; box-shadow: var(--shadow-sm); }
.canada::before { content: "🍁"; position: absolute; right: 30px; top: 18px; font-size: 7rem; line-height: 1; opacity: .08; transform: rotate(-12deg); }
.canada__text { position: relative; }
.canada__text h2 { margin: 18px 0 16px; }
.canada__text p { color: var(--muted); max-width: 62ch; }
.canada__text .feature-list { max-width: 660px; margin-top: 22px; }

/* ---- FAQ accordion -------------------------------------------------------- */
.faq { display: grid; gap: 12px; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq__item[open] { border-color: var(--accent-2); box-shadow: var(--shadow-sm); }
.faq__item summary { cursor: pointer; padding: 20px 24px; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; letter-spacing: -0.01em; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: ""; flex: none; width: 9px; height: 9px; border-right: 2px solid var(--accent-2); border-bottom: 2px solid var(--accent-2); transform: rotate(45deg); transition: transform .22s ease; margin-right: 4px; }
.faq__item[open] summary::after { transform: rotate(-135deg); }
.faq__item p { padding: 0 24px 22px; margin: 0; color: var(--muted); }

/* ---- Games grid (left-aligned, outlined cards) --------------------------- */
.games-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.game-card {
  flex: 1 1 320px; max-width: 372px;
  position: relative; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .22s ease, box-shadow .26s ease, border-color .26s ease;
}
.game-card:hover { transform: translateY(-6px); border-color: var(--accent-2); box-shadow: var(--shadow); }
.game-card__media { display: block; position: relative; aspect-ratio: 768 / 538; overflow: hidden; background: #ece7dd; }
.game-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.game-card:hover .game-card__media img { transform: scale(1.05); }
.game-card__media::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--grad); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.game-card:hover .game-card__media::after { transform: scaleX(1); }
.free-tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-family: var(--font-body); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink); background: rgba(255,255,255,.92); padding: 6px 12px; border-radius: 999px; box-shadow: var(--shadow-sm);
}
.game-card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.game-card__body h3 { margin-bottom: 9px; font-size: 1.3rem; }
.game-card__body h3 a { color: inherit; text-decoration: none; }
.game-card__body h3 a:hover { color: var(--accent-ink); }
.game-card__body p { color: var(--muted); font-size: .92rem; flex: 1; margin-bottom: 18px; }
.game-card .btn { align-self: flex-start; padding: 11px 22px; font-size: .9rem; }

/* ---- About (offset panel) ------------------------------------------------- */
.about { position: relative; background: var(--ink); color: rgba(255,255,255,.82); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.about::before { content: ""; position: absolute; right: -120px; bottom: -120px; width: 360px; height: 360px; border-radius: 50%; background: var(--grad-2); opacity: .5; filter: blur(8px); }
.about__text { position: relative; padding: 58px 60px; max-width: 760px; }
.about__text .eyebrow { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #fff; }
.about__text h2 { color: #fff; margin: 18px 0 18px; }
.about__text p { color: rgba(255,255,255,.78); }
.about__text .btn--primary { margin-top: 6px; }

/* ---- Steps / features (outlined index cards) ----------------------------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.info-card { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 30px; transition: border-color .22s, transform .22s, box-shadow .22s; }
.info-card:hover { border-color: var(--accent-2); transform: translateY(-4px); box-shadow: var(--shadow); }
.info-card .num { font-family: var(--font-display); font-weight: 800; font-size: 3rem; line-height: 1; letter-spacing: -0.005em; -webkit-text-stroke: 1.5px var(--accent-2); -webkit-text-fill-color: transparent; display: block; margin-bottom: 8px; }
.info-card .step-label { font-family: var(--font-body); font-weight: 800; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.info-card .icon { width: 52px; height: 52px; border-radius: 14px; background: var(--grad); display: grid; place-items: center; margin-bottom: 18px; color: #fff; box-shadow: var(--glow); }
.info-card .icon svg { width: 26px; height: 26px; }
.info-card h3 { margin: 10px 0 10px; }
.info-card p { color: var(--muted); font-size: .96rem; margin: 0; }

/* ---- Callout / disclaimer (tinted panel, corner orb) --------------------- */
.callout { position: relative; overflow: hidden; background: var(--grad-soft); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 46px 50px; }
.callout::before { content: ""; position: absolute; right: -50px; top: -50px; width: 180px; height: 180px; border-radius: 50%; background: var(--grad); opacity: .14; }
.callout > * { position: relative; }
.callout h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 16px; }
.callout p { color: var(--ink-soft); }
.callout p:last-child { margin-bottom: 0; }

/* ---- Subscribe (violet→magenta panel) ------------------------------------ */
.subscribe { position: relative; overflow: hidden; background: var(--grad-2); border-radius: var(--radius-lg); padding: 56px; box-shadow: 0 22px 50px -22px rgba(91,61,245,.5); display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.subscribe::after { content: ""; position: absolute; left: -80px; bottom: -120px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.2), transparent 66%); }
.subscribe > * { position: relative; z-index: 1; }
.subscribe .eyebrow { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.28); color: #fff; box-shadow: none; }
.subscribe .eyebrow::before { background: #fff; }
.subscribe h2 { color: #fff; margin-top: 16px; }
.subscribe p { color: rgba(255,255,255,.88); }
/* Form — default (light surface, e.g. inside an .info-card) */
.form-wrap { width: 100%; }
.form-group { margin-bottom: 13px; }
.form-group label { display: block; font-family: var(--font-body); font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.form-group input[type=text], .form-group input[type=tel], .form-group input[type=email] {
  width: 100%; padding: 13px 15px; border-radius: 11px; border: 1px solid var(--line);
  background: var(--surface-2); color: var(--ink); font-size: .98rem; font-family: var(--font-body);
}
.form-group input::placeholder { color: var(--muted); }
.form-group input:focus { outline: 2px solid var(--accent-2); border-color: var(--accent-2); background: var(--surface); }
.form-consent { font-size: .82rem; }
.form-consent a { color: var(--accent-ink); text-decoration: underline; }
.form-consent label { display: flex; gap: 9px; align-items: flex-start; text-transform: none; letter-spacing: 0; font-size: .82rem; font-weight: 500; color: var(--ink-soft); }
.form-consent input { margin-top: 3px; accent-color: var(--accent-2); }
.btn-block { width: 100%; padding: 15px; border: 0; border-radius: 11px; background: var(--grad); color: #fff; font-weight: 800; font-size: 1rem; cursor: pointer; margin-top: 6px; font-family: var(--font-body); transition: box-shadow .2s, transform .16s; }
.btn-block:hover { transform: translateY(-2px); box-shadow: var(--glow); }
.success-msg { display: none; margin-top: 12px; color: var(--accent-ink); font-weight: 700; font-size: .9rem; }
.success-msg.show { display: block; }

/* Form — on the gradient subscribe panel (white-on-colour) */
.subscribe .form-group label { color: rgba(255,255,255,.85); }
.subscribe .form-group input[type=text], .subscribe .form-group input[type=tel], .subscribe .form-group input[type=email] {
  border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.15); color: #fff;
}
.subscribe .form-group input::placeholder { color: rgba(255,255,255,.72); }
.subscribe .form-group input:focus { outline: 2px solid #fff; border-color: #fff; background: rgba(255,255,255,.24); }
.subscribe .form-consent a { color: #fff; }
.subscribe .form-consent label { color: rgba(255,255,255,.92); }
.subscribe .form-consent input { accent-color: #fff; }
.subscribe .btn-block { background: #fff; color: var(--violet-ink); }
.subscribe .btn-block:hover { box-shadow: 0 18px 40px -14px rgba(0,0,0,.35); }
.subscribe .success-msg { color: #fff; }

/* ---- Footer --------------------------------------------------------------- */
.site-footer { position: relative; background: var(--bg-2); border-top: 1px solid var(--line); color: var(--muted); padding: 60px 0 30px; }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--grad); }
.site-footer .brand { color: var(--ink); }
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.footer-blurb { max-width: 34em; font-size: .94rem; margin-top: 16px; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; align-content: flex-start; }
.footer-links a { color: var(--ink-soft); font-family: var(--font-body); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.footer-links a:hover { color: var(--accent-ink); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; font-size: .85rem; color: var(--muted); }
.age-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; padding: 5px 14px; font-family: var(--font-body); font-size: .72rem; font-weight: 700; letter-spacing: .06em; color: var(--accent-ink); }

/* ---- Sub-page (game + policy) layout ------------------------------------- */
.page-hero { padding: 64px 0 20px; }
.breadcrumb { font-family: var(--font-body); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.breadcrumb a { color: var(--accent-ink); }

.prose { max-width: 800px; margin: 0; }
.prose p, .prose li { color: var(--ink-soft); }
.prose h2 { margin: 40px 0 14px; font-size: 1.7rem; }
.prose h3 { margin: 28px 0 10px; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--ink); }
.prose .updated { font-family: var(--font-body); color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 30px; }

.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--accent-2); border-radius: 12px; padding: 15px 18px; color: var(--ink-soft); }
.feature-list .chk { color: var(--accent-2); flex: none; margin-top: 1px; font-weight: 800; }

/* Live game embed on game pages */
.play-head { text-align: center; max-width: 680px; margin: 0 auto 26px; }
.play-head h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 12px; }
.play-head p { color: var(--muted); margin: 0; }
.game-embed { aspect-ratio: 16 / 9; width: min(100%, calc(70vh * 16 / 9)); margin-inline: auto; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: #0c0c12; box-shadow: var(--shadow); }
.game-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.embed-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; max-width: min(100%, calc(70vh * 16 / 9)); margin-inline: auto; }
.embed-bar .hint { font-family: var(--font-body); font-size: .76rem; letter-spacing: .04em; color: var(--muted); }

.disclaimer-strip { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: 12px; padding: 16px 20px; font-size: .92rem; color: var(--ink-soft); display: flex; gap: 12px; align-items: flex-start; margin-top: 28px; box-shadow: var(--shadow-sm); }
.disclaimer-strip strong { color: var(--ink); }

.note-box { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 18px 22px; margin: 22px 0; color: var(--ink-soft); box-shadow: var(--shadow-sm); }
.note-box a { color: var(--accent-ink); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }

/* ---- Accessibility & motion ---------------------------------------------- */
:focus-visible { outline: 2px solid var(--violet); outline-offset: 3px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
  .hero__bg { transform: none; }
}

/* ---- Responsive ----------------------------------------------------------- */
@media (max-width: 980px) {
  .about, .subscribe, .contact-grid, .spotlight { grid-template-columns: 1fr; }
  .hero { padding: 96px 0 72px; }
  .hero__bg { transform: rotate(-5deg) scale(1.3); }
  .hero::before { background: linear-gradient(150deg, var(--bg) 18%, rgba(245,243,236,.62) 100%); }
  .hero__bg img:nth-child(4), .hero__bg img:nth-child(5) { display: none; }
  .cards-2, .cards-3 { grid-template-columns: 1fr; }
  .about__text { padding: 46px 34px; max-width: none; }
  .subscribe { padding: 42px; }
  .spotlight { gap: 28px; }
  .spotlight::before { display: none; }
  .canada { padding: 42px 34px; }
}
@media (max-width: 760px) {
  .nav { position: absolute; top: 76px; left: 0; right: 0; background: rgba(245,243,236,.98); backdrop-filter: blur(14px); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 26px 18px; box-shadow: var(--shadow); display: none; border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
  .nav a::after { display: none; }
  .nav-toggle { display: block; }
  .section { padding: 64px 0; }
  .callout, .subscribe { padding: 32px 26px; }
  .stat { flex-basis: 50%; min-width: 0; }
  .stat:nth-child(odd) { padding-left: 0; }
  .stat:nth-child(odd)::before { display: none; }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  .hero__bg img:nth-child(3) { display: none; }
  .game-card { flex-basis: 100%; max-width: 440px; }
  .footer-top { flex-direction: column; }
  .about__text { padding: 34px 24px; }
  .stat { flex-basis: 100%; padding-left: 0; }
  .stat::before { display: none !important; }
}
