/*
Theme Name: Brite kasinot
Theme URI: https://brite-kasinot.io/
Author: Nordvik Media AB
Description: Riisuttu, nopea teema maksutapavertailuun. Musta ylapalkki, valkoinen sisältö, vihreä toimintopainike. Sisältää Kasino-sisältötyypin, listaus-shortcoden ja luottamusmerkit.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: brite-kasinot
*/

:root {
  /* deliberately flat: near-black, white, one green */
  --ink-900: #111315;
  --ink-800: #1d2124;
  --ink-700: #2c3236;
  --ink-600: #414a4f;

  --green-500: #1aa251;
  --green-600: #15833f;
  --green-400: #2fbe66;
  --green-ink: #ffffff;

  --link: #12703a;

  --bg: #ffffff;
  --bg-alt: #f6f7f8;
  --card: #ffffff;
  --line: #e3e6e8;
  --line-strong: #c9cfd3;

  --tx: #1b1f22;
  --tx-soft: #4d565b;
  --tx-faint: #6f797e;
  --on-dark: #f2f4f5;
  --on-dark-soft: #a8b1b6;

  --pos: #1aa251;
  --pos-bg: #e8f6ee;
  --neg: #c23934;
  --neg-bg: #fdecec;
  --warn: #8a6209;
  --warn-bg: #fff8e6;

  --w-text: 780px;
  --w-wide: 1060px;
  --w-toc: 1300px;
  --r: 8px;
  --r-lg: 12px;
  --shadow-1: 0 1px 2px rgba(17, 19, 21, .05);
  --shadow-2: 0 2px 10px rgba(17, 19, 21, .08);
  --header-h: 60px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--tx);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img, svg, iframe { max-width: 100%; height: auto; }

/* ---------------------------------------------------------------- layout */

.wrap { width: 100%; max-width: var(--w-text); margin-inline: auto; padding-inline: 20px; }
.wrap-wide { width: 100%; max-width: var(--w-wide); margin-inline: auto; padding-inline: 20px; }
main section { scroll-margin-top: calc(var(--header-h) + 14px); }

.entry-content > * { max-width: var(--w-text); margin-inline: auto; }
.entry-content > .alignwide { max-width: var(--w-wide); }
.entry-content > .alignfull { max-width: none; }

/* ---------------------------------------------------------------- type */

h1, h2, h3, h4 {
  font-weight: 700; line-height: 1.25; letter-spacing: -.011em;
  color: var(--ink-900); margin: 0 0 .55em; text-wrap: balance;
}
h1 { font-size: clamp(1.85rem, 4.4vw, 2.4rem); margin-top: 0; letter-spacing: -.018em; }
h2 { font-size: clamp(1.38rem, 3vw, 1.6rem); margin-top: 2.2em; }
h3 { font-size: clamp(1.1rem, 2.2vw, 1.18rem); margin-top: 1.8em; margin-bottom: .4em; }
h4 { font-size: 1.02rem; margin-top: 1.4em; margin-bottom: .3em; }
h2 + h3, h3 + h4 { margin-top: .9em; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--link); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }

strong { font-weight: 700; color: var(--ink-800); }

ul, ol { margin: 0 0 1.2em; padding-left: 1.3em; }
li { margin-bottom: .4em; }

.lead { font-size: 1.08rem; }
.small { font-size: .9rem; color: var(--tx-faint); }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.4em 0; }

/* ---------------------------------------------------------------- header */

.masthead {
  position: sticky; top: 0; z-index: 60; height: var(--header-h);
  background: var(--ink-900);
}
.admin-bar .masthead { top: 32px; }
@media (max-width: 782px) { .admin-bar .masthead { top: 46px; } }

.masthead .bar {
  max-width: var(--w-wide); margin-inline: auto; padding-inline: 20px;
  height: var(--header-h); display: flex; align-items: center; gap: 18px;
}
.masthead .brand { display: flex; align-items: center; margin-right: auto; text-decoration: none; }
.masthead .brand img { height: 22px; width: auto; display: block; }

