
:root {
  --ink: #17221b;
  --muted: #5c6963;
  --line: #d3ded5;
  --paper: #edf5ed;
  --paper-warm: #f8f1df;
  --paper-cool: #e6f1f2;
  --soft: #e3eee6;
  --surface: #fffdf7;
  --surface-soft: #f7fbf4;
  --white: #ffffff;
  --green: #246b52;
  --red: #b45a3c;
  --gold: #c89430;
  --blue: #347981;
  --moss: #1f3a2c;
  --sand: #f1e5cf;
  --accent: #246b52;
  --shadow: 0 18px 46px rgba(24, 38, 30, 0.11);
  --clay-shadow: 13px 15px 32px rgba(34, 48, 39, 0.12), -10px -10px 24px rgba(255, 255, 255, 0.78);
  --clay-soft-shadow: 8px 10px 22px rgba(34, 48, 39, 0.09), -7px -7px 18px rgba(255, 255, 255, 0.72);
  --clay-inset: inset 1px 1px 0 rgba(255, 255, 255, 0.92), inset -1px -1px 0 rgba(40, 60, 47, 0.04);
  --pressed-inset: inset 5px 6px 12px rgba(42, 59, 48, 0.1), inset -5px -5px 12px rgba(255, 255, 255, 0.82);
  --surface-gradient: linear-gradient(145deg, rgba(255, 253, 247, 0.98), rgba(240, 247, 241, 0.94));
  --panel-gradient: linear-gradient(145deg, rgba(255, 253, 247, 0.92), rgba(232, 242, 235, 0.9));
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: linear-gradient(135deg, var(--paper) 0%, var(--paper-warm) 44%, var(--paper-cool) 100%); background-attachment: fixed; line-height: 1.55; letter-spacing: 0; }
a { color: inherit; text-decoration-color: rgba(36, 107, 82, 0.35); text-underline-offset: 0.18em; }
a:hover { text-decoration-color: rgba(36, 107, 82, 0.8); }
a:focus-visible, button:focus-visible, select:focus-visible, input:focus-visible { outline: 3px solid rgba(36, 107, 82, 0.34); outline-offset: 3px; }
img { max-width: 100%; height: auto; display: block; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: var(--white); padding: 0.75rem; z-index: 20; border-radius: 8px; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header { border-bottom: 1px solid rgba(211, 222, 213, 0.72); background: rgba(248, 252, 246, 0.86); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(16px); box-shadow: 0 10px 26px rgba(24, 38, 30, 0.08); }
.topbar { max-width: 1440px; margin: 0 auto; padding: 0.72rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 74px; }
.brand { display: flex; align-items: center; gap: 0.72rem; text-decoration: none; flex: 0 0 auto; min-width: 0; }
.brand-mark { width: 46px; height: 46px; border-radius: 13px; background: #16231b; display: grid; place-items: center; flex: 0 0 46px; overflow: hidden; box-shadow: 0 12px 26px rgba(22, 35, 27, 0.2), -5px -5px 14px rgba(255, 255, 255, 0.82); transition: transform 160ms ease, box-shadow 160ms ease; }
.brand:hover .brand-mark { transform: translateY(-1px); box-shadow: 0 16px 32px rgba(22, 35, 27, 0.25), -6px -6px 16px rgba(255, 255, 255, 0.84); }
.brand-mark svg { width: 100%; height: 100%; display: block; }
.brand-copy { min-width: 0; }
.brand-copy strong { display: block; font-size: 1.02rem; line-height: 1.08; white-space: nowrap; }
.brand-copy small { display: block; color: var(--muted); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; margin-top: 0.14rem; white-space: nowrap; }
.main-nav { display: flex; flex: 1 1 auto; flex-wrap: nowrap; gap: 0.22rem; justify-content: flex-end; align-items: center; min-width: 0; overflow: hidden; }
.main-nav a { flex: 0 0 auto; text-decoration: none; white-space: nowrap; padding: 0.48rem 0.58rem; border-radius: 8px; color: var(--muted); font-weight: 760; font-size: 0.9rem; border: 1px solid transparent; transition: transform 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease; }
.main-nav a:hover { background: rgba(255, 253, 247, 0.88); color: var(--ink); border-color: rgba(255, 255, 255, 0.76); box-shadow: var(--clay-soft-shadow), var(--clay-inset); transform: translateY(-1px); }
main { min-height: 72vh; }
.tool-hero, .page-hero { max-width: 1180px; margin: 0 auto; padding: 4.8rem 1.25rem 3.2rem; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr); gap: 1.5rem; align-items: stretch; }
.page-hero.compact { padding-bottom: 2rem; }
.product-hero { grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr); align-items: center; }
.page-hero > div:not(.product-image-large), .finder-panel, .answer-box, .feature-card, .product-card, .category-tile, .guide-link, .filter-bar, .home-article-card, .research-link, .article-body section, .product-image-large, .finder-grid a, .hero-stats span, .path-card, .ai-answer-box, .journey-steps span { border: 1px solid rgba(255, 255, 255, 0.76); background: var(--surface-gradient); border-radius: 8px; box-shadow: var(--clay-shadow), var(--clay-inset); }
.hero-copy { padding: 1.25rem 0; align-self: center; }
.page-hero > div:not(.product-image-large) { padding: 2rem; }
.eyebrow { color: var(--red); text-transform: uppercase; font-size: 0.78rem; font-weight: 850; letter-spacing: 0.08em; margin: 0 0 0.75rem; }
h1, h2, h3 { line-height: 1.08; letter-spacing: 0; margin: 0 0 1rem; }
h1 { font-size: clamp(2.3rem, 5vw, 4.6rem); max-width: 13ch; }
.compact h1 { font-size: clamp(2rem, 4vw, 3.7rem); max-width: 15ch; }
h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1rem; color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.2rem; }
.button-row.compact { margin-top: 0.85rem; gap: 0.55rem; }
.button-row.compact .button { min-height: 38px; padding: 0.58rem 0.72rem; font-size: 0.9rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0.7rem 0.98rem; border-radius: 8px; background: linear-gradient(145deg, var(--green), #1d5642); color: var(--white); text-decoration: none; font-weight: 850; border: 1px solid rgba(31, 84, 64, 0.86); box-shadow: 7px 8px 18px rgba(30, 83, 64, 0.22), inset 1px 1px 0 rgba(255, 255, 255, 0.18); transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-1px); box-shadow: 9px 11px 22px rgba(30, 83, 64, 0.26), inset 1px 1px 0 rgba(255, 255, 255, 0.2); }
.button.secondary { background: linear-gradient(145deg, rgba(255, 253, 247, 0.98), rgba(234, 243, 237, 0.95)); color: var(--ink); border-color: rgba(255, 255, 255, 0.78); box-shadow: var(--clay-soft-shadow), var(--clay-inset); }
.feature-card { position: relative; display: grid; grid-template-rows: auto 1fr; gap: 0; overflow: hidden; }
.feature-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: contain; background: linear-gradient(145deg, #fffef9, #edf6f0); padding: 1.25rem; border-bottom: 1px solid rgba(211, 222, 213, 0.72); box-shadow: var(--pressed-inset); }
.feature-card > div { padding: 1.2rem; }
.feature-card h2 { font-size: 1.45rem; }
.feature-label { position: absolute; left: 0.9rem; top: 0.9rem; background: linear-gradient(145deg, #f3cc73, var(--gold)); color: var(--ink); border-radius: 999px; padding: 0.36rem 0.65rem; font-size: 0.75rem; font-weight: 850; text-transform: uppercase; border: 1px solid rgba(255, 244, 190, 0.8); box-shadow: 5px 6px 12px rgba(40, 50, 38, 0.16), inset 1px 1px 0 rgba(255,255,255,0.5); }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.6rem; margin-top: 1.25rem; max-width: 650px; }
.hero-stats span { padding: 0.78rem; color: var(--muted); font-size: 0.9rem; }
.hero-stats strong { display: block; color: var(--ink); font-size: 1.35rem; line-height: 1; margin-bottom: 0.2rem; }
.mission-band { max-width: 1180px; margin: 0 auto 1.35rem; padding: 2.15rem 1.25rem; border: 1px solid rgba(255, 255, 255, 0.18); background: linear-gradient(145deg, #1f3a2c, #173026); color: var(--white); text-align: center; border-radius: 8px; box-shadow: 16px 18px 38px rgba(21, 37, 28, 0.2), -8px -8px 22px rgba(255, 255, 255, 0.24); }
.mission-band h2 { max-width: 920px; margin-left: auto; margin-right: auto; color: var(--white); }
.mission-band p { max-width: 820px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,0.78); }
.mission-band .eyebrow { color: var(--sand); }
.answer-box { padding: 1.3rem; border-left: 6px solid var(--accent); }
.support-note { display: block; margin: 0.35rem 0 0.9rem; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 0.76rem; line-height: 1.5; box-shadow: none; }
.answer-box.wide { max-width: 1180px; margin: 0 auto; }
.content-band, .top-sections, .finder-band, .home-category-section, .recent-reviews, .learning-center, .product-grid-section, .article-body, .journey-band, .path-grid-section { max-width: 1180px; margin: 0 auto 1.35rem; padding: 1.35rem; }
.top-sections, .product-grid-section, .recent-reviews, .learning-center { padding-left: 1.25rem; padding-right: 1.25rem; }
.content-band { border-top: 1px solid rgba(255, 255, 255, 0.58); border-bottom: 1px solid rgba(211, 222, 213, 0.65); background: rgba(255, 253, 247, 0.22); }
.journey-band { background: linear-gradient(145deg, rgba(255,253,247,0.66), rgba(226,240,230,0.72)); border: 1px solid rgba(255,255,255,0.7); border-radius: 8px; box-shadow: var(--clay-soft-shadow), var(--clay-inset); }
.journey-band .section-heading { margin-bottom: 0.9rem; }
.compact-band { padding-top: 1rem; padding-bottom: 1rem; }
.journey-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.8rem; }
.journey-steps span { display: flex; align-items: flex-start; gap: 0.65rem; min-height: 86px; padding: 0.9rem; color: var(--muted); font-weight: 680; }
.journey-steps strong { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 8px; background: linear-gradient(145deg, var(--green), #1e5944); color: var(--white); box-shadow: 4px 5px 11px rgba(30, 83, 64, 0.22), inset 1px 1px 0 rgba(255,255,255,0.18); }
.path-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.95rem; }
.path-card { --accent: var(--green); display: flex; flex-direction: column; min-height: 300px; padding: 1.05rem; position: relative; overflow: hidden; }
.path-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--accent); }
.path-card h3 { margin-bottom: 0.65rem; }
.path-card p:last-of-type { margin-bottom: 0; }
.path-card .button-row { margin-top: auto; padding-top: 1rem; }
.ai-answer-box { --accent: var(--green); padding: 1.15rem 1.2rem; border-left: 6px solid var(--accent); }
.ai-answer-box p:last-child { margin-bottom: 0; }
.finder-band { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 1rem; align-items: start; background: linear-gradient(145deg, rgba(241, 229, 207, 0.72), rgba(226, 240, 230, 0.78)); border: 1px solid rgba(255, 255, 255, 0.62); border-radius: 8px; box-shadow: var(--clay-soft-shadow), var(--clay-inset); }
.finder-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.75rem; }
.finder-grid a { display: grid; gap: 0.25rem; padding: 0.95rem; text-decoration: none; min-height: 120px; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.finder-grid a:hover { border-color: rgba(36, 107, 82, 0.45); transform: translateY(-2px); box-shadow: 14px 16px 32px rgba(34, 48, 39, 0.14), -9px -9px 22px rgba(255, 255, 255, 0.76), var(--clay-inset); }
.finder-grid span { color: var(--muted); font-size: 0.9rem; }
.home-category-section { --accent: var(--green); background: linear-gradient(145deg, rgba(255,253,247,0.44), rgba(235,245,239,0.46)); border-top: 5px solid var(--accent); border-radius: 8px; }
.home-section-header { display: flex; align-items: end; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(211, 222, 213, 0.75); padding-bottom: 1rem; margin-bottom: 0.9rem; }
.home-section-header h2 { margin-bottom: 0.4rem; }
.home-section-header a { font-weight: 850; color: var(--accent); }
.home-section-header a, .section-heading a, .product-card h3 a, .research-note a, .image-source a, .comparison-table a, .site-footer nav a { display: inline-flex; align-items: center; min-height: 34px; }
.section-sublinks { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 1rem; }
.section-sublinks a { text-decoration: none; border: 1px solid rgba(255, 255, 255, 0.72); border-radius: 999px; background: var(--surface-gradient); color: var(--ink); padding: 0.45rem 0.72rem; font-weight: 780; font-size: 0.9rem; box-shadow: var(--clay-soft-shadow), var(--clay-inset); }
.home-article-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.85rem; }
.home-article-card { text-decoration: none; display: grid; gap: 0.45rem; padding: 1rem; min-height: 210px; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.home-article-card:hover { border-color: color-mix(in srgb, var(--accent), white 54%); transform: translateY(-2px); box-shadow: 14px 16px 32px rgba(34, 48, 39, 0.14), -9px -9px 22px rgba(255, 255, 255, 0.76), var(--clay-inset); }
.home-article-card span { color: var(--red); font-size: 0.72rem; font-weight: 850; text-transform: uppercase; }
.home-article-card p { font-size: 0.94rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.section-heading h2 { margin-bottom: 0; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.category-tile { --accent: var(--green); position: relative; padding: 1.25rem; text-decoration: none; display: grid; gap: 0.55rem; min-height: 150px; overflow: hidden; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.category-tile::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: var(--accent); }
.category-tile span { font-weight: 850; font-size: 1.1rem; }
.category-tile small { color: var(--muted); font-size: 0.95rem; }
.category-tile:hover { border-color: color-mix(in srgb, var(--accent), white 45%); transform: translateY(-2px); box-shadow: 15px 18px 34px rgba(34, 48, 39, 0.15), -10px -10px 24px rgba(255, 255, 255, 0.78), var(--clay-inset); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.product-grid.small { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-card { --accent: var(--green); position: relative; overflow: hidden; display: grid; grid-template-columns: 180px minmax(0, 1fr); min-height: 230px; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.product-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--accent); z-index: 1; }
.product-card:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--accent), white 45%); box-shadow: 15px 18px 34px rgba(34, 48, 39, 0.15), -10px -10px 24px rgba(255, 255, 255, 0.78), var(--clay-inset); }
[data-category="obd2-scanners"] { --accent: #257a61; }
[data-category="bidirectional-scan-tools"] { --accent: #c95f45; }
[data-category="battery-testers"] { --accent: #be8730; }
[data-category="compression-testers"] { --accent: #6860a8; }
[data-category="brake-bleeder-kits"] { --accent: #287f88; }
[data-category="tpms-tools"] { --accent: #a55f32; }
[data-category="automotive-smoke-machines"] { --accent: #53785d; }
[data-category="automotive-borescopes"] { --accent: #8a634d; }
[data-category="circuit-testers"] { --accent: #456f9a; }
[data-category="fuel-pressure-testers"] { --accent: #8f6a2c; }
[data-category="cooling-system-testers"] { --accent: #287496; }
.product-art { background: linear-gradient(145deg, #fffef9, #edf6f0); display: grid; place-items: center; text-decoration: none; min-height: 230px; box-shadow: var(--pressed-inset); }
.product-art img { width: 100%; height: 100%; object-fit: contain; padding: 1rem; background: transparent; filter: drop-shadow(0 10px 14px rgba(24, 38, 30, 0.1)); }
.product-card-body { padding: 1rem 1rem 1.05rem 1.1rem; }
.mini-specs { display: grid; gap: 0.55rem; margin: 0.9rem 0 0; }
.mini-specs div { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 0.5rem; }
dt { color: var(--ink); font-weight: 800; font-size: 0.82rem; }
dd { margin: 0; color: var(--muted); font-size: 0.9rem; }
.research-note { margin: 0.8rem 0 0; font-size: 0.86rem; color: var(--muted); }
.research-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; margin-top: 1rem; }
.research-link { display: grid; gap: 0.35rem; text-decoration: none; padding: 1rem; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.research-link:hover { border-color: rgba(36, 107, 82, 0.45); transform: translateY(-2px); box-shadow: 14px 16px 32px rgba(34, 48, 39, 0.14), -9px -9px 22px rgba(255, 255, 255, 0.76), var(--clay-inset); }
.research-link span { color: var(--muted); font-size: 0.94rem; }
.guide-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; }
.guide-link { padding: 1rem; text-decoration: none; display: grid; gap: 0.4rem; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.guide-link:hover { border-color: rgba(36, 107, 82, 0.45); transform: translateY(-2px); box-shadow: 14px 16px 32px rgba(34, 48, 39, 0.14), -9px -9px 22px rgba(255, 255, 255, 0.76), var(--clay-inset); }
.guide-link span { color: var(--muted); }
.faq-list { display: grid; gap: 0.7rem; }
.faq-list details { border: 1px solid rgba(255, 255, 255, 0.72); border-radius: 8px; background: linear-gradient(145deg, #fffef9, #eef7f0); box-shadow: var(--clay-soft-shadow), var(--clay-inset); overflow: hidden; }
.faq-list summary { cursor: pointer; padding: 0.9rem 1rem; color: var(--ink); font-weight: 850; }
.faq-list details[open] summary { border-bottom: 1px solid rgba(211, 222, 213, 0.78); }
.faq-list p { padding: 0.9rem 1rem 1rem; margin: 0; }
.two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.check-list { margin: 0; padding-left: 1.2rem; color: var(--muted); }
.check-list li { margin: 0.45rem 0; }
.pill-row { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.pill-row span { border: 1px solid rgba(255, 255, 255, 0.72); background: var(--surface-gradient); border-radius: 999px; padding: 0.45rem 0.7rem; font-weight: 780; box-shadow: var(--clay-soft-shadow), var(--clay-inset); }
.product-image-large { overflow: hidden; }
.product-image-large img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: linear-gradient(145deg, #fffef9, #edf6f0); padding: 1.35rem; box-shadow: var(--pressed-inset); }
.image-source { margin: 0; padding: 0 1rem 0.9rem; color: var(--muted); font-size: 0.78rem; text-align: center; }
.filter-bar { max-width: 1180px; margin: 0 auto 1rem; padding: 1rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.8rem; }
.filter-bar label { display: grid; gap: 0.35rem; font-weight: 800; color: var(--ink); }
select, input { width: 100%; min-height: 42px; border: 1px solid rgba(255, 255, 255, 0.72); border-radius: 8px; padding: 0.55rem 0.7rem; font: inherit; background: linear-gradient(145deg, #fffef9, #eef7f0); color: var(--ink); box-shadow: var(--pressed-inset); }
select:focus, input:focus { outline: 2px solid rgba(36, 107, 82, 0.24); outline-offset: 2px; }
.comparison-table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-gutter: stable; border: 1px solid rgba(255, 255, 255, 0.76); border-radius: 8px; background: var(--surface-gradient); box-shadow: var(--clay-soft-shadow), var(--clay-inset); }
.comparison-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 760px; }
.comparison-table th, .comparison-table td { text-align: left; border-bottom: 1px solid rgba(211, 222, 213, 0.78); padding: 0.9rem; vertical-align: top; }
.comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table tbody tr:hover td { background: rgba(229, 240, 232, 0.44); }
.comparison-table th { background: linear-gradient(145deg, #e3eee6, #f8fbf5); color: var(--ink); font-size: 0.85rem; text-transform: uppercase; }
.comparison-table a { font-weight: 750; }
.fit-table-wrap { width: 100%; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.76); border-radius: 8px; background: var(--surface-gradient); box-shadow: var(--clay-soft-shadow), var(--clay-inset); }
.fit-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.fit-table th, .fit-table td { text-align: left; border-bottom: 1px solid rgba(211, 222, 213, 0.78); padding: 0.9rem; vertical-align: top; }
.fit-table tr:last-child th, .fit-table tr:last-child td { border-bottom: 0; }
.fit-table th { width: 34%; background: linear-gradient(145deg, #e3eee6, #f8fbf5); color: var(--ink); font-size: 0.85rem; text-transform: uppercase; }
.article-body { display: grid; gap: 1rem; }
.article-body section { padding: 1.35rem; }
.site-footer { margin-top: 2.25rem; border-top: 1px solid rgba(255, 255, 255, 0.16); background: linear-gradient(145deg, #17221b, #213f31); color: var(--white); padding: 2.2rem 1.25rem; display: flex; justify-content: space-between; gap: 1rem; box-shadow: inset 0 1px 0 rgba(255,255,255,0.08); }
.site-footer > * { max-width: 560px; }
.site-footer p { color: rgba(255,255,255,0.75); }
.footer-disclosure { font-size: 0.78rem; max-width: 640px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: flex-end; }
.site-footer a { color: var(--white); }
@media (max-width: 1080px) {
  .topbar { flex-direction: column; align-items: flex-start; gap: 0.65rem; min-height: 0; padding-bottom: 0.7rem; }
  .main-nav { width: 100%; justify-content: flex-start; overflow-x: auto; overflow-y: hidden; padding-bottom: 0.22rem; scrollbar-width: thin; }
  .main-nav a { min-height: 40px; }
}
@media (max-width: 880px) {
  .topbar, .site-footer { flex-direction: column; align-items: flex-start; }
  .main-nav { width: 100%; flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding-bottom: 0.25rem; scrollbar-width: thin; }
  .main-nav a { flex: 0 0 auto; display: inline-flex; align-items: center; min-height: 42px; }
  .site-footer nav { justify-content: flex-start; }
  .section-heading, .home-section-header { align-items: flex-start; flex-direction: column; }
  .tool-hero, .page-hero, .product-hero, .two-column, .filter-bar, .finder-band { grid-template-columns: 1fr; }
  .category-grid, .product-grid, .guide-list, .research-grid, .home-article-grid, .finder-grid, .hero-stats, .product-grid.small, .journey-steps, .path-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 1fr; }
  .product-art { min-height: 220px; }
  .path-card { min-height: 0; }
  h1, .compact h1 { max-width: none; }
}
@media (max-width: 520px) {
  .topbar, .tool-hero, .page-hero, .content-band, .category-grid-section, .product-grid-section, .article-body, .filter-bar, .journey-band, .path-grid-section { padding-left: 0.85rem; padding-right: 0.85rem; }
  .brand { min-width: 0; }
  .brand-mark { width: 48px; height: 48px; flex-basis: 48px; border-radius: 13px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: 0.66rem; }
  .hero-copy, .page-hero > div:not(.product-image-large), .answer-box { padding: 1rem; }
  .mini-specs div { grid-template-columns: 1fr; }
  .fit-table tr { display: grid; grid-template-columns: 1fr; }
  .fit-table th, .fit-table td { display: block; width: 100%; }
  .fit-table th { border-bottom: 0; padding-bottom: 0.35rem; }
  .fit-table td { padding-top: 0.35rem; }
  .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
