@font-face { font-family: 'Satoshi'; src: url('/static/fonts/satoshi-400.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('/static/fonts/satoshi-500.woff2') format('woff2'); font-style: normal; font-weight: 500 600; font-display: swap; }
@font-face { font-family: 'Satoshi'; src: url('/static/fonts/satoshi-700.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: 'Fraunces'; src: url('/static/fonts/fraunces-var.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: 'Fraunces'; src: url('/static/fonts/fraunces-italic-var.woff2') format('woff2'); font-style: italic; font-weight: 100 900; font-display: swap; }
@font-face { font-family: 'JetBrains Mono'; src: url('/static/fonts/jetbrains-mono-var.woff2') format('woff2'); font-style: normal; font-weight: 100 800; font-display: swap; }

:root {
  --rh-canvas: #08090a;
  --rh-panel: #101216;
  --rh-panel-raised: #15181d;
  --rh-line: #282b31;
  --rh-line-soft: #1c1f24;
  --rh-paper: #ece7dd;
  --rh-text: #c8c5bd;
  --rh-muted: #8f918d;
  --rh-faint: #818581;
  --rh-gold: #f0b544;
  --rh-gold-soft: #f5c869;
  --rh-green: #6cc78d;
  --rh-red: #e57a65;
  --rh-blue: #7ea8cf;
  --rh-sans: 'Satoshi', system-ui, sans-serif;
  --rh-display: 'Satoshi', system-ui, sans-serif;
  --rh-serif: 'Fraunces', Georgia, serif;
  --rh-mono: 'JetBrains Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { background: var(--rh-canvas); scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(900px 460px at 72% -8%, rgba(240, 181, 68, .065), transparent 62%),
    var(--rh-canvas);
  color: var(--rh-text);
  font-family: var(--rh-sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
[hidden] { display: none !important; }

/* shell, breadcrumb, private-preview note */
.rh-shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 104px; }
.rh-breadcrumb { display: flex; align-items: center; gap: 9px; margin: 0 0 52px; color: var(--rh-faint); font: 500 11px/1 var(--rh-mono); letter-spacing: .06em; text-transform: uppercase; }
.rh-breadcrumb a { color: var(--rh-muted); text-decoration: none; }
.rh-breadcrumb a:hover { color: var(--rh-gold); }

.rh-private-preview { margin: -24px 0 38px; padding: 16px 18px; border: 1px solid rgba(240,181,68,.45); border-radius: 10px; background: linear-gradient(120deg, rgba(240,181,68,.12), rgba(240,181,68,.035)); box-shadow: inset 3px 0 0 var(--rh-gold); }
.rh-private-preview > strong { display: block; color: var(--rh-gold-soft); font: 700 10px/1.3 var(--rh-mono); letter-spacing: .14em; text-transform: uppercase; }
.rh-private-preview p { max-width: 980px; margin: 8px 0 0; color: var(--rh-text); font-size: 12px; line-height: 1.6; }
.rh-private-preview p strong { color: var(--rh-paper); font-family: var(--rh-mono); }
.rh-preview-scope { color: var(--rh-muted) !important; }
.rh-preview-details { margin-top: 10px; border-top: 1px solid rgba(240,181,68,.16); }
.rh-preview-details summary { min-height: 46px; padding: 13px 0 3px; color: var(--rh-gold-soft); cursor: pointer; font-size: 12px; font-weight: 600; }
.rh-preview-details > div { padding-bottom: 4px; }
.rh-preview-details p { color: var(--rh-muted) !important; }

/* hero */
.rh-kicker, .rh-label { margin: 0; color: var(--rh-gold); font: 600 10px/1.3 var(--rh-mono); letter-spacing: .16em; text-transform: uppercase; }
.rh-kicker { display: flex; align-items: center; gap: 10px; }
.rh-kicker span { width: 28px; height: 1px; background: var(--rh-gold); }
.rh-hero { max-width: 780px; padding-bottom: 44px; }
.rh-hero h1 { max-width: 760px; margin: 18px 0; color: var(--rh-paper); font: 500 clamp(2.75rem, 7vw, 5.35rem)/.98 var(--rh-display); letter-spacing: -.058em; text-wrap: balance; }
.rh-bluf { max-width: 680px; margin: 0; color: var(--rh-text); font-size: clamp(16px, 1.8vw, 18px); line-height: 1.6; }
.rh-plain-boundary { max-width: 690px; margin: 16px 0 0; color: var(--rh-muted); font-size: 13px; }
.rh-hero-stats { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; color: var(--rh-muted); font: 500 11px/1.5 var(--rh-mono); }
.rh-hero-stats span { position: relative; }
.rh-hero-stats span + span::before { content: '·'; position: absolute; left: -13px; color: var(--rh-line); }
.rh-hero-stats strong { color: var(--rh-paper); }

/* collapsed hero after a search (keeps the H1) */
.is-review-search-active .rh-hero { max-width: none; padding-bottom: 18px; }
.is-review-search-active .rh-hero h1 { margin: 6px 0 0; font-size: clamp(1.35rem, 2.4vw, 1.75rem); line-height: 1.2; letter-spacing: -.03em; }
.is-review-search-active .rh-bluf, .is-review-search-active .rh-plain-boundary, .is-review-search-active .rh-hero-stats { display: none; }
.is-review-search-active .rh-search-panel { margin-bottom: 30px; padding: 20px 24px; }
.is-review-search-active .rh-search-heading { display: none; }

/* search panel */
.rh-search-panel { position: relative; margin: 0 0 46px; padding: clamp(23px, 3.5vw, 38px); border: 1px solid var(--rh-line); border-radius: 14px; background: linear-gradient(145deg, rgba(255,255,255,.018), transparent 58%), var(--rh-panel); box-shadow: 0 28px 80px rgba(0,0,0,.18); }
.rh-search-panel::before { content: ''; position: absolute; top: -1px; left: 44px; width: 90px; height: 2px; background: var(--rh-gold); }
.rh-search-heading, .rh-section-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; }
.rh-search-heading h2, .rh-section-head h2, .rh-trust h2 { margin: 8px 0 0; color: var(--rh-paper); font: 500 clamp(1.55rem, 3vw, 2.35rem)/1.15 var(--rh-display); letter-spacing: -.035em; }

.rh-search-fields { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) auto; grid-template-rows: auto auto auto; column-gap: 16px; margin-top: 30px; }
.rh-search-fields > .rh-query-field { display: grid; grid-row: 1 / span 3; grid-template-rows: subgrid; row-gap: 0; }
.rh-search-fields > .rh-query-field > label { grid-row: 1; }
.rh-search-fields > .rh-query-field > .rh-query-control, .rh-search-submit { grid-row: 2; }
.rh-search-fields > .rh-query-field > p { grid-row: 3; }
.rh-query-field > label, .rh-filters label { display: block; margin: 0 0 8px; color: var(--rh-muted); font: 600 10px/1.3 var(--rh-mono); letter-spacing: .09em; text-transform: uppercase; }
.rh-pro-tag { margin-left: 8px; padding: 3px 6px; border: 1px solid rgba(240,181,68,.45); border-radius: 3px; color: var(--rh-gold); font: 600 9px/1 var(--rh-mono); letter-spacing: .08em; text-transform: uppercase; vertical-align: middle; }
.rh-query-control { display: grid; grid-template-columns: 21px minmax(0, 1fr); align-items: center; gap: 12px; min-height: 62px; padding: 7px 18px; border: 1px solid #383b41; border-radius: 8px; background: #090b0e; transition: border-color .18s ease, box-shadow .18s ease; }
.rh-query-control:focus-within { border-color: rgba(240,181,68,.72); box-shadow: 0 0 0 3px rgba(240,181,68,.085); }
.rh-query-control:has([aria-invalid="true"]), .rh-query-control:has([aria-invalid="true"]):focus-within { border-color: #b3543f; box-shadow: 0 0 0 3px rgba(179,84,63,.12); }
.rh-query-field:has([aria-invalid="true"]) > p { color: var(--rh-red); }
.rh-query-control svg { width: 20px; height: 20px; fill: none; stroke: var(--rh-muted); stroke-linecap: round; stroke-width: 1.7; }
.rh-query-control input { min-width: 0; width: 100%; min-height: 44px; border: 0; outline: 0; color: var(--rh-paper); background: transparent; font-size: 16px; }
.rh-query-control input::placeholder { color: var(--rh-faint); }
.rh-query-field > p { margin: 8px 0 0; color: var(--rh-faint); font-size: 12px; }
.rh-search-submit { display: inline-flex; align-items: center; justify-content: center; min-height: 62px; padding: 0 26px; border: 1px solid var(--rh-paper); border-radius: 8px; color: #111318; background: var(--rh-paper); cursor: pointer; font: 600 13px/1 var(--rh-display); white-space: nowrap; transition: background .18s ease, transform .18s ease; }
.rh-search-submit:hover { background: #fffdf8; transform: translateY(-1px); }
.rh-visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* Pinned by tests/test_review_hub.py; the button no longer lives inside .rh-query-control, the shared declarations feed .rh-load-more and .rh-paywall-cta. */
.rh-query-control button, .rh-load-more, .rh-paywall-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid var(--rh-line); border-radius: 5px; color: var(--rh-text); background: transparent; cursor: pointer; font: 600 12px/1 var(--rh-display); text-decoration: none; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.rh-query-control button, .rh-paywall-cta { border-color: var(--rh-paper); color: #111318; background: var(--rh-paper); }
.rh-query-control button:hover, .rh-paywall-cta:hover { border-color: #fffdf8; background: #fffdf8; transform: translateY(-1px); }
.rh-load-more { margin: 24px auto 0; border-color: #3b3e45; color: var(--rh-text); background: transparent; }
.rh-load-more:hover { border-color: #555961; color: var(--rh-paper); background: var(--rh-panel-raised); transform: translateY(-1px); }

.rh-filter-drawer { margin-top: 18px; border-top: 1px solid var(--rh-line-soft); border-bottom: 1px solid var(--rh-line-soft); }
.rh-filter-drawer > summary { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 20px; color: var(--rh-text); cursor: pointer; list-style: none; }
.rh-filter-drawer > summary::-webkit-details-marker { display: none; }
.rh-filter-drawer > summary::after { content: '+'; flex: none; color: var(--rh-gold); font: 400 22px/1 var(--rh-display); }
.rh-filter-drawer[open] > summary::after { content: '−'; }
.rh-filter-drawer > summary span { font-size: 13px; font-weight: 600; }
.rh-filter-drawer > summary small { margin-left: auto; color: var(--rh-faint); font-size: 11px; font-weight: 400; }
.rh-filter-drawer[open] > summary { border-bottom: 1px solid var(--rh-line-soft); }
.rh-filters { display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)); gap: 12px; margin: 18px 0; }
.rh-filters select, .rh-filters input { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid var(--rh-line); border-radius: 5px; outline: 0; color: var(--rh-text); color-scheme: dark; background: #0a0c0f; font-size: 12px; }
.rh-filters select:focus, .rh-filters input:focus { border-color: var(--rh-gold); box-shadow: 0 0 0 2px rgba(240,181,68,.08); }
.rh-status { min-height: 20px; margin: 18px 0 -10px; color: var(--rh-muted); font: 500 11px/1.5 var(--rh-mono); }
.rh-status-quiet { overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.rh-noscript { margin: 28px 0 0; padding: 16px 18px; border: 1px solid var(--rh-line); border-radius: 7px; color: var(--rh-muted); background: #0a0c0f; font-size: 13px; }
.rh-noscript a { color: var(--rh-gold-soft); }
.rh-degraded { margin: 28px 0 0; padding: 18px; border: 1px solid var(--rh-line); border-radius: 7px; color: var(--rh-muted); background: #0a0c0f; }

/* results */
.rh-results-section { margin-top: 0; scroll-margin-top: 24px; }
.rh-results-section:focus, #results-heading:focus { outline: none; }
.rh-section-head > p { max-width: 510px; margin: 4px 0 0; color: var(--rh-muted); font-size: 13px; line-height: 1.6; }
.rh-results-toolbar { display: flex; min-width: 0; align-items: end; justify-content: space-between; gap: 24px; margin-top: 24px; padding: 16px 0; border-top: 1px solid var(--rh-line-soft); border-bottom: 1px solid var(--rh-line-soft); }
.rh-tone-filter { min-width: 0; margin: 0; padding: 0; border: 0; }
.rh-tone-filter legend, .rh-sort-control > span { margin: 0 0 8px; color: var(--rh-muted); font: 600 10px/1.3 var(--rh-mono); letter-spacing: .09em; text-transform: uppercase; }
.rh-tone-options { display: flex; min-width: 0; flex-wrap: wrap; gap: 7px; }
.rh-tone-options button { min-height: 42px; padding: 0 14px; border: 1px solid #34373d; border-radius: 999px; color: var(--rh-muted); background: transparent; cursor: pointer; font-size: 12px; font-weight: 600; transition: color .18s ease, background .18s ease, border-color .18s ease; }
.rh-tone-options button:hover { border-color: #555961; color: var(--rh-paper); background: var(--rh-panel-raised); }
.rh-tone-options button[aria-pressed='true'] { border-color: var(--rh-paper); color: #111318; background: var(--rh-paper); }
.rh-result-options { display: flex; flex: 0 0 auto; align-items: end; gap: 12px; }
.rh-image-filter { display: flex; min-height: 42px; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid #34373d; border-radius: 6px; color: var(--rh-muted); background: #0a0c0f; cursor: pointer; font-size: 12px; font-weight: 600; white-space: nowrap; }
.rh-image-filter:hover, .rh-image-filter:focus-within { border-color: #555961; color: var(--rh-paper); }
.rh-image-filter:has(input:checked) { border-color: var(--rh-paper); color: var(--rh-paper); background: var(--rh-panel-raised); }
.rh-image-filter input { width: 16px; height: 16px; margin: 0; accent-color: var(--rh-paper); cursor: pointer; }
.rh-results-toolbar :disabled { opacity: .5; cursor: wait; }
.rh-sort-control { display: grid; flex: 0 0 164px; min-width: 0; }
.rh-sort-control select { width: 100%; min-height: 42px; padding: 0 34px 0 12px; border: 1px solid #34373d; border-radius: 6px; outline: 0; color: var(--rh-paper); color-scheme: dark; background: #0a0c0f; cursor: pointer; font-size: 12px; }
.rh-sort-control select:hover { border-color: #555961; }
.rh-sort-control select:focus { border-color: var(--rh-paper); box-shadow: 0 0 0 2px rgba(236,231,221,.1); }

/* Results v4 (2026-08-30): a dense row list. One column, hairline dividers, no card borders. Each row is a grid of
   identity (rat avatar, reviewer handle, vendor code) / signal (tone and rating bars) / meta (mono facts) / action
   (the toggle). Clicking a row or its button opens the detail panel that follows it in the DOM (one open at a time). */
.rh-rows { display: block; margin-top: 22px; border-top: 1px solid var(--rh-line-soft); }
.rh-results-single { max-width: 880px; margin: 0 auto; border-top: 0; }
.rh-results-single .rh-row { cursor: default; }
.rh-row { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, .95fr) minmax(0, 1.15fr) auto; grid-template-areas: "identity signal meta toggle"; align-items: center; gap: 10px 22px; min-height: 56px; padding: 9px 14px 9px 18px; border-bottom: 1px solid var(--rh-line-soft); box-shadow: inset 2px 0 0 transparent; cursor: pointer; transition: background .18s ease, box-shadow .18s ease; }
.rh-row:hover { background: rgba(240,181,68,.05); }
.rh-row.is-open { background: var(--rh-panel-raised); box-shadow: inset 2px 0 0 var(--rh-gold); border-bottom-color: transparent; }
.rh-row:focus:not(:focus-visible) { outline: none; }
.rh-row:focus-visible { outline-offset: -2px; }
.rh-rows > .rh-row { animation: rh-rise .32s ease both; animation-delay: calc(var(--rh-i, 0) * 28ms); }
@keyframes rh-rise { from { opacity: 0; transform: translateY(8px); } }
/* Kickers inside a row or a panel are faint 8px mono labels; the hero .rh-kicker keeps its gold rule line. */
.rh-row .rh-kicker, .rh-row-detail .rh-kicker { display: inline-flex; flex: 0 0 auto; align-self: center; margin-right: 8px; color: var(--rh-faint); font: 600 8px/1 var(--rh-mono); letter-spacing: .14em; text-transform: uppercase; }
/* identity */
.rh-row-identity { grid-area: identity; display: flex; min-width: 0; align-items: center; gap: 10px; }
/* Reviewer avatars (2026-08-30): a lab-rat portrait (rat-NN-64.webp, 2x from the 128 px file) in the gold ring,
   28px on the row and 40px in the panel's Reviewer fact. The letter monogram survives only on vendor tags. */
.rh-row-avatar { display: block; flex: 0 0 28px; width: 28px; height: 28px; box-shadow: 0 0 0 3px rgba(240,181,68,.05); }
.rh-rat { border: 1px solid rgba(240,181,68,.45); border-radius: 50%; object-fit: cover; background: var(--rh-panel); }
.rh-row-names { display: grid; min-width: 0; gap: 3px; }
.rh-row-reviewer, .rh-row-vendor-line { display: flex; min-width: 0; align-items: center; }
.rh-row-reviewer strong { min-width: 0; overflow: hidden; color: var(--rh-paper); font: 600 13px/1.2 var(--rh-sans); text-overflow: ellipsis; white-space: nowrap; }
.rh-row-reviewer:not([data-reviewer-state="named"]) strong { color: var(--rh-muted); font-weight: 500; }
.rh-row-vendor { display: inline-flex; min-width: 0; align-items: baseline; gap: 6px; color: var(--rh-faint); font: 500 9px/1.4 var(--rh-mono); letter-spacing: .06em; text-decoration: none; transition: color .18s ease; }
.rh-row-vendor:hover, .rh-row-vendor:focus-visible { color: var(--rh-gold); }
.rh-vendor-code { color: var(--rh-paper); font: 600 10px/1 var(--rh-mono); letter-spacing: .06em; }
.rh-vendor-name { min-width: 0; max-width: 26ch; overflow: hidden; color: var(--rh-muted); text-overflow: ellipsis; white-space: nowrap; }
/* signal: a 3-segment tone bar (positive 3 green, neutral 2 amber, negative 1 red, unclassified outlined) and a
   5-segment gold rating bar (Pro) or a blurred placeholder bar with a tiny lock (Free, rating withheld). */
.rh-row-signal { grid-area: signal; display: flex; min-width: 0; flex-wrap: wrap; align-items: center; gap: 6px 18px; }
.rh-row-tone, .rh-row-rating { display: inline-flex; align-items: center; }
.rh-bar { display: inline-flex; gap: 3px; }
.rh-bar i { display: block; width: 16px; height: 6px; border-radius: 2px; background: var(--rh-line); }
.rh-bar-rating i { width: 12px; }
.rh-row[data-review-tone="positive"] .rh-bar-tone i { background: var(--rh-green); }
.rh-row[data-review-tone="neutral"] .rh-bar-tone i:nth-child(-n+2) { background: #d2a24c; }
.rh-row[data-review-tone="negative"] .rh-bar-tone i:first-child { background: var(--rh-red); }
.rh-row[data-review-tone="unclassified"] .rh-bar-tone i { background: transparent; box-shadow: inset 0 0 0 1px var(--rh-line); }
.rh-bar-rating[data-rating="1"] i:nth-child(-n+1), .rh-bar-rating[data-rating="2"] i:nth-child(-n+2), .rh-bar-rating[data-rating="3"] i:nth-child(-n+3), .rh-bar-rating[data-rating="4"] i:nth-child(-n+4), .rh-bar-rating[data-rating="5"] i:nth-child(-n+5) { background: var(--rh-gold); }
.rh-bar-locked i { background: var(--rh-gold); opacity: .5; filter: blur(2px); }
.rh-lock-mark { display: inline-block; flex: none; width: 10px; height: 10px; margin-left: 7px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Crect x='1.5' y='4.5' width='7' height='5' rx='1' fill='%23f0b544'/%3E%3Cpath d='M3 4.5V3a2 2 0 0 1 4 0v1.5' fill='none' stroke='%23f0b544' stroke-width='1.2'/%3E%3C/svg%3E") center / contain no-repeat; opacity: .85; }
/* meta: quiet mono facts, a thin dot between */
.rh-row-meta { grid-area: meta; display: flex; min-width: 0; flex-wrap: wrap; align-items: center; gap: 4px 7px; color: var(--rh-faint); font: 500 9px/1.5 var(--rh-mono); letter-spacing: .08em; text-transform: uppercase; }
.rh-source { color: var(--rh-gold-soft); }
.rh-meta-separator { color: var(--rh-faint); opacity: .55; letter-spacing: 0; }
.rh-row-id { color: var(--rh-muted); letter-spacing: .02em; text-transform: none; }
/* action */
.rh-row-toggle { grid-area: toggle; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 36px; padding: 0 12px 0 14px; border: 1px solid #3b3e45; border-radius: 6px; color: var(--rh-text); background: transparent; cursor: pointer; font: 600 12px/1 var(--rh-sans); white-space: nowrap; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.rh-row-toggle:hover, .rh-row-toggle:focus-visible { border-color: rgba(240,181,68,.6); color: var(--rh-paper); background: rgba(240,181,68,.08); }
.rh-row.is-open .rh-row-toggle { border-color: rgba(240,181,68,.45); color: var(--rh-gold-soft); }
.rh-chevron { display: inline-block; width: 7px; height: 7px; margin-top: -3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
.rh-row-toggle[aria-expanded="true"] .rh-chevron { margin-top: 3px; transform: rotate(-135deg); }
/* detail panel: follows its row; the height animates through the grid track (0fr -> 1fr) */
.rh-row-detail { display: grid; grid-template-rows: 0fr; border-bottom: 1px solid var(--rh-line-soft); background: var(--rh-panel); box-shadow: inset 2px 0 0 var(--rh-gold); transition: grid-template-rows .28s ease; }
.rh-row-detail.is-open { grid-template-rows: 1fr; }
.rh-detail-inner { min-height: 0; overflow: hidden; }
.rh-detail-content { padding: 18px 24px 20px 26px; }
/* facts grid: key/value rows, hairline dividers, no boxes; three columns, one on phones */
.rh-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 28px; margin: 0; padding: 0 0 14px; border-bottom: 1px solid var(--rh-line-soft); }
.rh-facts > div { display: grid; grid-template-columns: 76px minmax(0, 1fr); column-gap: 12px; min-width: 0; padding: 9px 0; border-top: 1px solid var(--rh-line-soft); }
.rh-facts > div:nth-child(-n+3) { border-top: 0; }
.rh-facts dt { padding-top: 2px; color: var(--rh-faint); font: 600 8px/1.5 var(--rh-mono); letter-spacing: .1em; text-transform: uppercase; }
.rh-facts dd { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; min-width: 0; margin: 0; overflow-wrap: anywhere; color: var(--rh-text); font-size: 11.5px; line-height: 1.45; }
.rh-facts dd a { color: var(--rh-paper); text-decoration: none; transition: color .18s ease; }
.rh-facts dd a:hover, .rh-facts dd a:focus-visible { color: var(--rh-gold); }
.rh-facts dd small { display: block; flex: 0 0 100%; margin: 0; color: var(--rh-faint); font-size: 9px; line-height: 1.45; }
.rh-facts .rh-pro-tag { margin-left: 0; }
.rh-facts dd.rh-fact-reviewer { display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 10px; row-gap: 2px; align-items: center; }
.rh-fact-avatar { display: block; width: 40px; height: 40px; grid-row: 1 / span 2; }
.rh-facts dd.rh-fact-reviewer small { grid-column: 2; }
.rh-stars { color: var(--rh-gold); letter-spacing: 1px; }
.rh-facts code { color: var(--rh-paper); font: 500 11px/1 var(--rh-mono); }
.rh-copy-id { min-height: 24px; padding: 0 8px; border: 1px solid #3b3e45; border-radius: 4px; color: var(--rh-muted); background: transparent; cursor: pointer; font: 600 9px/1 var(--rh-mono); letter-spacing: .06em; text-transform: uppercase; transition: color .18s ease, border-color .18s ease; }
.rh-copy-id:hover, .rh-copy-id:focus-visible { border-color: #555961; color: var(--rh-paper); }
/* body: the REVIEW kicker, the serif text (the first line for a locked row), then the locked block */
.rh-detail-body { padding-top: 16px; }
.rh-detail-text { max-width: 78ch; margin: 8px 0 0; color: #d8d4cb; font: 450 1.05rem/1.62 var(--rh-serif); }
.rh-excerpt-note { display: block; margin-top: 10px; color: var(--rh-faint); font: 500 9px/1.45 var(--rh-mono); }
.rh-locked-body { position: relative; margin-top: 8px; }
/* The blurred placeholders: filler generated from the review's length, never its text. Not selectable, not clickable,
   hidden from assistive tech (aria-hidden in the markup). The text block blurs harder (10px at 55%, fading downward)
   so the lorem filler reads as shapes, never as words; the stars and the facts block keep 6px, they are shapes already. */
.rh-blur { filter: blur(6px); user-select: none; -webkit-user-select: none; pointer-events: none; }
.rh-blur-text { max-width: 78ch; min-height: 4.8em; overflow: hidden; color: #d8d4cb; font: 450 1.05rem/1.62 var(--rh-serif); filter: blur(10px); opacity: .55; -webkit-mask-image: linear-gradient(180deg, #000 30%, rgba(0,0,0,.25) 100%); mask-image: linear-gradient(180deg, #000 30%, rgba(0,0,0,.25) 100%); }
.rh-blur-stars { color: var(--rh-gold); letter-spacing: 1px; }
.rh-blur-facts { display: flex; flex-wrap: wrap; gap: 12px 32px; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--rh-line-soft); opacity: .8; }
.rh-blur-fact { display: inline-flex; align-items: center; gap: 10px; color: var(--rh-text); font-size: 11px; }
.rh-blur-fact b { color: var(--rh-faint); font: 600 8px/1 var(--rh-mono); letter-spacing: .1em; text-transform: uppercase; }
.rh-blur-fact > i { display: inline-block; width: 44px; height: 32px; border-radius: 4px; background: #24272c; }
.rh-blur-facts .rh-bar-rating i { background: var(--rh-gold); }
/* The banner, laid across the middle of the blurred body: a dark gold-bordered strip with the pitch on the left and
   the Go Pro button with its price line on the right. */
.rh-banner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px 28px; margin: -22px 0 -6px; padding: 18px 22px; border: 1px solid rgba(240,181,68,.55); border-radius: 10px; background: linear-gradient(135deg, rgba(240,181,68,.08), rgba(240,181,68,0) 62%), var(--rh-canvas); box-shadow: 0 18px 50px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.04); }
.rh-banner-copy { display: grid; gap: 6px; min-width: 0; }
.rh-banner-title { display: block; color: var(--rh-paper); font: 700 17px/1.15 var(--rh-sans); letter-spacing: .05em; text-transform: uppercase; }
.rh-banner-sub { display: block; color: var(--rh-muted); font-size: 12px; line-height: 1.5; }
.rh-banner-action { display: grid; justify-items: center; min-width: 190px; }
.rh-banner-cta { display: inline-flex; width: 100%; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 0 22px; border-radius: 6px; color: #151004; background: var(--rh-gold); font: 700 13px/1 var(--rh-sans); letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: background .18s ease, transform .18s ease; }
.rh-banner-cta:hover, .rh-banner-cta:focus-visible { background: var(--rh-gold-soft); transform: translateY(-1px); }
.rh-arrow { display: inline-block; width: 7px; height: 7px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.rh-banner-price { display: block; margin-top: 8px; color: var(--rh-muted); font: 500 10px/1.5 var(--rh-mono); text-align: center; }
/* footer */
.rh-detail-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 2px 12px; margin-top: 16px; padding-top: 10px; border-top: 1px solid var(--rh-line-soft); color: var(--rh-faint); font-size: 10.5px; }
.rh-detail-foot a { display: inline-flex; min-height: 36px; align-items: center; gap: 4px; padding: 0 2px; color: var(--rh-muted); text-decoration: none; transition: color .2s ease; }
.rh-copy-review { min-height: 36px; padding: 0 8px 0 0; border: 0; color: var(--rh-muted); background: transparent; cursor: pointer; font-size: 10.5px; transition: color .2s ease; }
.rh-detail-foot a:hover, .rh-detail-foot a:focus-visible, .rh-copy-review:hover, .rh-copy-review:focus-visible { color: var(--rh-gold); }
/* Pro gallery inside the panel: the media rules below are reused as-is, stacked under the text, a true 4:3. */
.rh-detail-body .rh-review-media { margin: 14px 0 0; }
.rh-review-media { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; max-width: 320px; }
.rh-review-media figure { min-width: 0; margin: 0; }
.rh-review-media figure:only-child { grid-column: 1 / -1; }
.rh-review-media-link { position: relative; display: block; width: 100%; max-height: 240px; overflow: hidden; aspect-ratio: 4 / 3; border: 1px solid var(--rh-line); border-radius: 8px; background: #080a0c; }
.rh-review-media-link::after { content: 'Open image'; position: absolute; right: 8px; bottom: 8px; padding: 4px 7px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #fff; background: rgba(4,5,6,.92); font: 600 8px/1 var(--rh-mono); letter-spacing: .05em; text-transform: uppercase; }
.rh-review-media-link.is-unavailable { pointer-events: none; cursor: default; }
.rh-review-media-link.is-unavailable::after { content: 'Image unavailable'; right: auto; bottom: 50%; left: 50%; transform: translate(-50%, 50%); white-space: nowrap; }
.rh-review-media img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; transition: opacity .2s ease; }
.rh-review-media-link:hover img { opacity: .9; }
.rh-review-media-count { position: absolute; top: 8px; right: 8px; padding: 4px 7px; border-radius: 999px; color: #fff; background: rgba(4,5,6,.76); font: 600 8px/1 var(--rh-mono); }
.rh-review-media figcaption { display: -webkit-box; min-height: 2.9em; margin-top: 6px; overflow: hidden; color: var(--rh-faint); font: 500 8px/1.45 var(--rh-mono); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.rh-empty { margin-top: 28px; padding: 28px; border: 1px dashed var(--rh-line); border-radius: 8px; color: var(--rh-muted); text-align: center; }
.rh-paywall-link { display: inline-block; margin-top: 8px; padding: 6px 0; color: var(--rh-muted); font-size: 12px; text-decoration: underline; text-decoration-color: var(--rh-gold); text-underline-offset: 3px; }
.rh-paywall-link:hover { color: var(--rh-paper); }

/* image viewer */
.rh-media-viewer { width: min(960px, calc(100% - 28px)); max-height: calc(100vh - 28px); overflow: auto; padding: 0; border: 1px solid #3a3d42; border-radius: 12px; color: var(--rh-text); background: #0c0e11; box-shadow: 0 35px 120px rgba(0,0,0,.78); }
.rh-media-viewer::backdrop { background: rgba(3,4,5,.94); }
.rh-media-viewer-bar { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 20px; border-bottom: 1px solid var(--rh-line); background: rgba(12,14,17,.96); }
.rh-media-viewer-bar h2 { margin: 4px 0 0; color: var(--rh-paper); font: 500 16px/1.2 var(--rh-display); }
.rh-media-viewer-bar button { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border: 1px solid var(--rh-line); border-radius: 50%; color: var(--rh-paper); background: transparent; cursor: pointer; font-size: 25px; }
.rh-media-viewer figure { display: grid; place-items: center; min-height: 280px; margin: 0; padding: 20px; background: #070809; }
.rh-media-viewer figure img { display: block; max-width: 100%; max-height: min(72vh, 850px); object-fit: contain; }
.rh-media-viewer figcaption { width: 100%; margin-top: 12px; color: var(--rh-muted); font: 500 9px/1.5 var(--rh-mono); text-align: center; }
.rh-media-viewer-status { min-height: 24px; margin: 0; padding: 0 20px; color: var(--rh-red); font-size: 12px; text-align: center; }
.rh-media-viewer-controls { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 14px 20px; border-top: 1px solid var(--rh-line); }
.rh-media-viewer-controls button { min-height: 44px; padding: 0 14px; border: 1px solid var(--rh-line); border-radius: 5px; color: var(--rh-text); background: #111419; cursor: pointer; }
.rh-media-viewer-controls button:last-child { justify-self: end; }
.rh-media-viewer-controls button:disabled { opacity: .35; cursor: default; }
.rh-media-viewer-controls span { color: var(--rh-muted); font: 600 9px/1 var(--rh-mono); }
.rh-media-viewer-boundary { margin: 0; padding: 0 20px 20px; color: var(--rh-faint); font-size: 10px; line-height: 1.5; text-align: center; }

/* inline wall */
.rh-locked { margin-top: 26px; scroll-margin-top: 24px; }
.rh-locked:focus { outline: none; }
.rh-locked h3 { max-width: 30ch; margin: 8px 0 0; color: var(--rh-paper); font: 500 clamp(1.5rem, 2.8vw, 2.2rem)/1.12 var(--rh-display); letter-spacing: -.035em; text-wrap: balance; }
/* One chip per span; a middle dot leads every chip after the first. The row starts 20px left of the
   column and clips that strip, so a chip that begins a wrapped line hides its dot rather than showing it. */
.rh-locked-breakdown { display: flex; flex-wrap: wrap; row-gap: 4px; margin: 6px 0 18px -20px; clip-path: inset(0 0 0 20px); color: var(--rh-muted); font: 500 12px/1.6 var(--rh-mono); }
.rh-locked-breakdown span { position: relative; margin-left: 20px; }
.rh-locked-breakdown span + span::before { content: '·' / ''; position: absolute; left: -13px; color: var(--rh-faint); }
.rh-locked-breakdown-date { white-space: nowrap; }
.rh-locked-skeletons { margin-top: 18px; pointer-events: none; -webkit-mask-image: linear-gradient(180deg, #000 35%, transparent 100%); mask-image: linear-gradient(180deg, #000 35%, transparent 100%); }
.rh-row-skeleton { grid-template-columns: 28px minmax(0, 1.2fr) minmax(0, .9fr) minmax(0, 1fr) 118px; grid-template-areas: none; animation: none; cursor: default; }
.rh-skeleton-disc { width: 28px; height: 28px; border-radius: 50%; background: #24272c; }
.rh-skeleton-line { display: block; width: 100%; height: 9px; border-radius: 2px; background: #24272c; }
.rh-skeleton-mid { width: 68%; }
.rh-skeleton-title { width: 60%; height: 12px; background: #34373d; }
.rh-skeleton-chips { display: flex; gap: 4px; }
.rh-skeleton-chips i { width: 16px; height: 6px; border-radius: 2px; background: #24272c; }
.rh-skeleton-button { height: 32px; border: 1px solid var(--rh-line); border-radius: 6px; }
.rh-locked-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 400px); align-items: start; gap: 24px clamp(28px, 4vw, 56px); margin-top: -48px; padding: clamp(22px, 4vw, 34px); border: 1px solid rgba(240,181,68,.28); border-radius: 12px; background: var(--rh-panel); box-shadow: 0 25px 80px rgba(0,0,0,.55); }
.rh-locked-argument { display: grid; align-content: start; gap: 18px; min-width: 0; }
.rh-locked-brand { display: flex; align-items: center; gap: 10px; margin: 0 0 4px; }
.rh-locked-mark { display: block; width: 26px; height: 26px; margin: 0; filter: saturate(0) brightness(1.7); }
.rh-locked-brand span { font-family: var(--rh-sans); font-size: 12px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--rh-paper); }
.rh-locked-brand strong { color: var(--rh-gold); font-weight: 500; }
.rh-locked-scope { max-width: 34ch; margin: 0; color: var(--rh-paper); font: 500 19px/1.4 var(--rh-display); letter-spacing: -.01em; text-wrap: balance; }
.rh-locked-benefits { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.rh-locked-benefits li { position: relative; padding-left: 20px; color: var(--rh-text); font-size: 13.5px; line-height: 1.5; }
.rh-locked-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--rh-gold); }
.rh-paywall-actions { display: grid; gap: 10px; min-width: 0; padding: 20px; border: 1px solid var(--rh-line); border-radius: 10px; background: #0a0c0f; }
.rh-locked-price { display: grid; grid-template-columns: auto auto 1fr; align-items: baseline; column-gap: 6px; margin: 0 0 12px; color: var(--rh-text); }
.rh-locked-price .rh-label { grid-column: 1 / -1; margin-bottom: 6px; }
.rh-locked-price strong { color: var(--rh-paper); font: 500 28px/1 var(--rh-display); letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.rh-locked-price span:not(.rh-label) { color: var(--rh-muted); font: 500 12px/1 var(--rh-mono); }
.rh-locked-price small { justify-self: end; color: var(--rh-muted); font-size: 12px; }
.rh-paywall-cta { width: 100%; }
.rh-locked-reassurance { display: grid; gap: 6px; margin: 4px 0 0; padding: 0; list-style: none; color: var(--rh-muted); font-size: 12px; line-height: 1.5; }
.rh-see-plans { display: inline-flex; min-height: 40px; align-items: center; justify-self: center; margin-top: 6px; padding: 0 16px; border: 1px solid #34373d; border-radius: 5px; color: var(--rh-text); font-size: 12px; font-weight: 600; text-decoration: none; transition: color .18s ease, border-color .18s ease; }
.rh-see-plans:hover { border-color: #555961; color: var(--rh-paper); }
.rh-continue-free { min-height: 40px; justify-self: center; padding: 0 8px; border: 0; background: none; color: var(--rh-muted); font: 500 12px/1 var(--rh-sans); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.rh-continue-free:hover { color: var(--rh-paper); }

/* browse by vendor (SEO layer, 2026-08-30) */
.rh-browse { margin-top: 52px; }
.rh-browse .rh-section-head > p { max-width: 520px; margin: 0; color: var(--rh-muted); font-size: 13px; }
.rh-browse-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.rh-browse-link { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 52px; padding: 12px 16px; border: 1px solid var(--rh-line-soft); border-radius: 8px; color: var(--rh-text); background: rgba(255,255,255,.012); text-decoration: none; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.rh-browse-link:hover { border-color: #3b3e45; color: var(--rh-paper); background: var(--rh-panel-raised); }
.rh-browse-link[aria-current="page"] { border-color: rgba(240,181,68,.45); box-shadow: inset 2px 0 0 var(--rh-gold); color: var(--rh-paper); }
.rh-browse-name { min-width: 0; overflow: hidden; font-size: 13px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.rh-browse-count { flex: none; color: var(--rh-muted); font: 500 10px/1.5 var(--rh-mono); font-variant-numeric: tabular-nums; }
.rh-browse-count strong { color: var(--rh-paper); font-weight: 600; }
.rh-plain-boundary a { color: var(--rh-muted); }
.rh-plain-boundary a:hover { color: var(--rh-gold); }

/* about + trust */
.rh-about { margin-top: 52px; }
.rh-coverage { margin: 0; border: 1px solid var(--rh-line); border-radius: 10px; background: rgba(255,255,255,.012); }
.rh-coverage > summary { position: relative; display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 28px; padding: 16px 22px; color: var(--rh-text); cursor: pointer; list-style: none; }
.rh-coverage > summary::-webkit-details-marker { display: none; }
.rh-coverage > summary::after { content: '+'; flex: none; color: var(--rh-gold); font: 400 24px/1 var(--rh-display); }
.rh-coverage[open] > summary::after { content: '−'; }
.rh-coverage > summary > span:first-child { display: grid; gap: 2px; }
.rh-coverage > summary strong { color: var(--rh-paper); font-size: 14px; }
.rh-coverage > summary small { color: var(--rh-muted); font-size: 11px; }
.rh-coverage-glance { margin-left: auto; color: var(--rh-muted); font: 500 10px/1.5 var(--rh-mono); text-align: right; }
.rh-coverage-body { padding: 28px 22px 24px; border-top: 1px solid var(--rh-line); }
.rh-fact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 26px; border-top: 1px solid var(--rh-line); border-bottom: 1px solid var(--rh-line); }
.rh-fact-grid article { min-width: 0; padding: 25px 22px 25px 0; }
.rh-fact-grid article + article { padding-left: 22px; border-left: 1px solid var(--rh-line); }
.rh-fact-grid span, .rh-fact-grid small { display: block; color: var(--rh-muted); font: 500 9px/1.45 var(--rh-mono); letter-spacing: .08em; text-transform: uppercase; }
.rh-fact-grid strong { display: block; margin: 9px 0 6px; color: var(--rh-paper); font: 500 clamp(1.65rem, 3.5vw, 2.6rem)/1 var(--rh-display); letter-spacing: -.055em; font-variant-numeric: tabular-nums; }
.rh-fact-grid small { color: var(--rh-faint); letter-spacing: 0; text-transform: none; }
.rh-denominators { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.rh-denominators > div { padding: 22px 24px; border: 1px solid var(--rh-line-soft); border-radius: 8px; background: rgba(255,255,255,.012); }
.rh-denominators h3 { margin: 0 0 13px; color: var(--rh-paper); font: 500 13px/1 var(--rh-display); }
.rh-denominators ul { margin: 0; padding: 0; list-style: none; }
.rh-denominators li { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; border-top: 1px solid var(--rh-line-soft); color: var(--rh-muted); font-size: 12px; }
.rh-denominators li strong { color: var(--rh-text); font: 500 10px/1.5 var(--rh-mono); font-variant-numeric: tabular-nums; }
.rh-denominators li[data-sentiment='negative'] span { color: var(--rh-red); }
.rh-denominators li[data-sentiment='unclassified'] span { color: var(--rh-blue); }
.rh-trust { display: grid; grid-template-columns: minmax(230px, .75fr) minmax(0, 1.25fr); gap: 48px; margin-top: 34px; padding: 34px 0 8px; border-top: 1px solid var(--rh-line); }
.rh-trust dl { margin: 0; }
.rh-trust dl > div { display: grid; grid-template-columns: 135px minmax(0, 1fr); gap: 22px; padding: 14px 0; border-top: 1px solid var(--rh-line-soft); }
.rh-trust dl > div:first-child { border-top: 0; padding-top: 0; }
.rh-trust dt { color: var(--rh-paper); font: 600 10px/1.5 var(--rh-mono); letter-spacing: .06em; text-transform: uppercase; }
.rh-trust dd { margin: 0; color: var(--rh-muted); font-size: 13px; }
.rh-boundary { grid-column: 2; max-width: 760px; margin: 0; padding-top: 0; color: var(--rh-faint); font-size: 12px; }
.rh-boundary a { color: var(--rh-muted); }

/* footer */
.rh-footer { display: grid; grid-template-columns: minmax(220px, 1fr) auto; gap: 35px 70px; padding: 48px max(20px, calc((100vw - 1160px) / 2)); border-top: 1px solid var(--rh-line); background: #070809; color: var(--rh-faint); font-size: 11px; }
.rh-footer-brand { color: var(--rh-paper); font: 500 14px/1 var(--rh-display); letter-spacing: .18em; text-decoration: none; text-transform: uppercase; }
.rh-footer p { margin: 8px 0 0; }
.rh-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 24px; }
.rh-footer nav a { color: var(--rh-muted); text-decoration: none; }
.rh-footer nav a:hover { color: var(--rh-gold); }
.rh-footer > p { grid-column: 1 / -1; margin: 0; padding-top: 25px; border-top: 1px solid var(--rh-line-soft); }

:focus-visible { outline: 2px solid var(--rh-gold); outline-offset: 3px; }

@media (max-width: 980px) {
  .rh-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rh-fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rh-fact-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--rh-line); padding-left: 0; }
  .rh-fact-grid article:nth-child(4) { border-top: 1px solid var(--rh-line); }
}

@media (max-width: 880px) {
  .rh-locked-panel { grid-template-columns: minmax(0, 1fr) minmax(260px, 340px); }
  .rh-row { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr) auto; gap: 8px 14px; }
}

@media (max-width: 720px) {
  .rh-search-fields { grid-template-columns: minmax(0, 1fr); grid-template-rows: none; row-gap: 14px; }
  .rh-search-fields > .rh-query-field { grid-row: auto; grid-template-rows: auto; }
  .rh-search-submit { width: 100%; min-height: 52px; }
  .rh-locked-panel { grid-template-columns: minmax(0, 1fr); margin-top: -36px; }
  .rh-locked-scope { font-size: 17px; }
  .rh-paywall-actions { padding: 16px; }
}

@media (max-width: 700px) {
  .rh-shell { width: min(100% - 24px, 1160px); padding-top: 16px; }
  .rh-breadcrumb { margin-bottom: 34px; }
  .rh-private-preview { margin: 0 0 32px; }
  .rh-hero { padding-bottom: 36px; }
  .rh-hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .rh-hero-stats { display: grid; gap: 4px; }
  .rh-hero-stats span + span::before { content: none; }
  .rh-search-panel { margin-bottom: 36px; padding: 22px 16px; }
  .rh-search-panel::before { left: 18px; }
  .rh-search-heading, .rh-section-head { display: grid; gap: 16px; }
  .rh-query-control { padding: 9px 14px; }
  .rh-filters { grid-template-columns: 1fr; }
  .rh-filter-drawer > summary { align-items: flex-start; flex-wrap: wrap; gap: 2px 14px; padding: 12px 0; }
  .rh-filter-drawer > summary small { width: calc(100% - 32px); margin: 0; }
  .rh-filter-drawer > summary::after { grid-row: 1 / span 2; }
  .rh-results-toolbar { align-items: stretch; flex-direction: column; gap: 16px; padding: 14px 0; }
  .rh-tone-filter, .rh-result-options, .rh-sort-control { width: 100%; }
  .rh-result-options { display: grid; grid-template-columns: minmax(0, 1fr) minmax(150px, 1fr); }
  .rh-sort-control { flex-basis: auto; }
  .rh-sort-control select { min-height: 44px; }
  /* rows: identity on line 1, signal + meta on line 2, the button full-width below */
  .rh-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "identity identity" "signal meta" "toggle toggle"; gap: 10px 12px; padding: 12px 12px 12px 14px; }
  .rh-row-signal { gap: 6px 14px; }
  .rh-row-meta { justify-content: flex-end; text-align: right; }
  .rh-row-toggle { width: 100%; min-height: 40px; }
  .rh-vendor-name { display: none; }
  .rh-row-skeleton { grid-template-columns: 28px minmax(0, 1fr) minmax(0, 1fr); }
  .rh-row-skeleton .rh-skeleton-chips, .rh-row-skeleton .rh-skeleton-button { display: none; }
  .rh-detail-content { padding: 16px 14px 16px 16px; }
  .rh-facts { grid-template-columns: minmax(0, 1fr); }
  .rh-facts > div { grid-template-columns: 84px minmax(0, 1fr); }
  .rh-facts > div:nth-child(-n+3) { border-top: 1px solid var(--rh-line-soft); }
  .rh-facts > div:first-child { border-top: 0; }
  .rh-banner { grid-template-columns: minmax(0, 1fr); gap: 14px; margin: -12px 0 -4px; padding: 16px; }
  .rh-banner-action { width: 100%; min-width: 0; }
  .rh-banner-title { font-size: 15px; }
  .rh-media-viewer { width: calc(100% - 16px); max-height: calc(100vh - 16px); }
  .rh-media-viewer-controls { grid-template-columns: 1fr 1fr; }
  .rh-media-viewer-controls span { grid-column: 1 / -1; grid-row: 1; text-align: center; }
  .rh-about { margin-top: 38px; }
  .rh-coverage > summary { min-height: 64px; align-items: flex-start; flex-wrap: wrap; gap: 5px 12px; padding: 15px 16px; }
  .rh-coverage > summary > span:first-child { max-width: calc(100% - 36px); }
  .rh-coverage-glance { width: calc(100% - 36px); margin: 0; text-align: left; }
  .rh-coverage > summary::after { position: absolute; right: 16px; }
  .rh-coverage-body { padding: 24px 16px 18px; }
  .rh-fact-grid, .rh-denominators { grid-template-columns: 1fr; }
  .rh-fact-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--rh-line); }
  .rh-denominators { gap: 14px; }
  .rh-trust { grid-template-columns: 1fr; gap: 28px; padding-top: 28px; }
  .rh-trust dl > div { grid-template-columns: 1fr; gap: 4px; }
  .rh-boundary { grid-column: 1; }
  .rh-footer { grid-template-columns: 1fr; }
  .rh-footer nav { justify-content: flex-start; }
}

@media (max-width: 430px) {
  .rh-review-media { grid-template-columns: 1fr; }
  .rh-result-options { grid-template-columns: minmax(0, 1fr); }
  .rh-facts > div { grid-template-columns: minmax(0, 1fr); row-gap: 3px; }
}

@media (forced-colors: active) {
  .rh-review-media-link, .rh-row-detail, .rh-media-viewer, .rh-banner { border: 1px solid CanvasText; }
  .rh-review-media-link::after, .rh-review-media-count { forced-color-adjust: none; color: #fff; background: #000; }
  .rh-row-avatar, .rh-row-toggle, .rh-copy-id { border-color: CanvasText; }
  .rh-row { border-bottom-color: CanvasText; }
  .rh-bar i, .rh-lock-mark, .rh-banner-cta { forced-color-adjust: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .rh-rows > .rh-row { animation: none; }
  .rh-row-detail { transition: none; }
  .rh-chevron { transition: none; }
  .rh-banner-cta:hover, .rh-banner-cta:focus-visible { transform: none; }
}
