:root {
  --orange: #F25C05;
  --orange-hover: #D94F00;
  --peach: #FFF1E8;
  --peach-light: #FFF7F2;
  --graphite: #17191C;
  --ink-secondary: #4B5056;
  --warm-white: #FCFBF8;
  --line: #E7E5E1;
  --white: #ffffff;
  --accent: var(--orange);
  --radius: 14px;
  --radius-lg: 28px;
  --shadow: 0 4px 18px rgba(23, 25, 28, 0.06);
  --font: "Manrope", system-ui, sans-serif;
  --display: "Outfit", "Manrope", system-ui, sans-serif;
  --wrap: 1200px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--graphite);
  background: var(--warm-white);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange); }
button, input, select, textarea { font: inherit; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.muted { color: var(--ink-secondary); }
.shop-wrap {
  width: min(var(--wrap), calc(100% - 32px));
  margin-inline: auto;
}

/* Top utility — dark */
.topbar {
  background: #F5F3F0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: var(--ink-secondary);
}
.topbar-dark {
  background: var(--graphite);
  border-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 40px;
  flex-wrap: nowrap;
  padding: 8px 0;
}
.topbar-left, .topbar-right {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px 14px;
  align-items: center;
  min-width: 0;
}
.topbar-loc,
.topbar-hours {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  white-space: nowrap;
}
.topbar-right > a {
  white-space: nowrap;
}
.topbar-dark .topbar-loc svg,
.topbar-dark .topbar-hours svg,
.topbar-dark .topbar-phone svg {
  color: var(--orange);
  flex: 0 0 auto;
}
.topbar-dark .topbar-right a {
  color: rgba(255, 255, 255, 0.88);
}
.topbar-dark .topbar-loc {
  color: inherit;
  text-decoration: none;
}
.topbar-dark .topbar-loc:hover,
.topbar-dark .topbar-right a:hover { color: var(--orange); }
.topbar-phone {
  color: var(--orange) !important;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.topbar-phone-secondary {
  font-weight: 650;
  opacity: 0.95;
}

/* Main header — one white row */
.mainhead {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.mainhead-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(360px, 1.5fr) auto;
  gap: 0;
  align-items: center;
  min-height: 96px;
  padding: 14px 0;
}
.mainhead-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding-inline: 20px;
}
.mainhead-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 24px;
  border-left: 1px solid var(--line);
  min-height: 68px;
}
.brand {
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding-right: 24px;
  border-right: 1px solid var(--line);
  min-height: 68px;
}
.brand:hover { color: inherit; }
.brand-mark { color: var(--orange); flex: 0 0 auto; }
.brand-text { display: grid; gap: 4px; min-width: 0; }
.brand-text strong {
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--graphite);
  white-space: nowrap;
}
.brand-text .brand-accent {
  color: var(--orange);
}
.brand-text em {
  font-style: normal;
  font-size: 13px;
  line-height: 1.35;
  color: var(--ink-secondary);
  white-space: nowrap;
}
.btn-catalog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: var(--graphite);
  color: #fff;
  border-radius: 10px;
  padding: 11px 14px;
  font-weight: 700;
  cursor: pointer;
}
.btn-catalog:hover { background: #2a2e33; color: #fff; }
.burger {
  width: 16px; height: 12px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: linear-gradient(#fff,#fff) center/100% 2px no-repeat;
}
.main-nav {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink-secondary);
  background: #F5F3F0;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 8px;
}
.main-nav a {
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--graphite);
  white-space: nowrap;
}
.main-nav a:hover {
  color: var(--orange);
  background: #fff;
}
.btn-catalog,
.burger { display: none !important; }
.nav-burger {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 0 0 auto;
}
.nav-burger span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--graphite);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
body.nav-open .nav-burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body.nav-open .nav-burger span:nth-child(2) { opacity: 0; }
body.nav-open .nav-burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
}
.nav-drawer[hidden] { display: none !important; }
.nav-drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 25, 28, 0.42);
  cursor: pointer;
}
.nav-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(320px, 86vw);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 22px 18px 96px;
  background: #fff;
  box-shadow: -16px 0 40px rgba(23, 25, 28, 0.16);
  overflow-y: auto;
}
.nav-drawer-kicker {
  margin: 0 8px 10px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a9097;
}
.nav-drawer-panel a {
  display: block;
  padding: 13px 12px;
  border-radius: 12px;
  font-weight: 750;
  color: var(--graphite);
}
.nav-drawer-panel a:hover {
  background: #fff7f2;
  color: var(--orange);
}
.nav-drawer-phone {
  margin-top: 10px;
  background: var(--orange);
  color: #fff !important;
  text-align: center;
}
.nav-drawer-phone:hover {
  background: var(--orange-hover);
  color: #fff !important;
}
body.nav-open { overflow: hidden; }
body.nav-open .mobile-call { display: none; }
@media (prefers-reduced-motion: reduce) {
  .nav-burger span { transition: none; }
}
.btn-pill-orange {
  background: var(--orange);
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 999px;
}
.btn-pill-orange:hover { background: var(--orange-hover); color: #fff !important; }
.link-login {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--graphite);
}
.link-login:hover { color: var(--orange); }

/* Account nav — Autodoc-style icons, our colors */
.account-nav {
  display: flex;
  align-items: stretch;
  gap: 4px;
}
.account-nav-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 78px;
  padding: 8px 12px;
  border: 0;
  background: transparent;
  color: var(--graphite);
  font: inherit;
  cursor: pointer;
  border-radius: 14px;
  text-decoration: none;
}
.account-nav-item:hover {
  color: var(--orange);
  background: var(--peach);
}
.account-nav-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: inherit;
}
.account-nav-icon svg {
  width: 24px;
  height: 24px;
}
.account-nav-label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink-secondary);
  letter-spacing: -0.02em;
}
.account-nav-item:hover .account-nav-label { color: var(--orange); }
.account-nav-item.is-user .account-nav-label {
  color: var(--graphite);
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account-nav-badge {
  position: absolute;
  top: 2px;
  right: 8px;
  background: var(--orange);
  color: #fff;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  padding: 0 4px;
}
.account-nav-badge:empty,
.account-nav-item .cart-count:is(:empty, [data-empty="1"]) {
  display: none;
}
.account-nav-item .cart-count {
  position: absolute;
  top: 2px;
  right: 8px;
  background: var(--orange);
  color: #fff;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  padding: 0 4px;
}

.cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 10px 12px 10px 14px;
  font-weight: 800;
  font-size: 14px;
  min-height: 44px;
  box-shadow: 0 8px 20px rgba(242, 92, 5, 0.28);
}
.cart-btn:hover { background: var(--orange-hover); color: #fff; }
.cart-btn-soft {
  background: var(--peach);
  color: var(--graphite);
  box-shadow: none;
  border: 1px solid rgba(242, 92, 5, 0.12);
}
.cart-btn-soft:hover {
  background: #ffe6d6;
  color: var(--graphite);
}
.cart-btn-soft .cart-icon { color: var(--graphite); }
.cart-count {
  background: var(--orange);
  color: #fff;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.cart-btn-soft .cart-count {
  background: var(--orange);
  color: #fff;
}

/* Search strip — under header */
.search-strip {
  padding: 16px 0 8px;
  background: var(--warm-white);
  border-bottom: 1px solid var(--line);
}
.search-strip .search-tabs {
  margin-bottom: 16px;
}
.search-strip .search-examples {
  margin-top: 14px;
  padding-left: 0;
}

/* Floating search — overlaps hero bottom */
.search-strip.search-float {
  position: relative;
  z-index: 4;
  margin-top: -48px;
  padding: 0 0 8px;
  background: transparent;
  border-bottom: 0;
}
body.has-search-results .search-strip.search-float {
  margin-top: 0;
  padding: 16px 0 8px;
  background: var(--warm-white);
}
.search-float-panel {
  background: #fff;
  border: 1px solid rgba(23, 25, 28, 0.08);
  border-radius: 24px;
  padding: 20px 22px 18px;
  box-shadow:
    0 18px 40px rgba(23, 25, 28, 0.12),
    0 2px 0 rgba(255, 255, 255, 0.9) inset;
}

/* Hero wow — full-bleed cinematic */
.hero-wrap {
  padding: 0;
}
.hero-wrap.hero-wow {
  position: relative;
  z-index: 1;
}
.hero-wow .hero-banner {
  display: flex;
  align-items: center;
  border-radius: 0;
  padding: 56px 0 88px;
  overflow: hidden;
  position: relative;
  min-height: clamp(520px, 68vh, 580px);
  background: #121417;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 40%;
  display: block;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-wow .hero-bg img {
  object-position: 78% 42%;
  transform: scale(1.08);
  animation: heroKenBurns 22s ease-in-out infinite alternate;
}
.hero-wow .hero-bg::after {
  background:
    linear-gradient(105deg, rgba(12, 14, 16, 0.94) 0%, rgba(12, 14, 16, 0.82) 36%, rgba(12, 14, 16, 0.42) 58%, rgba(12, 14, 16, 0.18) 78%, rgba(12, 14, 16, 0.28) 100%),
    linear-gradient(180deg, rgba(12, 14, 16, 0.35) 0%, transparent 28%, rgba(12, 14, 16, 0.55) 100%);
}
@keyframes heroKenBurns {
  from { transform: scale(1.08) translate3d(0, 0, 0); }
  to { transform: scale(1.16) translate3d(-2.2%, 1.2%, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-wow .hero-bg img {
    animation: none;
  }
  .hero-banner .hero-copy {
    animation: none;
  }
}
.hero-wow .hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--wrap), calc(100% - 32px));
}
.hero-banner .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: heroCopyIn 0.9s ease-out both;
}
@keyframes heroCopyIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
.hero-banner h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #fff;
}
.hero-banner h1 .accent,
.hero-banner h1 em {
  color: var(--orange);
  font-style: normal;
}
.hero-lead {
  margin: 0;
  max-width: 34em;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}
