:root {
  --bg: #0c0912;
  --bg-2: #14101a;
  --bg-3: #1c1624;
  --surface: #16111c;
  --surface-2: #1c1624;
  --elevated: #221a2b;
  --text: #f6f1ea;
  --text-2: #c9c0c6;
  --muted: #8e8490;
  --accent: #f03d86;
  --accent-2: #e8a05a;
  --highlight: #f0c56e;
  --success: #6dcaa0;
  --info: #8ab4e8;
  --border: rgba(246, 241, 234, 0.08);
  --overlay: rgba(8, 6, 12, 0.55);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
  --radius-card: 6px;
  --radius-btn: 6px;
  --radius-input: 6px;
  --radius-lg: 10px;
  --max: 1220px;
  --read: 760px;
  --wide: 1140px;
  --sidebar: 292px;
  --header: 68px;
  --pad: 28px;
  --gap: 22px;
  --ease: 180ms ease;
  --font: Figtree, system-ui, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background:
    radial-gradient(900px 420px at 8% -8%, rgba(240, 61, 134, 0.16), transparent 55%),
    radial-gradient(700px 380px at 100% 12%, rgba(138, 180, 232, 0.07), transparent 50%),
    var(--bg);
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 400;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

main,
.site-header,
.site-footer,
.drawer,
.drawer-backdrop {
  position: relative;
  z-index: 2;
}

.site-footer {
  z-index: 2;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--accent);
  color: #1a0f16;
  padding: 10px 16px;
  border-radius: var(--radius-btn);
  z-index: 80;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip:focus {
  left: 16px;
}

.wrap {
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
}

.wide {
  width: min(var(--wide), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
}

.prose {
  max-width: var(--read);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.55rem, 5.2vw, 3.85rem);
}

h2 {
  font-size: clamp(1.75rem, 3.4vw, 2.55rem);
}

section > h2 {
  margin: 0 0 28px;
  max-width: 18ch;
}

h3 {
  font-size: clamp(1.18rem, 1.8vw, 1.38rem);
  font-weight: 700;
}

p {
  margin: 0 0 1rem;
  color: var(--text-2);
}

.lede {
  font-size: 1.08rem;
  max-width: 46ch;
}

.hero-marks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.hero-marks li {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  min-height: 31px;
  padding: 0 12px 0 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: color-mix(in srgb, var(--text) 4%, transparent);
  box-shadow: inset 3px 0 0 currentColor;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}

.hero-marks span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
}

.mark-filed {
  color: var(--text-2);
  box-shadow: inset 3px 0 0 var(--muted);
}

.mark-rtp {
  color: var(--highlight);
  background: color-mix(in srgb, var(--highlight) 8%, transparent);
}

.mark-grid {
  color: var(--info);
  background: color-mix(in srgb, var(--info) 8%, transparent);
}

.mark-age {
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: color-mix(in srgb, var(--highlight) 42%, var(--text-2));
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 16px;
  height: 15px;
  flex: none;
  background:
    radial-gradient(circle at 25% 32%, var(--accent) 0 3.1px, transparent 3.25px),
    radial-gradient(circle at 75% 32%, color-mix(in srgb, var(--accent) 70%, var(--highlight)) 0 3.1px, transparent 3.25px),
    radial-gradient(circle at 50% 78%, var(--highlight) 0 3.1px, transparent 3.25px);
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--accent) 35%, transparent));
}

.kicker::after {
  content: "";
  width: 36px;
  height: 1px;
  flex: none;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--highlight) 55%, transparent),
    transparent
  );
}

