:root {
  --brand: #008f68;
  --brand-dark: #00684d;
  --coral: #ff6846;
  --blue: #2079e8;
  --yellow: #f4c542;
  --ink: #111111;
  --paper: #ffffff;
  --soft: #f2f5f3;
  --line: #d8ddd9;
  --muted: #626a65;
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "Space Grotesk", Arial, sans-serif;
  --container: 1240px;
}

* { 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.search-open,
body.menu-open,
body.popup-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button,
input { font: inherit; }
button { cursor: pointer; }
svg { width: 1em; height: 1em; stroke-width: 1.8; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 50; border-bottom: 1px solid var(--ink); background: #fff; }
.utility-bar { color: #fff; background: var(--ink); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.utility-bar .container { min-height: 31px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar a { display: inline-flex; align-items: center; gap: 5px; color: var(--yellow); }
.nav-row { min-height: 79px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.brand-logo { width: 232px; height: 46px; object-fit: contain; object-position: left center; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--brand); font-size: 11px; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.desktop-nav a { padding-block: 8px; border-bottom: 2px solid transparent; font-size: 13px; font-weight: 600; }
.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] { border-color: var(--coral); }
.nav-actions { display: flex; gap: 6px; }
.icon-button { width: 40px; height: 40px; display: inline-grid; place-items: center; padding: 0; border: 1px solid var(--ink); border-radius: 0; color: var(--ink); background: #fff; }
.icon-button:hover { color: #fff; background: var(--ink); }
.menu-button { display: none; }
.category-rail { border-top: 1px solid var(--line); }
.category-rail .container { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.category-rail a { min-height: 43px; display: grid; place-items: center; padding: 8px 12px; border-right: 1px solid var(--line); font-size: 12px; font-weight: 600; 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: #fff; background: var(--brand); }
.mobile-panel { display: none; }

.search-panel { position: fixed; z-index: 200; inset: 0; display: none; padding: 6vh 24px; background: rgba(17,17,17,.75); }
.search-panel.open { display: block; }
.search-inner { width: min(100%, 820px); max-height: 88vh; margin: 0 auto; padding: 30px; overflow: auto; border-top: 5px solid var(--coral); background: #fff; box-shadow: 0 22px 70px rgba(0,0,0,.28); }
.search-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.search-top span { color: var(--brand); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.search-top h2 { margin: 2px 0 0; font-size: 28px; line-height: 1.15; }
.search-input { width: 100%; height: 58px; padding: 0 18px; border: 2px solid var(--ink); border-radius: 0; outline: none; font-size: 18px; }
.search-input:focus { box-shadow: inset 0 -4px 0 var(--yellow); }
.search-results { margin-top: 18px; border-top: 1px solid var(--ink); }
.search-result { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 4px; border-bottom: 1px solid var(--line); }
.search-result:hover strong { color: var(--brand); }
.search-result strong { font-size: 14px; }
.search-result span { color: var(--muted); font-size: 11px; }
.search-empty { color: var(--muted); }

.eyebrow,
.section-number { margin: 0 0 9px; color: var(--brand); font-size: 11px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 17px; border: 1px solid var(--ink); border-radius: 0; color: #fff; background: var(--ink); font-size: 13px; font-weight: 700; }
.button:hover { color: var(--ink); background: var(--yellow); }
.button.light { color: var(--ink); background: #fff; }
.button.light:hover { background: var(--yellow); }
.section { padding: 86px 0; }
.section-head,
.listing-head { display: grid; grid-template-columns: minmax(0, .85fr) minmax(280px, .45fr); align-items: end; gap: 70px; margin-bottom: 34px; padding-bottom: 20px; border-bottom: 2px solid var(--ink); }
.section-head h2,
.listing-head h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 58px); font-weight: 600; line-height: 1.02; }
.section-head > p,
.listing-head > p { margin: 0; color: var(--muted); font-size: 14px; }
.section-link { display: inline-flex; align-items: center; gap: 6px; color: var(--brand); font-size: 13px; font-weight: 700; }

.front-feature { border-bottom: 1px solid var(--ink); background: #f6f8f6; }
.front-feature-grid { min-height: 520px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); }
.feature-image { min-height: 520px; overflow: hidden; border-left: 1px solid var(--ink); border-right: 1px solid var(--ink); background: #e5e9e6; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 48px; border-right: 1px solid var(--ink); }
.feature-kicker { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.feature-kicker a { color: var(--brand); }
.feature-kicker span { padding: 4px 7px; color: #fff; background: var(--blue); }
.feature-copy h1 { margin: 16px 0 18px; font-family: var(--serif); font-size: clamp(42px, 4.6vw, 69px); font-weight: 600; line-height: .98; }
.feature-copy > p { max-width: 610px; margin: 0 0 26px; color: #444b47; font-family: var(--serif); font-size: 20px; line-height: 1.45; }
.feature-actions { width: 100%; display: flex; align-items: center; gap: 18px; }
.feature-actions > span { max-width: 260px; color: var(--muted); font-size: 11px; line-height: 1.45; }

.rating { height: 24px; display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.rating-stars { position: relative; display: inline-block; color: #cbd0cc; font-size: 16px; line-height: 1; letter-spacing: 0; }
.rating-stars > span:last-child { position: absolute; top: 0; left: 0; overflow: hidden; color: var(--coral); white-space: nowrap; }
.rating strong { font-size: 14px; line-height: 1; }
.rating small { margin-left: -4px; color: var(--muted); font-size: 10px; }
.feature-rating { min-height: 32px; padding: 4px 8px; color: #fff; background: var(--ink); }
.feature-rating .rating-stars > span:first-child { color: #606460; }
.feature-rating strong,
.feature-rating small { color: #fff; }

.headline-strip { border-bottom: 1px solid var(--ink); }
.headline-strip .container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid var(--ink); }
.headline-strip article { min-height: 130px; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 22px 25px; border-right: 1px solid var(--ink); }
.headline-strip article > span:first-child { align-self: start; color: var(--coral); font-size: 12px; font-weight: 700; }
.headline-strip h2 { margin: 5px 0 0; font-family: var(--serif); font-size: 23px; font-weight: 600; line-height: 1.2; }
.headline-strip h2 a:hover { color: var(--brand); }
.category-label { color: var(--brand); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.strip-rating { align-self: start; }

.editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.review-card { min-width: 0; display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: #fff; }
.review-card.wide { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); }
.review-card-media { aspect-ratio: 4 / 3; overflow: hidden; background: #e9ecea; }
.review-card.wide .review-card-media { height: 100%; aspect-ratio: auto; border-right: 1px solid var(--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-body { flex: 1; display: flex; flex-direction: column; padding: 21px; }
.card-topline { min-height: 27px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.card-rating .rating-stars { font-size: 13px; }
.card-rating strong { font-size: 12px; }
.review-card h3 { margin: 11px 0 9px; font-family: var(--serif); font-size: 27px; font-weight: 600; line-height: 1.15; }
.review-card.wide h3 { font-size: 34px; }
.review-card h3 a:hover { color: var(--brand); }
.review-card-body > p { margin: 0 0 15px; color: var(--muted); font-size: 13px; }
.nutrition-chips { display: flex; flex-wrap: wrap; gap: 5px; margin: auto 0 16px; }
.nutrition-chips span { padding: 4px 7px; border: 1px solid var(--line); font-size: 10px; }
.nutrition-chips b { color: var(--brand-dark); }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 13px; border-top: 1px solid var(--line); }
.card-footer time { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.card-footer a { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-size: 11px; font-weight: 700; }

.scoreboard-band { padding: 72px 0; color: #fff; background: var(--ink); }
.scoreboard-band .container { display: grid; grid-template-columns: minmax(260px, .36fr) minmax(0, .64fr); gap: 70px; }
.scoreboard-title { display: flex; flex-direction: column; align-items: flex-start; }
.scoreboard-title .eyebrow { color: var(--yellow); }
.scoreboard-title h2 { margin: 0 0 28px; font-family: var(--serif); font-size: 52px; font-weight: 600; line-height: 1; }
.scoreboard-title a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--yellow); font-size: 12px; font-weight: 700; }
.scoreboard-list { border-top: 1px solid #4c504d; }
.scoreboard-list > a { min-height: 92px; display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; align-items: center; gap: 18px; border-bottom: 1px solid #4c504d; }
.scoreboard-list > a:hover strong { color: var(--yellow); }
.score-rank { color: var(--coral); font-size: 12px; font-weight: 700; }
.scoreboard-list > a > span:nth-child(2) { display: flex; flex-direction: column; gap: 4px; }
.scoreboard-list small { color: #9fa6a1; font-size: 9px; text-transform: uppercase; }
.scoreboard-list strong { font-family: var(--serif); font-size: 19px; font-weight: 600; }
.scoreboard-rating { min-width: 116px; justify-content: flex-end; }
.scoreboard-rating .rating-stars > span:first-child { color: #4c504d; }
.scoreboard-rating strong,
.scoreboard-rating small { color: #fff; }

.category-section { background: #f5f7f5; }
.category-list { border-top: 1px solid var(--ink); }
.category-list > a { min-height: 148px; display: grid; grid-template-columns: 42px 190px minmax(0, 1fr) 135px; align-items: center; gap: 26px; padding: 16px 0; border-bottom: 1px solid var(--ink); }
.category-list > a:hover { background: #fff; }
.category-number { align-self: start; color: var(--coral); font-size: 11px; font-weight: 700; }
.category-list img { width: 190px; height: 114px; object-fit: cover; }
.category-copy { display: flex; flex-direction: column; }
.category-copy small { color: var(--brand); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.category-copy strong { margin: 4px 0 7px; font-family: var(--serif); font-size: 31px; font-weight: 600; line-height: 1; }
.category-copy em { max-width: 650px; color: var(--muted); font-family: var(--sans); font-size: 12px; font-style: normal; }
.category-count { display: flex; align-items: center; justify-content: flex-end; gap: 5px; color: var(--blue); font-size: 11px; font-weight: 700; }

.method-band { padding: 86px 0; color: var(--ink); background: var(--yellow); }
.method-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 90px; }
.method-grid > div > .eyebrow { color: var(--ink); }
.method-grid h2 { max-width: 560px; margin: 0 0 20px; font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); font-weight: 600; line-height: .98; }
.method-grid > div > p:not(.eyebrow) { max-width: 580px; margin: 0 0 28px; font-size: 15px; }
.method-grid ol { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.method-grid li { min-height: 126px; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--ink); }
.method-grid li > span { font-size: 11px; font-weight: 700; }
.method-grid h3 { margin: 0 0 5px; font-size: 17px; }
.method-grid li p { margin: 0; font-size: 12px; }

.category-hero { border-bottom: 1px solid var(--ink); background: #f5f7f5; }
.category-hero .container { min-height: 440px; display: grid; grid-template-columns: minmax(0, .8fr) minmax(400px, 1.2fr); border-left: 1px solid var(--ink); border-right: 1px solid var(--ink); }
.category-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.category-hero h1 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(50px, 6vw, 82px); font-weight: 600; line-height: .93; }
.category-hero-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 18px; }
.category-hero-copy > div { display: flex; gap: 28px; margin-top: 35px; padding-top: 16px; border-top: 1px solid var(--ink); }
.category-hero-copy > div span { display: flex; flex-direction: column; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.category-hero-copy > div b { color: var(--ink); font-size: 19px; }
.category-hero img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; border-left: 1px solid var(--ink); }

.article-head { padding: 54px 0 47px; border-bottom: 1px solid var(--ink); background: #fff; }
.breadcrumb { display: flex; align-items: center; gap: 7px; margin-bottom: 36px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.breadcrumb svg { width: 11px; }
.breadcrumb a:hover { color: var(--brand); }
.article-title-grid { display: grid; grid-template-columns: minmax(0, 1fr) 190px; align-items: end; gap: 70px; }
.article-head h1 { max-width: 1020px; margin: 0 0 19px; font-family: var(--serif); font-size: clamp(48px, 6.4vw, 86px); font-weight: 600; line-height: .96; }
.article-dek { max-width: 820px; margin: 0; color: #4f5752; font-family: var(--serif); font-size: 21px; line-height: 1.4; }
.article-meta { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 26px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.article-meta time { color: var(--ink); }
.article-score { min-height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; border: 1px solid var(--ink); border-top: 6px solid var(--coral); text-align: center; }
.article-score > span { font-size: 9px; font-weight: 700; text-transform: uppercase; }
.article-score > strong { margin: 5px 0; font-family: var(--serif); font-size: 72px; font-weight: 600; line-height: 1; }
.article-score > a { margin-top: 12px; color: var(--blue); font-size: 10px; font-weight: 700; }
.article-rating .rating-stars { font-size: 15px; }

.product-lead { border-bottom: 1px solid var(--ink); background: #f0f3f1; }
.product-lead-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(370px, .9fr); border-left: 1px solid var(--ink); border-right: 1px solid var(--ink); }
.product-image { min-height: 520px; background: #e1e5e2; }
.product-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.product-image.image-missing { background: var(--soft); }
.quick-take { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 48px; border-left: 1px solid var(--ink); background: #fff; }
.quick-take h2 { margin: 0 0 13px; font-family: var(--serif); font-size: 39px; font-weight: 600; line-height: 1.05; }
.quick-verdict { margin: 0 0 25px; font-family: var(--serif); font-size: 18px; }
.quick-take dl { width: 100%; margin: 0 0 27px; border-top: 1px solid var(--line); }
.quick-take dl > div { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 17px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.quick-take dt { color: var(--brand); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.quick-take dd { margin: 0; font-size: 12px; }
.commerce-note { margin: 9px 0 0; color: var(--muted); font-size: 9px; }

.nutrition-band { border-bottom: 1px solid var(--ink); background: var(--blue); }
.nutrition-band .container { min-height: 104px; display: flex; align-items: stretch; color: #fff; border-left: 1px solid rgba(255,255,255,.45); }
.nutrition-band .container > div { width: 220px; display: flex; flex-direction: column; justify-content: center; padding: 16px 20px; border-right: 1px solid rgba(255,255,255,.45); }
.nutrition-band .container > div span { font-size: 9px; text-transform: uppercase; }
.nutrition-band .container > div strong { font-family: var(--serif); font-size: 19px; }
.nutrition-band dl { min-width: 125px; flex: 1; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 15px 17px; border-right: 1px solid rgba(255,255,255,.45); }
.nutrition-band dt { color: #dceaff; font-size: 9px; text-transform: uppercase; }
.nutrition-band dd { margin: 4px 0 0; font-size: 15px; font-weight: 700; }

.article-layout { display: grid; grid-template-columns: minmax(0, 790px) 240px; justify-content: space-between; gap: 70px; padding-top: 68px; padding-bottom: 88px; }
.article-body > section { margin-bottom: 58px; scroll-margin-top: 24px; }
.article-body h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 42px; font-weight: 600; line-height: 1.08; }
.article-body h3 { margin: 28px 0 11px; font-size: 19px; }
.article-body p,
.article-body li { color: #3d443f; font-family: var(--serif); font-size: 18px; line-height: 1.72; }
.article-body p { margin: 0 0 19px; }
.article-body a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body blockquote { margin: 30px 0; padding: 24px 26px; border-left: 5px solid var(--coral); background: #f6f7f6; }
.highlight-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 27px 0 0; padding: 1px; background: var(--line); list-style: none; }
.highlight-list li { display: flex; align-items: flex-start; gap: 9px; padding: 15px; background: #fff; font-family: var(--sans); font-size: 12px; line-height: 1.45; }
.highlight-list svg { flex: 0 0 auto; margin-top: 2px; color: var(--brand); }
.cms-content > h2 { margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--ink); }
.cms-content > h2:first-child { margin-top: 0; }
.cms-content ul,
.cms-content ol { padding-left: 24px; }
.score-breakdown { padding: 29px; border: 1px solid var(--ink); border-top: 6px solid var(--coral); }
.score-breakdown > div { margin-top: 28px; }
.score-breakdown dl { margin: 0 0 17px; }
.score-breakdown dt { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 5px; font-size: 12px; }
.score-breakdown dt strong { font-size: 14px; }
.score-breakdown dd { height: 7px; margin: 0; overflow: hidden; background: #e4e8e5; }
.score-breakdown dd span { height: 100%; display: block; background: var(--brand); }
.score-explainer { margin: 24px 0 0 !important; color: var(--muted) !important; font-family: var(--sans) !important; font-size: 11px !important; line-height: 1.5 !important; }
.pros-cons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--ink); }
.pros-cons > div { padding: 24px; }
.pros-cons > div + div { border-left: 1px solid var(--ink); background: #f7f8f7; }
.pros-cons h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 15px; font-size: 15px; }
.pros-cons h3 svg { color: var(--brand); }
.pros-cons > div + div h3 svg { color: var(--coral); }
.pros-cons ul { margin: 0; padding-left: 18px; }
.pros-cons li { margin-bottom: 9px; font-family: var(--sans); font-size: 12px; line-height: 1.5; }
.spec-table { width: 100%; border-collapse: collapse; border-top: 1px solid var(--ink); }
.spec-table th,
.spec-table td { padding: 13px 4px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.spec-table th { width: 36%; color: var(--muted); font-size: 11px; font-weight: 500; }
.spec-table td { font-size: 12px; font-weight: 600; }
.source-list { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.source-list li { margin: 0; font-family: var(--sans); font-size: 12px; }
.source-list a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 4px; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.source-list a:hover { color: var(--blue); }
.article-aside { align-self: start; position: sticky; top: 24px; }
.article-aside nav { display: flex; flex-direction: column; padding: 18px 0; border-top: 3px solid var(--ink); border-bottom: 1px solid var(--ink); }
.article-aside nav strong { margin-bottom: 10px; font-size: 11px; text-transform: uppercase; }
.article-aside nav a { padding: 5px 0; color: var(--muted); font-size: 11px; }
.article-aside nav a:hover { color: var(--brand); }
.article-aside > p { margin-top: 25px; padding: 15px; border-left: 4px solid var(--yellow); background: #f6f7f6; color: var(--muted); font-size: 10px; line-height: 1.55; }
.article-aside > p strong { display: block; margin-bottom: 4px; color: var(--ink); text-transform: uppercase; }
.related-section { border-top: 1px solid var(--ink); background: #f5f7f5; }
.related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.content-page { padding: 80px 0 100px; }
.content-page .container { max-width: 980px; }
.content-page header { margin-bottom: 48px; padding-bottom: 34px; border-bottom: 2px solid var(--ink); }
.content-page h1 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(52px, 7vw, 84px); font-weight: 600; line-height: .95; }
.content-page .lede { max-width: 760px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: 22px; }
.prose { max-width: 760px; }
.prose h2 { margin: 45px 0 13px; padding-top: 18px; border-top: 1px solid var(--ink); font-family: var(--serif); font-size: 35px; font-weight: 600; }
.prose p,
.prose li { font-family: var(--serif); font-size: 18px; line-height: 1.72; }
.prose a { color: var(--blue); text-decoration: underline; }
.contact-box { margin: 30px 0; padding: 24px; border: 1px solid var(--ink); border-top: 5px solid var(--blue); }
.contact-box h2 { margin-top: 0; padding-top: 0; border-top: 0; }
.empty-state { padding: 45px; border: 1px solid var(--ink); text-align: center; }
.empty-state h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 30px; }
.empty-state p { margin: 0; color: var(--muted); }

.ad-slot { width: min(calc(100% - 28px), 980px); margin: 22px auto; }
.ad-label { display: block; margin-bottom: 5px; color: var(--muted); font-size: 8px; text-align: center; text-transform: uppercase; }
.ad-creative { position: relative; min-height: 80px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid var(--line); background: #f3f5f4; }
.ad-creative img { width: 100%; max-height: 160px; object-fit: cover; }
.ad-creative strong { padding: 22px; color: var(--ink); font-family: var(--serif); font-size: 21px; text-align: center; }
.ad-creative img + strong { position: absolute; max-width: 720px; padding: 11px 15px; color: #fff; background: rgba(17,17,17,.88); }
.ad-rail { position: fixed; z-index: 35; top: 230px; width: 132px; display: none; }
.ad-rail-left { left: max(10px, calc(50% - 790px)); }
.ad-rail-right { right: max(10px, calc(50% - 790px)); }
.ad-rail > span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 8px; text-align: center; text-transform: uppercase; }
.ad-rail a,
.ad-rail div { display: block; border: 1px solid var(--line); background: #f3f5f4; }
.ad-rail img { width: 130px; max-height: 500px; object-fit: cover; }

.site-popup { position: fixed; z-index: 300; inset: 0; display: none; place-items: center; padding: 24px; background: rgba(17,17,17,.72); }
.site-popup.open { display: grid; }
.popup-dialog { position: relative; width: min(100%, 780px); max-height: min(620px, calc(100vh - 48px)); display: grid; grid-template-columns: minmax(0, .9fr) minmax(330px, 1.1fr); overflow: auto; border: 1px solid var(--ink); border-top: 7px solid var(--coral); border-radius: 4px; background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.32); }
.popup-image { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.popup-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 48px; }
.popup-copy > span { color: var(--brand); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.popup-copy h2 { margin: 8px 0 14px; font-family: var(--serif); font-size: 44px; font-weight: 600; line-height: 1; }
.popup-copy p { margin: 0 0 25px; color: var(--muted); font-family: var(--serif); font-size: 18px; }
.popup-close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid var(--ink); border-radius: 0; color: #fff; background: var(--ink); }
.popup-close:hover { color: var(--ink); background: var(--yellow); }

.site-footer { padding: 70px 0 25px; color: #fff; background: var(--ink); }
.footer-lead { display: grid; grid-template-columns: minmax(260px, .6fr) minmax(300px, .4fr); align-items: end; gap: 60px; padding-bottom: 36px; border-bottom: 1px solid #4a4e4b; }
.footer-lead .brand-logo { filter: brightness(0) invert(1); }
.footer-lead p { margin: 0; color: #afb6b1; font-family: var(--serif); font-size: 20px; }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px; padding: 38px 0; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col h3 { margin: 0 0 8px; color: var(--yellow); font-size: 11px; text-transform: uppercase; }
.footer-col a { color: #d3d8d4; font-size: 12px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 20px; border-top: 1px solid #4a4e4b; color: #858d87; font-size: 9px; text-transform: uppercase; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .nav-actions { margin-left: auto; }
  .menu-button { display: inline-grid; }
  .mobile-panel { position: fixed; z-index: 60; inset: 110px 0 auto; display: none; max-height: calc(100vh - 110px); overflow: auto; border-bottom: 1px solid var(--ink); background: #fff; }
  .mobile-panel.open { display: block; }
  .mobile-panel nav { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; padding: 12px 0 24px; }
  .mobile-panel a { display: block; padding: 12px 2px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }
  .front-feature-grid { min-height: 460px; grid-template-columns: 1fr 1fr; }
  .feature-image { min-height: 460px; }
  .feature-copy { padding: 32px; }
  .feature-actions { align-items: flex-start; flex-direction: column; }
  .editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-card.wide { grid-column: span 2; }
  .scoreboard-band .container { gap: 40px; }
  .category-list > a { grid-template-columns: 34px 150px minmax(0, 1fr); }
  .category-list img { width: 150px; }
  .category-count { display: none; }
  .method-grid { gap: 50px; }
  .category-hero .container { grid-template-columns: 1fr 1fr; }
  .category-hero-copy { padding: 35px; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 210px; gap: 45px; }
  .nutrition-band .container { overflow-x: auto; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-bar .container { justify-content: center; }
  .utility-bar span { display: none; }
  .nav-row { min-height: 66px; }
  .brand-logo { width: 186px; height: 40px; }
  .category-rail { overflow-x: auto; }
  .category-rail { scrollbar-width: none; }
  .category-rail::-webkit-scrollbar { display: none; }
  .category-rail .container { width: max-content; grid-template-columns: repeat(5, minmax(155px, auto)); }
  .category-rail a { min-height: 40px; }
  .mobile-panel { inset: 97px 0 auto; max-height: calc(100vh - 97px); }
  .section { padding: 60px 0; }
  .section-head,
  .listing-head { grid-template-columns: 1fr; gap: 15px; }
  .section-head h2,
  .listing-head h2 { font-size: 41px; }
  .front-feature-grid { grid-template-columns: 1fr; }
  .feature-image { min-height: 330px; height: 330px; border-bottom: 1px solid var(--ink); }
  .feature-copy { padding: 30px 22px 36px; border-left: 1px solid var(--ink); }
  .feature-copy h1 { font-size: 46px; }
  .feature-copy > p { font-size: 18px; }
  .headline-strip .container { grid-template-columns: 1fr; }
  .headline-strip article { min-height: 112px; grid-template-columns: 30px minmax(0, 1fr); }
  .strip-rating { display: none; }
  .editorial-grid { grid-template-columns: 1fr; }
  .review-card.wide { grid-column: span 1; display: flex; }
  .review-card.wide .review-card-media { height: auto; aspect-ratio: 4 / 3; border-right: 0; }
  .review-card.wide h3 { font-size: 29px; }
  .scoreboard-band { padding: 58px 0; }
  .scoreboard-band .container { grid-template-columns: 1fr; gap: 30px; }
  .scoreboard-title h2 { font-size: 44px; }
  .scoreboard-title a { margin-top: 0; }
  .scoreboard-list > a { grid-template-columns: 31px minmax(0, 1fr); }
  .scoreboard-rating { display: none; }
  .category-list > a { min-height: 126px; grid-template-columns: 26px 92px minmax(0, 1fr); gap: 13px; }
  .category-list img { width: 92px; height: 90px; }
  .category-copy strong { font-size: 24px; }
  .category-copy em { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .method-grid { grid-template-columns: 1fr; gap: 45px; }
  .method-grid h2 { font-size: 49px; }
  .category-hero .container { grid-template-columns: 1fr; }
  .category-hero-copy { min-height: 330px; padding: 31px 23px; }
  .category-hero h1 { font-size: 56px; }
  .category-hero img { min-height: 300px; height: 300px; border-top: 1px solid var(--ink); border-left: 0; }
  .article-head { padding: 38px 0; }
  .breadcrumb { margin-bottom: 26px; }
  .article-title-grid { grid-template-columns: 1fr; gap: 30px; }
  .article-head h1 { font-size: 52px; }
  .article-dek { font-size: 19px; }
  .article-score { min-height: 120px; display: grid; grid-template-columns: 1fr auto; justify-items: start; text-align: left; }
  .article-score > strong { grid-row: span 2; grid-column: 2; font-size: 62px; }
  .article-score > a { margin-top: 2px; }
  .product-lead-grid { grid-template-columns: 1fr; }
  .product-image,
  .product-image img { min-height: 340px; height: 340px; }
  .quick-take { padding: 31px 22px; border-top: 1px solid var(--ink); border-left: 0; }
  .nutrition-band .container { width: 100%; padding-left: 14px; border-left: 0; }
  .nutrition-band .container > div { min-width: 190px; }
  .nutrition-band dl { min-width: 120px; }
  .article-layout { grid-template-columns: 1fr; padding-top: 52px; padding-bottom: 65px; }
  .article-body h2 { font-size: 36px; }
  .highlight-list,
  .pros-cons { grid-template-columns: 1fr; }
  .pros-cons > div + div { border-top: 1px solid var(--ink); border-left: 0; }
  .article-aside { display: none; }
  .footer-lead { grid-template-columns: 1fr; gap: 20px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .popup-dialog { grid-template-columns: 1fr; }
  .popup-image { min-height: 190px; height: 190px; }
  .popup-copy { padding: 31px 24px 35px; }
  .popup-copy h2 { font-size: 37px; }
}

@media (max-width: 430px) {
  .brand-logo { width: 164px; }
  .icon-button { width: 37px; height: 37px; }
  .nav-actions .icon-button:first-child { display: none; }
  .feature-image { min-height: 230px; height: 230px; }
  .feature-copy { padding: 24px 20px 28px; }
  .feature-copy h1 { font-size: 36px; }
  .feature-copy > p { display: none; }
  .feature-actions > span { display: none; }
  .feature-kicker span { display: none; }
  .review-card-body { padding: 17px; }
  .review-card h3 { font-size: 26px; }
  .category-list > a { grid-template-columns: 22px 76px minmax(0, 1fr); }
  .category-list img { width: 76px; height: 78px; }
  .category-copy strong { font-size: 21px; }
  .category-copy em { display: none; }
  .article-head h1 { font-size: 44px; }
  .article-score { padding: 14px; }
  .article-score > strong { font-size: 53px; }
  .article-body p,
  .article-body li,
  .prose p,
  .prose li { font-size: 17px; }
  .score-breakdown { padding: 21px; }
  .footer-grid { grid-template-columns: 1fr; }
  .site-popup { padding: 13px; }
  .popup-dialog { max-height: calc(100vh - 26px); }
  .popup-image { min-height: 150px; height: 150px; }
  .popup-copy h2 { font-size: 33px; }
}

@media (min-width: 1580px) {
  .ad-rail { display: block; }
}

[hidden] { display: none !important; }