.hero-actions-slim {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.hero-2026 .hero-cta-request,
.hero-2026 .hero-cta-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  gap: 0;
}
.hero-2026 .hero-cta-request {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 28px rgba(242, 92, 5, 0.28);
  border: 0;
}
.hero-2026 .hero-cta-request:hover {
  background: var(--orange-hover);
  transform: translateY(-1px);
}
.hero-2026 .hero-cta-phone {
  background: #fff;
  color: var(--graphite) !important;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: none;
}
.hero-2026 .hero-cta-phone:hover {
  background: #fff;
  border-color: rgba(242, 92, 5, 0.45);
  color: var(--graphite) !important;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}
.hero-trust li {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}
.hero-trust li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--orange);
  vertical-align: middle;
}

.hero-usps-row { display: none; }

.search-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  border: 1px solid var(--line);
  background: #F5F3F0;
  border-radius: 999px;
  padding: 4px;
}
.search-tab {
  border: 0;
  background: none;
  padding: 9px 18px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink-secondary);
  cursor: pointer;
  position: relative;
  border-radius: 999px;
}
.search-tab.is-active {
  color: var(--graphite);
  background: #fff;
  box-shadow: 0 1px 4px rgba(23, 25, 28, 0.08);
}
.search-tab.is-active::after {
  display: none;
}
.search-tab:hover { color: var(--orange); }

.search-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.search-bar {
  flex: 1;
  display: flex;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 60px;
}
.search-ico {
  color: #9AA0A6;
  padding-left: 16px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.search-bar input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 16px 14px;
  font-size: 17px;
  min-width: 0;
  background: transparent;
  color: var(--graphite);
}
.search-bar input::placeholder { color: #9AA0A6; }
.search-submit {
  border: 0;
  background: var(--orange);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  align-self: stretch;
  font-weight: 800;
  font-size: 16px;
  white-space: nowrap;
}
.search-submit:hover { background: var(--orange-hover); }
.search-submit:disabled { opacity: 0.65; cursor: wait; }

.vin-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid var(--graphite);
  background: var(--white);
  border-radius: 16px;
  padding: 0 18px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  color: var(--graphite);
  white-space: nowrap;
  flex: 0 0 auto;
}
.vin-btn:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.vin-ico { display: grid; place-items: center; }

.search-examples {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--ink-secondary);
}
.search-examples > span {
  font-weight: 600;
  margin-right: 2px;
}
.ex-link {
  border: 1px solid var(--line);
  background: #F5F3F0;
  padding: 7px 12px;
  color: var(--graphite);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
}
.ex-link:hover {
  color: var(--orange);
  border-color: rgba(242, 92, 5, 0.28);
  background: var(--peach);
}

/* Results */
.shop-results-section { padding: 16px 0 28px; }
.shop-results-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}
.shop-results-head h2 { margin: 0; font-size: 22px; color: var(--graphite); }
.shop-results { display: grid; gap: 12px; }
.shop-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
  box-shadow: 0 8px 22px rgba(23, 25, 28, 0.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.shop-row:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 92, 5, 0.28);
  box-shadow: 0 14px 28px rgba(242, 92, 5, 0.12);
}
.shop-row.is-instock {
  border-color: rgba(242, 92, 5, 0.22);
}
.shop-row-main { min-width: 0; }
.shop-row-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.shop-row-title {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--graphite);
}
.shop-row-name {
  margin: 0 0 6px;
  color: var(--ink-secondary);
  font-size: 14px;
  line-height: 1.35;
}
.shop-row-meta-inline {
  margin: 0;
  font-size: 12px;
  color: #8a9097;
}
.shop-row-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  min-width: 132px;
}
.shop-row-price {
  font-size: 22px;
  font-weight: 800;
  color: var(--graphite);
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.shop-badge {
  font-size: 11px;
  font-weight: 700;
  background: var(--peach);
  color: var(--orange);
  border-radius: 999px;
  padding: 3px 9px;
}
.shop-badge.analog {
  background: #F0F0EE;
  color: var(--ink-secondary);
}
.shop-badge.delivery {
  background: #fff4e8;
  color: #c45c26;
}
.shop-badge.source {
  background: #f4f5f6;
  color: #5c636a;
  margin-left: 6px;
  vertical-align: middle;
  display: inline-block;
}
/* Цветовая полоска источника слева (без названий) */
.offer-row.src-rossko > td:first-child {
  box-shadow: inset 3px 0 0 #e53935;
}
.offer-row.src-berg > td:first-child {
  box-shadow: inset 3px 0 0 #6b7280;
}
.cart-line.src-rossko,
.checkout-line.src-rossko {
  border-left: 3px solid #e53935;
  padding-left: 12px;
}
.cart-line.src-berg,
.checkout-line.src-berg {
  border-left: 3px solid #6b7280;
  padding-left: 12px;
}
.shop-source-legend {
  display: inline-block;
  width: 14px;
  height: 3px;
  border-radius: 2px;
  margin-left: 8px;
  vertical-align: middle;
}
.shop-source-legend.src-rossko { background: #e53935; }
.shop-source-legend.src-berg { background: #6b7280; }
.shop-row-actions .btn,
.btn.soft,
.btn.primary {
  border: 0;
  border-radius: 12px;
  padding: 11px 16px;
  font-weight: 700;
  cursor: pointer;
  background: var(--orange);
  color: #fff;
}
.btn-cart {
  min-width: 120px;
}
.btn-cart.is-added {
  background: #2f9e64;
}
.btn.soft:hover,
.btn.primary:hover { background: var(--orange-hover); }
.btn.ghost {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 16px;
  cursor: pointer;
  color: var(--graphite);
}
.shop-empty {
  border: 1px dashed rgba(23, 25, 28, 0.16);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  background: #fff;
}
.shop-empty strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}
.shop-empty p {
  margin: 0 0 14px;
  color: var(--ink-secondary);
}
.shop-row.is-analog {
  background: #fff;
  border-style: dashed;
}
.shop-group-title {
  margin: 8px 0 10px;
  font-size: 15px;
  font-weight: 800;
  color: var(--graphite);
}
.shop-results-group + .shop-results-group {
  margin-top: 22px;
}
.brand-table {
  min-width: 640px;
}
.brand-table .col-action {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.brand-row {
  cursor: pointer;
}
.brand-row:hover td {
  background: #fffaf6;
}
.brand-link {
  color: var(--graphite);
  font-weight: 800;
}
.brand-name {
  color: var(--ink-secondary);
  font-weight: 600;
}
.brand-row:hover .brand-link {
  color: var(--orange);
}
.brand-prices-btn {
  padding: 9px 14px !important;
  border-radius: 10px !important;
  white-space: nowrap;
}
.brand-hint {
  margin: -4px 0 12px;
  font-size: 13px;
}
.offers-drill-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 14px;
}
.offers-drill-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.offers-drill-title strong {
  font-size: 16px;
  font-weight: 800;
  color: var(--graphite);
}
.offers-back-btn {
  flex-shrink: 0;
}
.shop-results-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.shop-filters {
  position: sticky;
  top: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 8px 22px rgba(23, 25, 28, 0.04);
}
.shop-filters-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.shop-filters-head strong {
  font-size: 14px;
}
.filter-reset {
  border: 0;
  background: none;
  color: var(--orange);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}
.filter-reset:hover { text-decoration: underline; }
.filter-block + .filter-block {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(23, 25, 28, 0.06);
}
.filter-label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a9097;
  margin-bottom: 8px;
}
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.filter-chip {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--graphite);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.filter-chip:hover {
  border-color: rgba(242, 92, 5, 0.45);
  color: var(--orange);
}
.filter-chip.is-on {
  background: var(--peach);
  border-color: rgba(242, 92, 5, 0.55);
  color: var(--orange-hover);
}
.filter-price {
  display: flex;
  align-items: center;
  gap: 6px;
}
.filter-price input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 8px;
  background: #fff;
}
.filter-price input:focus {
  outline: none;
  border-color: var(--orange);
}
.filter-brands {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 240px;
  overflow: auto;
  padding-right: 4px;
}
.filter-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--graphite);
  cursor: pointer;
}
.filter-check input {
  accent-color: var(--orange);
}
@media (max-width: 900px) {
  .shop-results-layout {
    grid-template-columns: 1fr;
  }
  .shop-filters {
    position: static;
  }
  .filter-brands {
    max-height: 140px;
  }
}
.offer-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(23, 25, 28, 0.04);
}
.offer-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
  font-size: 13px;
}
.offer-table th {
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a9097;
  background: #f7f6f4;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.offer-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(23, 25, 28, 0.06);
  vertical-align: middle;
}
.offer-row:last-child td { border-bottom: 0; }
.offer-row:hover td { background: #fffaf6; }
.offer-num { font-weight: 800; color: var(--graphite); }
.offer-analog-tag {
  margin-top: 2px;
  font-size: 11px;
  color: #8a9097;
}
.offer-name { font-weight: 600; color: var(--graphite); line-height: 1.3; }
.offer-wh { margin-top: 3px; font-size: 11px; color: #8a9097; }
.offer-row.is-local .offer-wh {
  color: var(--orange);
  font-weight: 600;
}
.delivery-pill {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  background: #f4f5f6;
  color: var(--graphite);
  font-weight: 600;
  white-space: nowrap;
}
.delivery-pill.is-soon {
  background: #fff1e8;
  color: var(--orange-hover);
}
.delivery-pill.is-later {
  background: #fff4cc;
  color: #8a6a00;
}
.col-price {
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}
.col-stock { white-space: nowrap; font-weight: 700; }
.stock-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.wh-toggle {
  border: 0;
  background: none;
  padding: 0;
  color: var(--orange);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}
.wh-toggle:hover { text-decoration: underline; color: var(--orange-hover); }
.offer-row.is-extra-wh td {
  background: #fafafa;
}
.offer-row.is-extra-wh .col-brand,
.offer-row.is-extra-wh .col-num .offer-num,
.offer-row.is-extra-wh .offer-name {
  opacity: 0.55;
}
.order-controls {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
.qty-input {
  width: 56px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 6px;
  text-align: center;
  font: inherit;
}
.btn-cart {
  min-width: 108px;
  padding: 9px 12px !important;
  border-radius: 10px !important;
}
body.has-search-results .hero-wrap,
body.has-search-results .live-pulse,
body.has-search-results .garage-home,
body.has-search-results .home-trio,
body.has-search-results .home-lower,
body.has-search-results .insights,
body.has-search-results .categories,
body.has-search-results .shop-closer,
body.has-search-results .bottom-cta,
body.has-search-results .usp-strip,
body.has-search-results .city-band,
body.has-search-results .valuebar {
  display: none;
}

/* Live pulse — бегущая строка реальных поисков */
.live-pulse {
  padding: 4px 0 10px;
}
.live-pulse-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 16px;
  align-items: center;
  background: transparent;
  border: 0;
  padding: 8px 2px;
  border-bottom: 1px solid var(--line);
}
.live-pulse-ticker .live-pulse-head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 12px;
}
.live-pulse-head strong {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-secondary);
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22a06b;
  box-shadow: 0 0 0 0 rgba(34, 160, 107, 0.45);
  animation: livePulse 1.6s ease-out infinite;
}
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 160, 107, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(34, 160, 107, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 160, 107, 0); }
}
.live-pulse-viewport {
  overflow: hidden;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.live-pulse-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: liveMarquee 32s linear infinite;
}
.live-pulse-track.is-empty {
  animation: none;
  width: auto;
}
.live-pulse-track:hover {
  animation-play-state: paused;
}
@keyframes liveMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.live-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 0 18px 0 0;
  font-size: 13px;
  line-height: 1.3;
  color: var(--ink-secondary);
  white-space: nowrap;
}
.live-chip + .live-chip::before {
  content: "·";
  margin-right: 18px;
  color: #c9c5bf;
}
.live-chip strong {
  font-weight: 700;
  color: var(--graphite);
}
.live-pulse-empty {
  font-size: 13px;
  color: var(--ink-secondary);
}

