:root {
  color-scheme: light;
  --forest: #163b32;
  --forest-2: #245749;
  --pine: #0c2925;
  --lagoon: #2d7f83;
  --leaf: #8fb95b;
  --coral: #f06a52;
  --coral-dark: #bb4436;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --ink: #132d2a;
  --muted: #60706c;
  --line: rgba(19, 45, 42, .18);
  --shadow: 0 22px 50px rgba(12, 41, 37, .14);
  --radius: 8px;
  --font: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .32;
  background-image:
    linear-gradient(rgba(19, 45, 42, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 45, 42, .07) 1px, transparent 1px);
  background-size: 46px 46px;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.kicker {
  margin: 0 0 14px;
  color: var(--forest-2);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.kicker-light { color: #c8e786; }
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-coral {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 7px 0 var(--coral-dark);
}
.btn-dark { background: var(--forest); color: #fff; }
.btn-line { border-color: var(--forest); background: transparent; color: var(--forest); }
.btn-ghost { border-color: rgba(255,255,255,.65); color: #fff; background: rgba(12,41,37,.18); }

.age-layer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8, 30, 27, .82);
  backdrop-filter: blur(14px);
}
.age-card {
  width: min(510px, 100%);
  padding: 32px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  text-align: center;
}
.age-card .brand-seal { margin: 0 auto 18px; }
.age-card h2 { margin: 0 0 14px; font-size: 2.45rem; line-height: 1; }
.age-card > p:not(.kicker) { margin: 0; color: var(--muted); }
.age-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,253,248,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.notice {
  padding: 7px 14px;
  background: var(--forest);
  color: #fff;
  text-align: center;
  font-size: .76rem;
  font-weight: 850;
}
.nav-row {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-seal {
  position: relative;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--forest);
  border: 3px solid #d7e7bd;
}
.brand-seal::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 18px;
  border-radius: 100% 0 100% 0;
  background: var(--leaf);
  transform: rotate(-24deg) translate(2px, -2px);
}
.brand-seal::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  border-radius: 3px;
  background: #fff;
  transform: rotate(37deg);
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy b { font-size: 1.05rem; }
.brand-copy small { margin-top: 5px; color: var(--coral); font-size: .72rem; font-weight: 950; text-transform: uppercase; }
.site-menu { display: flex; align-items: center; gap: 4px; }
.site-menu a {
  padding: 10px 12px;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: .88rem;
  font-weight: 850;
  text-decoration: none;
}
.site-menu a:hover,
.site-menu a[aria-current="page"] { color: var(--forest); background: #e4efd8; }
.site-menu .nav-cta { margin-left: 6px; background: var(--coral); color: #fff; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--forest); }

.hero {
  position: relative;
  min-height: clamp(560px, calc(100svh - 180px), 720px);
  overflow: hidden;
  display: grid;
  align-items: center;
  background: var(--pine);
  color: #fff;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,31,28,.96) 0%, rgba(7,31,28,.79) 40%, rgba(7,31,28,.18) 68%, rgba(7,31,28,.08));
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 660px) 1fr; }
.hero-copy { padding: 72px 0; }
.hero-copy h1 {
  max-width: 650px;
  margin: 0 0 22px;
  color: #fff;
  font-size: 5.2rem;
  line-height: .92;
  letter-spacing: 0;
}
.hero-copy > p:not(.kicker) { max-width: 610px; margin: 0; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.hero-chips span {
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(10,45,40,.35);
  font-size: .76rem;
  font-weight: 850;
}
.quick-facts { background: var(--paper); border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-grid article { min-height: 108px; display: grid; align-content: center; padding: 18px 24px; border-right: 1px solid var(--line); }
.facts-grid article:first-child { border-left: 1px solid var(--line); }
.facts-grid b { color: var(--forest); font-size: 2.25rem; line-height: 1; }
.facts-grid span { color: var(--muted); font-size: .86rem; font-weight: 800; }

.section { padding: 92px 0; }
.section-games { background: var(--cream); }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 36px;
}
.section-head h2,
.split h2,
.wellbeing-copy h2,
.contact-aside h2,
.support-panel h2 {
  margin: 0;
  color: var(--forest);
  font-size: 3.35rem;
  line-height: .96;
  letter-spacing: 0;
}
.section-head > p,
.wellbeing-copy > p { margin: 0; color: var(--muted); }
.game-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.game-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-top: 5px solid var(--game-accent);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 12px 24px rgba(12,41,37,.08);
}
.game-cover { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #133931; }
.game-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.game-cover:hover img { transform: scale(1.035); }
.game-cover span {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--forest);
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}
.game-card-body { flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 21px; }
.game-card-body > p:first-child { margin: 0 0 6px; color: var(--game-accent); font-size: .72rem; font-weight: 950; text-transform: uppercase; }
.game-card-body h2,
.game-card-body h3 { margin: 0 0 9px; color: var(--forest); font-size: 1.38rem; line-height: 1.12; }
.game-card-body > p:not(:first-child) { margin: 0 0 17px; color: var(--muted); }
.game-card-body a { margin-top: auto; color: var(--forest-2); font-weight: 900; text-decoration: none; }
.game-card-body a:hover { text-decoration: underline; }
.game-card-featured { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); }
.game-card-featured .game-cover { aspect-ratio: auto; min-height: 370px; }
.game-card-featured .game-card-body { justify-content: center; padding: 34px; }
.game-card-featured .game-card-body h3 { font-size: 2rem; }
.section-action { margin-top: 30px; text-align: center; }
.catalogue-grid .game-card { min-height: 100%; }

.band { background: var(--forest); color: #fff; }
.split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 80px; }
.split h2 { color: #fff; }
.band-copy { max-width: 460px; margin: 20px 0 0; color: rgba(255,255,255,.72); }
.band-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.principle-list { border-top: 1px solid rgba(255,255,255,.25); }
.principle-list article { display: grid; grid-template-columns: 54px 1fr; gap: 15px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.principle-list b { color: #c8e786; }
.principle-list h3 { margin: 0 0 4px; font-size: 1.2rem; }
.principle-list p { margin: 0; color: rgba(255,255,255,.7); }
.compliance-note {
  margin-top: 42px;
  padding: 16px 18px;
  border-left: 5px solid #c8e786;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.84);
  text-align: center;
  font-size: .84rem;
  font-weight: 850;
}
.section-head-simple { grid-template-columns: 1fr; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-grid article {
  min-height: 138px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}
.category-grid span { color: var(--coral); font-size: .72rem; font-weight: 950; }
.category-grid h3 { margin: 0; color: var(--forest); font-size: 1.06rem; }
.category-grid p { margin: 3px 0 0; color: var(--muted); font-size: .78rem; }
.category-grid b {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dcebd7;
  color: var(--forest);
  font-size: 1.12rem;
}
.about-home { background: var(--pine); color: rgba(255,255,255,.74); }
.about-home-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); gap: 60px; align-items: center; }
.about-home-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 3.35rem;
  line-height: .96;
}
.about-home-copy p:not(.kicker) { max-width: 650px; }
.about-home-copy .btn { margin-top: 14px; }
.about-home-grid > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 80% center;
  border-radius: var(--radius);
  box-shadow: 20px 20px 0 rgba(143,185,91,.18);
}
.visit-details { background: var(--paper); }
.perk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.perk-grid article { min-height: 265px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; background: var(--cream); }
.perk-grid span { color: var(--coral); font-size: .74rem; font-weight: 950; }
.perk-grid h3 { margin: 18px 0 10px; color: var(--forest); font-size: 1.4rem; }
.perk-grid p { margin: 0 0 22px; color: var(--muted); }
.perk-grid a { margin-top: auto; color: var(--forest-2); font-weight: 900; text-decoration: none; }
.perk-grid a:hover { text-decoration: underline; }
.faq-section { background: var(--forest); color: rgba(255,255,255,.74); }
.faq-section .section-head h2 { color: #fff; }
.faq-section .section-head > p { color: rgba(255,255,255,.65); }
.faq-list { border-top: 1px solid rgba(255,255,255,.24); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.24); }
.faq-list summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 4px;
  color: #fff;
  cursor: pointer;
  list-style: none;
  font-size: 1.08rem;
  font-weight: 850;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: #c8e786;
  font-size: 1.4rem;
}
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details > p { max-width: 900px; margin: 0; padding: 0 58px 24px 4px; }
.faq-list a { color: #d8ef9d; }
.balanced-use { background: #081d1a; }
.balance-panel {
  padding: 58px;
  border: 1px solid rgba(216,239,157,.23);
  border-radius: var(--radius);
  background: #102e28;
  color: rgba(255,255,255,.74);
  text-align: center;
}
.balance-panel > h2 {
  max-width: 900px;
  margin: 0 auto 24px;
  color: #fff;
  font-size: 3.35rem;
  line-height: .96;
}
.balance-panel > p:not(.kicker) { max-width: 880px; margin: 10px auto; }
.support-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 40px 0 34px;
  padding: 24px;
  background: rgba(255,255,255,.06);
}
.support-ribbon a {
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: var(--radius);
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}
.support-ribbon a:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.support-ribbon img { max-width: 100%; width: auto; max-height: 58px; object-fit: contain; }
.balance-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; }
.balance-actions strong { padding: 13px 17px; border-left: 4px solid #c8e786; background: rgba(255,255,255,.06); color: #fff; font-size: .82rem; }
.final-cta { background: var(--coral); color: #fff; text-align: center; }
.final-cta-inner { max-width: 840px; }
.final-cta .kicker { color: var(--forest); }
.final-cta h2 { margin: 0; font-size: 3.8rem; line-height: .94; }
.final-cta p { margin: 18px auto 25px; color: rgba(255,255,255,.86); }
.final-cta-inner > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.final-cta .btn-coral { background: var(--forest); box-shadow: 0 7px 0 var(--pine); }
.wellbeing { background: var(--paper); }
.wellbeing-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 64px; align-items: center; }
.wellbeing-copy > p { max-width: 650px; margin: 18px 0 24px; }
.check-panel { padding: 32px; border-left: 7px solid var(--leaf); background: var(--cream); }
.check-panel strong { font-size: 1.2rem; }
.check-panel ul { margin: 18px 0 0; padding: 0; list-style: none; }
.check-panel li { position: relative; padding: 11px 0 11px 30px; border-top: 1px solid var(--line); }
.check-panel li::before { content: "✓"; position: absolute; left: 4px; color: var(--forest-2); font-weight: 950; }

.page-hero {
  padding: 92px 0 72px;
  background: #dcebd7;
  border-bottom: 1px solid var(--line);
}
.page-hero-compact { padding-bottom: 60px; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 70px; align-items: end; }
.page-hero h1,
.legal-hero h1,
.game-heading h1 { margin: 0; color: var(--forest); font-size: 4.45rem; line-height: .93; letter-spacing: 0; }
.page-hero-grid > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.mini-band { padding: 30px 0; background: var(--coral); color: #fff; }
.mini-band .wrap { display: flex; justify-content: center; gap: 12px; text-align: center; }
.mini-band p { margin: 0; }
.prose-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.prose-grid article { min-height: 250px; padding: 32px; background: var(--paper); }
.prose-grid span { color: var(--coral); font-weight: 950; }
.prose-grid h2 { margin: 12px 0; color: var(--forest); font-size: 1.65rem; }
.prose-grid p { margin: 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 30px; align-items: stretch; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-form label { display: grid; gap: 7px; color: var(--forest); font-size: .82rem; font-weight: 900; }
.contact-form label:nth-of-type(3),
.contact-form label:nth-of-type(4) { grid-column: 1 / -1; }
.contact-form input,
.contact-form select,
.contact-form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--ink); }
.contact-form textarea { resize: vertical; }
.contact-form .btn { justify-self: start; }
.form-status { grid-column: 1 / -1; margin: 0; color: var(--forest-2); font-weight: 800; }
.contact-aside { padding: 36px; background: var(--forest); color: rgba(255,255,255,.78); border-radius: var(--radius); }
.contact-aside h2 { color: #fff; }

.responsible-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.responsible-grid article { padding: 25px; background: var(--paper); }
.responsible-grid b { color: var(--forest); font-size: 1.08rem; }
.responsible-grid p { color: var(--muted); }
.support-panel { margin-top: 52px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; padding: 42px; background: var(--forest); color: rgba(255,255,255,.75); }
.support-panel h2 { color: #fff; }
.support-links { display: grid; gap: 10px; }
.support-links a { display: flex; justify-content: space-between; gap: 12px; padding: 17px; border: 1px solid rgba(255,255,255,.22); text-decoration: none; }
.support-links strong { color: #fff; }
.support-links span { text-align: right; }

.game-heading { padding: 60px 0; background: #dcebd7; }
.game-heading-grid { display: grid; grid-template-columns: 1fr 180px; gap: 40px; align-items: center; }
.game-heading h1 { font-size: 3.55rem; }
.game-heading p:not(.kicker) { max-width: 760px; color: var(--muted); }
.game-heading img { width: 180px; height: 180px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.frame-section { padding: 48px 0 82px; background: var(--pine); }
.frame-shell { overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: var(--radius); background: #071b19; box-shadow: var(--shadow); }
.frame-bar { min-height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; padding: 0 14px; background: #f5efe3; color: var(--forest); font-size: .78rem; }
.frame-bar > span { display: flex; gap: 6px; }
.frame-bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); }
.frame-bar i:nth-child(2) { background: #eabf4b; }
.frame-bar i:nth-child(3) { background: var(--leaf); }
.frame-bar a { justify-self: end; font-weight: 850; text-decoration: none; }
.frame-shell iframe { display: block; width: 100%; height: min(78vh, 820px); min-height: 620px; border: 0; background: #071b19; }
.frame-placeholder { min-height: 620px; display: grid; place-items: center; padding: 30px; color: #fff; text-align: center; }
.frame-note { display: flex; justify-content: space-between; gap: 24px; margin-top: 20px; color: rgba(255,255,255,.7); }
.frame-note strong { color: #c8e786; }
.frame-note p { max-width: 760px; margin: 0; }

.legal-hero { padding: 76px 0 56px; background: #dcebd7; }
.legal-hero p { color: var(--muted); }
.legal-body { padding: 72px 0; }
.legal-copy { width: min(800px, calc(100% - 40px)); }
.legal-copy h2 { margin: 34px 0 9px; color: var(--forest); font-size: 1.45rem; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: var(--muted); }

.site-footer { padding: 64px 0 26px; background: var(--pine); color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 38px; }
.footer-grid h2 { margin: 0 0 13px; color: #fff; font-size: .92rem; }
.footer-grid section:not(.footer-intro) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-brand { color: #fff; }
.footer-intro p { max-width: 380px; }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); font-size: .76rem; }
.footer-bottom p { margin: 6px 0; }
.cookie-bar {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  width: min(480px, calc(100% - 36px));
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--radius);
  background: var(--forest);
  color: #fff;
  box-shadow: var(--shadow);
}
.cookie-bar strong { font-size: .88rem; }
.cookie-bar p { margin: 2px 0 0; color: rgba(255,255,255,.7); font-size: .78rem; }
.cookie-bar a { color: #d8ef9d; }
.cookie-bar .btn { flex: 0 0 auto; min-height: 42px; }

@media (max-width: 980px) {
  .site-menu { position: absolute; top: 100%; right: 20px; width: min(330px, calc(100% - 40px)); display: none; padding: 10px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
  .site-menu.is-open { display: grid; }
  .site-menu .nav-cta { margin-left: 0; text-align: center; }
  .menu-toggle { display: block; }
  .hero-copy h1 { font-size: 4.25rem; }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .game-card-featured { grid-column: span 2; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .support-ribbon { grid-template-columns: repeat(2, 1fr); }
  .responsible-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid section:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .notice { font-size: .65rem; }
  .nav-row { min-height: 70px; }
  .brand-seal { width: 42px; height: 42px; }
  .hero { min-height: calc(100svh - 145px); align-items: end; }
  .hero-image { object-position: 60% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,31,28,.98) 0%, rgba(7,31,28,.82) 55%, rgba(7,31,28,.25)); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 82px 0 46px; }
  .hero-copy h1 { font-size: 3.25rem; }
  .hero-copy > p:not(.kicker) { font-size: .98rem; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-grid article { min-height: 92px; border-bottom: 1px solid var(--line); }
  .facts-grid b { font-size: 1.8rem; }
  .section { padding: 66px 0; }
  .section-head,
  .split,
  .wellbeing-grid,
  .page-hero-grid,
  .contact-grid,
  .support-panel,
  .about-home-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-head h2,
  .split h2,
  .wellbeing-copy h2,
  .contact-aside h2,
  .support-panel h2,
  .about-home-copy h2,
  .balance-panel > h2 { font-size: 2.55rem; }
  .game-grid { grid-template-columns: 1fr; }
  .game-card-featured { grid-column: auto; display: flex; }
  .game-card-featured .game-cover { min-height: 0; aspect-ratio: 1 / 1; }
  .game-card-featured .game-card-body { padding: 21px; }
  .game-card-featured .game-card-body h3 { font-size: 1.38rem; }
  .about-home-grid > img { max-height: 560px; aspect-ratio: 4 / 3; }
  .perk-grid { grid-template-columns: 1fr; }
  .perk-grid article { min-height: 0; }
  .balance-panel { padding: 34px 24px; }
  .final-cta h2 { font-size: 3rem; }
  .page-hero { padding: 68px 0 54px; }
  .page-hero h1,
  .legal-hero h1,
  .game-heading h1 { font-size: 3.1rem; }
  .prose-grid { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .contact-form label { grid-column: 1 / -1; }
  .responsible-grid { grid-template-columns: 1fr; }
  .support-panel { padding: 28px; }
  .support-links a { display: grid; }
  .support-links span { text-align: left; }
  .game-heading-grid { grid-template-columns: 1fr 110px; gap: 20px; }
  .game-heading img { width: 110px; height: 110px; }
  .frame-shell iframe,
  .frame-placeholder { min-height: 540px; }
  .frame-bar { grid-template-columns: 1fr auto; }
  .frame-bar > span { display: none; }
  .frame-note { display: grid; gap: 7px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-intro { grid-column: 1 / -1; }
  .footer-grid section:last-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .brand-copy b { font-size: .92rem; }
  .hero-copy h1 { font-size: 2.8rem; }
  .hero-actions .btn { width: 100%; }
  .hero-chips span { font-size: .67rem; }
  .category-grid,
  .support-ribbon { grid-template-columns: 1fr; }
  .category-grid article { min-height: 110px; }
  .support-ribbon { padding: 14px; }
  .balance-panel { padding: 28px 18px; }
  .balance-actions .btn,
  .final-cta .btn { width: 100%; }
  .page-hero h1,
  .legal-hero h1,
  .game-heading h1 { font-size: 2.6rem; }
  .game-heading-grid { grid-template-columns: 1fr; }
  .game-heading img { width: 100%; height: auto; max-width: 200px; }
  .mini-band .wrap { display: grid; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-intro,
  .footer-grid section:last-child { grid-column: auto; }
  .cookie-bar { align-items: stretch; display: grid; }
  .cookie-bar .btn { width: 100%; }
}

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