/*
Theme Name: Running Watches Magazine
Theme URI: https://runningwatches.com.au/
Author: Running Watches
Author URI: https://runningwatches.com.au/
Description: A premium, advertising-ready WordPress magazine theme for running watch reviews, comparisons, deals, training technology and affiliate publishing.
Version: 1.0.2
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: runningwatches
Tags: news, blog, e-commerce, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
  --rw-ink: #07111f;
  --rw-ink-2: #0d1b2e;
  --rw-paper: #ffffff;
  --rw-mist: #f1f5f9;
  --rw-line: #dce4ee;
  --rw-muted: #5f6f83;
  --rw-cyan: #20d6e8;
  --rw-blue: #2764ff;
  --rw-orange: #ff5c35;
  --rw-lime: #a3e635;
  --rw-gold: #f4c542;
  --rw-danger: #ef4444;
  --rw-success: #16a34a;
  --rw-radius: 18px;
  --rw-radius-sm: 11px;
  --rw-shadow: 0 18px 50px rgba(7,17,31,.12);
  --rw-container: 1380px;
  --rw-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --rw-display: "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--rw-paper); color: var(--rw-ink); font-family: var(--rw-font); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
iframe { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, input[type="submit"] { cursor: pointer; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 5px; left: 5px; width: auto; height: auto; padding: 12px 18px; background: #fff; color: #111; clip: auto!important; box-shadow: var(--rw-shadow); }

.container { width: min(calc(100% - 40px), var(--rw-container)); margin-inline: auto; }
.container--narrow { width: min(calc(100% - 40px), 920px); margin-inline: auto; }
.section-pad { padding-block: clamp(3.25rem, 6vw, 7rem); }
.section-pad--small { padding-block: clamp(2rem, 4vw, 4rem); }
.site-main { min-height: 55vh; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 .65em; font-family: var(--rw-display); font-weight: 900; line-height: 1.02; letter-spacing: -.045em; }
p { margin: 0 0 1.25rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .45rem; color: var(--rw-orange); font-size: .69rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 3px; content: ""; background: currentColor; border-radius: 999px; }
.muted { color: var(--rw-muted); }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: .55rem; padding: .75rem 1.05rem; border: 1px solid var(--rw-ink); border-radius: 999px; background: var(--rw-ink); color: #fff; font-size: .76rem; font-weight: 900; letter-spacing: .035em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(7,17,31,.18); }
.button--accent { border-color: var(--rw-orange); background: var(--rw-orange); color: #fff; }
.button--cyan { border-color: var(--rw-cyan); background: var(--rw-cyan); color: var(--rw-ink); }
.button--ghost { background: transparent; color: var(--rw-ink); }
.button--white { border-color: #fff; background: #fff; color: var(--rw-ink); }
.button--block { width: 100%; }

.sponsor-strip { min-height: 34px; display: flex; align-items: center; background: var(--rw-ink); color: #d7e0ec; font-size: .67rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.sponsor-strip__inner { display: flex; justify-content: space-between; gap: 1rem; }
.sponsor-strip a { color: var(--rw-cyan); text-decoration: none; }
.site-header { position: sticky; z-index: 900; top: 0; border-bottom: 1px solid var(--rw-line); background: rgba(255,255,255,.95); backdrop-filter: blur(15px); }
.site-header__inner { min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1.2rem, 3vw, 3rem); }
.site-branding { min-width: 275px; }
.custom-logo-link { display: block; line-height: 0; }
.custom-logo { max-height: 56px; width: auto; }
.wordmark { display: inline-flex; align-items: baseline; gap: .18em; font-family: var(--rw-display); font-size: clamp(1.3rem,2.2vw,2rem); font-weight: 900; letter-spacing: -.07em; text-decoration: none; text-transform: uppercase; }
.wordmark span { color: var(--rw-orange); }
.wordmark small { margin-left: .45rem; color: var(--rw-muted); font-family: var(--rw-font); font-size: .47em; font-weight: 800; letter-spacing: .05em; }
.primary-nav ul, .utility-nav ul { display: flex; align-items: center; gap: clamp(.8rem,1.8vw,1.7rem); margin: 0; padding: 0; list-style: none; }
.primary-nav { justify-self: center; }
.primary-nav a { font-size: .73rem; font-weight: 900; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.primary-nav a:hover { color: var(--rw-orange); }
.header-actions { display: flex; align-items: center; gap: .7rem; }
.search-toggle, .menu-toggle { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--rw-line); border-radius: 50%; background: #fff; color: var(--rw-ink); }
.menu-toggle { display: none; }
.search-panel { display: none; padding: 1.25rem 0; border-top: 1px solid var(--rw-line); background: #fff; }
.search-panel.is-open { display: block; }
.search-form { display: flex; gap: .65rem; }
.search-field { width: 100%; min-height: 48px; padding: .75rem 1rem; border: 1px solid var(--rw-line); border-radius: 999px; background: #fff; }

.rw-ad { width: min(calc(100% - 40px), var(--rw-container)); margin: clamp(1.5rem,3vw,3rem) auto; text-align: center; }
.rw-ad > div { position: relative; overflow: hidden; min-height: 110px; display: grid; place-items: center; border: 1px solid var(--rw-line); border-radius: var(--rw-radius); background: #f8fafc; }
.rw-ad img { display: block; width: 100%; height: auto; }
.rw-ad a { display: block; text-decoration: none; }
.rw-ad__label { position: absolute; z-index: 2; top: 7px; left: 10px; padding: .2rem .4rem; border-radius: 999px; background: rgba(7,17,31,.78); color: #fff; font-size: .55rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rw-ad--empty > div { min-height: 130px; padding: 2rem; border-style: dashed; background: repeating-linear-gradient(135deg,#f8fafc,#f8fafc 12px,#edf2f7 12px,#edf2f7 24px); }
.rw-ad--empty span { display: block; color: var(--rw-muted); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rw-ad--empty strong { display: block; margin-top: .35rem; font-size: 1rem; }
.review-grid > .rw-ad, .archive-grid > .rw-ad, .article-grid > .rw-ad { grid-column: 1 / -1; width: 100%; margin: 1rem 0; }
.rw-ad--sidebar_top, .rw-ad--sidebar_sticky { width: 100%; margin: 0 0 1.25rem; }
.rw-ad--sidebar_sticky { position: sticky; top: 120px; }
.rw-ad--mobile_sticky { display: none; }

.hero { overflow: hidden; padding: clamp(2rem,4vw,4rem) 0 clamp(3rem,6vw,6.5rem); background: linear-gradient(135deg,#07111f 0%,#0c2036 54%,#082f49 100%); color: #fff; }
.hero__topline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1.3rem; color: #b7c5d6; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero__topline strong { color: var(--rw-lime); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(340px,.8fr); gap: 1.25rem; }
.hero-lead { min-height: 630px; position: relative; overflow: hidden; border-radius: 28px; background: #0d1b2e; }
.hero-lead__media { position: absolute; inset: 0; }
.hero-lead__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,rgba(7,17,31,.02) 30%,rgba(7,17,31,.94) 100%); }
.hero-lead__media img { width: 100%; height: 100%; object-fit: cover; }
.hero-lead__content { position: absolute; z-index: 2; inset: auto 0 0; padding: clamp(1.5rem,4vw,3.5rem); }
.hero-lead h1 { max-width: 12ch; margin: .35rem 0 .25rem; font-size: clamp(2.5rem,5.5vw,5.9rem); }
.hero-lead h1 a { text-decoration: none; }
.hero-lead p { max-width: 58ch; color: #c8d3e1; font-size: clamp(1rem,1.4vw,1.18rem); }
.hero-score { position: absolute; z-index: 3; top: 22px; right: 22px; width: 90px; height: 90px; display: grid; place-items: center; border: 7px solid var(--rw-lime); border-radius: 50%; background: rgba(7,17,31,.9); box-shadow: 0 12px 34px rgba(0,0,0,.3); }
.hero-score strong { display: block; font-family: var(--rw-display); font-size: 1.8rem; line-height: 1; }
.hero-score span { color: #cbd5e1; font-size: .55rem; font-weight: 800; text-transform: uppercase; }
.hero-side { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.hero-mini { min-height: 148px; display: grid; grid-template-columns: 145px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--rw-radius); background: rgba(255,255,255,.06); }
.hero-mini__media img { width: 100%; height: 100%; object-fit: cover; }
.hero-mini__content { padding: 1rem; }
.hero-mini h2 { margin: .35rem 0 .4rem; font-size: clamp(1.15rem,2vw,1.55rem); letter-spacing: -.035em; }
.hero-mini h2 a { text-decoration: none; }
.hero-mini p { margin: 0; color: #aebdce; font-size: .76rem; }

.deal-ticker { border-bottom: 1px solid var(--rw-line); background: var(--rw-paper); }
.deal-ticker__inner { min-height: 58px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; }
.deal-ticker__badge { padding: .4rem .65rem; border-radius: 999px; background: var(--rw-orange); color: #fff; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.deal-ticker p { margin: 0; overflow: hidden; font-size: .8rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.deal-ticker a { color: var(--rw-blue); font-size: .72rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.8rem; }
.section-heading h2 { margin: .25rem 0 0; font-size: clamp(2rem,4vw,4.35rem); }
.section-heading > a { color: var(--rw-blue); font-size: .72rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.quick-picks { background: var(--rw-mist); }
.quick-picks__grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: .8rem; }
.pick-card { position: relative; min-height: 175px; overflow: hidden; padding: 1.2rem; border-radius: var(--rw-radius); background: var(--rw-ink); color: #fff; text-decoration: none; }
.pick-card::after { position: absolute; right: -25px; bottom: -35px; width: 120px; height: 120px; content: ""; border: 18px solid var(--rw-cyan); border-radius: 50%; opacity: .24; }
.pick-card:nth-child(2n)::after { border-color: var(--rw-orange); }
.pick-card:nth-child(3n)::after { border-color: var(--rw-lime); }
.pick-card span { color: #9eb0c6; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pick-card strong { display: block; max-width: 8ch; margin-top: .6rem; font-family: var(--rw-display); font-size: 1.45rem; line-height: 1.02; letter-spacing: -.04em; }
.pick-card b { position: absolute; bottom: 1rem; left: 1.2rem; color: var(--rw-cyan); font-size: .7rem; }

.editorial-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: clamp(2rem,4vw,4rem); align-items: start; }
.review-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.15rem; }
.review-card { position: relative; overflow: hidden; border: 1px solid var(--rw-line); border-radius: var(--rw-radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.review-card:hover { transform: translateY(-4px); box-shadow: var(--rw-shadow); }
.review-card__media { position: relative; aspect-ratio: 3/2; display: block; overflow: hidden; background: var(--rw-ink); }
.review-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.review-card:hover .review-card__media img { transform: scale(1.025); }
.review-card__score { position: absolute; right: .8rem; bottom: .8rem; width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid var(--rw-lime); border-radius: 50%; background: rgba(7,17,31,.92); color: #fff; font-family: var(--rw-display); font-size: 1rem; }
.review-card__body { padding: 1.15rem; }
.review-card h3 { margin: .4rem 0 .55rem; font-size: clamp(1.25rem,2vw,1.7rem); }
.review-card h3 a { text-decoration: none; }
.review-card p { margin: 0 0 .9rem; color: var(--rw-muted); font-size: .83rem; }
.review-card__meta { display: flex; justify-content: space-between; gap: .5rem; padding-top: .75rem; border-top: 1px solid var(--rw-line); color: var(--rw-muted); font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.review-card--wide { grid-column: span 2; display: grid; grid-template-columns: 1.08fr 1fr; }
.review-card--wide .review-card__media { aspect-ratio: auto; min-height: 100%; }

.site-sidebar { min-width: 0; }
.sidebar-module { margin-bottom: 1.3rem; padding: 1.2rem; border: 1px solid var(--rw-line); border-radius: var(--rw-radius); background: #fff; }
.sidebar-module--dark { border-color: var(--rw-ink); background: var(--rw-ink); color: #fff; }
.sidebar-module h2 { margin-bottom: 1rem; font-size: 1.25rem; }
.trending-list { margin: 0; padding: 0; counter-reset: trending; list-style: none; }
.trending-list li { display: grid; grid-template-columns: 34px 1fr; gap: .65rem; padding: .85rem 0; border-top: 1px solid var(--rw-line); counter-increment: trending; }
.trending-list li::before { content: counter(trending, decimal-leading-zero); color: var(--rw-orange); font-family: var(--rw-display); font-size: .9rem; }
.trending-list a { font-size: .82rem; font-weight: 800; line-height: 1.35; text-decoration: none; }
.newsletter-box p { color: #aebdce; font-size: .83rem; }
.newsletter-form { display: grid; gap: .65rem; }
.newsletter-form input { min-height: 46px; padding: .75rem .9rem; border: 1px solid #30415a; border-radius: 999px; background: #0d1b2e; color: #fff; }
.widget { margin-bottom: 1.3rem; padding: 1.2rem; border: 1px solid var(--rw-line); border-radius: var(--rw-radius); }
.widget-title { font-size: 1.15rem; }
.widget ul { padding-left: 1rem; }

.comparison-section { background: var(--rw-ink); color: #fff; }
.comparison-head { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; margin-bottom: 2rem; }
.comparison-head h2 { max-width: 11ch; font-size: clamp(2.7rem,6vw,6rem); }
.comparison-head p { max-width: 48ch; color: #aebdce; }
.comparison-table-wrap { overflow-x: auto; border: 1px solid #2a3950; border-radius: var(--rw-radius); }
.comparison-table { width: 100%; min-width: 830px; border-collapse: collapse; background: #0d1b2e; }
.comparison-table th, .comparison-table td { padding: 1rem; border-right: 1px solid #2a3950; border-bottom: 1px solid #2a3950; text-align: left; }
.comparison-table th { color: #8fa1b7; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.comparison-table td { font-size: .82rem; }
.comparison-table td:first-child { color: #91a1b5; font-weight: 800; }
.comparison-table strong { font-size: 1rem; }
.comparison-score { color: var(--rw-lime); font-family: var(--rw-display); font-size: 1.3rem; }
.comparison-table .button { min-height: 38px; padding: .55rem .75rem; font-size: .62rem; }

.article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.15rem; }
.article-card { overflow: hidden; border-bottom: 3px solid var(--rw-ink); background: #fff; }
.article-card__media { display: block; aspect-ratio: 16/10; overflow: hidden; border-radius: var(--rw-radius); background: var(--rw-mist); }
.article-card__media img { width: 100%; height: 100%; object-fit: cover; }
.article-card__body { padding: 1rem .15rem 1.25rem; }
.article-card h3 { margin: .35rem 0 .45rem; font-size: clamp(1.2rem,2vw,1.65rem); }
.article-card h3 a { text-decoration: none; }
.article-card p { margin: 0; color: var(--rw-muted); font-size: .82rem; }

.brand-hub { background: var(--rw-mist); }
.brand-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: .8rem; }
.brand-card { min-height: 150px; display: grid; place-items: center; padding: 1rem; border: 1px solid var(--rw-line); border-radius: var(--rw-radius); background: #fff; font-family: var(--rw-display); font-size: 1.15rem; letter-spacing: -.04em; text-align: center; text-decoration: none; }
.brand-card:hover { border-color: var(--rw-orange); color: var(--rw-orange); }

.newsletter-band { padding: clamp(3rem,6vw,6rem) 0; background: linear-gradient(120deg,var(--rw-orange),#ff8a34); color: #fff; }
.newsletter-band__inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.7fr); gap: 2rem; align-items: center; }
.newsletter-band h2 { max-width: 12ch; font-size: clamp(2.5rem,5vw,5.4rem); }
.newsletter-band p { max-width: 54ch; }
.newsletter-band form { display: flex; gap: .65rem; }
.newsletter-band input { width: 100%; min-height: 54px; padding: .8rem 1rem; border: 0; border-radius: 999px; }

.archive-header { padding: clamp(3rem,7vw,7rem) 0; background: var(--rw-ink); color: #fff; }
.archive-header h1 { max-width: 14ch; font-size: clamp(3rem,7vw,7rem); }
.archive-header p { max-width: 60ch; color: #aebdce; }
.archive-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-top: 3rem; }
.pagination a, .pagination span { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--rw-line); border-radius: 50%; font-weight: 850; text-decoration: none; }
.pagination .current { border-color: var(--rw-ink); background: var(--rw-ink); color: #fff; }

.review-header { padding: clamp(3rem,6vw,6rem) 0 2.5rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.5rem; color: var(--rw-muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.review-header__grid { display: grid; grid-template-columns: minmax(0,1fr) 210px; gap: 2rem; align-items: end; }
.review-header h1 { max-width: 15ch; font-size: clamp(3rem,7vw,7rem); }
.review-deck { max-width: 65ch; color: var(--rw-muted); font-size: clamp(1.05rem,2vw,1.35rem); }
.review-score-panel { padding: 1.25rem; border-radius: var(--rw-radius); background: var(--rw-ink); color: #fff; text-align: center; }
.score-ring { width: 128px; height: 128px; display: grid; place-items: center; margin: 0 auto .8rem; border: 10px solid var(--rw-lime); border-radius: 50%; }
.score-ring strong { font-family: var(--rw-display); font-size: 2.7rem; line-height: 1; }
.score-ring span { display: block; color: #aebdce; font-size: .6rem; font-weight: 850; text-transform: uppercase; }
.review-award { display: inline-block; margin-top: .5rem; padding: .35rem .55rem; border-radius: 999px; background: var(--rw-orange); font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.review-byline { display: flex; flex-wrap: wrap; gap: .7rem 1rem; margin-top: 1.3rem; color: var(--rw-muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.review-hero { width: min(calc(100% - 40px), 1500px); margin: 0 auto clamp(2.5rem,5vw,5rem); overflow: hidden; border-radius: 28px; background: var(--rw-ink); }
.review-hero img { width: 100%; max-height: 820px; object-fit: cover; }
.review-layout { display: grid; grid-template-columns: minmax(0,780px) 320px; justify-content: center; gap: clamp(2rem,4vw,4rem); align-items: start; }
.review-verdict { margin-bottom: 1.5rem; padding: 1.4rem; border-left: 6px solid var(--rw-orange); border-radius: 0 var(--rw-radius) var(--rw-radius) 0; background: var(--rw-mist); }
.review-verdict h2 { font-size: 1.4rem; }
.review-verdict p:last-child { margin-bottom: 0; }
.affiliate-box { margin-bottom: 1.5rem; padding: 1.25rem; border: 1px solid var(--rw-line); border-radius: var(--rw-radius); background: #fff; box-shadow: var(--rw-shadow); }
.affiliate-box__top { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.affiliate-box__price { font-family: var(--rw-display); font-size: 1.8rem; letter-spacing: -.04em; }
.affiliate-box__retailer { color: var(--rw-muted); font-size: .72rem; font-weight: 800; }
.affiliate-disclosure { margin: .75rem 0 0; color: var(--rw-muted); font-size: .64rem; line-height: 1.45; }
.spec-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem; margin-bottom: 1.5rem; }
.spec-card { padding: 1rem; border: 1px solid var(--rw-line); border-radius: var(--rw-radius-sm); }
.spec-card span { display: block; color: var(--rw-muted); font-size: .62rem; font-weight: 850; text-transform: uppercase; }
.spec-card strong { display: block; margin-top: .25rem; }
.pros-cons { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin: 2rem 0; }
.pros-cons section { padding: 1.2rem; border-radius: var(--rw-radius); }
.pros-cons__pros { background: #eaf9ef; }
.pros-cons__cons { background: #fff0ec; }
.pros-cons h2 { font-size: 1.25rem; }
.pros-cons ul { margin: 0; padding-left: 1.15rem; }
.pros-cons li { margin: .4rem 0; font-size: .86rem; }
.review-body { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.08rem,1.7vw,1.22rem); line-height: 1.82; }
.review-body h2, .review-body h3 { font-family: var(--rw-display); }
.review-body h2 { margin-top: 1.7em; font-size: clamp(2rem,4vw,3.4rem); }
.review-body h3 { margin-top: 1.6em; font-size: clamp(1.4rem,3vw,2.1rem); }
.review-body a { color: var(--rw-blue); }
.review-body blockquote { margin: 2rem 0; padding: 1.4rem 0 1.4rem 1.4rem; border-left: 6px solid var(--rw-cyan); font-family: var(--rw-font); font-size: clamp(1.35rem,3vw,2rem); font-weight: 850; line-height: 1.3; }
.review-body table { width: 100%; border-collapse: collapse; font-family: var(--rw-font); font-size: .82rem; }
.review-body th, .review-body td { padding: .75rem; border: 1px solid var(--rw-line); text-align: left; }
.review-body th { background: var(--rw-ink); color: #fff; }
.rating-panel { margin: 2rem 0; padding: 1.4rem; border-radius: var(--rw-radius); background: var(--rw-ink); color: #fff; }
.rating-panel h2 { font-size: 1.5rem; }
.rating-row { display: grid; grid-template-columns: 120px 1fr 40px; gap: .8rem; align-items: center; margin: .8rem 0; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.rating-track { height: 9px; overflow: hidden; border-radius: 999px; background: #29384d; }
.rating-track span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg,var(--rw-cyan),var(--rw-lime)); }
.source-box { margin: 2rem 0; padding: 1rem; border: 1px solid var(--rw-line); border-radius: var(--rw-radius-sm); background: var(--rw-mist); font-size: .72rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.5rem 0; }
.tag-list a { padding: .35rem .65rem; border: 1px solid var(--rw-line); border-radius: 999px; font-size: .68rem; font-weight: 800; text-decoration: none; }

.article-header { padding: clamp(3rem,7vw,7rem) 0 2rem; }
.article-header h1 { max-width: 15ch; font-size: clamp(3rem,7vw,7rem); }
.article-deck { max-width: 62ch; color: var(--rw-muted); font-size: clamp(1.05rem,2vw,1.35rem); }
.article-layout { display: grid; grid-template-columns: minmax(0,780px) 320px; justify-content: center; gap: 4rem; align-items: start; }
.article-body { font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.08rem,1.7vw,1.22rem); line-height: 1.82; }
.article-body h2, .article-body h3 { font-family: var(--rw-display); }
.article-body h2 { margin-top: 1.7em; font-size: clamp(2rem,4vw,3.4rem); }
.article-body h3 { margin-top: 1.6em; font-size: clamp(1.4rem,3vw,2.1rem); }
.article-body a { color: var(--rw-blue); }

.comments-area { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--rw-line); }
.comment-list { padding: 0; list-style: none; }
.comment-body { margin-bottom: 1rem; padding: 1rem; border: 1px solid var(--rw-line); border-radius: var(--rw-radius); }
.comment-meta { font-size: .75rem; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: .75rem; border: 1px solid var(--rw-line); border-radius: var(--rw-radius-sm); }

.site-footer { padding-top: clamp(3rem,6vw,6rem); background: #040a13; color: #d6dfeb; }
.site-footer__grid { display: grid; grid-template-columns: 1.3fr .7fr .9fr; gap: clamp(2rem,6vw,6rem); padding-bottom: 3rem; }
.site-footer .wordmark { color: #fff; }
.site-footer p { max-width: 44ch; color: #8fa1b7; }
.site-footer h2 { color: #fff; font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: .45rem 0; }
.site-footer a { text-decoration: none; }
.site-footer__bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid #1d2a3c; color: #718298; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.footer-disclosure { max-width: 65ch; }

.nothing-found, .error-page { padding: 5rem 0; text-align: center; }
.error-code { display: block; color: var(--rw-orange); font-family: var(--rw-display); font-size: clamp(6rem,22vw,16rem); line-height: .8; }

.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-inline: auto; }
.alignwide { width: min(1100px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-caption, .gallery-caption { color: var(--rw-muted); font-size: .72rem; }
.sticky { outline: 2px solid var(--rw-orange); outline-offset: 3px; }
.bypostauthor { border-color: var(--rw-cyan); }

@media (max-width: 1150px) {
  .site-branding { min-width: 220px; }
  .primary-nav ul { gap: .9rem; }
  .header-actions .button { display: none; }
  .quick-picks__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .review-grid, .archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .article-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .brand-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header__inner { min-height: 70px; grid-template-columns: auto 1fr auto; }
  .site-branding { min-width: 0; justify-self: center; }
  .wordmark small { display: none; }
  .menu-toggle { display: grid; }
  .primary-nav { position: fixed; inset: 104px 0 auto; max-height: calc(100vh - 104px); overflow-y: auto; padding: 1.5rem 5vw 2rem; border-bottom: 1px solid var(--rw-line); background: #fff; opacity: 0; visibility: hidden; transform: translateY(-130%); transition: .25s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav ul { display: block; }
  .primary-nav li { border-bottom: 1px solid var(--rw-line); }
  .primary-nav a { display: block; padding: .9rem 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-side { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero-mini { grid-template-columns: 120px 1fr; }
  .editorial-layout, .review-layout, .article-layout { grid-template-columns: 1fr; }
  .site-sidebar { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
  .rw-ad--sidebar_sticky { position: static; }
  .review-header__grid { grid-template-columns: 1fr; }
  .review-score-panel { max-width: 240px; }
  .newsletter-band__inner { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container, .container--narrow { width: min(calc(100% - 28px), var(--rw-container)); }
  .sponsor-strip__inner { justify-content: center; }
  .sponsor-strip__inner span:last-child { display: none; }
  .header-actions .search-toggle { display: none; }
  .wordmark { font-size: 1.18rem; }
  .hero { padding-top: 1rem; }
  .hero__topline { font-size: .58rem; }
  .hero-lead { min-height: 520px; }
  .hero-score { width: 72px; height: 72px; border-width: 5px; }
  .hero-score strong { font-size: 1.35rem; }
  .hero-side { grid-template-columns: 1fr; }
  .hero-mini { min-height: 130px; grid-template-columns: 115px 1fr; }
  .deal-ticker__inner { grid-template-columns: auto 1fr; }
  .deal-ticker a { display: none; }
  .quick-picks__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .review-grid, .archive-grid, .article-grid, .brand-grid { grid-template-columns: 1fr; }
  .review-card--wide { grid-column: auto; grid-template-columns: 1fr; }
  .site-sidebar { grid-template-columns: 1fr; }
  .comparison-head { grid-template-columns: 1fr; }
  .newsletter-band form { display: grid; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; padding: 1.2rem 0; }
  .pros-cons, .spec-grid { grid-template-columns: 1fr; }
  .affiliate-box__top { flex-direction: column; }
  .rw-ad--mobile_sticky { position: fixed; z-index: 999; right: 8px; bottom: 8px; left: 8px; display: block; width: auto; margin: 0; }
  .rw-ad--mobile_sticky > div { min-height: 54px; border-radius: 10px; box-shadow: 0 12px 32px rgba(0,0,0,.28); }
}

@media print {
  .site-header, .sponsor-strip, .rw-ad, .site-sidebar, .newsletter-band, .site-footer, .button { display: none!important; }
  body { color: #000; }
  .review-layout, .article-layout { display: block; }
}

/* News-style standfirst and in-page reading link */
html { scroll-behavior: smooth; }
.article-jump {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: .85rem;
  color: var(--rw-blue);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.article-jump:hover,
.article-jump:focus-visible { color: var(--rw-ink); text-decoration: underline; text-underline-offset: .22em; }
#article-content,
#review-content { scroll-margin-top: 2rem; }

/* Keep advertising in the document flow; no hovering or mobile overlays. */
.rw-ad--sidebar_sticky {
  position: static;
  top: auto;
}
@media (max-width: 680px) {
  .rw-ad--mobile_sticky {
    display: none !important;
    position: static;
    inset: auto;
  }
}