/* Garage home 2026 + home trio — separate cards like mock */
.shop-wrap-wide {
  width: min(1520px, calc(100% - 24px));
}
.shop-wrap-wide.shop-wrap-body {
  width: min(1360px, calc(100% - 24px));
}
.home-trio {
  padding: 22px 0 12px;
}
.home-trio .shop-wrap-wide {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.home-trio-panel {
  background: #EFECE8;
  border: 0;
  border-radius: 28px;
  padding: 10px;
  box-shadow: none;
  overflow: hidden;
}
.home-trio-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
  gap: 10px;
  align-items: stretch;
}
.home-card {
  position: relative;
  isolation: isolate;
  background: transparent;
  border: 0;
  border-radius: 22px;
  box-shadow: none;
  overflow: hidden;
  min-width: 0;
}
.home-card-garage {
  padding: 36px 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  min-height: 392px;
  border: 0;
  color: var(--graphite);
  background:
    radial-gradient(520px 280px at 100% 120%, rgba(242, 92, 5, 0.16), transparent 58%),
    linear-gradient(165deg, #fff 0%, #f7f5f2 100%);
  box-shadow: 0 10px 28px rgba(23, 25, 28, 0.05);
}
.garage-car-art {
  position: absolute;
  right: -4%;
  bottom: 0;
  width: min(64%, 420px);
  height: 78%;
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
}
.garage-car-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  display: block;
  opacity: 0.92;
}
.home-card-garage .garage-home-car-top,
.home-card-garage .garage-home-car-body {
  position: relative;
  z-index: 1;
}
.home-card-garage .garage-home-car-top {
  margin-bottom: 0;
}
.home-card-garage .garage-home-car-info .muted {
  max-width: none;
  font-size: 17px;
}
.home-card-help {
  padding: 28px 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 392px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 25, 28, 0.05);
}
.home-card-help .garage-help-head h2 {
  font-size: clamp(24px, 2.3vw, 28px);
}
.home-razbory-strip,
.home-card-razbory {
  padding: 4px 0 0;
  background: none;
  border: 0;
  box-shadow: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.razbory-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  padding: 0 2px;
}
.razbory-title-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.razbory-title-row h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.razbory-title-row .link-all {
  border: 0;
  background: none;
  color: var(--orange);
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
}
.razbory-title-row .link-all:hover { text-decoration: underline; }
.razbory-rail-wrap {
  overflow: hidden;
  min-width: 0;
  container-type: inline-size;
  mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
}
.razbory-rail-wrap::-webkit-scrollbar { display: none; }
.razbory-rail {
  display: flex;
  gap: 22px;
  width: max-content;
  padding: 4px 2px 8px;
}
.razbory-rail.is-marquee {
  animation: razboryMarquee 70s linear infinite;
}
.razbory-rail.is-marquee.is-reverse {
  animation-direction: reverse;
}
.razbory-rail.is-paused,
.razbory-rail-wrap:hover .razbory-rail.is-marquee {
  animation-play-state: paused;
}
.razbory-rail.is-empty {
  display: block;
  width: auto;
  animation: none;
}
@keyframes razboryMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .razbory-rail.is-marquee {
    animation: none;
  }
}
.razbory-card {
  flex: 0 0 calc((100cqi - 88px) / 5);
  width: calc((100cqi - 88px) / 5);
  min-width: calc((100cqi - 88px) / 5);
  max-width: calc((100cqi - 88px) / 5);
  border: 0;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #1a1c1f;
  color: #fff;
  text-align: left;
  cursor: pointer;
  display: grid;
  grid-template-rows: auto auto;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(26, 26, 26, 0.08);
  transition: transform .16s ease, box-shadow .16s ease;
}
.razbory-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(26, 26, 26, 0.16);
  color: #fff;
}
.razbory-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #111316;
}
.razbory-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
}
.razbory-card-body {
  padding: 8px 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 78px;
  background: linear-gradient(180deg, #22252a 0%, #17191c 100%);
}
.razbory-card-body strong {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.5em;
  flex: 1 1 auto;
  color: #fff;
}
.razbory-channel {
  font-size: 10px;
  font-weight: 700;
  color: #ff8a3d;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: auto;
}
.razbory-badge,
.razbory-price { display: none; }

.home-lower {
  padding: 28px 0 44px;
}
.ship-band {
  padding: 4px 0 0;
}
.ship-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px 24px 16px;
  box-shadow: 0 10px 28px rgba(23, 25, 28, 0.05);
}
.ship-head { margin-bottom: 12px; }
.ship-head h2 {
  margin: 0 0 4px;
  font-family: var(--display);
  font-size: clamp(20px, 2.4vw, 26px);
  letter-spacing: -0.03em;
}
.ship-lead {
  margin: 0;
  max-width: 42em;
  color: var(--ink-secondary);
  font-size: 14px;
  line-height: 1.4;
}
.ship-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.ship-card {
  padding: 14px 16px 12px;
  border-radius: 16px;
  background: #f7f5f2;
}
.ship-ico {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  border-radius: 10px;
  color: var(--orange);
  background: #fff;
  border: 1px solid rgba(242, 92, 5, 0.14);
}
.ship-ico svg { width: 18px; height: 18px; }
.ship-card h3 {
  margin: 0 0 4px;
  font-size: 15px;
}
.ship-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--ink-secondary);
}
.ship-more {
  display: inline-block;
  margin-top: 12px;
  font-weight: 750;
  color: var(--orange);
}
.ship-more:hover { text-decoration: underline; text-underline-offset: 3px; }
.home-lower-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.35fr);
  gap: 22px;
  align-items: stretch;
}
.home-lower .bottom-cta,
.home-lower .city-band {
  padding: 0;
  min-width: 0;
  height: 100%;
}
.home-lower .bottom-cta-panel {
  height: 100%;
  min-height: 320px;
  max-height: none;
  grid-template-columns: minmax(0, 1.15fr) minmax(200px, 0.85fr);
}
.home-lower .bottom-cta-copy {
  padding: 28px 26px 24px;
  gap: 12px;
}
.home-lower .bottom-cta-copy h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15;
}
.home-lower .bottom-cta-copy > p {
  font-size: 15px;
  line-height: 1.45;
  max-width: 36em;
}
.home-lower .bottom-cta-actions {
  gap: 10px;
  margin-top: 4px;
}
.home-lower .bottom-cta-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  height: 44px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 1;
  border-radius: 12px;
  box-sizing: border-box;
}
.home-lower .bottom-cta-actions .btn.ghost {
  padding: 0 18px;
}
.home-lower .bottom-cta-checks {
  margin: 6px 0 0;
  gap: 8px 16px;
}
.home-lower .bottom-cta-checks li {
  font-size: 13px;
  padding-left: 20px;
}
.home-lower .bottom-cta-media {
  min-height: 0;
  max-height: none;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 16px 20px 16px 8px;
}
.home-lower .bottom-cta-media img {
  max-height: min(280px, 100%);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
.city-panel.city-panel-compact {
  height: 100%;
  min-height: 320px;
  max-height: none;
  grid-template-columns: minmax(380px, 1.05fr) minmax(0, 1fr);
  border: 1px solid rgba(242, 92, 5, 0.1);
  box-shadow: 0 14px 32px rgba(242, 92, 5, 0.06);
}
.city-panel-compact .city-info {
  padding: 26px 26px 24px;
  gap: 10px;
  align-content: center;
  min-width: 0;
  background: linear-gradient(180deg, #fff 0%, #fff7f2 100%);
}
.city-panel-compact .city-info h2 {
  margin: 0 0 4px;
  font-size: clamp(22px, 2.2vw, 28px);
}
.city-panel-compact .city-line {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink-secondary);
  min-width: 0;
}
.city-panel-compact .city-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--orange);
  background: #fff;
  border: 1px solid rgba(242, 92, 5, 0.16);
  box-shadow: 0 4px 10px rgba(242, 92, 5, 0.08);
}
.city-panel-compact .city-line svg {
  flex: 0 0 auto;
  margin-top: 0;
  color: var(--orange);
}
.city-panel-compact .city-line span {
  min-width: 0;
  overflow-wrap: break-word;
}
.city-panel-compact .city-line-phone {
  text-decoration: none;
  color: var(--orange);
  font-weight: 800;
  font-size: 16px;
  white-space: nowrap;
  align-items: center;
}
.city-panel-compact .city-line-phone:hover {
  color: var(--orange-hover);
}
.city-panel-compact .city-line-phone:hover .city-ico {
  background: #fff4ec;
}
.city-panel-compact .city-line-phone-secondary {
  font-size: 16px;
  font-weight: 800;
  color: var(--orange);
}
.city-panel-compact .city-line-hours span {
  white-space: normal;
}
.city-panel-compact .city-map,
.city-panel-compact .city-map iframe {
  min-height: 320px;
  height: 100%;
}
.city-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
}
.city-actions .city-route,
.city-actions .city-call {
  margin-top: 0;
  min-height: 44px;
  height: 44px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 12px;
  white-space: nowrap;
  width: auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.city-actions .city-route {
  color: var(--orange);
  border: 1px solid rgba(242, 92, 5, 0.35);
  background: #fff;
}
.city-actions .city-route:hover {
  background: #fff4ec;
  color: var(--orange-hover);
}
.city-actions .city-call {
  color: #fff;
  border: 0;
  background: var(--orange);
  box-shadow: 0 8px 18px rgba(242, 92, 5, 0.24);
}
.city-actions .city-call:hover {
  background: var(--orange-hover);
  color: #fff;
}

.garage-home {
  padding: 4px 0 18px;
}
.garage-home-panel {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(0, 1.15fr);
  gap: 0;
  align-items: stretch;
  background:
    radial-gradient(820px 320px at 0% 0%, rgba(242, 92, 5, 0.14), transparent 52%),
    radial-gradient(640px 280px at 100% 100%, rgba(242, 92, 5, 0.06), transparent 50%),
    linear-gradient(145deg, #fff 0%, #f7f4f0 55%, #fff 100%);
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 28px;
  padding: 0;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 22px 48px rgba(26, 26, 26, 0.07);
  overflow: hidden;
}
.garage-home-2026 {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
}
.garage-home-car {
  position: relative;
  isolation: isolate;
  border-right: 1px solid rgba(26, 26, 26, 0.07);
  padding: 28px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
}
.garage-car-glow {
  position: absolute;
  right: -40px;
  bottom: -50px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 92, 5, 0.18), transparent 68%);
  pointer-events: none;
  z-index: 0;
}
.garage-home-car-top,
.garage-home-car-body {
  position: relative;
  z-index: 1;
}
.garage-home-car-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.garage-subkicker {
  margin: 2px 0 0;
  font-size: 14px;
  color: var(--ink-secondary);
}
.garage-badge {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #ff7a2f, #f25c05 55%, #d94d00);
  border: 0;
  box-shadow: 0 12px 24px rgba(242, 92, 5, 0.28);
  flex-shrink: 0;
}
.garage-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}
.garage-popular-label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-secondary);
}
.garage-home-car-head h2,
.garage-home-popular-head h2,
.garage-home-car-info h2 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(28px, 3.1vw, 36px);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.garage-home-car-body {
  display: block;
}
.garage-home-car-art { display: none; }
.garage-home-car-info .muted {
  margin: 0 0 16px;
  font-size: 16px;
  max-width: 28em;
  line-height: 1.5;
}
.garage-home-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.garage-home-points li {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--graphite);
}
.garage-home-vin-ok {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #1f7a4d;
  background: rgba(31, 122, 77, 0.1);
  border: 1px solid rgba(31, 122, 77, 0.14);
  font-size: 13px;
  font-weight: 700;
}
.garage-home-vin-ok::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22a06b;
  box-shadow: 0 0 0 3px rgba(34, 160, 107, 0.2);
}
.garage-home-car-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.garage-home-car-actions .btn {
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 15px;
}
.garage-home-car-actions .btn[hidden] { display: none !important; }
.garage-home-car-actions .btn.ghost {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(26, 26, 26, 0.12);
}
.garage-home-popular {
  padding: 26px 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.garage-home-help {
  padding: 24px 22px 24px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0.72));
}
.garage-help-head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(22px, 2.2vw, 26px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.garage-help-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.garage-help-card {
  appearance: none;
  border: 1px solid rgba(26, 26, 26, 0.07);
  background: #F7F5F2;
  border-radius: 18px;
  padding: 16px 18px;
  text-align: left;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-height: 88px;
  box-shadow: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.garage-help-card:hover {
  transform: translateY(-1px);
  border-color: rgba(242, 92, 5, 0.32);
  background: #fff;
  box-shadow: 0 14px 28px rgba(242, 92, 5, 0.1);
}
.garage-help-ico {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: linear-gradient(145deg, #fff4ec, #ffe8d6);
  border: 1px solid rgba(242, 92, 5, 0.16);
  flex-shrink: 0;
}
.garage-help-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.garage-help-copy strong {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.garage-help-copy span {
  color: var(--ink-secondary);
  font-size: 15px;
  line-height: 1.4;
}
.garage-help-arrow {
  color: var(--orange);
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  opacity: 0.7;
  transition: opacity .15s ease, transform .15s ease;
}
.garage-help-card:hover .garage-help-arrow {
  opacity: 1;
  transform: translateX(2px);
}
.garage-help-num { display: none; }
.garage-home-insights {
  display: none;
}
.insights-strip {
  padding: 4px 0 14px;
}
.insights-strip-panel {
  background:
    radial-gradient(700px 220px at 0% 0%, rgba(242, 92, 5, 0.06), transparent 55%),
    #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 22px;
  padding: 18px 18px 16px;
  box-shadow: 0 16px 36px rgba(26, 26, 26, 0.06);
}
.channels-band {
  padding: 0 0 18px;
}
.channels-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 22px 24px;
  border-radius: 22px;
  border: 1px solid rgba(242, 92, 5, 0.18);
  background:
    radial-gradient(600px 200px at 100% 50%, rgba(242, 92, 5, 0.12), transparent 55%),
    linear-gradient(120deg, #fff 0%, #fff7f1 100%);
  box-shadow: 0 14px 30px rgba(242, 92, 5, 0.08);
}
.channels-copy h2 {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: clamp(20px, 2.2vw, 26px);
  letter-spacing: -0.03em;
}
.channels-copy .muted {
  margin: 0;
  max-width: 36em;
}
.shop-closer,
.bottom-cta {
  padding: 8px 0 18px;
}
.bottom-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  min-height: 0;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(165deg, #fff 0%, #f7f5f2 100%);
  box-shadow: 0 10px 28px rgba(23, 25, 28, 0.05);
  color: var(--graphite);
}
.bottom-cta-copy {
  padding: 26px 28px 24px;
  display: grid;
  align-content: center;
  gap: 12px;
  background: transparent;
}
.bottom-cta-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(24px, 2.8vw, 32px);
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #17191C;
  font-weight: 800;
}
.bottom-cta-copy > p {
  margin: 0;
  max-width: 34em;
  font-size: 14px;
  line-height: 1.45;
  color: #17191C;
  opacity: 0.78;
}
.bottom-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}
.bottom-cta-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  height: 44px;
  padding: 0 18px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border-radius: 12px;
  box-sizing: border-box;
}
.bottom-cta-actions .btn.primary {
  background: #F25C05;
  border-color: #F25C05;
  color: #fff;
  box-shadow: 0 8px 18px rgba(242, 92, 5, 0.24);
}
.bottom-cta-actions .btn.primary:hover {
  background: #D94F00;
  border-color: #D94F00;
}
.bottom-cta-actions .btn.ghost {
  background: #fff;
  border: 1px solid rgba(23, 25, 28, 0.12);
  color: #17191C;
  padding: 0 18px;
}
.bottom-cta-actions .btn.ghost:hover {
  border-color: rgba(242, 92, 5, 0.35);
  color: #F25C05;
  background: #fff;
}
.bottom-cta-checks {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.bottom-cta-checks li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  font-weight: 600;
  color: #17191C;
}
.bottom-cta-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFF7F2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 8.2 6.6 10.8 12 5.4' stroke='%23F25C05' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px no-repeat;
  border: 1px solid rgba(242, 92, 5, 0.18);
}
.bottom-cta-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 220px;
  max-height: 240px;
  overflow: hidden;
  padding: 8px 12px 8px 4px;
  background: transparent;
}
.bottom-cta-media::before {
  display: none;
}
.bottom-cta-media img {
  width: 100%;
  height: 100%;
  max-height: 224px;
  object-fit: contain;
  object-position: center right;
  display: block;
}