.mark-word {
  display: inline;
  background-image: linear-gradient(
    108deg,
    color-mix(in srgb, var(--highlight) 82%, #fff) 0%,
    #fff6e0 42%,
    #fff 50%,
    color-mix(in srgb, var(--accent) 35%, var(--highlight)) 100%
  );
  background-size: 180% auto;
  background-position: 0% center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: shiny-sweep 5.6s linear 0.4s infinite;
}

.shiny-text {
  background-image: linear-gradient(
    var(--shine-angle, 118deg),
    var(--shine-base, #b9a8b0) 0%,
    var(--shine-base, #b9a8b0) 38%,
    var(--shine-flash, #fff) 50%,
    var(--shine-base, #b9a8b0) 62%,
    var(--shine-base, #b9a8b0) 100%
  );
  background-size: 200% auto;
  background-position: 150% center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: shiny-sweep var(--shine-duration, 2.4s) linear var(--shine-delay, 0s) infinite var(--shine-dir, normal);
}

.kicker[data-pause]:hover .shiny-text {
  animation-play-state: paused;
}

.kicker[data-shine="hero"] {
  --shine-base: color-mix(in srgb, var(--highlight) 58%, var(--text-2));
  --shine-flash: #fff6e4;
  --shine-angle: 118deg;
  --shine-duration: 3.4s;
  --shine-delay: 0.5s;
}

.kicker[data-shine="snap"] {
  --shine-base: color-mix(in srgb, var(--accent) 55%, var(--text-2));
  --shine-flash: #ffe4f0;
  --shine-angle: 102deg;
  --shine-duration: 2.1s;
}

.kicker[data-shine="overview"] {
  --shine-base: #c9c0c6;
  --shine-flash: #ffffff;
  --shine-angle: 128deg;
  --shine-duration: 2.8s;
  --shine-delay: 0.2s;
}

.kicker[data-shine="mechanics"] {
  --shine-base: color-mix(in srgb, var(--info) 62%, var(--text-2));
  --shine-flash: #e8f3ff;
  --shine-angle: 108deg;
  --shine-duration: 2.6s;
  --shine-dir: reverse;
}

.kicker[data-shine="features"] {
  --shine-base: color-mix(in srgb, var(--accent) 40%, var(--highlight));
  --shine-flash: #fff0d6;
  --shine-angle: 136deg;
  --shine-duration: 3s;
}

.kicker[data-shine="family"] {
  --shine-base: #e8a0b8;
  --shine-flash: #fff;
  --shine-angle: 96deg;
  --shine-duration: 2.2s;
  --shine-dir: alternate;
}

.kicker[data-shine="symbols"] {
  --shine-base: color-mix(in srgb, var(--highlight) 70%, #c9a070);
  --shine-flash: #fff8dc;
  --shine-angle: 124deg;
  --shine-duration: 2.9s;
}

.kicker[data-shine="playguide"] {
  --shine-base: #b5aeb4;
  --shine-flash: #f6f1ea;
  --shine-angle: 112deg;
  --shine-duration: 3.6s;
  --shine-delay: 0.8s;
}

.kicker[data-shine="demo"] {
  --shine-base: color-mix(in srgb, var(--accent) 70%, #fff);
  --shine-flash: #ffffff;
  --shine-angle: 90deg;
  --shine-duration: 1.7s;
}

.kicker[data-shine="mobile"] {
  --shine-base: color-mix(in srgb, var(--info) 48%, #8e8490);
  --shine-flash: #dcecff;
  --shine-angle: 142deg;
  --shine-duration: 2.5s;
  --shine-dir: reverse;
}

.kicker[data-shine="canada"] {
  --shine-base: color-mix(in srgb, var(--accent) 35%, var(--highlight));
  --shine-flash: #ffe8c8;
  --shine-angle: 115deg;
  --shine-duration: 3.1s;
}

.kicker[data-shine="lobbies"] {
  --shine-base: #d4b56a;
  --shine-flash: #fff6d8;
  --shine-angle: 100deg;
  --shine-duration: 2.7s;
}

.kicker[data-shine="recipe"] {
  --shine-base: #9a8f96;
  --shine-flash: #ece6e0;
  --shine-angle: 132deg;
  --shine-duration: 4s;
  --shine-delay: 0.3s;
}

.kicker[data-shine="verdict"] {
  --shine-base: color-mix(in srgb, var(--highlight) 80%, #fff);
  --shine-flash: #ffffff;
  --shine-angle: 120deg;
  --shine-duration: 2.3s;
  --shine-dir: alternate;
}

.kicker[data-shine="faq"] {
  --shine-base: #c5bec4;
  --shine-flash: #ffffff;
  --shine-angle: 88deg;
  --shine-duration: 2s;
  --shine-dir: reverse;
}

.kicker[data-shine="related"] {
  --shine-base: #c989a4;
  --shine-flash: #ffe8f2;
  --shine-angle: 148deg;
  --shine-duration: 3.2s;
}

.kicker[data-shine="rules"] {
  --shine-base: color-mix(in srgb, var(--info) 40%, var(--text-2));
  --shine-flash: #f0f6ff;
  --shine-angle: 106deg;
  --shine-duration: 2.8s;
}

.kicker[data-shine="market"] {
  --shine-base: var(--accent);
  --shine-flash: #ffd6ea;
  --shine-angle: 94deg;
  --shine-duration: 2.4s;
  --shine-dir: alternate;
}

.kicker[data-shine="answers"] {
  --shine-base: #d8c4a0;
  --shine-flash: #fffaf0;
  --shine-angle: 122deg;
  --shine-duration: 3.3s;
}

.kicker[data-shine="sources"] {
  --shine-base: #b8c8dc;
  --shine-flash: #ffffff;
  --shine-angle: 110deg;
  --shine-duration: 2.6s;
  --shine-dir: reverse;
}

.kicker[data-shine="guide"] {
  --shine-base: color-mix(in srgb, var(--accent) 45%, var(--text-2));
  --shine-flash: #fff;
  --shine-angle: 126deg;
  --shine-duration: 2.9s;
}

.kicker[data-shine="steps"] {
  --shine-base: #e0a05c;
  --shine-flash: #fff3e0;
  --shine-angle: 98deg;
  --shine-duration: 2.2s;
}

.kicker[data-shine="cad"] {
  --shine-base: #6dcaa0;
  --shine-flash: #eafff4;
  --shine-angle: 134deg;
  --shine-duration: 3.5s;
  --shine-delay: 0.4s;
}

@keyframes shiny-sweep {
  from {
    background-position: 150% center;
  }
  to {
    background-position: -50% center;
  }
}

.muted {
  color: var(--muted);
}

.tiny {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--muted);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header);
  display: flex;
  align-items: center;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(var(--max), calc(100% - 2 * var(--pad)));
  margin-inline: auto;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.32em;
  white-space: nowrap;
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(1.22rem, 2vw, 1.42rem);
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--text);
}

.logo span {
  color: var(--accent);
}

.nav-desktop {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.nav-desktop a {
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--text-2);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-desktop a:hover,
.nav-desktop a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-wrap {
  position: relative;
}

.search-btn,
.icon-btn,
.menu-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  border-radius: var(--radius-input);
  cursor: pointer;
}

.search-field {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: width var(--ease), opacity var(--ease);
}

.search-wrap.open .search-field {
  width: 220px;
  opacity: 1;
}

.search-field input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border-radius: var(--radius-input);
  border: 1px solid var(--border);
  background: var(--elevated);
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--radius-btn);
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: transform var(--ease), background var(--ease), border-color var(--ease), color var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--text);
  color: #140c12;
}

.btn-primary:hover {
  background: var(--accent);
  color: #fff8fb;
}

.btn-secondary {
  background: transparent;
  border-color: color-mix(in srgb, var(--text) 18%, transparent);
  color: var(--text);
}

.menu-btn {
  display: none;
}

.drawer {
  display: none;
}

.drawer-backdrop {
  display: none;
}

.author-card {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  margin-top: 22px;
  padding: 12px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--border);
  border-radius: 0;
}

/* Hero */
.hero {
  position: relative;
  padding: 56px 0 36px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto auto -12% -8%;
  width: 55%;
  height: 70%;
  background: linear-gradient(118deg, rgba(240, 61, 134, 0.14), transparent 62%);
  pointer-events: none;
}

.hero h1 {
  margin: 8px 0 18px;
  max-width: 16ch;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  min-height: 480px;
  position: relative;
  z-index: 1;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  margin-bottom: 18px;
}

.crumbs a:hover {
  color: var(--text);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 22px 0 26px;
}

.score-badge {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px 14px 10px 10px;
  background: transparent;
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--radius-card) var(--radius-card) 0;
  min-width: 210px;
}

.score-ring {
  width: 64px;
  height: 64px;
}

.score-copy strong {
  display: block;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 22px;
  font-size: 0.88rem;
  color: var(--muted);
}

.visual-frame {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  isolation: isolate;
  padding: 14px 14px 12px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--highlight) 16%, #1a1422) 0%, #100c16 28%, #0d0912 100%);
  border: 1px solid color-mix(in srgb, var(--highlight) 22%, var(--border));
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 color-mix(in srgb, var(--highlight) 18%, transparent);
}

.visual-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--accent) 18%, transparent);
  z-index: 1;
}

