/*
Theme Name: SisarkasinoOpas (suomi-a)
Author: Sister Casino Factory
Description: Finnish sisarkasinot affiliate theme (suomi-a) — generated.
Version: 0.1.0
Text Domain: sisarkasinoopas
*/

/* --- style-base.css --- */
/* ============================================================
   theme-engine-suomi-a — Sisarkasino-opas editorial/trust design
   Pixel-faithful port of design-bakeoff/frontend-design.html.
   This file holds ALL the design CSS. The classic-php adapter
   assembles the final WordPress style.css from the theme header +
   this file + assets/css/components.css.
   Fonts: Montserrat (single typeface — display, reading + UI).
   Palette: cool white #fcfdff surfaces / midnight-ink #141d33 / Finland-flag
   blue #002F6C accent (the --brass token, repurposed) + dark Finland-blue hero
   panel, plus an intentional dark theme ([data-theme="dark"]).
   ============================================================ */

:root {
  /* Light — bright & cool (WagerPals-style): white/grey surfaces, navy darks,
     vibrant green + teal accents (also our aurora palette). */
  --paper:        #fcfdff;
  --paper-2:      #eef2f7;
  --card:         #ffffff;
  --card-2:       #f5f8fc;
  --ink:          #1d2738;
  --ink-soft:     #4c5667;
  --ink-faint:    #8893a4;
  --rule:         #e4e9f0;
  --rule-strong:  #ccd5e1;
  --rule-brass:   rgba(0,47,108,.26);
  /* Revontulet (northern-lights) — the luminous "light" layer (hero atmosphere) */
  --aurora-green:  #5fe0b0;
  --aurora-teal:   #46c8d8;
  --aurora-violet: #9a7cf0;
  --navy:         #141d33;
  --navy-2:       #233152;
  /* "brass" tokens repurposed as the accent system (kept the names so existing
     rules pick them up): Finland-flag blue #002F6C for text/links/CTAs on light. */
  --brass:        #002F6C;
  --brass-bright: #002F6C;
  --brass-soft:   #e7edf7;
  --sample:       #335f9c;
  --shadow:       30 41 59;

  /* Montserrat is now the single typeface (display + reading + UI). */
  --serif: "Montserrat", -apple-system, system-ui, sans-serif;
  --serif-read: "Montserrat", -apple-system, system-ui, sans-serif;
  --sans:  "Montserrat", -apple-system, system-ui, sans-serif;

  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 64px);
}

[data-theme="dark"] {
  --paper:        #0f1626;
  --paper-2:      #131c2e;
  --card:         #17223a;
  --card-2:       #1e2a45;
  --ink:          #f0ead9;
  --ink-soft:     #bcc2d2;
  --ink-faint:    #8790a8;
  --rule:         #2a3550;
  --rule-strong:  #3c4869;
  --rule-brass:   rgba(205,166,90,.30);
  --navy:         #0a0f1a;
  --navy-2:       #1a2538;
  --brass:        #cda65c;
  --brass-bright: #e2bd72;
  --brass-soft:   #2c2614;
  --sample:       #cda65c;
  --shadow:       7 12 28;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  transition: background .5s ease, color .5s ease;
}

/* Paper grain + faint ledger texture */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0;
  opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
}
[data-theme="dark"] body::before { opacity: .35; }

a { color: inherit; text-decoration: none; }

::selection { background: var(--brass); color: var(--navy); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); position: relative; z-index: 1; }

/* Skip link (a11y) — visually hidden until focused */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--navy); color: var(--paper); padding: 10px 16px; border-radius: 8px;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---------------- Header ---------------- */
header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: blur(10px) saturate(120%);
  border-bottom: 1px solid var(--rule);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding-block: 14px;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand .mark-img { height: 58px; width: auto; object-fit: contain; flex: none; display: block; }
.brand .mark {
  width: 40px; height: 40px; border-radius: 9px; flex: none;
  background: var(--navy);
  display: grid; place-items: center;
  box-shadow: inset 0 0 0 1px rgba(200,164,86,.35), 0 2px 6px rgb(var(--shadow) / .14);
}
.brand .mark span {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  color: var(--brass-bright); font-size: 25px; line-height: 1; transform: translateY(1px);
}
.brand b {
  font-family: var(--serif); font-weight: 500; font-size: 20px;
  letter-spacing: -.01em; line-height: 1;
}
.brand small {
  display: block; font-family: var(--sans); font-weight: 500;
  font-size: 9.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-faint); margin-top: 3px;
}
nav.links { display: flex; align-items: center; gap: 4px; }
nav.links a {
  font-size: 14.5px; font-weight: 500; color: var(--ink-soft);
  padding: 8px 13px; border-radius: 7px; position: relative;
  transition: color .2s, background .2s;
}
nav.links a:hover, nav.links a.is-active { color: var(--ink); background: var(--paper-2); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.btn-quiet {
  font-family: var(--sans); font-size: 14px; font-weight: 600;
  color: var(--navy); background: var(--brass-soft);
  border: 1px solid var(--rule-strong);
  padding: 9px 16px; border-radius: 8px; cursor: pointer;
  transition: transform .15s, box-shadow .2s, background .2s;
  white-space: nowrap;
}
[data-theme="dark"] .btn-quiet { color: var(--ink); }
.btn-quiet:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgb(var(--shadow) / .12); }
.theme-toggle {
  width: 38px; height: 38px; border-radius: 8px; flex: none;
  border: 1px solid var(--rule); background: var(--card); cursor: pointer;
  display: grid; place-items: center; color: var(--ink-soft);
  transition: background .2s, color .2s, border-color .2s;
}
.theme-toggle:hover { color: var(--ink); border-color: var(--rule-strong); }
.theme-toggle svg { width: 18px; height: 18px; }
.menu-btn { display: none; }