.usp-strip {
  padding: 0 0 18px;
}
.usp-strip-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(26, 26, 26, 0.04);
  overflow: hidden;
}
.usp-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  padding: 22px 18px;
  border-right: 1px solid rgba(26, 26, 26, 0.07);
}
.usp-item:last-child { border-right: 0; }
.usp-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: #fff4ec;
  border: 1px solid rgba(242, 92, 5, 0.14);
}
.usp-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: var(--graphite);
}
.usp-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--ink-secondary);
}

.city-band {
  padding: 0 0 28px;
}
.city-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(26, 26, 26, 0.05);
}
.city-info {
  padding: 32px 28px;
  display: grid;
  gap: 14px;
  align-content: start;
}
.city-info h2 {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: clamp(24px, 2.8vw, 32px);
  letter-spacing: -0.03em;
}
.city-line {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--ink-secondary);
  line-height: 1.45;
}
.city-line svg {
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--orange);
}
.city-phones {
  display: grid;
  gap: 4px;
}
.city-phone {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--orange);
  text-decoration: none;
  line-height: 1.2;
}
.city-phone:hover { color: var(--orange-hover); }
.city-route {
  justify-self: start;
  margin-top: 8px;
  min-height: 44px;
  gap: 8px;
  color: var(--orange);
  border-color: rgba(242, 92, 5, 0.35);
  background: #fff;
}
.city-route:hover {
  background: #fff4ec;
  color: var(--orange-hover);
}
.city-map {
  min-height: 320px;
  background: #eceae7;
}
.city-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