.board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 6px 12px;
  position: relative;
  z-index: 2;
}

.board-spec {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--highlight) 55%, var(--text-2));
}

.board-well {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-radius: 14px;
  background:
    radial-gradient(120% 80% at 50% 0%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 46%),
    #0a0710;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 -18px 28px rgba(0, 0, 0, 0.35);
}

.visual-frame figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 6px 2px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 2;
}

.reel-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  aspect-ratio: 6 / 4.15;
}

.cell {
  border-radius: 8px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--text) 7%, #17121e), #120e18);
  border: 1px solid rgba(246, 241, 234, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  font-size: 1.12rem;
  filter: saturate(0.92);
  transition: box-shadow 240ms ease, border-color 240ms ease, filter 240ms ease, background 240ms ease;
}

.cell.win {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent) 22%, #1c1220), #140c16);
  border-color: color-mix(in srgb, var(--highlight) 45%, var(--accent));
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--accent) 25%, transparent),
    0 8px 18px color-mix(in srgb, var(--accent) 18%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--highlight) 28%, transparent);
  filter: saturate(1.12);
}

.float-chip {
  margin: 0;
  background: color-mix(in srgb, #0c0912 72%, transparent);
  border: 1px solid color-mix(in srgb, var(--highlight) 28%, var(--border));
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
}

.board-rail {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: 12px 6px 2px;
}

.cascade-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 6px 16px 6px 6px;
  border: 1px solid color-mix(in srgb, var(--highlight) 26%, var(--border));
  border-radius: 999px;
  background: color-mix(in srgb, #120c18 82%, transparent);
  color: var(--text);
  cursor: pointer;
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--highlight) 12%, transparent);
}

.cascade-btn:hover {
  border-color: color-mix(in srgb, var(--accent) 40%, var(--border));
}

.cascade-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.cascade-orb {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--accent), #8a1848);
  color: #fff8fb;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--accent) 28%, transparent);
}

.cascade-copy {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  padding-right: 8px;
}

.visual-frame.is-cascading .cascade-orb {
  animation: cascade-spin 0.7s linear;
}

.visual-frame.is-cascading .cell {
  animation: cell-drop 0.38s ease both;
}

