:root {
  --navy: #0b1f3a;
  --navy-2: #122846;
  --gold: #f5b041;
  --gold-deep: #e09a28;
  --ink: #0b1f3a;
  --muted: #5c6b7c;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --line: #e4e9ef;
  --alert: #b42318;
  --warm: #fffaf3;
  --radius: 16px;
  --font-ui: "Outfit", "Segoe UI", sans-serif;
  --font-display: "Outfit", "Segoe UI", sans-serif;
  --header-h: 4.6rem;
  --drawer-peek: 5.75rem;
  --drawer-offset: 0px;
  --filter-control-h: 2.5rem;
  --shadow: 0 18px 40px rgba(11, 31, 58, 0.1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-ui);
  font-size: 1.02rem;
  line-height: 1.55;
  min-height: 100%;
  padding-bottom: var(--drawer-offset);
}

img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 80;
  background: var(--gold);
  color: var(--navy);
  padding: 0.6rem 0.9rem;
  font-weight: 700;
  border-radius: 999px;
}
.skip:focus { top: 1rem; }
.num { font-variant-numeric: tabular-nums; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 1.25rem; }

.btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  padding: 0.72rem 1.15rem;
}
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-deep); }
.btn-line { background: #fff; color: var(--navy); border: 1px solid var(--line); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }
.btn-ink { background: var(--navy); color: #fff; }
.btn-bol { background: #0000a4; color: #fff; font-size: 0.88rem; }
.btn-coolblue { background: #0090e3; color: #fff; font-size: 0.88rem; }
.shop-links { display: flex; flex-wrap: wrap; gap: 0.4rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  min-height: var(--header-h);
  padding: 0.7rem 1.25rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}
.wordmark .logo { width: 44px; height: 44px; border-radius: 50%; object-fit: contain; background: #fff; }
.wordmark strong { display: block; font-size: 1.15rem; letter-spacing: -0.03em; color: var(--navy); }
.wordmark .gold { color: var(--gold-deep); }
.wordmark small { display: block; color: var(--muted); font-size: 0.72rem; font-weight: 500; }
.nav { display: flex; justify-content: center; gap: 1.15rem; }
.nav a { text-decoration: none; font-weight: 600; color: var(--navy); font-size: 0.95rem; }
.nav a:hover { color: var(--gold-deep); }
.menu-toggle { display: none; background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 0.4rem 0.8rem; font: inherit; }
.search {
  display: flex;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}
.search input {
  border: 0;
  padding: 0.55rem 0.9rem;
  min-width: 12rem;
  font: inherit;
  outline: none;
}
.search button {
  background: var(--gold);
  border: 0;
  color: var(--navy);
  padding: 0 0.85rem;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 36rem;
  display: flex;
  align-items: center;
  padding: 3.5rem 1.25rem;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 82% 72%;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.55) 42%, rgba(255,255,255,0) 70%);
}
.hero-card {
  position: relative;
  z-index: 1;
  max-width: 34rem;
  margin-left: max(1rem, calc((100vw - 1140px) / 2));
}
.hero-card h1 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: var(--navy);
}
.hero-card p { color: var(--muted); margin: 0 0 1.3rem; font-size: 1.05rem; }

.trust { background: #fff; border-bottom: 1px solid var(--line); }
.trust-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 1.15rem 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  text-align: center;
  font-weight: 650;
  color: var(--navy);
  font-size: 0.92rem;
}
.trust-inner > div { border-right: 1px solid var(--line); }
.trust-inner > div:last-child { border-right: 0; }
.trust-ico { display: block; color: var(--gold-deep); font-size: 1.3rem; margin-bottom: 0.25rem; }

.top3, .catalog, .gids { padding: 3.2rem 0 2.5rem; }
.top3 { background: var(--soft); }
.top3 h2, .catalog h2, .gids h2, .parents h2, .cta-band h2 {
  margin: 0;
  text-align: center;
  font-size: 1.85rem;
  letter-spacing: -0.03em;
}
.section-sub, .gids-intro, .tiny {
  text-align: center;
  color: var(--muted);
  margin: 0.35rem 0 1.6rem;
}
.gids a {
  color: var(--navy);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}
.tiny { font-size: 0.85rem; text-align: left; }
.top3-grid, .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: stretch;
}
.grid { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }

.card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-width: 0;
}
.card-photo {
  position: relative;
  display: block;
  width: 100%;
  height: 210px;
  min-height: 210px;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--soft);
  cursor: pointer;
  flex: 0 0 210px;
}
.card-photo img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  padding: 0.8rem;
  pointer-events: none;
}
.card-title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.card-title:hover,
.card-photo:hover img { opacity: 0.92; }
.ribbon {
  position: absolute;
  top: 0.8rem;
  left: 0;
  background: var(--navy);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.7rem;
  border-radius: 0 999px 999px 0;
}
.card-body { padding: 0.9rem 1rem 0.2rem; flex: 1 1 auto; }
.card .brand { margin: 0; color: var(--muted); font-size: 0.8rem; font-weight: 600; }
.card h3 {
  margin: 0.15rem 0 0.4rem;
  font-size: 1.12rem;
  min-height: 2.6em;
  line-height: 1.3;
}
.stars { color: var(--gold); letter-spacing: 0.05em; }
.rating { display: flex; align-items: center; gap: 0.4rem; font-weight: 700; font-size: 0.9rem; margin: 0; }
.checks {
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.9rem;
  min-height: 4.6em;
}
.checks li { padding: 0.12rem 0 0.12rem 1.2rem; position: relative; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-deep); font-weight: 800; }
.price-from {
  margin: 0;
  padding: 0.85rem 1rem 0.4rem;
  font-weight: 800;
  font-size: 1.12rem;
  color: var(--navy);
  text-align: center;
}
.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 0.35rem 1rem 1rem;
  margin-top: auto;
}
.card-actions .btn {
  width: 100%;
  justify-content: center;
  white-space: nowrap;
  padding: 0.62rem 0.4rem;
  font-size: 0.86rem;
}

