/* ============================================================
   waschmittel-vergleich24.de — Waschmitteltest 2026
   Authoritative German comparison/editorial styles
   ============================================================ */

:root {
  --ink:        #1c241d;
  --ink-soft:   #3c4640;
  --muted:      #6d756e;
  --faint:      #9aa19a;

  --green-900:  #15314f;
  --green:      #1f4e7a;
  --green-600:  #2a6196;
  --green-50:   #eaf1f8;
  --green-tint: #f1f6fb;

  --gold:       #c79a3e;
  --gold-deep:  #a87f2d;
  --gold-50:    #fbf4e3;

  --orange:     #e65100;
  --orange-dk:  #bf360c;

  --paper:      #f6f5f1;
  --paper-2:    #efede6;
  --line:       #e4e2da;
  --line-soft:  #eceae3;
  --white:      #ffffff;

  --red:        #b23b34;

  --shadow-sm:  0 1px 2px rgba(28,36,29,.05), 0 2px 6px rgba(28,36,29,.05);
  --shadow-md:  0 4px 14px rgba(28,36,29,.08), 0 10px 30px rgba(28,36,29,.06);
  --shadow-lg:  0 8px 30px rgba(28,36,29,.10), 0 24px 60px rgba(28,36,29,.10);

  --ui:    'Libre Franklin', 'Helvetica Neue', Arial, sans-serif;
  --serif: Georgia, 'Times New Roman', 'Source Serif 4', serif;

  --wrap:  760px;
  --wide:  1080px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.66;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a { color: var(--green); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--serif); }
.ui { font-family: var(--ui); }