.channels-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.channel-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid rgba(26, 26, 26, 0.1);
  background: #fff;
  color: var(--graphite);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.channel-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(26, 26, 26, 0.08);
  border-color: rgba(242, 92, 5, 0.35);
  color: #c44a04;
}
.service-band {
  padding: 0 0 18px;
}
.service-band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.service-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 10px 24px rgba(26, 26, 26, 0.04);
}
.service-ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: linear-gradient(145deg, #fff4ec, #ffe8d6);
  border: 1px solid rgba(242, 92, 5, 0.16);
  flex-shrink: 0;
}
.service-card strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}
.service-card p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}
.insights-head-inline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  padding: 0 2px 12px;
}
.insights-head-inline h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.insights-nav {
  display: inline-flex;
  gap: 6px;
}
.insights-nav-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(26, 26, 26, 0.12);
  background: #fff;
  color: var(--graphite);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.insights-nav-btn:hover {
  border-color: rgba(242, 92, 5, 0.4);
  color: var(--orange);
  background: #fff7f1;
}
.insights-rail-wrap {
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
}
.insights-rail {
  display: flex;
  gap: 12px;
  width: max-content;
  padding: 2px 2px 6px;
}
.insights-rail.is-marquee {
  animation: insightsMarquee 70s linear infinite;
}
.insights-rail.is-marquee.is-reverse {
  animation-direction: reverse;
}
.insights-rail.is-paused,
.insights-rail-wrap:hover .insights-rail.is-marquee {
  animation-play-state: paused;
}
.insights-rail.is-empty {
  animation: none;
  width: auto;
}
@keyframes insightsMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.insights-rail .insight-card {
  flex: 0 0 200px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
.garage-home-popular-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 16px;
}
.garage-home-popular-head .link-all {
  border: 0;
  background: none;
  color: var(--orange);
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  font-size: 13px;
  white-space: nowrap;
  transition: opacity .15s ease;
}
.garage-home-popular-head .link-all:hover {
  opacity: 0.75;
}
.garage-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow: visible;
  padding: 0;
  grid: none;
}
.pop-chip {
  border: 1px solid rgba(26, 26, 26, 0.08);
  background: #fff;
  color: var(--graphite);
  border-radius: 999px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(26, 26, 26, 0.04);
  transition:
    border-color .18s ease,
    background .18s ease,
    color .18s ease,
    transform .18s ease,
    box-shadow .18s ease;
}
.pop-chip:hover {
  border-color: rgba(242, 92, 5, 0.35);
  background: linear-gradient(180deg, #fff 0%, #fff5ee 100%);
  color: #c44a04;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(242, 92, 5, 0.1);
}
.pop-card { display: none; }

/* Insights — horizontal rail of 4:5 post cards */
.insights-eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.insight-card {
  appearance: none;
  border: 1px solid rgba(26, 26, 26, 0.08);
  background: #fff;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 18px rgba(26, 26, 26, 0.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.insight-card:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 92, 5, 0.28);
  box-shadow: 0 14px 28px rgba(242, 92, 5, 0.12);
}
.insight-card-media {
  aspect-ratio: 4 / 5;
  background: #efeae4;
  overflow: hidden;
}
.insight-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.insight-card-body {
  padding: 10px 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 64px;
}
.insight-card-body strong {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.insight-card-body span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
}
.insights-empty {
  margin: 0;
  padding: 18px 4px;
  flex: 1;
}

/* Explore middle — legacy how + bento (unused on home) */
.insights.explore,
.categories.explore {
  padding: 10px 0 28px;
}
.explore-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.45fr);
  gap: 22px;
  align-items: stretch;
}
.explore-how {
  background: linear-gradient(165deg, #fff 0%, #f7f5f2 100%);
  color: var(--graphite);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--shadow);
}
.explore-eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}
.explore-how h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--graphite);
}
.explore-steps {
  margin: 6px 0 8px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  counter-reset: explore-step;
}
.explore-steps li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 4px 12px;
  align-items: start;
  counter-increment: explore-step;
}
.explore-steps li::before {
  content: counter(explore-step);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--peach);
  color: var(--orange-hover);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  grid-row: 1 / span 2;
}
.explore-steps strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--graphite);
}
.explore-steps span {
  grid-column: 2;
  font-size: 13px;
  line-height: 1.4;
  color: var(--ink-secondary);
}
.explore-how .btn.primary {
  margin-top: auto;
  align-self: flex-start;
  border-radius: 999px;
  padding: 12px 20px;
}
.explore-cats-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}
.explore-cats-head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.cat-bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.bento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  min-height: 132px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.bento-card:hover {
  border-color: rgba(242, 92, 5, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(23, 25, 28, 0.08);
}
.bento-lg {
  grid-column: span 2;
  min-height: 168px;
  flex-direction: row;
  align-items: flex-end;
  padding: 18px;
  background: linear-gradient(145deg, #fff7f0 0%, #ffffff 55%);
}
.bento-img {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.bento-lg .bento-img {
  margin-left: auto;
  order: 2;
}
.bento-img img {
  width: auto;
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
}
.bento-lg .bento-img img {
  max-height: 120px;
}
.bento-copy {
  display: grid;
  gap: 4px;
  z-index: 1;
}
.bento-copy strong {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--graphite);
}
.bento-lg .bento-copy strong {
  font-size: 22px;
}
.bento-copy em {
  font-style: normal;
  font-size: 12px;
  color: var(--ink-secondary);
  line-height: 1.35;
}

/* Categories 2026 */
.categories {
  padding: 8px 0 28px;
}
.categories-2026 {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 8px 0 0;
  box-shadow: none;
}
.categories-2026 .section-head h2 {
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 30px);
  padding-left: 0;
}
.categories-2026 .section-head h2::before {
  display: none;
}
.cat-track-2026 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.cat-card-2026 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6px;
  min-height: 120px;
  padding: 18px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(160deg, #fff 0%, #faf8f5 100%);
  text-align: left;
  cursor: pointer;
  transition: border-color .15s ease, transform .15s ease, background .15s ease;
}
.cat-card-2026:hover {
  border-color: rgba(242, 92, 5, 0.4);
  background: #fff7f0;
  transform: translateY(-2px);
}
.cat-card-2026 .cat-img { display: none; }
.cat-card-2026 strong {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.cat-card-2026 span {
  font-size: 13px;
  color: var(--ink-secondary);
}

/* Categories legacy panel kept for other pages */
.categories {
  padding: 8px 0 28px;
}
.categories-panel {
  background: linear-gradient(180deg, #fff7f0 0%, #fcfbf8 55%, #ffffff 100%);
  border: 1px solid rgba(242, 92, 5, 0.12);
  border-radius: 24px;
  padding: 22px 20px 20px;
  box-shadow: 0 10px 30px rgba(23, 25, 28, 0.04);
}
.categories-panel.categories-2026 {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 8px 0 0;
  box-shadow: none;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  gap: 12px;
}
.section-head h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: var(--graphite);
  position: relative;
  padding-left: 14px;
}
.section-head h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.15em;
  width: 4px;
  border-radius: 4px;
  background: var(--orange);
}
.link-all {
  color: var(--orange);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.link-all:hover { color: var(--orange-hover); }
.cat-track {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}
.cat-card {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 16px;
  padding: 12px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(23, 25, 28, 0.05);
  display: grid;
  gap: 8px;
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    border-color .2s ease,
    background .2s ease;
  color: inherit;
}
.cat-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 14px 28px rgba(242, 92, 5, 0.16);
  border-color: rgba(242, 92, 5, 0.35);
  color: inherit;
  background: #fff;
}
.cat-img {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #F3F2F0;
  aspect-ratio: 1;
}
.cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.cat-card:hover img {
  transform: scale(1.06);
}
.cat-card strong {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--graphite);
}
.cat-card span {
  font-size: 11px;
  color: var(--ink-secondary);
}
.cat-card:hover strong { color: var(--orange); }
.cat-all {
  place-content: center;
  text-align: center;
  justify-items: center;
  min-height: 100%;
  background: linear-gradient(160deg, #fff 0%, #fff1e8 100%);
  border-color: rgba(242, 92, 5, 0.22);
}
.cat-all:hover {
  background: var(--peach);
}
.cat-all-ico {
  color: var(--orange);
  margin-bottom: 4px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  transition: transform .2s ease;
}
.cat-all:hover .cat-all-ico {
  transform: scale(1.08);
}
.cat-all span { color: var(--orange); font-weight: 600; }

/* Value bar */
.valuebar {
  background: transparent;
  padding: 0 0 22px;
}
.valuebar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.value {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #faf8f6 100%);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 10px 22px rgba(26, 26, 26, 0.04);
}
.value-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--white);
  color: var(--orange);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  box-shadow: var(--shadow);
}
.value strong {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
  color: var(--graphite);
}
.value p { margin: 0; font-size: 12px; color: var(--ink-secondary); }