.masthead-nav ul { list-style: none; display: flex; gap: 20px; margin: 0; padding: 0; }
.masthead-nav li { margin: 0; }
.masthead-nav a {
  color: var(--on-dark-soft); font-size: .9rem; font-weight: 600;
  text-decoration: none; white-space: nowrap;
}
.masthead-nav a:hover { color: #fff; }
@media (max-width: 860px) { .masthead-nav { display: none; } }

/* ---------------------------------------------------------------- buttons */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: inherit; font-weight: 700; font-size: .97rem; line-height: 1;
  padding: 13px 22px; border-radius: var(--r); border: 0;
  text-decoration: none; cursor: pointer; text-align: center;
  transition: background-color .12s ease;
}
.btn:hover { text-decoration: none; }

.btn-cta { background: var(--green-500); color: var(--green-ink); }
.btn-cta:hover { background: var(--green-600); color: #fff; }

.btn-ghost { background: #fff; color: var(--ink-800); border: 1.5px solid var(--line-strong); }
.btn-ghost:hover { border-color: var(--ink-800); }

.btn-sm { padding: 9px 15px; font-size: .87rem; }
.btn-block { display: flex; width: 100%; }
.masthead-cta { padding: 9px 16px; font-size: .88rem; }

/* ---------------------------------------------------------------- page top (plain) */

/* No hero banner. The H1 sits straight on the page, matching the reference. */
.pagetop-plain { padding: 34px 0 6px; }
.pagetop-plain h1 { margin-bottom: .35em; }

.byline {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px;
  margin: 0 0 20px; font-size: .86rem; color: var(--tx-faint);
  padding-bottom: 16px; border-bottom: 1px solid var(--line);
}
.byline .who { display: flex; align-items: center; gap: 7px; }
.byline img { width: 26px; height: 26px; border-radius: 50%; display: block; }
.byline a { color: var(--ink-800); font-weight: 700; text-decoration: none; }
.byline a:hover { text-decoration: underline; }
.byline .sep { color: var(--line-strong); }
@media (max-width: 620px) {
  .byline { flex-direction: column; align-items: flex-start; gap: 7px; }
  .byline .sep { display: none; }
}

.intro-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 6px; }

/* ---------------------------------------------------------------- toplist */

.ranklist { display: flex; flex-direction: column; gap: 12px; margin: 22px 0 10px; }

.rank-item {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 18px 20px; display: grid; gap: 18px;
  grid-template-columns: 34px minmax(120px, .9fr) minmax(130px, .9fr) minmax(160px, 1.1fr) minmax(150px, .8fr);
  align-items: center; position: relative;
}
.rank-item:hover { box-shadow: var(--shadow-2); }
.rank-item.is-top { border-color: var(--ink-900); }

.rank-tag {
  position: absolute; top: -10px; left: 18px; background: var(--ink-900); color: #fff;
  font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 999px;
}

.rank-no { font-size: 1.15rem; font-weight: 700; color: var(--tx-faint); text-align: center; }

.rank-who { display: flex; flex-direction: column; gap: 6px; min-width: 0; align-items: center; text-align: center; }
.rank-logo { height: 44px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.rank-logo img { max-height: 40px; width: auto; }
.rank-logo.is-empty {
  width: 100%; border: 1px dashed var(--line-strong); border-radius: 6px;
  color: var(--tx-faint); font-size: .76rem; font-weight: 600;
}
.rank-name { font-weight: 700; color: var(--ink-900); font-size: 1rem; }
.rank-score { font-size: .82rem; color: var(--tx-faint); }
.rank-stars { color: #f5b301; letter-spacing: 1px; }

.rank-data { margin: 0; font-size: .85rem; }
.rank-data div { display: flex; justify-content: space-between; gap: 10px; padding: 2px 0; }
.rank-data dt { color: var(--tx-faint); }
.rank-data dd { margin: 0; font-weight: 600; color: var(--ink-800); text-align: right; }

.rank-perks { list-style: none; margin: 0; padding: 0; font-size: .82rem; font-weight: 600; }
.rank-perks li { display: flex; gap: 7px; align-items: flex-start; margin-bottom: .4em; line-height: 1.4; text-transform: uppercase; letter-spacing: .01em; }
.rank-perks li::before {
  content: "✓"; flex: none; color: #fff; background: var(--green-500);
  width: 15px; height: 15px; border-radius: 50%; display: grid; place-items: center;
  font-size: .62rem; margin-top: 2px;
}

.rank-cta { display: flex; flex-direction: column; gap: 7px; }
.rank-cta .rank-legal { font-size: .7rem; color: var(--tx-faint); text-align: center; line-height: 1.35; }

@media (max-width: 960px) {
  .rank-item { grid-template-columns: 34px 1fr 1fr; row-gap: 14px; }
  .rank-perks { grid-column: 2 / -1; }
  .rank-cta { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .rank-item { grid-template-columns: 1fr; text-align: center; }
  .rank-no { text-align: left; }
  .rank-data, .rank-perks, .rank-cta { grid-column: 1; }
  .rank-perks li { text-align: left; }
}

.rank-slot {
  border: 2px dashed var(--green-500); background: var(--pos-bg);
  border-radius: var(--r-lg); padding: 24px 20px; text-align: center; margin: 22px 0;
}
.rank-slot .flag {
  display: inline-block; background: var(--green-500); color: #fff;
  font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 999px; margin-bottom: 9px;
}
.rank-slot p { margin: 0; color: var(--ink-800); font-weight: 600; font-size: .92rem; }
.rank-slot code { background: rgba(0, 0, 0, .06); padding: 1px 5px; border-radius: 3px; font-size: .88em; }

/* ---------------------------------------------------------------- picks (kept simple) */

.picks { margin: 18px auto 0; }
.picks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 800px) { .picks-grid { grid-template-columns: 1fr; } }
.picks-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 16px; text-align: center; display: flex; flex-direction: column; gap: 9px;
}
.picks-card.is-top { border-color: var(--ink-900); }
.picks-tag {
  align-self: center; background: var(--bg-alt); color: var(--ink-800); font-size: .68rem;
  font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px;
}
.picks-card.is-top .picks-tag { background: var(--ink-900); color: #fff; }
.picks-logo { height: 40px; display: flex; align-items: center; justify-content: center; }
.picks-logo img { max-height: 36px; width: auto; }
.picks-logo.is-empty { border: 1px dashed var(--line-strong); border-radius: 6px; color: var(--tx-faint); font-size: .78rem; font-weight: 600; }
.picks-offer { font-weight: 700; color: var(--ink-900); font-size: .98rem; line-height: 1.35; }
.picks-meta { font-size: .8rem; color: var(--tx-faint); margin-top: -4px; }

/* ---------------------------------------------------------------- content blocks */

.callout {
  background: var(--bg-alt); border: 1px solid var(--line); border-left: 4px solid var(--green-500);
  border-radius: var(--r); padding: 20px 22px; margin: 2.1em auto;
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between;
}
.callout h3 { margin: 0 0 .25em; font-size: 1.08rem; }
.callout p { color: var(--tx-soft); margin: 0; font-size: .93rem; max-width: 48ch; }
.callout .btn { flex: none; }

.toc, .contents-inline {
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 18px 22px; margin: 26px auto;
}
.toc h2 { margin: 0 0 .6em; font-size: 1rem; }
.toc ol { margin: 0; padding-left: 1.2em; columns: 2; column-gap: 26px; font-size: .9rem; }
.toc li { margin-bottom: .3em; break-inside: avoid; }
.toc a { color: var(--tx-soft); font-weight: 500; text-decoration: none; }
.toc a:hover { color: var(--link); text-decoration: underline; }
@media (max-width: 640px) { .toc ol { columns: 1; } }

.note {
  background: var(--bg-alt); border: 1px solid var(--line); border-left: 4px solid var(--ink-700);
  border-radius: var(--r); padding: 15px 20px; margin: 1.6em auto;
}
.note.warn { background: var(--warn-bg); border-color: #f0e3c0; border-left-color: #d9a520; }
.note.warn strong { color: var(--warn); }
.note p:last-child { margin-bottom: 0; }
.note h3, .note h4 { margin-top: 0; }

.pointlist {
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 18px 22px; margin: 1.7em auto;
}
.pointlist ul { list-style: none; padding: 0; margin: 0; }
.pointlist li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: .5em; }
.pointlist li::before {
  content: "✓"; flex: none; color: #fff; background: var(--green-500);
  width: 19px; height: 19px; border-radius: 50%; display: grid; place-items: center;
  font-size: .72rem; font-weight: 700; margin-top: 3px;
}

figure { margin: 1.8em auto; }
figure img, figure svg { border-radius: var(--r); display: block; width: 100%; }
figcaption { font-size: .84rem; color: var(--tx-faint); margin-top: .55em; text-align: center; }

.table-wrap { overflow-x: auto; margin: 1.6em auto; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; font-size: .91rem; }
th, td { padding: 10px 13px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
thead th { background: var(--bg-alt); color: var(--ink-900); font-weight: 700; font-size: .87rem; border-bottom: 2px solid var(--line-strong); }
tbody tr:last-child td { border-bottom: 0; }

.prosandcons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 1.7em auto; }
@media (max-width: 680px) { .prosandcons { grid-template-columns: 1fr; } }
.prosandcons > div { border-radius: var(--r-lg); padding: 16px 20px; border: 1px solid var(--line); }
.prosandcons .pro { background: var(--pos-bg); border-color: #c5e6d3; }
.prosandcons .con { background: var(--neg-bg); border-color: #f2cdcb; }
.prosandcons h3 { margin-top: 0; font-size: 1.02rem; }
.prosandcons .pro h3 { color: var(--pos); }
.prosandcons .con h3 { color: var(--neg); }
.prosandcons ul { list-style: none; padding: 0; margin: 0; font-size: .92rem; }
.prosandcons li { display: flex; gap: 8px; align-items: flex-start; margin-bottom: .45em; }
.prosandcons .pro li::before { content: "+"; color: var(--pos); font-weight: 700; flex: none; }
.prosandcons .con li::before { content: "−"; color: var(--neg); font-weight: 700; flex: none; }

.steps { counter-reset: s; list-style: none; padding: 0; margin: 1.7em auto; }
.steps > li { counter-increment: s; position: relative; padding: 0 0 0 46px; margin-bottom: 1.4em; }
.steps > li::before {
  content: counter(s); position: absolute; left: 0; top: 1px; width: 30px; height: 30px;
  border-radius: 50%; background: var(--ink-900); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: .95rem;
}
.steps h3 { margin-top: 0; margin-bottom: .3em; }

.person {
  display: flex; gap: 15px; align-items: flex-start; background: var(--bg-alt);
  border: 1px solid var(--line); border-radius: var(--r-lg); padding: 16px 20px; margin: 1.3em auto;
}
.person img { width: 56px; height: 56px; border-radius: 50%; flex: none; }
.person h3 { margin: 0 0 .15em; font-size: 1.02rem; }
.person .role { color: var(--tx-faint); font-weight: 600; font-size: .85rem; margin-bottom: .5em; }
.person p { margin: 0 0 .5em; font-size: .92rem; color: var(--tx-soft); }

.testbox {
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 20px 22px; margin: 1.7em auto;
}
.testbox h3 { margin-top: 0; }

.faq { margin: 1.5em auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary {
  cursor: pointer; padding: 15px 40px 15px 0; font-weight: 700; color: var(--ink-900);
  position: relative; list-style: none; font-size: 1rem; line-height: 1.45;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 8px; top: 50%; width: 8px; height: 8px;
  border-right: 2px solid var(--tx-faint); border-bottom: 2px solid var(--tx-faint);
  transform: translateY(-70%) rotate(45deg); transition: transform .18s ease;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq .answer { padding: 0 0 16px; color: var(--tx-soft); font-size: .95rem; }
.faq .answer p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------------- sticky mobile CTA */

.mobilebar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: var(--ink-900); border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 8px 14px calc(8px + env(safe-area-inset-bottom));
  display: none; align-items: center; gap: 12px;
}
.mobilebar .txt { color: #fff; font-size: .8rem; line-height: 1.3; min-width: 0; }
.mobilebar .txt b { display: block; font-size: .9rem; }
.mobilebar .txt span { color: var(--on-dark-soft); }
.mobilebar .btn { flex: none; margin-left: auto; }
@media (max-width: 860px) { .mobilebar { display: flex; } body { padding-bottom: 64px; } }

/* ---------------------------------------------------------------- crumbs / inner pages */

.crumbs { font-size: .83rem; color: var(--tx-faint); padding: 20px 0 0; }
.crumbs a { color: var(--tx-faint); font-weight: 500; text-decoration: none; }
.crumbs a:hover { color: var(--link); text-decoration: underline; }
.crumbs span.sep { margin: 0 6px; opacity: .6; }

.subhead { padding: 6px 0 4px; }
.subhead h1 { margin-bottom: .3em; }
.subhead > .wrap > p { color: var(--tx-soft); margin: 0 0 4px; }

.legal h2 { font-size: 1.28rem; margin-top: 2em; padding-top: .7em; border-top: 1px solid var(--line); }
.legal h2:first-of-type { border-top: 0; padding-top: 0; }
.legal h3 { font-size: 1.05rem; }

/* ---------------------------------------------------------------- contents rail */

.article-shell { width: 100%; max-width: var(--w-toc); margin-inline: auto; padding-inline: 20px; }
.contents-rail { display: none; }

@media (min-width: 1180px) {
  .article-shell {
    display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 46px; align-items: start;
  }
  .article-shell > .entry-content { min-width: 0; }
  .article-shell > .entry-content > * { margin-inline: 0; }
  .contents-rail { position: sticky; top: calc(var(--header-h) + 18px); display: block; }
  .contents-inline { display: none; }
}

.contents-rail nav {
  border-left: 2px solid var(--line); padding: 2px 0 2px 16px;
  max-height: calc(100vh - var(--header-h) - 48px); overflow-y: auto; overscroll-behavior: contain;
}
.contents-rail h2 { margin: 0 0 .7em; font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; color: var(--tx-faint); }
.contents-rail ol { list-style: none; margin: 0; padding: 0; font-size: .85rem; }
.contents-rail li { margin-bottom: .1em; }
.contents-rail a { display: block; padding: 4px 0; color: var(--tx-faint); font-weight: 500; text-decoration: none; }
.contents-rail a:hover { color: var(--link); }
.contents-rail a.is-active { color: var(--ink-900); font-weight: 700; }

/* ---------------------------------------------------------------- sources + changelog */

.sources { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px 22px; margin: 1.9em auto; }
.sources h2, .sources h3 { margin-top: 0; }
.sources ol, .sources ul { margin: 0; padding-left: 1.2em; font-size: .91rem; }
.sources li { margin-bottom: .4em; }
.sources .src-note { font-size: .83rem; color: var(--tx-faint); margin: .8em 0 0; }

.changelog { list-style: none; margin: 1.1em 0 0; padding: 0; font-size: .89rem; }
.changelog li { display: flex; gap: 14px; padding: 7px 0; border-bottom: 1px solid var(--line); }
.changelog li:last-child { border-bottom: 0; }
.changelog time { flex: none; width: 76px; color: var(--tx-faint); font-variant-numeric: tabular-nums; }

/* ---------------------------------------------------------------- footer */

.sitefoot { background: var(--ink-900); color: var(--on-dark-soft); font-size: .88rem; padding: 36px 0 22px; margin-top: 52px; }
.sitefoot a { color: var(--on-dark-soft); font-weight: 500; text-decoration: none; }
.sitefoot a:hover { color: #fff; text-decoration: underline; }
.sitefoot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px 24px; }
.sitefoot h3 { color: #fff; font-size: .92rem; margin: 0 0 .8em; }
.sitefoot ul { list-style: none; padding: 0; margin: 0; }
.sitefoot li { margin-bottom: .42em; }
.sitefoot-brand img { height: 20px; margin-bottom: 13px; }
.sitefoot .addr { font-style: normal; line-height: 1.7; }

/* trust seals */
.seals {
  display: flex; flex-wrap: wrap; gap: 9px; align-items: stretch;
  margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .13);
}
.seal {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px; padding: 9px 13px; color: var(--on-dark);
  font-size: .78rem; font-weight: 600; line-height: 1.25; text-decoration: none;
}
a.seal:hover { border-color: rgba(255, 255, 255, .38); background: rgba(255, 255, 255, .09); color: #fff; text-decoration: none; }
.seal svg, .seal img { flex: none; display: block; }
.seal b { display: block; color: #fff; font-weight: 700; }
.seal span { display: block; color: var(--on-dark-soft); font-size: .7rem; font-weight: 500; }
.seal-18 {
  width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--green-400);
  color: var(--green-400); font-weight: 700; font-size: .74rem;
  display: inline-grid; place-items: center; flex: none;
}
@media (max-width: 560px) { .seal { flex: 1 1 100%; } }

.sitefoot-base {
  border-top: 1px solid rgba(255, 255, 255, .13); margin-top: 24px; padding-top: 18px;
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;
  font-size: .82rem;
}
.sitefoot-resp { display: flex; align-items: center; gap: 11px; }

/* ---------------------------------------------------------------- utils */

.visually-hidden, .screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.center { text-align: center; }
.mt0 { margin-top: 0; }
.alignwide { max-width: var(--w-wide); }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