.visual-frame.is-cascading .cell:nth-child(6n + 1) { animation-delay: 0.02s; }
.visual-frame.is-cascading .cell:nth-child(6n + 2) { animation-delay: 0.05s; }
.visual-frame.is-cascading .cell:nth-child(6n + 3) { animation-delay: 0.08s; }
.visual-frame.is-cascading .cell:nth-child(6n + 4) { animation-delay: 0.11s; }
.visual-frame.is-cascading .cell:nth-child(6n + 5) { animation-delay: 0.14s; }
.visual-frame.is-cascading .cell:nth-child(6n + 6) { animation-delay: 0.17s; }

@keyframes cascade-spin {
  to { transform: rotate(180deg); }
}

@keyframes cell-drop {
  0% { transform: translateY(-8px); opacity: 0.35; }
  100% { transform: none; opacity: 1; }
}

/* Facts */
.facts {
  padding: 8px 0 12px;
}

.facts-sheet {
  padding-top: 8px;
}

.facts-kicker {
  margin: 0 0 12px;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.fact {
  margin: 0;
  padding: 14px 16px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 88%, #000);
  min-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fact dt {
  margin: 0 0 6px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.fact dd {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--text);
}

.fact-lead {
  border-color: color-mix(in srgb, var(--highlight) 35%, var(--border));
  background: color-mix(in srgb, var(--highlight) 8%, var(--surface));
}

.fact-lead dd {
  color: var(--highlight);
}

/* Layout with TOC */
.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--sidebar);
  gap: 40px;
  padding: 36px 0 0;
  align-items: start;
}

.toc {
  position: sticky;
  top: calc(var(--header) + 18px);
  background: transparent;
  border: 0;
  border-left: 1px solid var(--border);
  border-radius: 0;
  padding: 4px 0 4px 14px;
}

.toc a {
  display: block;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
  border-left: 2px solid transparent;
}

.toc a.active,
.toc a:hover {
  color: var(--text);
  background: transparent;
  border-left-color: var(--accent);
}

.toc-mobile {
  display: none;
}

section {
  padding: 72px 0 0;
  scroll-margin-top: 92px;
}


.section-intro {
  margin: 0 0 28px;
  max-width: var(--read);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 22px;
}

.card:hover {
  border-color: color-mix(in srgb, var(--accent) 40%, var(--border));
}

.pro-card {
  background: linear-gradient(180deg, rgba(101, 211, 154, 0.06), var(--surface));
}

.con-card {
  background: linear-gradient(180deg, rgba(255, 159, 67, 0.07), var(--surface));
}

.list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  padding: 8px 0;
  color: var(--text-2);
  line-height: 1.4;
}

.icon-check {
  color: var(--success);
}

.icon-x {
  color: var(--accent-2);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.feature {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 20px;
  transition: transform var(--ease), border-color var(--ease);
}

.feature:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent) 45%, var(--border));
}

.feature svg {
  margin-bottom: 12px;
  color: var(--accent);
}

.spec {
  width: 100%;
  border-collapse: collapse;
  background: var(--surface);
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--border);
}

.spec th,
.spec td {
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
}

.spec th {
  background: var(--elevated);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.spec td:last-child {
  color: var(--text);
  font-weight: 600;
}

.spec td:first-child {
  color: var(--muted);
  font-weight: 500;
}

.spec tr:last-child td {
  border-bottom: 0;
}

.family-now {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 22px 22px 20px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 14px 0, color-mix(in srgb, var(--accent) 45%, transparent) 2px, transparent 2.2px),
    linear-gradient(165deg, color-mix(in srgb, var(--highlight) 12%, #1c1424) 0%, #110c16 42%, #0e0a12 100%);
  background-size: 28px 14px, auto;
  background-repeat: repeat-x, no-repeat;
  border: 1px solid color-mix(in srgb, var(--highlight) 28%, var(--border));
  box-shadow:
    inset 0 1px 0 color-mix(in srgb, var(--highlight) 16%, transparent),
    0 18px 40px rgba(0, 0, 0, 0.28);
}

.family-now::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--accent) 16%, transparent);
}

.family-now h3 {
  margin: 6px 0 10px;
}

.family-now-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 16px;
}

.family-now-stats > div {
  padding: 10px 12px;
  border-radius: 10px;
  background: color-mix(in srgb, #0c0810 70%, transparent);
  border: 1px solid color-mix(in srgb, var(--highlight) 18%, var(--border));
}

.family-now-stats b {
  display: block;
  margin-top: 4px;
  letter-spacing: -0.03em;
}

.family-flag {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-2);
}

.ceiling-label {
  margin: 22px 0 0;
}

.ceiling {
  position: relative;
  height: 78px;
  margin: 8px 0 20px;
}

.ceiling::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 26px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--accent), var(--highlight));
}

.ceiling-mark {
  position: absolute;
  top: 0;
  left: var(--p, 50%);
  transform: translateX(-50%);
  text-align: center;
  width: max-content;
}

.ceiling-mark i {
  display: block;
  width: 11px;
  height: 11px;
  margin: 22px auto 8px;
  border-radius: 50%;
  background: var(--elevated);
  border: 2px solid var(--highlight);
  box-shadow: 0 0 0 4px var(--bg);
}

