:root {
  --brand: #1657ff;
  --ink: #171717;
  --signal: #f34f35;
  --acid: #d5ff39;
  --green: #087f5b;
  --paper: #ffffff;
  --wash: #eef0eb;
  --line: #d9dde3;
  --muted: #626873;
  --max: 1240px;
  --sans: "Archivo", Arial, sans-serif;
  --serif: "Archivo", Arial, sans-serif;
  --mono: "IBM Plex Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.popup-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 14px; color: white; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 9px; color: var(--brand); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 11px 17px; border: 1px solid var(--ink); border-radius: 2px; color: white; background: var(--ink); font-size: 14px; font-weight: 700; }
.button:hover { color: var(--ink); background: var(--acid); }
.button svg, .text-link svg, .story-meta svg, .module-link svg { width: 16px; height: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

/* Header */
.site-header { position: relative; z-index: 50; border-bottom: 1px solid var(--ink); background: white; }
.utility-bar { color: white; background: var(--ink); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.utility-bar .container { display: grid; min-height: 34px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.utility-bar a { display: inline-flex; align-items: center; justify-content: flex-end; gap: 5px; }
.utility-bar svg { width: 13px; height: 13px; }
.utility-center { color: var(--acid); text-align: center; }
.nav-row { display: grid; min-height: 94px; grid-template-columns: 300px 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-logo { width: 270px; height: 52px; object-fit: contain; object-position: left center; }
.brand-mark { display: grid; width: 46px; height: 46px; place-items: center; color: white; background: var(--brand); }
.desktop-nav { display: flex; justify-content: flex-end; gap: 26px; }
.desktop-nav a { padding: 9px 0; border-bottom: 2px solid transparent; font-size: 13px; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { border-color: var(--signal); }
.nav-actions { display: flex; gap: 7px; }
.icon-button { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid var(--ink); border-radius: 2px; color: var(--ink); background: white; cursor: pointer; }
.icon-button:hover { background: var(--acid); }
.icon-button svg { width: 19px; height: 19px; }
.menu-button { display: none; }
.category-rail { border-top: 1px solid var(--line); background: var(--wash); }
.category-rail .container { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.category-rail a { display: grid; min-height: 46px; place-items: center; padding: 8px; border-right: 1px solid var(--line); font-size: 11px; font-weight: 700; text-align: center; }
.category-rail a:first-child { border-left: 1px solid var(--line); }
.category-rail a:hover, .category-rail a[aria-current="page"] { color: white; background: var(--brand); }
.mobile-panel { display: none; }

/* Home cover */
.home-stage { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 0; padding-top: 30px; padding-bottom: 44px; }
.lead-review { min-width: 0; padding-right: 30px; border-right: 1px solid var(--ink); }
.lead-media { position: relative; display: block; height: 430px; overflow: hidden; background: var(--wash); }
.lead-media img { width: 100%; height: 100%; object-fit: cover; }
.lead-score { position: absolute; right: 18px; bottom: 18px; display: grid; width: 102px; height: 102px; place-items: center; align-content: center; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); }
.lead-score b { font-family: var(--serif); font-size: 40px; line-height: .9; }
.lead-score small { margin-top: 5px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.lead-copy { padding-top: 22px; }
.lead-label { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.lead-label a { color: var(--brand); }
.lead-label span { padding-left: 12px; border-left: 1px solid var(--line); color: var(--muted); }
.lead-copy h1 { max-width: 860px; margin: 0; font-family: var(--serif); font-size: 48px; font-weight: 600; line-height: .98; }
.lead-copy h1 a:hover { color: var(--brand); }
.lead-copy > p { max-width: 780px; margin: 15px 0; color: #454a52; font-size: 17px; }
.lead-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-top: 15px; border-top: 1px solid var(--line); }
.lead-bottom > span { max-width: 560px; color: var(--muted); font-size: 12px; }
.home-rail { padding-left: 26px; }
.rail-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 4px solid var(--ink); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.rail-heading a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.rail-story { display: grid; grid-template-columns: 30px minmax(0, 1fr) 74px; gap: 11px; align-items: start; padding: 17px 0; border-bottom: 1px solid var(--line); }
.rail-story:not(:has(.rail-rank)) { grid-template-columns: minmax(0, 1fr) 74px; }
.rail-rank { padding-top: 18px; color: var(--signal); font-family: var(--serif); font-size: 22px; font-weight: 700; }
.rail-category { color: var(--brand); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.rail-story h3 { margin: 4px 0 7px; font-family: var(--serif); font-size: 17px; font-weight: 600; line-height: 1.08; }
.rail-story h3 a:hover { color: var(--brand); }
.rail-thumb { display: block; width: 74px; height: 72px; overflow: hidden; background: var(--wash); }
.rail-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rail-cta { position: relative; display: block; margin-top: 20px; padding: 18px 44px 18px 17px; color: white; background: var(--brand); }
.rail-cta span { display: block; margin-bottom: 4px; color: var(--acid); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.rail-cta strong { display: block; font-family: var(--serif); font-size: 19px; line-height: 1.1; }
.rail-cta > svg { position: absolute; top: 18px; right: 16px; width: 18px; height: 18px; }

/* Ratings */
.rating { display: inline-flex; align-items: center; gap: 3px; white-space: nowrap; }
.rating strong { font-size: 12px; }
.rating small { color: var(--muted); font-size: 9px; }
.rail-rating strong { font-size: 10px; }

/* Central review desk */
.desk-section { padding: 58px 0 70px; border-top: 1px solid var(--ink); background: var(--wash); }
.desk-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 42px; align-items: start; }
.desk-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(220px, .7fr); gap: 30px; align-items: end; padding-bottom: 22px; border-bottom: 4px solid var(--ink); }
.desk-heading h2, .band-heading h2, .method-intro h2 { margin: 0; font-family: var(--serif); font-size: 38px; font-weight: 600; line-height: 1; }
.desk-heading > p, .band-heading > p { margin: 0; color: var(--muted); font-size: 13px; }
.feed-story { display: grid; min-height: 244px; grid-template-columns: 285px minmax(0, 1fr); gap: 22px; padding: 24px 0; border-bottom: 1px solid #bfc5cc; }
.feed-story-image { display: block; height: 196px; overflow: hidden; background: white; }
.feed-story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.feed-story:hover .feed-story-image img { transform: scale(1.025); }
.story-overline { display: flex; align-items: center; gap: 10px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.story-overline a { color: var(--brand); }
.story-overline span { padding-left: 10px; border-left: 1px solid #aeb4bc; color: var(--muted); }
.feed-story h3 { margin: 8px 0; font-family: var(--serif); font-size: 27px; font-weight: 600; line-height: 1.04; }
.feed-story h3 a:hover { color: var(--brand); }
.feed-story-copy > p { margin: 0 0 15px; color: #555b64; font-size: 13px; }
.story-meta { display: flex; min-height: 26px; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: auto; font-size: 10px; }
.story-meta time { color: var(--muted); }
.story-meta > a { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; font-weight: 800; }
.desk-sidebar { position: sticky; top: 16px; display: grid; gap: 25px; }
.sidebar-module { border-top: 4px solid var(--ink); background: white; }
.module-heading { display: flex; align-items: baseline; gap: 12px; padding: 15px 0 12px; border-bottom: 1px solid var(--ink); }
.module-heading span { color: var(--signal); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.module-heading h2 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 600; }
.score-row { display: grid; grid-template-columns: 28px minmax(0, 1fr) 34px; gap: 10px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.score-row > span { color: var(--muted); font-family: var(--serif); font-size: 17px; }
.score-row strong { font-family: var(--serif); font-size: 16px; font-weight: 600; line-height: 1.08; }
.score-row > b { display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: var(--acid); font-size: 11px; }
.score-row:hover strong { color: var(--brand); }
.guide-module .rail-story { padding-inline: 0; }
.module-link { display: flex; min-height: 45px; align-items: center; justify-content: space-between; margin-top: 10px; padding: 0 12px; color: white; background: var(--ink); font-size: 11px; font-weight: 700; }
.sidebar-empty { color: var(--muted); font-size: 13px; }

/* Departments */
.department-band { padding: 68px 0; border-top: 1px solid var(--ink); background: var(--acid); }
.band-heading { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: end; margin-bottom: 30px; }
.band-heading .eyebrow { color: var(--ink); }
.department-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.department-grid > a { position: relative; display: grid; min-height: 175px; grid-template-columns: 28px 102px minmax(0, 1fr); gap: 14px; align-items: center; padding: 15px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--acid); }
.department-grid > a:hover { background: white; }
.department-grid > a > span { align-self: start; font-family: var(--serif); font-size: 18px; }
.department-grid img { width: 102px; height: 130px; object-fit: cover; }
.department-grid small { display: block; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.department-grid h3 { margin: 7px 0; font-family: var(--serif); font-size: 23px; font-weight: 600; line-height: 1; }
.department-grid p { margin: 0; font-size: 11px; }
.department-grid > a > svg { position: absolute; right: 14px; bottom: 14px; width: 17px; height: 17px; }

/* Method */
.method-section { padding: 76px 0; color: white; background: var(--brand); }
.method-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 80px; }
.method-intro .eyebrow { color: var(--acid); }
.method-intro h2 { max-width: 450px; font-size: 48px; }
.method-intro > p:not(.eyebrow) { max-width: 520px; color: #dce5ff; }
.method-intro .button { margin-top: 15px; color: var(--ink); background: var(--acid); }
.method-layout ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #6f93ff; }
.method-layout li { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid #6f93ff; }
.method-layout li > span { color: var(--acid); font-family: var(--serif); font-size: 27px; }
.method-layout h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.method-layout li p { margin: 0; color: #dce5ff; font-size: 13px; }

/* Category */
.category-mast { padding: 44px 0; border-bottom: 1px solid var(--ink); }
.category-mast .container { display: grid; min-height: 330px; grid-template-columns: minmax(0, 1fr) 440px; gap: 46px; align-items: stretch; }
.category-mast .container > div { align-self: center; }
.category-mast h1 { margin: 0; font-family: var(--serif); font-size: 64px; font-weight: 600; line-height: .95; }
.category-mast p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 16px; }
.category-mast span { display: inline-block; padding: 7px 10px; color: white; background: var(--brand); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.category-mast img { width: 100%; height: 330px; object-fit: cover; }
.category-desk { border-top: 0; }

/* Article */
.story-head { padding: 38px 0 42px; border-bottom: 1px solid var(--ink); }
.breadcrumb { display: flex; align-items: center; gap: 7px; margin-bottom: 26px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.breadcrumb svg { width: 12px; height: 12px; }
.story-title-grid { display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 60px; align-items: end; }
.story-title-grid h1 { max-width: 950px; margin: 0; font-family: var(--serif); font-size: 62px; font-weight: 600; line-height: .95; }
.story-dek { max-width: 840px; margin: 18px 0; color: #4f555e; font-size: 18px; }
.story-dates { display: flex; gap: 18px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.big-score { display: grid; min-height: 180px; align-content: center; justify-items: center; padding: 18px; border: 2px solid var(--ink); background: var(--acid); }
.big-score > span { font-size: 9px; font-weight: 800; text-transform: uppercase; }
.big-score > strong { font-family: var(--serif); font-size: 70px; line-height: .85; }
.big-score > small { margin: 4px 0 8px; font-size: 10px; }
.product-snapshot { padding: 38px 0; background: var(--wash); }
.product-snapshot .container { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: 38px; }
.snapshot-image { height: 470px; overflow: hidden; background: white; }
.snapshot-image img { width: 100%; height: 100%; object-fit: cover; }
.snapshot-copy { align-self: center; padding: 8px 20px; }
.snapshot-copy h2 { margin: 0; font-family: var(--serif); font-size: 39px; font-weight: 600; line-height: 1; }
.snapshot-copy > p:not(.eyebrow):not(.commerce-note) { color: #454a52; font-size: 16px; }
.snapshot-copy dl { margin: 22px 0; border-top: 1px solid var(--ink); }
.snapshot-copy dl > div { display: grid; grid-template-columns: 100px 1fr; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.snapshot-copy dt { color: var(--brand); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.snapshot-copy dd { margin: 0; font-size: 13px; }
.commerce-note { color: var(--muted); font-size: 10px; }
.fact-strip { color: white; background: var(--ink); }
.fact-strip .container { display: grid; min-height: 104px; grid-template-columns: 220px repeat(4, 1fr); align-items: center; }
.fact-strip .container > div span { display: block; color: var(--acid); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.fact-strip .container > div strong { font-family: var(--serif); font-size: 20px; }
.fact-strip dl { align-self: stretch; margin: 0; padding: 22px; border-left: 1px solid #454545; }
.fact-strip dt { color: #aeb3bb; font-size: 9px; text-transform: uppercase; }
.fact-strip dd { margin: 4px 0 0; font-family: var(--serif); font-size: 23px; }
.story-layout { display: grid; grid-template-columns: minmax(0, 790px) 340px; gap: 80px; align-items: start; padding-top: 56px; padding-bottom: 76px; }
.story-body section { margin-bottom: 52px; scroll-margin-top: 20px; }
.cms-content h2, .story-body > section > h2 { margin: 42px 0 13px; font-family: var(--serif); font-size: 35px; font-weight: 600; line-height: 1.06; }
.cms-content h2:first-child { margin-top: 0; }
.cms-content p, .cms-content li, .story-body section > p { color: #3f454d; font-family: var(--serif); font-size: 19px; line-height: 1.72; }
.cms-content ul { padding-left: 22px; }
.section-number { margin: 0 0 8px !important; color: var(--brand) !important; font-family: var(--sans) !important; font-size: 10px !important; font-weight: 800; text-transform: uppercase; }
.score-breakdown { padding: 27px; border: 1px solid var(--ink); }
.score-breakdown h2 { margin-top: 0 !important; }
.score-breakdown dl { margin: 17px 0; }
.score-breakdown dt { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.score-breakdown dd { height: 9px; margin: 7px 0 0; background: #e1e4e8; }
.score-breakdown dd span { display: block; height: 100%; background: var(--brand); }
.score-explainer { margin: 20px 0 0 !important; color: var(--muted) !important; font-family: var(--sans) !important; font-size: 11px !important; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ink); }
.pros-cons > div { padding: 23px; }
.pros-cons > div + div { border-left: 1px solid var(--ink); background: #fff4f1; }
.pros-cons h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; font-family: var(--serif); font-size: 21px; }
.pros-cons h3 svg { width: 18px; height: 18px; }
.pros-cons li { margin-bottom: 8px; font-family: var(--sans); font-size: 13px; }
.spec-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--ink); }
.spec-table th, .spec-table td { padding: 13px 10px; border-bottom: 1px solid var(--line); text-align: left; }
.spec-table th { width: 36%; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.spec-table td { font-family: var(--serif); font-size: 18px; }
.source-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.source-list a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.source-list svg { width: 16px; height: 16px; }
.story-sidebar { position: sticky; top: 16px; }
.health-note { margin-top: 24px; padding: 18px; color: white; background: var(--green); }
.health-note strong { color: var(--acid); font-size: 10px; text-transform: uppercase; }
.health-note p { margin: 7px 0 0; font-size: 12px; }

/* Fixed pages */
.content-page { padding: 64px 0 90px; background: var(--wash); }
.content-page .container { max-width: 940px; }
.content-page header { padding-bottom: 34px; border-bottom: 4px solid var(--ink); }
.content-page h1 { margin: 0; font-family: var(--serif); font-size: 62px; font-weight: 600; line-height: .95; }
.content-page .lede { max-width: 760px; color: var(--muted); font-family: var(--serif); font-size: 22px; }
.prose { max-width: 760px; padding-top: 30px; }
.prose h2 { margin: 38px 0 10px; font-family: var(--serif); font-size: 31px; }
.prose p, .prose li { color: #424850; font-family: var(--serif); font-size: 19px; line-height: 1.7; }
.prose a { color: var(--brand); text-decoration: underline; }
.contact-box { padding: 20px; border: 1px solid var(--ink); background: white; }

/* Footer */
.site-footer { padding: 58px 0 24px; color: white; background: var(--ink); }
.footer-lead { display: grid; grid-template-columns: 310px minmax(0, 560px); gap: 60px; align-items: center; padding-bottom: 38px; border-bottom: 1px solid #4a4a4a; }
.footer-lead .brand-logo { filter: invert(1) grayscale(1) brightness(4); }
.footer-lead p { margin: 0; color: #bfc3ca; font-family: var(--serif); font-size: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; padding: 36px 0; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col h3 { margin: 0 0 8px; color: var(--acid); font-size: 10px; text-transform: uppercase; }
.footer-col a { color: #d7d9dd; font-size: 13px; }
.footer-col a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid #4a4a4a; color: #8f949d; font-size: 10px; }

/* Search and mobile navigation */
.search-panel { position: fixed; inset: 0; z-index: 100; display: none; padding: 70px 24px; background: rgba(23,23,23,.92); }
.search-panel.open { display: block; }
.search-inner { width: min(760px, 100%); max-height: calc(100vh - 140px); margin: auto; overflow: auto; padding: 28px; background: white; }
.search-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.search-top span { color: var(--brand); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.search-top h2 { margin: 4px 0 20px; font-family: var(--serif); font-size: 34px; }
.search-input { width: 100%; height: 52px; padding: 0 14px; border: 2px solid var(--ink); border-radius: 0; }
.search-results { display: grid; margin-top: 15px; }
.search-result { display: grid; grid-template-columns: 1fr auto; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.search-result span { color: var(--muted); font-size: 10px; }

/* Advertising */
.ad-slot { width: min(calc(100% - 48px), var(--max)); margin: 16px auto; text-align: center; }
.ad-label, .ad-rail > span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.ad-creative { display: flex; min-height: 80px; align-items: center; justify-content: center; gap: 15px; padding: 10px; border: 1px solid var(--line); background: var(--wash); }
.ad-creative img { max-height: 100px; object-fit: contain; }
.ad-creative strong { font-family: var(--serif); font-size: 20px; }
.ad-rail { position: fixed; top: 220px; z-index: 20; width: 120px; }
.ad-rail-left { left: 8px; }
.ad-rail-right { right: 8px; }
.ad-rail img { width: 120px; max-height: 500px; object-fit: contain; }

/* Popup */
.site-popup { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(23,23,23,.75); }
.site-popup.open { display: flex; }
.popup-dialog { position: relative; display: grid; width: min(760px, 100%); min-height: 390px; grid-template-columns: 44% 56%; overflow: hidden; border: 2px solid var(--ink); border-radius: 4px; background: white; box-shadow: 12px 12px 0 var(--acid); }
.popup-image { width: 100%; height: 100%; object-fit: cover; }
.popup-copy { align-self: center; padding: 44px; }
.popup-copy > span { color: var(--signal); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.popup-copy h2 { margin: 8px 0 12px; font-family: var(--serif); font-size: 38px; line-height: 1; }
.popup-copy p { color: var(--muted); }
.popup-close { position: absolute; top: 12px; right: 12px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--ink); border-radius: 0; background: white; cursor: pointer; }
.popup-close svg { width: 18px; height: 18px; }

@media (max-width: 1540px) {
  .ad-rail { display: none; }
}

@media (max-width: 980px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .utility-center, .desktop-nav { display: none; }
  .utility-bar .container { grid-template-columns: 1fr 1fr; }
  .nav-row { min-height: 78px; grid-template-columns: 1fr auto; }
  .brand-logo { width: 225px; height: 46px; }
  .menu-button { display: grid; }
  .category-rail .container { width: 100%; overflow-x: auto; grid-template-columns: repeat(6, minmax(150px, 1fr)); scrollbar-width: none; }
  .category-rail .container::-webkit-scrollbar { display: none; }
  .mobile-panel.open { display: block; border-bottom: 1px solid var(--ink); background: white; }
  .mobile-panel nav { display: grid; width: min(calc(100% - 32px), var(--max)); margin: auto; grid-template-columns: 1fr 1fr; }
  .mobile-panel a { padding: 12px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
  .home-stage, .desk-grid, .story-layout { grid-template-columns: minmax(0, 1fr) 290px; }
  .home-stage { width: min(calc(100% - 32px), var(--max)); }
  .lead-review { padding-right: 20px; }
  .home-rail { padding-left: 18px; }
  .lead-media { height: 350px; }
  .lead-copy h1 { font-size: 39px; }
  .rail-story { grid-template-columns: 24px 1fr; }
  .rail-story:not(:has(.rail-rank)) { grid-template-columns: 1fr; }
  .rail-thumb { display: none; }
  .feed-story { grid-template-columns: 220px minmax(0, 1fr); }
  .feed-story-image { height: 180px; }
  .feed-story h3 { font-size: 23px; }
  .department-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-layout { gap: 40px; }
  .category-mast .container { grid-template-columns: 1fr 340px; }
  .category-mast h1, .story-title-grid h1 { font-size: 50px; }
  .product-snapshot .container { grid-template-columns: 1fr 1fr; }
  .story-layout { gap: 40px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .utility-bar .container { min-height: 30px; grid-template-columns: 1fr; }
  .utility-bar a { display: none; }
  .nav-row { min-height: 70px; }
  .brand-logo { width: 195px; height: 40px; }
  .icon-button { width: 38px; height: 38px; }
  .category-rail .container { width: 100%; grid-template-columns: repeat(6, minmax(130px, 1fr)); }
  .category-rail a { min-height: 42px; }
  .home-stage { width: min(calc(100% - 24px), var(--max)); grid-template-columns: 1fr; padding-top: 18px; padding-bottom: 28px; }
  .lead-review { padding-right: 0; padding-bottom: 24px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .lead-media { height: 280px; }
  .lead-score { right: 12px; bottom: 12px; width: 82px; height: 82px; }
  .lead-score b { font-size: 32px; }
  .lead-copy h1 { font-size: 38px; }
  .lead-copy > p { font-size: 15px; }
  .lead-bottom { display: block; }
  .lead-bottom .text-link { display: flex; width: max-content; margin-top: 14px; }
  .home-rail { padding: 24px 0 0; }
  .rail-story, .rail-story:not(:has(.rail-rank)) { grid-template-columns: 30px minmax(0, 1fr) 72px; }
  .rail-story:not(:has(.rail-rank))::before { content: ""; }
  .rail-thumb { display: block; width: 72px; }
  .desk-section { padding: 42px 0; }
  .desk-grid, .story-layout { grid-template-columns: 1fr; }
  .desk-heading, .band-heading { grid-template-columns: 1fr; gap: 12px; }
  .desk-heading h2, .band-heading h2, .method-intro h2 { font-size: 34px; }
  .feed-story { grid-template-columns: 130px minmax(0, 1fr); gap: 14px; min-height: 0; }
  .feed-story-image { height: 148px; }
  .feed-story h3 { font-size: 21px; }
  .feed-story-copy > p { display: none; }
  .story-meta time { display: none; }
  .story-meta > a { margin-left: 0; }
  .desk-sidebar, .story-sidebar { position: static; }
  .department-band { padding: 48px 0; }
  .department-grid { grid-template-columns: 1fr; }
  .department-grid > a { min-height: 145px; grid-template-columns: 24px 90px 1fr; }
  .department-grid img { width: 90px; height: 112px; }
  .method-section { padding: 52px 0; }
  .method-layout { grid-template-columns: 1fr; gap: 38px; }
  .category-mast { padding: 28px 0; }
  .category-mast .container { min-height: 0; grid-template-columns: 1fr; }
  .category-mast h1 { font-size: 47px; }
  .category-mast img { height: 230px; }
  .story-head { padding: 28px 0 34px; }
  .story-title-grid { grid-template-columns: 1fr; gap: 25px; }
  .story-title-grid h1 { font-size: 45px; }
  .story-dek { font-size: 16px; }
  .big-score { min-height: 120px; grid-template-columns: auto auto auto; gap: 8px; justify-content: center; align-items: baseline; }
  .big-score > strong { font-size: 52px; }
  .big-score .rating { grid-column: 1 / -1; }
  .product-snapshot .container { grid-template-columns: 1fr; }
  .snapshot-image { height: 310px; }
  .snapshot-copy { padding: 8px 0; }
  .fact-strip .container { grid-template-columns: 1fr 1fr; padding: 16px 0; }
  .fact-strip .container > div { grid-column: 1 / -1; padding-bottom: 10px; }
  .fact-strip dl { padding: 12px 0; border-left: 0; border-top: 1px solid #454545; }
  .story-layout { padding-top: 42px; padding-bottom: 52px; }
  .cms-content h2, .story-body > section > h2 { font-size: 31px; }
  .cms-content p, .cms-content li, .story-body section > p { font-size: 18px; }
  .pros-cons { grid-template-columns: 1fr; }
  .pros-cons > div + div { border-top: 1px solid var(--ink); border-left: 0; }
  .content-page { padding: 44px 0 65px; }
  .content-page h1 { font-size: 48px; }
  .footer-lead, .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .popup-dialog { min-height: 0; grid-template-columns: 1fr; }
  .popup-image { height: 180px; }
  .popup-copy { padding: 28px; }
  .popup-copy h2 { font-size: 32px; }
  .search-panel { padding: 20px 12px; }
  .search-inner { max-height: calc(100vh - 40px); padding: 20px; }
}

@media (max-width: 430px) {
  .nav-actions .icon-button:first-child { display: none; }
  .brand-logo { width: 180px; }
  .lead-media { height: 235px; }
  .lead-copy h1 { font-size: 34px; }
  .rail-story, .rail-story:not(:has(.rail-rank)) { grid-template-columns: 26px minmax(0, 1fr) 64px; }
  .rail-thumb { width: 64px; height: 64px; }
  .feed-story { grid-template-columns: 112px minmax(0, 1fr); }
  .feed-story-image { height: 132px; }
  .feed-story h3 { font-size: 19px; }
  .department-grid h3 { font-size: 21px; }
  .story-title-grid h1 { font-size: 39px; }
  .story-dates { flex-direction: column; gap: 4px; }
  .snapshot-image { height: 270px; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* V2: product-intelligence layout */
body { background: var(--wash); letter-spacing: 0; }
.eyebrow, .story-overline, .rail-category, .section-number, .breadcrumb { font-family: var(--mono); letter-spacing: 0; }
.site-header { border-bottom: 2px solid var(--ink); background: var(--paper); }
.signal-bar { color: var(--ink); background: var(--signal); font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.signal-bar .container { display: grid; min-height: 32px; grid-template-columns: 90px 1fr auto; align-items: center; gap: 18px; }
.signal-bar strong { color: white; }
.signal-bar a { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; }
.signal-bar svg { width: 13px; height: 13px; }
.nav-row { min-height: 74px; grid-template-columns: 230px auto 1fr auto; gap: 0; }
.brand-logo { width: 210px; height: 44px; }
.department-button { display: flex; min-height: 74px; align-items: center; gap: 9px; margin-left: 18px; padding: 0 18px; border: 0; border-right: 2px solid var(--ink); border-left: 2px solid var(--ink); border-radius: 0; color: var(--ink); background: var(--acid); font-family: var(--mono); font-size: 11px; font-weight: 600; text-transform: uppercase; cursor: pointer; }
.department-button svg { width: 16px; height: 16px; }
.department-button svg:last-child { width: 13px; }
.department-button[aria-expanded="true"] svg:last-child { transform: rotate(180deg); }
.desktop-nav { padding-right: 22px; gap: 22px; }
.desktop-nav a { border: 0; font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--brand); text-decoration: underline; text-underline-offset: 5px; }
.nav-actions { border-left: 2px solid var(--ink); }
.icon-button { width: 52px; height: 72px; border: 0; border-radius: 0; }
.department-panel { position: absolute; right: 0; left: 0; z-index: 45; display: none; color: white; background: var(--ink); border-bottom: 4px solid var(--acid); }
.department-panel.open { display: block; }
.department-panel .container { padding-top: 24px; padding-bottom: 26px; }
.department-panel-head { display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid #525252; font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.department-panel-head small { color: var(--acid); }
.department-panel nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.department-panel nav a { position: relative; display: grid; min-height: 92px; grid-template-columns: 34px 1fr 18px; gap: 12px; align-items: center; padding: 14px; border-right: 1px solid #525252; border-bottom: 1px solid #525252; }
.department-panel nav a:nth-child(3n + 1) { border-left: 1px solid #525252; }
.department-panel nav a:hover, .department-panel nav a[aria-current="page"] { color: var(--ink); background: var(--acid); }
.department-panel nav a > span { color: var(--signal); font-family: var(--mono); font-size: 13px; }
.department-panel nav strong { display: block; font-size: 15px; font-weight: 800; }
.department-panel nav small { display: block; margin-top: 3px; color: #aeb2b8; font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.department-panel nav a:hover small, .department-panel nav a[aria-current="page"] small { color: #4b4b4b; }
.department-panel nav svg { width: 16px; height: 16px; }
.department-panel-links { display: flex; gap: 24px; padding-top: 18px; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }

.home-stage { display: grid; grid-template-columns: 205px minmax(0, 1fr) 300px; gap: 18px; padding-top: 26px; padding-bottom: 38px; }
.home-departments { align-self: start; border: 2px solid var(--ink); background: white; }
.home-departments-title { padding: 14px; color: var(--ink); background: var(--acid); border-bottom: 2px solid var(--ink); }
.home-departments-title span { display: block; font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.home-departments-title strong { display: block; margin-top: 3px; font-size: 17px; font-weight: 900; }
.home-departments nav { display: grid; }
.home-departments nav a { display: grid; min-height: 69px; grid-template-columns: 25px 1fr 14px; gap: 8px; align-items: center; padding: 9px 11px; border-bottom: 1px solid var(--ink); }
.home-departments nav a:hover { color: white; background: var(--brand); }
.home-departments nav a > span { color: var(--signal); font-family: var(--mono); font-size: 10px; }
.home-departments nav strong { display: block; font-size: 11px; font-weight: 800; line-height: 1.08; }
.home-departments nav small { display: block; margin-top: 3px; color: var(--muted); font-family: var(--mono); font-size: 7px; line-height: 1.2; text-transform: uppercase; }
.home-departments nav a:hover small { color: #dfe6ff; }
.home-departments nav svg { width: 13px; height: 13px; }
.directory-method { display: flex; align-items: center; justify-content: space-between; padding: 11px; font-family: var(--mono); font-size: 8px; font-weight: 600; text-transform: uppercase; }
.directory-method svg { width: 13px; height: 13px; }
.lead-review { min-width: 0; padding: 0; border: 2px solid var(--ink); background: white; }
.lead-media { height: 350px; border-bottom: 2px solid var(--ink); }
.lead-score { right: 0; bottom: 0; width: 90px; height: 90px; border: 0; border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); background: var(--signal); }
.lead-score b { color: white; font-family: var(--sans); font-size: 35px; font-weight: 900; }
.lead-score small { color: white; font-family: var(--mono); font-size: 7px; }
.lead-copy { padding: 19px; }
.lead-label { font-family: var(--mono); font-size: 8px; }
.lead-copy h1 { font-size: 40px; font-weight: 900; line-height: .94; }
.lead-copy > p { margin: 12px 0; font-size: 14px; }
.lead-bottom { display: block; padding-top: 12px; }
.lead-bottom > span { display: block; font-family: var(--mono); font-size: 9px; line-height: 1.45; }
.lead-bottom .text-link { margin-top: 12px; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.home-rail { padding: 0 14px 14px; border: 2px solid var(--ink); background: white; }
.rail-heading { min-height: 49px; align-items: center; padding: 0; border-bottom: 2px solid var(--ink); font-family: var(--mono); font-size: 9px; }
.rail-story { grid-template-columns: 26px minmax(0, 1fr); padding: 14px 0; }
.rail-story:not(:has(.rail-rank)) { grid-template-columns: minmax(0, 1fr); }
.rail-thumb { display: none; }
.rail-rank { padding-top: 16px; font-family: var(--mono); font-size: 15px; }
.rail-category { font-size: 7px; }
.rail-story h3 { font-family: var(--sans); font-size: 14px; font-weight: 800; line-height: 1.04; }
.rail-cta { margin-top: 14px; padding: 15px 40px 15px 14px; background: var(--brand); }
.rail-cta strong { font-family: var(--sans); font-size: 16px; font-weight: 800; }

.desk-section { padding: 54px 0; border-top: 2px solid var(--ink); background: white; }
.desk-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 26px; }
.desk-heading { margin-bottom: 16px; padding: 0 0 16px; border-bottom: 0; }
.desk-heading h2, .band-heading h2, .method-intro h2 { font-size: 36px; font-weight: 900; }
.feed-story { min-height: 205px; grid-template-columns: 225px minmax(0, 1fr); gap: 0; margin-bottom: 12px; padding: 0; border: 2px solid var(--ink); background: var(--wash); }
.feed-story-image { height: 201px; border-right: 2px solid var(--ink); }
.feed-story-copy { display: flex; min-width: 0; flex-direction: column; padding: 17px; }
.feed-story h3 { font-family: var(--sans); font-size: 22px; font-weight: 800; line-height: 1; }
.feed-story-copy > p { font-size: 11px; }
.story-meta { margin-top: auto; font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.desk-sidebar { top: 12px; gap: 16px; }
.sidebar-module { padding: 0 13px 13px; border: 2px solid var(--ink); }
.score-module { background: var(--acid); }
.guide-module { color: white; background: var(--ink); }
.guide-module .module-heading { border-color: #5b5b5b; }
.module-heading { min-height: 52px; padding: 0; border-bottom: 2px solid var(--ink); }
.module-heading span { font-family: var(--mono); }
.module-heading h2 { font-family: var(--sans); font-size: 20px; font-weight: 900; }
.score-row { padding: 11px 0; border-color: rgba(23,23,23,.35); }
.score-row strong { font-family: var(--sans); font-size: 12px; font-weight: 800; }
.score-row > b { color: white; background: var(--brand); }
.guide-module .rail-story { border-color: #505050; }
.guide-module .rail-category { color: var(--acid); }
.guide-module .rail-rating small { color: #aaa; }

.department-band { padding: 62px 0; color: white; border-top: 0; background: var(--ink); }
.band-heading { align-items: start; }
.band-heading .eyebrow { color: var(--signal); }
.band-heading > p { color: #b8bdc5; }
.department-directory { border-top: 2px solid white; }
.department-directory > a { display: grid; min-height: 116px; grid-template-columns: 48px 250px minmax(0, 1fr) 70px 20px; gap: 18px; align-items: center; padding: 12px 0; border-bottom: 1px solid #555; }
.department-directory > a:hover { padding-inline: 14px; color: var(--ink); background: var(--acid); }
.department-directory > a > span { color: var(--signal); font-family: var(--mono); font-size: 14px; }
.department-directory small { color: #aeb3bb; font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.department-directory > a:hover small { color: #555; }
.department-directory h3 { margin: 4px 0 0; font-size: 23px; font-weight: 900; line-height: 1; }
.department-directory p { margin: 0; color: #b8bdc5; font-size: 11px; }
.department-directory > a:hover p { color: #3f3f3f; }
.department-directory > a > strong { font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.department-directory svg { width: 17px; height: 17px; }

.method-section { color: var(--ink); background: var(--signal); }
.method-intro .eyebrow { color: white; }
.method-intro h2 { font-size: 48px; font-weight: 900; }
.method-intro > p:not(.eyebrow), .method-layout li p { color: #44170f; }
.method-intro .button { color: var(--ink); border-color: var(--ink); background: var(--acid); }
.method-layout ol, .method-layout li { border-color: #8f2e1d; }
.method-layout li > span { color: white; font-family: var(--mono); }
.method-layout h3 { font-family: var(--sans); font-weight: 900; }

.category-mast { padding: 0; border-bottom: 2px solid var(--ink); background: var(--acid); }
.category-mast .container { min-height: 360px; grid-template-columns: minmax(0, 1fr) 470px; gap: 0; }
.category-mast .container > div { padding: 42px 46px 42px 0; }
.category-mast h1 { font-size: 58px; font-weight: 900; }
.category-mast img { height: 360px; border-right: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.category-mast span { background: var(--ink); font-family: var(--mono); }

.story-head { background: white; border-bottom: 2px solid var(--ink); }
.story-title-grid h1 { font-size: 56px; font-weight: 900; }
.story-dek { font-size: 16px; }
.story-dates { font-family: var(--mono); font-size: 8px; }
.big-score { color: white; border: 0; background: var(--brand); }
.big-score > span, .big-score > small { font-family: var(--mono); }
.big-score > strong { font-family: var(--sans); font-weight: 900; }
.product-snapshot { background: var(--acid); border-bottom: 2px solid var(--ink); }
.snapshot-image { border: 2px solid var(--ink); }
.snapshot-copy h2 { font-size: 36px; font-weight: 900; }
.snapshot-copy dt { font-family: var(--mono); }
.fact-strip dt, .fact-strip .container > div span { font-family: var(--mono); }
.fact-strip dd { font-family: var(--sans); font-weight: 800; }
.story-layout { grid-template-columns: minmax(0, 780px) 300px; gap: 58px; }
.cms-content h2, .story-body > section > h2 { font-size: 31px; font-weight: 900; }
.cms-content p, .cms-content li, .story-body section > p { font-family: var(--sans); font-size: 17px; line-height: 1.75; }
.spec-table td { font-family: var(--sans); font-weight: 700; }
.health-note { background: var(--brand); }

.content-page h1 { font-size: 56px; font-weight: 900; }
.content-page .lede, .prose p, .prose li { font-family: var(--sans); }
.prose h2 { font-family: var(--sans); font-weight: 900; }

.site-footer { padding: 0 0 22px; color: var(--ink); border-top: 2px solid var(--ink); background: var(--wash); }
.footer-statement { background: var(--acid); border-bottom: 2px solid var(--ink); }
.footer-statement .container { display: flex; min-height: 300px; align-items: flex-end; justify-content: space-between; gap: 30px; padding-top: 40px; padding-bottom: 36px; }
.footer-statement span { font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.footer-statement h2 { margin: 9px 0 0; font-size: 62px; font-weight: 900; line-height: .88; }
.footer-statement a { display: flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 2px solid var(--ink); font-family: var(--mono); font-size: 10px; font-weight: 600; text-transform: uppercase; }
.footer-statement svg { width: 17px; height: 17px; }
.footer-main { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding-top: 44px; padding-bottom: 44px; }
.footer-identity .brand-logo { filter: none; }
.footer-identity p { max-width: 420px; color: var(--muted); font-size: 14px; }
.footer-identity > strong { color: var(--brand); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.footer-index { display: grid; grid-template-columns: 1.25fr .75fr; gap: 46px; }
.footer-col { gap: 0; }
.footer-col h3 { margin: 0; padding-bottom: 10px; color: var(--ink); border-bottom: 2px solid var(--ink); font-family: var(--mono); font-size: 8px; }
.footer-col a { display: flex; gap: 10px; padding: 9px 0; color: var(--ink); border-bottom: 1px solid #bec3c8; font-size: 11px; font-weight: 700; }
.footer-col a span { color: var(--signal); font-family: var(--mono); font-size: 9px; }
.footer-col a:hover { color: var(--brand); text-decoration: none; }
.footer-second-title { margin-top: 25px !important; }
.footer-bottom { padding-top: 16px; border-top: 2px solid var(--ink); color: var(--muted); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }

@media (max-width: 1080px) {
  .home-stage { grid-template-columns: 180px minmax(0, 1fr) 260px; gap: 12px; }
  .lead-copy h1 { font-size: 34px; }
  .home-departments nav a { min-height: 62px; }
  .rail-story h3 { font-size: 12px; }
}

@media (max-width: 860px) {
  .nav-row { grid-template-columns: 210px 1fr auto; }
  .department-button { justify-self: end; margin-left: 0; border-right: 0; }
  .department-button svg:last-child { display: none; }
  .desktop-nav { display: none; }
  .department-panel nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .department-panel nav a:nth-child(3n + 1) { border-left: 0; }
  .department-panel nav a:nth-child(odd) { border-left: 1px solid #525252; }
  .home-stage { grid-template-columns: minmax(0, 1fr) 280px; }
  .home-departments { grid-column: 1 / -1; }
  .home-departments nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-departments nav a { border-right: 1px solid var(--ink); }
  .directory-method { display: none; }
  .department-directory > a { grid-template-columns: 40px 210px 1fr 60px 18px; }
}

@media (max-width: 680px) {
  .signal-bar .container { min-height: 28px; grid-template-columns: 1fr; }
  .signal-bar strong, .signal-bar a { display: none; }
  .nav-row { min-height: 64px; grid-template-columns: 1fr auto auto; }
  .brand-logo { width: 170px; height: 38px; }
  .department-button { min-height: 64px; padding: 0 13px; border-left: 2px solid var(--ink); }
  .department-button span { display: none; }
  .nav-actions { border-left: 0; }
  .icon-button { width: 46px; height: 62px; border-left: 2px solid var(--ink); }
  .department-panel { position: relative; }
  .department-panel nav { grid-template-columns: 1fr; }
  .department-panel nav a, .department-panel nav a:nth-child(odd), .department-panel nav a:nth-child(3n + 1) { min-height: 70px; border-right: 1px solid #525252; border-left: 1px solid #525252; }
  .home-stage { grid-template-columns: 1fr; width: min(calc(100% - 20px), var(--max)); }
  .lead-review { order: 1; }
  .home-departments { order: 2; grid-column: auto; }
  .home-rail { order: 3; }
  .lead-media { height: 260px; }
  .lead-copy h1 { font-size: 34px; }
  .home-departments nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-departments nav a { border-right: 1px solid var(--ink); }
  .home-rail .rail-story { grid-template-columns: 28px minmax(0, 1fr) 66px; }
  .home-rail .rail-thumb { display: block; width: 66px; height: 66px; }
  .desk-grid, .story-layout { grid-template-columns: 1fr; }
  .feed-story { grid-template-columns: 120px minmax(0, 1fr); min-height: 150px; }
  .feed-story-image { height: 146px; }
  .feed-story-copy { padding: 12px; }
  .feed-story h3 { font-size: 17px; }
  .department-directory > a { grid-template-columns: 34px 1fr 18px; gap: 10px; min-height: 92px; }
  .department-directory > a > p, .department-directory > a > strong { display: none; }
  .method-intro h2 { font-size: 39px; }
  .category-mast .container { grid-template-columns: 1fr; }
  .category-mast .container > div { padding: 30px 0; }
  .category-mast img { height: 230px; border-right: 2px solid var(--ink); border-left: 2px solid var(--ink); }
  .story-title-grid h1 { font-size: 40px; }
  .footer-statement .container { min-height: 240px; align-items: flex-start; flex-direction: column; justify-content: flex-end; }
  .footer-statement h2 { font-size: 46px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-index { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 420px) {
  .brand-logo { width: 155px; }
  .lead-media { height: 225px; }
  .lead-copy h1 { font-size: 31px; }
  .home-departments nav { grid-template-columns: 1fr; }
  .feed-story { grid-template-columns: 105px minmax(0, 1fr); }
  .feed-story-image { height: 142px; }
  .story-overline span { display: none; }
  .footer-statement h2 { font-size: 41px; }
}

/* V3: contemporary wellness journal */
:root {
  --sans: "Inter", Arial, sans-serif;
  --serif: "Syne", Arial, sans-serif;
  --mono: "Inter", Arial, sans-serif;
  --paper: #ffffff;
  --wash: #f5f7f3;
  --line: #d9ded8;
  --muted: #626a66;
  --mint: #bdf2cf;
  --peach: #ffbd96;
  --sun: #f5df72;
}

body { color: #18201c; background: var(--wash); font-family: var(--sans); }
h1, h2, h3, h4, .lead-copy h1, .feed-story h3, .rail-story h3 { font-family: var(--serif); }
.eyebrow, .story-overline, .rail-category, .section-number, .breadcrumb { color: var(--brand); font-family: var(--sans); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.button { min-height: 44px; border: 0; border-radius: 6px; color: white; background: var(--brand); font-weight: 800; }
.button:hover { color: white; background: #0c3fd1; }

.site-header { border: 0; background: rgba(255,255,255,.98); box-shadow: 0 1px 0 rgba(24,32,28,.13); }
.signal-bar { color: #183126; background: var(--mint); font-family: var(--sans); font-size: 9px; font-weight: 700; }
.signal-bar .container { min-height: 27px; grid-template-columns: auto 1fr auto; }
.signal-bar strong { color: var(--brand); }
.nav-row { min-height: 78px; grid-template-columns: 220px auto 1fr auto; gap: 18px; }
.brand-logo { width: 194px; height: 42px; }
.department-button { min-height: 42px; margin-left: 0; padding: 0 14px; border: 1px solid #cbd2ce; border-radius: 6px; color: #18201c; background: white; font-family: var(--sans); font-size: 10px; font-weight: 800; }
.department-button:hover, .department-button[aria-expanded="true"] { border-color: var(--brand); color: white; background: var(--brand); }
.desktop-nav { justify-content: flex-end; padding-right: 0; gap: 10px; }
.desktop-nav a { padding: 9px 12px; border-radius: 5px; font-family: var(--sans); font-size: 11px; font-weight: 700; text-transform: none; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--brand); background: #eef2ff; text-decoration: none; }
.nav-actions { border-left: 0; }
.icon-button { width: 42px; height: 42px; border: 1px solid #cbd2ce; border-radius: 6px; }
.icon-button:hover { color: white; background: var(--brand); }

.department-panel { color: #18201c; background: white; border-top: 1px solid var(--line); border-bottom: 3px solid var(--brand); box-shadow: 0 18px 36px rgba(24,32,28,.12); }
.department-panel .container { padding-top: 28px; padding-bottom: 30px; }
.department-panel-head { color: var(--muted); border-color: var(--line); font-family: var(--sans); }
.department-panel-head small { color: var(--brand); }
.department-panel nav { gap: 10px; padding-top: 12px; }
.department-panel nav a, .department-panel nav a:nth-child(3n + 1) { min-height: 88px; border: 1px solid var(--line); border-radius: 6px; background: var(--wash); }
.department-panel nav a:hover, .department-panel nav a[aria-current="page"] { color: #18201c; border-color: var(--brand); background: #eef2ff; }
.department-panel nav a > span { color: var(--brand); font-weight: 800; }
.department-panel nav strong { font-family: var(--serif); font-size: 15px; }
.department-panel nav small, .department-panel nav a:hover small, .department-panel nav a[aria-current="page"] small { color: var(--muted); font-family: var(--sans); }
.department-panel-links { font-family: var(--sans); }

.home-stage { display: grid; grid-template-areas: "lead rail" "departments departments"; grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; padding-top: 36px; padding-bottom: 44px; }
.lead-review { grid-area: lead; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 14px 34px rgba(24,32,28,.08); }
.lead-media { height: 385px; }
.lead-media::after { display: none; }
.lead-score { right: 18px; bottom: 18px; display: grid; width: auto; height: auto; min-width: 148px; grid-template-columns: 1fr auto auto; gap: 7px; align-items: baseline; padding: 12px 14px; border: 0; border-radius: 6px; color: #18201c; background: var(--mint); box-shadow: 0 6px 18px rgba(24,32,28,.18); }
.lead-score small { grid-column: 1 / -1; margin: 0; color: #355344; font-size: 8px; font-style: normal; font-weight: 800; text-align: left; text-transform: uppercase; }
.lead-score b { color: #18201c; font-family: var(--serif); font-size: 32px; font-weight: 800; }
.lead-score em { color: #355344; font-size: 12px; font-style: normal; font-weight: 800; }
.lead-copy { padding: 25px 28px 27px; }
.lead-label { font-size: 9px; }
.lead-label a { color: var(--brand); }
.lead-copy h1 { max-width: 680px; margin-top: 12px; font-size: 43px; font-weight: 700; line-height: .98; }
.lead-copy > p { max-width: 680px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.lead-bottom { border-color: var(--line); }
.lead-bottom > span { color: #47524c; font-size: 11px; }
.text-link { color: var(--brand); font-size: 10px; }

.home-rail { grid-area: rail; align-self: stretch; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.rail-heading { padding-bottom: 15px; border-bottom: 2px solid #18201c; }
.rail-heading span { font-family: var(--serif); font-size: 20px; font-weight: 700; text-transform: none; }
.rail-heading a { color: var(--brand); font-size: 9px; font-weight: 800; }
.rail-story, .rail-story:not(:has(.rail-rank)) { min-height: 106px; grid-template-columns: 24px minmax(0,1fr) 68px; gap: 10px; padding: 15px 0; border-color: var(--line); }
.rail-rank { color: var(--brand); font-family: var(--serif); font-size: 16px; font-weight: 700; }
.rail-category { color: var(--muted); font-size: 7px; }
.rail-story h3 { font-size: 14px; font-weight: 700; line-height: 1.12; }
.rail-thumb { width: 68px; height: 68px; border-radius: 5px; }
.rail-cta { margin-top: 18px; padding: 18px 42px 18px 18px; border-radius: 6px; color: #18201c; background: var(--peach); }
.rail-cta strong { font-family: var(--serif); font-size: 16px; }

.home-departments { grid-area: departments; border: 0; background: transparent; }
.home-departments-title { display: flex; align-items: baseline; gap: 12px; padding: 5px 0 12px; border: 0; background: transparent; }
.home-departments-title span { color: var(--brand); font-size: 8px; font-weight: 800; }
.home-departments-title strong { font-family: var(--serif); font-size: 22px; }
.home-departments nav { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.home-departments nav a { min-height: 92px; grid-template-columns: 22px 1fr; gap: 7px; padding: 13px; border: 1px solid var(--line); border-radius: 6px; background: white; }
.home-departments nav a:hover { color: #18201c; border-color: var(--brand); background: #eef2ff; }
.home-departments nav a > span { color: var(--brand); font-size: 9px; font-weight: 800; }
.home-departments nav strong { font-family: var(--serif); font-size: 12px; line-height: 1.05; }
.home-departments nav small { margin-top: 5px; color: var(--muted); font-size: 7px; line-height: 1.25; }
.home-departments nav svg { display: none; }
.directory-method { display: none; }

.rating { display: inline-flex; align-items: center; gap: 7px; }
.rating-scale { display: grid; grid-template-columns: repeat(5, 17px); gap: 3px; }
.rating-scale i { position: relative; display: grid; width: 17px; height: 17px; overflow: hidden; place-items: center; border: 1px solid #cbd2ce; border-radius: 3px; background: white; font-style: normal; }
.rating-scale i::before { position: absolute; inset: 0 auto 0 0; width: var(--fill); background: var(--mint); content: ""; }
.rating-scale i span { position: relative; z-index: 1; color: #183126; font-size: 10px; line-height: 1; }
.rating-value { display: inline-flex; align-items: baseline; gap: 2px; }
.rating-value strong { font-family: var(--serif); font-size: 13px; }
.rating-value small { color: var(--muted); font-size: 8px; }
.rail-rating .rating-scale { display: none; }
.rail-rating .rating-value { padding: 3px 6px; border-radius: 4px; color: #183126; background: var(--mint); }
.rail-rating .rating-value strong { font-size: 10px; }
.rail-rating .rating-value small { color: #355344; }

.desk-section { padding: 62px 0; border: 0; background: #eef1ed; }
.desk-grid { grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; }
.review-feed { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.desk-heading { grid-column: 1 / -1; margin: 0 0 8px; padding-bottom: 18px; border-bottom: 1px solid #cbd2ce; }
.desk-heading h2, .band-heading h2, .method-intro h2 { font-family: var(--serif); font-size: 38px; font-weight: 700; }
.feed-story { display: flex; min-height: 0; flex-direction: column; gap: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; }
.feed-story-image { height: 205px; border: 0; }
.feed-story-copy { min-height: 245px; padding: 20px; }
.story-overline { color: var(--brand); }
.feed-story h3 { margin: 10px 0; font-size: 22px; font-weight: 700; line-height: 1.05; }
.feed-story-copy > p { color: var(--muted); font-size: 12px; line-height: 1.55; }
.story-meta { align-items: flex-end; border-color: var(--line); font-family: var(--sans); font-size: 8px; }
.feed-rating { flex-direction: column; align-items: flex-start; gap: 5px; }
.feed-rating .rating-scale { grid-template-columns: repeat(5, 14px); }
.feed-rating .rating-scale i { width: 14px; height: 14px; }
.desk-sidebar { top: 18px; }
.sidebar-module { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.module-heading { min-height: 0; padding: 0 0 14px; border-color: var(--line); }
.module-heading span { color: var(--brand); font-size: 8px; font-weight: 800; }
.module-heading h2 { font-family: var(--serif); font-size: 22px; font-weight: 700; }
.score-module { border-top: 5px solid var(--brand); background: white; }
.score-row { grid-template-columns: 24px minmax(0,1fr); gap: 8px; padding: 14px 0; border-color: var(--line); }
.score-row > span { color: var(--brand); font-family: var(--serif); font-size: 14px; font-weight: 700; }
.score-row strong { font-family: var(--serif); font-size: 13px; font-weight: 700; line-height: 1.12; }
.score-list-rating { grid-column: 2; flex-direction: column; align-items: flex-start; gap: 4px; }
.score-list-rating .rating-scale { grid-template-columns: repeat(5, 13px); }
.score-list-rating .rating-scale i { width: 13px; height: 13px; }
.score-list-rating .rating-scale i span { font-size: 8px; }
.score-list-rating .rating-value strong { font-size: 11px; }
.guide-module { color: #18201c; border-top: 5px solid var(--peach); background: white; }
.guide-module .module-heading, .guide-module .rail-story { border-color: var(--line); }
.guide-module .rail-category { color: var(--brand); }

.department-band { padding: 72px 0; color: #18201c; background: white; }
.band-heading .eyebrow { color: var(--brand); }
.band-heading > p { color: var(--muted); }
.department-directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; border: 0; }
.department-directory > a { display: grid; min-height: 210px; grid-template-columns: 32px 1fr 18px; grid-template-rows: auto 1fr auto; gap: 12px; align-items: start; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--wash); }
.department-directory > a:nth-child(2), .department-directory > a:nth-child(5) { background: #eef2ff; }
.department-directory > a:nth-child(3), .department-directory > a:nth-child(6) { background: #fff4ed; }
.department-directory > a:hover { padding: 22px; border-color: var(--brand); color: #18201c; background: var(--mint); }
.department-directory > a > span { color: var(--brand); font-family: var(--serif); font-size: 18px; font-weight: 700; }
.department-directory small, .department-directory > a:hover small { color: var(--muted); font-family: var(--sans); font-size: 8px; }
.department-directory h3 { margin-top: 8px; font-family: var(--serif); font-size: 23px; font-weight: 700; }
.department-directory p, .department-directory > a:hover p { grid-column: 2 / -1; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.department-directory > a > strong { grid-column: 2; align-self: end; color: var(--brand); font-size: 8px; }
.department-directory > a > svg { grid-column: 3; grid-row: 1; }

.method-section { color: white; background: #18201c; }
.method-intro .eyebrow { color: var(--mint); }
.method-intro h2 { font-family: var(--serif); font-size: 51px; font-weight: 700; }
.method-intro > p:not(.eyebrow), .method-layout li p { color: #bac3be; }
.method-intro .button { color: #18201c; background: var(--mint); }
.method-layout ol, .method-layout li { border-color: #4a554f; }
.method-layout li > span { color: var(--peach); font-family: var(--serif); }
.method-layout h3 { font-family: var(--serif); font-weight: 700; }

.category-mast { padding: 34px 0; border: 0; background: var(--mint); }
.category-mast .container { min-height: 330px; grid-template-columns: minmax(0,1fr) 430px; gap: 34px; }
.category-mast .container > div { padding: 32px 0; }
.category-mast h1 { font-family: var(--serif); font-size: 55px; font-weight: 700; }
.category-mast img { height: 330px; border: 0; border-radius: 8px; }
.category-mast span { border-radius: 4px; background: #18201c; }

.story-head { padding: 45px 0; border: 0; background: var(--wash); }
.story-title-grid { grid-template-columns: minmax(0,1fr) 280px; gap: 58px; }
.story-title-grid h1 { font-family: var(--serif); font-size: 53px; font-weight: 700; line-height: .98; }
.story-dek { color: var(--muted); font-size: 17px; }
.story-dates { font-family: var(--sans); font-size: 9px; }
.big-score { display: grid; min-height: 0; align-content: start; justify-items: stretch; padding: 22px; border: 1px solid var(--line); border-top: 5px solid var(--brand); border-radius: 8px; color: #18201c; background: white; }
.big-score-heading { display: grid; gap: 3px; }
.big-score-heading span { color: var(--brand); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.big-score-heading small { color: var(--muted); font-size: 9px; }
.big-score-number { display: flex; align-items: baseline; gap: 8px; margin: 20px 0 15px; }
.big-score-number strong { font-family: var(--serif); font-size: 66px; line-height: .8; }
.big-score-number em { color: var(--muted); font-size: 10px; font-style: normal; font-weight: 700; }
.story-rating { padding-top: 15px; border-top: 1px solid var(--line); }
.story-rating .rating-value { display: none; }
.story-rating .rating-scale { grid-template-columns: repeat(5, 28px); gap: 5px; }
.story-rating .rating-scale i { width: 28px; height: 28px; }
.story-rating .rating-scale i span { font-size: 15px; }
.product-snapshot { padding: 58px 0; border: 0; background: white; }
.snapshot-image { border: 0; border-radius: 8px; }
.snapshot-copy h2 { font-family: var(--serif); font-size: 37px; font-weight: 700; }
.fact-strip { background: #18201c; }
.score-breakdown { border: 0; border-radius: 8px; background: #eef2ff; }
.score-breakdown dd { height: 7px; border-radius: 4px; background: #d4dbec; }
.score-breakdown dd span { border-radius: 4px; background: var(--brand); }
.health-note { border-radius: 8px; background: #18201c; }

.site-footer { border: 0; background: white; }
.footer-statement { color: white; border: 0; background: var(--brand); }
.footer-statement .container { min-height: 270px; }
.footer-statement span { font-family: var(--sans); }
.footer-statement h2 { font-family: var(--serif); font-size: 57px; font-weight: 700; line-height: .95; }
.footer-statement a { border-color: var(--mint); font-family: var(--sans); }
.footer-main { padding-top: 50px; }
.footer-col h3 { border-color: #18201c; font-family: var(--sans); }
.footer-col a { border-color: var(--line); }
.footer-col a span { color: var(--brand); }
.footer-bottom { border-color: #18201c; font-family: var(--sans); }

@media (max-width: 1080px) {
  .home-stage { grid-template-columns: minmax(0,1fr) 310px; }
  .home-departments nav { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .lead-copy h1 { font-size: 38px; }
  .review-feed { grid-template-columns: 1fr; }
  .desk-heading { grid-column: auto; }
}

@media (max-width: 860px) {
  .nav-row { grid-template-columns: 200px 1fr auto; }
  .department-button { justify-self: end; border: 1px solid #cbd2ce; }
  .department-panel nav { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .department-panel nav a, .department-panel nav a:nth-child(odd), .department-panel nav a:nth-child(3n + 1) { border: 1px solid var(--line); }
  .home-stage { grid-template-areas: "lead" "rail" "departments"; grid-template-columns: 1fr; }
  .home-rail { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; }
  .rail-heading, .rail-cta { grid-column: 1 / -1; }
  .desk-grid { grid-template-columns: 1fr; }
  .review-feed { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .desk-heading { grid-column: 1 / -1; }
  .desk-sidebar { position: static; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .department-directory { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .signal-bar .container { grid-template-columns: 1fr; }
  .nav-row { min-height: 66px; grid-template-columns: 1fr auto auto; gap: 0; }
  .brand-logo { width: 165px; }
  .department-button { min-height: 42px; margin-right: 8px; padding: 0 12px; border: 1px solid #cbd2ce; }
  .icon-button { width: 42px; height: 42px; border: 1px solid #cbd2ce; }
  .department-panel nav { grid-template-columns: 1fr; }
  .home-stage { width: min(calc(100% - 20px), var(--max)); padding-top: 20px; }
  .lead-media { height: 260px; }
  .lead-score { right: 10px; bottom: 10px; min-width: 128px; }
  .lead-copy { padding: 21px; }
  .lead-copy h1 { font-size: 35px; }
  .home-rail { display: block; }
  .home-departments nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .review-feed { grid-template-columns: 1fr; }
  .desk-heading { grid-column: auto; }
  .feed-story { display: grid; grid-template-columns: 118px minmax(0,1fr); }
  .feed-story-image { height: 100%; min-height: 190px; }
  .feed-story-copy { min-height: 190px; padding: 14px; }
  .feed-story h3 { font-size: 18px; }
  .feed-story-copy > p { display: none; }
  .feed-rating .rating-scale { display: none; }
  .desk-sidebar { grid-template-columns: 1fr; }
  .department-directory { grid-template-columns: 1fr; }
  .department-directory > a { min-height: 175px; }
  .method-intro h2 { font-size: 40px; }
  .category-mast { padding: 0; }
  .category-mast .container { grid-template-columns: 1fr; gap: 0; }
  .category-mast .container > div { padding: 30px 0; }
  .category-mast img { height: 230px; }
  .story-title-grid { grid-template-columns: 1fr; gap: 28px; }
  .story-title-grid h1 { font-size: 40px; }
  .big-score { grid-template-columns: 1fr auto; align-items: end; }
  .big-score-number { justify-content: flex-end; margin: 0; }
  .story-rating { grid-column: 1 / -1; }
  .footer-statement h2 { font-size: 44px; }
}

@media (max-width: 420px) {
  .brand-logo { width: 150px; }
  .home-departments nav { grid-template-columns: 1fr; }
  .feed-story { grid-template-columns: 105px minmax(0,1fr); }
  .lead-copy h1 { font-size: 32px; }
  .rating-scale { grid-template-columns: repeat(5,15px); }
  .rating-scale i { width: 15px; height: 15px; }
  .footer-statement h2 { font-size: 39px; }
}