/* Main footer block */
.site-main-footer {
  padding: 40px 0 28px;
  background: var(--white);
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr 1.15fr;
  gap: 28px;
  align-items: start;
}
.footer-brand-link { margin-bottom: 12px; }
.footer-about {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--ink-secondary);
  line-height: 1.5;
}
.footer-badges {
  display: flex;
  gap: 10px;
}
.footer-badges span {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--orange);
  background: var(--warm-white);
}
.footer-how h3,
.footer-contacts h3 {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 800;
  color: var(--graphite);
}
.how-steps {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.how-steps li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--ink-secondary);
  line-height: 1.4;
}
.how-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.how-note { font-size: 12px; margin: 0; }
.fc-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange);
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 12px;
}
.fc-phone:hover { color: var(--orange-hover); }
.fc-line {
  margin: 0 0 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-secondary);
  line-height: 1.4;
}
.fc-line svg {
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--orange);
}
.fc-mail {
  color: var(--graphite);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fc-mail:hover { color: var(--orange); }

.footer-map { display: grid; gap: 10px; }
.map-frame {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #eef0f2;
  aspect-ratio: 4 / 3;
  min-height: 200px;
  box-shadow: var(--shadow);
}
.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.map-route {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--graphite);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 14px;
  border-radius: 12px;
}
.map-route:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.map-route svg { color: var(--orange); }

