:root {
  --brand: #e34b4b;
  --brand-dark: #c9353d;
  --ink: #202124;
  --muted: #6b6560;
  --accent: #f2b84b;
  --cream: #fff7f2;
  --paper: #ffffff;
  --line: #e8e3df;
  --soft: #f6f3f1;
  --success: #19734b;
  --danger: #a52c35;
  --radius: 18px;
  --shadow: 0 16px 44px rgba(32, 33, 36, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; }
p { color: var(--muted); }
.shell { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 790px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 8px; }
.skip:focus { top: 12px; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--brand); font-size: 12px; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, 0.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(15px); }
.header-row { min-height: 76px; display: grid; grid-template-columns: 190px minmax(260px, 1fr) auto auto; align-items: center; gap: 18px; }
.logo img { width: 180px; height: auto; }
.header-search { display: flex; align-items: center; max-width: 470px; border: 1px solid #d8d3cf; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 8px rgba(32,33,36,.04); }
.header-search label { flex: 1; }
.header-search input { width: 100%; height: 43px; padding: 0 14px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.header-search:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(227,75,75,.12); }
.header-search button { width: 48px; height: 43px; border: 0; color: #fff; background: var(--brand); font-size: 26px; line-height: 1; }
.header-row nav { display: flex; align-items: center; gap: 20px; }
.header-row nav a { font-size: 14px; font-weight: 720; white-space: nowrap; }
.header-row nav a:hover { color: var(--brand); }
.categories-link { padding: 10px 14px; color: var(--brand); border: 1px solid var(--brand); border-radius: 9px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.categories-link:hover { color: #fff; background: var(--brand); }
.menu-btn { display: none; padding: 9px 13px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: #fff; font-weight: 800; }
.external-icon { width: 16px; height: 16px; margin-left: 5px; vertical-align: -3px; }

.home-hero { padding: 52px 0 46px; color: #fff; background: radial-gradient(circle at 85% 8%, rgba(227,75,75,.55), transparent 30%), var(--ink); overflow: hidden; }
.home-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); align-items: center; gap: 48px; }
.hero-copy .eyebrow { color: var(--accent); }
.hero-copy h1 { max-width: 730px; margin-bottom: 18px; font-size: clamp(44px, 5.7vw, 78px); }
.hero-copy > p { max-width: 660px; margin-bottom: 28px; color: #e6e2df; font-size: 19px; }
.hero-media { position: relative; margin: 0; border: 7px solid rgba(255,255,255,.95); border-radius: 24px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.3); transform: rotate(1.2deg); }
.hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-media figcaption { position: absolute; inset: auto 16px 14px 16px; padding: 9px 12px; border-radius: 9px; color: var(--ink); background: rgba(255,255,255,.9); font-size: 12px; font-weight: 800; backdrop-filter: blur(8px); }
.discovery-search { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(190px, .75fr) 104px; align-items: stretch; max-width: 750px; background: #fff; border-radius: 11px; box-shadow: 0 14px 34px rgba(0,0,0,.22); overflow: hidden; }
.discovery-search label { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; padding: 0 15px; border-right: 1px solid var(--line); }
.discovery-search label > span { color: var(--ink); font-size: 13px; font-weight: 850; }
.discovery-search input, .discovery-search select { width: 100%; height: 56px; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.discovery-search button { border: 0; color: #fff; background: var(--brand); font-weight: 850; }
.discovery-search button:hover { background: var(--brand-dark); }
.popular-searches { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; color: #d9d5d2; font-size: 13px; }
.popular-searches span { font-weight: 800; }
.popular-searches a { text-decoration: underline; text-underline-offset: 3px; }
.popular-searches a:hover { color: var(--accent); }

.category-shortcuts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -1px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 16px 16px; overflow: hidden; background: #fff; box-shadow: 0 14px 36px rgba(32,33,36,.07); }
.category-shortcuts a { min-height: 68px; display: flex; align-items: center; gap: 12px; padding: 14px 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 760; }
.category-shortcuts a:nth-child(4n) { border-right: 0; }
.category-shortcuts a:nth-last-child(-n+4) { border-bottom: 0; }
.category-shortcuts a:hover { color: var(--brand); background: var(--cream); }
.category-shortcuts span { color: var(--brand); font-size: 11px; letter-spacing: .08em; }

.section { padding: 76px 0; }
.tone-light { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-heading h2 { margin-bottom: 9px; font-size: clamp(30px, 3.4vw, 46px); }
.section-heading p { max-width: 650px; margin-bottom: 0; }
.section-heading > a { color: var(--brand); font-weight: 800; white-space: nowrap; }
.section-heading.compact { display: block; margin-bottom: 22px; }
.section-heading.compact h2 { margin-bottom: 0; font-size: 30px; }

.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.home-review-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.review-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.review-card:hover { transform: translateY(-4px); border-color: #d6cfca; box-shadow: var(--shadow); }
.card-image { position: relative; display: block; overflow: hidden; background: #efe8e2; }
.card-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.review-card:hover .card-image img { transform: scale(1.035); }
.card-body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.card-category { align-self: flex-start; margin-bottom: 10px; color: var(--brand); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.card-body h3 { margin-bottom: 11px; font-size: 22px; }
.card-body h3 a:hover { color: var(--brand); }
.rating-row { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 11px; }
.rating-row strong { font-size: 15px; }
.rating-row > span:last-child { color: var(--muted); font-size: 12px; }
.reader-mini { margin-top: -5px; margin-bottom: 10px; color: var(--muted); font-size: 12px; }
.card-body > p { display: -webkit-box; margin-bottom: 18px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 14px; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); }
.card-foot span { color: var(--muted); font-size: 11px; }
.card-foot a { color: var(--brand); font-size: 13px; font-weight: 850; }

.stars { position: relative; display: inline-block; color: #d7d3cf; font-size: 17px; line-height: 1; letter-spacing: 1px; white-space: nowrap; }
.stars > span { color: #d7d3cf; }
.stars > i { position: absolute; left: 0; top: 0; display: block; overflow: hidden; color: var(--brand); font-style: normal; white-space: nowrap; }

.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.category-card { position: relative; min-height: 370px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.category-card img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; background: var(--cream); }
.category-card > div { flex: 1; padding: 20px; }
.category-card span { color: var(--brand); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.category-card h3 { margin: 7px 0 10px; font-size: 23px; }
.category-card p { margin-bottom: 16px; font-size: 14px; }
.category-card strong { color: var(--brand); font-size: 13px; }

.method-band { padding: 78px 0; color: #fff; background: var(--ink); }
.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.method-intro .eyebrow { color: var(--accent); }
.method-intro h2 { margin-bottom: 17px; font-size: clamp(36px, 4vw, 55px); }
.method-intro p { color: #d8d3cf; }
.method-steps { margin: 0; padding: 0; list-style: none; }
.method-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); }
.method-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.method-steps > li > span { color: var(--accent); font-weight: 850; }
.method-steps h3 { margin-bottom: 7px; font-size: 25px; }
.method-steps p { margin-bottom: 0; color: #bdb7b3; }

.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 11px 18px; border: 0; border-radius: 9px; font-weight: 850; }
.btn.primary { color: #fff; background: var(--brand); }
.btn.primary:hover { background: var(--brand-dark); }
.btn.light { color: var(--ink); background: #fff; }
.btn.full { width: 100%; }

.page-hero { padding: 72px 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero.simple h1 { max-width: 900px; margin-bottom: 14px; font-size: clamp(44px, 5vw, 68px); }
.page-hero.simple p { max-width: 720px; font-size: 18px; }
.page-hero .btn { margin-top: 12px; }
.category-hero { padding: 52px 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.category-hero-grid { display: grid; grid-template-columns: 1fr 480px; align-items: center; gap: 56px; }
.category-hero h1 { margin-bottom: 14px; font-size: clamp(44px, 5vw, 68px); }
.category-hero p { max-width: 650px; font-size: 18px; }
.category-hero strong { color: var(--brand); }
.category-hero img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }

.search-page { color: #fff; background: var(--ink); }
.search-page .eyebrow { color: var(--accent); }
.search-page h1 { margin-bottom: 24px; font-size: clamp(40px, 5vw, 64px); }
.search-page > .shell > p { margin: 20px 0 0; color: #d8d3cf; }
.light-search { box-shadow: none; }
.empty-state { grid-column: 1 / -1; padding: 60px; text-align: center; border: 1px dashed #cdc5bf; border-radius: 16px; background: var(--cream); }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 25px; color: var(--muted); font-size: 13px; }
.breadcrumbs a:hover { color: var(--brand); }
.review-page { padding-bottom: 80px; }
.review-hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; padding-top: 34px; padding-bottom: 48px; }
.review-label { display: inline-block; margin-bottom: 13px; padding: 7px 10px; color: var(--brand); background: #fff0ef; border-radius: 6px; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.review-hero h1 { margin-bottom: 17px; font-size: clamp(42px, 5vw, 66px); }
.review-deck { max-width: 760px; margin-bottom: 16px; font-size: 18px; }
.review-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 25px; color: var(--muted); font-size: 12px; }
.review-meta span + span::before, .review-meta span + a::before { content: "•"; margin-right: 16px; }
.review-meta a { color: var(--brand); font-weight: 780; }
.hero-rating { display: inline-flex; align-items: center; gap: 17px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(32,33,36,.06); }
.rating-number { display: flex; align-items: baseline; }
.rating-number strong { color: var(--brand); font-size: 42px; line-height: 1; letter-spacing: -.06em; }
.rating-number span { color: var(--muted); }
.hero-rating b, .hero-rating small { display: block; }
.hero-rating b { margin-top: 5px; font-size: 14px; }
.hero-rating small { color: var(--muted); font-size: 11px; }
.review-hero-image { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.review-hero-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.review-hero-image figcaption { padding: 10px 14px; color: var(--muted); font-size: 11px; }

.review-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 46px; align-items: start; }
.review-main { min-width: 0; }
.quick-verdict { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; padding: 28px; border-left: 5px solid var(--brand); background: var(--cream); border-radius: 0 14px 14px 0; }
.quick-verdict h2 { margin-bottom: 0; font-size: 28px; }
.verdict-fit { display: grid; gap: 13px; }
.verdict-fit p { margin: 0; font-size: 14px; }
.verdict-fit strong { display: block; color: var(--ink); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 28px 0; }
.pros-cons > div { padding: 24px; border: 1px solid var(--line); border-radius: 14px; }
.pros-cons h2 { margin-bottom: 13px; font-size: 22px; }
.pros-cons ul { margin: 0; padding: 0; list-style: none; }
.pros-cons li { position: relative; padding: 7px 0 7px 25px; color: var(--muted); font-size: 14px; }
.pros-cons li::before { position: absolute; left: 0; color: var(--success); font-weight: 900; content: "✓"; }
.pros-cons .cons li::before { color: var(--brand); content: "–"; }

.article-content { color: #3e3b38; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.78; }
.article-content h2, .article-content h3 { color: var(--ink); font-family: Inter, ui-sans-serif, "Segoe UI", Arial, sans-serif; }
.article-content h2 { margin: 46px 0 14px; font-size: 32px; }
.article-content h3 { margin: 30px 0 10px; font-size: 24px; }
.article-content p { color: #4e4945; }
.article-content ul, .article-content ol { padding-left: 25px; }
.article-content li { margin-bottom: 8px; }
.article-content a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.article-content .review-disclosure { padding: 15px 18px; color: #5b554f; background: #fff6dc; border: 1px solid #f0d58e; border-radius: 10px; font-family: Inter, ui-sans-serif, "Segoe UI", Arial, sans-serif; font-size: 13px; }
.article-figure { margin: 28px 0 38px; }
.article-figure img { width: 100%; border-radius: 14px; }
.article-figure figcaption { margin-top: 8px; color: var(--muted); font-family: Inter, ui-sans-serif, "Segoe UI", Arial, sans-serif; font-size: 11px; }

.score-breakdown, .fact-panel, .sources, .reader-reviews, .write-review { margin-top: 46px; padding-top: 38px; border-top: 1px solid var(--line); }
.score-grid { display: grid; gap: 15px; }
.score-row { display: grid; grid-template-columns: 230px 1fr 42px; align-items: center; gap: 16px; }
.score-row > div:first-child { display: flex; justify-content: space-between; gap: 10px; }
.score-row strong { font-size: 14px; }
.score-row span { color: var(--muted); font-size: 11px; }
.score-track { height: 9px; overflow: hidden; background: #eee9e5; border-radius: 99px; }
.score-track i { display: block; height: 100%; background: var(--brand); border-radius: inherit; }
.score-row b { text-align: right; color: var(--brand); }
.fact-panel dl, .buy-box dl { margin: 0; }
.fact-panel dl { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.fact-panel dl div { padding: 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-panel dl div:nth-child(2n) { border-right: 0; }
.fact-panel dt, .buy-box dt { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.fact-panel dd, .buy-box dd { margin: 4px 0 0; }
.sources > p { font-size: 14px; }
.sources ul { margin: 0; padding: 0; list-style: none; }
.sources li { border-top: 1px solid var(--line); }
.sources a { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; color: var(--brand); font-weight: 760; }

.buy-box { position: sticky; top: 102px; padding: 25px; border: 1px solid var(--line); border-top: 5px solid var(--brand); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.buy-kicker { color: var(--brand); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.buy-score { display: flex; align-items: baseline; margin-top: 12px; }
.buy-score strong { color: var(--brand); font-size: 54px; line-height: 1; letter-spacing: -.06em; }
.buy-score span { color: var(--muted); }
.buy-box h2 { margin: 18px 0 10px; font-size: 24px; }
.buy-box > p { font-size: 14px; }
.buy-box dl div { padding: 12px 0; border-top: 1px solid var(--line); }
.buy-box dd { font-size: 13px; }
.buy-box .btn { margin-top: 16px; }
.buy-box > small { display: block; margin-top: 10px; color: var(--muted); font-size: 10px; text-align: center; }

.reader-summary { display: grid; justify-items: end; }
.reader-summary strong { color: var(--brand); font-size: 32px; line-height: 1; }
.reader-summary span { color: var(--muted); font-size: 11px; }
.rating-distribution { display: grid; gap: 8px; max-width: 560px; margin-bottom: 26px; }
.rating-distribution > div { display: grid; grid-template-columns: 48px 1fr 28px; align-items: center; gap: 10px; font-size: 12px; }
.rating-distribution i { height: 7px; overflow: hidden; background: #ece7e3; border-radius: 99px; }
.rating-distribution b { display: block; height: 100%; background: var(--brand); }
.comment-list { display: grid; gap: 14px; }
.comment-card { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; }
.comment-avatar { width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--brand); border-radius: 50%; font-weight: 850; }
.comment-avatar img { width: 100%; height: 100%; object-fit: cover; }
.comment-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; }
.comment-top span { color: var(--muted); font-size: 10px; }
.comment-stars { display: flex; gap: 7px; align-items: center; margin: 5px 0 9px; }
.comment-main p { margin-bottom: 12px; color: #4e4945; }
.comment-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 11px; }
.like-button { display: inline-flex; gap: 5px; align-items: center; padding: 6px 9px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); background: #fff; }
.no-comments { padding: 26px; border: 1px dashed #cfc7c1; border-radius: 12px; text-align: center; background: var(--cream); }
.no-comments p { margin-bottom: 0; }

.public-review-form { display: grid; gap: 17px; }
.public-review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.public-review-form label, .public-review-form legend { color: var(--ink); font-size: 13px; font-weight: 760; }
.public-review-form input, .public-review-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #cfc8c2; border-radius: 8px; outline: 0; background: #fff; }
.public-review-form input:focus, .public-review-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(227,75,75,.12); }
.star-input { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 3px; margin: 0; padding: 0; border: 0; }
.star-input legend { width: 100%; margin-bottom: 5px; }
.star-input input { position: absolute; opacity: 0; pointer-events: none; }
.star-input label { color: #d6d1cd; font-size: 35px; line-height: 1; cursor: pointer; }
.star-input input:checked ~ label, .star-input label:hover, .star-input label:hover ~ label { color: var(--brand); }
.honeypot { position: absolute !important; left: -10000px !important; }
.public-review-flash { padding: 12px 14px; border-radius: 8px; font-weight: 700; }
.public-review-flash.success { color: #0b5d3b; background: #e5f6ee; }
.public-review-flash.error { color: #8a2630; background: #fdebed; }

.static-page { padding: 60px 0 90px; }

.site-footer { padding: 60px 0 24px; color: #fff; background: #17181a; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-logo { max-width: 100%; }
.footer-brand p { max-width: 360px; margin-top: 18px; color: #bdb7b3; }
.footer-column { border: 0; }
.footer-column summary { list-style: none; font-weight: 850; }
.footer-column summary::-webkit-details-marker { display: none; }
.footer-column summary span { display: none; }
.footer-links { display: grid; gap: 9px; margin-top: 16px; }
.footer-links a { color: #bdb7b3; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #918b87; font-size: 11px; }

.site-popup-layer { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; }
.site-popup-backdrop { position: absolute; inset: 0; background: rgba(20,20,22,.72); }
.site-popup { position: relative; width: min(var(--popup-width), 100%); display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; color: var(--popup-text); background: var(--popup-bg); border-radius: var(--popup-radius); box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.site-popup.image-right { grid-template-columns: 1.2fr .8fr; }
.site-popup.image-right .site-popup-image { order: 2; }
.site-popup.image-top { grid-template-columns: 1fr; }
.site-popup-image img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.site-popup-copy { padding: 46px; }
.site-popup-copy h2 { font-size: 38px; }
.popup-kicker { color: var(--brand); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.site-popup-close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255,255,255,.88); font-size: 24px; }
.site-popup-button { display: inline-flex; margin-top: 12px; padding: 11px 16px; color: #fff; background: var(--popup-button); border-radius: 8px; font-weight: 850; }

.ad-banner-zone { padding: 15px 0; }
.ad-banner { position: relative; min-height: 100px; display: grid; grid-template-columns: 180px 1fr; align-items: center; overflow: hidden; color: var(--ad-text); background: var(--ad-bg); border-radius: 14px; }
.ad-banner.layout-text_only { grid-template-columns: 1fr; }
.ad-banner.layout-image_only { display: block; }
.ad-banner-image img { width: 100%; height: 140px; object-fit: cover; }
.ad-banner-copy { padding: 22px; }
.ad-banner-copy h2 { margin: 4px 0 7px; }
.ad-banner-copy p { margin: 0; color: inherit; opacity: .82; }
.ad-banner-label { font-size: 10px; font-weight: 850; text-transform: uppercase; }
.ad-banner-button { display: inline-flex; margin-top: 12px; padding: 8px 12px; background: var(--ad-button); border-radius: 7px; font-weight: 800; }
.ad-banner-close { position: absolute; right: 9px; top: 9px; z-index: 2; border: 0; background: transparent; font-size: 22px; }
.ad-banner-dots { display: flex; justify-content: center; gap: 6px; margin-top: 8px; }
.ad-banner-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #c8c1bc; }
.ad-banner-dots button.active { background: var(--brand); }

@media (max-width: 1120px) {
  .header-row { grid-template-columns: 170px 1fr auto; }
  .header-row nav { position: absolute; left: 20px; right: 20px; top: 68px; display: none; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
  .header-row nav.open { display: grid; }
  .header-row nav a { padding: 9px 10px; }
  .menu-btn { display: block; }
  .categories-link { display: none; }
  .home-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .home-hero-grid, .review-hero, .category-hero-grid, .review-layout, .method-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 680px; transform: none; }
  .review-layout { gap: 28px; }
  .buy-box { position: static; order: -1; }
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-grid { gap: 35px; }
  .category-hero img { max-width: 620px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 24px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1220px); }
  .header-row { min-height: 66px; grid-template-columns: 155px 1fr auto; gap: 10px; }
  .logo img { width: 148px; }
  .header-search { justify-self: end; width: 44px; border: 0; }
  .header-search label { display: none; }
  .header-search button { width: 44px; border-radius: 9px; }
  .home-hero { padding-top: 38px; }
  .hero-copy h1 { font-size: 44px; }
  .discovery-search { grid-template-columns: 1fr; border-radius: 12px; }
  .discovery-search label { border-right: 0; border-bottom: 1px solid var(--line); }
  .discovery-search button { min-height: 52px; }
  .category-shortcuts { grid-template-columns: repeat(2, 1fr); }
  .category-shortcuts a:nth-child(2n) { border-right: 0; }
  .category-shortcuts a:nth-last-child(-n+4) { border-bottom: 1px solid var(--line); }
  .category-shortcuts a:nth-last-child(-n+2) { border-bottom: 0; }
  .section { padding: 58px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .review-grid, .home-review-grid, .category-grid, .pros-cons, .quick-verdict, .public-review-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 0; }
  .review-hero h1 { font-size: 40px; }
  .quick-verdict { padding: 22px; }
  .score-row { grid-template-columns: 1fr 38px; gap: 8px; }
  .score-row > div:first-child { grid-column: 1 / -1; }
  .fact-panel dl { grid-template-columns: 1fr; }
  .fact-panel dl div { border-right: 0; }
  .comment-card { grid-template-columns: 40px 1fr; }
  .comment-avatar { width: 40px; height: 40px; }
  .comment-meta { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-column { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.12); }
  .footer-column summary { display: flex; justify-content: space-between; cursor: pointer; }
  .footer-column summary span { display: block; }
  .footer-bottom { flex-direction: column; }
  .site-popup { grid-template-columns: 1fr; max-height: calc(100vh - 30px); overflow-y: auto; }
  .site-popup-image img { min-height: 180px; max-height: 220px; }
  .site-popup-copy { padding: 30px 24px; }
}

@media (max-width: 460px) {
  .hero-copy h1 { font-size: 39px; }
  .hero-rating { width: 100%; }
  .rating-number strong { font-size: 36px; }
  .review-hero h1 { font-size: 36px; }
  .category-shortcuts a { min-height: 62px; padding: 12px; font-size: 12px; }
  .article-content { font-size: 17px; }
  .article-content h2 { font-size: 28px; }
  .reader-summary { justify-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
