:root {
  --bg: #0c0f10;
  --bg-deep: #080a0b;
  --surface: #121718;
  --surface-2: #191e20;
  --surface-3: #202729;
  --ink: #f2f4f1;
  --ink-soft: #d1d8d4;
  --muted: #9aa5a1;
  --quiet: #707a78;
  --line: #343d3d;
  --line-soft: #252d2e;
  --accent: #f06422;
  --accent-bright: #ff7c38;
  --accent-dim: #522516;
  --success: #95c9a7;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid var(--accent-bright); outline-offset: 3px; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: square; stroke-linejoin: miter; }
.icon { width: 16px; height: 16px; flex: 0 0 16px; stroke-width: 1.5; }
.icon-arrow { transition: transform .2s ease; }
.button:hover .icon-arrow, .text-link:hover .icon-arrow { transform: translateX(3px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.site-shell { min-height: 100vh; overflow: clip; }

.utility-bar { background: var(--bg-deep); border-bottom: 1px solid var(--line-soft); color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.utility-inner { min-height: 32px; display: flex; align-items: center; gap: 24px; }
.utility-link { color: var(--muted); }
.utility-link:hover { color: var(--ink-soft); }
.utility-status { color: var(--ink-soft); display: inline-flex; align-items: center; gap: 8px; }
.status-dot { width: 6px; height: 6px; background: var(--accent); display: inline-block; border-radius: 50%; box-shadow: 0 0 0 3px rgba(240, 100, 34, .12); }

.site-header { background: var(--surface); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 44px; }
.wordmark { display: inline-flex; flex-direction: column; align-items: flex-start; font-family: var(--display); font-size: 25px; line-height: .82; letter-spacing: .01em; text-transform: uppercase; white-space: nowrap; }
.wordmark small { color: var(--accent-bright); font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .2em; line-height: 1; margin-top: 8px; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-link { color: var(--muted); font-size: 13px; position: relative; padding-block: 27px; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 18px; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-link:hover, .nav-link.is-active { color: var(--ink); }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 15px; }
.button { border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 20px; font-size: 12px; font-weight: 600; letter-spacing: .02em; cursor: pointer; transition: background-color .18s ease, border-color .18s ease, color .18s ease; }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: var(--accent-bright); }
.button-outline { background: transparent; border-color: var(--line); color: var(--ink-soft); }
.button-outline:hover { border-color: var(--accent); color: var(--ink); }
.button-small { min-height: 38px; padding-inline: 15px; font-size: 11px; }
.icon-button { width: 34px; height: 38px; background: transparent; border: 0; color: var(--ink-soft); cursor: pointer; padding: 7px; }
.icon-button svg { width: 20px; height: 20px; }
.mobile-menu-button { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.mobile-menu-button svg { width: 22px; height: 22px; }

.hero { background: var(--surface); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); min-height: 530px; }
.hero-copy { padding: 86px 76px 74px 0; display: flex; flex-direction: column; justify-content: center; }
.strip-label, .product-meta, .product-status, .article-copy small, .submit-callout, .archive-table th, .archive-tabs, .search-hint, .dock-label { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.02em; text-transform: uppercase; }
h1 { max-width: 620px; margin-bottom: 22px; font-size: clamp(3.6rem, 6.2vw, 6rem); line-height: .87; }
.hero-lede { max-width: 550px; margin-bottom: 33px; color: var(--ink-soft); font-size: 17px; line-height: 1.55; }
.search-form { display: flex; width: min(100%, 580px); }
.search-form input { min-width: 0; flex: 1; height: 54px; padding: 0 17px; border: 1px solid var(--line); border-right: 0; border-radius: 2px 0 0 2px; background: var(--bg-deep); color: var(--ink); }
.search-form input::placeholder { color: var(--quiet); }
.search-form input:focus { border-color: var(--accent); }
.search-form .button { min-width: 108px; height: 54px; border-radius: 0 2px 2px 0; }
.search-hint { color: var(--quiet); margin: 12px 0 0; letter-spacing: .04em; text-transform: none; }
.search-hint span { color: var(--ink-soft); text-transform: uppercase; letter-spacing: .11em; margin-right: 5px; }
.search-status { color: var(--success); min-height: 20px; margin: 12px 0 0; font-size: 12px; }

.lab-console { align-self: stretch; background: #171c1e; border-left: 1px solid var(--line); padding: 48px 52px 36px; display: flex; flex-direction: column; justify-content: space-between; }
.console-heading { display: flex; justify-content: space-between; gap: 20px; }
.console-heading h2 { max-width: 300px; font-size: 38px; line-height: .92; margin: 0; }
.demo-badge { align-self: flex-start; border: 1px solid var(--line); padding: 7px 10px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.snapshot-list { margin-top: 35px; border-top: 1px solid var(--line); }
.snapshot-row { display: grid; grid-template-columns: 6px minmax(0, 1fr) 34px; gap: 14px; align-items: center; min-height: 65px; border-bottom: 1px solid var(--line-soft); }
.snapshot-marker { width: 5px; height: 5px; background: var(--accent); }
.snapshot-row b, .snapshot-row small { display: block; }
.snapshot-row b { color: var(--ink-soft); font-size: 13px; font-weight: 500; }
.snapshot-row small { color: var(--muted); font-size: 10px; margin-top: 3px; }
.snapshot-row strong { color: var(--accent-bright); font-family: var(--display); font-size: 28px; font-weight: 600; line-height: 1; text-align: right; }
.console-footer { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 23px; margin-top: 35px; }
.console-footer > div { min-width: 0; }
.console-footer > div + div { border-left: 1px solid var(--line); padding-left: 14px; }
.console-footer b, .console-footer small { display: block; }
.console-footer b { font-size: 10px; font-weight: 500; }
.console-footer small { color: var(--muted); font-size: 10px; margin-top: 2px; }

.category-strip { background: #101415; border-bottom: 1px solid var(--line); }
.category-strip .container { padding-block: 21px 23px; }
.strip-label { color: var(--quiet); margin: 0 0 15px; }
.category-links { display: grid; grid-template-columns: repeat(6, 1fr); }
.category-link { min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--line-soft); color: var(--muted); transition: color .18s ease, background-color .18s ease; }
.category-link:first-child { border-left: 1px solid var(--line-soft); }
.category-link:hover, .category-link.is-active { color: var(--ink); background: var(--surface-2); }
.category-icon { width: 28px; height: 28px; color: var(--accent-bright); }
.category-icon svg { width: 28px; height: 28px; }
.category-link span:last-child { font-size: 12px; }

.section { border-bottom: 1px solid var(--line); }
.featured-section { background: var(--bg); padding: 80px 0 74px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 33px; }
.section-heading h2 { font-size: clamp(2.9rem, 5vw, 4.4rem); line-height: .9; margin: 0 0 12px; }
.section-lede { color: var(--muted); margin: 0; font-size: 14px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { min-width: 0; background: var(--surface); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background-color .2s ease; }
.product-card:hover { background: #171d1e; }
.product-art { height: 224px; background: #e1e4e2; display: grid; place-items: center; overflow: hidden; }
.product-art svg { width: 92%; height: 92%; stroke: #23292a; stroke-width: 2; }
.product-art .svg-accent { stroke: var(--accent); }
.product-art-gpu { background: #ccd3d0; }
.product-art-keyboard { background: #c5ccca; }
.product-art-mouse { background: #d9dcd9; }
.product-art-psu { background: #bfc8c4; }
.product-body { padding: 19px 19px 16px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--accent-bright); font-size: 9px; }
.product-status { color: var(--success); font-size: 8px; letter-spacing: .08em; }
.product-body h3 { min-height: 47px; margin: 17px 0 16px; font-size: 21px; font-weight: 600; letter-spacing: -.015em; line-height: 1.08; }
.score-row { display: flex; align-items: baseline; gap: 7px; border-top: 1px solid var(--line-soft); padding-top: 14px; }
.score-row strong { color: var(--accent-bright); font-family: var(--display); font-size: 42px; font-weight: 600; line-height: .85; }
.score-row > span { color: var(--muted); font-family: var(--mono); font-size: 11px; }
.score-note { margin-left: auto; color: var(--ink-soft) !important; font-family: var(--body) !important; font-size: 10px !important; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 19px; color: var(--quiet); font-family: var(--mono); font-size: 9px; }
.compare-button { border: 0; background: transparent; color: var(--ink-soft); cursor: pointer; padding: 0; font-family: var(--body); font-size: 11px; }
.compare-button:hover { color: var(--accent-bright); }
.compare-button { display: inline-flex; align-items: center; gap: 5px; }
.compare-icon { position: relative; display: inline-block; width: 15px; height: 15px; flex: 0 0 15px; border: 1px solid currentColor; }
.compare-icon::before, .compare-icon::after { content: ""; position: absolute; background: currentColor; }
.compare-icon::before { left: 3px; top: 6px; width: 7px; height: 1px; }
.compare-icon::after { left: 6px; top: 3px; width: 1px; height: 7px; }
.compare-button.is-selected .compare-icon::before { left: 3px; top: 7px; width: 7px; height: 3px; background: transparent; border-left: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(-45deg); }
.compare-button.is-selected .compare-icon::after { display: none; }
.section-link-wrap { display: flex; justify-content: center; padding-top: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-bright); font-size: 12px; }
.empty-state { border: 1px solid var(--line); padding: 25px; margin-top: 26px; color: var(--muted); }
.empty-state strong, .empty-state span { display: block; }
.empty-state strong { color: var(--ink); font-size: 15px; margin-bottom: 4px; }
.empty-state span { font-size: 13px; }
.text-button { border: 0; background: transparent; color: var(--accent-bright); cursor: pointer; padding: 15px 0 0; font-size: 12px; }

.editorial-section { background: #101415; }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; }
.latest-articles, .methodology-card { padding: 72px 0 70px; }
.latest-articles { padding-right: 52px; border-right: 1px solid var(--line); }
.methodology-card { padding-left: 52px; }
.compact-heading { align-items: center; margin-bottom: 24px; }
.compact-heading h2 { font-size: 3.25rem; }
.article-list { border-top: 1px solid var(--line); }
.article-row { display: grid; grid-template-columns: 1fr 20px; align-items: center; gap: 17px; min-height: 74px; border-bottom: 1px solid var(--line-soft); color: var(--ink-soft); }
.article-row:hover { color: var(--ink); }
.article-copy strong { display: block; font-size: 14px; font-weight: 500; }
.article-copy small { display: block; color: var(--quiet); font-size: 9px; letter-spacing: .06em; margin-top: 4px; }
.article-arrow { display: inline-flex; justify-content: flex-end; color: var(--quiet); }
.article-arrow .icon { transition: transform .2s ease, color .2s ease; }
.article-row:hover .article-arrow { color: var(--accent-bright); }
.article-row:hover .article-arrow .icon { transform: translateX(3px); }
.methodology-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 12px; }
.methodology-heading h2 { font-size: 3.25rem; margin: 0; }
.method-status { border: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .09em; padding: 8px 10px; text-transform: uppercase; }
.methodology-card > p { max-width: 420px; color: var(--muted); margin-bottom: 25px; }
.method-list { list-style: none; padding: 0; margin: 0 0 22px; border-top: 1px solid var(--line); }
.method-list li { display: grid; grid-template-columns: 55px 1fr; gap: 16px; min-height: 78px; align-items: center; border-bottom: 1px solid var(--line-soft); }
.method-step { color: var(--accent-bright); font-family: var(--display); font-size: 31px; }
.method-list strong, .method-list small { display: block; }
.method-list strong { font-size: 14px; font-weight: 500; }
.method-list small { color: var(--muted); font-size: 12px; line-height: 1.35; margin-top: 3px; }

.tested-section { background: var(--bg); padding: 78px 0 74px; }
.tested-heading { align-items: flex-start; }
.tested-heading h2 { margin-bottom: 0; }
.submit-callout { display: flex; flex-direction: column; gap: 5px; border: 1px solid var(--line); padding: 14px 17px; color: var(--muted); font-size: 9px; letter-spacing: .08em; }
.submit-callout a { color: var(--accent-bright); font-family: var(--body); font-size: 12px; letter-spacing: 0; text-transform: none; }
.archive-tabs { display: flex; gap: 26px; border-bottom: 1px solid var(--line); margin-bottom: 0; overflow-x: auto; }
.archive-tab { border: 0; background: transparent; padding: 0 0 14px; color: var(--muted); cursor: pointer; font-size: 11px; letter-spacing: 0; text-transform: none; white-space: nowrap; position: relative; }
.archive-tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--accent); transform: scaleX(0); transition: transform .18s ease; }
.archive-tab:hover, .archive-tab.is-active { color: var(--ink); }
.archive-tab.is-active::after { transform: scaleX(1); }
.archive-table-wrap { overflow-x: auto; }
.archive-table { width: 100%; min-width: 780px; border-collapse: collapse; }
.archive-table th { color: var(--quiet); font-weight: 400; font-size: 9px; letter-spacing: .11em; text-align: left; padding: 18px 12px 13px 0; }
.archive-table td { color: var(--muted); font-size: 12px; border-top: 1px solid var(--line-soft); padding: 13px 12px 13px 0; vertical-align: middle; }
.archive-table td:first-child { width: 32%; color: var(--ink-soft); }
.archive-table tbody tr:hover td { color: var(--ink); background: rgba(255,255,255,.018); }
.table-product { display: flex; align-items: center; gap: 12px; }
.table-product strong { font-size: 13px; font-weight: 500; }
.mini-art { display: inline-block; width: 42px; height: 30px; background: var(--surface-3); position: relative; flex: 0 0 42px; }
.mini-art::before, .mini-art::after { content: ""; position: absolute; }
.mini-gpu::before { inset: 7px 5px; border: 1px solid #a3adaa; }
.mini-gpu::after { width: 7px; height: 7px; border: 1px solid var(--accent); border-radius: 50%; left: 11px; top: 10px; box-shadow: 11px 0 0 -1px var(--surface-3), 11px 0 0 0 #a3adaa; }
.mini-keyboard::before { inset: 7px 4px; border: 1px solid #a3adaa; }
.mini-keyboard::after { width: 22px; height: 1px; background: var(--accent); left: 10px; top: 12px; box-shadow: 0 5px 0 #a3adaa, 0 10px 0 #a3adaa; }
.mini-mouse::before { width: 16px; height: 23px; border: 1px solid #a3adaa; border-radius: 9px; left: 13px; top: 4px; }
.mini-mouse::after { width: 1px; height: 7px; background: var(--accent); left: 21px; top: 5px; }
.mini-psu::before { inset: 6px 5px; border: 1px solid #a3adaa; }
.mini-psu::after { width: 11px; height: 11px; border: 1px solid var(--accent); border-radius: 50%; left: 15px; top: 9px; }
.table-score { color: var(--accent-bright) !important; font-family: var(--mono); font-size: 11px !important; white-space: nowrap; }
.status-meter { display: inline-block; width: 86px; height: 4px; background: var(--surface-3); vertical-align: middle; margin-right: 9px; }
.status-meter i { display: block; height: 100%; width: var(--meter); background: var(--accent); }
.table-status { color: var(--muted); font-size: 10px; }
.row-arrow { display: inline-flex; align-items: center; justify-content: center; color: var(--quiet); padding: 8px; }
.row-arrow .icon { transition: transform .2s ease, color .2s ease; }
.row-arrow:hover { color: var(--accent-bright); }
.row-arrow:hover .icon { transform: translateX(3px); }
.archive-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; color: var(--quiet); font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.support-section { background: #151b1b; border-bottom: 1px solid var(--line); padding: 78px 0; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.support-grid h2 { margin: 0; font-size: clamp(3.2rem, 5.7vw, 5.4rem); line-height: .86; }
.support-grid h2 span { color: var(--accent-bright); }
.support-copy { max-width: 460px; padding-top: 27px; }
.support-copy p { color: var(--ink-soft); font-size: 17px; line-height: 1.55; margin-bottom: 20px; }
.inline-irs-link { color: var(--ink); text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.inline-irs-link:hover { color: var(--accent-bright); }
.support-copy .text-link { display: inline-flex; margin-right: 24px; }
.support-copy .button { margin-top: 29px; }

.site-footer { background: var(--bg-deep); }
.footer-inner { min-height: 137px; display: flex; align-items: center; gap: 55px; }
.footer-wordmark { font-size: 22px; }
.footer-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; color: var(--muted); font-size: 12px; }
.footer-nav a:hover { color: var(--ink); }
.footer-note { color: var(--quiet); font-family: var(--mono); font-size: 9px; letter-spacing: .07em; margin: 0 0 0 10px; text-transform: uppercase; }

.compare-dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; background: #171d1e; border-top: 1px solid var(--accent); box-shadow: 0 -10px 30px rgba(0, 0, 0, .22); }
.compare-dock-inner { min-height: 75px; display: flex; align-items: center; gap: 20px; }
.dock-label { display: block; color: var(--accent-bright); font-size: 9px; margin-bottom: 2px; }
.compare-dock strong { display: block; font-size: 12px; font-weight: 500; }
.dock-products { display: flex; gap: 8px; flex: 1; }
.dock-product { border: 1px solid var(--line); padding: 8px 10px; color: var(--ink-soft); font-size: 11px; }
.dock-close { border: 0; background: transparent; color: var(--muted); cursor: pointer; padding: 6px 0 6px 10px; }
.dock-close .icon { width: 18px; height: 18px; }
.dock-close:hover { color: var(--ink); }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 40; background: var(--ink); color: var(--bg-deep); padding: 13px 16px; font-size: 12px; transform: translateY(15px); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .container { width: min(var(--container), calc(100% - 44px)); }
  .header-inner { gap: 26px; }
  .primary-nav { gap: 18px; }
  .hero-copy { padding-right: 42px; }
  .lab-console { padding-inline: 35px; }
  .product-art { height: 190px; }
  .product-body h3 { font-size: 18px; }
  .score-note { display: none; }
  .latest-articles { padding-right: 35px; }
  .methodology-card { padding-left: 35px; }
  .support-grid { gap: 45px; }
}

@media (max-width: 780px) {
  .container { width: min(var(--container), calc(100% - 32px)); }
  .utility-inner { gap: 13px; overflow: hidden; white-space: nowrap; }
  .utility-inner > span:last-child { display: none; }
  .header-inner { min-height: 67px; justify-content: space-between; }
  .mobile-menu-button { display: block; order: 3; }
  .header-actions { margin-left: auto; }
  .header-actions .button { display: none; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 67px; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 16px 14px; background: var(--surface); border-bottom: 1px solid var(--line); }
  .primary-nav.is-open { display: flex; }
  .nav-link { padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
  .nav-link::after { bottom: -1px; }
  .hero-grid { display: block; }
  .hero-copy { padding: 64px 0 54px; }
  h1 { font-size: clamp(3.6rem, 14vw, 5.4rem); }
  .hero-lede { font-size: 15px; }
  .lab-console { min-height: 455px; border-left: 0; border-top: 1px solid var(--line); padding: 39px 24px 31px; }
  .console-heading h2 { font-size: 34px; }
  .category-strip .container { padding-block: 19px 10px; }
  .category-links { grid-template-columns: repeat(3, 1fr); }
  .category-link { justify-content: flex-start; padding: 10px 8px; border-bottom: 1px solid var(--line-soft); }
  .category-link:nth-child(4) { border-left: 1px solid var(--line-soft); }
  .featured-section, .tested-section { padding-block: 57px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 19px; margin-bottom: 27px; }
  .section-heading h2 { font-size: 3.55rem; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-art { height: 178px; }
  .product-body { padding: 15px 13px 14px; }
  .product-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .product-body h3 { min-height: 0; font-size: 17px; margin: 14px 0 13px; }
  .score-row strong { font-size: 36px; }
  .product-footer { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 15px; }
  .editorial-grid, .support-grid { display: block; }
  .latest-articles, .methodology-card { padding: 56px 0; }
  .latest-articles { border-right: 0; border-bottom: 1px solid var(--line); }
  .methodology-card { padding-top: 56px; }
  .support-section { padding-block: 57px; }
  .support-copy { padding-top: 29px; }
  .footer-inner { min-height: 170px; align-items: flex-start; flex-wrap: wrap; gap: 26px; padding-block: 32px; }
  .footer-nav { width: 100%; order: 3; margin-left: 0; flex-wrap: wrap; gap: 15px 23px; }
  .footer-note { margin-left: 0; }
  .compare-dock-inner { min-height: 72px; gap: 12px; }
  .dock-products { display: none; }
  .compare-dock .button { margin-left: auto; }
}

@media (max-width: 470px) {
  .container { width: min(var(--container), calc(100% - 24px)); }
  .header-actions { gap: 2px; }
  .wordmark { font-size: 22px; }
  .hero-copy { padding-top: 52px; }
  h1 { font-size: 4.1rem; }
  .search-form { display: block; }
  .search-form input { width: 100%; border-right: 1px solid var(--line); border-radius: 2px; }
  .search-form .button { width: 100%; margin-top: 8px; border-radius: 2px; }
  .category-links { grid-template-columns: repeat(2, 1fr); }
  .category-link:nth-child(odd) { border-left: 1px solid var(--line-soft); }
  .category-link:nth-child(4) { border-left: 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-art { height: 205px; }
  .section-heading h2, .compact-heading h2, .methodology-heading h2 { font-size: 3rem; }
  .submit-callout { width: 100%; }
  .archive-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  .support-grid h2 { font-size: 3.7rem; }
  .support-copy .button { width: 100%; }
  .compare-dock-inner { flex-wrap: wrap; padding-block: 12px; }
  .compare-dock .button { margin-left: 0; }
  .toast { right: 12px; bottom: 12px; left: 12px; }
}

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