/* ---------------- Hero ---------------- */
.hero { padding-block: clamp(48px, 8vw, 92px) clamp(40px, 6vw, 70px); position: relative; }
.hero::after {
  content: ""; position: absolute; right: calc(var(--gutter) * -0.2); top: 8%;
  width: min(40vw, 420px); height: min(40vw, 420px); pointer-events: none; z-index: -1;
  background:
    repeating-radial-gradient(circle at 50% 50%, transparent 0 18px, color-mix(in srgb, var(--brass) 14%, transparent) 18px 19px 19px);
  -webkit-mask-image: radial-gradient(circle at 70% 30%, #000, transparent 72%);
          mask-image: radial-gradient(circle at 70% 30%, #000, transparent 72%);
  opacity: .55;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--brass); margin-bottom: 22px;
}
.eyebrow::before {
  content: ""; width: 30px; height: 1px; background: var(--brass); opacity: .7;
}
.hero h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(2.5rem, 6.2vw, 4.7rem);
  line-height: 1.02; letter-spacing: -.018em;
  max-width: 16ch; margin-bottom: 6px;
}
.hero h1 em { font-style: italic; color: var(--brass); }
.hero h1 .yr { font-style: italic; }
.hero .lede {
  font-family: var(--serif-read); font-size: clamp(1.12rem, 2.1vw, 1.42rem);
  line-height: 1.55; color: var(--ink-soft); max-width: 46ch; margin: 26px 0 0;
}
.trust-row {
  display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 34px;
  padding-top: 26px; border-top: 1px solid var(--rule);
}
.trust {
  display: flex; align-items: center; gap: 11px;
  font-size: 14.5px; font-weight: 500; color: var(--ink-soft);
}
.trust svg { width: 19px; height: 19px; color: var(--brass); flex: none; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; margin-top: 36px; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--sans); font-size: 16px; font-weight: 600;
  color: #ffffff; background: var(--brass-bright);
  padding: 15px 26px; border-radius: 10px; cursor: pointer; border: 0;
  box-shadow: 0 10px 26px -8px rgba(0,47,108,.45), inset 0 0 0 1px rgba(255,255,255,.16);
  transition: transform .18s cubic-bezier(.2,.7,.3,1), box-shadow .2s, background .2s;
}
[data-theme="dark"] .btn-primary { color: var(--navy); background: var(--brass); box-shadow: 0 8px 24px rgb(0 0 0 / .5); }
.btn-primary:hover { transform: translateY(-2px); background: #0b3f86; box-shadow: 0 16px 34px -8px rgba(0,47,108,.5), inset 0 0 0 1px rgba(255,255,255,.28); }
.btn-primary svg { width: 17px; height: 17px; transition: transform .2s; }
.btn-primary:hover svg { transform: translateX(4px); }
.updated {
  font-size: 13.5px; color: var(--ink-faint);
  display: inline-flex; align-items: center; gap: 8px;
}
.updated .dot { width: 7px; height: 7px; border-radius: 50%; background: #4f9d6b; box-shadow: 0 0 0 3px rgba(79,157,107,.2); }

/* ---------------- Section scaffolding ---------------- */
section { position: relative; }
.band { padding-block: clamp(54px, 7vw, 86px); }
.band.alt { background: var(--paper-2); border-block: 1px solid var(--rule); }
.sec-head { max-width: 60ch; margin-bottom: clamp(28px, 4vw, 44px); }
.sec-kicker {
  font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--brass); display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
}
.sec-kicker .num {
  font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--ink-faint);
  letter-spacing: 0; text-transform: none;
}
.sec-head h2 {
  font-family: var(--serif); font-weight: 400; letter-spacing: -.015em;
  font-size: clamp(1.85rem, 3.6vw, 2.7rem); line-height: 1.08;
}
.sec-head h2 em { font-style: italic; color: var(--brass); }
.sec-head p { margin-top: 16px; color: var(--ink-soft); font-family: var(--serif-read); font-size: 1.12rem; line-height: 1.6; }
.brand-prose { max-width: none; }
/* Review-page body prose fills the full content width (matches the tables/grids), no dead space on the right */
#pikavertailu .sec-head, #operaattori .sec-head, #maksutavat .sec-head, #pelit .sec-head, #turvallisuus .sec-head, #bonusvertailu .sec-head, #sisaret .sec-head { max-width: none; }
/* Snapshot (Lyhyt arvio) brand logo on the left */
.rs-left { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.rs-logo { width: 76px; height: 76px; object-fit: contain; border-radius: 12px; padding: 9px; flex: none; }
.rs-logo.logo-dark { background: #0e1830; }
.rs-logo.logo-light { background: #fff; box-shadow: inset 0 0 0 1px var(--rule, #e4e8ef); }
.brand-prose p { margin: 0 0 1.05em; color: var(--ink-soft); font-family: var(--serif-read); font-size: 1.12rem; line-height: 1.62; }
.brand-prose p:last-child { margin-bottom: 0; }
/* Justified body prose (Finnish hyphenation on, needs html lang="fi") */
.sec-head p, .brand-prose p, .sr-summary, .verdict-card p { text-align: justify; -webkit-hyphens: auto; hyphens: auto; }

/* ---------------- What is ---------------- */
.explain { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.explain .prose p { margin-bottom: 18px; font-family: var(--serif-read); font-size: 1.15rem; line-height: 1.68; color: var(--ink-soft); }
.explain .prose p:first-of-type { font-size: 1.32rem; color: var(--ink); }
.explain .prose p:first-of-type::first-letter {
  font-family: var(--serif); font-size: 3.4em; line-height: .8; float: left;
  padding: 6px 12px 0 0; color: var(--brass); font-weight: 500;
}
.explain .prose strong { color: var(--ink); font-weight: 600; }
aside.note {
  background: var(--card); border: 1px solid var(--rule);
  border-left: 3px solid var(--brass); border-radius: 4px;
  padding: 26px 28px; position: sticky; top: 92px;
  box-shadow: 0 1px 0 var(--rule-strong);
}
aside.note h3 {
  font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--brass); margin-bottom: 18px;
}
aside.note dl { display: grid; gap: 16px; }
aside.note dt { font-family: var(--serif); font-style: italic; font-size: 1.12rem; color: var(--ink); margin-bottom: 3px; }
aside.note dd { font-size: 14.5px; color: var(--ink-soft); line-height: 1.5; }

/* ---------------- The registry table ---------------- */
.registry-frame {
  background: var(--card);
  border: 1px solid var(--rule-strong);
  border-radius: 6px;
  box-shadow: 0 24px 60px -30px rgb(var(--shadow) / .4), 0 1px 0 var(--rule);
  overflow: hidden;
}
.registry-cap {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 20px;
  padding: 20px 26px; border-bottom: 2px solid var(--navy);
  background: linear-gradient(var(--card), color-mix(in srgb, var(--brass-soft) 40%, var(--card)));
}
.registry-cap b { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 1.32rem; }
.registry-cap span { font-size: 12.5px; color: var(--ink-faint); letter-spacing: .04em; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
thead th {
  text-align: left; font-family: var(--sans); font-weight: 600;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint);
  padding: 14px 22px; border-bottom: 1px solid var(--rule-strong); white-space: nowrap;
  background: var(--paper-2);
}
thead th:last-child { text-align: right; }
tbody td { padding: 19px 22px; border-bottom: 1px solid var(--rule); vertical-align: middle; }
tbody tr { transition: background .18s; }
tbody tr:hover { background: var(--brass-soft); }
tbody tr:last-child td { border-bottom: 0; }
.brand-cell { display: flex; align-items: center; gap: 14px; }
.brand-chip {
  width: 38px; height: 38px; border-radius: 8px; flex: none;
  display: grid; place-items: center; font-family: var(--serif); font-weight: 600;
  font-size: 17px; color: var(--paper);
  background: var(--navy); box-shadow: inset 0 0 0 1px rgba(200,164,86,.3);
}
[data-theme="dark"] .brand-chip { color: var(--navy); background: var(--brass); }
.brand-name { font-family: var(--serif); font-weight: 500; font-size: 1.18rem; line-height: 1.1; }
.brand-meta { font-size: 12.5px; color: var(--ink-faint); margin-top: 2px; }
td.operator { font-weight: 500; }
.lic {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600; color: var(--ink-soft);
  border: 1px solid var(--rule-strong); border-radius: 100px; padding: 4px 11px;
}
.lic.empty { color: var(--ink-faint); font-style: italic; font-weight: 400; border-style: dashed; }
.siblings { display: flex; flex-wrap: wrap; gap: 6px; }
.sib {
  font-size: 13px; font-weight: 500; color: var(--ink);
  background: var(--paper-2); border: 1px solid var(--rule); border-radius: 6px; padding: 3px 9px;
}
.sib.none { color: var(--ink-faint); font-style: italic; background: transparent; border-style: dashed; }
td.go { text-align: right; white-space: nowrap; }
.go-link {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14px; font-weight: 600; color: var(--navy);
  border-bottom: 1.5px solid var(--brass); padding-bottom: 2px;
  transition: gap .2s, color .2s;
}
[data-theme="dark"] .go-link { color: var(--brass); }
.go-link:hover { gap: 12px; }
.go-link svg { width: 14px; height: 14px; }
.badge-verified, .badge-sample {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 10.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 5px; margin-left: 0; margin-top: 6px;
}
.badge-verified { color: #2f6b46; background: rgba(79,157,107,.14); }
[data-theme="dark"] .badge-verified { color: #7fc79c; }
.badge-sample { color: var(--sample); background: rgba(156,122,50,.13); border: 1px dashed var(--rule-strong); }
tr.is-sample td { background: repeating-linear-gradient(135deg, transparent 0 12px, color-mix(in srgb, var(--brass-soft) 60%, transparent) 12px 13px); }
tr.is-sample:hover td { background: var(--brass-soft); }
.table-foot {
  padding: 16px 26px; border-top: 1px solid var(--rule);
  font-size: 13px; color: var(--ink-faint); display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: center;
}
.table-foot .legend { display: inline-flex; align-items: center; gap: 7px; }
.swatch { width: 14px; height: 14px; border-radius: 3px; }
.swatch.v { background: rgba(79,157,107,.4); }
.swatch.s { background: repeating-linear-gradient(135deg, transparent 0 4px, var(--rule-strong) 4px 5px); border: 1px dashed var(--rule-strong); }

/* ---------------- How we verify ---------------- */
.verify-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: 6px; overflow: hidden; }
.verify-step { background: var(--card); padding: 30px 28px; }
.verify-step .vn {
  font-family: var(--serif); font-style: italic; font-size: 2.2rem; color: var(--brass); line-height: 1; margin-bottom: 16px;
  display: block;
}
.verify-step h3 { font-family: var(--serif); font-weight: 500; font-size: 1.3rem; margin-bottom: 10px; }
.verify-step p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }
.verify-cta { margin-top: 30px; }
.text-link {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--navy);
  border-bottom: 1.5px solid var(--brass); padding-bottom: 2px; transition: gap .2s;
}
[data-theme="dark"] .text-link { color: var(--brass); }
.text-link:hover { gap: 12px; }
.text-link svg { width: 14px; height: 14px; }

/* ---------------- Categories ---------------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat {
  display: flex; flex-direction: column; justify-content: space-between; gap: 24px;
  background: var(--card); border: 1px solid var(--rule); border-radius: 8px;
  padding: 24px 22px; min-height: 150px; transition: transform .2s, border-color .2s, box-shadow .2s;
}
.cat:hover { transform: translateY(-3px); border-color: var(--brass); box-shadow: 0 12px 30px -16px rgb(var(--shadow) / .35); }
.cat .ic { width: 34px; height: 34px; color: var(--brass); }
.cat .ic svg { width: 100%; height: 100%; }
.cat b { font-family: var(--serif); font-weight: 500; font-size: 1.22rem; line-height: 1.15; }
.cat span { display: block; font-size: 13px; color: var(--ink-faint); margin-top: 4px; }
.cat .arr { font-size: 13px; font-weight: 600; color: var(--brass); display: inline-flex; align-items: center; gap: 6px; }

/* ---------------- Author ---------------- */
.author-card {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(24px, 4vw, 44px); align-items: center;
  background: var(--card); border: 1px solid var(--rule-strong); border-radius: 10px;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 20px 50px -30px rgb(var(--shadow) / .35);
}
.avatar {
  width: 118px; height: 118px; border-radius: 50%; flex: none;
  background: radial-gradient(circle at 35% 30%, var(--navy-2), var(--navy));
  display: grid; place-items: center; position: relative;
  box-shadow: 0 0 0 1px var(--rule-strong), 0 0 0 7px var(--card), 0 0 0 8px var(--rule);
}
.avatar span { font-family: var(--serif); font-style: italic; font-size: 2.6rem; color: var(--brass-bright); }
.avatar .seal {
  position: absolute; bottom: -6px; right: -6px; width: 36px; height: 36px;
  border-radius: 50%; background: var(--brass); color: var(--navy); display: grid; place-items: center;
  box-shadow: 0 2px 8px rgb(var(--shadow)/.3);
}
.avatar .seal svg { width: 18px; height: 18px; }
.author-body .role { font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); margin-bottom: 8px; }
.author-body h3 { font-family: var(--serif); font-weight: 500; font-size: 1.7rem; letter-spacing: -.01em; }
.author-body p { font-family: var(--serif-read); color: var(--ink-soft); margin-top: 12px; font-size: 1.08rem; line-height: 1.6; max-width: 62ch; }
.author-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--rule); }
.author-meta div { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--ink-soft); }
.author-meta b { font-weight: 600; color: var(--ink); }
.author-meta svg { width: 17px; height: 17px; color: var(--brass); flex: none; }

/* ---------------- FAQ ---------------- */
.faq-list { border-top: 1px solid var(--rule); }
details.faq { border-bottom: 1px solid var(--rule); }
details.faq summary {
  list-style: none; cursor: pointer; display: flex; align-items: flex-start; gap: 20px;
  padding: 26px 8px; font-family: var(--serif); font-weight: 500; font-size: clamp(1.18rem, 2.4vw, 1.5rem);
  line-height: 1.3; transition: color .2s;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary .qn { font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--brass); flex: none; padding-top: 6px; min-width: 28px; }
details.faq summary:hover { color: var(--brass); }
details.faq summary .ico {
  margin-left: auto; flex: none; width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid var(--rule-strong); display: grid; place-items: center; color: var(--ink-soft);
  transition: transform .3s, background .2s, color .2s; margin-top: 4px;
}
details.faq[open] summary .ico { transform: rotate(45deg); background: var(--brass); color: var(--navy); border-color: var(--brass); }
details.faq summary .ico svg { width: 14px; height: 14px; }
.faq-ans { padding: 0 8px 28px 56px; overflow: hidden; }
.faq-ans p { font-family: var(--serif-read); color: var(--ink-soft); font-size: 1.1rem; line-height: 1.65; max-width: 70ch; }
.faq-ans p + p { margin-top: 12px; }