.ceiling-mark.is-now i {
  background: var(--accent);
  border-color: #fff;
  box-shadow: 0 0 0 4px var(--bg), 0 0 14px color-mix(in srgb, var(--accent) 50%, transparent);
}

.ceiling-mark b {
  display: block;
  font-size: 0.88rem;
  letter-spacing: -0.03em;
}

.ceiling-mark small {
  display: block;
  margin-top: 2px;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.cousins {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cousin {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 18px 8px 18px 8px;
  background: var(--elevated);
  border: 1px solid var(--border);
}

.cousin-cap {
  margin: 0;
  min-width: 6.5ch;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--highlight);
}

.cousin h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.cousin p {
  margin: 0;
  font-size: 0.9rem;
}

.cousin-meta {
  margin-top: 8px !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.ladder {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.ladder::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--accent), var(--highlight), color-mix(in srgb, var(--muted) 50%, transparent));
  opacity: 0.55;
}

.rung {
  display: grid;
  grid-template-columns: 32px 52px minmax(0, 1fr) auto;
  gap: 12px 14px;
  align-items: center;
  position: relative;
  padding: 14px 0;
  border-bottom: 1px dashed color-mix(in srgb, var(--border) 80%, transparent);
}

.rung:last-child {
  border-bottom: 0;
}

.rung-n {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text-2);
  font-size: 0.72rem;
  font-weight: 800;
  z-index: 1;
}

.rung-high .rung-n {
  background: var(--accent);
  border-color: transparent;
  color: #fff8fb;
  box-shadow: 0 0 14px color-mix(in srgb, var(--accent) 40%, transparent);
}

.rung-cell {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 1.45rem;
  line-height: 1;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--highlight) 10%, #261820), #120c16);
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--border));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rung h3 {
  margin: 0;
  font-size: 1.02rem;
}

.rung p {
  margin: 4px 0 0;
  font-size: 0.9rem;
}

.rung-tag {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.rung-high .rung-tag {
  color: var(--highlight);
}

.specials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.special {
  padding: 16px 16px 18px;
  border-radius: 18px 8px 18px 8px;
  background: var(--surface);
  border: 1px solid var(--border);
}

.special h3 {
  margin: 4px 0 8px;
}

.special p {
  margin: 0;
  font-size: 0.9rem;
}

.special-scatter {
  box-shadow: inset 3px 0 0 var(--highlight);
}

.special-bomb {
  box-shadow: inset 3px 0 0 var(--accent);
}

.special-size {
  box-shadow: inset 3px 0 0 var(--info);
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 12px;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--elevated);
  color: var(--accent);
  font-weight: 800;
}

