/* ENROAD product experience — presentation rebuilt from a blank canvas. */
.product-redesign {
  --product-ink: #101512;
  --product-muted: #68716b;
  --product-line: #dfe4df;
  --product-paper: #f3f5f1;
  --product-dark: #0e1712;
  --product-radius: 28px;
  --product-shell: 1320px;
  --type-label: 12px;
  --type-small: 14px;
  --type-body: 16px;
  --type-card-title: 18px;
  --type-display: clamp(42px, 5vw, 68px);
  --type-display-mobile: 40px;
  background: #fff;
  color: var(--product-ink);
}

.product-redesign .store-main { max-width: none; }
.product-experience { overflow: clip; }
.product-experience > :not(.product-visual, .technology-story, .consultation-scene, .online-order) {
  width: min(var(--product-shell), calc(100% - 48px));
  margin-inline: auto;
}

.product-breadcrumbs { padding: 18px 0 4px; color: var(--product-muted); font-size: 12px; }
.product-breadcrumbs ol { display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.product-breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #aab2ad; }
.product-breadcrumbs a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: .2s; }
.product-breadcrumbs a:hover { color: var(--brand); text-decoration-color: currentColor; }

.product-title-block { width: min(var(--product-shell), calc(100% - 48px)) !important; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 430px); align-items: end; gap: 72px; padding: 22px 0 30px; }
.product-title-meta { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-bottom: 11px; color: var(--brand); font-size: var(--type-label); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-title-meta span { display: inline-flex; align-items: center; gap: 8px; }
.product-title-meta span + span::before { content: ""; width: 3px; height: 3px; border-radius: 50%; background: #9fa9a2; }
.product-title-meta .availability-dot { color: var(--brand); }
.product-title-meta .availability-dot::after { content: ""; order: -1; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent); }
.product-title-block h1 { max-width: none; margin: 0; font-size: clamp(54px, 4.8vw, 72px); line-height: .92; letter-spacing: -.07em; white-space: nowrap; text-wrap: nowrap; }
.product-title-summary { max-width: 430px; margin: 0 0 3px; color: #4e5752; font-size: 17px; line-height: 1.55; letter-spacing: -.012em; text-wrap: pretty; }

.product-visual { position: relative; width: min(var(--product-shell), calc(100% - 48px)); margin: 0 auto; }
.fitment-canvas { position: relative; border-radius: 34px; background: #edf1ed; box-shadow: 0 30px 80px rgba(23, 48, 34, .09); }
.fitment-stage { position: relative; isolation: isolate; aspect-ratio: 16 / 8.6; min-height: 590px; overflow: hidden; border-radius: 34px 34px 0 0; background: radial-gradient(ellipse at 50% 29%, #fff 0 20%, #e9eeea 64%, #dce4de 100%); }
.fitment-stage::after { content: ""; position: absolute; z-index: 0; inset: 55% 12% 7%; border-radius: 50%; background: rgba(14, 28, 20, .12); filter: blur(48px); }
.fitment-stage > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fitment-stage .fitment-vehicle-layer { opacity: .34; filter: grayscale(.78) saturate(.35) contrast(.9); transition: opacity .45s ease, filter .45s ease; }
.fitment-stage .fitment-box-layer { z-index: 2; filter: drop-shadow(0 22px 17px rgba(4, 14, 8, .22)); pointer-events: none; }
.fitment-canvas.is-vehicle-revealed .fitment-vehicle-layer,
.fitment-stage:hover .fitment-vehicle-layer { opacity: .78; filter: grayscale(.15) saturate(.85) contrast(.95); }
.fitment-canvas.is-loading .fitment-vehicle-layer { opacity: .08; }
.fitment-stage-label { position: absolute; z-index: 4; top: 28px; left: 30px; display: flex; align-items: center; font-size: var(--type-label); font-weight: 700; }
.fitment-stage-label span { color: #627068; letter-spacing: .06em; text-transform: uppercase; }
.fitment-award { position: absolute; z-index: 5; top: 24px; right: 26px; display: flex; align-items: center; gap: 11px; color: #171717; text-align: left; pointer-events: none; }
.fitment-award-mark { width: 48px; height: 48px; flex: 0 0 auto; overflow: visible; }
.fitment-award-image { display: block; width: auto; height: 70px; max-width: 180px; object-fit: contain; object-position: right top; }
.fitment-award-mark circle { fill: #e2231a; }
.fitment-award-mark path { fill: none; stroke: #fff; stroke-width: 2.3; stroke-linecap: round; }
.fitment-award > span { display: grid; gap: 1px; }
.fitment-award strong { font-size: 17px; font-weight: 800; line-height: 1; letter-spacing: -.045em; text-transform: lowercase; }
.fitment-award small { font-size: 10px; font-weight: 700; line-height: 1.15; letter-spacing: .035em; text-transform: uppercase; }
.fitment-compatibility-badge { position: absolute; z-index: 5; bottom: 25px; left: 30px; max-width: min(420px, calc(100% - 220px)); padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--brand); box-shadow: 0 8px 20px rgba(19, 41, 28, .08); font-size: var(--type-label); line-height: 1.35; backdrop-filter: blur(10px); }
.product-fitment-loader { position: absolute; z-index: 6; inset: 0; display: grid; place-content: center; gap: 12px; background: rgba(237, 241, 237, .72); color: var(--brand); font-size: var(--type-small); font-weight: 700; opacity: 0; visibility: hidden; transition: .2s; backdrop-filter: blur(10px); }
.fitment-canvas.is-loading .product-fitment-loader { opacity: 1; visibility: visible; }
.product-fitment-loader i { width: 34px; height: 34px; margin: auto; border: 2px solid color-mix(in srgb, var(--brand) 18%, transparent); border-top-color: var(--brand); border-radius: 50%; animation: product-spin .8s linear infinite; }
@keyframes product-spin { to { transform: rotate(360deg); } }
.fitment-arrow { position: absolute; z-index: 5; top: 50%; width: 54px; height: 54px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: rgba(255,255,255,.78); color: #17211b; box-shadow: 0 10px 30px rgba(13, 27, 19, .1); cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(10px); transition: .2s; }
.fitment-arrow svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fitment-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.04); }
.fitment-arrow:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 28%, transparent); outline-offset: 3px; }
.fitment-arrow.is-prev { left: 26px; }
.fitment-arrow.is-next { right: 26px; }
.fitment-scene-counter { position: absolute; z-index: 5; right: 31px; bottom: 25px; display: flex; align-items: center; gap: 11px; padding: 9px 12px; border-radius: 999px; background: rgba(16, 26, 20, .68); color: #fff; font-size: var(--type-label); backdrop-filter: blur(8px); }
.fitment-scene-counter i { display: block; width: 55px; height: 2px; overflow: hidden; background: rgba(255,255,255,.28); }
.fitment-scene-counter b { display: block; width: 0; height: 100%; background: #fff; transition: width .3s; }
.fitment-scene-counter.is-manual { display: none; }

.vehicle-dock { position: relative; z-index: 8; min-height: 112px; display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); align-items: center; gap: 34px; padding: 20px 28px; border-top: 1px solid rgba(23, 37, 29, .08); border-radius: 0 0 34px 34px; background: #fff; }
.fitment-product-summary { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 4px 14px; padding-right: 32px; border-right: 1px solid var(--product-line); }
.fitment-product-summary small { grid-column: 1 / -1; color: var(--product-muted); font-size: var(--type-label); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.fitment-product-summary strong { font-size: 21px; line-height: 1.25; }
.fitment-product-summary span { align-self: center; color: var(--product-muted); font-size: var(--type-small); font-weight: 600; white-space: nowrap; }
.vehicle-controls { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px 24px; }
.vehicle-current { min-width: 0; flex: 0 1 auto; display: grid; gap: 3px; }
.vehicle-current small { color: var(--product-muted); font-size: var(--type-label); text-transform: uppercase; letter-spacing: .08em; }
.vehicle-current strong { overflow: hidden; font-size: 20px; line-height: 1.25; letter-spacing: -.02em; text-overflow: ellipsis; white-space: nowrap; }
.vehicle-picker { position: relative; min-width: 0; }
.vehicle-picker > summary { min-height: 68px; width: 100%; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; border: 0; background: transparent; font-size: var(--type-small); font-weight: 700; cursor: pointer; list-style: none; }
.vehicle-picker > summary::-webkit-details-marker { display: none; }
.vehicle-picker > summary:focus-visible { outline: 0; }
.vehicle-picker > summary:focus-visible .vehicle-picker-action { outline: 3px solid color-mix(in srgb, var(--brand) 20%, transparent); outline-offset: 3px; }
.vehicle-picker-action { flex: 0 0 auto; width: 44px; height: 44px; display: inline-grid; place-items: center; border: 0; border-radius: 50%; background: #edf5f0; color: var(--brand); transition: background .2s, box-shadow .2s, transform .2s; }
.vehicle-picker > summary:hover .vehicle-picker-action { background: #dfeee5; box-shadow: 0 7px 18px rgba(18,73,48,.12); transform: translateY(-1px); }
.vehicle-picker-action svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vehicle-picker-action .is-open, .vehicle-picker-open-label { display: none; }
.vehicle-picker[open] .vehicle-current { display: none; }
.vehicle-picker[open] .vehicle-picker-open-label, .vehicle-picker[open] .vehicle-picker-action .is-open { display: block; }
.vehicle-picker[open] .vehicle-picker-action .is-closed { display: none; }
.vehicle-picker[open] .vehicle-picker-action { background: var(--product-paper); color: var(--product-ink); }
.vehicle-picker-open-label { color: var(--product-ink); font-size: 17px; }
.vehicle-picker-panel { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; padding: 18px; border: 1px solid var(--product-line); border-radius: 18px; background: #f7f9f6; }
.fitment-choice { position: relative; min-width: 0; }
.fitment-choice > span { display: block; margin: 0 0 7px 3px; color: var(--product-muted); font-size: var(--type-label); font-weight: 700; }
.fitment-choice > button { width: 100%; min-height: 48px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid var(--product-line); border-radius: 11px; background: #f8faf7; color: var(--product-ink); text-align: left; cursor: pointer; }
.fitment-choice > button strong { overflow: hidden; font-size: var(--type-small); text-overflow: ellipsis; white-space: nowrap; }
.fitment-choice > button i { color: var(--brand); font-style: normal; }
.fitment-choice-options { position: absolute; z-index: 10; top: calc(100% + 8px); left: 0; width: 100%; max-height: 310px; overflow: auto; padding: 7px; border: 1px solid var(--product-line); border-radius: 13px; background: #fff; box-shadow: 0 18px 46px rgba(12, 27, 18, .17); }
.fitment-choice-search { position: sticky; z-index: 2; top: -7px; display: block; padding: 7px; background: #fff; }
.fitment-choice-search input { width: 100%; height: 40px; padding: 0 34px 0 11px; border: 1px solid var(--product-line); border-radius: 8px; outline: none; }
.fitment-choice-search i { position: absolute; top: 17px; right: 18px; color: var(--product-muted); font-style: normal; }
.fitment-choice-options [role="option"] { width: 100%; min-height: 40px; padding: 7px 10px; border: 0; border-radius: 7px; background: #fff; text-align: left; cursor: pointer; }
.fitment-choice-options [role="option"]:hover,
.fitment-choice-options [role="option"].is-active { background: #edf5f0; color: var(--brand); }
.fitment-choice-empty { padding: 10px; color: var(--product-muted); font-size: var(--type-small); }
.vehicle-incompatibility-warning { grid-column: 1 / -1; grid-row: 2; margin: -9px 0 2px; padding-left: 2px; color: #91412b; font-size: var(--type-small); font-weight: 700; line-height: 1.45; }
.vehicle-full-link { grid-column: 2; grid-row: 1; color: var(--brand); font-size: var(--type-small); font-weight: 700; white-space: nowrap; }

.purchase-workspace { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(340px, .6fr); gap: 0 56px; padding: 102px 0 90px; }
.product-configurator { min-width: 0; }
.configurator-heading { display: grid; gap: 8px; margin-bottom: 28px; }
.configurator-heading-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.section-kicker { display: block; margin-bottom: 10px; color: var(--brand); font-size: var(--type-label); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.configurator-heading-top .section-kicker { margin: 0; }
.configurator-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 54px); line-height: 1; letter-spacing: -.05em; white-space: nowrap; }
.configurator-heading-top p { margin: 0; color: var(--product-muted); font-size: var(--type-label); font-weight: 700; letter-spacing: .06em; white-space: nowrap; }
.configurator-heading-top p span { font-weight: 500; letter-spacing: 0; }
.configurator-fields { display: grid; grid-template-columns: 1.2fr .8fr .72fr; gap: 0; border-top: 1px solid var(--product-line); }
.configurator-field { min-width: 0; margin: 0; padding: 23px 24px 23px 0; border: 0; border-bottom: 1px solid var(--product-line); }
.configurator-field:nth-child(3) { padding-left: 24px; border-left: 1px solid var(--product-line); }
.configurator-field:nth-child(4) { padding-left: 24px; padding-right: 0; border-left: 1px solid var(--product-line); }
.configurator-edition { grid-column: 1 / -1; padding-right: 0; }
.configurator-color { padding-right: 24px; }
.configurator-field > h3 { width: 100%; margin: 0 0 12px; color: var(--product-muted); font-size: var(--type-small); font-weight: 700; }
.configurator-options { display: flex; flex-wrap: wrap; gap: 8px; }
.edition-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.configurator-option { position: relative; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid #ccd4ce; border-radius: 11px; background: #fff; font-size: var(--type-small); font-weight: 700; transition: border-color .2s, color .2s, background .2s, transform .2s; }
a.configurator-option:hover { border-color: var(--brand); transform: translateY(-1px); }
.configurator-option.is-active { border-color: var(--brand); background: #edf5f0; color: var(--brand); box-shadow: inset 0 0 0 1px var(--brand); }
.compact-option { min-width: 76px; padding: 0 14px; }
.edition-option { min-height: 94px; justify-content: space-between; padding: 17px 18px; text-align: left; }
.edition-option > span { display: grid; gap: 7px; }
.edition-option b { color: var(--product-ink); font-size: 16px; }
.edition-option small { max-width: 360px; color: var(--product-muted); font-size: var(--type-small); font-weight: 500; line-height: 1.45; }
.edition-option > i { flex: 0 0 18px; width: 18px; height: 18px; border: 1px solid #b9c3bc; border-radius: 50%; }
.edition-option.is-active > i { border: 5px solid var(--brand); background: #fff; }
.color-chip { width: 19px; height: 19px; border: 3px solid #fff; border-radius: 50%; background: #111; box-shadow: 0 0 0 1px #acb5ae; }
.configurator-option.is-unavailable { overflow: visible; border-color: #e1e4e1; background: #f3f4f2; color: #9ba29d; cursor: not-allowed; }
.configurator-option.is-unavailable::after { content: ""; position: absolute; top: 50%; left: 8px; right: 8px; height: 1px; background: #959d97; transform: rotate(-10deg); }
.variant-tooltip { position: absolute; z-index: 20; bottom: calc(100% + 9px); left: 50%; width: 260px; padding: 11px 13px; border-radius: 9px; background: #17201b; color: #fff !important; font-size: var(--type-label) !important; line-height: 1.45; text-align: left; opacity: 0; visibility: hidden; transform: translate(-50%, 4px); transition: .16s; pointer-events: none; }
.configurator-option.is-unavailable:hover .variant-tooltip,
.configurator-option.is-unavailable:focus-visible .variant-tooltip { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.configurator-note { display: flex; align-items: center; gap: 9px; margin: 16px 0 0; color: var(--product-muted); font-size: var(--type-small); }
.configurator-note > span { position: relative; width: 28px; height: 14px; border: 1px solid #cfd5d1; border-radius: 5px; background: #f1f3f1; }
.configurator-note > span::after { content: ""; position: absolute; top: 50%; left: 3px; right: 3px; height: 1px; background: #959d97; transform: rotate(-14deg); }

.purchase-panel { align-self: start; padding: 30px; border-radius: 24px; background: var(--product-dark); color: #fff; box-shadow: 0 24px 60px rgba(14, 27, 19, .15); }
.purchase-selection { display: grid; grid-template-columns: minmax(0, 1fr) 116px; align-items: center; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.16); }
.purchase-selection-copy { min-width: 0; }
.purchase-selection small, .purchase-selection strong, .purchase-selection span { display: block; }
.purchase-selection small { margin-bottom: 8px; color: #99aaa0; font-size: var(--type-label); text-transform: uppercase; letter-spacing: .08em; }
.purchase-selection strong { font-size: 19px; }
.purchase-selection span { margin-top: 6px; color: #a9b7ae; font-size: var(--type-small); line-height: 1.5; }
.purchase-product-preview { width: 116px; height: 78px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: radial-gradient(circle at 50% 45%, #fff 0, #f2f4f1 72%, #dfe5df 100%); }
.purchase-product-preview img { display: block; width: 100%; height: 100%; padding: 7px; object-fit: contain; }
.purchase-panel .product-price { display: grid; gap: 6px; margin: 0; padding: 24px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.purchase-panel .product-price span { color: #8fd3ae; font-size: var(--type-small); font-weight: 700; }
.purchase-panel .product-price strong { font-size: 40px; line-height: 1; letter-spacing: -.04em; }
.purchase-city { padding: 22px 0 0; }
.purchase-city > button { width: 100%; min-height: 58px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.06); color: #fff; text-align: left; cursor: pointer; }
.purchase-city > button small, .purchase-city > button strong { display: block; }
.purchase-city > button small { margin-bottom: 4px; color: #9faea5; font-size: var(--type-label); }
.purchase-city > button strong { font-size: var(--type-small); }
.purchase-city .card-context { min-height: 42px; margin: 10px 2px 0; color: #9faea5; font-size: var(--type-small); line-height: 1.5; }
.purchase-panel .product-buy-actions { display: grid; gap: 9px; margin: 17px 0 0; }
.product-redesign .primary, .product-redesign .secondary, .product-redesign .product-primary { min-height: 52px; padding: 0 22px; border-radius: 999px; font-size: var(--type-small); }
.purchase-panel .primary { border-color: #fff; background: #fff; color: #122018; }
.purchase-panel .secondary { border-color: rgba(255,255,255,.3); color: #fff; }
.purchase-benefits { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--product-line); }
.purchase-benefit { position: relative; min-width: 0; padding: 5px 38px 6px 26px; border-right: 1px solid var(--product-line); color: var(--product-ink); text-decoration: none; }
.purchase-benefit:first-child { padding-left: 0; }
.purchase-benefit:last-child { padding-right: 0; border: 0; }
.purchase-benefit b, .purchase-benefit small { display: block; }
.purchase-benefit b { max-width: 330px; font-size: clamp(17px, 1.65vw, 22px); line-height: 1.25; letter-spacing: -.025em; }
.purchase-benefit small { max-width: 350px; margin-top: 8px; color: var(--product-muted); font-size: var(--type-small); line-height: 1.5; }
.purchase-benefit.is-warranty { transition: color .2s; }
.purchase-benefit.is-warranty small { color: var(--brand); font-weight: 650; }
.purchase-benefit.is-warranty i { font-style: normal; }
.purchase-benefit.is-warranty:hover { color: var(--brand); }

.spec-overview { padding: 92px 0 58px; border-top: 1px solid var(--product-line); }
.spec-overview > header { display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: start; margin-bottom: 50px; }
.spec-overview > header h2 { max-width: 720px; margin: 0; font-size: var(--type-display); line-height: .98; letter-spacing: -.055em; }
.spec-highlights { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-top: 1px solid var(--product-line); border-bottom: 1px solid var(--product-line); }
.spec-highlights > div { min-width: 0; min-height: 138px; padding: 28px 20px; border-right: 1px solid var(--product-line); }
.spec-highlights > div:first-child { padding-left: 0; }
.spec-highlights > div:last-child { padding-right: 0; border-right: 0; }
.spec-highlights dd { margin: 0; font-size: clamp(26px, 3vw, 42px); line-height: 1; letter-spacing: -.045em; white-space: nowrap; }
.spec-highlights > div:last-child dd { font-size: clamp(22px, 2.5vw, 34px); }
.spec-highlights dt { margin-top: 11px; color: var(--product-muted); font-size: var(--type-label); text-transform: uppercase; letter-spacing: .07em; }
.spec-details { padding-top: 46px; }
.spec-details-heading { margin-bottom: 24px; }
.spec-details-heading h3 { margin: 0; font-size: 24px; line-height: 1.2; letter-spacing: -.025em; }
.spec-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; padding: 0 0 48px; }
.spec-groups section { min-width: 0; }
.spec-groups h3 { min-height: 52px; margin: 0; padding-bottom: 15px; border-bottom: 2px solid var(--product-ink); font-size: var(--type-body); }
.spec-groups dl { margin: 0; }
.spec-groups dl > div { display: grid; gap: 5px; padding: 13px 0; border-bottom: 1px solid var(--product-line); }
.spec-groups dt { color: var(--product-muted); font-size: var(--type-small); line-height: 1.45; }
.spec-groups dd { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.45; }
.spec-footer { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 28px; border-top: 1px solid var(--product-line); }
.spec-footer-copy { min-width: 0; display: grid; gap: 5px; }
.spec-footer-copy strong { font-size: var(--type-card-title); line-height: 1.3; }
.spec-footer-copy span { color: var(--product-muted); font-size: var(--type-small); line-height: 1.5; }
.spec-actions { flex: 0 0 auto; display: flex; gap: 10px; }

.technology-story { padding: 82px max(24px, calc((100vw - var(--product-shell)) / 2)); background: var(--product-dark); color: #fff; }
.story-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); align-items: end; gap: 64px; margin-bottom: 42px; }
.story-heading .section-kicker { color: #84d1a8; }
.story-heading .section-kicker { grid-column: 1 / -1; margin-bottom: -46px; }
.story-heading h2 { max-width: 800px; margin: 0; font-size: clamp(42px, 4.5vw, 68px); line-height: .96; letter-spacing: -.055em; text-wrap: balance; }
.story-heading p { margin: 0 0 4px; color: #b8c3bc; font-size: var(--type-body); line-height: 1.6; }
.technology-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.technology-item { grid-column: span 2; display: grid; grid-template-columns: 64px minmax(0, 1fr); align-content: start; gap: 20px; min-height: 214px; padding: 28px 28px 30px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.technology-item:nth-child(4), .technology-item:nth-child(5) { grid-column: span 3; }
.technology-icon .feature-icon { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(148,223,182,.36); border-radius: 18px; background: linear-gradient(145deg, rgba(148,223,182,.14), rgba(255,255,255,.035)); color: #9ce4bd; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.technology-icon .feature-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.technology-copy { min-width: 0; padding-top: 2px; }
.technology-copy h3 { width: fit-content; margin: 0 0 12px; padding: 6px 11px; border: 1px solid rgba(148,223,182,.28); border-radius: 999px; background: rgba(148,223,182,.08); color: #a5e8c4; font-size: 12px; font-weight: 700; line-height: 1.2; letter-spacing: .035em; text-transform: uppercase; }
.technology-copy p { max-width: 390px; margin: 0; color: #f1f6f3; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.45; letter-spacing: -.018em; }

.product-gallery-section, .real-installations, .where-to-buy { padding: 112px 0; }
.spec-overview + .product-photo-gallery-section { padding-top: 58px; }
.section-heading-row { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 60px; margin-bottom: 48px; }
.section-heading-row h2 { margin: 0; font-size: var(--type-display); line-height: .98; letter-spacing: -.055em; }
.section-heading-row > p { max-width: 470px; margin: 0 0 5px; color: var(--product-muted); font-size: var(--type-body); line-height: 1.6; }
.product-detail-gallery { display: grid; grid-template-columns: minmax(0, 1fr) 142px; gap: 16px; }
.gallery-main-column { min-width: 0; }
.gallery-stage { position: relative; width: 100%; min-width: 0; overflow: hidden; border-radius: 22px 22px 0 0; background: var(--product-paper); outline: none; touch-action: pan-y; }
.gallery-stage:focus-visible { box-shadow: inset 0 0 0 2px var(--brand); }
.gallery-stage-media { position: relative; isolation: isolate; display: block; aspect-ratio: 16 / 9.5; overflow: hidden; background: #e8eeea; transition: aspect-ratio .3s ease; }
.gallery-stage-media.is-video { aspect-ratio: var(--gallery-video-ratio, 16 / 9); background: #101411; }
.gallery-stage-media::after, .gallery-thumb-media::after { position: absolute; z-index: 1; inset: 0; background: rgba(245, 248, 246, .28); content: ""; pointer-events: none; }
.gallery-image-backdrop, .gallery-thumb-backdrop { position: absolute; inset: -9%; display: block; width: 118%; height: 118%; object-fit: cover; filter: blur(26px) saturate(.82); opacity: .58; transform: scale(1.04); }
.gallery-image-focus { position: relative; z-index: 2; display: block; width: 100%; height: 100%; padding: clamp(7px, 1.2vw, 16px); object-fit: contain; filter: drop-shadow(0 16px 24px rgba(10, 29, 19, .09)); transition: opacity .2s, transform .45s; }
.product-photo-gallery-section .gallery-image-focus { padding: 0; object-fit: cover; object-position: center; filter: none; }
.gallery-video { position: relative; z-index: 2; display: block; width: 100%; height: 100%; background: #101411; object-fit: contain; }
.gallery-stage-media > .is-hidden { display: none; }
.gallery-controls { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.gallery-nav { position: absolute; top: 50%; width: 54px; height: 54px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: rgba(255,255,255,.78); color: #17211b; box-shadow: 0 10px 30px rgba(13,27,19,.1); cursor: pointer; pointer-events: auto; backdrop-filter: blur(10px); transform: translateY(-50%); transition: .2s; }
.gallery-nav svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gallery-nav:hover { background: #fff; transform: translateY(-50%) scale(1.04); }
.gallery-nav:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 28%, transparent); outline-offset: 3px; }
.gallery-nav-prev { left: 26px; }
.gallery-nav-next { right: 26px; }
.gallery-progress { position: absolute; right: 18px; bottom: 18px; display: flex; align-items: baseline; gap: 5px; padding: 9px 12px; border-radius: 999px; background: rgba(14, 25, 18, .72); color: rgba(255, 255, 255, .75); font-size: var(--type-label); font-weight: 700; pointer-events: none; backdrop-filter: blur(9px); }
.gallery-progress b { color: #fff; font-size: 14px; }
.gallery-progress i { font-style: normal; }
.gallery-explanation { min-height: 92px; display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 17px; padding: 16px 22px; border: 1px solid var(--product-line); border-top: 0; border-radius: 0 0 22px 22px; background: #fff; }
.gallery-explanation > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #e7f2ec; color: var(--brand); font-size: var(--type-label); font-weight: 800; }
.gallery-explanation > div { min-width: 0; display: grid; gap: 5px; }
.gallery-explanation.is-video { grid-template-columns: 1fr; }
.gallery-explanation small { color: var(--brand); font-size: var(--type-label); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gallery-explanation strong { max-width: 790px; font-size: 16px; line-height: 1.45; }
.gallery-thumbs { max-height: 680px; display: flex; flex-direction: column; gap: 9px; overflow: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.gallery-mobile-rail-heading, .gallery-mobile-slide-caption { display: none; }
.gallery-thumb { position: relative; flex: 0 0 88px; min-height: 0; padding: 0; overflow: hidden; border: 2px solid #dfe5e1; border-radius: 12px; appearance: none; background: var(--product-paper); box-shadow: none; cursor: pointer; }
.gallery-thumb.is-active { border-color: var(--brand); box-shadow: none; }
.product-detail-gallery.is-video .gallery-thumb { border-color: transparent; background: transparent; }
.product-detail-gallery.is-video .gallery-thumb:focus-visible { outline: 2px solid rgba(23,107,75,.42); outline-offset: 2px; }
.product-detail-gallery.is-video .gallery-thumb-focus { opacity: .68; transition: opacity .2s ease; }
.product-detail-gallery.is-video .gallery-thumb.is-active .gallery-thumb-focus { opacity: 1; }
.gallery-thumb-media { position: relative; isolation: isolate; display: block; width: 100%; height: 100%; overflow: hidden; }
.gallery-thumb-focus { position: relative; z-index: 2; display: block; width: 100%; height: 100%; padding: 4px; object-fit: contain; opacity: .78; }
.product-photo-gallery-section .gallery-thumb-focus { padding: 0; object-fit: cover; object-position: center; }
.gallery-thumb.is-active .gallery-thumb-focus { opacity: 1; }
.gallery-video-thumb { position: relative; z-index: 2; width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: 6px; color: var(--brand); background: linear-gradient(145deg, #edf3ef, #dce8e1); }
.gallery-video-thumb i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); }
.gallery-video-thumb i::after { margin-left: 2px; border-width: 6px 0 6px 9px; border-style: solid; border-color: transparent transparent transparent #fff; content: ""; }
.gallery-video-thumb b { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.gallery-video-poster { padding: 0; object-fit: cover; }
.gallery-video-thumb-mark { position: absolute; z-index: 3; inset: 0; display: grid; place-items: center; align-content: center; gap: 5px; color: #fff; background: linear-gradient(180deg, transparent 35%, rgba(9,20,14,.48)); text-shadow: 0 1px 5px rgba(0,0,0,.5); }
.gallery-video-thumb-mark i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; background: rgba(18,107,71,.9); box-shadow: 0 4px 12px rgba(0,0,0,.2); }
.gallery-video-thumb-mark i::after { margin-left: 2px; border-width: 6px 0 6px 9px; border-style: solid; border-color: transparent transparent transparent #fff; content: ""; }
.gallery-video-thumb-mark b { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.gallery-thumb-number { position: absolute; z-index: 3; right: 5px; bottom: 5px; padding: 4px 6px; border-radius: 5px; background: rgba(14, 24, 18, .76); color: #fff; font-size: var(--type-label); }

.real-installations { border-top: 1px solid var(--product-line); }
.installation-mosaic { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 16px; }
.installation-card { min-width: 0; }
.installation-card.is-priority { order: -1; }
.installation-card.is-extra { display: none; }
.installation-mosaic.is-expanded .installation-card.is-extra { display: block; }
.installation-preview { position: relative; width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 14px; background: var(--product-paper); cursor: zoom-in; }
.installation-preview img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .35s; }
.installation-preview:hover img { transform: scale(1.025); }
.installation-photo-count { position: absolute; right: 11px; bottom: 11px; padding: 7px 10px; border-radius: 999px; background: rgba(12, 22, 16, .78); color: #fff; font-size: var(--type-label); backdrop-filter: blur(7px); }
.installation-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 12px 2px 0; }
.installation-caption strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.installation-caption span { flex: 0 0 auto; color: var(--product-muted); font-size: var(--type-small); }
.installation-more { min-height: 50px; margin: 34px auto 0; padding: 0 22px; display: block; border: 1px solid var(--product-line); border-radius: 999px; background: #fff; font-size: var(--type-small); font-weight: 700; cursor: pointer; }

.consultation-scene { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .34fr) auto; align-items: end; gap: 44px; padding: 82px max(24px, calc((100vw - var(--product-shell)) / 2)); background: linear-gradient(125deg, #e9efea, #f6f7f4); }
.consultation-scene h2 { max-width: 690px; margin: 0; font-size: var(--type-display); line-height: .98; letter-spacing: -.05em; }
.consultation-scene p { max-width: 680px; margin: 18px 0 0; color: var(--product-muted); font-size: var(--type-body); line-height: 1.6; }
.consultation-car-context { padding-left: 22px; border-left: 2px solid var(--brand); }
.consultation-car-context small, .consultation-car-context strong { display: block; }
.consultation-car-context small { margin-bottom: 5px; color: var(--product-muted); font-size: var(--type-label); }
.consultation-car-context strong { font-size: var(--type-small); }
.consultation-scene .primary { white-space: nowrap; }

.where-to-buy { scroll-margin-top: 100px; }
.dealer-city-control { min-width: 260px; padding: 12px 0; border-bottom: 1px solid var(--product-ink); }
.dealer-city-control small { display: block; color: var(--product-muted); font-size: var(--type-label); }
.dealer-city-control button { width: 100%; padding: 4px 0 0; border: 0; background: transparent; color: var(--brand); font-size: 17px; font-weight: 700; text-align: left; cursor: pointer; }
.dealer-product-context { display: flex; flex-wrap: wrap; gap: 8px; margin: -18px 0 30px; }
.dealer-product-context span { padding: 8px 11px; border-radius: 999px; background: var(--product-paper); color: var(--product-muted); font-size: var(--type-label); }
.product-dealer-explorer { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 34%); overflow: hidden; border: 1px solid var(--product-line); border-radius: 24px; background: var(--product-paper); }
.product-dealer-map { position: relative; min-width: 0; min-height: 620px; overflow: hidden; background: #e8ede9; }
.product-dealer-map > ymaps { transition: filter .35s ease, opacity .35s ease; }
.product-dealer-map.is-no-dealers > ymaps { filter: grayscale(.86) saturate(.32) contrast(.92); opacity: .66; }
.product-map-delivery-overlay { position: absolute; left: 50%; top: 50%; z-index: 7; width: min(440px, calc(100% - 40px)); transform: translate(-50%, -50%); pointer-events: none; }
.product-map-delivery-overlay > div { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 13px; padding: 18px; border: 1px solid #e9b856; border-radius: 18px; background: linear-gradient(145deg, rgba(255,250,226,.97), rgba(255,239,190,.97)); box-shadow: 0 20px 55px rgba(103,71,9,.26); color: #49340c; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.product-map-delivery-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; background: #e99518; box-shadow: 0 8px 20px rgba(171,101,0,.25); color: #fff; }
.product-map-delivery-icon svg { width: 29px; height: 29px; fill: currentColor; }
.product-map-delivery-overlay span { display: grid; gap: 4px; }
.product-map-delivery-overlay small { color: #a46100; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-map-delivery-overlay strong { font-size: 16px; line-height: 1.25; letter-spacing: -.02em; }
.product-map-delivery-overlay button { grid-column: 1 / -1; min-height: 44px; padding: 0 18px; border: 1px solid var(--brand); border-radius: 999px; background: var(--brand); color: #fff; font: 800 12px/1 var(--product-font); cursor: pointer; pointer-events: auto; }
.product-map-delivery-overlay button:hover { filter: brightness(.92); }
.product-map-placeholder { position: absolute; inset: 0; z-index: 0; display: grid; place-content: center; gap: 7px; color: var(--product-muted); text-align: center; }
.product-map-placeholder strong { color: var(--product-ink); font-size: 20px; }
.product-map-placeholder span { font-size: var(--type-small); }
.product-dealer-map.has-points .product-map-placeholder { display: none; }
.product-dealer-list { max-height: 620px; display: grid; grid-template-columns: 1fr; align-content: start; gap: 10px; padding: 12px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; background: #fff; }
.product-dealer-card { min-height: 210px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--product-line); border-radius: 16px; background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.product-dealer-card { --dealer-accent: #7e8983; --dealer-accent-soft: #f0f2f1; position: relative; border-left: 5px solid var(--dealer-accent); cursor: pointer; }
.product-dealer-card.office { --dealer-accent: #0c1912; --dealer-accent-soft: #eef1ef; }
.product-dealer-card.premium { --dealer-accent: #16704b; --dealer-accent-soft: #eaf7f0; }
.product-dealer-card.offline { --dealer-accent: #c67c38; --dealer-accent-soft: #fff4e9; }
.product-dealer-card.showroom { --dealer-accent: #2e67a0; --dealer-accent-soft: #edf4fb; }
.product-dealer-card.is-active { border-color: var(--dealer-accent); background: linear-gradient(145deg,#fff 62%,var(--dealer-accent-soft)); box-shadow: 0 13px 32px color-mix(in srgb, var(--dealer-accent) 22%, transparent), inset 0 0 0 2px var(--dealer-accent); transform: none; }
.product-dealer-card.is-active::after { content: "Выбран"; position: absolute; right: 12px; top: 12px; padding: 4px 8px; border-radius: 999px; background: var(--dealer-accent); color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-dealer-card .dealer-photo { display: block; width: calc(100% + 44px); height: 135px; margin: -22px -22px 15px; object-fit: cover; border-radius: 14px 14px 0 0; }
.product-dealer-card .badge { display: inline-flex; width: fit-content; margin-bottom: 8px; padding: 4px 8px; border-radius: 999px; background: var(--dealer-accent-soft); color: var(--dealer-accent); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-dealer-card h3 { margin: 0; font-size: 18px; line-height: 1.15; }
.product-dealer-card address { margin: 11px 0 7px; color: #3e4742; font-size: 13px; font-style: normal; line-height: 1.45; }
.product-dealer-card .open-state { color: #16704b; font-size: 12px; font-weight: 800; }
.product-dealer-card .open-state.closed { color: #aa4d35; }
.product-dealer-card .dealer-rating { display: flex; align-items: center; gap: 5px; margin: 8px 0 0; color: #2b3b33; font-size: 12px; font-weight: 800; }
.product-dealer-card .dealer-rating i { color: #e7a62d; font-style: normal; }
.product-dealer-card .dealer-rating button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.product-dealer-card .schedule-details { margin-top: 9px; font-size: 12px; }
.product-dealer-card .schedule-details summary { color: #51615a; cursor: pointer; font-weight: 700; }
.product-dealer-card .schedule-details > div { display: grid; grid-template-columns: 35px 1fr; gap: 5px 10px; margin-top: 8px; padding: 10px; border-radius: 10px; background: #f4f7f5; }
.product-dealer-card .schedule-details b { font-weight: 600; }
.product-dealer-card .stock-hint,.product-dealer-card .showroom-hint { display: block; margin-top: 10px; padding: 10px 11px; border-radius: 10px; background: var(--dealer-accent-soft); color: var(--dealer-accent); font-size: 12px; font-weight: 800; line-height: 1.35; }
.product-dealer-card .dealer-card-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; padding-top: 0; }
.product-dealer-card .dealer-card-actions a,.product-dealer-card .dealer-card-actions button { display: inline-grid; min-height: 40px; place-items: center; padding: 0 14px; border: 1px solid var(--product-line); border-radius: 12px; background: #fff; color: var(--brand); font: 700 12px/1.2 var(--product-font); text-decoration: none; cursor: pointer; transition: border-color .2s,background .2s,color .2s,box-shadow .2s,transform .2s; }
.product-dealer-card .dealer-card-actions a:hover,.product-dealer-card .dealer-card-actions button:hover { border-color: color-mix(in srgb,var(--brand) 45%,var(--product-line)); background: #f5f9f6; transform: translateY(-1px); }
.product-dealer-card .dealer-card-actions a:focus-visible,.product-dealer-card .dealer-card-actions button:focus-visible { outline: 3px solid color-mix(in srgb,var(--brand) 25%,transparent); outline-offset: 2px; }
.product-dealer-card .dealer-card-actions .route { border-color: var(--brand); background: var(--brand); color: #fff; }
.product-dealer-card .dealer-card-actions .route:hover { border-color: var(--brand); background: color-mix(in srgb,var(--brand) 88%,#000); }
.route-dialog { width: min(470px, calc(100% - 28px)); padding: 28px; border: 0; border-radius: 22px; color: var(--product-ink); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.route-dialog::backdrop { background: rgba(5,14,9,.7); backdrop-filter: blur(4px); }
.route-dialog > small { color: var(--product-muted); font-size: var(--type-label); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.route-dialog h2 { margin: 8px 44px 22px 0; font-size: 24px; line-height: 1.2; }
.route-dialog .dialog-close { position: absolute; top: 14px; right: 16px; display: grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #eef3ef; color: var(--product-ink); font: 400 25px/1 Arial,sans-serif; cursor: pointer; }
.route-dialog .dialog-close:hover { background: #dfeae3; }
.route-links { display: grid; gap: 8px; }
.route-links a { display: flex; min-height: 52px; align-items: center; padding: 0 18px; border-radius: 999px; background: #eef3ef; color: var(--brand); font-size: var(--type-small); font-weight: 800; text-decoration: none; }
.route-links a:hover { background: #dfeae3; }
.product-dealer-map [class*="-balloon__content"] { width: auto !important; min-width: 0 !important; margin-right: 0 !important; padding: 0 !important; background: transparent !important; }
.product-dealer-map [class*="-balloon__close-button"] { display: none !important; }
.product-dealer-map [class*="-balloon__layout"] { width: max-content !important; border: 0 !important; border-radius: 18px !important; background: transparent !important; box-shadow: none !important; overflow: visible !important; }
.product-dealer-card.is-active { border-color: var(--brand); box-shadow: 0 10px 28px rgba(22, 72, 46, .12); transform: translateY(-1px); }
.product-dealer-card > small { color: var(--brand); font-size: var(--type-label); font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.product-dealer-card h3 { margin: 14px 0 7px; font-size: 20px; line-height: 1.25; }
.product-dealer-card p { margin: 0; color: var(--product-muted); font-size: var(--type-small); line-height: 1.55; }
.product-dealer-rating { display: flex; align-items: center; gap: 9px; margin-top: 16px; }
.product-dealer-rating strong { color: #b9780a; font-size: 17px; }
.product-dealer-rating span { color: var(--product-muted); font-size: var(--type-small); }
.product-dealer-card footer { display: flex; align-items: center; gap: 15px; margin-top: auto; padding-top: 20px; }
.product-dealer-card footer a, .product-dealer-card footer button { border: 0; background: transparent; color: var(--brand); font: 700 var(--type-small) inherit; cursor: pointer; }
.product-dealer-card footer .product-dealer-map-action { min-height: 38px; padding: 0 14px; display: inline-flex; align-items: center; border-radius: 999px; background: var(--brand); color: #fff; }
.product-dealer-reviews { padding: 0; text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--brand) 35%, transparent); text-underline-offset: 4px; }
.product-reviews-dialog { width: min(760px, calc(100% - 28px)); }
.product-reviews-dialog > small { color: var(--brand); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-reviews-dialog .dialog-close { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; border: 0; border-radius: 50%; font-size: 24px; cursor: pointer; }
.product-review-summary { display: flex; align-items: center; gap: 14px; margin: 0 0 16px; padding: 13px 15px; border-radius: 13px; background: #f2f7f4; }
.product-review-summary strong { color: #b9780a; font-size: 21px; }
.product-review-summary span { color: var(--product-muted); font-size: var(--type-small); }
.product-yandex-reviews { display: block; width: 100%; height: 520px; border: 1px solid var(--product-line); border-radius: 14px; }
.product-reviews-external { display: block; margin-top: 12px; color: var(--brand); font-size: var(--type-small); font-weight: 750; text-align: center; }
.dealer-empty { min-height: 210px; padding: 32px; display: grid; justify-items: start; align-content: center; border-radius: 18px; background: var(--product-paper); }
.dealer-empty strong { font-size: 24px; }
.dealer-empty p { max-width: 600px; margin: 9px 0 20px; color: var(--product-muted); font-size: var(--type-body); line-height: 1.6; }
.all-dealers-link { display: inline-flex; gap: 10px; margin-top: 26px; color: var(--brand); font-size: var(--type-small); font-weight: 700; }

.online-order { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .65fr); gap: 80px; padding: 104px max(24px, calc((100vw - var(--product-shell)) / 2)); background: var(--product-dark); color: #fff; }
.online-order-copy h2 { max-width: 640px; margin: 0; font-size: var(--type-display); line-height: .98; letter-spacing: -.055em; }
.online-order-copy > p { max-width: 600px; margin: 20px 0 38px; color: #b8c3bc; font-size: var(--type-body); line-height: 1.6; }
.online-order .section-kicker { color: #83d0a8; }
.online-order-copy dl { margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.online-order-copy dl > div { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.online-order-copy dt { color: #9dada3; font-size: var(--type-label); }
.online-order-copy dd { margin: 0; font-size: 15px; font-weight: 600; }
.product-lead-form { display: grid; gap: 17px; padding: 30px; border-radius: 24px; background: #fff; color: var(--product-ink); }
.product-lead-form label > span:first-child { display: block; margin: 0 0 7px 2px; font-size: var(--type-small); font-weight: 700; }
.product-lead-form input[type="text"], .product-lead-form input[type="tel"], .product-lead-form input[name="name"] { width: 100%; height: 52px; padding: 0 14px; border: 1px solid var(--product-line); border-radius: 11px; font-size: 13px; outline: none; }
.product-lead-form input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 12%, transparent); }
.product-phone-field { width: 100%; height: 52px; display: flex !important; align-items: center; margin: 0 !important; border: 1px solid var(--product-line); border-radius: 11px; overflow: hidden; }
.product-phone-field b { flex: 0 0 48px; text-align: center; font-size: var(--type-small); }
.product-phone-field input { height: 100% !important; border: 0 !important; border-left: 1px solid var(--product-line) !important; border-radius: 0 !important; box-shadow: none !important; }
.product-lead-consent { display: flex; align-items: flex-start; gap: 9px; color: var(--product-muted); font-size: 13px; line-height: 1.45; }
.product-lead-consent input { margin-top: 2px; accent-color: var(--brand); }
.product-lead-consent span { margin: 0 !important; }
.product-lead-consent a { color: var(--brand); text-decoration: underline; }
.lead-trap { position: absolute; left: -9999px; }
.product-lead-form .primary { width: 100%; border: 0; }
#productLeadStatus { min-height: 21px; margin: -5px 0 0; color: var(--product-muted); font-size: var(--type-small); }
#productLeadStatus.is-error { color: #a63d3d; }
#productLeadStatus.is-success { color: var(--brand); font-weight: 700; }

.product-footer { min-height: 132px; display: flex; align-items: center; gap: 48px; padding: 28px max(24px, calc((100vw - var(--product-shell)) / 2)); border-top: 1px solid var(--product-line); }
.product-footer .store-logo img { width: 120px; height: 34px; object-fit: contain; }
.product-footer nav { margin-left: auto; display: flex; gap: 28px; color: var(--product-muted); font-size: var(--type-small); }
.product-footer nav a:hover { color: var(--brand); }

.variant-update-notice { position: fixed; z-index: 60; right: 24px; bottom: max(24px, env(safe-area-inset-bottom)); max-width: min(540px, calc(100vw - 32px)); min-height: 72px; display: flex; align-items: center; gap: 13px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(14,23,18,.96); color: #fff; box-shadow: 0 22px 60px rgba(7,18,11,.26); opacity: 0; transform: translateY(16px); pointer-events: none; backdrop-filter: blur(16px); transition: opacity .24s ease, transform .24s ease; }
.variant-update-notice[hidden] { display: none; }
.variant-update-notice.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.variant-update-icon { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); font-size: 16px; font-weight: 700; }
.variant-update-copy { min-width: 0; display: grid; gap: 3px; }
.variant-update-copy strong { font-size: var(--type-small); }
.variant-update-copy small { color: #b9c5bd; font-size: var(--type-label); line-height: 1.4; }
.variant-update-notice > button:not(.variant-update-close) { min-height: 40px; padding: 0 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: transparent; color: #fff; font-size: var(--type-label); font-weight: 700; white-space: nowrap; cursor: pointer; }
.variant-update-close { align-self: flex-start; width: 28px; height: 28px; padding: 0; border: 0; background: transparent; color: #aebbb3; font-size: 20px; line-height: 1; cursor: pointer; }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.product-fallback-visual { margin: 0; min-height: 620px; display: grid; place-items: center; overflow: hidden; border-radius: 34px; background: var(--product-paper); }
.product-fallback-visual img { width: 88%; height: 520px; object-fit: contain; }
.product-fallback-visual figcaption { padding-bottom: 24px; color: var(--product-muted); font-size: var(--type-small); }
.product-redesign .is-out .product-primary { display: none; }

@media (max-width: 1100px) {
  .product-title-block { gap: 38px; }
  .fitment-stage { min-height: 520px; }
  .purchase-workspace { grid-template-columns: minmax(0, 1fr) 330px; gap: 40px; }
  .story-heading { grid-template-columns: 130px minmax(0, 1fr); }
  .story-heading p { grid-column: 2; }
  .consultation-scene { grid-template-columns: 1fr auto; }
  .consultation-car-context { grid-column: 1; }
  .online-order { gap: 48px; }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .product-redesign { --product-shell: 1160px; }
  .product-title-block { grid-template-columns: minmax(0, 1fr) minmax(300px, 390px); gap: 48px; }
}

@media (max-width: 1500px) and (min-width: 1181px) {
  .product-redesign { --product-shell: 1160px; }
}

@media (min-width: 901px) {
  .fitment-stage { min-height: 0; aspect-ratio: 16 / 7.15; }
  .fitment-stage > img { transform: scale(1.16); transform-origin: 50% 50%; }
}

@media (max-width: 1500px) and (min-width: 901px) {
  .technology-story { padding-block: 44px; }
  .story-heading { grid-template-columns: minmax(0, 1.6fr) minmax(260px, .4fr); gap: 36px; margin-bottom: 24px; }
  .story-heading .section-kicker { margin-bottom: -30px; }
  .story-heading h2 { max-width: 760px; font-size: clamp(46px, 4vw, 58px); }
  .story-heading p { max-width: 320px; font-size: 17px; line-height: 1.48; }
  .technology-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .technology-item, .technology-item:nth-child(4) { grid-column: auto; grid-template-columns: 58px minmax(0, 1fr); align-items: start; gap: 17px; min-height: 132px; padding: 20px; }
  .technology-item:nth-child(5) { grid-column: 1 / -1; }
  .technology-icon .feature-icon { width: 58px; height: 58px; border-radius: 16px; }
  .technology-icon .feature-icon svg { width: 33px; height: 33px; }
  .technology-copy h3 { margin-bottom: 9px; }
  .technology-copy p { max-width: none; font-size: 18px; line-height: 1.38; }
}

@media (max-width: 900px) {
  .product-experience > :not(.product-visual, .technology-story, .consultation-scene, .online-order) { width: min(100% - 32px, 760px); }
  .product-title-block { grid-template-columns: 1fr; gap: 18px; padding: 18px 0 28px; }
  .product-title-block h1 { white-space: normal; text-wrap: balance; }
  .product-title-summary { max-width: 620px; font-size: 16px; }
  .fitment-stage { min-height: 460px; aspect-ratio: 16 / 10; }
  .fitment-compatibility-badge { max-width: min(420px, calc(100% - 220px)); }
  .vehicle-dock { grid-template-columns: minmax(210px, .55fr) minmax(0, 1.45fr); gap: 24px; }
  .fitment-product-summary { padding-right: 22px; }
  .purchase-workspace { grid-template-columns: 1fr; gap: 40px; }
  .purchase-panel { max-width: none; }
  .spec-highlights { grid-template-columns: repeat(2, 1fr); }
  .spec-highlights > div:nth-child(even) { border-right: 0; }
  .spec-highlights > div:nth-child(n+3) { border-top: 1px solid var(--product-line); }
  .spec-highlights > div:nth-child(3) { padding-left: 0; }
  .spec-groups { grid-template-columns: 1fr 1fr; }
  .technology-story { padding-block: 72px; }
  .story-heading { gap: 36px; }
  .technology-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .technology-item { grid-column: auto; min-height: 190px; }
  .technology-item:nth-child(4) { grid-column: auto; }
  .technology-item:nth-child(5) { grid-column: 1 / -1; }
  .installation-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-dealer-list { grid-template-columns: 1fr 1fr; }
  .product-dealer-explorer { grid-template-columns: 1fr; }
  .product-dealer-map { min-height: 480px; }
  .product-dealer-list { max-height: none; }
  .online-order { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .product-redesign { --product-radius: 20px; }
  .product-experience { overflow: hidden; }
  .product-experience > :not(.product-visual, .technology-story, .consultation-scene, .online-order) { width: calc(100% - 28px); }
  .product-breadcrumbs { padding: 19px 0 16px; font-size: var(--type-label); }
  .product-title-block { gap: 14px; padding: 13px 0 22px; }
  .product-title-meta { display: flex; gap: 6px 14px; margin-bottom: 12px; font-size: 11px; }
  .product-title-block h1 { font-size: clamp(34px, 9.5vw, 43px); line-height: 1; }
  .product-visual { width: calc(100% - 16px); }
  .product-title-summary { max-width: 34em; font-size: 14px; line-height: 1.5; }
  .fitment-canvas { border-radius: 22px; }
  .fitment-stage { min-height: 0; aspect-ratio: 16 / 10.2; border-radius: 22px 22px 0 0; }
  .fitment-stage > img { inset: 0; width: 100%; max-width: none; object-fit: contain; transform: translate(var(--fitment-x, 0), var(--fitment-y, 0)) scale(var(--fitment-scale, 1)); transform-origin: 50% 50%; }
  .fitment-stage.is-swipe-hint > img { animation: fitment-swipe-hint 1.35s cubic-bezier(.22,1,.36,1) both; }
  .fitment-stage-label { top: 16px; left: 16px; gap: 7px; font-size: var(--type-label); }
  .fitment-award { display: none; }
  .fitment-compatibility-badge { bottom: 12px; left: 12px; max-width: calc(100% - 24px); padding: 7px 10px; }
  .fitment-arrow { display: none; }
  .fitment-scene-counter { right: 12px; bottom: 12px; }
  .vehicle-dock { min-height: 0; grid-template-columns: 1fr; gap: 16px; padding: 18px 16px; border-radius: 0 0 22px 22px; }
  .fitment-product-summary { grid-template-columns: auto minmax(0, 1fr); padding: 0 0 15px; border-right: 0; border-bottom: 1px solid var(--product-line); }
  .fitment-product-summary strong { font-size: 19px; }
  .fitment-product-summary span { justify-self: end; color: var(--product-ink); font-size: 19px; font-weight: 700; line-height: 1.25; letter-spacing: -.02em; }
  .vehicle-controls { grid-template-columns: minmax(0,1fr) auto; align-items: start; gap: 8px 10px; }
  .vehicle-current { display: block; }
  .vehicle-current small, .vehicle-current strong, .vehicle-current span { display: block; }
  .vehicle-current strong { margin-top: 4px; font-size: 18px; }
  .vehicle-current span { margin-top: 5px; font-size: var(--type-label); }
  .vehicle-picker > summary { width: 100%; min-height: 62px; grid-template-columns: minmax(0, auto) auto; justify-content: start; gap: 10px; }
  .vehicle-picker-action { min-height: 40px; padding: 0 12px; }
  .vehicle-picker-panel { grid-template-columns: 1fr; padding: 14px; border-radius: 16px; }
  .fitment-choice-options { position: static; max-height: min(46dvh, 390px); margin-top: 6px; box-shadow: none; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .vehicle-incompatibility-warning { grid-column: 1 / -1; grid-row: 2; margin: -2px 3px 0; }
  .vehicle-full-link { grid-column: 2; grid-row: 1; align-self: start; justify-self: end; min-height: 28px; width: auto; display: inline-flex; align-items: center; justify-content: center; gap: 5px; margin: 0; padding: 0 2px; border: 0; border-radius: 0; background: transparent; color: var(--brand); font-size: 11px; font-weight: 700; text-decoration: none; white-space: nowrap; box-shadow: none; transition: color .2s,opacity .2s; }
  .vehicle-full-link:hover { color: color-mix(in srgb,var(--brand) 78%,#000); }
  .vehicle-full-link span { font: 700 13px/1 Arial,sans-serif; }
  .vehicle-controls:has(.vehicle-picker[open]) { grid-template-columns: 1fr; }
  .vehicle-controls:has(.vehicle-picker[open]) .vehicle-full-link { display: none; }
  .purchase-workspace { gap: 16px; padding: 44px 0 40px; }
  .configurator-heading { gap: 6px; margin-bottom: 14px; }
  .configurator-heading h2 { font-size: clamp(34px, 10.2vw, 43px); }
  .configurator-fields { grid-template-columns: 1fr; gap: 10px; border-top: 0; }
  .configurator-field, .configurator-field:nth-child(3), .configurator-field:nth-child(4) { padding: 12px; border: 1px solid #e0e5e1; border-radius: 14px; background: #f7f9f7; }
  .configurator-field > h3 { margin-bottom: 9px; color: #566159; font-size: 13px; letter-spacing: .02em; }
  .configurator-edition { grid-column: 1; }
  .edition-options { grid-template-columns: 1fr; gap: 8px; }
  .edition-option { min-height: 70px; padding: 12px 14px; }
  .edition-option > span { gap: 4px; }
  .edition-option small { line-height: 1.35; }
  .compact-option { min-height: 44px; padding-inline: 12px; }
  .configurator-note { margin-top: 10px; font-size: 13px; line-height: 1.35; }
  .variant-tooltip { position: fixed; z-index: 100; right: 14px; bottom: 14px; left: 14px; width: auto; transform: translateY(5px); }
  .configurator-option.is-unavailable:hover .variant-tooltip, .configurator-option.is-unavailable:focus-visible .variant-tooltip { transform: translateY(0); }
  .purchase-panel { padding: 18px; border-radius: 20px; }
  .purchase-selection { grid-template-columns: minmax(0, 1fr) 88px; gap: 12px; padding-bottom: 18px; }
  .purchase-selection small { margin-bottom: 5px; }
  .purchase-selection span { margin-top: 4px; line-height: 1.35; }
  .purchase-product-preview { width: 88px; height: 60px; }
  .purchase-panel .product-price { gap: 5px; padding: 18px 0; }
  .purchase-panel .product-price strong { font-size: 34px; }
  .purchase-city { padding-top: 16px; }
  .purchase-city > button { min-height: 52px; padding: 9px 12px; }
  .purchase-city .card-context { min-height: 0; margin-top: 8px; line-height: 1.4; }
  .purchase-panel .product-buy-actions { gap: 8px; margin-top: 12px; }
  .purchase-benefits { grid-template-columns: 1fr; margin-top: 30px; padding-top: 0; }
  .purchase-benefit, .purchase-benefit:first-child, .purchase-benefit:last-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--product-line); }
  .purchase-benefit:last-child { border-bottom: 0; }
  .spec-overview { padding: 54px 0 24px; }
  .spec-overview > header { display: block; margin-bottom: 34px; }
  .spec-overview > header h2 { font-size: var(--type-display-mobile); }
  .spec-highlights > div { min-height: 112px; padding: 23px 14px; }
  .spec-highlights > div:nth-child(odd) { padding-left: 0; }
  .spec-highlights dd { font-size: 28px; }
  .spec-highlights > div:last-child dd { font-size: 21px; white-space: normal; }
  .spec-groups { grid-template-columns: 1fr; gap: 30px; }
  .spec-footer { align-items: stretch; flex-direction: column; gap: 18px; padding-top: 22px; }
  .spec-actions { flex-direction: column; }
  .technology-story { padding: 52px 14px; }
  .story-heading { display: block; margin-bottom: 30px; }
  .story-heading .section-kicker { margin-bottom: 0; }
  .story-heading h2 { font-size: var(--type-display-mobile); }
  .story-heading p { margin-top: 16px; }
  .technology-list { grid-template-columns: 1fr; }
  .technology-item { grid-template-columns: 54px minmax(0, 1fr); align-items: start; gap: 14px; min-height: 0; padding: 18px 16px; }
  .technology-item:nth-child(5) { grid-column: auto; }
  .technology-icon .feature-icon { width: 54px; height: 54px; border-radius: 15px; }
  .technology-icon .feature-icon svg { width: 30px; height: 30px; }
  .technology-copy { padding-top: 0; }
  .technology-copy h3 { margin-bottom: 8px; padding: 5px 9px; font-size: 10px; }
  .technology-copy p { max-width: none; font-size: 15px; line-height: 1.45; }
  .product-gallery-section, .real-installations, .where-to-buy { padding: 52px 0; }
  .spec-overview + .product-photo-gallery-section { padding-top: 42px; }
  .product-photo-gallery-section { padding-bottom: 42px; }
  .section-heading-row { grid-template-columns: 1fr; gap: 15px; margin-bottom: 32px; }
  .section-heading-row h2 { font-size: var(--type-display-mobile); }
  .section-heading-row > p { font-size: var(--type-small); }
  .product-detail-gallery { display: flex; flex-direction: column; gap: 10px; }
  .product-detail-gallery.is-image .gallery-main-column { display: none; }
  .gallery-mobile-rail-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 2px 2px; color: var(--product-muted); font-size: var(--type-label); }
  .gallery-mobile-rail-heading span { color: var(--brand); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .gallery-mobile-rail-heading b { flex: 0 0 auto; font-weight: 700; }
  .gallery-mobile-rail-heading i { margin-left: 4px; color: var(--brand); font-style: normal; }
  .gallery-stage { border-radius: 16px 16px 0 0; }
  .gallery-stage-media { aspect-ratio: 4 / 3; }
  .gallery-stage-media.is-video { aspect-ratio: var(--gallery-video-ratio, 16 / 9); }
  .gallery-nav { display: none; }
  .gallery-progress { right: 10px; bottom: 10px; padding: 7px 10px; }
  .gallery-image-focus { padding: 7px; }
  .gallery-explanation { min-height: 86px; grid-template-columns: 36px minmax(0, 1fr); gap: 13px; padding: 14px; border-radius: 0 0 16px 16px; }
  .gallery-explanation > span { width: 36px; height: 36px; }
  .gallery-explanation strong { font-size: 13px; }
  .gallery-thumbs { max-height: none; flex-direction: row; padding: 0 9vw 10px 0; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: 0; scrollbar-color: var(--brand) #e4e9e5; scrollbar-width: auto; }
  .gallery-thumbs::-webkit-scrollbar { height: 5px; }
  .gallery-thumbs::-webkit-scrollbar-track { border-radius: 999px; background: #e4e9e5; }
  .gallery-thumbs::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--brand); }
  .gallery-thumb { flex-basis: 104px; height: 76px; scroll-snap-align: start; }
  .product-detail-gallery.is-image .gallery-thumbs { gap: 10px; }
  .product-detail-gallery.is-image .gallery-thumb { position: relative; flex: 0 0 86vw; height: auto; aspect-ratio: 4 / 3; overflow: hidden; border: 0; border-radius: 16px; background: var(--product-paper); pointer-events: none; }
  .product-detail-gallery.is-image .gallery-thumb-media { height: 100%; }
  .product-detail-gallery.is-image .gallery-thumb-backdrop { display: none; }
  .product-detail-gallery.is-image .gallery-thumb-focus { padding: 0; object-fit: cover; opacity: 1; }
  .product-detail-gallery.is-image .gallery-mobile-slide-caption { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; display: block; padding: 36px 48px 13px 13px; background: linear-gradient(transparent, rgba(9,18,13,.78)); color: #fff; font-size: 12px; font-weight: 700; line-height: 1.4; text-align: left; }
  .product-detail-gallery.is-image .gallery-thumb-number { right: 10px; bottom: 10px; padding: 6px 8px; }
  .product-detail-gallery.is-video .gallery-explanation { grid-template-columns: 1fr; min-height: 76px; }
  .product-detail-gallery.is-video .gallery-thumb { flex: 0 0 min(43vw, 174px); height: auto; aspect-ratio: 16 / 9; }
  .product-detail-gallery.is-video .gallery-thumb-backdrop { display: none; }
  .product-detail-gallery.is-video .gallery-thumb { border: 0; border-radius: 12px; background: transparent; }
  .product-detail-gallery.is-video .gallery-video-poster { width: 100%; height: 100%; object-fit: cover; opacity: .68; transform: none; }
  .product-detail-gallery.is-video .gallery-thumb.is-active .gallery-video-poster { opacity: 1; }
  .product-detail-gallery.is-video .gallery-video-thumb-mark { background: linear-gradient(180deg, rgba(9,20,14,.03), rgba(9,20,14,.26)); }
  .product-detail-gallery.is-video .gallery-thumb:not(.is-active) .gallery-video-thumb-mark { opacity: .72; }
  .product-detail-gallery.is-video .gallery-video-thumb-mark i, .product-detail-gallery.is-video .gallery-video-thumb i { width: 36px; height: 36px; }
  .product-detail-gallery.is-video .gallery-video-thumb-mark b, .product-detail-gallery.is-video .gallery-video-thumb b { display: none; }
  .installation-mosaic { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .installation-card { flex: 0 0 calc(100vw - 54px); scroll-snap-align: start; }
  .installation-caption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .consultation-scene { grid-template-columns: 1fr; gap: 25px; padding: 54px 14px; }
  .consultation-scene h2 { font-size: var(--type-display-mobile); }
  .consultation-car-context { grid-column: auto; }
  .consultation-scene .primary { width: 100%; }
  .dealer-city-control { min-width: 0; }
  .dealer-product-context { margin-top: -10px; }
  .product-dealer-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .product-dealer-explorer { min-height: 0; overflow: hidden; border-radius: 18px; }
  .product-dealer-map { min-height: 410px; border: 1px solid var(--product-line); border-radius: 18px; }
  .product-dealer-map.is-no-dealers > ymaps { opacity: .6; }
  .product-map-delivery-overlay { width: calc(100% - 24px); }
  .product-map-delivery-overlay > div { grid-template-columns: 52px minmax(0, 1fr); gap: 12px; padding: 15px; border-width: 2px; }
  .product-map-delivery-icon { width: 52px; height: 52px; border-radius: 16px; }
  .product-map-delivery-overlay strong { font-size: 14px; }
  .product-dealer-list { margin-top: 10px; padding: 2px 0 9px; background: transparent; }
  .product-dealer-card { flex: 0 0 calc(100vw - 54px); scroll-snap-align: start; }
  .product-dealer-card .dealer-photo { width: calc(100% + 44px); }
  .product-dealer-card .dealer-card-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-dealer-card .dealer-card-actions a,.product-dealer-card .dealer-card-actions button { width: 100%; min-height: 44px; padding: 0 12px; text-align: center; line-height: 1.2; }
  .product-dealer-card .dealer-card-actions > :last-child:nth-child(odd) { grid-column: 1 / -1; }
  .product-dealer-card footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .product-yandex-reviews { height: 62vh; min-height: 430px; }
  .dealer-empty { flex: 0 0 100%; padding: 28px 22px; }
  .online-order { grid-template-columns: 1fr; gap: 38px; padding: 56px 14px; }
  .online-order-copy h2 { font-size: var(--type-display-mobile); }
  .online-order-copy dl > div { grid-template-columns: 90px minmax(0, 1fr); }
  .product-lead-form { padding: 22px; border-radius: 19px; }
  .product-lead-form input[type="text"], .product-lead-form input[type="tel"], .product-lead-form input[name="name"] { font-size: 16px; }
  .product-footer { align-items: flex-start; flex-direction: column; gap: 22px; padding-block: 34px; }
  .product-footer nav { margin-left: 0; flex-wrap: wrap; gap: 14px 22px; }
  .variant-update-notice { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); left: 16px; max-width: none; display: grid; grid-template-columns: 34px 1fr 28px; gap: 10px 12px; }
  .variant-update-notice > button:not(.variant-update-close) { grid-column: 2; justify-self: start; }
  .variant-update-close { grid-column: 3; grid-row: 1; }
}

@keyframes fitment-swipe-hint { 0%,100% { transform: translate(var(--fitment-x, 0), var(--fitment-y, 0)) scale(var(--fitment-scale, 1)); } 34% { transform: translate(calc(var(--fitment-x, 0px) - 13px), var(--fitment-y, 0)) scale(var(--fitment-scale, 1)); } 68% { transform: translate(calc(var(--fitment-x, 0px) + 9px), var(--fitment-y, 0)) scale(var(--fitment-scale, 1)); } }
@media (prefers-reduced-motion: reduce) { .fitment-stage.is-swipe-hint > img { animation: none; } }

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