/* Worth the Quid — house styles. Mobile first, no inline styles anywhere (CSP style-src 'self'). */

@font-face { font-family: "Quid Headline"; src: url("type/headline.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Quid Reading"; src: url("type/reading.woff2") format("woff2"); font-weight: 400 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Quid Reading"; src: url("type/reading-italic.woff2") format("woff2"); font-weight: 400 800; font-style: italic; font-display: swap; }
@font-face { font-family: "Quid Figures"; src: url("type/figures.woff2") format("woff2"); font-weight: 400 600; font-style: normal; font-display: swap; }

:root {
  --wq-cream: #f7f2ea;
  --wq-card: #fffdf9;
  --wq-ink: #1c1726;
  --wq-ink-2: #4d465b;
  --wq-ink-3: #6f687c;
  --wq-line: #e3dacb;
  --wq-line-2: #d3c7b3;
  --wq-plum: #2a1c39;
  --wq-plum-2: #3a2a4d;
  --wq-eau: #d3e8da;
  --wq-eau-ink: #1d4d3a;
  --wq-moss: #1f6b4f;
  --wq-brass: #a8792a;
  --wq-brass-2: #c99a45;
  --wq-brass-soft: #f3e5c6;
  --wq-brass-text: #80591a;
  --wq-tomato: #b93d27;
  --wq-tomato-soft: #f7ddd4;
  --wq-sky: #2f5286;
  --wq-shadow: 0 1px 2px rgba(28, 23, 38, .06), 0 10px 30px -12px rgba(28, 23, 38, .22);
  --wq-shadow-lg: 0 2px 6px rgba(28, 23, 38, .08), 0 30px 60px -24px rgba(28, 23, 38, .35);
  --wq-radius: 14px;
  --wq-radius-s: 9px;
  --wq-head: "Quid Headline", "Georgia", "Times New Roman", serif;
  --wq-read: "Quid Reading", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wq-fig: "Quid Figures", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --wq-gut: 20px;
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --wq-cream: #141019; --wq-card: #1d1726; --wq-ink: #f2ece2; --wq-ink-2: #cbc2d4; --wq-ink-3: #a79fb3;
    --wq-line: #332a40; --wq-line-2: #463a56; --wq-plum: #0e0a13; --wq-plum-2: #221a2d;
    --wq-eau: #1d3329; --wq-eau-ink: #b8e0c8; --wq-moss: #5fc59b; --wq-brass: #d9aa55; --wq-brass-2: #e8c07a; --wq-brass-text: #e0b56a;
    --wq-brass-soft: #3a2f1c; --wq-tomato: #f08a70; --wq-tomato-soft: #3b1f1a; --wq-sky: #9dbbf0;
    --wq-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 12px 30px -14px rgba(0, 0, 0, .7);
    --wq-shadow-lg: 0 2px 8px rgba(0, 0, 0, .5), 0 30px 60px -24px rgba(0, 0, 0, .8);
    color-scheme: dark;
  }
}
:root[data-theme="dark"] {
  --wq-cream: #141019; --wq-card: #1d1726; --wq-ink: #f2ece2; --wq-ink-2: #cbc2d4; --wq-ink-3: #a79fb3;
  --wq-line: #332a40; --wq-line-2: #463a56; --wq-plum: #0e0a13; --wq-plum-2: #221a2d;
  --wq-eau: #1d3329; --wq-eau-ink: #b8e0c8; --wq-moss: #5fc59b; --wq-brass: #d9aa55; --wq-brass-2: #e8c07a; --wq-brass-text: #e0b56a;
  --wq-brass-soft: #3a2f1c; --wq-tomato: #f08a70; --wq-tomato-soft: #3b1f1a; --wq-sky: #9dbbf0;
  --wq-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 12px 30px -14px rgba(0, 0, 0, .7);
  --wq-shadow-lg: 0 2px 8px rgba(0, 0, 0, .5), 0 30px 60px -24px rgba(0, 0, 0, .8);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 84px; }
body {
  margin: 0; background: var(--wq-cream); color: var(--wq-ink);
  font: 400 1.0625rem/1.62 var(--wq-read); font-feature-settings: "kern", "calt";
  -webkit-font-smoothing: antialiased; overflow-wrap: break-word;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-color: color-mix(in srgb, currentColor 35%, transparent); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { text-decoration-color: currentColor; }
:focus-visible { outline: 2px solid var(--wq-brass); outline-offset: 3px; border-radius: 4px; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
li { margin: .25em 0; }
strong { font-weight: 700; }
small { font-size: .85em; }
hr { border: 0; border-top: 1px solid var(--wq-line); margin: 2.5rem 0; }

h1, h2, h3 { font-family: var(--wq-head); font-weight: 400; line-height: 1.08; letter-spacing: -.012em; margin: 0 0 .5em; text-wrap: balance; }
h1 { font-size: clamp(2.15rem, 5.4vw, 4.1rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.45rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.45rem); line-height: 1.2; }
h4 { font: 700 1rem/1.3 var(--wq-read); margin: 0 0 .4em; }

.wq-skip { position: absolute; left: -999px; top: 8px; background: var(--wq-ink); color: var(--wq-cream); padding: 10px 14px; border-radius: 8px; z-index: 100; }
.wq-skip:focus { left: 8px; }
.wq-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wq-wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 var(--wq-gut); }
.wq-wrap--read { max-width: 780px; }
.wq-main { display: block; min-height: 60vh; }

/* ---------- header ---------- */
.wq-head { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--wq-cream) 94%, transparent); border-bottom: 1px solid var(--wq-line); }
.wq-head__bar { display: flex; align-items: center; gap: 16px; min-height: 68px; }
.wq-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.wq-brand__mark { width: 34px; height: 34px; flex: none; }
.wq-brand__word { font: 400 1.32rem/1 var(--wq-head); letter-spacing: -.01em; white-space: nowrap; }
.wq-brand__word em { font-style: normal; color: var(--wq-brass-text); }
.wq-nav { display: none; }
.wq-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.wq-nav a { display: block; padding: 10px 12px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .95rem; color: var(--wq-ink-2); }
.wq-nav a:hover, .wq-nav a[aria-current="page"] { color: var(--wq-ink); background: var(--wq-card); box-shadow: inset 0 0 0 1px var(--wq-line); }
.wq-iconbtn { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--wq-line); background: var(--wq-card); color: var(--wq-ink); cursor: pointer; padding: 0; }
.wq-iconbtn svg { width: 20px; height: 20px; }
.wq-iconbtn:hover { border-color: var(--wq-line-2); }
.wq-theme .wq-i-moon { display: none; }
:root[data-theme="dark"] .wq-theme .wq-i-sun { display: none; }
:root[data-theme="dark"] .wq-theme .wq-i-moon { display: block; }
.wq-drawer { display: none; border-top: 1px solid var(--wq-line); background: var(--wq-cream); }
.wq-drawer.is-open { display: block; }
.wq-drawer ul { list-style: none; margin: 0; padding: 10px 0 18px; }
.wq-drawer a { display: flex; justify-content: space-between; align-items: center; padding: 14px 4px; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--wq-line); }
.wq-drawer a span { font: 400 .8rem var(--wq-fig); color: var(--wq-ink-3); }
@media (min-width: 960px) {
  .wq-nav { display: block; }
  .wq-burger { display: none; }
  .wq-drawer, .wq-drawer.is-open { display: none; }
}