.callout {
  background: var(--elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
}

.canada-pills {
  margin: 4px 0 18px;
}

.canada-pills .fact {
  min-height: 84px;
}

.canada-pills .fact dd {
  font-size: clamp(0.92rem, 1.4vw, 1.08rem);
  letter-spacing: -0.02em;
}

.canada-panel {
  background: color-mix(in srgb, var(--bg) 55%, var(--elevated));
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px 22px 20px;
}

.canada-panel h3 {
  margin: 4px 0 10px;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.canada-panel > p {
  margin: 0 0 16px;
  color: var(--text-2);
}

.canada-panel-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.canada-panel-split p {
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text-2);
  font-size: 0.95rem;
}

.canada-panel-split strong {
  color: var(--text);
  font-weight: 700;
}

.operator-grid {
  display: grid;
  gap: 14px;
}

.operator {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 1.1fr auto;
  gap: 18px;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
}

.score-mini {
  color: var(--highlight);
  font-weight: 800;
  font-size: 1.3rem;
}

.offer-list {
  display: grid;
  gap: 14px;
}

.offer-card {
  display: grid;
  grid-template-columns: 92px 1.2fr 0.7fr 1.4fr auto;
  gap: 18px;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px 20px;
  transition: border-color var(--ease), transform var(--ease);
}

.offer-card:hover {
  border-color: rgba(255, 79, 163, 0.28);
  transform: translateY(-2px);
}

.offer-card.featured {
  background: linear-gradient(180deg, #2a1c32, var(--surface));
  border-color: rgba(255, 79, 163, 0.22);
}

.offer-brand {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: var(--elevated);
  border: 1px solid var(--border);
}

.offer-card h3 {
  margin-bottom: 4px;
}

.offer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.pill {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-2);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 5px 9px;
}

.offer-card .btn {
  min-width: 168px;
}

.offer-note {
  margin-top: 16px;
  font-size: 0.88rem;
}

.weight-track {
  display: flex;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: var(--elevated);
  margin-bottom: 22px;
}

.weight-track span {
  display: block;
  min-width: 0;
}

.w-a { background: #ff4fa3; color: #ff4fa3; }
.w-b { background: #c45a9e; color: #e8a0cc; }
.w-c { background: #7eb6ff; color: #7eb6ff; }
.w-d { background: #ff9f43; color: #ff9f43; }
.w-e { background: #918899; color: #c8c0cf; }

.weight-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px;
}

.weight-list li {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}

.weight-list li:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.weight-pct {
  font-weight: 800;
  letter-spacing: -0.04em;
  background: none;
}

.weight-list h3 {
  margin-bottom: 4px;
}

.weight-list p {
  margin: 0;
  font-size: 0.92rem;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.verdict {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: 0;
  padding: 28px;
}

.verdict .big {
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  line-height: 0.95;
}

.faq details {
  border-bottom: 1px solid var(--border);
  padding: 6px 0;
}

.faq summary {
  list-style: none;
  cursor: pointer;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 700;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  color: var(--accent);
  font-size: 1.4rem;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "–";
}

.faq .answer {
  color: var(--text-2);
  padding: 0 0 16px;
  max-width: var(--read);
}

.related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.related a {
  display: block;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  transition: transform var(--ease);
}

.related a:hover {
  transform: translateY(-2px);
}

.thumb {
  height: 96px;
  background: #1a1420;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
}

.related-copy {
  padding: 14px;
}

.rg {
  margin-top: 64px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-2);
}

.site-footer {
  margin-top: 80px;
  border-top: 1px solid var(--border);
  background: transparent;
  padding: 48px 0 28px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
}

.site-footer a:hover {
  color: var(--text);
}

.footer-bottom {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.demo-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.calc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.calc label {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.calc input {
  width: 100%;
  height: 44px;
  border-radius: var(--radius-input);
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  padding: 0 12px;
}

.stake-stepper {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 4px 4px 4px 2px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: color-mix(in srgb, var(--surface) 70%, #000);
  min-height: 48px;
}

.stake-stepper input {
  border: 0;
  background: transparent;
  height: 40px;
  padding: 0 14px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: -0.03em;
  appearance: textfield;
  -moz-appearance: textfield;
}

.stake-stepper input::-webkit-outer-spin-button,
.stake-stepper input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.stake-rail {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 2px;
}

.stake-nudge {
  display: grid;
  place-items: center;
  width: 34px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--text) 8%, transparent);
  color: var(--text-2);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.stake-nudge:hover,
.stake-nudge:focus-visible {
  background: var(--accent);
  color: #fff8fb;
  outline: none;
  transform: scale(1.04);
}

.stake-nudge:active {
  transform: scale(0.96);
}

.stake-stepper.is-up input,
.calc .is-up {
  animation: stake-up 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.stake-stepper.is-down input,
.calc .is-down {
  animation: stake-down 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes stake-up {
  0% {
    transform: translateY(4px);
    opacity: 0.55;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes stake-down {
  0% {
    transform: translateY(-4px);
    opacity: 0.55;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stake-stepper.is-up input,
  .stake-stepper.is-down input,
  .calc .is-up,
  .calc .is-down,
  .visual-frame.is-cascading .cascade-orb,
  .visual-frame.is-cascading .cell,
  .shiny-text,
  .mark-word,
  .drift {
    animation: none;
  }

  .shiny-text,
  .mark-word {
    background: none;
    color: color-mix(in srgb, var(--highlight) 42%, var(--text-2));
    -webkit-text-fill-color: unset;
  }

  .mark-word {
    color: var(--highlight);
  }
}

#max-payout,
#ante-cost {
  display: inline-block;
}

.author {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f03d86, #8ab4e8);
}

@media (max-width: 1023px) {
  .facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layout {
    grid-template-columns: 1fr;
  }

  .toc {
    display: none;
  }

  .toc-mobile {
    display: block;
    margin: 28px 0 0;
  }

  .toc-mobile summary {
    min-height: 44px;
    cursor: pointer;
    font-weight: 700;
  }

  .weight-list {
    grid-template-columns: 1fr;
  }

  .weight-list li:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--border);
  }

  .weight-list li:last-child {
    border-bottom: 0;
  }

  .feature-grid,
  .method-grid,
  .related {
    grid-template-columns: repeat(2, 1fr);
  }

  .operator {
    grid-template-columns: 1fr 1fr;
  }

  .canada-panel-split {
    grid-template-columns: 1fr;
  }

  .offer-card {
    grid-template-columns: 72px 1fr;
  }

  .offer-card > :nth-child(n + 3) {
    grid-column: 1 / -1;
  }

  .offer-card .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .family-now-stats {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  :root {
    --pad: 16px;
    --header: 64px;
  }

  .nav-desktop,
  .header-cta {
    display: none;
  }

  .menu-btn {
    display: grid;
  }

  .drawer {
    display: block;
    position: fixed;
    inset: var(--header) 0 0 auto;
    width: min(86vw, 340px);
    background: var(--bg-2);
    border-left: 1px solid var(--border);
    transform: translateX(100%);
    transition: transform 220ms ease;
    padding: 20px;
    z-index: 50;
  }

  .drawer.open {
    transform: none;
  }

  .drawer-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: var(--overlay);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
    z-index: 45;
  }

  .drawer-backdrop.open {
    opacity: 1;
    pointer-events: auto;
  }

  .drawer a {
    display: flex;
    align-items: center;
    min-height: 44px;
    font-weight: 600;
  }

  .hero-grid,
  .split,
  .verdict,
  .operator,
  .offer-card,
  .cousin,
  .calc,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .method-grid,
  .related {
    grid-template-columns: 1fr 1fr;
  }

  .specials,
  .cousins {
    grid-template-columns: 1fr;
  }

  .rung {
    grid-template-columns: 32px 44px minmax(0, 1fr);
  }

  .rung-tag {
    grid-column: 3;
    justify-self: start;
  }

  .rung-cell {
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }

  .facts-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }

  section {
    padding-top: 52px;
  }

  .hero {
    padding-top: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}

.teaser {
  display: grid;
  gap: 14px;
  margin-top: 6px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  justify-items: start;
}

.teaser p {
  margin: 0;
}

.teaser-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.teaser-list li + li {
  border-top: 1px solid var(--border);
}

.teaser-list a {
  display: block;
  padding: 12px 0;
  font-weight: 700;
}

.teaser-list a:hover {
  color: var(--accent);
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 36px 0 48px;
}

.page-hero > .wrap {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  margin: 8px 0 16px;
  max-width: 16ch;
  font-size: clamp(2.05rem, 4.2vw, 3.05rem);
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 16px;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle at 12px 16px, var(--bg) 9px, transparent 9.5px);
  background-size: 24px 16px;
}

.hero-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: -20px;
  background-image:
    radial-gradient(circle, color-mix(in srgb, var(--accent) 34%, transparent) 1.15px, transparent 1.35px),
    radial-gradient(circle, color-mix(in srgb, var(--highlight) 22%, transparent) 0.9px, transparent 1.1px);
  background-size: 34px 30px, 34px 30px;
  background-position: 0 0, 17px 15px;
  opacity: 0.85;
  mask-image: radial-gradient(ellipse 70% 85% at 82% 38%, #000 0%, transparent 74%);
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(520px 280px at 88% 12%, rgba(240, 61, 134, 0.18), transparent 58%),
    radial-gradient(380px 220px at 72% 88%, rgba(240, 197, 110, 0.1), transparent 55%),
    linear-gradient(102deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 86%, transparent) 46%, transparent 74%);
}

.hero .hero-stage::before {
  mask-image: radial-gradient(ellipse 62% 80% at 86% 42%, #000 0%, transparent 72%);
}

.drift {
  position: absolute;
  width: 92px;
  height: 92px;
  background: no-repeat center / contain;
  opacity: 0.16;
  filter: drop-shadow(0 0 16px color-mix(in srgb, var(--accent) 28%, transparent));
  animation: drift-float 28s ease-in-out infinite;
}

.hero .drift {
  opacity: 0.11;
}

.drift-a {
  top: 10%;
  right: 7%;
  animation-duration: 26s;
}

.drift-b {
  top: 46%;
  right: 18%;
  width: 70px;
  height: 70px;
  animation-duration: 34s;
  animation-delay: -8s;
}

.drift-c {
  bottom: 10%;
  right: 4%;
  width: 78px;
  height: 78px;
  animation-duration: 30s;
  animation-delay: -14s;
}

.drift-d {
  top: 16%;
  right: 36%;
  width: 54px;
  height: 54px;
  opacity: 0.12;
  animation-duration: 38s;
  animation-delay: -4s;
}

.hero .drift-a {
  top: 8%;
  right: 6%;
}

.hero .drift-b {
  top: 58%;
  right: 28%;
}

.hero .drift-c {
  bottom: 14%;
  left: auto;
  right: 8%;
}

.hero .drift-d {
  top: 22%;
  right: 42%;
}

@keyframes drift-float {
  0%,
  100% {
    transform: translate(0, 0) rotate(-8deg);
  }
  50% {
    transform: translate(14px, -16px) rotate(7deg);
  }
}

.drift-a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23f03d86' stroke-width='1.7' stroke-linejoin='round'%3E%3Cpath d='M8 40c8 14 40 14 48 0C46 18 18 18 8 40z'/%3E%3Cpath d='M16 38c6 9 26 9 32 0' opacity='.5'/%3E%3Ccircle cx='24' cy='36' r='1.6' fill='%23f03d86' stroke='none'/%3E%3Ccircle cx='33' cy='40' r='1.6' fill='%23f03d86' stroke='none'/%3E%3Ccircle cx='42' cy='35' r='1.6' fill='%23f03d86' stroke='none'/%3E%3C/svg%3E");
}

.drift-b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23f0c56e' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='32' cy='24' r='14'/%3E%3Ccircle cx='32' cy='24' r='6' opacity='.45'/%3E%3Cpath d='M32 38v20'/%3E%3C/svg%3E");
}

.drift-c {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23f03d86' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='30' cy='36' r='14'/%3E%3Cpath d='M40 24c3-6 9-8 12-3'/%3E%3Ccircle cx='30' cy='36' r='4' opacity='.45'/%3E%3C/svg%3E");
}

.drift-d {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%238ab4e8' stroke-width='1.6'%3E%3Ccircle cx='32' cy='18' r='8'/%3E%3Ccircle cx='22' cy='30' r='8'/%3E%3Ccircle cx='42' cy='30' r='8'/%3E%3Ccircle cx='32' cy='42' r='8'/%3E%3Cpath d='M32 10c0-6 8-8 10-3' stroke-linecap='round'/%3E%3C/svg%3E");
}

[data-motif="guide"] .drift-a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23f0c56e' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='32' cy='24' r='14'/%3E%3Ccircle cx='32' cy='24' r='6' opacity='.45'/%3E%3Cpath d='M32 38v20'/%3E%3C/svg%3E");
}

[data-motif="guide"] .drift-b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23f03d86' stroke-width='1.7' stroke-linejoin='round'%3E%3Cpath d='M8 40c8 14 40 14 48 0C46 18 18 18 8 40z'/%3E%3C/svg%3E");
}

[data-motif="guide"] .drift-c {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23f0c56e' stroke-width='1.7' stroke-linecap='round'%3E%3Crect x='18' y='18' width='28' height='28' rx='6'/%3E%3Cpath d='M32 26v12M26 32h12'/%3E%3C/svg%3E");
}

[data-motif="canada"] .drift-a,
[data-motif="lobbies"] .drift-a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23f03d86' stroke-width='1.6' stroke-linejoin='round'%3E%3Cpath d='M32 8l4 12h12l-10 8 4 12-10-7-10 7 4-12-10-8h12z'/%3E%3C/svg%3E");
}

[data-motif="canada"] .drift-b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23f0c56e' stroke-width='1.7'%3E%3Crect x='22' y='22' width='20' height='20' transform='rotate(45 32 32)'/%3E%3C/svg%3E");
}

[data-motif="canada"] .drift-c,
[data-motif="lobbies"] .drift-c {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23f0c56e' stroke-width='1.6'%3E%3Crect x='12' y='18' width='40' height='28' rx='3'/%3E%3Cpath d='M12 26h40'/%3E%3C/svg%3E");
}

[data-motif="lobbies"] .drift-b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23f0c56e' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='32' cy='24' r='14'/%3E%3Cpath d='M32 38v20'/%3E%3C/svg%3E");
}

[data-motif="faq"] .drift-a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%238ab4e8' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='32' cy='30' r='18'/%3E%3Cpath d='M24 26c1-6 16-8 16 2 0 6-8 6-8 12'/%3E%3Ccircle cx='32' cy='46' r='1.8' fill='%238ab4e8' stroke='none'/%3E%3C/svg%3E");
}