/* ---------- Layout helpers ---------- */
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.wide { max-width: var(--wide); margin: 0 auto; padding: 0 22px; }
.section { padding: 46px 0; }
.section--tint { background: var(--green-tint); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.section--paper { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.eyebrow {
  font-family: var(--ui);
  font-size: 12.5px; font-weight: 700; letter-spacing: 1.6px;
  text-transform: uppercase; color: var(--green);
  display: flex; align-items: center; gap: 9px;
}
.eyebrow::after { content: ""; flex: 1; height: 1px; background: var(--line); }

.h2 {
  font-size: clamp(25px, 4.4vw, 34px); font-weight: 700; line-height: 1.14;
  letter-spacing: -0.6px; color: var(--green-900); margin: 14px 0 18px;
  text-wrap: balance;
}
.lead-p { font-size: 19px; margin: 0 0 18px; color: var(--ink-soft); }
.lead-p strong { color: var(--ink); font-weight: 600; }

/* ============================================================
   TOPBAR
   ============================================================ */
.topbar {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(1.1) blur(8px);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  max-width: var(--wide); margin: 0 auto; padding: 11px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.topbar-logo { height: 38px; width: auto; }
.topbar-right { display: flex; align-items: center; gap: 14px; }
.ad-flag {
  font-family: var(--ui); font-size: 8.5px; font-weight: 500; letter-spacing: .4px;
  text-transform: uppercase; color: var(--faint); opacity: .7;
}
.topbar-cta {
  font-family: var(--ui); font-size: 13.5px; font-weight: 700;
  color: var(--white); background: var(--green); padding: 9px 16px; border-radius: 7px;
}
.topbar-cta:hover { background: var(--green-600); text-decoration: none; }

/* ============================================================
   ARTICLE HEAD
   ============================================================ */
.head { padding: 24px 0 8px; }
.head h1 {
  font-size: clamp(27px, 4.4vw, 42px); font-weight: 700; line-height: 1.09;
  letter-spacing: -0.6px; color: var(--green-900); margin: 10px 0 12px;
  text-wrap: balance;
}
.head h1 .hl { color: var(--green); }
.subtitle {
  font-family: var(--serif); font-size: clamp(17px, 2.2vw, 19.5px); line-height: 1.45;
  color: var(--ink-soft); margin: 0 0 16px; max-width: 46ch;
}

.byline { display: flex; align-items: center; gap: 13px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.byline-av {
  width: 46px; height: 46px; border-radius: 50%; flex: 0 0 46px;
  background:
    repeating-linear-gradient(135deg, #d9d6cd 0 7px, #cfccc2 7px 14px);
  display: grid; place-items: center;
  font-family: var(--ui); font-size: 9px; font-weight: 700; color: #8a8678; letter-spacing: .3px;
  border: 1px solid var(--line);
}
.byline-meta { font-family: var(--ui); font-size: 14px; line-height: 1.4; }
.byline-name { font-weight: 700; color: var(--ink); }
.byline-name .verified { color: var(--green); font-weight: 700; }
.byline-sub { color: var(--muted); font-size: 13px; }
.byline-sub .dot { color: var(--faint); margin: 0 6px; }

/* Hero image placeholder */
.hero {
  margin: 18px 0 6px; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
}
.ph {
  position: relative; width: 100%;
  background:
    repeating-linear-gradient(135deg, #ecebe4 0 11px, #e6e4dc 11px 22px);
  display: grid; place-items: center;
}
.ph::after {
  content: attr(data-label);
  font-family: 'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 11.5px; letter-spacing: 1px; text-transform: uppercase;
  color: #98948a; background: rgba(255,255,255,.78); padding: 6px 11px; border-radius: 5px;
  border: 1px solid #dedcd3; text-align: center; max-width: 80%;
}
.hero .ph { aspect-ratio: 21 / 9; }
.hero-cap { font-family: var(--ui); font-size: 12.5px; color: var(--muted); padding: 9px 4px 0; }

/* ============================================================
   TRUST STAT BAR
   ============================================================ */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
  background: var(--white); margin: 18px 0 4px;
}
.stat { padding: 18px 16px; text-align: center; border-right: 1px solid var(--line-soft); }
.stat:last-child { border-right: 0; }
.stat-n { font-family: var(--ui); font-size: 26px; font-weight: 800; color: var(--green); line-height: 1; letter-spacing: -.5px; }
.stat-l { font-family: var(--ui); font-size: 12px; color: var(--muted); margin-top: 6px; letter-spacing: .2px; }

/* ============================================================
   RANKING CARDS
   ============================================================ */
.rank-list { display: flex; flex-direction: column; gap: 22px; }

.rank-card {
  position: relative; background: var(--white);
  border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.rank-card--winner { border-color: var(--gold); box-shadow: var(--shadow-lg); }

.winner-banner {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  background: linear-gradient(90deg, #b98a2f, #c79a3e 55%, #d8b257);
  color: #fff; font-family: var(--ui); padding: 9px 18px;
}
.winner-banner .wb-l { font-size: 13.5px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.winner-banner .wb-r { font-size: 12.5px; font-weight: 600; opacity: .95; }
.seal { width: 18px; height: 18px; display: inline-block; }

.rank-body { display: grid; grid-template-columns: 64px 150px 1fr 220px; gap: 20px; padding: 20px; align-items: start; }

.medal {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--ui); font-weight: 800; font-size: 23px; color: #fff;
  background: radial-gradient(circle at 35% 30%, #8d9690, #5f6a62);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.4);
}
.medal small { display: block; font-size: 8px; font-weight: 700; letter-spacing: .8px; margin-top: -2px; opacity: .85; }
.rank-card--winner .medal { background: radial-gradient(circle at 35% 30%, #edcf76, #c0922f); box-shadow: inset 0 0 0 2px rgba(255,255,255,.55), 0 4px 10px rgba(199,154,62,.4); }

.prod-img { border-radius: 10px; overflow: hidden; border: 1px solid var(--line); }
.prod-img .ph { aspect-ratio: 3 / 4; }

.rank-info h3 { font-size: 21px; font-weight: 700; color: var(--green-900); margin: 0 0 3px; letter-spacing: -.3px; }
.rank-brand { font-family: var(--ui); font-size: 12.5px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 10px; }
.rank-usp { font-size: 16px; line-height: 1.5; color: var(--ink-soft); margin: 0 0 13px; }

.pc { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 18px; font-family: var(--ui); font-size: 13.5px; }
.pc li { list-style: none; display: flex; gap: 7px; align-items: flex-start; line-height: 1.35; }
.pc ul { margin: 0; padding: 0; }
.pc .pro::before { content: "✓"; color: var(--green); font-weight: 800; flex: 0 0 auto; }
.pc .con::before { content: "–"; color: var(--faint); font-weight: 800; flex: 0 0 auto; }
.pc .con { color: var(--muted); }

.rank-side { display: flex; flex-direction: column; align-items: stretch; gap: 11px; }
.grade { text-align: center; border-radius: 10px; padding: 10px 8px; background: var(--green-50); border: 1px solid #d3e2f0; }
.rank-card--winner .grade { background: var(--gold-50); border-color: #ecd9a8; }
.grade-n { font-family: var(--ui); font-size: 34px; font-weight: 800; line-height: 1; color: var(--green); letter-spacing: -1px; }
.rank-card--winner .grade-n { color: var(--gold-deep); }
.grade-w { font-family: var(--ui); font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--ink-soft); margin-top: 4px; }

.stars { position: relative; display: inline-block; font-size: 17px; line-height: 1; letter-spacing: 2px; font-family: Arial, sans-serif; color: #dcd8cf; }
.stars::before { content: "★★★★★"; }
.stars > i { position: absolute; left: 0; top: 0; overflow: hidden; white-space: nowrap; color: var(--gold); }
.rate-row { display: flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--ui); font-size: 13px; color: var(--muted); }

.price { text-align: center; font-family: var(--ui); }
.price b { font-size: 17px; color: var(--ink); font-weight: 800; }
.price span { font-size: 12.5px; color: var(--muted); }

.cta {
  display: block; text-align: center; font-family: var(--ui); font-weight: 800;
  font-size: 15px; letter-spacing: .3px; color: #fff;
  background: var(--orange); padding: 14px 18px; border-radius: 9px;
  box-shadow: 0 4px 0 var(--orange-dk); transition: transform .08s ease, box-shadow .08s ease;
}
.cta:hover { text-decoration: none; transform: translateY(1px); box-shadow: 0 3px 0 var(--orange-dk); }
.cta:active { transform: translateY(4px); box-shadow: 0 0 0 var(--orange-dk); }
.cta--ghost { background: var(--white); color: var(--green); border: 1.5px solid var(--green); box-shadow: none; }
.cta--ghost:hover { background: var(--green-50); transform: none; }
.cta--final { background: var(--green); box-shadow: 0 4px 0 var(--green-900); }
.cta--final:hover { box-shadow: 0 3px 0 var(--green-900); }
.cta-note { font-family: var(--ui); font-size: 11.5px; color: var(--muted); text-align: center; margin-top: 7px; }

.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; font-family: var(--ui); font-size: 13px; color: var(--ink-soft); margin-top: 14px; }
.trust-badges span { display: inline-flex; align-items: center; gap: 6px; }
.trust-badges b { color: var(--green); }

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; -webkit-overflow-scrolling: touch; }
table.cmp { width: 100%; border-collapse: collapse; font-family: var(--ui); font-size: 14px; min-width: 680px; background: var(--white); }
table.cmp thead th { background: var(--green-900); color: #fff; font-weight: 600; text-align: center; padding: 13px 12px; font-size: 12.5px; letter-spacing: .3px; position: sticky; top: 0; }
table.cmp thead th:first-child { text-align: left; }
table.cmp td { padding: 13px 12px; text-align: center; border-bottom: 1px solid var(--line-soft); vertical-align: middle; }
table.cmp td:first-child { text-align: left; font-weight: 700; color: var(--green-900); }
table.cmp tbody tr.winner-row { background: var(--gold-50); }
table.cmp tbody tr.winner-row td:first-child { box-shadow: inset 4px 0 0 var(--gold); }
table.cmp .mini-medal { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #5f6a62; color: #fff; font-weight: 800; font-size: 11px; margin-right: 8px; vertical-align: middle; }
table.cmp tr.winner-row .mini-medal { background: var(--gold); }
table.cmp .tnote { font-weight: 800; }
table.cmp .tnote.good { color: var(--green); }
.cmp-hint { font-family: var(--ui); font-size: 12px; color: var(--muted); margin-top: 8px; text-align: center; }

/* ============================================================
   METHODOLOGY
   ============================================================ */
.crit { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 26px; margin-top: 8px; }
.crit-item { font-family: var(--ui); }
.crit-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 7px; }
.crit-name { font-size: 15px; font-weight: 700; color: var(--ink); }
.crit-pct { font-size: 14px; font-weight: 800; color: var(--green); }
.bar { height: 8px; border-radius: 99px; background: var(--paper-2); overflow: hidden; }
.bar > i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--green-600), var(--green)); }
.crit-desc { font-family: var(--serif); font-size: 14.5px; color: var(--muted); margin-top: 8px; line-height: 1.45; }

/* ============================================================
   LISTICLE (buying guide / benefits)
   ============================================================ */
.listicle-row { display: grid; grid-template-columns: 1fr 320px; gap: 30px; align-items: center; padding: 30px 0; }
.listicle-row:nth-child(even) { direction: rtl; }
.listicle-row:nth-child(even) > * { direction: ltr; }
.listicle-copy h3 { font-size: clamp(20px, 3vw, 25px); font-weight: 700; color: var(--green-900); margin: 0 0 12px; line-height: 1.18; letter-spacing: -.3px; }
.listicle-copy h3 .num { color: var(--gold-deep); }
.listicle-copy p { margin: 0; font-size: 17px; color: var(--ink-soft); }
.listicle-img { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.listicle-img .ph { aspect-ratio: 4 / 3; }
.divider { height: 1px; background: var(--line-soft); }

/* ============================================================
   EDITORIAL EMPHASIS BLOCKS
   ============================================================ */
.pullquote {
  font-family: var(--serif); font-size: clamp(21px, 3.2vw, 27px); line-height: 1.34;
  font-style: italic; color: var(--green-900); font-weight: 500;
  border-left: 4px solid var(--gold); padding: 6px 0 6px 22px; margin: 28px 0;
  text-wrap: balance;
}
.info-box {
  font-family: var(--ui); font-weight: 700; font-size: 16px; color: var(--green);
  background: var(--green-50); border: 1px solid #d3e2f0; border-radius: 10px;
  padding: 16px 18px; margin: 24px 0; text-align: center; line-height: 1.45;
}
.warning-box {
  background: #fbf3ea; border: 1px solid #ecdcc4; border-left: 4px solid var(--gold-deep);
  border-radius: 10px; padding: 18px 20px; margin: 24px 0;
}
.warning-box .wb-h { font-family: var(--ui); font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.warning-box p { margin: 0; font-size: 16.5px; color: var(--ink-soft); }

.founder-quote { border-left: 3px solid var(--orange); padding: 4px 0 4px 20px; margin: 22px 0; }
.founder-quote p { font-style: italic; font-size: 18px; color: var(--ink-soft); margin: 0 0 8px; }
.founder-quote .fq-by { font-family: var(--ui); font-style: normal; font-size: 14px; font-weight: 700; color: var(--muted); }

.product-centered { max-width: 300px; margin: 26px auto; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-md); }
.product-centered .ph { aspect-ratio: 1 / 1; }

/* ============================================================
   TESTIMONIAL
   ============================================================ */
.testi p { font-size: 17.5px; color: var(--ink-soft); margin: 0 0 16px; }
.testi-attr { font-family: var(--ui); font-size: 14px; font-weight: 700; color: var(--green-900); margin-top: 6px; }
.testi-attr span { color: var(--green); font-weight: 700; background: var(--green-50); border: 1px solid #d3e2f0; border-radius: 5px; padding: 2px 8px; font-size: 12px; margin-left: 8px; }

/* ============================================================
   REVIEWS
   ============================================================ */
.review-agg { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; justify-content: center; background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 24px; box-shadow: var(--shadow-sm); margin-bottom: 24px; }
.agg-score { text-align: center; }
.agg-score b { font-family: var(--ui); font-size: 52px; font-weight: 800; color: var(--green); line-height: 1; letter-spacing: -2px; }
.agg-score .agg-of { font-family: var(--ui); font-size: 14px; color: var(--muted); }
.agg-mid { text-align: center; }
.agg-label { font-family: var(--ui); font-size: 15px; font-weight: 800; color: var(--gold-deep); letter-spacing: .5px; }
.agg-count { font-family: var(--ui); font-size: 13px; color: var(--muted); margin-top: 4px; }
.agg-bar { min-width: 200px; flex: 1; }
.agg-bar .ab-l { display: flex; justify-content: space-between; font-family: var(--ui); font-size: 13px; color: var(--ink-soft); margin-bottom: 6px; }
.agg-bar .bar > i { background: linear-gradient(90deg, var(--gold-deep), var(--gold)); }

.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.review-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; box-shadow: var(--shadow-sm); }
.review-card .stars { font-size: 14px; margin-bottom: 9px; }
.review-title { font-family: var(--ui); font-size: 15.5px; font-weight: 800; color: var(--green-900); margin-bottom: 7px; }
.review-text { font-size: 15.5px; color: var(--ink-soft); margin: 0 0 12px; line-height: 1.5; }
.review-meta { display: flex; justify-content: space-between; align-items: center; font-family: var(--ui); font-size: 12.5px; }
.review-author { font-weight: 700; color: var(--ink); }
.review-vf { color: var(--green); font-weight: 700; display: inline-flex; gap: 5px; align-items: center; }

/* ============================================================
   FAQ
   ============================================================ */
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { font-family: var(--ui); font-size: 17px; font-weight: 700; color: var(--green-900); padding: 18px 36px 18px 0; cursor: pointer; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 14px; font-size: 24px; font-weight: 400; color: var(--green); transition: transform .2s ease; }
.faq details[open] summary::after { content: "–"; }
.faq details[open] summary { color: var(--green); }
.faq .faq-a { padding: 0 0 18px; font-size: 16.5px; color: var(--ink-soft); }
.faq .faq-a p { margin: 0 0 10px; }

/* ============================================================
   FAZIT / TWO OPTIONS / FINAL CTA
   ============================================================ */
.options { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 24px 0; }
.opt { border-radius: 12px; padding: 22px; border: 1px solid var(--line); }
.opt-1 { background: var(--paper); }
.opt-2 { background: var(--green-50); border-color: #c9dcef; }
.opt h4 { font-family: var(--ui); font-size: 15px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; margin: 0 0 10px; }
.opt-1 h4 { color: var(--muted); }
.opt-2 h4 { color: var(--green); }
.opt p { margin: 0; font-size: 16px; color: var(--ink-soft); }
.opt-2 p { color: var(--ink); }

.sign-off { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--ink-soft); margin: 22px 0; }
.sign-off b { font-family: var(--ui); font-style: normal; color: var(--green-900); }

.final-cta-box { text-align: center; max-width: 520px; margin: 0 auto; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--green-900); color: #cdd6df; padding: 40px 0 28px; font-family: var(--ui); font-size: 13.5px; }
.footer a { color: #e6ecf2; }
.footer-top { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; align-items: flex-start; }
.footer-logo { font-family: var(--ui); font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-disc { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: #9aa6b3; font-size: 12.5px; line-height: 1.6; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 4px 14px; margin-top: 20px; }
.footer-legal a { font-family: var(--ui); font-size: 11.5px; font-weight: 400; letter-spacing: .2px; color: rgba(231,239,231,.42); text-decoration: none; transition: color .15s ease; }
.footer-legal a:hover { color: rgba(231,239,231,.78); text-decoration: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 860px) {
  .rank-body { grid-template-columns: 56px 1fr; grid-template-areas: "medal img" "info info" "side side"; gap: 14px 16px; }
  .rank-body .medal { grid-area: medal; }
  .prod-img { grid-area: img; max-width: 130px; }
  .rank-info { grid-area: info; }
  .rank-side { grid-area: side; }
  .rank-side { flex-direction: row; flex-wrap: wrap; align-items: center; }
  .rank-side .grade { flex: 0 0 96px; }
  .rank-side .rate-row, .rank-side .price { flex: 1; min-width: 110px; }
  .rank-side .cta { flex: 1 0 100%; }
}

@media (max-width: 640px) {
  body { font-size: 18px; }
  .section { padding: 32px 0; }
  .head { padding: 18px 0 6px; }
  .head h1 { margin: 8px 0 10px; }
  .subtitle { margin: 0 0 14px; }
  .hero { margin: 14px 0 4px; }
  .hero .ph { aspect-ratio: 16 / 10; }
  .hero-cap { font-size: 11.5px; }
  .stats { margin: 16px 0 4px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line-soft); }
  .crit { grid-template-columns: 1fr; }
  .listicle-row { grid-template-columns: 1fr; gap: 18px; padding: 24px 0; }
  .listicle-row, .listicle-row:nth-child(even) { direction: ltr; }
  .listicle-img { order: -1; }
  .reviews-grid { grid-template-columns: 1fr; }
  .options { grid-template-columns: 1fr; }
  .topbar-cta { display: none; }
  .topbar-logo { height: 30px; }
  .review-agg { gap: 18px; }
  .agg-score b { font-size: 42px; }
}

@media (max-width: 420px) {
  .rank-body { grid-template-columns: 48px 1fr; padding: 16px; }
  .pc { grid-template-columns: 1fr; }
  .head h1 { letter-spacing: -.5px; }
}

@media print {
  .topbar, .cta, .topbar-cta { display: none !important; }
}