.filters {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 0.7rem;
  margin-bottom: 1.4rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.85rem;
}
.brand-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 1.1rem;
}
.brand-chip {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  min-height: 6.4rem;
}
.brand-chip.is-on {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(245, 176, 65, 0.28);
}
.brand-filter {
  appearance: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  flex: 1;
  margin: 0;
  padding: 0.85rem 0.7rem 0.45rem;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  color: var(--navy);
}
.brand-filter img {
  height: 2.7rem;
  width: auto;
  max-width: 88%;
  object-fit: contain;
}
.brand-filter span {
  font-size: 0.78rem;
  font-weight: 700;
}
.brand-gids {
  display: block;
  text-align: center;
  padding: 0.35rem 0.5rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold-deep);
  text-decoration: none;
  border-top: 1px solid var(--line);
}
.brand-gids:hover { color: var(--navy); }
.brand-strip-label {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.filter-label { display: block; font-size: 0.75rem; font-weight: 700; color: var(--muted); margin-bottom: 0.25rem; }
.filter-field select, .filter-field input[type="range"] {
  width: 100%;
  height: var(--filter-control-h);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 0.6rem;
  font: inherit;
}
.catalog-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.catalog-head h2 { text-align: left; }
.count { color: var(--muted); margin: 0; }

.parents { background: var(--soft); padding: 3rem 0; }
.parents-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.7fr;
  gap: 1.5rem;
  align-items: start;
}
.parents h2 { text-align: left; margin-bottom: 0.6rem; }
.stars-line { color: var(--muted); margin: 0 0 1rem; }
blockquote {
  margin: 0;
  background: #fff;
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem;
  box-shadow: var(--shadow);
}
blockquote p { margin: 0 0 0.7rem; font-size: 1.05rem; }
blockquote cite { color: var(--muted); font-style: normal; font-size: 0.9rem; }
.faq-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  margin: 0 0 0.5rem;
  font: inherit;
  font-weight: 650;
  color: var(--navy);
  cursor: pointer;
  box-shadow: var(--shadow);
  text-align: left;
}
.faq-item[aria-expanded="true"] span:last-child { transform: rotate(90deg); }
.faq-panel { background: #fff; border-radius: 12px; padding: 0 1rem 0.9rem; margin: -0.35rem 0 0.6rem; color: var(--muted); }
.parents-photo img { width: 100%; height: 100%; max-height: 360px; object-fit: cover; border-radius: var(--radius); }

.gids-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.gids-grid article { background: var(--soft); border-radius: var(--radius); padding: 1.1rem 1.15rem; }
.gids-grid h3 { margin: 0 0 0.4rem; }

.cta-band {
  margin: 0 1.25rem 0;
  background: var(--navy);
  color: #fff;
  border-radius: 28px 28px 0 0;
  padding: 1.6rem 1.5rem;
}
.cta-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.cta-band h2 { text-align: left; color: #fff; }
.cta-band p { margin: 0.2rem 0 0; color: rgba(255,255,255,.75); }
.cta-band img { width: 56px; height: 56px; border-radius: 50%; background: #fff; }

.footer-gids {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.95rem;
  margin-top: 0.85rem;
}
.footer-gids a {
  color: var(--gold);
  font-weight: 650;
  text-decoration: none;
  font-size: 0.88rem;
}
.footer-gids a:hover { text-decoration: underline; }
.site-footer { background: var(--navy-2); color: rgba(255,255,255,.78); padding: 2rem 1.25rem 2.5rem; padding-bottom: calc(2.5rem + var(--drawer-offset)); }
.footer-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr; gap: 1.5rem; align-items: start; }
.footer-side { display: flex; flex-direction: column; align-items: flex-start; gap: 0.35rem; }
.footer-image {
  max-width: 18rem;
  max-height: 12rem;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 0.45rem;
}
.site-footer strong { color: #fff; }
.site-footer p { margin: 0.4rem 0 0; font-size: 0.9rem; }

.loading, .empty, .error { padding: 2rem; text-align: center; color: var(--muted); }

.catalog-stage { position: relative; }
.backdrop {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(11, 31, 58, 0.62);
  z-index: 50;
}
.drawer-detail {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 55;
  width: min(42rem, calc(100vw - 3rem));
  max-height: min(90vh, 54rem);
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(11, 31, 58, 0.32);
}
.detail-hero { background: var(--navy); color: #fff; padding: 1rem 1.15rem 1.2rem; border-radius: 18px 18px 0 0; }
.detail-toolbar { display: flex; justify-content: space-between; align-items: center; }
.icon-btn { background: transparent; border: 1px solid rgba(255,255,255,.3); color: #fff; width: 2.4rem; height: 2.4rem; cursor: pointer; border-radius: 999px; }
.detail-hero h2 { margin: 0.4rem 0 0.5rem; font-size: 1.8rem; }
.detail-photo img { width: 100%; height: 240px; object-fit: contain; background: var(--soft); }
.detail-content { padding: 1.2rem 1.15rem 1.5rem; }
.parent-reviews blockquote { margin: 0 0 0.8rem; box-shadow: none; border: 1px solid var(--line); }
.pm { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { text-align: left; padding: 0.5rem 0.2rem; border-bottom: 1px solid var(--line); }
.scores { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; margin: 1rem 0; }
.score-cell { border: 1px solid var(--line); padding: 0.55rem; border-radius: 10px; }
.score-stamp {
  position: absolute; right: 0.7rem; top: 0.7rem;
  background: var(--navy); color: #fff; border-radius: 999px;
  padding: 0.35rem 0.5rem; font-weight: 800; font-size: 0.85rem;
}
.badges { display: flex; flex-wrap: wrap; gap: 0.3rem; margin: 0.4rem 0; }
.badge { background: var(--soft); border-radius: 999px; padding: 0.15rem 0.5rem; font-size: 0.75rem; font-weight: 700; }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0.35rem; margin: 0.6rem 0 0; }
.stats dt { color: var(--muted); font-size: 0.72rem; }
.stats dd { margin: 0; font-weight: 700; }

.compare-dock {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 45;
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(11, 31, 58, 0.18);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(calc(100% + 1.5rem));
  opacity: 0;
  pointer-events: none;
  transition: transform 0.22s ease, opacity 0.22s ease;
}
.compare-dock.is-open {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
.dock-chrome {
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy);
  border: 1px solid var(--line);
  border-bottom: 0;
  backdrop-filter: blur(10px);
}
.compare-dock.is-expanded .dock-chrome {
  border-radius: 18px 18px 0 0;
}
.dock-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  padding: 0.55rem 0.75rem;
  align-items: center;
}
.dock-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--muted);
  white-space: nowrap;
}
.slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  min-width: 0;
}
.slot {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.6rem;
  min-width: 0;
  background: var(--soft);
  border: 1px dashed var(--line);
  border-radius: 12px;
  padding: 0.25rem 0.4rem;
}
.slot.is-filled {
  background: #fff;
  border-style: solid;
  border-color: #ead9b8;
}
.slot img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 36px;
  background: var(--soft);
  border-radius: 8px;
}
.slot-name {
  flex: 1;
  min-width: 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slot-empty {
  display: block;
  width: 100%;
  text-align: center;
  color: #9aa7b5;
  font-weight: 700;
}
.slot-remove {
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}
.dock-actions {
  display: flex;
  gap: 0.4rem;
  flex-shrink: 0;
}
.dock-actions .btn {
  padding: 0.5rem 0.85rem;
  font-size: 0.85rem;
}
.compare-table-wrap {
  display: none;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  padding: 0;
  max-height: min(70vh, 38rem);
}
.compare-dock.is-expanded .compare-table-wrap { display: flex; }
.compare-table-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  padding: 0 0.6rem;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  table-layout: fixed;
}
.compare-table th, .compare-table td {
  padding: 0.45rem 0.4rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
  word-break: break-word;
}
.compare-table th:first-child,
.compare-table td:first-child {
  width: 8.5rem;
}
.compare-table thead th { position: sticky; top: 0; background: #fff; z-index: 2; }
.compare-table tfoot th,
.compare-table tfoot td {
  position: sticky;
  background: #fffaf0;
  z-index: 3;
  border-bottom: 0;
  padding: 0.5rem 0.4rem;
  vertical-align: middle;
}
.compare-table tfoot tr.buy-row-cb th,
.compare-table tfoot tr.buy-row-cb td {
  bottom: 0;
  box-shadow: 0 -8px 16px rgba(11, 31, 58, 0.08);
}
.compare-table tfoot tr.buy-row-bol th,
.compare-table tfoot tr.buy-row-bol td {
  bottom: 4.35rem;
}
.lbl-short { display: none; }
.prod-head { font-size: 0.8rem; line-height: 1.2; }
.prod-brand { display: block; color: var(--muted); font-weight: 650; font-size: 0.68rem; }
.prod-model { display: block; font-weight: 800; }
.buy-none {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
  text-align: center;
}
.btn-buy {
  width: 100%;
  flex-direction: column;
  gap: 0.1rem;
  justify-content: center;
  padding: 0.45rem 0.35rem;
  font-size: 0.78rem;
  border-radius: 10px;
  line-height: 1.15;
  white-space: normal;
  text-align: center;
}
.btn-buy .buy-kicker { font-weight: 800; }
.btn-buy .buy-price { font-weight: 700; }
.btn-buy .buy-stock { font-size: 0.62rem; font-weight: 650; opacity: 0.9; }
.compare-table td.is-best { background: #fff7e8; font-weight: 700; }
.compare-note { text-align: left; margin: 0; padding: 0.4rem 0.7rem 0.55rem; }
.toast {
  position: fixed;
  right: 1rem;
  bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  z-index: 60;
  background: var(--navy);
  color: #fff;
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
}
.toast.is-on { opacity: 1; }
[hidden] { display: none !important; }

@media (max-width: 960px) {
  .drawer-detail {
    top: 0;
    left: auto;
    right: 0;
    transform: none;
    width: min(34rem, 100%);
    height: 100%;
    max-height: none;
    overflow: auto;
    border-radius: 0;
  }
  .detail-hero { border-radius: 0; }
  .detail-content { padding-bottom: 7rem; }
  .header-inner { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .nav.is-open {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; padding: 0.8rem 1.25rem 1rem; border-bottom: 1px solid var(--line);
  }
  .menu-toggle { display: inline-flex; }
  .search { grid-column: 1 / -1; }
  .search input { min-width: 0; flex: 1; }
  .trust-inner, .top3-grid, .parents-grid, .gids-grid, .footer-inner, .filters, .pm, .scores, .cta-inner {
    grid-template-columns: 1fr;
  }
  .brand-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-inner > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 0.6rem 0; }
  .hero {
    min-height: 22rem;
    padding: 2rem 1rem;
  }
  .hero-bg { object-position: 78% 62%; }
  .hero::after { background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.35) 70%); }
  .hero-card { margin-left: 0; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-band h2 { text-align: center; }
  .compare-dock {
    left: 0.4rem;
    right: 0.4rem;
    bottom: calc(0.4rem + env(safe-area-inset-bottom, 0px));
  }
  .compare-dock.is-open.is-expanded {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    margin: 0;
    border-radius: 0;
    height: 100dvh;
    max-height: 100dvh;
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .compare-dock.is-expanded .dock-chrome,
  .compare-dock.is-expanded .compare-table-wrap {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .dock-bar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.35rem;
    padding: 0.4rem 0.5rem;
  }
  .dock-label { font-size: 0.7rem; }
  .slots { gap: 0.25rem; }
  .slot { min-height: 2.1rem; padding: 0.15rem 0.25rem; gap: 0.25rem; }
  .slot img { width: 24px; height: 24px; flex-basis: 24px; }
  .slot-brand { display: none; }
  .slot-name { font-size: 0.62rem; -webkit-line-clamp: 2; }
  .dock-actions { width: auto; }
  .dock-actions .btn { flex: 0 0 auto; padding: 0.38rem 0.55rem; font-size: 0.72rem; }
  .compare-table-wrap { max-height: none; }
  .compare-table-scroll { padding: 0; }
  .compare-table {
    min-width: 0;
    font-size: 0.78rem;
  }
  .compare-table th, .compare-table td {
    padding: 0.32rem 0.28rem;
  }
  .compare-table th:first-child,
  .compare-table td:first-child {
    width: 3.6rem;
    font-size: 0.68rem;
    line-height: 1.2;
    padding-left: 0.45rem;
  }
  .lbl-long { display: none; }
  .lbl-short { display: inline; }
  .prod-brand { display: none; }
  .prod-model { font-size: 0.68rem; }
  .compare-table thead th { z-index: 4; }
  .compare-table tfoot th,
  .compare-table tfoot td {
    position: static;
    box-shadow: none;
  }
  .btn-buy { padding: 0.32rem 0.2rem; font-size: 0.68rem; border-radius: 8px; }
  .btn-buy .buy-price { font-size: 0.66rem; }
  .compare-note { padding: 0.35rem 0.55rem 0.5rem; font-size: 0.72rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
