:root {
  --ink: #202b40;
  --muted: #58677e;
  --paper: #ffffff;
  --surface: #ffffff;
  --soft: #f5f6f7;
  --line: #dfe4ec;
  --brand: #ff7900;
  --brand-dark: #b74600;
  --accent: #ff7900;
  --accent-soft: #fff3e8;
  --shadow: 0 14px 38px rgba(32, 43, 64, 0.09);
  --card-shadow: 0 8px 24px rgba(32, 43, 64, 0.05);
  --card-shadow-hover: 0 14px 30px rgba(32, 43, 64, 0.1);
  --radius: 10px;
  --control-radius: 8px;
  --panel-line: #f3c596;
  --panel-bg: #fff8f4;
  --max: 1180px;
  --reading-max: 900px;
  --section-space: clamp(2.15rem, 4vw, 3.35rem);
  --section-space-compact: clamp(1.4rem, 2.4vw, 1.9rem);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Montserrat, Arial, Helvetica, Roboto, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }

a { color: var(--brand-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--brand); }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid rgba(255, 121, 0, 0.72);
  outline-offset: 3px;
  border-radius: 6px;
}

h1, h2, h3 {
  margin: 0 0 0.6rem;
  font-family: Montserrat, Arial, Helvetica, Roboto, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.12;
  letter-spacing: -0.025em;
}
h1 { max-width: 850px; font-size: clamp(2.2rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.45rem, 2.7vw, 1.95rem); }
h3 { font-size: 1.12rem; }
p { margin: 0 0 0.85rem; }
ul, ol { padding-left: 1.25rem; }
li + li { margin-top: 0.38rem; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 0.7rem 1rem;
  transform: translateY(-150%);
  color: #fff;
  background: var(--brand-dark);
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(223, 228, 236, 0.92);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 14px rgba(32, 43, 64, 0.04);
  backdrop-filter: blur(12px);
}

.header-inner,
.container {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 66px;
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.68rem;
  color: var(--ink);
  font-family: Montserrat, Arial, Helvetica, Roboto, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  display: inline-block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  overflow: hidden;
  border-radius: 9px;
  color: transparent;
  background: url("/assets/favicon.svg") center / contain no-repeat;
  font-size: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem 0.85rem;
  flex-wrap: wrap;
}
.site-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.55rem 0.2rem;
  color: #3b465a;
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--brand-dark); }
.site-nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--brand); }