/* ---------- shared bits ---------- */
.wq-kicker { font: 500 .78rem/1.3 var(--wq-fig); letter-spacing: .08em; text-transform: uppercase; color: var(--wq-brass-text); margin: 0 0 12px; display: inline-flex; gap: 8px; align-items: center; }
.wq-kicker::before { content: ""; width: 18px; height: 1px; background: currentColor; }
.wq-lede { font-size: clamp(1.08rem, 1.6vw, 1.26rem); line-height: 1.55; color: var(--wq-ink-2); max-width: 62ch; }
.wq-muted { color: var(--wq-ink-3); }
.wq-fig { font-family: var(--wq-fig); font-feature-settings: "tnum", "lnum"; }
.wq-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 20px; border-radius: 999px; border: 1px solid var(--wq-ink); background: var(--wq-ink); color: var(--wq-cream); font: 700 .98rem/1.1 var(--wq-read); text-decoration: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease; }
.wq-btn:hover { transform: translateY(-1px); box-shadow: var(--wq-shadow); }
.wq-btn--brass { background: var(--wq-brass-2); border-color: var(--wq-brass-2); color: #1c1726; }
.wq-btn--ghost { background: transparent; color: inherit; border-color: currentColor; }
.wq-btn svg { width: 18px; height: 18px; }
.wq-btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.wq-arrow { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-weight: 700; text-decoration: none; color: var(--wq-ink); }
.wq-arrow::after { content: "\2192"; transition: transform .15s ease; }
.wq-arrow:hover::after { transform: translateX(3px); }

.wq-section { padding: clamp(48px, 7vw, 92px) 0; }
.wq-section--tight { padding: clamp(32px, 5vw, 56px) 0; }
.wq-section__head { display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.wq-section__head h2 { margin: 0; max-width: 20ch; }
.wq-section__head p { margin: 0; max-width: 52ch; color: var(--wq-ink-2); }
.wq-band { background: var(--wq-card); border-top: 1px solid var(--wq-line); border-bottom: 1px solid var(--wq-line); }
.wq-band--eau { background: var(--wq-eau); border-color: transparent; color: var(--wq-ink); }
.wq-band--eau .wq-kicker { color: var(--wq-eau-ink); }
.wq-band--plum { background: var(--wq-plum); color: #f4eee6; border: 0; }
.wq-band--plum .wq-lede, .wq-band--plum .wq-muted { color: #cfc5da; }
.wq-band--plum .wq-kicker { color: var(--wq-brass-2); }
.wq-band--plum a { color: #fff; }

.wq-crumbs { font: 500 .8rem/1.4 var(--wq-fig); color: var(--wq-ink-3); padding: 18px 0 0; }
.wq-crumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.wq-crumbs li { margin: 0; }
.wq-crumbs li + li::before { content: "/"; margin-right: 6px; color: var(--wq-line-2); }
.wq-crumbs a { text-decoration: none; }
.wq-crumbs a:hover { text-decoration: underline; }

.wq-grid { display: grid; gap: 18px; }
.wq-grid > * { min-width: 0; }
@media (min-width: 640px) { .wq-grid--2 { grid-template-columns: repeat(2, 1fr); } .wq-grid--3 { grid-template-columns: repeat(2, 1fr); } .wq-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .wq-grid--3 { grid-template-columns: repeat(3, 1fr); } .wq-grid--4 { grid-template-columns: repeat(4, 1fr); } }

.wq-panel { background: var(--wq-card); border: 1px solid var(--wq-line); border-radius: var(--wq-radius); padding: 22px; box-shadow: var(--wq-shadow); }
.wq-panel h3 { margin-bottom: .35em; }
.wq-panel p:last-child, .wq-panel ul:last-child { margin-bottom: 0; }
.wq-note { background: var(--wq-eau); color: var(--wq-ink); border-radius: var(--wq-radius-s); padding: 16px 18px; margin: 0 0 1.4em; border-left: 3px solid var(--wq-moss); }
.wq-note--warn { background: var(--wq-tomato-soft); border-left-color: var(--wq-tomato); }
.wq-note--brass { background: var(--wq-brass-soft); border-left-color: var(--wq-brass); }
.wq-note p:last-child, .wq-note ul:last-child { margin-bottom: 0; }
.wq-note strong:first-child { display: block; margin-bottom: 4px; }

/* ---------- 12-sided score coin ---------- */
.wq-coin { position: relative; width: 74px; height: 74px; flex: none; color: #1c1726; }
.wq-coin svg { width: 100%; height: 100%; }
.wq-coin__face { fill: var(--wq-brass-2); }
.wq-coin__rim { fill: none; stroke: #1c1726; stroke-opacity: .22; stroke-width: 1.4; }
.wq-coin__inner { fill: none; stroke: #1c1726; stroke-opacity: .28; stroke-width: 1; stroke-dasharray: 2 3; }
.wq-coin__num { position: absolute; inset: 0; display: grid; place-items: center; font: 600 1.35rem/1 var(--wq-fig); letter-spacing: -.03em; }
.wq-coin__num small { display: block; font-size: .5rem; letter-spacing: .1em; text-align: center; opacity: .7; margin-top: 2px; }
.wq-coin--lg { width: 112px; height: 112px; }
.wq-coin--lg .wq-coin__num { font-size: 2.05rem; }
.wq-coin--lg .wq-coin__num small { font-size: .6rem; }
.wq-coin--sm { width: 54px; height: 54px; }
.wq-coin--sm .wq-coin__num { font-size: 1rem; }

/* ---------- verdict stamp ---------- */
.wq-stamp { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 5px; border: 2px solid currentColor; border-radius: 7px; font: 600 .74rem/1.2 var(--wq-fig); letter-spacing: .09em; text-transform: uppercase; transform: rotate(-2.5deg); color: var(--wq-moss); background: color-mix(in srgb, currentColor 7%, transparent); }
.wq-stamp--sale { color: var(--wq-sky); }
.wq-stamp--sub { color: var(--wq-brass-text); }
.wq-stamp--hold { color: var(--wq-tomato); }
.wq-stamp::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }

/* ---------- price tag ---------- */
.wq-tag { position: relative; display: inline-flex; align-items: baseline; gap: 6px; padding: 6px 12px 6px 22px; background: var(--wq-brass-soft); color: var(--wq-ink); border-radius: 6px 10px 10px 6px; font: 600 .95rem/1.2 var(--wq-fig); white-space: nowrap; }
.wq-tag::before { content: ""; position: absolute; left: 8px; top: 50%; width: 7px; height: 7px; margin-top: -3.5px; border-radius: 50%; background: var(--wq-cream); box-shadow: inset 0 0 0 1.5px var(--wq-brass); }
.wq-tag small { font: 500 .7rem var(--wq-read); color: var(--wq-ink-2); text-transform: uppercase; letter-spacing: .06em; }

/* ---------- game cards ---------- */
.wq-games { display: grid; gap: 20px; }
@media (min-width: 620px) { .wq-games { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .wq-games { grid-template-columns: repeat(3, 1fr); } }
.wq-gcard { position: relative; display: flex; flex-direction: column; background: var(--wq-card); border: 1px solid var(--wq-line); border-radius: var(--wq-radius); overflow: hidden; box-shadow: var(--wq-shadow); transition: transform .2s ease, box-shadow .2s ease; min-width: 0; }
.wq-gcard:hover { transform: translateY(-3px); box-shadow: var(--wq-shadow-lg); }
.wq-gcard__art { position: relative; aspect-ratio: 16 / 9; background: var(--wq-plum-2); overflow: hidden; }
.wq-gcard__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.wq-gcard:hover .wq-gcard__art img { transform: scale(1.035); }
.wq-gcard__no { position: absolute; left: 12px; top: 12px; font: 600 .72rem/1 var(--wq-fig); letter-spacing: .08em; color: #fff; background: rgba(20, 14, 28, .72); padding: 6px 8px; border-radius: 6px; }
.wq-gcard__media { position: relative; }
.wq-gcard__coin { position: absolute; right: 12px; bottom: -27px; z-index: 2; filter: drop-shadow(0 4px 10px rgba(20, 13, 30, .35)); }
.wq-gcard__body { display: flex; flex-direction: column; gap: 10px; padding: 18px 18px 20px; flex: 1; }
.wq-gcard__body h3 { margin: 0; padding-right: 64px; }
.wq-gcard__body h3 a { text-decoration: none; }
.wq-gcard__body h3 a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.wq-gcard__line { color: var(--wq-ink-2); font-size: .97rem; margin: 0; }
.wq-gcard__foot { margin-top: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; padding-top: 6px; }
.wq-plats { display: flex; flex-wrap: wrap; gap: 5px; list-style: none; padding: 0; margin: 0; }
.wq-plats li { margin: 0; font: 500 .7rem/1 var(--wq-fig); letter-spacing: .03em; padding: 5px 7px; border-radius: 5px; background: var(--wq-cream); border: 1px solid var(--wq-line); color: var(--wq-ink-2); }

/* ---------- receipt ---------- */
.wq-receipt { position: relative; background: #fffef9; color: #231d2c; border-radius: 10px 10px 0 0; padding: 24px 22px 34px; font: 400 .92rem/1.5 var(--wq-fig); box-shadow: var(--wq-shadow-lg); --wq-tooth: 9px;
  -webkit-mask: linear-gradient(#000 0 0) top / 100% calc(100% - var(--wq-tooth)) no-repeat, radial-gradient(circle at 50% 100%, transparent calc(var(--wq-tooth) - .5px), #000 var(--wq-tooth)) bottom / calc(var(--wq-tooth) * 2) var(--wq-tooth) repeat-x;
  mask: linear-gradient(#000 0 0) top / 100% calc(100% - var(--wq-tooth)) no-repeat, radial-gradient(circle at 50% 100%, transparent calc(var(--wq-tooth) - .5px), #000 var(--wq-tooth)) bottom / calc(var(--wq-tooth) * 2) var(--wq-tooth) repeat-x; }
:root[data-theme="dark"] .wq-receipt { background: #f4efe4; }
.wq-receipt__head { text-align: center; border-bottom: 1px dashed #b9ad98; padding-bottom: 12px; margin-bottom: 12px; }
.wq-receipt__head strong { display: block; font: 400 1.25rem/1.2 var(--wq-head); letter-spacing: 0; }
.wq-receipt__head span { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: #6d6477; }
.wq-receipt ul { list-style: none; margin: 0; padding: 0; }
.wq-receipt li { display: flex; align-items: baseline; gap: 8px; margin: 0; padding: 4px 0; }
.wq-receipt li > span:first-child { min-width: 0; }
.wq-receipt li::after { content: none; }
.wq-receipt .wq-dots { flex: 1; border-bottom: 1px dotted #b9ad98; transform: translateY(-4px); min-width: 16px; }
.wq-receipt .wq-amt { font-weight: 600; white-space: nowrap; }
.wq-receipt a { color: inherit; text-decoration: none; }
.wq-receipt a:hover { text-decoration: underline; }
.wq-receipt__sub { font-size: .76rem; color: #6d6477; display: block; }
.wq-receipt__total { border-top: 1px dashed #b9ad98; margin-top: 10px; padding-top: 10px; }
.wq-receipt__total li { font-weight: 600; }
.wq-receipt__foot { text-align: center; margin-top: 14px; font-size: .74rem; color: #6d6477; letter-spacing: .05em; }

/* ---------- hero ---------- */
.wq-hero { position: relative; overflow: hidden; background: var(--wq-plum); color: #f4eee6; }
.wq-hero__art { position: absolute; inset: 0; opacity: .5; }
.wq-hero__art img { width: 100%; height: 100%; object-fit: cover; }
.wq-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20, 13, 30, .97) 0%, rgba(26, 17, 38, .88) 46%, rgba(30, 20, 44, .55) 100%); }
.wq-hero__in { position: relative; z-index: 1; display: grid; gap: 40px; padding-top: clamp(48px, 8vw, 104px); padding-bottom: clamp(56px, 8vw, 96px); }
.wq-hero h1 { color: #fbf6ee; max-width: 15ch; }
.wq-hero h1 em { font-style: normal; color: var(--wq-brass-2); }
.wq-hero .wq-lede { color: #d8cfe2; }
.wq-hero .wq-kicker { color: var(--wq-brass-2); }
.wq-hero .wq-btn--ghost { color: #fbf6ee; }
.wq-hero__facts { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 28px 0 0; padding: 0; list-style: none; font: 500 .82rem/1.3 var(--wq-fig); color: #cabfd6; }
.wq-hero__facts li { margin: 0; display: flex; gap: 8px; align-items: center; }
.wq-hero__facts b { color: #fff; font-weight: 600; }
.wq-hero__roll { max-width: 420px; width: 100%; justify-self: center; transform: rotate(1.2deg); }
@media (min-width: 980px) { .wq-hero__in { grid-template-columns: 1.25fr .9fr; align-items: center; } .wq-hero__roll { justify-self: end; } }

/* ---------- review page ---------- */
.wq-cover { position: relative; background: var(--wq-plum); color: #f5efe6; overflow: hidden; }
.wq-cover__img { position: absolute; inset: 0; }
.wq-cover__img img { width: 100%; height: 100%; object-fit: cover; }
.wq-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20, 13, 30, .96) 0%, rgba(20, 13, 30, .72) 45%, rgba(20, 13, 30, .25) 100%); }
.wq-cover__in { position: relative; z-index: 1; padding-top: clamp(120px, 20vw, 260px); padding-bottom: 36px; }
.wq-cover .wq-crumbs { color: #cfc5da; position: absolute; top: 0; left: var(--wq-gut); right: var(--wq-gut); }
.wq-cover .wq-crumbs li + li::before { color: #b9aec6; }
.wq-cover h1 { color: #fff; max-width: 20ch; font-size: clamp(2rem, 4.8vw, 3.6rem); }
.wq-cover .wq-lede { color: #ddd4e7; }
.wq-cover .wq-kicker { color: #f0cf8a; }
.wq-cover__meta { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 0; margin: 18px 0 0; font: 500 .8rem/1.3 var(--wq-fig); color: #cfc5da; }
.wq-cover__meta li { margin: 0; }
.wq-cover__meta b { color: #fff; font-weight: 600; }
.wq-credit { font: 400 .72rem/1.3 var(--wq-fig); color: var(--wq-ink-3); margin: 8px 0 0; }

.wq-review { display: grid; gap: 34px; padding: 34px 0 20px; }
.wq-review > * { min-width: 0; }
@media (max-width: 1039px) { .wq-aside { order: -1; display: grid; gap: 18px; } .wq-aside .wq-receipt-wrap { max-width: 460px; } }
@media (min-width: 1040px) { .wq-review { grid-template-columns: minmax(0, 1fr) 360px; gap: 54px; } .wq-aside { position: sticky; top: 92px; align-self: start; } .wq-aside .wq-receipt-wrap { margin-top: 18px; } }
.wq-verdict { display: grid; gap: 16px; background: var(--wq-card); border: 1px solid var(--wq-line); border-radius: var(--wq-radius); padding: 22px; box-shadow: var(--wq-shadow); }
.wq-verdict__top { display: flex; gap: 16px; align-items: center; min-width: 0; }
.wq-verdict__top > div:last-child { min-width: 0; }
.wq-stamp { max-width: 100%; white-space: normal; }
@media (max-width: 420px) { .wq-verdict__top { flex-direction: column; align-items: flex-start; } }
.wq-verdict__top p { margin: 6px 0 0; font-size: .95rem; color: var(--wq-ink-2); }
.wq-verdict dl { margin: 0; display: grid; gap: 10px; }
.wq-verdict dl div { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid var(--wq-line); padding-top: 10px; }
.wq-verdict dt { color: var(--wq-ink-3); font-size: .9rem; }
.wq-verdict dd { margin: 0; text-align: right; font: 600 .95rem/1.35 var(--wq-fig); }
.wq-verdict dd .wq-muted { font: 400 .84rem/1.4 var(--wq-read); }
.wq-toc { margin-top: 18px; }
.wq-toc h2 { font: 600 .74rem/1.2 var(--wq-fig); letter-spacing: .1em; text-transform: uppercase; color: var(--wq-ink-3); margin: 0 0 8px; }
.wq-toc ol { list-style: none; margin: 0; padding: 0; counter-reset: toc; }
.wq-toc li { margin: 0; counter-increment: toc; }
.wq-toc a { display: flex; gap: 10px; padding: 7px 0; text-decoration: none; color: var(--wq-ink-2); font-size: .95rem; border-bottom: 1px solid var(--wq-line); }
.wq-toc a::before { content: counter(toc, decimal-leading-zero); font: 500 .75rem/1.6 var(--wq-fig); color: var(--wq-brass-text); }
.wq-toc a:hover { color: var(--wq-ink); }

.wq-prose > h2 { margin-top: 1.8em; padding-top: .2em; }
.wq-prose > h2:first-child { margin-top: 0; }
.wq-prose > h3 { margin-top: 1.4em; }
.wq-prose ul li::marker { color: var(--wq-brass); }

.wq-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--wq-line); border-radius: var(--wq-radius-s); background: var(--wq-card); margin: 0 0 1.4em; }
.wq-table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.wq-table caption { text-align: left; padding: 14px 16px 4px; font: 600 .74rem/1.3 var(--wq-fig); letter-spacing: .08em; text-transform: uppercase; color: var(--wq-ink-3); }
.wq-table th, .wq-table td { padding: 11px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--wq-line); }
.wq-table thead th { font: 600 .74rem/1.3 var(--wq-fig); letter-spacing: .06em; text-transform: uppercase; color: var(--wq-ink-3); background: color-mix(in srgb, var(--wq-cream) 60%, var(--wq-card)); }
.wq-table tbody tr:last-child > * { border-bottom: 0; }
.wq-table td.wq-num, .wq-table th.wq-num { font-family: var(--wq-fig); font-feature-settings: "tnum"; text-align: right; white-space: nowrap; }
.wq-table--wide { min-width: 640px; }
.wq-table--matrix { min-width: 720px; }
.wq-table--matrix td { text-align: center; }
.wq-table--matrix td:first-child, .wq-table--matrix th:first-child { text-align: left; }
.wq-table th[scope="row"] { font-weight: 600; }

.wq-mark { display: inline-grid; place-items: center; min-width: 30px; height: 26px; padding: 0 6px; border-radius: 6px; font: 600 .74rem/1 var(--wq-fig); }
.wq-mark--yes { background: var(--wq-eau); color: var(--wq-eau-ink); }
.wq-mark--no { background: color-mix(in srgb, var(--wq-line) 55%, transparent); color: var(--wq-ink-2); }
.wq-mark--part { background: var(--wq-brass-soft); color: var(--wq-ink); }

.wq-pills { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; }
.wq-pills li { margin: 0; font: 500 .78rem/1 var(--wq-read); padding: 6px 9px; border-radius: 999px; background: var(--wq-eau); color: var(--wq-eau-ink); }
.wq-pills li.is-part::after { content: " (some)"; opacity: .75; }
.wq-pills li.is-off { background: transparent; color: var(--wq-ink-3); box-shadow: inset 0 0 0 1px var(--wq-line-2); text-decoration: line-through; text-decoration-color: color-mix(in srgb, currentColor 50%, transparent); }

.wq-bars { display: grid; gap: 12px; margin: 0 0 1.4em; }
.wq-bar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 12px; align-items: center; }
.wq-bar span { font-weight: 600; font-size: .95rem; }
.wq-bar b { font: 600 .9rem var(--wq-fig); }
.wq-bar svg { grid-column: 1 / -1; width: 100%; height: 8px; }
.wq-bar .wq-bar__bg { fill: var(--wq-line); }
.wq-bar .wq-bar__fg { fill: var(--wq-moss); }
.wq-bar small { grid-column: 1 / -1; color: var(--wq-ink-3); font-size: .85rem; }

.wq-proscons { display: grid; gap: 14px; margin: 0 0 1.4em; }
@media (min-width: 700px) { .wq-proscons { grid-template-columns: 1fr 1fr; } }
.wq-proscons > div { background: var(--wq-card); border: 1px solid var(--wq-line); border-radius: var(--wq-radius-s); padding: 18px; }
.wq-proscons h3 { font: 700 .95rem/1.2 var(--wq-read); margin-bottom: 10px; }
.wq-proscons ul { margin: 0; padding-left: 1.1em; }
.wq-proscons .wq-pro li::marker { content: "+  "; color: var(--wq-moss); font-weight: 700; }
.wq-proscons .wq-con li::marker { content: "\2013  "; color: var(--wq-tomato); font-weight: 700; }

.wq-sources { font-size: .88rem; color: var(--wq-ink-2); }
.wq-sources ol { padding-left: 1.3em; }
.wq-sources a { word-break: break-word; }

.wq-shots { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); margin: 0 0 1.4em; }
.wq-shots figure { margin: 0; border-radius: var(--wq-radius-s); overflow: hidden; background: var(--wq-plum-2); aspect-ratio: 16 / 9; }
.wq-shots img { width: 100%; height: 100%; object-fit: cover; }
.wq-shots figure:first-child { grid-column: 1 / -1; }

/* ---------- lists of stores / methods ---------- */
.wq-shop { display: flex; flex-direction: column; gap: 10px; }
.wq-shop__top { display: flex; align-items: center; gap: 12px; }
.wq-shop__mono { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font: 600 .95rem var(--wq-fig); background: var(--wq-plum); color: var(--wq-brass-2); flex: none; }
.wq-shop h3 { margin: 0; }
.wq-shop h3 a { text-decoration: none; }
.wq-shop h3 a:hover { text-decoration: underline; }

.wq-steps { list-style: none; padding: 0; margin: 0 0 1.4em; counter-reset: st; display: grid; gap: 12px; }
.wq-steps li { counter-increment: st; margin: 0; display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; }
.wq-steps li::before { content: counter(st); width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font: 600 .9rem var(--wq-fig); background: var(--wq-brass-soft); color: var(--wq-ink); }

.wq-faq { border-top: 1px solid var(--wq-line); }
.wq-faq details { border-bottom: 1px solid var(--wq-line); }
.wq-faq summary { cursor: pointer; list-style: none; padding: 18px 40px 18px 0; position: relative; font-weight: 700; font-size: 1.04rem; }
.wq-faq summary::-webkit-details-marker { display: none; }
.wq-faq summary::after { content: "+"; position: absolute; right: 6px; top: 14px; font: 400 1.5rem/1 var(--wq-fig); color: var(--wq-brass); transition: transform .2s ease; }
.wq-faq details[open] summary::after { transform: rotate(45deg); }
.wq-faq details > div { padding: 0 0 18px; color: var(--wq-ink-2); }

/* ---------- tools ---------- */
.wq-tool { background: var(--wq-card); border: 1px solid var(--wq-line); border-radius: var(--wq-radius); padding: clamp(18px, 3vw, 28px); box-shadow: var(--wq-shadow); margin: 0 0 28px; }
.wq-fieldset { border: 0; padding: 0; margin: 0 0 18px; min-width: 0; }
.wq-fieldset legend { font: 600 .76rem/1.3 var(--wq-fig); letter-spacing: .08em; text-transform: uppercase; color: var(--wq-ink-3); margin-bottom: 10px; padding: 0; }
.wq-choices { display: flex; flex-wrap: wrap; gap: 8px; }
.wq-choice { position: relative; }
.wq-choice input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.wq-choice span { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--wq-line-2); background: var(--wq-cream); font-weight: 600; font-size: .95rem; cursor: pointer; }
.wq-choice input:checked + span { background: var(--wq-ink); color: var(--wq-cream); border-color: var(--wq-ink); }
.wq-choice input:focus-visible + span { outline: 2px solid var(--wq-brass); outline-offset: 2px; }
.wq-select, .wq-input, .wq-textarea { width: 100%; min-height: 48px; padding: 11px 14px; border-radius: 10px; border: 1px solid var(--wq-line-2); background: var(--wq-cream); color: var(--wq-ink); font: 500 1rem var(--wq-read); }
.wq-textarea { min-height: 150px; resize: vertical; }
.wq-label { display: block; font-weight: 700; margin: 0 0 6px; }
.wq-field { margin: 0 0 16px; }
.wq-hint { font-size: .86rem; color: var(--wq-ink-3); margin: 6px 0 0; }
.wq-out { margin-top: 18px; }
.wq-out__count { font: 600 .8rem var(--wq-fig); letter-spacing: .06em; text-transform: uppercase; color: var(--wq-ink-3); margin: 0 0 12px; }
.wq-route { display: grid; gap: 6px; padding: 14px 0; border-top: 1px solid var(--wq-line); }
.wq-route[hidden] { display: none; }
.wq-route__top { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 14px; }
.wq-route__top h3 { margin: 0; font-size: 1.15rem; }
.wq-route p { margin: 0; color: var(--wq-ink-2); font-size: .95rem; }
.wq-calc { display: grid; gap: 16px; }
@media (min-width: 720px) { .wq-calc { grid-template-columns: 1fr 1fr; } }
.wq-result { background: var(--wq-eau); border-radius: var(--wq-radius-s); padding: 16px 18px; }
.wq-result p { margin: 0 0 6px; }
.wq-result p:last-child { margin: 0; }
.wq-result b { font-family: var(--wq-fig); }

/* ---------- footer ---------- */
.wq-foot { background: var(--wq-plum); color: #d9d0e3; margin-top: 40px; font-size: .95rem; }
.wq-foot a { color: #f4eee6; text-decoration: none; }
.wq-foot a:hover { text-decoration: underline; }
.wq-foot__grid { display: grid; gap: 30px; padding: 56px 0 30px; }
.wq-foot__grid > * { min-width: 0; }
@media (min-width: 820px) { .wq-foot__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.wq-foot h2 { font: 600 .74rem/1.2 var(--wq-fig); letter-spacing: .1em; text-transform: uppercase; color: var(--wq-brass-2); margin: 0 0 12px; }
.wq-foot ul { list-style: none; padding: 0; margin: 0; }
.wq-foot li { margin: 0 0 8px; }
.wq-foot .wq-brand__word { color: #fff; }
.wq-foot__small { border-top: 1px solid rgba(255, 255, 255, .12); padding: 20px 0 28px; display: grid; gap: 10px; font-size: .84rem; color: #b4a9c1; }
.wq-foot__small p { margin: 0; }
.wq-foot address { font-style: normal; }

/* ---------- misc ---------- */
.wq-lost { padding: clamp(60px, 10vw, 120px) 0; }
.wq-lost .wq-receipt { max-width: 380px; margin: 28px 0; }
.wq-chipline { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 1.4em; }
.wq-chipline li { margin: 0; }
.wq-chipline a { display: inline-flex; min-height: 40px; align-items: center; padding: 8px 14px; border-radius: 999px; background: var(--wq-card); border: 1px solid var(--wq-line); text-decoration: none; font-weight: 600; font-size: .92rem; }
.wq-chipline a:hover { border-color: var(--wq-ink-3); }
.wq-log { list-style: none; padding: 0; margin: 0; }
.wq-log li { display: grid; gap: 4px; padding: 16px 0; border-bottom: 1px solid var(--wq-line); margin: 0; }
@media (min-width: 700px) { .wq-log li { grid-template-columns: 150px 1fr; gap: 20px; } }
.wq-log time { font: 600 .82rem var(--wq-fig); color: var(--wq-brass-text); }
.wq-log p { margin: 0; }
.wq-catch { display: grid; gap: 8px; padding: 20px; border-radius: var(--wq-radius); background: var(--wq-card); border: 1px solid var(--wq-line); }
.wq-catch__no { font: 600 .74rem var(--wq-fig); letter-spacing: .1em; color: var(--wq-tomato); }
.wq-catch h3 { margin: 0; }
.wq-catch p { margin: 0; color: var(--wq-ink-2); }
.wq-disclose { font-size: .9rem; color: var(--wq-ink-2); border: 1px dashed var(--wq-line-2); border-radius: var(--wq-radius-s); padding: 14px 16px; margin: 0 0 1.4em; }
.wq-disclose p:last-child { margin-bottom: 0; }
.wq-center { text-align: center; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
@media print {
  .wq-head, .wq-foot, .wq-aside .wq-toc, .wq-btns { display: none !important; }
  body { background: #fff; color: #000; }
}

.wq-sortbtn { all: unset; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; color: inherit; display: inline-flex; gap: 6px; align-items: center; min-height: 44px; }
.wq-sortbtn::after { content: "\2195"; opacity: .5; }
th[aria-sort="ascending"] .wq-sortbtn::after { content: "\2191"; opacity: 1; }
th[aria-sort="descending"] .wq-sortbtn::after { content: "\2193"; opacity: 1; }
.wq-sortbtn:focus-visible { outline: 2px solid var(--wq-brass); outline-offset: 2px; }

/* tables that turn into cards on phones (cells carry data-label) */
.wq-table--stack { min-width: 760px; }
@media (max-width: 760px) {
  .wq-table--stack { min-width: 0; }
  .wq-table--stack thead { display: none; }
  .wq-table--stack tbody tr { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; padding: 16px; border-bottom: 1px solid var(--wq-line); }
  .wq-table--stack tbody tr:last-child { border-bottom: 0; }
  .wq-table.wq-table--stack tbody th, .wq-table.wq-table--stack tbody td { display: block; padding: 0; border: 0; text-align: left; white-space: normal; }
  .wq-table--stack tbody th[scope="row"] { grid-column: 1 / -1; font-size: 1.05rem; }
  .wq-table--stack tbody td::before { content: attr(data-label); display: block; margin-bottom: 2px; font: 600 .68rem/1.3 var(--wq-fig); letter-spacing: .07em; text-transform: uppercase; color: var(--wq-ink-3); }
}
