:root {
  --navy: #1a2744;
  --ink: #243049;
  --muted: #5c6b80;
  --orange: #e85d04;
  --sun: #f4c430;
  --cream: #fff8ef;
  --white: #ffffff;
  --line: #ead9c4;
  --ok: #2f9e44;
  --err: #c92a2a;
  --radius: 0.85rem;
  --font: "Source Sans 3", "Segoe UI", sans-serif;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --site-header-h: 5.75rem;
  --listing-toolbar-h: 5.4rem;
  --compare-bar-h: 0px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: #f3e6d4;
  background:
    radial-gradient(circle at 12% 8%, rgba(244, 196, 48, 0.45), transparent 22rem),
    radial-gradient(circle at 88% 4%, rgba(232, 93, 4, 0.18), transparent 18rem),
    var(--navy);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; }
a { color: var(--orange); }
h1, h2, h3 { font-family: var(--display); letter-spacing: 0.01em; color: #fff; }
.wrap { width: min(1100px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(560px, calc(100% - 2rem)); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.skip-link {
  position: absolute; left: 0.5rem; top: -3rem; background: var(--navy); color: #fff;
  padding: 0.4rem 0.8rem; z-index: 20;
}
.skip-link:focus { top: 0.5rem; }
.sun-bar {
  height: 4px;
  background: linear-gradient(90deg, var(--sun), var(--orange) 55%, var(--navy));
}
.site-header {
  background: #152038;
  border-bottom: 1px solid rgba(244, 196, 48, 0.28);
  position: sticky; top: 0; z-index: 10;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
  padding: 0.28rem 0;
}
.site-header .brand {
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  font-size: inherit;
}
.site-header .brand img {
  display: block;
  width: min(330px, 78vw);
  height: auto;
}
.nav-toggle {
  display: none; border: 1px solid rgba(243, 230, 212, 0.35); background: transparent;
  color: #fff; font-size: 1.2rem;
  padding: 0.25rem 0.55rem; border-radius: 0.4rem;
}
.site-nav { display: flex; align-items: center; gap: 0.7rem; flex-wrap: wrap; }
.site-nav > a, .nav-drop summary {
  color: #fff; text-decoration: none; font-weight: 700; cursor: pointer;
}
.site-nav > a[aria-current], .lang-switch a[aria-current] { color: var(--orange); }
.nav-drop { position: relative; }
.nav-drop summary { list-style: none; }
.nav-drop summary::-webkit-details-marker { display: none; }
.nav-drop div {
  position: absolute; right: 0; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 0.5rem; min-width: 15rem;
  display: grid; gap: 0.25rem; z-index: 12;
  max-height: min(70vh, 28rem); overflow-y: auto;
}
.nav-drop a { color: var(--navy); text-decoration: none; padding: 0.2rem 0.35rem; }
.lang-switch { display: inline-flex; gap: 0.35rem; margin-left: 0.4rem; }
.lang-switch a { color: #c9b8a0; text-decoration: none; font-weight: 700; }

.hero {
  background: transparent;
  color: #fff;
  padding: 0.55rem 0 0.7rem;
}
.page-home main { background: none; }
.hero h1 { color: #fff; font-size: clamp(1.05rem, 2.8vw, 1.85rem); max-width: none; margin: 0.15rem 0 0.35rem; line-height: 1.15; white-space: nowrap; }
.hero .lead { max-width: 42rem; color: #f3e6d4; margin: 0; font-size: 0.95rem; line-height: 1.35; }
.kicker {
  text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; color: var(--sun); margin: 0;
}
.search-bar { display: flex; gap: 0.5rem; max-width: 36rem; margin: 0.4rem 0 0.4rem; }
.search-bar input {
  flex: 1; border: 0; border-radius: 0.5rem; padding: 0.5rem 0.75rem; font: inherit;
}
.btn {
  display: inline-block; background: var(--orange); color: #fff; text-decoration: none;
  border: 0; border-radius: 999px; padding: 0.65rem 1.15rem; font-weight: 700; cursor: pointer;
}
.btn-small { padding: 0.4rem 0.8rem; font-size: 0.92rem; }
.btn-ghost { background: transparent; color: #fff; border: 2px solid var(--sun); }

section { padding: 2.2rem 0; }
.page-home .how,
.page-home .how ~ section {
  padding: 0.65rem 0;
}
.page-home .how h2,
.page-home .how ~ section h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 2.3vw, 1.45rem);
  line-height: 1.15;
}
.page-home .how ~ section .lead {
  margin: 0 0 0.45rem;
  font-size: 0.9rem;
  line-height: 1.3;
}
.page-home .how .cards-3 {
  gap: 0.5rem;
}
.page-home .how .cards-3 article {
  padding: 0.5rem 0.65rem;
}
.page-home .how .cards-3 h3 {
  margin: 0 0 0.15rem;
  font-size: 1.02rem;
  line-height: 1.2;
}
.page-home .how .cards-3 p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.3;
  color: var(--muted);
}
.page-home .cat-grid,
.page-home .product-grid {
  gap: 0.55rem;
}
.page-home .cat-card {
  padding: 0 0 0.55rem;
}
.page-home .cat-photo { margin: 0 0 0.35rem; }
.page-home .cat-photo img { height: 108px; }
.page-home .cat-card strong { font-size: 1.12rem; line-height: 1.15; }
.page-home .cat-card strong,
.page-home .cat-card > span:last-child { padding: 0 0.7rem; }
.page-home .cat-card > span:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.8rem;
  line-height: 1.28;
}
.page-home .faq-list { display: grid; gap: 0.35rem; }
.page-home .faq-item { padding: 0.4rem 0.7rem; }
.page-home .faq-item p { margin: 0.35rem 0 0; font-size: 0.9rem; line-height: 1.35; }
.page-home .how ~ section > p { margin: 0.55rem 0 0; }
.how .cards-3, .cards-3, .cat-grid, .product-grid, .dealer-grid, .stats-grid, .cards {
  display: grid; gap: 1rem;
}
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cat-grid { grid-template-columns: repeat(3, 1fr); }
.product-grid, .dealer-grid { grid-template-columns: repeat(3, 1fr); }
.product-grid { gap: 0.55rem; }
.cards-5 { grid-template-columns: repeat(5, 1fr); }
.cards-3 article, .cat-card, .product-card, .dealer-card, .card, .prose, .faq-item, .auth-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.2rem;
  color: var(--ink);
}
.cards-3 article h3,
.product-card h2, .product-card h3,
.dealer-card h2, .dealer-card h3,
.prose h1, .prose h2, .prose h3,
.faq-item summary, .card h2 {
  color: var(--navy);
}
.cat-card {
  text-decoration: none; color: var(--ink); padding: 0 0 1.1rem; overflow: hidden;
  border-top: 3px solid var(--orange);
}
.cat-icon-rec { border-top-color: #2a6f97; }
.cat-icon-ski { border-top-color: #3d5a80; }
.cat-icon-step, .cat-icon-stair { border-top-color: #588157; }
.cat-icon-box { border-top-color: #9b2226; }
.cat-icon-tramp { border-top-color: #bc6c25; }
.cat-icon-roll { border-top-color: #1d3557; }
.cat-card strong, .cat-card > span:last-child { padding: 0 1.2rem; }
.cat-photo {
  display: block; margin: 0; background: #f3f1ec; overflow: hidden;
}
.product-photo, .product-hero {
  display: block; margin: 0; background: #fff; overflow: hidden;
}
.cat-photo { margin: 0 0 0.7rem; }
.cat-photo img {
  display: block; width: 100%; height: 180px; object-fit: cover; object-position: center;
}
.product-photo img, .product-hero img {
  display: block; width: 100%; height: 180px; object-fit: contain; object-position: center;
}
.product-card { padding: 0 0 0.5rem; overflow: visible; position: relative; }
.product-card > .product-photo {
  border-radius: var(--radius) var(--radius) 0 0;
  overflow: hidden;
}
.product-card .brand, .product-card h2, .product-card h3, .product-card .price, .product-card .muted {
  margin-left: 0.65rem; margin-right: 0.65rem;
}
.product-card .brand { margin-top: 0.35rem; margin-bottom: 0; font-size: 0.7rem; }
.product-card h2, .product-card h3 {
  margin: 0.08rem 0.65rem 0.12rem;
  font-size: 1.02rem;
  line-height: 1.2;
}
.product-card .price { margin: 0 0.65rem 0.08rem; }
.product-card .muted { margin: 0 0.65rem 0.3rem; font-size: 0.78rem; line-height: 1.25; }
.compare-mark {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0.65rem 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
}
.compare-mark input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--orange);
}
.product-card.is-compare {
  border-color: var(--orange);
  box-shadow: 0 0 0 1px var(--orange);
}
.card-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.35rem;
  margin: 0 0.65rem 0.45rem;
}
.card-actions > .btn {
  flex: 1 1 0;
  margin: 0;
  text-align: center;
  padding: 0.28rem 0.45rem;
  font-size: 0.82rem;
}
.spec-fold {
  flex: 1 1 0;
  min-width: 0;
}
.spec-fold > summary {
  width: 100%;
  margin: 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  padding: 0.28rem 0.45rem;
  font-size: 0.82rem;
}
.spec-fold > summary::-webkit-details-marker { display: none; }
.spec-fold > summary::after {
  content: " ▾";
  font-size: 0.72em;
}
.spec-fold[open] > summary::after { content: " ▴"; }
.btn-spec {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
}
.btn-spec:hover, .btn-spec:focus-visible {
  background: var(--navy);
  color: #fff;
}
.product-card:has(.spec-fold[open]) { z-index: 5; }
.spec-sheet,
.spec-panel {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  overflow: hidden;
}
.spec-fold .spec-sheet {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 8;
  margin: 0.35rem 0 0;
  border-radius: var(--radius);
  font-size: 0.78rem;
  max-height: min(22rem, 70vh);
  overflow: auto;
  box-shadow: 0 10px 28px rgba(26, 39, 68, 0.28);
}
.spec-panel {
  margin: 0 0 1rem;
  border-radius: var(--radius);
}
.spec-panel .product-info,
.spec-sheet .product-info {
  color: var(--ink);
  padding: 0.7rem 0.75rem 0.9rem;
  white-space: pre-wrap;
  line-height: 1.45;
  font-size: 0.84rem;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
  margin: 0;
  background: #fff;
  color: var(--ink);
}
.spec-table-compact { font-size: 0.75rem; }
.spec-table tbody th {
  text-align: left;
  font-weight: 500;
  padding: 0.28rem 0.55rem;
  border-top: 1px solid var(--line);
  width: 58%;
  color: var(--ink);
  background: #fff;
}
.spec-table tbody th[colspan] {
  text-align: left;
  background: var(--navy);
  color: #fff;
  padding: 0.4rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  width: auto;
  border-top: 0;
}
.spec-sheet .spec-table tbody tr:first-child th[colspan] {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.spec-table td {
  padding: 0.28rem 0.55rem;
  border-top: 1px solid var(--line);
  text-align: right;
  white-space: normal;
  word-break: break-word;
  color: var(--ink);
  background: #fff;
}
.spec-table .is-yes,
.spec-table .is-no {
  text-align: center;
  white-space: nowrap;
}
.spec-table .is-yes { color: #2d6a4f; font-weight: 700; }
.spec-table .is-no { color: #9b2226; font-weight: 700; }
.product-photo { position: relative; margin: 0; }
.product-photo img { height: 128px; }
.product-card .save-badge {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  background: var(--ok);
  color: #fff;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 0.14rem 0.38rem;
  border-radius: 0.3rem;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(26, 39, 68, 0.22);
}
.product-hero { border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; margin: 0 0 1rem; background: #fff; }
.product-hero img { height: auto; max-height: 420px; object-fit: contain; background: #fff; }
.product-zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #fff;
  cursor: zoom-in;
  text-decoration: none;
}
.photo-zoom {
  position: fixed;
  inset: 0;
  z-index: 80;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(21, 32, 56, 0.92);
}
.photo-zoom[hidden] { display: none; }
.photo-zoom-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  cursor: zoom-in;
  touch-action: none;
}
.photo-zoom-stage.is-drag { cursor: grabbing; }
.photo-zoom-stage img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  transform-origin: 0 0;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  user-select: none;
  pointer-events: none;
}
.photo-zoom-hint {
  position: absolute;
  left: 50%;
  bottom: 0.85rem;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.35rem 0.7rem;
  max-width: min(36rem, calc(100% - 5rem));
  background: rgba(21, 32, 56, 0.82);
  color: #f3e6d4;
  font-size: 0.82rem;
  text-align: center;
  border-radius: 999px;
  pointer-events: none;
  z-index: 2;
}
.photo-zoom-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  z-index: 3;
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.photo-zoom-close:hover, .photo-zoom-close:focus-visible {
  background: var(--orange);
  border-color: var(--sun);
}
body.is-photo-zoom { overflow: hidden; }
.product-info {
  white-space: pre-wrap;
  line-height: 1.5;
  color: #f3e6d4;
  font-size: 0.98rem;
  margin: 0;
}
.price-row { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; color: inherit; }
.price-row img { width: 72px; height: 54px; object-fit: cover; border-radius: 0.35rem; background: #f3f1ec; flex-shrink: 0; }
.cat-card strong { font-family: var(--display); font-size: 1.4rem; color: var(--navy); }
.brand { text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; color: var(--orange); margin: 0; }
.price { font-family: var(--display); color: var(--navy); font-weight: 800; }
.price-xl { font-family: var(--display); color: var(--sun); font-weight: 800; }
.price.is-na, .price-xl.is-na, strong.is-na { color: #c9b8a0; font-weight: 600; font-family: var(--font); }
.price-xl { font-size: 2rem; margin: 0.3rem 0 0; }
.price-xl small { font-size: 0.9rem; color: #c9b8a0; font-family: var(--font); font-weight: 600; }
.muted { color: #c9b8a0; }
.product-card .muted, .cards-3 article p, .cat-card > span:last-child { color: var(--muted); }
.page-head {
  padding: 0.65rem 0 0.15rem;
}
.page-head h1 {
  margin: 0.12rem 0 0.2rem;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.15;
}
.page-category .page-head,
.page-category .listing-wrap {
  width: min(1180px, calc(100% - 2rem));
}
.page-head .lead,
.page-head .muted {
  margin: 0 0 0.25rem;
}
.page-head .lead { font-size: 0.98rem; line-height: 1.4; }
.page-head + section { padding-top: 0.85rem; }
.crumb { color: #c9b8a0; font-size: 0.88rem; margin: 0 0 0.1rem; }
.crumb a { color: #c9b8a0; text-decoration: none; }
.crumb a:hover, .crumb a:focus-visible { color: var(--sun); }
.page-category .page-head {
  padding: 0.2rem 0 0;
}
.page-category .page-head h1 {
  margin: 0.04rem 0 0.06rem;
  font-size: clamp(1.22rem, 2.3vw, 1.5rem);
  line-height: 1.12;
}
.page-category .page-head .lead {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.3;
}
.page-category section {
  padding: 0.35rem 0;
}
.page-category .page-head + section {
  padding-top: 0.28rem;
}
.page-category .crumb {
  font-size: 0.78rem;
  margin: 0;
}
.page-category .listing-layout {
  gap: 0.4rem 1.1rem;
  margin: 0 0 1.2rem;
}
.page-category .listing-toolbar {
  gap: 0.35rem 0.75rem;
  position: sticky;
  top: var(--site-header-h);
  z-index: 6;
  background: var(--navy);
  padding: 0.35rem 0 0.5rem;
}
.page-category .listing-count {
  font-size: 0.86rem;
}
.page-category .listing-sort {
  gap: 0.35rem;
}
.page-category .listing-sort label {
  font-size: 0.82rem;
}
.page-category .listing-sort select,
.page-category .listing-search input {
  min-width: 10.25rem;
  padding: 0.32rem 0.45rem;
  font-size: 0.86rem;
}
.listing-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "toolbar"
    "body";
  gap: 0.85rem 1.35rem;
  align-items: start;
  margin: 0 0 1.6rem;
}
.listing-layout.has-facets {
  grid-template-columns: minmax(0, 13.5rem) minmax(0, 1fr);
  grid-template-areas:
    "toolbar toolbar"
    "body body";
}
.listing-layout > input[type="hidden"] {
  display: none;
}
.listing-toolbar { grid-area: toolbar; }
.listing-body {
  grid-area: body;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "main";
  gap: inherit;
  align-items: start;
  min-width: 0;
}
.listing-layout.has-facets .listing-body {
  grid-template-columns: minmax(0, 13.5rem) minmax(0, 1fr);
  grid-template-areas: "aside main";
}
.listing-main { grid-area: main; min-width: 0; }
.listing-aside {
  grid-area: aside;
  min-width: 0;
  max-width: 13.5rem;
  width: 100%;
  position: sticky;
  top: calc(var(--site-header-h) + 0.45rem);
  max-height: calc(100dvh - var(--site-header-h) - var(--compare-bar-h) - 0.9rem);
  overflow: auto;
  overscroll-behavior: contain;
  background: #fff;
  color: var(--navy);
  border-radius: var(--radius);
  padding: 0.55rem 0.7rem 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.listing-aside-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0 0 0.55rem;
}
@media (min-width: 901px) {
  .listing-aside-head { display: none; }
  .listing-layout.has-facets .listing-aside {
    top: calc(var(--site-header-h) + var(--listing-toolbar-h) + 0.35rem);
    max-height: calc(100dvh - var(--site-header-h) - var(--listing-toolbar-h) - var(--compare-bar-h) - 0.8rem);
  }
}
.listing-aside-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.1;
}
.listing-filter-close,
.listing-filter-mask {
  display: none;
}
.listing-filter-open {
  display: none;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  color: var(--navy);
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.45rem 0.85rem;
  cursor: pointer;
}
.listing-filter-badge {
  display: inline-grid;
  place-items: center;
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.72rem;
}
.listing-facet {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
}
.listing-facet > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0;
  padding: 0.65rem 0;
  list-style: none;
  cursor: pointer;
  font-weight: 800;
  color: var(--navy);
  user-select: none;
}
.listing-facet > summary::-webkit-details-marker { display: none; }
.listing-facet > summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  color: var(--navy);
}
.listing-facet[open] > summary::after { content: "−"; }
.listing-facet > summary:hover,
.listing-facet > summary:focus-visible { color: var(--orange); }
.listing-facet[open] > summary { padding-bottom: 0.4rem; }
.listing-facet-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0.55rem;
}
.listing-facet-opt {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.45rem;
  padding: 0.18rem 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
}
.listing-facet-opt input {
  margin: 0;
  accent-color: var(--orange);
  width: 1.05rem;
  height: 1.05rem;
}
.listing-facet-n {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.78rem;
}
.listing-facet-more {
  margin: 0 0 0.55rem;
}
.listing-facet-more summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--orange);
}
.listing-aside .price-range {
  flex: none;
  min-width: 0;
  max-width: none;
  width: 100%;
  padding-bottom: 0.55rem;
}
.listing-aside .price-range-fields {
  flex-wrap: nowrap;
  gap: 0.2rem;
  margin: 0.2rem 0 0.35rem;
}
.listing-aside .price-range-pair {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  font-weight: 700;
  font-size: 0.72rem;
  color: var(--navy);
  white-space: nowrap;
}
.listing-aside .price-range-sep {
  color: var(--navy);
  flex: 0 0 auto;
  font-size: 0.72rem;
}
.listing-aside .price-range-fields input[type="number"] {
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  max-width: none;
  padding: 0.22rem 0.22rem;
  font-size: 0.76rem;
  appearance: textfield;
  -moz-appearance: textfield;
}
.listing-aside .price-range-fields input[type="number"]::-webkit-inner-spin-button,
.listing-aside .price-range-fields input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.listing-aside .price-range-rail { background: #d9cbb8; }
.listing-facet-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.8rem;
  margin-top: 0.35rem;
}
.listing-filter-reset {
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--orange);
  text-decoration: none;
}
.listing-filter-reset:hover,
.listing-filter-reset:focus-visible { color: var(--navy); }
.listing-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.listing-chips a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #fff;
  color: var(--navy);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
}
.listing-chips a:hover,
.listing-chips a:focus-visible { background: var(--sun); color: var(--navy); }
.listing-layout.has-facets .product-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1120px) {
  .listing-layout.has-facets .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.listing-toolbar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35rem;
  margin: 0;
}
.listing-toolbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
  flex-wrap: nowrap;
}
.listing-count {
  margin: 0;
  color: #fff;
  font-weight: 600;
  min-width: 0;
}
.listing-toolbar-end {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.28rem;
  margin-left: auto;
  flex: 0 0 auto;
  min-width: 12.5rem;
  width: min(19rem, 100%);
  overflow: visible;
}
.listing-search {
  position: relative;
  z-index: 7;
}
.listing-search input[type="search"] {
  width: 100%;
  max-width: 100%;
  background: #fff;
  color: var(--navy);
  font-weight: 600;
  padding: 0.5rem 0.65rem;
  border: 0;
  border-radius: 0.4rem;
  font: inherit;
}
.listing-search input[type="search"]::placeholder {
  color: var(--muted);
  font-weight: 600;
}
.listing-suggest {
  position: absolute;
  top: calc(100% + 0.2rem);
  right: 0;
  z-index: 8;
  min-width: 100%;
  width: max(100%, 16rem);
  max-width: min(28rem, calc(100vw - 2rem));
  margin: 0;
  padding: 0.22rem 0;
  list-style: none;
  background: #fff;
  color: var(--navy);
  border-radius: 0.5rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  max-height: min(18rem, 50vh);
  overflow: auto;
}
.listing-suggest[hidden] { display: none; }
.listing-suggest [role="option"] {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  width: 100%;
  margin: 0;
  padding: 0.38rem 0.7rem;
  border: 0;
  background: transparent;
  color: var(--navy);
  font: inherit;
  font-weight: 700;
  font-size: 0.86rem;
  text-align: left;
  cursor: pointer;
}
.listing-suggest [role="option"]:hover,
.listing-suggest [role="option"][aria-selected="true"] {
  background: #fff4e5;
  color: var(--orange);
}
.listing-suggest-label {
  min-width: 0;
  flex: 1 1 auto;
}
.listing-suggest-kind {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}
.listing-empty {
  margin: 0 0 1.5rem;
  color: #f3e6d4;
}
.listing-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.85rem 1.4rem;
  margin-left: auto;
  flex: 1 1 18rem;
  min-width: min(100%, 18rem);
}
.listing-sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-left: 0;
  flex: 0 0 auto;
  width: 100%;
}
.listing-toolbar > .listing-sort {
  margin-left: auto;
  width: auto;
}
.listing-sort label {
  font-weight: 700;
  color: #f3e6d4;
  white-space: nowrap;
}
.listing-sort select {
  min-width: 12.5rem;
  max-width: 100%;
  background: #fff;
  color: var(--navy);
  font-weight: 600;
  padding: 0.5rem 0.65rem;
}
.price-range {
  flex: 1 1 16rem;
  min-width: 14rem;
  max-width: 28rem;
  margin: 0;
  padding: 0;
  border: 0;
}
.price-range legend {
  padding: 0;
  font-weight: 700;
  color: #f3e6d4;
  float: none;
  width: auto;
}
.price-range-fields {
  display: flex;
  align-items: center;
  gap: 0.45rem 0.55rem;
  flex-wrap: wrap;
  margin: 0.35rem 0 0.45rem;
}
.price-range-fields label {
  font-weight: 700;
  font-size: 0.82rem;
  color: #f3e6d4;
  white-space: nowrap;
}
.price-range-fields input[type="number"] {
  width: 7.4rem;
  background: #fff;
  color: var(--navy);
  font-weight: 600;
  padding: 0.4rem 0.5rem;
}
.price-range-sep {
  color: #c9b8a0;
  font-weight: 700;
}
.price-range-slider {
  position: relative;
  height: 1.7rem;
  margin: 0.15rem 0 0.2rem;
}
.price-range-rail {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 6px;
  transform: translateY(-50%);
  background: #3d4d6e;
  border-radius: 99px;
}
.price-range-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--orange);
  border-radius: 99px;
  pointer-events: none;
}
.price-range-slider input[type="range"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.7rem;
  margin: 0;
  padding: 0;
  background: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
}
.price-range-slider input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
  border: 0;
}
.price-range-slider input[type="range"]::-moz-range-track {
  height: 6px;
  background: transparent;
  border: 0;
}
.price-range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: -5px;
  border-radius: 50%;
  background: var(--orange);
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.price-range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--orange);
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.price-range-reset {
  display: inline-block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sun);
  text-decoration: none;
}
.price-range-reset:hover,
.price-range-reset:focus-visible {
  color: #fff;
}
.split { display: grid; grid-template-columns: 1fr 1.3fr; gap: 1.5rem; align-items: start; }
.table { width: 100%; border-collapse: collapse; background: #fff; color: var(--ink); }
.table th, .table td { text-align: left; padding: 0.55rem 0.65rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.table th { color: var(--navy); }
.table strong { color: var(--navy); }
.table .muted { color: var(--muted); }
.table thead { background: #fff3d6; }
.compare-wrap { overflow-x: auto; margin: 0.8rem 0 1.5rem; }
.compare-units { min-width: 36rem; background: #fff; color: var(--ink); }
.compare-units thead th { vertical-align: top; min-width: 14rem; }
.compare-units tbody th {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 1;
  white-space: nowrap;
  vertical-align: top;
}
.compare-desc {
  white-space: pre-wrap;
  text-align: left;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--ink);
  font-weight: 400;
  min-width: 14rem;
  max-width: 22rem;
}
.compare-photo { display: block; background: #fff; }
.compare-photo img { width: 100%; height: 110px; object-fit: contain; }
.compare-drop { font-size: 0.82rem; }
.compare-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 16;
  background: #152038;
  color: #fff;
  border-top: 3px solid var(--orange);
  padding: 0.65rem 0;
}
.compare-bar[hidden] { display: none; }
.compare-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
}
.compare-bar-count { margin: 0; font-weight: 800; }
.compare-bar-msg { margin: 0; color: var(--sun); font-size: 0.88rem; }
.compare-bar .btn-spec {
  color: #fff;
  border-color: #fff;
}
.compare-bar-go[aria-disabled="true"] { opacity: 0.45; pointer-events: none; }
body.has-compare-bar {
  --compare-bar-h: 4.6rem;
  padding-bottom: 4.6rem;
}
tr.is-best { background: #fff8e1; }
.pill {
  display: inline-block; background: var(--sun); color: var(--navy); font-size: 0.75rem;
  font-weight: 800; padding: 0.1rem 0.45rem; border-radius: 999px; margin-left: 0.35rem;
}
.save { color: var(--ok); font-size: 0.88rem; }
.faq-item summary { cursor: pointer; font-weight: 700; }
.site-footer { margin-top: auto; background: #152038; color: #f3e6d4; font-size: 0.86rem; }
.site-footer a { color: var(--sun); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 0.7rem 1.1rem;
  padding: 0.7rem 0 0.85rem;
  align-items: start;
}
.footer-grid h2 {
  color: #fff;
  font-size: 0.98rem;
  margin: 0 0 0.22rem;
  line-height: 1.15;
}
.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 0.9rem;
  line-height: 1.32;
}
.footer-grid li { break-inside: avoid; }
.footer-grid p {
  margin: 0.08rem 0;
  line-height: 1.3;
}
.site-footer .footer-logo {
  display: block;
  width: min(168px, 52%);
  height: auto;
  margin: 0 0 0.2rem;
}
.footer-legal {
  color: #c9b8a0;
  margin: 0.12rem 0 0;
  font-size: 0.78rem;
}
.site-footer .footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.28rem;
  color: #c9b8a0;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
}
.site-footer .footer-credit:hover,
.site-footer .footer-credit:focus-visible { color: var(--sun); }
.site-footer .footer-credit img {
  height: 16px;
  width: auto;
  display: block;
  background: #fff;
  border-radius: 3px;
  padding: 0.08rem 0.22rem;
  object-fit: contain;
}
.prose { margin: 2rem auto; }
.flash { padding: 0.5rem 0.7rem; border-radius: 0.4rem; }
.flash.err { background: #ffe3e3; color: var(--err); }
.flash.ok { background: #d3f9d8; color: #2b8a3e; }
.stack { display: grid; gap: 0.7rem; }
.stack label, .offer-edit label { display: grid; gap: 0.25rem; font-weight: 600; }
input, select, textarea {
  font: inherit; padding: 0.45rem 0.55rem; border: 1px solid var(--line); border-radius: 0.4rem;
}
.offer-edit { display: grid; gap: 0.4rem; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }

.admin-body { background: #f4eee6; }
.admin-header {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  background: var(--navy); color: #fff; padding: 0.7rem 1rem; align-items: center;
}
.admin-header a { color: #fff; text-decoration: none; margin-right: 0.7rem; }
.admin-header a[aria-current] { color: var(--sun); }
.admin-header .brand { display: flex; gap: 0.5rem; align-items: center; color: #fff; text-decoration: none; font-weight: 800; }
.admin-main { padding: 1.4rem 0 3rem; }
.stats-device { list-style: none; padding: 0; }
.stats-device li { display: grid; grid-template-columns: 6rem 1fr 4rem; gap: 0.5rem; align-items: center; margin: 0.4rem 0; }
.stats-bar { background: #eee; height: 0.55rem; border-radius: 99px; overflow: hidden; }
.stats-bar i { display: block; height: 100%; background: var(--orange); }
.stats-series { display: flex; gap: 0.4rem; align-items: end; height: 140px; }
.stats-cols { display: flex; gap: 3px; align-items: end; height: 120px; }
.stats-col { width: 8px; display: block; border-radius: 3px 3px 0 0; }
.stats-col.boots { background: var(--navy); }
.stats-col.clicks { background: var(--orange); }
.page-auth { min-height: 100dvh; display: grid; place-items: center; }
.auth-card { text-align: center; }
.auth-card form { text-align: left; }
.filters a { margin-right: 0.6rem; }
.filters a[aria-current] { font-weight: 800; color: var(--navy); }

@media (max-width: 900px) {
  .cards-3, .cat-grid, .product-grid, .dealer-grid, .split, .footer-grid, .cards-5, .stats-grid {
    grid-template-columns: 1fr;
  }
  .nav-toggle { display: inline-block; }
  .site-nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; padding-bottom: 0.8rem; }
  .site-nav.is-open { display: flex; }
  .nav-drop div { position: static; border: 0; padding: 0.2rem 0 0.2rem 0.6rem; }
  .header-inner { flex-wrap: wrap; }
  .table { font-size: 0.92rem; }
  .listing-filters, .listing-sort, .listing-toolbar-end, .price-range { width: 100%; margin-left: 0; max-width: none; }
  .listing-toolbar-row { flex-wrap: wrap; }
  .listing-sort select, .listing-search input { flex: 1; min-width: 0; }
  .hero h1 { font-size: clamp(0.78rem, 3.5vw, 1.25rem); }
  .listing-layout.has-facets {
    grid-template-columns: 1fr;
    grid-template-areas:
      "toolbar"
      "body";
  }
  .listing-body {
    grid-template-columns: 1fr;
    grid-template-areas: "main";
  }
  .listing-layout.has-facets .listing-filter-open { display: inline-flex; }
  .listing-layout.has-facets .product-grid { grid-template-columns: 1fr; }
  .listing-aside {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 22;
    width: min(16.5rem, calc(100% - 2.2rem));
    max-width: none;
    max-height: none;
    border-radius: 0;
    overflow: auto;
    padding: 1rem 1rem 5rem;
  }
  .listing-aside.is-open { display: block; }
  .listing-filter-close {
    display: inline-block;
    background: transparent;
    border: 0;
    color: var(--navy);
    font-weight: 800;
    cursor: pointer;
    padding: 0.2rem 0.35rem;
  }
  .listing-filter-mask {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 21;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(10, 16, 32, 0.55);
    cursor: pointer;
  }
  html.is-filtering .listing-filter-mask { display: block; }
  html.is-filtering { overflow: hidden; }
}