.site-footer {
  border-top: 0;
  padding: 0 0 80px;
  font-size: 13px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
}
.site-footer-light > .shop-wrap {
  background: #4A4540;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(23, 25, 28, 0.1);
  overflow: hidden;
  color: rgba(255, 248, 240, 0.72);
}
.site-footer-light .brand-text strong {
  color: #fff;
}
.site-footer-light .brand:hover {
  color: #fff;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 28px;
  padding: 28px 28px 22px;
}
.foot-brand .footer-brand-link {
  margin-bottom: 12px;
  display: inline-flex;
}
.foot-about {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
  max-width: 28em;
}
.foot-col {
  display: grid;
  gap: 10px;
  align-content: start;
}
.foot-col h3 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.foot-col a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
}
.foot-col a:hover { color: var(--orange); }
.foot-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.foot-social .soc {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 10px;
  font-weight: 800;
}
.foot-social .soc:hover {
  background: var(--orange);
  color: #fff;
}
.soc-tg { background: rgba(34, 158, 217, 0.22); color: #8fd4f5; }
.soc-vk { background: rgba(76, 117, 163, 0.28); color: #c5d7ee; }
.soc-max {
  background: rgba(110, 80, 190, 0.22);
  color: #fff;
}
.soc-max img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}
.foot-social .soc-max:hover {
  background: var(--orange);
  filter: none;
}
.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 28px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #403C38;
  font-size: 13px;
  color: rgba(255, 248, 240, 0.52);
}
.foot-bottom-copy {
  display: grid;
  gap: 4px;
}
.foot-requisites:empty { display: none; }
.foot-powered {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 2px 0;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.foot-powered:hover { color: inherit; }
.foot-powered-mark {
  display: grid;
  place-items: center;
  color: var(--orange);
  flex: 0 0 auto;
}
.foot-powered-copy {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
}
.foot-powered-copy em {
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 248, 240, 0.45);
}
.foot-powered-copy strong {
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff8f0;
}
.foot-powered:hover .foot-powered-copy em { color: rgba(255, 248, 240, 0.7); }
.foot-powered:hover .foot-powered-copy strong { color: var(--orange); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-social {
  display: flex;
  gap: 8px;
}
.soc {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ECEAE7;
  color: var(--ink-secondary);
  display: grid;
  place-items: center;
}
.soc:hover {
  background: var(--orange);
  color: #fff;
}
.footer-legal {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
}
.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  max-width: min(100%, 920px);
  justify-content: flex-end;
  align-items: center;
}
.footer-legal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.12);
  color: var(--graphite) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
}
.footer-legal-btn:hover {
  border-color: var(--orange);
  color: var(--orange) !important;
}
.footer-legal-links a {
  font-size: 13px;
  line-height: 1.35;
  color: var(--ink-secondary);
  text-decoration: none;
}
.footer-legal-links a:hover { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.footer-legal-note {
  margin: 0;
  font-size: 12px;
  color: #8a9097;
}

.consent-check {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  font-weight: 500 !important;
  color: var(--ink-secondary);
  line-height: 1.35;
}
.consent-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--orange);
}
.consent-check a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page {
  min-height: 100vh;
  background: linear-gradient(180deg, #fff8f2 0%, #fff 220px);
  color: var(--graphite);
}
.legal-top {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}
.legal-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
}
.legal-main {
  padding: 36px 0 64px;
  max-width: 820px;
}
.legal-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a9097;
}
.legal-main h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
}
.legal-updated { margin: 0 0 24px; }
.legal-body {
  display: grid;
  gap: 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-secondary);
}
.legal-body h2 {
  margin: 18px 0 0;
  font-size: 18px;
  color: var(--graphite);
}
.legal-body ul,
.legal-body ol {
  margin: 0;
  padding-left: 1.2em;
  display: grid;
  gap: 6px;
}
.legal-body a { color: var(--orange); }
.legal-table-wrap {
  overflow-x: auto;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.4;
}
.legal-table th,
.legal-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.legal-table th {
  background: #fff6f0;
  color: var(--graphite);
  font-weight: 700;
  white-space: nowrap;
}
.legal-table tr:last-child td { border-bottom: 0; }
.legal-back { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px 16px; }
.legal-back a { color: var(--ink-secondary); }
.legal-split {
  border: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
  margin: 32px 0;
}
.legal-page.is-hub .legal-main { max-width: 1080px; }
.legal-page.is-hub .legal-updated,
.legal-page.is-hub .legal-back-hub,
.legal-page.is-hub .legal-doc-footer { display: none; }
.legal-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 8px 0 12px;
}
.legal-hub-card {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 18px 18px 16px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 16px;
  background: #fff;
  color: inherit !important;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.04);
}
.legal-hub-card:hover {
  border-color: rgba(242, 92, 5, 0.35);
  box-shadow: 0 10px 28px rgba(242, 92, 5, 0.08);
}
.legal-hub-card h2 {
  margin: 0 !important;
  font-size: 18px;
  line-height: 1.3;
  color: var(--graphite);
}
.legal-hub-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--ink-secondary);
}
.legal-hub-open {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 750;
  color: var(--orange);
}
@media (max-width: 720px) {
  .legal-hub-grid { grid-template-columns: 1fr; }
}
.legal-doc-footer {
  margin-top: 12px;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
  background: #faf8f6;
}
.legal-doc-footer .footer-legal-links {
  justify-content: flex-start;
  max-width: 100%;
}

.mobile-call {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 40;
  background: var(--orange);
  color: #fff;
  text-align: center;
  font-weight: 800;
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(242, 92, 5, 0.35);
  display: none;
}
.mobile-call:hover { color: #fff; background: var(--orange-hover); }

.shop-status { margin-top: 10px; font-size: 14px; }
.shop-status.error { color: #b91c1c; }
.shop-status.ok { color: #047857; }

.shop-dialog {
  border: 0;
  border-radius: 16px;
  padding: 0;
  width: min(420px, calc(100% - 24px));
  box-shadow: 0 24px 60px rgba(23, 25, 28, 0.25);
  background: var(--white);
}
.shop-dialog::backdrop { background: rgba(23, 25, 28, 0.45); }
.shop-dialog-form {
  display: grid;
  gap: 12px;
  padding: 20px;
}
.shop-dialog-form h3 { margin: 0; color: var(--graphite); }
.shop-dialog-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
}
.shop-dialog-form input,
.shop-dialog-form textarea {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 400;
  background: var(--warm-white);
}
.shop-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 24, 32, 0.45);
  z-index: 80;
}
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 100vw);
  height: 100vh;
  background: #fff;
  z-index: 90;
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.18);
}
.cart-drawer[hidden],
.cart-overlay[hidden] {
  display: none !important;
}
body.cart-open {
  overflow: hidden;
}
.cart-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}
.cart-drawer-head h2 {
  margin: 0;
  font-size: 18px;
}
.cart-drawer-close {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #667;
}
.cart-drawer-body {
  flex: 1;
  overflow: auto;
  padding: 12px 16px;
  display: grid;
  gap: 10px;
  align-content: start;
}
.cart-empty {
  margin: 24px 0;
  color: #667;
  text-align: center;
}
.cart-line {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--warm-white, #faf8f5);
}
.cart-line-main {
  display: grid;
  gap: 2px;
}
.cart-line-main strong {
  font-size: 14px;
}
.cart-line-name,
.cart-line-meta {
  font-size: 12px;
  color: #667;
}
.cart-line-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.qty-btn,
.cart-line-remove {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}
.cart-line-qty {
  min-width: 1.5em;
  text-align: center;
  font-weight: 600;
}
.cart-line-sum {
  margin-left: auto;
  font-size: 14px;
}
.cart-drawer-foot {
  padding: 14px 16px 18px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
}
.cart-drawer-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 4px;
}
.cart-drawer-total strong {
  font-size: 18px;
}
.cart-checkout-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.checkout-lines {
  display: grid;
  gap: 6px;
  max-height: 160px;
  overflow: auto;
  padding: 8px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 4px;
}
.checkout-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
}
.checkout-meta {
  color: #667;
  font-weight: 400;
}

/* Account / garage / orders dialogs */
.account-dialog {
  width: min(440px, calc(100vw - 24px));
}
.account-dialog-wide {
  width: min(560px, calc(100vw - 24px));
}
.account-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}
.account-dialog-head h3 {
  margin: 0;
}
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 8px 0 14px;
  padding: 4px;
  background: #f3f1ee;
  border-radius: 10px;
}
.auth-tab {
  border: 0;
  background: transparent;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 700;
  color: var(--ink-secondary);
  cursor: pointer;
}
.auth-tab.is-active {
  background: var(--white);
  color: var(--graphite);
  box-shadow: var(--shadow);
}
.account-hello {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
}
.account-actions {
  flex-wrap: wrap;
}
.orders-list,
.garage-list {
  display: grid;
  gap: 10px;
  margin: 12px 0 16px;
  max-height: min(42vh, 360px);
  overflow: auto;
}
.order-card,
.garage-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  background: var(--white);
}
.order-card-top,
.garage-card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}
.order-card strong,
.garage-card strong {
  font-size: 14px;
}
.order-meta,
.garage-meta {
  margin-top: 6px;
  font-size: 13px;
  color: var(--ink-secondary);
}
.order-status {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--peach);
  color: var(--orange-hover);
  white-space: nowrap;
}
.garage-form h4 {
  margin: 0 0 10px;
  font-size: 15px;
}
.garage-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}
.garage-form-grid .garage-vin {
  grid-column: 1 / -1;
}
.garage-card-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.btn.soft {
  background: var(--peach);
  color: var(--graphite);
  border: 1px solid rgba(242, 92, 5, 0.14);
}
.btn.soft:hover {
  background: #ffe6d6;
}