[data-motif="faq"] .drift-b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23f03d86' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='30' cy='36' r='14'/%3E%3Cpath d='M40 24c3-6 9-8 12-3'/%3E%3C/svg%3E");
}

[data-motif="faq"] .drift-c {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23f0c56e' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='32' cy='24' r='14'/%3E%3Cpath d='M32 38v20'/%3E%3C/svg%3E");
}

.layout.solo {
  grid-template-columns: minmax(0, 1fr);
}

.band {
  position: relative;
  padding: 56px 0 68px;
  scroll-margin-top: 92px;
  background:
    radial-gradient(circle at 14px 0, color-mix(in srgb, var(--accent) 50%, transparent) 2.1px, transparent 2.3px),
    color-mix(in srgb, var(--bg-2) 90%, #0a0710);
  background-size: 28px 16px, auto;
  background-repeat: repeat-x, no-repeat;
  box-shadow: inset 5px 0 0 color-mix(in srgb, var(--accent) 38%, transparent);
}

.band-alt {
  background:
    radial-gradient(circle at 14px 0, color-mix(in srgb, var(--highlight) 48%, transparent) 2.1px, transparent 2.3px),
    radial-gradient(720px 280px at 0% 12%, rgba(240, 61, 134, 0.1), transparent 55%),
    var(--bg-3);
  background-size: 28px 16px, auto, auto;
  background-repeat: repeat-x, no-repeat, no-repeat;
  box-shadow: inset 5px 0 0 color-mix(in srgb, var(--highlight) 42%, transparent);
}

.band h2 {
  margin: 8px 0 0;
  max-width: 18ch;
}

.band h2::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 16px 0 22px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow:
    14px 0 0 color-mix(in srgb, var(--highlight) 88%, #fff),
    28px 0 0 var(--accent);
}

.band[data-tone="gold"] h2::after {
  background: var(--highlight);
  box-shadow:
    14px 0 0 #fff1c4,
    28px 0 0 var(--highlight);
}

.band[data-tone="mint"] h2::after {
  background: var(--success);
  box-shadow:
    14px 0 0 #d8ffe8,
    28px 0 0 var(--success);
}

.band[data-tone="berry"] h2::after {
  background: var(--accent);
  box-shadow:
    14px 0 0 var(--highlight),
    28px 0 0 var(--accent);
}

.band .section-intro {
  margin-bottom: 24px;
}

.legal-note {
  margin-top: 28px;
  font-size: 0.92rem;
  color: var(--muted);
}