/* ---------------- RG band ---------------- */
.rg {
  background: var(--navy); color: #d9dceb; border-radius: 12px;
  padding: clamp(32px, 4.5vw, 52px); position: relative; overflow: hidden;
}
.rg::before {
  content: "18+"; position: absolute; right: 4%; top: 50%; transform: translateY(-50%);
  font-family: var(--serif); font-weight: 600; font-size: clamp(7rem, 18vw, 13rem);
  color: rgba(200,164,86,.07); line-height: 1; pointer-events: none; letter-spacing: -.04em;
}
.rg-inner { position: relative; z-index: 1; }
.rg .badge18 {
  display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--brass-bright); margin-bottom: 16px;
}
.rg .badge18 b { border: 1.5px solid var(--brass); border-radius: 6px; padding: 2px 8px; font-size: 13px; }
.rg h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.6rem, 3.4vw, 2.4rem); color: #fff; letter-spacing: -.01em; max-width: 22ch; }
.rg p { color: #aeb4c8; margin-top: 14px; max-width: 56ch; font-family: var(--serif-read); font-size: 1.1rem; }
.rg-orgs { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.rg-orgs a {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(200,164,86,.28); border-radius: 9px;
  padding: 11px 17px; font-weight: 600; font-size: 14.5px; color: #ece6d6;
  transition: background .2s, border-color .2s, transform .15s;
}
.rg-orgs a:hover { background: rgba(200,164,86,.14); border-color: var(--brass); transform: translateY(-2px); }
.rg-orgs a svg { width: 16px; height: 16px; color: var(--brass-bright); }
.rg-orgs a small { display: block; font-size: 11px; font-weight: 400; color: #8990a8; }

/* ---------------- Article / generic content area (about, methodology, legal) ---------------- */
.page-lead { padding-block: clamp(48px, 8vw, 80px) clamp(28px, 4vw, 44px); position: relative; }
.page-lead h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(2.1rem, 5vw, 3.4rem); line-height: 1.05; letter-spacing: -.018em;
  max-width: 20ch; margin-top: 8px;
}
.page-lead h1 em { font-style: italic; color: var(--brass); }
.page-lead .lede {
  font-family: var(--serif-read); font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.55; color: var(--ink-soft); max-width: 52ch; margin: 22px 0 0;
}
.article { max-width: 74ch; }
.article .prose p,
.article .prose li {
  font-family: var(--serif-read); font-size: 1.15rem; line-height: 1.68; color: var(--ink-soft);
}
.article .prose p { margin-bottom: 18px; }
.article .prose h2 {
  font-family: var(--serif); font-weight: 500; letter-spacing: -.01em;
  font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.12; color: var(--ink);
  margin: 40px 0 14px;
}
.article .prose h3 {
  font-family: var(--serif); font-weight: 500; font-size: 1.35rem; color: var(--ink);
  margin: 28px 0 10px;
}
.article .prose strong { color: var(--ink); font-weight: 600; }
.article .prose a { color: var(--brass); border-bottom: 1.5px solid var(--brass); padding-bottom: 1px; }
.article .prose ul, .article .prose ol { margin: 0 0 18px 1.2em; }
.article .prose li { margin-bottom: 8px; }
.article .prose blockquote {
  border-left: 3px solid var(--brass); background: var(--card);
  padding: 18px 24px; margin: 0 0 22px; border-radius: 4px;
  font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: var(--ink);
}

/* Single-brand spoke layout helpers */
.brand-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: 6px; overflow: hidden; margin-top: clamp(24px, 4vw, 36px); }
.brand-fact { background: var(--card); padding: 24px 26px; }
.brand-fact .k { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 8px; }
.brand-fact .v { font-family: var(--serif); font-weight: 500; font-size: 1.35rem; color: var(--ink); }
.sister-list { display: grid; gap: 12px; }
.sister-item {
  display: flex; align-items: center; gap: 16px; justify-content: space-between;
  background: var(--card); border: 1px solid var(--rule); border-radius: 8px; padding: 18px 22px;
  transition: border-color .2s, transform .2s;
}
.sister-item:hover { border-color: var(--brass); transform: translateY(-2px); }
.sister-item .si-name { font-family: var(--serif); font-weight: 500; font-size: 1.2rem; }
.sister-item .si-note { font-size: 13.5px; color: var(--ink-faint); margin-top: 2px; }
.crosslinks { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(20px, 3vw, 28px); }
.crosslinks a {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14.5px;
  background: var(--brass-soft); border: 1px solid var(--rule-strong); color: var(--navy);
  padding: 10px 16px; border-radius: 8px; transition: transform .15s, border-color .2s;
}
[data-theme="dark"] .crosslinks a { color: var(--ink); }
.crosslinks a:hover { transform: translateY(-2px); border-color: var(--brass); }

/* Breadcrumbs */
.breadcrumbs { font-size: 13px; color: var(--ink-faint); margin-bottom: 18px; }
.breadcrumbs a { color: var(--ink-soft); border-bottom: 1px solid var(--rule-strong); }
.breadcrumbs a:hover { color: var(--brass); }
.breadcrumbs .sep { padding: 0 8px; opacity: .6; }

/* ---------------- Footer ---------------- */
footer { background: var(--paper-2); border-top: 1px solid var(--rule); padding-block: clamp(44px, 6vw, 68px) 30px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px 32px; }
.foot-brand .brand { margin-bottom: 16px; }
.foot-brand p { font-family: var(--serif-read); font-size: 1rem; color: var(--ink-soft); max-width: 38ch; line-height: 1.6; }
.foot-col h4 { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 16px; }
.foot-col a { display: block; font-size: 14.5px; color: var(--ink-soft); padding: 5px 0; transition: color .2s; }
.foot-col a:hover { color: var(--brass); }
.disclosure {
  margin-top: 36px; padding: 18px 22px; background: var(--card); border: 1px solid var(--rule);
  border-radius: 8px; font-size: 13px; color: var(--ink-faint); line-height: 1.6; display: flex; gap: 13px; align-items: flex-start;
}
.disclosure svg { width: 18px; height: 18px; color: var(--brass); flex: none; margin-top: 1px; }
.foot-base {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px;
  margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--rule);
  font-size: 13px; color: var(--ink-faint);
}
.foot-base nav { display: flex; flex-wrap: wrap; gap: 18px; }
.foot-base a:hover { color: var(--brass); }

/* ---------------- Reveal animation ---------------- */
.reveal { opacity: 1; transform: none; } /* scroll-reveal disabled — all content shown immediately, everywhere */
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none; } html { scroll-behavior: auto; } }

/* staggered hero entrance */
.hero > .wrap > * { animation: rise .9s cubic-bezier(.2,.7,.3,1) backwards; }
.hero .eyebrow { animation-delay: .05s; }
.hero h1 { animation-delay: .12s; }
.hero .lede { animation-delay: .22s; }
.hero .trust-row { animation-delay: .32s; }
.hero .cta-row { animation-delay: .42s; }
@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .hero > .wrap > * { animation: none; } }