@media (max-width: 1100px) {
  .mainhead-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand actions"
      "nav nav";
    gap: 10px 16px;
  }
  .mainhead-inner > .brand {
    grid-area: brand;
    padding-right: 0;
    border-right: 0;
    min-height: 0;
  }
  .mainhead-nav {
    grid-area: nav;
    padding-inline: 0;
  }
  .main-nav {
    margin-inline: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .mainhead-actions {
    grid-area: actions;
    justify-content: flex-end;
    padding-left: 0;
    border-left: 0;
    min-height: 0;
  }
  .garage-car-art { display: none; }
  .home-card-garage { padding: 24px 22px 20px; }
  .city-panel-compact .city-line-phone { white-space: normal; }
  .hero-banner {
    min-height: 300px;
  }
  .hero-wow .hero-banner {
    min-height: min(520px, 70vh);
    padding: 40px 0 72px;
  }
  .hero-banner .hero-copy { max-width: none; gap: 14px; }
  .hero-lead { font-size: 14px; }
  .search-strip.search-float { margin-top: -36px; }
  .cat-track-2026 { grid-template-columns: 1fr 1fr; }
  .explore-grid { grid-template-columns: 1fr; }
  .insights-grid-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cat-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bento-lg { grid-column: span 2; }
  .garage-home-panel,
  .home-trio-grid,
  .home-lower-band { grid-template-columns: 1fr; }
  .ship-grid { grid-template-columns: 1fr; }
  .ship-panel { padding: 16px 16px 14px; }
  .home-card-garage,
  .home-card-help {
    min-height: 0;
  }
  .home-card-garage {
    border: 0;
  }
  .garage-home-car,
  .home-trio .garage-home-car {
    border-right: 0;
    border-bottom: 0;
    padding: 22px 20px 20px;
  }
  .home-trio .garage-home-help {
    border-right: 0;
    border-bottom: 0;
  }
  .razbory-rail {
    width: max-content;
  }
  .razbory-card {
    flex-basis: calc((100cqi - 22px) / 2);
    width: calc((100cqi - 22px) / 2);
    min-width: calc((100cqi - 22px) / 2);
    max-width: calc((100cqi - 22px) / 2);
  }
  .city-panel.city-panel-compact {
    height: auto;
    min-height: 0;
    max-height: none;
    grid-template-columns: 1fr;
  }
  .city-panel-compact .city-map { min-height: 220px; }
  .city-panel-compact .city-map iframe { min-height: 220px; }
  .home-lower .bottom-cta-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    max-height: none;
  }
  .garage-home-popular { padding: 20px; }
  .garage-home-help { padding: 18px 16px 20px; }
  .garage-help-actions { display: flex; flex-direction: column; }
  .closer-panel { padding: 22px 18px 16px; grid-template-columns: 1fr; }
  .closer-actions { width: 100%; }
  .closer-actions .btn { flex: 1 1 140px; justify-content: center; }
  .bottom-cta-panel { grid-template-columns: 1fr; }
  .bottom-cta-copy { padding: 22px 18px 18px; }
  .bottom-cta-media {
    min-height: 168px;
    max-height: 180px;
    padding: 4px 12px 12px;
  }
  .bottom-cta-media img { max-height: 168px; object-position: center; }
  .usp-strip-panel { grid-template-columns: 1fr 1fr; }
  .usp-item { border-right: 0; border-bottom: 1px solid rgba(26, 26, 26, 0.07); }
  .usp-item:nth-child(odd) { border-right: 1px solid rgba(26, 26, 26, 0.07); }
  .usp-item:nth-last-child(-n+2) { border-bottom: 0; }
  .city-panel { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; padding: 22px 18px 18px; }
  .foot-bottom { padding: 14px 18px; }
  .service-band-grid { grid-template-columns: 1fr; }
  .channels-panel { align-items: flex-start; }
  .insights-rail .insight-card {
    flex-basis: 168px;
    width: 168px;
    min-width: 168px;
    max-width: 168px;
  }
  .live-pulse-bar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body:not(.legal-page) { padding-bottom: 76px; }
  .topbar-inner,
  .topbar-left,
  .topbar-right {
    flex-wrap: wrap;
  }
  .topbar-left .topbar-hours,
  .topbar-right a:not(.topbar-phone),
  .brand-text em,
  .mainhead-nav,
  .btn-pill-orange { display: none; }
  .mainhead-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand actions";
    min-height: 0;
    padding: 10px 0;
  }
  .nav-burger { display: inline-flex; }
  .garage-car-art { display: none; }
  .home-card-garage { padding: 20px 16px 16px; min-height: 0; }
  .account-nav-item { min-width: 52px; padding: 4px 4px; }
  .account-nav-label { font-size: 10px; }
  .garage-form-grid { grid-template-columns: 1fr; }
  .garage-home-car-body {
    grid-template-columns: 1fr;
  }
  .garage-home-car-art {
    width: 100%;
  }
  .hero-banner { padding: 22px 16px; min-height: 280px; }
  .hero-wow .hero-banner {
    min-height: 420px;
    padding: 32px 0 64px;
  }
  .hero-wow .hero-bg img {
    animation: none;
    transform: scale(1.06);
    object-position: 80% 40%;
  }
  .search-strip.search-float { margin-top: -28px; }
  .search-float-panel { padding: 16px 14px 14px; border-radius: 18px; }
  .search-bar { min-height: 54px; }
  .search-bar input { font-size: 16px; }
  .search-submit { font-size: 15px; padding: 0 16px; }
  .hero-banner .hero-copy { gap: 12px; }
  .hero-banner h1 { font-size: clamp(28px, 8vw, 36px); }
  .hero-bg img { object-position: 72% 40%; }
  .cat-track-2026 { grid-template-columns: 1fr; }
  .insights-grid-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insights-rail .insight-card {
    flex-basis: 150px;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
  .cat-bento { grid-template-columns: 1fr; }
  .bento-lg {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .bento-lg .bento-img {
    margin-left: 0;
    order: 0;
  }
  .hero-usps-row,
  .hero-actions { grid-template-columns: 1fr; }
  .usp-card { padding: 12px; }
  .hero-cta-request,
  .hero-cta-phone { min-height: 48px; padding: 0 18px; }
  .search-row { flex-direction: column; }
  .vin-btn { justify-content: center; min-height: 54px; }
  .cat-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .valuebar-grid { grid-template-columns: 1fr 1fr; }
  .usp-strip-panel { grid-template-columns: 1fr; }
  .usp-item:nth-child(odd) { border-right: 0; }
  .usp-item { border-bottom: 1px solid rgba(26, 26, 26, 0.07); }
  .usp-item:last-child { border-bottom: 0; }
  .foot-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .shop-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .shop-row-side {
    align-items: stretch;
  }
  .shop-row-price { text-align: left; }
  .btn-cart { width: 100%; }
  .mobile-call { display: block; }
}

@media (max-width: 480px) {
  .shop-wrap,
  .shop-wrap-wide,
  .shop-wrap-wide.shop-wrap-body {
    width: min(100% - 16px, var(--wrap));
  }
  .mainhead-inner {
    min-height: 0;
    padding: 10px 0;
  }
  .brand-text strong { font-size: 16px; }
  .account-nav-label { display: none; }
  .account-nav-item { min-width: 44px; }
  .hero-wow .hero-banner {
    min-height: 340px;
    padding: 24px 0 56px;
  }
  .hero-banner h1 { font-size: clamp(24px, 9vw, 32px); }
  .search-float-panel { padding: 12px 10px 12px; }
  .cat-track { grid-template-columns: 1fr; }
  .valuebar-grid,
  .insights-grid-cards { grid-template-columns: 1fr; }
  .legal-top-inner {
    flex-wrap: wrap;
    gap: 8px;
  }
  .legal-top .btn { width: 100%; justify-content: center; }
}

.legal-page .brand,
.seo-page .brand {
  border-right: 0;
  padding-right: 0;
  min-height: 0;
}
.seo-page {
  min-height: 100vh;
  background: linear-gradient(180deg, #fff8f2 0%, #fff 180px);
}
.seo-main {
  padding: 28px 0 48px;
  max-width: 760px;
}
.seo-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 13px;
  color: var(--ink-secondary);
}
.seo-crumbs a { color: var(--orange); }
.seo-crumbs span::before {
  content: "/";
  margin-right: 8px;
  color: #c5c0ba;
}
.seo-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a9097;
}
.seo-main h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 6vw, 40px);
  line-height: 1.15;
}
.seo-lead {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink-secondary);
}
.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.seo-points {
  margin: 0 0 24px;
  padding: 18px 18px 18px 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: grid;
  gap: 8px;
}
.seo-nap {
  margin: 0 0 24px;
  padding: 18px 20px;
  background: #fff7f2;
  border-radius: 16px;
}
.seo-nap h2 { margin: 0 0 8px; font-size: 18px; }
.seo-nap p { margin: 0 0 6px; color: var(--ink-secondary); }
.seo-nap a { color: var(--orange); font-weight: 700; }
.seo-body { display: grid; gap: 10px; color: var(--ink-secondary); font-size: 15px; line-height: 1.55; }
.seo-body h2 { margin: 12px 0 0; font-size: 20px; color: var(--graphite); }
.seo-back { margin: 28px 0 0; }
.seo-back a { color: var(--orange); font-weight: 700; }
.seo-foot {
  border-top: 1px solid var(--line);
  padding: 18px 0 24px;
  background: #faf8f6;
}
.seo-foot-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 14px;
  font-weight: 700;
}
.seo-foot-inner a:hover { color: var(--orange); }