.hero {
  overflow: hidden;
  padding: clamp(2.8rem, 5.5vw, 4.25rem) 0 2.6rem;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 121, 0, 0.15), transparent 28%),
    radial-gradient(circle at 15% 70%, rgba(125, 143, 179, 0.13), transparent 30%),
    linear-gradient(135deg, #f7f9fc 0%, #f0f4f9 100%);
}
.home-hero {
  display: grid;
  min-height: min(680px, calc(100vh - 68px));
  align-items: center;
  padding: clamp(2.9rem, 5vw, 4.2rem) 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(22, 30, 47, 0.9) 0%, rgba(22, 30, 47, 0.75) 54%, rgba(22, 30, 47, 0.38) 100%),
    url("/assets/warehouse-search-hero.webp") center / cover no-repeat,
    #202b40;
}
.home-hero .eyebrow { color: #ffd4ac; }
.home-hero h1 { max-width: 1050px; color: #fff; font-family: Montserrat, Arial, Helvetica, Roboto, ui-sans-serif, system-ui, sans-serif; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 820; letter-spacing: -0.04em; }
.home-hero .hero-intro { max-width: 790px; color: #eef3f2; font-size: clamp(1.05rem, 2.2vw, 1.3rem); }
.hero-benefits { display: flex; gap: 0.65rem 1.35rem; flex-wrap: wrap; margin: 1.1rem 0 1.2rem; padding: 0; list-style: none; }
.hero-benefits li { position: relative; padding-left: 1.4rem; color: #f7faf9; font-size: 0.9rem; font-weight: 700; }
.hero-benefits li::before { position: absolute; left: 0; content: "✓"; color: #ff9e47; font-weight: 900; }
.hero-search {
  width: 100%;
  padding: 0.38rem;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.hero-search .search-row { gap: 0.35rem; }
.hero-search input { min-height: 68px; padding-inline: 1.2rem; border: 0; border-radius: var(--control-radius); color: var(--ink); background: #fff; font-size: 1.02rem; }
.home-hero .hero-search .search-row button { min-width: 190px; min-height: 68px; border-radius: var(--control-radius); color: #202b40; background: #ff7900; font-size: 1.05rem; }
.home-hero .hero-search .search-row button:hover { color: #fff; background: #b74600; }
.quick-chips { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 0.9rem; }
.quick-chips a { display: inline-flex; min-height: 44px; align-items: center; padding: 0.42rem 0.78rem; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; color: #fff; background: rgba(20,29,30,.28); font-size: 0.82rem; font-weight: 650; text-decoration: none; }
.quick-chips a:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.12); }
.home-hero .external-note { margin-top: 0.6rem; color: #d9e4e1; }
.home-hero .button-row { margin-top: 1.05rem; }
.home-hero .button.secondary, .home-hero .button.tertiary { color: #fff; border-color: rgba(255,255,255,.75); background: rgba(14,22,23,.35); }
.home-hero .button.secondary:hover, .home-hero .button.tertiary:hover { background: rgba(255,255,255,.15); }
.home-hero .trust-note { color: #eef2f7; background: rgba(20,30,48,.7); border-left-color: #ff7900; }
.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  color: var(--brand-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow::before, .kicker::before {
  width: 24px;
  height: 2px;
  content: "";
  background: var(--accent);
}
.trust-note {
  width: 100%;
  margin-top: 1.05rem;
  padding: 0.85rem 1rem;
  border-left: 4px solid var(--accent);
  color: #44536a;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.button-row {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin: 1.25rem 0 0.5rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.12rem;
  border: 1px solid var(--brand);
  border-radius: var(--control-radius);
  color: #202b40;
  background: var(--brand);
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
}
.button.secondary { color: var(--brand-dark); background: transparent; }
.button:hover, .button.secondary:hover { color: #fff; background: var(--brand-dark); }
.button.tertiary { color: #35445b; border-color: var(--line); background: rgba(255,255,255,.78); }
.button.tertiary:hover { color: var(--brand-dark); border-color: var(--brand); }
.external-note { color: var(--muted); font-size: 0.82rem; }

.search-panel {
  width: 100%;
  padding: 1.1rem;
  border: 1px solid rgba(255, 121, 0, 0.25);
  border-radius: var(--radius);
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow);
}
.search-panel label { display: block; margin-bottom: 0.45rem; font-size: 0.82rem; font-weight: 750; }
.search-row { display: flex; gap: 0.6rem; }
.search-row input {
  min-width: 0;
  width: 100%;
  min-height: 50px;
  padding: 0.78rem 0.9rem;
  border: 1px solid #c8d0dc;
  border-radius: var(--control-radius);
  color: var(--ink);
  background: #fff;
  font: inherit;
}
.search-row button {
  min-width: 108px;
  border: 0;
  border-radius: var(--control-radius);
  color: #fff;
  background: var(--brand-dark);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.section { padding: var(--section-space) 0; background: var(--paper); }
.section.alt { border-block: 1px solid var(--line); background: var(--paper); }
.section.compact { padding: var(--section-space-compact) 0; }
.section-head { max-width: 760px; margin-bottom: 1.15rem; }
.section-head p { color: var(--muted); font-size: 1.04rem; }

.quick-answer {
  position: relative;
  width: 100%;
  padding: 1.3rem 1.35rem 1.2rem;
  border: 1px solid var(--panel-line);
  border-radius: var(--radius);
  background: var(--panel-bg);
}
.quick-answer::before {
  position: absolute;
  top: -12px;
  left: 18px;
  padding: 0.2rem 0.65rem;
  content: "Quick answer";
  color: #202b40;
  background: var(--brand);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.quick-answer p:last-child { margin-bottom: 0; }

.grid-2, .grid-3, .category-grid, .link-grid, .article-card-grid { display: grid; gap: 0.85rem; }
.card, .category-card, .note-card {
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--card-shadow);
}
.card p, .category-card p, .note-card p { color: var(--muted); }
.card p:last-child, .category-card p:last-child, .note-card p:last-child { margin-bottom: 0; }
.category-card { display: flex; min-height: 290px; flex-direction: column; }
.category-card h2 { font-size: clamp(1.28rem, 1.8vw, 1.55rem); }
.category-card .category-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 0.75rem;
  place-items: center;
  border: 1px solid #ffd3aa;
  border-radius: 50%;
  color: var(--brand-dark);
  background: #fff5ec;
  font-size: 0.95rem;
  font-weight: 800;
}
.category-card .category-link { display: inline-flex; width: 100%; margin-top: auto; padding-top: 0.75rem; border-top: 1px solid var(--line); font-weight: 800; text-decoration: none; }
.meta-label { color: var(--brand-dark); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }

.browse-directory { background: #fff; }
.browse-head { max-width: 760px; margin: 0 auto 1.4rem; text-align: center; }
.browse-head h2 { font-size: clamp(1.65rem, 2.8vw, 2.25rem); font-weight: 820; letter-spacing: -0.04em; }
.browse-head p { color: var(--muted); font-size: 1.05rem; }
.directory-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.directory-card {
  display: grid;
  min-height: 144px;
  padding: 0.95rem 0.7rem;
  place-items: center;
  align-content: center;
  gap: 0.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
  box-shadow: var(--card-shadow);
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.directory-card:hover { transform: translateY(-2px); border-color: #ffb46f; color: var(--ink); box-shadow: var(--card-shadow-hover); }
.directory-card:focus-visible { outline-color: var(--brand); }
.directory-card svg { width: 56px; height: 56px; padding: 7px; border: 1px solid #ffe0c2; border-radius: 50%; background: #fff5ec; }
.directory-card strong { font-size: 1rem; font-weight: 800; }
.directory-card small { color: var(--brand-dark); font-size: 0.7rem; font-weight: 700; }
.directory-note { margin: 0.95rem 0 0; color: var(--muted); font-size: 0.82rem; text-align: center; }

.guide-card {
  display: flex;
  min-height: 225px;
  padding: 1.2rem;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--card-shadow);
}
.guide-card .guide-type { margin-bottom: 0.65rem; color: var(--brand-dark); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.guide-card h3 { font-size: 1.1rem; line-height: 1.25; }
.guide-card p { color: var(--muted); }
.guide-card a { display: inline-flex; min-height: 44px; align-items: center; margin-top: auto; font-weight: 800; text-decoration: none; }
.guide-card a::after { content: " →"; }
.guide-card.featured { color: #fff; border-color: #202b40; background: #202b40; }
.guide-card.featured .guide-type { color: #ffad62; }
.guide-card.featured p { color: #d9e0ea; }
.guide-card.featured a { color: #fff; }

.decision-template { margin: 1rem 0 0; padding: 1rem; border: 1px dashed #e7a05f; border-radius: var(--radius); background: var(--panel-bg); }
.decision-template dl { display: grid; grid-template-columns: minmax(120px, .35fr) 1fr; gap: .55rem 1rem; margin: 0; }
.decision-template dt { font-weight: 800; }
.decision-template dd { margin: 0; color: var(--muted); }

.steps { display: grid; gap: 0; counter-reset: route; }
.step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 0.85rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--line);
  counter-increment: route;
}
.step::before {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #f0bca8;
  border-radius: 50%;
  content: "0" counter(route);
  color: var(--brand-dark);
  background: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}
.step h3 { margin-bottom: 0.3rem; }
.step p { margin: 0; color: var(--muted); }

.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 2rem; }
.check-list li::before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  border: 1px solid #ecb19a;
  border-radius: 5px;
  content: "✓";
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 900;
}
.plain-check li::before { content: ""; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--card-shadow); }
table { width: 100%; border-collapse: collapse; text-align: left; }
th, td { padding: 0.75rem 0.85rem; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: #34424e; background: var(--soft); font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }

.callout {
  padding: 1.1rem;
  border: 1px solid var(--panel-line);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  background: var(--panel-bg);
}
.callout p:last-child { margin: 0; }
.compare-card.strong { border-top: 4px solid var(--brand); }
.compare-card.weak { border-top: 4px solid #b85f4a; }

.article-hero { padding: 2.4rem 0 1.8rem; border-bottom: 1px solid var(--line); background: var(--paper); }
.article-hero h1 { max-width: var(--reading-max); font-size: clamp(1.7rem, 3.2vw, 2.55rem); }
.article-hero .lede { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.article-meta { display: flex; gap: 0.35rem 0.5rem; flex-wrap: wrap; align-items: center; margin: 1rem 0 0; color: var(--muted); font-size: 0.82rem; }
.article-meta a { font-weight: 750; }
.breadcrumbs { margin-bottom: 0.9rem; color: var(--muted); font-size: 0.8rem; }
.breadcrumbs a { color: var(--muted); }
.article-body { width: min(calc(100% - 2rem), var(--max)); }
.article-body > section > :is(h2, h3, p, ul, ol),
.article-body > section > .quick-answer > p,
.article-body > section > .article-notes > :is(p, ul, ol) { max-width: var(--reading-max); }
.article-body > section + section { margin-top: 1.8rem; }
.article-body h2 { font-size: clamp(1.35rem, 2.1vw, 1.75rem); }
.article-body h3 { margin-top: 1.2rem; }
.article-notes { padding-top: 1.35rem; border-top: 1px solid var(--line); }
.article-notes p, .article-notes li { color: var(--muted); font-size: 0.92rem; }
.article-notes ul { margin-bottom: 0; }
.article-notes a { font-weight: 700; }
.editorial-steps { counter-reset: editorial-step; padding: 0; list-style: none; }
.editorial-steps li { position: relative; padding-left: 2.75rem; }
.editorial-steps li + li { margin-top: 1rem; }
.editorial-steps li::before { position: absolute; top: -0.1rem; left: 0; display: grid; width: 2rem; height: 2rem; place-items: center; counter-increment: editorial-step; content: counter(editorial-step); border-radius: 50%; color: #fff; background: var(--brand-dark); font-size: 0.78rem; font-weight: 800; }

.score-grid { display: grid; gap: 0.6rem; }
.score-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0.8rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--card-shadow);
}
.score-row strong { color: var(--brand-dark); }

.faq-list { display: grid; gap: 0.65rem; }
.faq-item { padding: 1.1rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--card-shadow); }
.faq-item h2 { font-family: inherit; font-size: 1rem; letter-spacing: 0; }
.faq-item p:last-child { margin-bottom: 0; }

.link-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
  box-shadow: var(--card-shadow);
  font-weight: 750;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.link-grid a::after { content: "→"; color: var(--brand); }
.link-grid a:hover { transform: translateY(-1px); border-color: #ffae91; color: var(--brand-dark); box-shadow: var(--card-shadow-hover); }

.closing-cta {
  padding: clamp(1.6rem, 4vw, 2.3rem);
  border-radius: var(--radius);
  color: #fff;
  background: #202b40;
  box-shadow: var(--shadow);
}
.closing-cta h2 { max-width: 760px; }
.closing-cta p { max-width: 720px; color: #dce3ed; }
.closing-cta .button { border-color: #fff; color: var(--brand-dark); background: #fff; }
.closing-cta .button.secondary { color: #fff; background: transparent; }

.site-footer { padding: 2.1rem 0 1.25rem; color: #edf1f7; background: #161f31; }
.footer-grid { display: grid; gap: 1.5rem; }
.footer-brand { max-width: 540px; }
.footer-brand .brand { margin-bottom: 0.75rem; color: #fff; }
.footer-brand p { color: #c7d0df; font-size: 0.9rem; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.4rem 0.9rem; }
.footer-links a { display: inline-flex; min-height: 44px; align-items: center; color: #e0e6ef; font-size: 0.86rem; text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.copyright { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.13); color: #aeb9ca; font-size: 0.78rem; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 700px) {
  .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .directory-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .article-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.3fr .7fr; }
}

@media (min-width: 1020px) {
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .directory-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .article-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .site-header { position: static; }
  .header-inner { align-items: flex-start; flex-direction: column; padding-block: 0.65rem; }
  .site-nav { width: 100%; justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 34px), transparent 100%); -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 34px), transparent 100%); }
  .site-nav::-webkit-scrollbar { display: none; }
  .site-nav a { flex: 0 0 auto; white-space: nowrap; }
}

@media (max-width: 520px) {
  .header-inner, .container { width: min(calc(100% - 1.25rem), var(--max)); }
  .hero { padding: 2.3rem 0 2.5rem; }
  .section { padding: 1.85rem 0; }
  .section.compact { padding: 1.25rem 0; }
  .article-hero { padding: 2.05rem 0 1.55rem; }
  .article-body > section + section { margin-top: 1.5rem; }
  .browse-head { margin-bottom: 1.1rem; }
  .category-card, .guide-card { min-height: 0; }
  .category-card .category-link { margin-top: 0.75rem; }
  .quick-answer { padding: 1.2rem 1rem 1rem; }
  .closing-cta { padding: 1.4rem; }
  .site-footer { padding: 1.75rem 0 1rem; }
  .search-row { flex-direction: column; }
  .search-row button { min-height: 48px; }
  .home-hero { min-height: auto; background-position: 62% center; }
  .home-hero h1 { font-size: 2rem; line-height: 1.08; overflow-wrap: anywhere; }
  .eyebrow, .kicker { display: flex; max-width: 100%; white-space: normal; }
  .eyebrow::before, .kicker::before { flex: 0 0 24px; }
  .site-nav { display: flex; gap: 0 1rem; }
  .site-nav a { min-height: 44px; font-size: 0.82rem; }
  .hero-search { padding: 0.35rem; }
  .hero-search input { min-height: 56px; }
  .home-hero .hero-search .search-row button { min-width: 0; min-height: 54px; }
  .hero-benefits { display: grid; gap: 0.45rem; margin: 0.9rem 0 1rem; }
  .quick-chips { margin-top: 0.75rem; }
  .button { width: 100%; }
  .score-row { grid-template-columns: 1fr; gap: 0.2rem; }
  .decision-template dl { grid-template-columns: 1fr; gap: .15rem; }
  .decision-template dd + dt { margin-top: .65rem; }
  .comparison-table { overflow: visible; border: 0; background: transparent; }
  .comparison-table table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table td { display: block; width: 100%; }
  .comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .comparison-table tr {
    margin-bottom: .85rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    overflow: hidden;
  }
  .comparison-table td {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: .7rem;
    padding: .8rem;
  }
  .comparison-table td::before {
    content: attr(data-label);
    color: var(--brand-dark);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
  }
}

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