/* ---------------- Responsive ---------------- */
@media (max-width: 940px) {
  .explain { grid-template-columns: 1fr; }
  aside.note { position: static; }
  .verify-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .author-card { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .author-body p { margin-inline: auto; }
  .author-meta { justify-content: center; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
  .brand-facts { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  nav.links, .nav-actions .btn-quiet { display: none; }
  .menu-btn { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 8px; border: 1px solid var(--rule); background: var(--card); cursor: pointer; color: var(--ink-soft); }
  .menu-btn svg { width: 18px; height: 18px; }
  body.menu-open nav.links {
    display: flex; flex-direction: column; align-items: stretch; gap: 2px;
    position: fixed; inset: 64px 0 auto 0; background: var(--paper); border-bottom: 1px solid var(--rule);
    padding: 12px var(--gutter) 22px; z-index: 49;
  }
  body.menu-open nav.links a { padding: 13px 12px; font-size: 16px; }
  body.menu-open .nav-actions .btn-quiet { display: inline-flex; margin-top: 6px; justify-content: center; }
  .cat-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  body { font-size: 16px; }
  .trust-row { flex-direction: column; gap: 12px; }
  .badge-verified, .badge-sample { display: none; }
}

/* ============================================================
   REFINEMENT PASS (P0+P1) — 2026-06-02
   Elevation per the GPT-5.5 visual audit: hero focal + archival motion,
   registry "truth engine", curated Top Picks, bolder brass, section
   rhythm, trust craft, higher dark-mode contrast. Appended so it wins
   the cascade. No side-stripe accents, no gradient text.
   ============================================================ */

/* ---- Bolder brass (rules, numerals, kickers) ---- */
.eyebrow { color: var(--brass-bright); }
.eyebrow::before { width: 38px; height: 2px; opacity: .9; }
.sec-kicker { color: var(--brass-bright); }
.sec-kicker .num { color: var(--brass); font-weight: 600; }
.sec-head h2 em { color: var(--brass-bright); }

/* ---- Hero: 2-column with registry preview + archival motion ---- */
.hero::after { display: none; }              /* retire the faint radial */
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}
.hero-main { min-width: 0; }
.hero-main h1 { font-size: clamp(2.3rem, 4.5vw, 3.95rem); max-width: 15ch; }
.hero-main .lede { max-width: 42ch; }

/* retarget the staggered entrance to the text column */
.hero > .wrap > * { animation: none; }
.hero-main > * { animation: rise .9s cubic-bezier(.2,.7,.3,1) backwards; }
.hero-main .eyebrow   { animation-delay: .05s; }
.hero-main h1         { animation-delay: .12s; }
.hero-main .lede      { animation-delay: .22s; }
.hero-main .trust-row { animation-delay: .32s; }
.hero-main .cta-row   { animation-delay: .42s; }
.hero .registry-preview { animation: rise .9s cubic-bezier(.2,.7,.3,1) .48s backwards; }

/* archival motion layer — abstract brass tokens drifting up + ledger lines */
.hero-motion {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(54%, 760px);
  pointer-events: none; z-index: 0; opacity: .55;
  -webkit-mask-image: linear-gradient(to left, #000 26%, transparent 90%);
          mask-image: linear-gradient(to left, #000 26%, transparent 90%);
  background-image:
    repeating-linear-gradient(0deg, transparent 0 27px, var(--rule-brass) 27px 28px),
    radial-gradient(circle at 22% 30%, color-mix(in srgb, var(--brass) 24%, transparent) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 58%, color-mix(in srgb, var(--brass) 20%, transparent) 0 2.5px, transparent 4px),
    radial-gradient(circle at 44% 82%, color-mix(in srgb, var(--brass) 18%, transparent) 0 2px, transparent 3px);
  background-size: 100% 28px, 170px 170px, 230px 230px, 200px 200px;
  background-repeat: repeat;
  animation: hero-drift 24s linear infinite;
}
[data-theme="dark"] .hero-motion { opacity: .7; }
@keyframes hero-drift {
  from { background-position: 0 0, 0 0, 0 0, 0 0; }
  to   { background-position: 0 -28px, 30px -170px, -40px -230px, 25px -200px; }
}
@media (prefers-reduced-motion: reduce) { .hero-motion { animation: none; } }

/* ---- Hero registry preview card ---- */
.registry-preview {
  position: relative; z-index: 1; min-width: 0;
  background: var(--card); border: 1px solid var(--rule-strong);
  border-top: 3px solid var(--brass); border-radius: 9px; overflow: hidden;
  box-shadow: 0 32px 64px -36px rgb(var(--shadow) / .5), 0 1px 0 var(--rule);
}
.rp-cap { display: flex; align-items: center; gap: 9px; padding: 13px 18px; border-bottom: 1px solid var(--rule); background: linear-gradient(var(--card), var(--card-2)); }
.rp-dot { width: 7px; height: 7px; border-radius: 50%; background: #4f9d6b; box-shadow: 0 0 0 3px rgba(79,157,107,.18); flex: none; }
.rp-title { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.rp-live { margin-left: auto; font-size: 11.5px; color: var(--ink-faint); font-style: italic; font-family: var(--serif-read); }
.rp-list { list-style: none; }
.rp-row { display: flex; align-items: center; gap: 12px; padding: 12px 18px; border-bottom: 1px solid var(--rule); font-variant-numeric: tabular-nums; }
.rp-row:last-child { border-bottom: 0; }
.rp-chip { width: 30px; height: 30px; border-radius: 7px; flex: none; display: grid; place-items: center; font-family: var(--serif); font-weight: 600; font-size: 14px; color: var(--paper); background: var(--navy); box-shadow: inset 0 0 0 1px rgba(200,164,86,.3); }
[data-theme="dark"] .rp-chip { color: var(--navy); background: var(--brass); }
.rp-name { font-family: var(--serif); font-weight: 500; font-size: 1.04rem; flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rp-lic { font-size: 11px; font-weight: 600; color: var(--ink-soft); border: 1px solid var(--rule-strong); border-radius: 100px; padding: 2px 9px; flex: none; }
.rp-lic.empty { color: var(--ink-faint); border-style: dashed; }
.rp-tick { width: 22px; height: 22px; border-radius: 50%; flex: none; display: grid; place-items: center; background: rgba(79,157,107,.16); color: #2f6b46; }
[data-theme="dark"] .rp-tick { color: #7fc79c; }
.rp-tick svg { width: 13px; height: 13px; }
.rp-tick.sample { background: transparent; border: 1px dashed var(--rule-strong); color: var(--ink-faint); font-weight: 700; font-size: 13px; }
.rp-row.is-sample { background: repeating-linear-gradient(135deg, transparent 0 10px, color-mix(in srgb, var(--brass-soft) 55%, transparent) 10px 11px); }
.rp-row.is-sample .rp-name { color: var(--ink-soft); }
.rp-foot { display: flex; align-items: center; gap: 8px; padding: 13px 18px; font-size: 12.5px; font-weight: 600; color: var(--brass); background: var(--card-2); border-top: 1px solid var(--rule); }
.rp-foot svg { width: 14px; height: 14px; transition: transform .2s; }
.rp-foot:hover svg { transform: translateX(4px); }

/* ---- Registry table → "truth engine" ---- */
.registry-frame { border-top: 3px solid var(--brass); }
.registry-cap b { font-size: 1.4rem; }
table { font-variant-numeric: tabular-nums; }
thead th { position: sticky; top: 0; z-index: 2; }
tbody tr { box-shadow: inset 3px 0 0 transparent; }
tbody tr:hover { box-shadow: inset 3px 0 0 var(--brass); }
.row-lv { display: block; font-size: 11.5px; color: var(--ink-faint); margin-top: 6px; }

/* ---- Top Picks module ("Suositellut operaattorit") ---- */
.band.picks { background: color-mix(in srgb, var(--brass-soft) 32%, var(--paper)); border-block: 1px solid var(--rule-brass); }
.picks-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pick { position: relative; background: var(--card); border: 1px solid var(--rule-strong); border-radius: 11px; padding: 20px 18px 16px; display: flex; flex-direction: column; gap: 11px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.pick:hover { transform: translateY(-3px); border-color: var(--brass); box-shadow: 0 18px 40px -22px rgb(var(--shadow) / .42); }
.pick-rank { position: absolute; top: 14px; right: 17px; font-family: var(--serif); font-style: italic; font-size: 1.25rem; color: var(--rule-strong); }
.pick-head { display: flex; align-items: center; gap: 13px; padding-right: 28px; }
.pick-chip { width: 44px; height: 44px; border-radius: 9px; flex: none; display: grid; place-items: center; font-family: var(--serif); font-weight: 600; font-size: 19px; color: var(--paper); background: var(--navy); box-shadow: inset 0 0 0 1px rgba(200,164,86,.3); }
[data-theme="dark"] .pick-chip { color: var(--navy); background: var(--brass); }
.pick-name { font-family: var(--serif); font-weight: 500; font-size: 1.3rem; line-height: 1.08; }
.pick-op { display: block; font-size: 12.5px; color: var(--ink-faint); margin-top: 2px; }
.pick-rating { margin-left: auto; text-align: right; line-height: 1; color: var(--brass); font-variant-numeric: tabular-nums; }
.pick-rating b { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; }
.pick-rating small { font-size: .82rem; color: var(--ink-faint); }
.pick-rating.pending { font-family: var(--sans); font-size: 10.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-faint); }
.pick-why { font-family: var(--serif-read); font-size: 1.02rem; color: var(--ink-soft); line-height: 1.55; }
.pick-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--rule); font-size: 12.5px; }
.pick-lic { font-weight: 600; color: var(--ink-soft); border: 1px solid var(--rule-strong); border-radius: 100px; padding: 2px 9px; }
.pick-lv { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-faint); }
.pick-lv svg { width: 14px; height: 14px; color: var(--brass); }
.pick-lv.pending { font-style: italic; }
.pick-go { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--navy); border-bottom: 1.5px solid var(--brass); padding-bottom: 1px; }
[data-theme="dark"] .pick-go { color: var(--brass); }
.pick-go svg { width: 13px; height: 13px; transition: transform .2s; }
.pick-go:hover svg { transform: translateX(3px); }
.pick.is-sample { border-style: dashed; }
.pick.is-sample .pick-rank { display: none; }
.pick.is-sample .pick-chip { background: var(--rule-strong); color: var(--paper); box-shadow: none; }
.pick-flag { position: absolute; top: 14px; right: 16px; font-size: 9.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--sample); background: rgba(156,122,50,.12); border: 1px dashed var(--rule-strong); border-radius: 4px; padding: 2px 7px; }

/* ---- Trust craft: author proof stats ---- */
.author-stats { display: flex; flex-wrap: wrap; gap: 14px 30px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--rule); }
.author-stats > div { display: flex; flex-direction: column; gap: 1px; }
.author-stats b { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; color: var(--ink); line-height: 1; }
.author-stats span { font-size: 12px; color: var(--ink-faint); }
.author-policy { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 13.5px; color: var(--brass); border-bottom: 1.5px solid var(--brass); padding-bottom: 1px; align-self: center; }

/* ---- RG band → a touch more institutional ---- */
.rg { border-top: 3px solid var(--brass); }
.rg::before { opacity: .05; }

/* ---- Section rhythm: vary vertical padding so it isn't monotone ---- */
.band.picks { padding-block: clamp(48px, 6vw, 74px); }
#metodologia.band { padding-block: clamp(44px, 5.5vw, 70px); }     /* methodology = compact strip */
#ukk.band { padding-block: clamp(58px, 8vw, 96px); }               /* FAQ = quieter, more air */

/* ---- Responsive (P2 mobile) ---- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-main h1 { max-width: 18ch; }
  .registry-preview { max-width: 520px; margin-left: 0; }
  .picks-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hero-motion { display: none; }
}
@media (max-width: 620px) {
  .picks-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }   /* mobile 2x2 */
  .pick { padding: 14px 13px 13px; gap: 9px; border-radius: 9px; }
  .pick-head { padding-right: 20px; gap: 10px; }
  .pick-chip { width: 36px; height: 36px; font-size: 16px; }
  .pick-name { font-size: 1.06rem; }
  .pick-rank { top: 11px; right: 12px; font-size: 1rem; }
  .pick-why { font-size: .95rem; }
  .hero-main h1 { font-size: clamp(2.4rem, 11vw, 3.2rem); }
  .author-stats { justify-content: space-between; gap: 14px; }
}

/* ============================================================
   RE-AUDIT FIXES (2026-06-02, 2nd GPT-5.5 pass)
   Honesty: no rating/Testattu on unverified cards (handled in PHP) +
   clarifying note. Plus: more dark-mode card separation, slightly
   larger hero preview, tighter mobile hero.
   ============================================================ */
.picks-note { margin-top: 18px; font-size: 13px; line-height: 1.55; color: var(--ink-faint); font-family: var(--serif-read); max-width: 72ch; }
.picks-note strong { color: var(--sample); font-weight: 600; font-family: var(--sans); font-size: 12px; }

/* hero: room for the headline; keep the preview card from stretching, right-anchored */
.hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(36px, 5vw, 72px); align-items: center; }
.hero-main h1 { max-width: 16ch; }
.registry-preview { max-width: 420px; margin-left: auto; }

/* dark-mode: lift cards/tables off the deeper background */
[data-theme="dark"] .pick,
[data-theme="dark"] .cat,
[data-theme="dark"] .author-card,
[data-theme="dark"] .verify-step {
  background: var(--card-2);
  border-color: color-mix(in srgb, var(--brass) 18%, var(--rule-strong));
}
[data-theme="dark"] .registry-frame,
[data-theme="dark"] .registry-preview { background: var(--card-2); }

/* tighter mobile hero so the preview card surfaces sooner */
@media (max-width: 620px) {
  .hero { padding-block: 38px 28px; }
  .hero-main h1 { font-size: clamp(2.3rem, 12vw, 3.05rem); line-height: 1.0; }
  .hero-main .lede { margin-top: 16px; }
}

/* ============================================================
   Longform editorial prose — main/bonuses/types/safety/how-we-test
   ============================================================ */
.longform { max-width: 74ch; }
.longform > p { font-family: var(--serif-read); font-size: 1.16rem; line-height: 1.72; color: var(--ink-soft); margin-bottom: 18px; }
.longform > p.lead { font-size: 1.34rem; color: var(--ink); }
.longform > p.lead::first-letter { font-family: var(--serif); font-size: 3.4em; line-height: .8; float: left; padding: 6px 12px 0 0; color: var(--brass); font-weight: 500; }
.longform h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.3rem, 2.4vw, 1.6rem); letter-spacing: -.01em; color: var(--ink); margin: 34px 0 12px; }
.longform h3:first-child { margin-top: 0; }
.longform h3 + p { margin-top: 0; }
.longform strong { color: var(--ink); font-weight: 600; }
/* two-column longform variant (text + a sticky aside) for one or two sections */
.longform-split { display: grid; grid-template-columns: 1.5fr .9fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.longform-split .longform { max-width: none; }
@media (max-width: 940px) { .longform-split { grid-template-columns: 1fr; } }

/* Latest-content empty-state (skeleton until articles publish) */
.latest-empty { display: flex; align-items: flex-start; gap: 22px; background: var(--card); border: 1px solid var(--rule-strong); border-radius: 11px; padding: clamp(24px, 4vw, 40px); }
.latest-empty > svg { width: 40px; height: 40px; color: var(--brass); flex: none; margin-top: 2px; }
.latest-empty-body h3 { font-family: var(--serif); font-weight: 500; font-size: 1.4rem; color: var(--ink); }
.latest-empty-body p { font-family: var(--serif-read); color: var(--ink-soft); margin-top: 8px; max-width: 60ch; }
.latest-links { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 16px; }
@media (max-width: 560px) { .latest-empty { flex-direction: column; gap: 14px; } }

/* Editorial-independence note under the author box */
.editorial-note { margin-top: clamp(24px, 4vw, 36px); padding-top: clamp(22px, 3vw, 30px); border-top: 1px solid var(--rule); }
.editorial-note .longform { max-width: 82ch; }
.editorial-note .longform > p { font-size: 1.06rem; }

/* ============================================================
   emil-design-eng polish pass — interaction craft (Emil Kowalski).
   Easing tokens · :active press feedback · touch-hover gating.
   ============================================================ */
:root {
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

/* Stronger, intentional easing on the key hover lifts */
.cat { transition: transform 220ms var(--ease-out), border-color 220ms var(--ease-out), box-shadow 220ms var(--ease-out); }
.pick { transition: transform 220ms var(--ease-out), border-color 220ms var(--ease-out), box-shadow 220ms var(--ease-out); }
.sister-item { transition: transform 200ms var(--ease-out), border-color 200ms var(--ease-out); }
.btn-quiet { transition: transform 160ms var(--ease-out), box-shadow 200ms var(--ease-out), background 200ms var(--ease-out); }
.crosslinks a { transition: transform 160ms var(--ease-out), border-color 200ms var(--ease-out); }
.rg-orgs a { transition: transform 160ms var(--ease-out), background 200ms var(--ease-out), border-color 200ms var(--ease-out); }

/* Press feedback: instant, tactile scale-down on :active (placed last so it wins over :hover) */
.btn-primary:active,
.btn-quiet:active,
.crosslinks a:active,
.rg-orgs a:active,
.rp-foot:active { transform: scale(0.97); transition-duration: 100ms; }
.cat:active,
.pick:active,
.sister-item:active { transform: scale(0.985); transition-duration: 100ms; }
.go-link:active,
.text-link:active,
.pick-go:active,
.author-policy:active { transform: scale(0.96); }

/* Touch devices: neutralise hover-lift transforms (tap fires :hover → false positives) */
@media (hover: none) {
  .cat:hover,
  .pick:hover,
  .sister-item:hover,
  .crosslinks a:hover,
  .rg-orgs a:hover,
  .btn-primary:hover,
  .btn-quiet:hover { transform: none; }
  .btn-primary:hover,
  .btn-quiet:hover { box-shadow: 0 8px 24px rgb(var(--shadow) / .22), inset 0 0 0 1px rgba(200,164,86,.25); }
  tbody tr:hover { box-shadow: inset 3px 0 0 transparent; }
}

/* ============================================================
   Taste-audit fixes — focus-visible rings (a11y), tighter reading
   measure, balanced headings. (redesign-existing-projects pass)
   ============================================================ */
/* Visible keyboard focus on every interactive element (low specificity so it never fights component styles) */
:where(a, button, summary, [tabindex], .cat, .pick, .sister-item):focus-visible {
  outline: 2px solid var(--brass-bright);
  outline-offset: 3px;
  border-radius: 6px;
}
/* Tighter editorial measure for longform reading columns (~68ch) */
.longform { max-width: 68ch; }
/* Balance big serif headings (no orphans) and tidy paragraph wrapping */
.hero h1, .sec-head h2, .page-lead h1, .longform h3, .rg h2, .pick-name, .cat b, .latest-empty-body h3 { text-wrap: balance; }
.longform > p, .sec-head p, .hero .lede, .page-lead .lede, .pick-why, .author-body p, .picks-note { text-wrap: pretty; }

/* ============================================================
   AURORA (revontulet) BRAND PASS — northern-lights light layer.
   Cool luminous light over the dark editorial sky; brass stays the ink.
   Hero aurora backdrop · cursor-follow aurora · aurora logo mark.
   ============================================================ */

/* keep content above the two ambient aurora layers (NOT header — it must stay sticky z-50) */
main, footer { position: relative; z-index: 1; }

/* --- Hero aurora backdrop (replaces the brass ledger drift) --- */
.hero-motion {
  position: absolute; inset: -22% -8% auto -8%; height: 80%;
  z-index: 0; pointer-events: none;
  width: auto;
  opacity: .42;
  filter: blur(64px) saturate(1.15);
  -webkit-mask-image: linear-gradient(to bottom, #000 32%, transparent 92%);
          mask-image: linear-gradient(to bottom, #000 32%, transparent 92%);
  background:
    radial-gradient(48% 70% at 22% 18%, var(--aurora-green) 0%, transparent 60%),
    radial-gradient(46% 64% at 52% 2%, var(--aurora-teal) 0%, transparent 58%),
    radial-gradient(50% 72% at 82% 16%, var(--aurora-violet) 0%, transparent 62%);
  background-size: 160% 160%;
  background-repeat: no-repeat;
  animation: aurora-drift 20s ease-in-out infinite alternate;
}
@keyframes aurora-drift {
  0%   { background-position: 0% 0%, 40% 0%, 80% 0%; transform: translate3d(-2%, 0, 0) scale(1.02); }
  50%  { transform: translate3d(2%, -1.5%, 0) scale(1.06); }
  100% { background-position: 18% 8%, 18% 4%, 50% 10%; transform: translate3d(3%, 0, 0) scale(1.02); }
}
@media (prefers-reduced-motion: reduce) { .hero-motion { animation: none; } }
@media (max-width: 768px) { .hero-motion { opacity: .3; filter: blur(48px); } }

/* --- Cursor-follow aurora: the light follows where you point (subtle, site-wide) --- */
.aurora-cursor {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  opacity: 0; transition: opacity .6s ease;
  mix-blend-mode: screen;
  background: radial-gradient(440px 440px at var(--mx, 50%) var(--my, 32%),
    color-mix(in srgb, var(--aurora-teal) 36%, transparent) 0%,
    color-mix(in srgb, var(--aurora-green) 20%, transparent) 30%,
    transparent 64%);
  filter: blur(20px);
}
.aurora-cursor.on { opacity: .5; }
@media (prefers-reduced-motion: reduce), (hover: none) { .aurora-cursor { display: none; } }

/* --- Aurora logo mark --- */
.brand .mark { position: relative; overflow: hidden; }
.brand .mark .mark-aurora {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: .92; transition: opacity .3s var(--ease-out), filter .3s var(--ease-out);
}
.brand .mark .mark-s { position: relative; z-index: 1; }
.brand:hover .mark .mark-aurora,
.brand:focus-visible .mark .mark-aurora {
  opacity: 1;
  filter: drop-shadow(0 0 6px color-mix(in srgb, var(--aurora-teal) 65%, transparent));
}

/* ============================================================
   AURORA HOVER v2 — real revontulet "curtains" that follow the pointer
   (not a circle): a band of vertical light rays, stratified
   green->teal->violet, warped organic by an SVG turbulence filter,
   blurred + swaying. Replaces the radial cursor glow.
   ============================================================ */
.aurora-cursor {
  inset: auto; top: 0; left: 0;
  width: 680px; height: 460px;
  background: none;
  filter: none;
  mix-blend-mode: screen;
  transform: translate3d(calc(var(--mx, 50vw) - 340px), calc(var(--my, 32vh) - 230px), 0);
  will-change: transform;
}
.aurora-cursor::before,
.aurora-cursor::after {
  content: ""; position: absolute; inset: 0;
  -webkit-mask-composite: source-in;
          mask-composite: intersect;
}
/* curtain body: vertical color stratification clipped to near-vertical ray bands inside a soft ellipse */
.aurora-cursor::before {
  background: linear-gradient(to top,
    transparent 0%,
    color-mix(in srgb, var(--aurora-green) 70%, transparent) 16%,
    color-mix(in srgb, var(--aurora-teal) 52%, transparent) 48%,
    color-mix(in srgb, var(--aurora-violet) 40%, transparent) 78%,
    transparent 100%);
  -webkit-mask-image:
    repeating-linear-gradient(94deg, transparent 0 5px, #000 10px 16px, rgba(0,0,0,.45) 20px 25px, transparent 32px 40px),
    radial-gradient(60% 92% at 50% 58%, #000 52%, transparent 92%);
  mask-image:
    repeating-linear-gradient(94deg, transparent 0 5px, #000 10px 16px, rgba(0,0,0,.45) 20px 25px, transparent 32px 40px),
    radial-gradient(60% 92% at 50% 58%, #000 52%, transparent 92%);
  filter: url(#auroraWarp) blur(7px);
  animation: aurora-sway 9s ease-in-out infinite alternate;
}
/* brighter teal shimmer rays, different rhythm, for depth */
.aurora-cursor::after {
  background: repeating-linear-gradient(89deg,
    transparent 0 8px,
    color-mix(in srgb, var(--aurora-teal) 42%, transparent) 12px 15px,
    transparent 22px 36px);
  -webkit-mask-image: radial-gradient(58% 86% at 50% 52%, #000 46%, transparent 88%);
          mask-image: radial-gradient(58% 86% at 50% 52%, #000 46%, transparent 88%);
  filter: url(#auroraWarp) blur(9px);
  opacity: .65;
  animation: aurora-sway2 12s ease-in-out infinite alternate;
}
@keyframes aurora-sway  { from { transform: translateX(-14px) skewX(-3deg) scaleY(.96); } to { transform: translateX(14px) skewX(3deg) scaleY(1.04); } }
@keyframes aurora-sway2 { from { transform: translateX(10px)  skewX(2deg);  } to { transform: translateX(-10px) skewX(-2deg); } }
@media (prefers-reduced-motion: reduce) {
  .aurora-cursor::before, .aurora-cursor::after { animation: none; }
}

/* ============================================================
   AURORA HOVER v3 — flowing ribbon TRAIL that follows the cursor.
   Rendered on a canvas (theme.js): a wavy northern-lights ribbon that
   trails the pointer's path, tapers + fades at the tail, glows
   green/teal/violet. Replaces the v2 curtain. (.aurora-cursor is retired.)
   ============================================================ */
.aurora-cursor { display: none !important; }   /* retire the old curtain element/CSS */
.aurora-trail {
  position: fixed; inset: 0; z-index: 3;
  pointer-events: none;
  mix-blend-mode: screen;
  filter: blur(3px);
}
@media (prefers-reduced-motion: reduce), (hover: none) { .aurora-trail { display: none; } }

/* ============================================================
   CASINO TOPLIST — wagerpals-style ranked operator rows.
   Desktop: full-width ranked rows (rank · logo+name+rating · facts · CTAs).
   Mobile: 2-up vertical cards. Sister-casino-adapted (facts, not bonuses).
   ============================================================ */
.toplist { display: grid; gap: 14px; }
.toprow {
  position: relative;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 210px;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  background: var(--card);
  border: 1px solid var(--rule-strong);
  border-radius: 14px;
  padding: 22px 26px 22px 30px;
  transition: transform .2s var(--ease-out), border-color .2s var(--ease-out), box-shadow .2s var(--ease-out);
}
.toprow:hover { border-color: var(--brass); box-shadow: 0 16px 38px -24px rgb(var(--shadow) / .5); }
.tr-rank {
  position: absolute; top: 0; left: 0;
  width: 30px; height: 30px; border-radius: 14px 0 12px 0;
  display: grid; place-items: center;
  font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 15px;
  background: var(--brass); color: var(--navy);
}
.tr-brand { display: grid; grid-template-columns: auto minmax(0,1fr); grid-template-areas: "logo name" "logo rating"; align-items: center; column-gap: 14px; row-gap: 3px; }
.tr-logo { grid-area: logo; width: 54px; height: 54px; border-radius: 12px; display: grid; place-items: center; font-family: var(--serif); font-weight: 600; font-size: 21px; color: var(--paper); background: var(--navy); box-shadow: inset 0 0 0 1px rgba(200,164,86,.3); }
[data-theme="dark"] .tr-logo { color: var(--navy); background: var(--brass); }
.tr-name { grid-area: name; font-family: var(--serif); font-weight: 500; font-size: 1.3rem; line-height: 1.08; }
.tr-rating { grid-area: rating; display: inline-flex; align-items: center; gap: 5px; font-variant-numeric: tabular-nums; font-weight: 600; font-size: 14px; color: var(--brass); }
.tr-rating svg { width: 14px; height: 14px; }
.tr-rating.pending { color: var(--ink-faint); font-weight: 600; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.tr-body { min-width: 0; }
.tr-highlight { background: color-mix(in srgb, var(--brass-soft) 42%, transparent); border: 1px solid var(--rule-brass); border-radius: 9px; padding: 9px 14px; }
.tr-highlight b { font-family: var(--serif); font-weight: 500; font-size: 1.04rem; color: var(--ink); display: block; line-height: 1.2; }
.tr-highlight span { font-size: 12.5px; color: var(--ink-faint); }
.tr-feats { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 11px; }
.tr-feats li { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--ink-soft); }
.tr-feats .ck { width: 15px; height: 15px; color: #4f9d6b; flex: none; }
[data-theme="dark"] .tr-feats .ck { color: #7fc79c; }
.tr-fine { font-size: 12.5px; color: var(--ink-faint); margin-top: 9px; font-family: var(--serif-read); }
/* Payment methods row on homepage toplist */
.tr-pay { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 11px; }
.tr-pay-label { font-size: 12px; color: var(--ink-faint); margin-right: 2px; }
.pay-chip { font-size: 12px; font-weight: 600; color: var(--ink-soft); background: var(--rule-soft, rgba(127,140,160,.10)); border: 1px solid var(--rule); border-radius: 6px; padding: 3px 8px; line-height: 1.2; }
.tr-cta { display: grid; gap: 8px; align-content: center; }
.tr-cta .tr-visit { justify-content: center; padding: 12px 16px; font-size: 15px; }
.tr-review { text-align: center; font-size: 13px; font-weight: 600; color: var(--ink-soft); border: 1px solid var(--rule-strong); border-radius: 9px; padding: 9px 14px; transition: border-color .2s var(--ease-out), color .2s var(--ease-out); }
.tr-review:hover { border-color: var(--brass); color: var(--brass); }
.toprow.is-sample { border-style: dashed; }
.toprow.is-sample .tr-logo { background: var(--rule-strong); color: var(--paper); box-shadow: none; }
.tr-flag { position: absolute; top: 10px; right: 14px; font-size: 9.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--sample); background: rgba(156,122,50,.12); border: 1px dashed var(--rule-strong); border-radius: 4px; padding: 2px 7px; }

/* ===== /sisarkasinot/ archive: hero + brand logo-tile grid (wagerpals-style) ===== */
.archive-hero { background: var(--navy); color: #eaf0fb; padding-block: clamp(40px, 7vw, 72px) clamp(30px, 5vw, 52px); }
.archive-hero .wrap { max-width: 880px; }
.archive-hero h1 { font-family: var(--serif); font-weight: 800; font-size: clamp(2rem, 5vw, 3.1rem); line-height: 1.05; letter-spacing: -.02em; margin: 6px 0 14px; }
.archive-hero h1 em { font-style: italic; color: var(--brass); }
.archive-hero .lede { font-size: clamp(1.02rem, 1.6vw, 1.18rem); line-height: 1.6; color: #b9c6df; max-width: 64ch; }
.archive-hero .crumbs, .archive-hero .crumbs a { color: #8fa1c2; }
.archive-badges { display: flex; flex-wrap: wrap; gap: 8px 10px; margin-top: 22px; }
.archive-badges .ab { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: #cdd8ee; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 7px 13px; }
.archive-badges .ab svg { width: 15px; height: 15px; color: var(--brass); flex: none; }

.brand-tiles { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(12px, 1.5vw, 18px); }
.brand-tile { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 18px 14px 16px; background: var(--card); border: 1px solid var(--rule); border-radius: 14px; transition: border-color .2s var(--ease-out), box-shadow .2s var(--ease-out), transform .2s var(--ease-out); }
.brand-tile:hover { border-color: var(--brass); box-shadow: 0 16px 38px -24px rgb(var(--shadow) / .5); transform: translateY(-2px); }
.bt-logo { display: grid; place-items: center; width: 100%; height: 84px; border-radius: 10px; overflow: hidden; padding: 12px 14px; }
.bt-logo.logo-dark { background: var(--navy); }
.bt-logo.logo-light { background: #fff; box-shadow: inset 0 0 0 1px var(--rule); }
.bt-logo.is-chip { background: var(--navy); }
.bt-logo img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.bt-chip { font-family: var(--serif); font-weight: 700; font-size: 1.6rem; color: var(--paper); }
.bt-name { font-weight: 700; font-size: 14.5px; line-height: 1.25; color: var(--ink); }
.bt-meta { font-size: 12px; color: var(--ink-faint); }
@media (max-width: 1024px) { .brand-tiles { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 760px)  { .brand-tiles { grid-template-columns: repeat(3, 1fr); gap: 10px; } .bt-logo { height: 68px; } }
@media (max-width: 460px)  { .brand-tiles { grid-template-columns: repeat(2, 1fr); } }

/* Tablet/mobile: 2-up vertical cards (wagerpals mobile layout) */
@media (max-width: 860px) {
  .toplist { grid-template-columns: 1fr 1fr; gap: 12px; }
  .toprow { grid-template-columns: 1fr; gap: 11px; padding: 16px 13px; align-content: start; }
  .tr-brand { grid-template-columns: 1fr; grid-template-areas: "logo" "name" "rating"; justify-items: center; text-align: center; row-gap: 5px; }
  .tr-logo { width: 46px; height: 46px; font-size: 18px; }
  .tr-name { font-size: 1.12rem; }
  .tr-highlight { padding: 8px 11px; }
  .tr-highlight b { font-size: .98rem; }
  .tr-feats { gap: 5px 12px; margin-top: 9px; }
  .tr-feats li { font-size: 12px; }
  .tr-fine { display: none; }            /* hide fine print in the compact 2-up cards */
  .tr-cta { grid-auto-flow: row; }
  .tr-cta .tr-visit { padding: 11px 12px; font-size: 14px; }
  .tr-rank { width: 26px; height: 26px; font-size: 13px; border-radius: 14px 0 11px 0; }
}
@media (max-width: 360px) {
  .toplist { grid-template-columns: 1fr; }
}

/* ============================================================
   HERO SHORTEN (impeccable shape) — tighter vertical rhythm so the
   primary CTA is never cut off; compact registry preview. Cleaner,
   shorter hero (wagerpals reference) without losing the proof card.
   ============================================================ */
.hero { padding-block: clamp(32px, 4.5vw, 58px) clamp(24px, 3.2vw, 40px); }
.hero-grid { align-items: center; }
.hero-main h1 { font-size: clamp(2.15rem, 3.9vw, 3.3rem); line-height: 1.05; max-width: 16ch; margin-bottom: 4px; }
.hero-main .lede { font-size: clamp(1.04rem, 1.7vw, 1.26rem); line-height: 1.5; margin-top: 15px; max-width: 44ch; }
.hero-main .trust-row { margin-top: 18px; padding-top: 16px; gap: 8px 22px; }
.hero-main .cta-row { margin-top: 20px; }
/* compact proof card: slimmer rows, capped */
.registry-preview { max-width: 380px; }
.rp-cap { padding: 10px 16px; }
.rp-row { padding: 9px 16px; }
.rp-foot { padding: 10px 16px; }
@media (max-width: 980px) {
  .hero { padding-block: clamp(28px, 6vw, 44px) clamp(22px, 4vw, 32px); }
  .registry-preview { max-width: 520px; }
}

/* ============================================================
   MONTSERRAT TYPE SYSTEM — single sans typeface. H1 bold; headings
   carry weight (Montserrat 400 is too light for display); tighter
   tracking on large type.
   ============================================================ */
.hero h1, .page-lead h1 { font-weight: 700; letter-spacing: -.02em; }
.sec-head h2, .rg h2 { font-weight: 700; letter-spacing: -.018em; }
.hero h1 em, .sec-head h2 em, .rg h2 em { font-weight: 700; }
.brand b { font-weight: 700; letter-spacing: -.01em; }
.eyebrow, .sec-kicker, .rp-title { font-weight: 700; }
.sec-kicker .num { font-weight: 700; }
.tr-name, .pick-name, .brand-name, .si-name, .brand-fact .v,
.author-body h3, .registry-cap b, aside.note dt, .verify-step h3,
.latest-empty-body h3, .longform h3, details.faq summary, .vn, .avatar span,
.brand-chip, .tr-logo, .rp-chip, .pick-chip { font-weight: 600; }
.faq-list details.faq summary { font-weight: 600; }
/* slightly tighter body line-height for Montserrat's wider set */
.longform > p, .article .prose p, .explain .prose p { line-height: 1.68; }

/* ============================================================
   BRAND REVIEW — snapshot, pros/cons, sources (page-brand-sister)
   ============================================================ */
.review-snap-band { padding-block: clamp(20px, 3vw, 34px); }
.review-snap {
  display: grid; grid-template-columns: 1.4fr .9fr; gap: clamp(20px, 3vw, 40px);
  background: var(--card); border: 1px solid var(--rule-strong); border-radius: 14px;
  padding: clamp(22px, 3vw, 34px); align-items: center;
  box-shadow: 0 18px 44px -28px rgb(var(--shadow) / .45);
}
.rs-verdict { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; }
.rs-rating { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 16px;
  background: color-mix(in srgb, var(--brass-soft) 45%, transparent); border: 1px solid var(--rule-brass); }
.rs-score { font-weight: 700; font-size: 2.5rem; color: var(--brass); line-height: 1; font-variant-numeric: tabular-nums; }
.rs-score.pending { font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-faint); text-align: center; }
.rs-out { font-size: 1rem; color: var(--ink-faint); font-weight: 600; }
.rs-text h2 { font-family: var(--serif); font-weight: 700; font-size: 1.2rem; letter-spacing: .04em; text-transform: uppercase; color: var(--brass); margin-bottom: 8px; }
.rs-text p { font-family: var(--serif-read); color: var(--ink-soft); font-size: 1.04rem; line-height: 1.55; }
.rs-text strong { color: var(--ink); font-weight: 700; }
.rs-facts { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; }
.rs-facts > div { display: flex; justify-content: space-between; gap: 14px; background: var(--card); padding: 11px 16px; }
.rs-facts dt { font-size: 13px; color: var(--ink-faint); }
.rs-facts dd { font-size: 13.5px; font-weight: 600; color: var(--ink); text-align: right; }
.brand-licdetail { display: flex; gap: 10px; align-items: flex-start; margin-top: 18px; font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }
.brand-licdetail svg { width: 17px; height: 17px; color: var(--brass); flex: none; margin-top: 2px; }
.brand-licdetail strong { color: var(--ink); }

.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pc-col { background: var(--card); border: 1px solid var(--rule); border-radius: 11px; padding: 22px 24px; }
.pc-col h3 { display: flex; align-items: center; gap: 9px; font-family: var(--serif); font-weight: 600; font-size: 1.15rem; margin-bottom: 14px; }
.pc-col h3 svg { width: 18px; height: 18px; flex: none; }
.pc-pros h3 svg { color: #4f9d6b; } .pc-cons h3 svg { color: var(--brass); }
[data-theme="dark"] .pc-pros h3 svg { color: #7fc79c; }
.pc-col ul { list-style: none; display: grid; gap: 10px; }
.pc-col li { font-size: 14.5px; color: var(--ink-soft); line-height: 1.5; padding-left: 16px; position: relative; }
.pc-col li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--rule-strong); }
.pc-pros li::before { background: #4f9d6b; } .pc-cons li::before { background: var(--brass); }

.sources { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; }
.sources li { display: flex; align-items: center; gap: 9px; background: var(--card); border: 1px solid var(--rule); border-radius: 9px; padding: 11px 15px; }
.sources svg { width: 16px; height: 16px; color: var(--brass); flex: none; }
.sources a { font-size: 13.5px; font-weight: 600; color: var(--ink-soft); word-break: break-word; border-bottom: 1px solid var(--rule-strong); }
.sources a:hover { color: var(--brass); border-color: var(--brass); }

@media (max-width: 760px) {
  .review-snap { grid-template-columns: 1fr; }
  .rs-verdict { grid-template-columns: auto 1fr; }
  .proscons { grid-template-columns: 1fr; }
}

/* ============================================================
   CASINO FACTS (scraped skeleton slot) + BLOG/NEWS (juttu)
   ============================================================ */
.casino-facts-band { padding-block: clamp(18px, 2.6vw, 30px); }
.cf-title { font-family: var(--serif); font-weight: 700; font-size: clamp(1.3rem, 2.4vw, 1.7rem); letter-spacing: -.01em; margin-bottom: 16px; }
.cf-title em { font-style: italic; color: var(--brass); }
.casino-facts { background: var(--card); border: 1px solid var(--rule-strong); border-radius: 14px; padding: clamp(18px, 2.5vw, 26px); }
.cf-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; }
.cf-item { background: var(--card); padding: 14px 16px; }
.cf-k { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 6px; }
.cf-v { font-family: var(--serif); font-weight: 600; font-size: 1.08rem; color: var(--ink); }
.cf-item.cf-pending .cf-v { color: var(--ink-faint); font-style: italic; font-weight: 500; }
.cf-item.cf-pending .cf-v::before { content: "⋯ "; color: var(--brass); }
.cf-note { font-size: 12.5px; color: var(--ink-faint); margin-top: 14px; }
.cf-note strong { color: var(--brass); font-weight: 600; }
@media (max-width: 860px) { .cf-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .cf-grid { grid-template-columns: 1fr 1fr; } .cf-item { padding: 11px 12px; } }

/* Blog index */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { background: var(--card); border: 1px solid var(--rule); border-radius: 13px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s var(--ease-out), border-color .2s var(--ease-out), box-shadow .2s var(--ease-out); }
.blog-card:hover { transform: translateY(-3px); border-color: var(--brass); box-shadow: 0 16px 36px -22px rgb(var(--shadow) / .45); }
.bc-cover { display: grid; place-items: center; aspect-ratio: 16 / 9; background: linear-gradient(135deg, var(--navy-2), var(--navy)); overflow: hidden; }
.bc-cover img { width: 100%; height: 100%; object-fit: cover; }
.bc-cover-ph { font-family: var(--serif); font-weight: 700; font-size: 2rem; color: var(--brass); opacity: .55; }
.bc-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.bc-meta { font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--ink-faint); text-transform: uppercase; }
.bc-title { font-family: var(--serif); font-weight: 600; font-size: 1.24rem; line-height: 1.2; }
.bc-excerpt { font-family: var(--serif-read); font-size: .98rem; color: var(--ink-soft); line-height: 1.55; flex: 1; }
.blog-card .text-link { margin-top: 4px; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .blog-grid { grid-template-columns: 1fr; } }

/* Blog empty state */
.blog-empty { text-align: center; max-width: 52ch; margin: 0 auto; padding: clamp(30px, 5vw, 60px) 0; }
.be-icon { width: 56px; height: 56px; margin: 0 auto 20px; color: var(--brass); }
.be-icon svg { width: 100%; height: 100%; }
.blog-empty h2 { font-family: var(--serif); font-weight: 700; font-size: 1.7rem; margin-bottom: 10px; }
.blog-empty p { font-family: var(--serif-read); color: var(--ink-soft); margin-bottom: 22px; }
.blog-empty .btn-primary { justify-content: center; }

/* Blog post */
.post-cover { border-radius: 13px; overflow: hidden; margin-bottom: clamp(22px, 4vw, 36px); border: 1px solid var(--rule); }
.post-cover img { width: 100%; height: auto; display: block; }
.post-source { display: flex; align-items: center; gap: 9px; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--rule); font-size: 14px; color: var(--ink-faint); }
.post-source svg { width: 16px; height: 16px; color: var(--brass); flex: none; }
.post-source a { color: var(--ink-soft); border-bottom: 1px solid var(--rule-strong); }
.post-source a:hover { color: var(--brass); border-color: var(--brass); }

/* ============================================================
   SISTER-REVIEW STRUCTURE — comparison tables, per-sister review
   blocks, methodology strip, verdict (betbond-style layout).
   ============================================================ */

/* Comparison tables (reuse .registry-frame shell) */
.cmp-table thead th:last-child { text-align: left; }
.cmp-table tbody td:last-child { text-align: left; }
.cmp-table tr.is-subject td { background: color-mix(in srgb, var(--brass-soft) 55%, transparent); }
.cmp-table tr.is-subject:hover td { background: color-mix(in srgb, var(--brass-soft) 70%, transparent); }
.cmp-table tr.is-subject td:first-child { box-shadow: inset 3px 0 0 var(--brass); }
.bc-logo { width: 40px; height: 40px; flex: none; border-radius: 8px; object-fit: contain; background: var(--navy); padding: 4px; box-shadow: inset 0 0 0 1px var(--rule-brass); }

/* Rating chip */
.rate { display: inline-flex; align-items: baseline; gap: 3px; font-family: var(--serif); }
.rate b { font-size: 1.22rem; font-weight: 700; color: var(--brass); }
.rate span { font-size: 12px; color: var(--ink-faint); }
.rate.pending { font-family: var(--sans); font-size: 12.5px; font-style: italic; color: var(--ink-faint); }

/* Per-sister review blocks */
.sister-reviews { display: flex; flex-direction: column; gap: clamp(18px, 3vw, 28px); }
.sister-review {
  background: var(--card); border: 1px solid var(--rule-strong); border-radius: 10px;
  padding: clamp(20px, 3vw, 30px);
  box-shadow: 0 18px 48px -32px rgb(var(--shadow) / .4);
}
.sr-head { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.sr-logo { width: 60px; height: 60px; flex: none; border-radius: 12px; object-fit: contain; background: var(--navy); padding: 7px; box-shadow: inset 0 0 0 1px var(--rule-brass); }
.sr-chip {
  width: 60px; height: 60px; flex: none; border-radius: 12px; display: grid; place-items: center;
  font-family: var(--serif); font-weight: 600; font-size: 24px; color: var(--navy);
  background: var(--brass); box-shadow: inset 0 0 0 1px rgba(0,0,0,.12);
}
.sr-headtext { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.sr-headtext h3 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.18rem, 2.4vw, 1.42rem); line-height: 1.18; letter-spacing: -.01em; }
.sr-summary { color: var(--ink-soft); font-family: var(--serif-read); font-size: 1.04rem; line-height: 1.6; margin-bottom: 18px; }

/* Per-sister homepage screenshot (verified capture from the official site) */
.sr-shot { margin: 0 0 20px; }
.sr-shot img { display: block; width: 100%; height: auto; aspect-ratio: 1440 / 810; object-fit: cover; object-position: top center; border-radius: 12px; border: 1px solid var(--rule); box-shadow: 0 10px 30px rgba(15, 23, 42, .10); background: var(--navy); }
.sr-shot figcaption { margin-top: 8px; font-size: 13px; color: var(--ink-faint, #8a93a3); text-align: center; font-style: italic; }

/* Per-sister key-value summary table */
.sr-summary-table { border: 1px solid var(--rule); border-radius: 8px; overflow: hidden; }
.sr-summary-table table { min-width: 0; }
.sr-summary-table th, .sr-summary-table td { padding: 11px 16px; border-bottom: 1px solid var(--rule); font-size: 14.5px; vertical-align: top; }
.sr-summary-table tr { transition: none; }
.sr-summary-table tr:hover { background: transparent; }
.sr-summary-table tr:last-child th, .sr-summary-table tr:last-child td { border-bottom: 0; }
.sr-summary-table th[scope="row"] {
  text-align: left; width: 42%; font-family: var(--sans); font-weight: 600;
  font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-faint);
  background: var(--paper-2); white-space: normal;
}
.sr-summary-table td { color: var(--ink); font-weight: 500; }

/* Per-sister CTA row */
.sr-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.sr-cta .btn-quiet svg, .sr-cta .btn-primary svg { width: 15px; height: 15px; }

/* Methodology strip */
.method-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 26px); margin-bottom: 24px; }
.ms-item { background: var(--card); border: 1px solid var(--rule); border-radius: 10px; padding: 22px 22px 24px; }
.ms-ico { width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; background: var(--brass-soft); margin-bottom: 14px; }
.ms-ico svg { width: 21px; height: 21px; color: var(--brass); }
.ms-item h3 { font-family: var(--serif); font-weight: 600; font-size: 1.1rem; margin-bottom: 7px; }
.ms-item p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.55; }

/* Verdict / recommendation card */
.verdict-card { background: var(--card); border: 1px solid var(--rule-strong); border-top: 3px solid var(--brass); border-radius: 8px; padding: clamp(22px, 3.4vw, 34px); }
.verdict-card p { color: var(--ink-soft); font-family: var(--serif-read); font-size: 1.08rem; line-height: 1.65; }
.verdict-card p + p { margin-top: 14px; }
.verdict-card .vc-pending { color: var(--ink-faint); font-family: var(--sans); font-size: 14.5px; font-style: italic; }
.verdict-card .vc-pending strong { color: var(--brass); font-style: normal; }

@media (max-width: 760px) {
  .method-strip { grid-template-columns: 1fr; }
  .sr-head { gap: 13px; }
  .sr-logo, .sr-chip { width: 50px; height: 50px; font-size: 20px; }
}

/* ============================================================
   LIGHT THEME — brighten + strong band↔surface contrast.
   Default theme is now light. Featured casino cards (.toprow)
   go DARK on the cream page for maximum block↔grid contrast
   (chosen treatment "V3"); other light surfaces gain elevation
   so they lift cleanly off the bands (fixes cream-on-cream).
   ============================================================ */

/* Light content surfaces lift off the cream bands */
[data-theme="light"] .registry-frame,
[data-theme="light"] .sister-review,
[data-theme="light"] .verdict-card,
[data-theme="light"] .author-card,
[data-theme="light"] .ms-item,
[data-theme="light"] .sr-summary-table {
  box-shadow: 0 16px 40px -22px rgba(20,29,51,.30), 0 2px 6px -3px rgba(20,29,51,.10);
}
[data-theme="light"] .ms-item { background: #fffdf8; }

/* FEATURED CASINO CARDS — dark navy cards on the light page (V3) */
[data-theme="light"] .toprow {
  background: #16203a;
  border: 1px solid #283656;
  border-radius: 15px;
  box-shadow: 0 20px 44px -22px rgba(20,29,51,.42);
  color: #f0ead9;
}
[data-theme="light"] .toprow .tr-name { color: #f6f1e4; }
[data-theme="light"] .toprow .tr-rating { color: #f0b73e; }
[data-theme="light"] .toprow .tr-rating.pending { color: #8790a8; }
[data-theme="light"] .toprow .tr-highlight { background: #1e2a45; border-color: #324063; }
[data-theme="light"] .toprow .tr-highlight b { color: #f0ead9; }
[data-theme="light"] .toprow .tr-highlight span { color: #aeb6c9; }
[data-theme="light"] .toprow .tr-feats li { color: #c3c9d8; }
[data-theme="light"] .toprow .tr-feats .ck { color: #8fb4ee; }
[data-theme="light"] .toprow .tr-fine { color: #9aa2b8; }
[data-theme="light"] .toprow .tr-logo { background: #3f74c9; color: #061226; }
[data-theme="light"] .toprow .tr-rank { background: #3f74c9; color: #061226; }
[data-theme="light"] .toprow .btn-primary { background: #3f74c9; color: #ffffff; box-shadow: none; }
[data-theme="light"] .toprow .btn-primary:hover { background: #5587d8; }
[data-theme="light"] .toprow .tr-review { color: #8fb4ee; }
[data-theme="light"] .toprow .tr-flag { background: #2a3550; color: #c3c9d8; }

/* ============================================================
   HERO / PAGE HEADERS — ONE consistent dark Finland-blue panel with
   white text across every page (.hero on the homepage, .page-lead on
   all inner pages). Aurora glow minimized to a faint single hint so it
   reads as a solid Finnish blue.
   ============================================================ */
[data-theme="light"] .hero,
[data-theme="light"] .page-lead {
  background:
    radial-gradient(110% 130% at 88% -20%, rgba(70,200,216,.06), transparent 46%),
    linear-gradient(152deg, #073a76 0%, #002F6C 55%, #001a3c 100%);
  color: #e9f1fc;
}
[data-theme="light"] .hero-motion { opacity: .22; }
/* white text — shared across home hero + inner page headers */
[data-theme="light"] .hero-main h1,
[data-theme="light"] .page-lead h1 { color: #ffffff; }
[data-theme="light"] .hero-main h1 em,
[data-theme="light"] .page-lead h1 em { color: #7db4f3; }
[data-theme="light"] .hero-main .lede,
[data-theme="light"] .page-lead .lede { color: rgba(233,241,252,.85); }
[data-theme="light"] .hero-main .eyebrow,
[data-theme="light"] .page-lead .eyebrow { color: #8fc4f2; }
[data-theme="light"] .hero-main .eyebrow::before,
[data-theme="light"] .page-lead .eyebrow::before { background: #8fc4f2; opacity: .8; }
[data-theme="light"] .hero-main .trust { color: rgba(233,241,252,.82); }
[data-theme="light"] .hero-main .trust svg { color: #7db4f3; }
[data-theme="light"] .hero-main .updated { color: rgba(233,241,252,.72); }
[data-theme="light"] .hero-main .updated .dot { background: #5fb0e6; box-shadow: 0 0 0 3px rgba(95,176,230,.22); }
[data-theme="light"] .hero-main .btn-primary { background: #3f74c9; color: #ffffff; box-shadow: 0 12px 30px -10px rgba(0,0,0,.55); }
[data-theme="light"] .hero-main .btn-primary:hover { background: #5587d8; }
/* breadcrumbs sit on the dark header now */
[data-theme="light"] .page-lead .breadcrumbs { color: rgba(233,241,252,.62); }
[data-theme="light"] .page-lead .breadcrumbs a { color: rgba(233,241,252,.82); }
[data-theme="light"] .page-lead .breadcrumbs a:hover { color: #ffffff; }
[data-theme="light"] .page-lead .breadcrumbs .sep { color: rgba(233,241,252,.4); }
/* shorter homepage H1 → exactly two lines ("Sisarkasinot 2026:" / "varmennetut sisarsivustot") */
.hero-main h1 { max-width: 34ch; text-wrap: normal; font-size: clamp(1.95rem, 3vw, 2.55rem); line-height: 1.1; }
@media (max-width: 760px) { .hero-main h1 { font-size: clamp(1.9rem, 8vw, 2.5rem); } }

/* ============================================================
   SCRAPED CASINO LOGOS — published into the theme by the build
   adapter. Real logos read on white tiles (any brand colour shows);
   monogram chip is the fallback when no logo exists.
   ============================================================ */
.bc-logo, .sr-logo { background: #ffffff; object-fit: contain; }
.bc-logo { padding: 4px; }
.sr-logo { padding: 8px; }
[data-theme="light"] .toprow .tr-logo.has-img { background: #ffffff; color: transparent; padding: 8px; overflow: hidden; }
.tr-logo.has-img img { width: 100%; height: 100%; object-fit: contain; display: block; }
/* luminance-detected tiles: light logos → dark tile, dark logos → white tile */
.bc-logo.logo-dark, .sr-logo.logo-dark, [data-theme="light"] .toprow .tr-logo.has-img.logo-dark { background: #0e1830; }
.bc-logo.logo-light, .sr-logo.logo-light, [data-theme="light"] .toprow .tr-logo.has-img.logo-light { background: #ffffff; }

/* ============================================================
   REVIEW HERO (wagerpals-style, centered) + TOP-PICK CARDS (betbond-style).
   ============================================================ */
.review-hero .wrap { text-align: center; max-width: 880px; }
.review-hero .breadcrumbs, .review-hero .eyebrow { justify-content: center; }
.review-hero h1, .review-hero .lede { margin-left: auto; margin-right: auto; }
.review-hero .lede { max-width: 60ch; }
.hero-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }
.hero-pills .pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 600; color: rgba(233,241,252,.9);
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  border-radius: 100px; padding: 7px 15px;
}
.hero-pills .pill svg { width: 15px; height: 15px; }
.hero-pills .pill-ok { color: #bfe9d8; border-color: rgba(95,224,176,.38); background: rgba(95,224,176,.12); }
.hero-pills .pill-ok svg { color: #5fe0b0; }

/* centered section head (used by the picks band) */
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; max-width: 64ch; }
.sec-head.center .sec-kicker { justify-content: center; }

/* top-pick card grid — betbond-exact: rank · logo · name · 5 stars · bonus · 2×2 pills · perks · CTA */
.pick-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.4vw, 18px); }
.pick-card {
  position: relative; display: flex; flex-direction: column; gap: 9px; text-align: center;
  background: #16213c; border: 1px solid #28365a; border-radius: 13px;
  padding: 15px 13px 14px;
  box-shadow: 0 16px 38px -28px rgb(var(--shadow) / .5);
}
.pc-rank {
  position: absolute; top: -10px; left: 12px; z-index: 2;
  width: 23px; height: 23px; border-radius: 7px; display: grid; place-items: center;
  font-family: var(--serif); font-weight: 700; font-size: 12.5px; color: #fff;
  background: #3f74c9; box-shadow: 0 5px 13px -3px rgba(0,47,108,.6);
}
.pc-logo-wrap { width: 100%; height: 88px; border-radius: 10px; display: grid; place-items: center; overflow: hidden; padding: 12px 14px; }
.pc-logo-wrap.has-img.logo-dark { background: #0e1830; }
.pc-logo-wrap.has-img.logo-light { background: #ffffff; }
.pc-logo-wrap.is-chip { background: #3f74c9; }
.pc-logo-wrap img { max-width: 100%; max-height: 62px; width: auto; height: auto; object-fit: contain; display: block; }
.pc-logo-wrap.is-chip span { font-family: var(--serif); font-weight: 700; font-size: 22px; color: #fff; }
.pc-name { font-family: var(--serif); font-weight: 700; font-size: 1.06rem; color: #fff; line-height: 1.12; }
.pc-stars { display: inline-flex; align-items: center; justify-content: center; gap: 1.5px; line-height: 1; }
.pc-stars svg { width: 13px; height: 13px; color: #f5b40a; }
.pc-rnum { font-family: var(--serif); font-weight: 700; font-size: 0.85rem; color: #c3c9d8; margin-left: 6px; }
.pc-rpending { font-size: 11.5px; font-style: italic; color: #9aa3b8; }
.pc-bonus-line { font-family: var(--serif); font-weight: 700; font-size: 0.92rem; color: #fff; line-height: 1.26; padding: 1px 2px 2px; }
.pc-bonus-line.empty { color: #9aa3b8; font-weight: 500; }
.pc-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.pc-pill { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 600; color: #c3c9d8; background: #1d2942; border: 1px solid #2c3a5b; border-radius: 7px; padding: 5px 8px; min-width: 0; }
.pc-pill svg { width: 12px; height: 12px; color: #8791a8; flex: none; }
.pc-pill span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pc-pill.ok { color: #bfe9d8; }
.pc-pill.ok svg { color: #5fe0b0; }
.pc-perks { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 14px; }
.pc-perk { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 600; color: #8fb4ee; }
.pc-perk svg { width: 13px; height: 13px; color: #5fb0e6; flex: none; }
.pc-cta { width: 100%; justify-content: center; background: #3f74c9; color: #fff; font-size: 14px; padding: 11px 16px; margin-top: 2px; }
.pc-cta:hover { background: #5587d8; }

@media (max-width: 1100px) { .pick-cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px)  { .pick-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px)  { .pick-cards { grid-template-columns: 1fr; } }

/* --- assets/css/components.css --- */
/* ============================================================
   components.css — intentionally empty.

   For theme-engine-suomi-a (the Sisarkasino-opas editorial design)
   ALL design + component CSS lives in style-base.css so the
   classic-php adapter's assembled style.css reproduces the
   frontend-design.html look exactly. The adapter still concatenates
   this file after style-base.css; keep design-bakeoff component CSS
   in style-base.css, not here.
   ============================================================ */
