/* Stage 10.0 isolated customer storefront. Existing catalog/cart rules remain authoritative. */
:root {
    --customer-navy: #0b1f36;
    --customer-navy-soft: #132d4b;
    --customer-orange: #f36b21;
    --customer-orange-dark: #d95110;
    --customer-surface: #ffffff;
    --customer-background: #f5f7fa;
    --customer-border: #dfe5ec;
    --customer-text: #152238;
    --customer-text-secondary: #617083;
    --customer-success: #18794e;
    --customer-radius-sm: 8px;
    --customer-radius: 12px;
    --customer-radius-lg: 18px;
    --customer-shadow: 0 8px 28px rgba(11, 31, 54, .07);
    --customer-container: 1360px;
    --site-header-offset: 114px;
}

html { overflow-x: clip; scroll-padding-top: calc(var(--site-header-offset) + 18px); }
body { color: var(--customer-text); background: var(--customer-background); }
body, button, input, select, textarea { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.container { width: min(var(--customer-container), calc(100% - 48px)); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.compat-navigation, .compat-home-controls { display: none !important; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(243, 107, 33, .35); outline-offset: 2px; }

/* Shared customer header */
.storefront-header { position: sticky; top: 0; z-index: 50; padding: 0; color: #fff; background: var(--customer-navy); box-shadow: 0 3px 14px rgba(3, 18, 34, .18); }
.storefront-header-main { display: grid !important; grid-template-columns: auto auto minmax(240px, 1fr) auto !important; width: min(var(--customer-container), calc(100% - 48px)) !important; min-height: 72px !important; align-items: center !important; gap: 14px !important; margin: 0 auto !important; padding: 10px 0 !important; }
.storefront-header .logo { display: inline-flex; min-width: 152px; align-items: center; gap: 9px; color: #fff; text-decoration: none; }
.storefront-header .logo .brand-mark { width: 38px; height: 38px; }
.storefront-header .logo .brand-word { color: #fff; font-size: 20px; font-weight: 900; letter-spacing: .025em; }
.header-catalog-button, .callback-button { min-height: 42px; padding: 9px 15px; border-radius: 9px; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }
.header-catalog-button { border: 1px solid rgba(255,255,255,.24); color: #fff; background: rgba(255,255,255,.08); }
.header-catalog-button:hover { background: rgba(255,255,255,.15); }
.header-search { display: grid; grid-template-columns: minmax(0, 1fr) 46px; height: 44px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: #fff; }
.header-search input { min-width: 0; padding: 0 15px; border: 0; color: var(--customer-text); background: #fff; font-size: 15px; }
.header-search button { border: 0; color: var(--customer-navy); background: #fff; font-size: 24px; cursor: pointer; }
.header-search button:hover { color: var(--customer-orange); background: #f7f8fa; }
.storefront-header .header-actions { display: flex; align-items: center; gap: 5px; }
.storefront-header .header-actions > button { display: inline-flex; min-width: 0 !important; min-height: 42px; align-items: center; justify-content: center; gap: 6px; padding: 7px 9px !important; border: 0; border-radius: 8px; color: #fff; background: transparent; font: inherit; font-size: 13px !important; font-weight: 700; cursor: pointer; }
.storefront-header .header-actions > button:hover { background: rgba(255,255,255,.1); }
.storefront-header #myOrdersButton, .storefront-header #cartButton { width: auto !important; min-width: 0 !important; }
.storefront-header .header-actions .callback-button { padding-inline: 14px; background: var(--customer-orange); white-space: nowrap; }
.storefront-header .header-actions .callback-button:hover { background: var(--customer-orange-dark); }
.storefront-header .cart-count { display: grid; min-width: 19px; height: 19px; place-items: center; padding: 0 5px; border-radius: 10px; color: var(--customer-navy); background: #fff; font-size: 11px; }
.storefront-secondary { border-top: 1px solid rgba(255,255,255,.08); background: #fff; }
.storefront-secondary .container { display: flex; min-height: 42px; align-items: center; gap: 30px; }
.storefront-secondary a { position: relative; display: inline-flex; min-height: 42px; align-items: center; color: #35465a; font-size: 14px; font-weight: 700; text-decoration: none; }
.storefront-secondary a:hover { color: var(--customer-orange-dark); }
.mobile-menu-toggle, .mobile-menu { display: none; }

/* Homepage hero */
.storefront-hero { padding: 54px 0 36px; color: var(--customer-text); background: #edf2f6; }
.storefront-hero-layout { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); align-items: center; gap: 16px 48px; }
.storefront-hero-copy { align-self: end; padding: 10px 0 12px; }
.hero-eyebrow, .section-eyebrow { margin: 0 0 9px; color: var(--customer-orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.storefront-hero h1 { max-width: 710px; margin: 0; color: var(--customer-navy); font-size: clamp(40px, 4.6vw, 64px); line-height: 1.01; letter-spacing: -.035em; }
.storefront-hero .hero-description { max-width: 630px; margin: 20px 0 0; color: #53657a; font-size: 18px; line-height: 1.55; }
.storefront-hero-visual { display: flex; height: 300px; align-items: center; justify-content: center; overflow: hidden; border-radius: var(--customer-radius-lg); background: #f5f6f7; }
.storefront-hero-visual img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.hero-selector { grid-column: 1 / -1; overflow: hidden; border: 1px solid var(--customer-border); border-radius: var(--customer-radius-lg); background: var(--customer-surface); box-shadow: var(--customer-shadow); }
.hero-tabs { display: flex; border-bottom: 1px solid var(--customer-border); background: #fafbfc; }
.hero-tabs button { position: relative; min-height: 50px; padding: 12px 24px; border: 0; color: var(--customer-text-secondary); background: transparent; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }
.hero-tabs button::after { position: absolute; right: 20px; bottom: -1px; left: 20px; height: 3px; border-radius: 3px 3px 0 0; background: transparent; content: ""; }
.hero-tabs button.is-active { color: var(--customer-navy); }
.hero-tabs button.is-active::after { background: var(--customer-orange); }
.hero-tab-panel { padding: 22px 24px 18px; }
.hero-tab-panel[hidden] { display: none !important; }
.vehicle-selector-fields { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.vehicle-selector-fields label, .callback-form label { display: grid; gap: 7px; color: #415267; font-size: 12px; font-weight: 800; }
.vehicle-selector-fields select, .callback-form input, .callback-form textarea { width: 100%; min-width: 0; min-height: 46px; padding: 10px 12px; border: 1px solid #cfd8e3; border-radius: 9px; color: var(--customer-text); background: #fff; font: inherit; font-size: 15px; }
.vehicle-selector-fields select:disabled { color: #8b98a8; background: #f3f5f7; }
.hero-submit, .hero-vin-panel button, .callback-submit { min-height: 48px; margin-top: 14px; padding: 11px 22px; border: 1px solid var(--customer-orange); border-radius: 9px; color: #fff; background: var(--customer-orange); font: inherit; font-weight: 850; cursor: pointer; }
.hero-submit:disabled { border-color: #cfd8e3; color: #8793a2; background: #e8edf2; cursor: not-allowed; }
.hero-submit:not(:disabled):hover, .hero-vin-panel button:hover, .callback-submit:hover { border-color: var(--customer-orange-dark); background: var(--customer-orange-dark); }
.hero-tab-panel .search-box { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.hero-tab-panel .search-box input { min-height: 50px; padding: 0 15px; border: 1px solid #cfd8e3; border-radius: 9px; font: inherit; font-size: 16px; }
.hero-tab-panel .search-box button { min-height: 50px; padding: 0 24px; border: 0; border-radius: 9px; color: #fff; background: var(--customer-orange); font: inherit; font-weight: 850; cursor: pointer; }
.hero-tab-panel .search-hint { margin: 9px 0 0; color: var(--customer-text-secondary); font-size: 13px; }
.hero-vin-panel { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hero-vin-panel strong { color: var(--customer-navy); font-size: 19px; }
.hero-vin-panel p { margin: 5px 0 0; color: var(--customer-text-secondary); }
.hero-vin-panel button { flex: 0 0 auto; margin: 0; }
.hero-trust { margin: 0; padding: 0 24px 18px; color: var(--customer-text-secondary); font-size: 13px; }
.hero-trust::before { margin-right: 8px; color: var(--customer-success); content: "●"; }

/* Homepage sections */
.results-section { padding: 0 0 60px; }
[data-storefront-home] { display: grid; gap: 0; }
[data-storefront-home] .home-section { margin: 0; padding: 54px 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
[data-storefront-home] .home-section + .home-section { border-top: 1px solid var(--customer-border); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-heading h2 { margin: 0; color: var(--customer-navy); font-size: clamp(27px, 3vw, 38px); line-height: 1.1; }
.section-heading p:not(.section-eyebrow) { max-width: 650px; margin: 9px 0 0; color: var(--customer-text-secondary); line-height: 1.5; }
.section-link { flex: 0 0 auto; color: var(--customer-orange-dark); font-size: 14px; font-weight: 850; text-decoration: none; }
.section-link::after { content: " →"; }
.benefits-section { padding: 28px 0 !important; }
[data-storefront-home] .benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
[data-storefront-home] .benefits-grid article { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: start; gap: 12px; min-width: 0; padding: 18px; border: 1px solid var(--customer-border); border-radius: var(--customer-radius); background: #fff; box-shadow: none; }
[data-storefront-home] .benefits-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 10px; color: var(--customer-orange-dark); background: #fff1e8; font-size: 20px; font-weight: 900; }
[data-storefront-home] .benefits-grid h3 { margin: 1px 0 5px; color: var(--customer-navy); font-size: 15px; line-height: 1.3; }
[data-storefront-home] .benefits-grid p { margin: 0; color: var(--customer-text-secondary); font-size: 13px; line-height: 1.45; }
[data-storefront-home] .vehicle-catalog-home-makes { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
[data-storefront-home] .vehicle-catalog-home-make { display: flex; min-width: 0; min-height: 92px; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--customer-border); border-radius: var(--customer-radius); color: var(--customer-text); background: #fff; box-shadow: none; text-decoration: none; }
[data-storefront-home] .vehicle-catalog-home-make:hover { border-color: #f0a275; box-shadow: 0 5px 16px rgba(11,31,54,.06); transform: translateY(-1px); }
[data-storefront-home] .vehicle-catalog-home-make img { width: 44px; height: 44px; object-fit: contain; }
[data-storefront-home] .vehicle-catalog-home-make strong { min-width: 0; overflow-wrap: anywhere; font-size: 14px; }
.article-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.article-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--customer-border); border-radius: var(--customer-radius); color: inherit; background: #fff; box-shadow: 0 3px 14px rgba(11,31,54,.045); text-decoration: none; }
.article-card:hover { border-color: #f0a275; box-shadow: var(--customer-shadow); transform: translateY(-2px); }
.article-card-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #e9edf2; }
.article-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.article-card:hover .article-card-media img { transform: scale(1.025); }
.article-card-content { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 16px; }
.article-category { display: inline-flex; margin-bottom: 10px; padding: 5px 8px; border-radius: 6px; color: #a7440f; background: #fff0e6; font-size: 11px; font-weight: 850; }
.article-card h3 { margin: 0; color: var(--customer-navy); font-size: 18px; line-height: 1.28; }
.article-card p { display: -webkit-box; margin: 9px 0 13px; overflow: hidden; color: var(--customer-text-secondary); font-size: 13px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.article-time { margin-top: auto; color: #7a8796; font-size: 12px; font-weight: 700; }
.callback-strip { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(380px, auto); align-items: center; gap: 18px; margin-top: 4px !important; padding: 28px 30px !important; border: 1px solid #d8e1eb !important; border-radius: var(--customer-radius-lg) !important; background: #edf3f8 !important; }
.callback-strip-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 12px; color: #fff; background: var(--customer-navy); font-size: 23px; }
.callback-strip h2 { margin: 0; color: var(--customer-navy); font-size: 22px; }
.callback-strip p { margin: 6px 0 0; color: var(--customer-text-secondary); }
.callback-quick-form { display: grid; grid-template-columns: minmax(180px, 1fr) auto; gap: 9px; }
.callback-quick-form input { min-width: 0; min-height: 46px; padding: 0 13px; border: 1px solid #c8d2de; border-radius: 9px; font: inherit; font-size: 15px; }
.callback-quick-form button { min-height: 46px; padding: 0 17px; border: 0; border-radius: 9px; color: #fff; background: var(--customer-orange); font: inherit; font-weight: 850; cursor: pointer; white-space: nowrap; }

/* Content routes */
.storefront-route { min-height: 54vh; }
.storefront-route[hidden] { display: none; }
body.storefront-custom-route .storefront-hero,
body.storefront-custom-route .results-section,
body.storefront-custom-route #vehicleCatalogRoute { display: none !important; }
.storefront-page { padding: 34px 0 68px; }
.storefront-page-header { margin-bottom: 26px; }
.storefront-breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 15px; color: #728092; font-size: 13px; }
.storefront-breadcrumbs a { color: #52657a; text-decoration: none; }
.storefront-breadcrumbs a:hover { color: var(--customer-orange-dark); }
.storefront-page-header h1 { max-width: 900px; margin: 0; color: var(--customer-navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.07; letter-spacing: -.025em; }
.storefront-page-header > p { max-width: 760px; margin: 13px 0 0; color: var(--customer-text-secondary); font-size: 17px; line-height: 1.55; }
.category-chips { display: flex; gap: 8px; margin: 0 0 24px; padding: 2px 1px 6px; overflow-x: auto; scrollbar-width: thin; }
.category-chips button { flex: 0 0 auto; min-height: 38px; padding: 8px 13px; border: 1px solid #d6dee7; border-radius: 8px; color: #46586c; background: #fff; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
.category-chips button.is-active { border-color: var(--customer-navy); color: #fff; background: var(--customer-navy); }
.articles-empty { grid-column: 1 / -1; padding: 28px; border: 1px solid var(--customer-border); border-radius: var(--customer-radius); background: #fff; text-align: center; }

/* Article detail */
.article-detail-header { max-width: 960px; }
.article-detail-meta { display: flex; align-items: center; gap: 12px; margin: 15px 0 0; }
.article-detail-meta .article-category { margin: 0; }
.article-detail-hero { max-width: 1100px; margin: 26px 0 34px; overflow: hidden; border-radius: var(--customer-radius-lg); background: #e8edf2; box-shadow: var(--customer-shadow); }
.article-detail-hero img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 780px) 280px; align-items: start; gap: 54px; }
.article-body { color: #2e3d50; font-size: 17px; line-height: 1.72; }
.article-body section + section { margin-top: 36px; }
.article-body h2 { margin: 0 0 14px; color: var(--customer-navy); font-size: 27px; line-height: 1.22; }
.article-body p { margin: 0 0 15px; }
.article-body ul { display: grid; gap: 9px; margin: 12px 0 18px; padding-left: 22px; }
.article-callout { margin: 20px 0; padding: 17px 19px; border-left: 4px solid var(--customer-orange); border-radius: 0 10px 10px 0; color: #35465a; background: #fff4ec; font-size: 15px; font-weight: 650; line-height: 1.55; }
.article-aside { position: sticky; top: calc(var(--site-header-offset) + 18px); padding: 20px; border: 1px solid var(--customer-border); border-radius: var(--customer-radius); background: #fff; }
.article-aside strong { display: block; color: var(--customer-navy); font-size: 18px; }
.article-aside p { margin: 9px 0 15px; color: var(--customer-text-secondary); font-size: 14px; line-height: 1.5; }
.article-aside a, .article-aside button { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: center; padding: 9px 12px; border: 0; border-radius: 8px; color: #fff; background: var(--customer-orange); font: inherit; font-size: 14px; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; }
.article-help { max-width: 780px; margin-top: 46px; padding: 25px; border-radius: var(--customer-radius); color: #fff; background: var(--customer-navy); }
.article-help h2 { margin: 0; color: #fff; font-size: 23px; }
.article-help p { margin: 8px 0 16px; color: #cfdae6; }
.article-help button { min-height: 44px; padding: 9px 15px; border: 0; border-radius: 8px; color: #fff; background: var(--customer-orange); font: inherit; font-weight: 800; cursor: pointer; }

/* Contacts */
.contacts-grid { display: grid; grid-template-columns: .88fr 1fr 1.08fr; gap: 18px; }
.contact-card, .contact-callback-card, .contact-map { min-width: 0; padding: 24px; border: 1px solid var(--customer-border); border-radius: var(--customer-radius); background: #fff; }
.contact-card h2, .contact-callback-card h2, .contact-map h2 { margin: 0 0 17px; color: var(--customer-navy); font-size: 22px; }
.contact-list { display: grid; gap: 18px; margin: 0; }
.contact-list div { display: grid; gap: 5px; }
.contact-list dt { color: #7b8796; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.contact-list dd { margin: 0; color: var(--customer-text); line-height: 1.5; overflow-wrap: anywhere; }
.contact-list address { font-style: normal; }
.contact-muted { color: var(--customer-text-secondary) !important; font-size: 14px; }
.inline-callback-form { display: grid; gap: 13px; }
.inline-callback-form label { display: grid; gap: 7px; color: #47586b; font-size: 13px; font-weight: 800; }
.inline-callback-form input, .inline-callback-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cfd8e3; border-radius: 8px; font: inherit; }
.inline-callback-form button { min-height: 46px; border: 0; border-radius: 8px; color: #fff; background: var(--customer-orange); font: inherit; font-weight: 850; cursor: pointer; }
.contact-map-visual { display: flex; min-height: 270px; align-items: center; justify-content: center; padding: 24px; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #17324f, #0b1f36); text-align: center; }
.contact-map-visual span { display: block; margin-bottom: 10px; color: #ffb17e; font-size: 38px; }
.contact-map-visual address { max-width: 320px; margin: 0 auto 18px; color: #e6edf4; font-style: normal; line-height: 1.55; }
.contact-map-visual a { display: inline-flex; min-height: 43px; align-items: center; padding: 9px 14px; border-radius: 8px; color: #fff; background: var(--customer-orange); font-weight: 800; text-decoration: none; }
.support-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.support-row article { padding: 19px; border: 1px solid var(--customer-border); border-radius: var(--customer-radius); background: #fff; }
.support-row h3 { margin: 0 0 7px; color: var(--customer-navy); font-size: 16px; }
.support-row p { margin: 0; color: var(--customer-text-secondary); font-size: 14px; line-height: 1.5; }

/* Delivery */
.delivery-intro { max-width: 880px; margin-bottom: 22px; padding: 18px 20px; border: 1px solid #fed3b9; border-radius: var(--customer-radius); color: #6f3b1d; background: #fff7f1; line-height: 1.55; }
.delivery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.delivery-card { padding: 23px; border: 1px solid var(--customer-border); border-radius: var(--customer-radius); background: #fff; }
.delivery-card-number { display: grid; width: 36px; height: 36px; place-items: center; margin-bottom: 15px; border-radius: 9px; color: #fff; background: var(--customer-navy); font-size: 14px; font-weight: 900; }
.delivery-card h2 { margin: 0 0 9px; color: var(--customer-navy); font-size: 21px; }
.delivery-card p { margin: 0; color: var(--customer-text-secondary); line-height: 1.58; }
.delivery-card ul { margin: 10px 0 0; padding-left: 19px; color: var(--customer-text-secondary); line-height: 1.55; }
.delivery-help { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 18px; padding: 24px; border-radius: var(--customer-radius); color: #fff; background: var(--customer-navy); }
.delivery-help h2 { margin: 0; color: #fff; font-size: 22px; }
.delivery-help p { margin: 7px 0 0; color: #d3deea; }
.delivery-help button { flex: 0 0 auto; min-height: 44px; padding: 9px 16px; border: 0; border-radius: 8px; color: #fff; background: var(--customer-orange); font: inherit; font-weight: 850; cursor: pointer; }

/* Callback shared component */
.callback-modal-backdrop { z-index: 200; align-items: center; justify-content: center; padding: 20px; }
.callback-modal-backdrop:not(.hidden) { display: flex; }
.callback-modal-card { position: relative; width: min(520px, 100%); max-height: calc(100dvh - 40px); overflow: auto; padding: 28px; border-radius: 16px; background: #fff; box-shadow: 0 25px 80px rgba(3,18,34,.28); }
.callback-modal-heading { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 13px; margin-bottom: 22px; }
.callback-modal-heading > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 11px; color: #fff; background: var(--customer-navy); font-size: 22px; }
.callback-modal-heading p { margin: 0 0 3px; color: var(--customer-orange-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.callback-modal-heading h2 { margin: 0; color: var(--customer-navy); font-size: 26px; }
.callback-modal-heading small { display: block; margin-top: 7px; color: var(--customer-text-secondary); line-height: 1.45; }
.callback-form { display: grid; gap: 14px; }
.callback-form label > span { color: #8290a0; font-weight: 600; }
.callback-form textarea { resize: vertical; }
.callback-form-status { min-height: 20px; margin: 0; color: #b42318; font-size: 13px; }
.callback-submit { width: 100%; margin: 0; }
.callback-success { padding: 24px 0 8px; text-align: center; }
.callback-success > span { display: grid; width: 58px; height: 58px; margin: 0 auto 14px; place-items: center; border-radius: 50%; color: #fff; background: var(--customer-success); font-size: 28px; }
.callback-success h3 { margin: 0; color: var(--customer-navy); font-size: 25px; }
.callback-success p { margin: 9px 0 19px; color: var(--customer-text-secondary); }
.callback-success button { min-height: 42px; padding: 8px 16px; border: 1px solid var(--customer-border); border-radius: 8px; background: #fff; font: inherit; font-weight: 800; cursor: pointer; }

/* Footer */
.storefront-footer { padding: 48px 0 22px; color: #bec9d5; background: #081a2d; }
.storefront-footer .footer-inner { display: grid; grid-template-columns: 1.5fr repeat(3, minmax(135px, .7fr)) 1.2fr; align-items: start; gap: 28px; }
.footer-logo { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; }
.footer-logo img { width: 42px; height: 42px; }
.storefront-footer .footer-brand strong { color: #fff; font-size: 21px; letter-spacing: .02em; }
.storefront-footer .footer-brand p { max-width: 310px; margin: 14px 0 0; color: #aebbc8; font-size: 14px; line-height: 1.6; }
.storefront-footer .footer-navigation, .storefront-footer .footer-pickup { display: grid; align-content: start; gap: 9px; }
.storefront-footer .footer-navigation > strong, .storefront-footer .footer-pickup > strong { margin-bottom: 4px; color: #fff; font-size: 14px; }
.storefront-footer .footer-navigation a, .storefront-footer .footer-navigation button, .storefront-footer .footer-pickup a { width: fit-content; padding: 0; border: 0; color: #b8c4d0; background: transparent; font: inherit; font-size: 13px; line-height: 1.45; text-align: left; text-decoration: none; cursor: pointer; }
.storefront-footer .footer-navigation a:hover, .storefront-footer .footer-navigation button:hover, .storefront-footer .footer-pickup a:hover { color: #fff; }
.storefront-footer .footer-pickup-address { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 7px; }
.storefront-footer .footer-pickup address { color: #b8c4d0; font-size: 13px; font-style: normal; line-height: 1.5; }
.storefront-footer .footer-pickup a { color: #ff9b62; }
.storefront-footer .footer-bottom { grid-column: 1 / -1; margin-top: 12px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: #8292a3; }

@media (max-width: 1180px) {
    .storefront-header-main { grid-template-columns: auto auto minmax(190px, 1fr) auto !important; gap: 9px !important; }
    .storefront-header .logo { min-width: auto; }
    .storefront-header .header-actions > button span:not(.cart-count) { display: none; }
    .storefront-header .header-actions .callback-button { display: none; }
    [data-storefront-home] .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    [data-storefront-home] .vehicle-catalog-home-makes { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .callback-strip { grid-template-columns: auto minmax(0, 1fr); }
    .callback-quick-form { grid-column: 2; }
    .storefront-footer .footer-inner { grid-template-columns: 1.4fr repeat(3, .75fr); }
    .storefront-footer .footer-pickup { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
    :root { --site-header-offset: 114px; }
    .container { width: min(100% - 32px, var(--customer-container)); }
    .storefront-hero { padding-top: 36px; }
    .storefront-hero-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 18px 24px; }
    .storefront-hero h1 { font-size: 43px; }
    .storefront-hero-visual { height: 240px; }
    .vehicle-selector-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contacts-grid { grid-template-columns: 1fr 1fr; }
    .contact-map { grid-column: 1 / -1; }
    .contact-map-visual { min-height: 220px; }
    .article-layout { grid-template-columns: minmax(0, 1fr); }
    .article-aside { position: static; max-width: 780px; }
}

@media (max-width: 767px) {
    :root { --site-header-offset: 64px; }
    .container { width: min(100% - 28px, var(--customer-container)); }
    .storefront-header-main { grid-template-columns: minmax(0, 1fr) auto auto !important; width: min(100% - 28px, var(--customer-container)) !important; min-height: 64px !important; padding: 8px 0 !important; }
    .storefront-header .logo .brand-mark { width: 36px; height: 36px; }
    .storefront-header .logo .brand-word { font-size: 18px; }
    .header-catalog-button, .header-search, .storefront-secondary, .storefront-header .header-actions .header-action, .storefront-header .header-actions .account-button { display: none !important; }
    .storefront-header .header-actions { grid-column: 2; }
    .storefront-header .header-actions .cart-button { display: inline-flex; width: 42px; height: 42px; padding: 0; }
    .storefront-header .header-actions .cart-text { display: none; }
    .mobile-menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 4px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: transparent; cursor: pointer; }
    .mobile-menu-toggle span { display: block; width: 20px; height: 2px; border-radius: 2px; background: #fff; }
    .mobile-menu { position: fixed; z-index: 49; top: 64px; right: 0; bottom: 0; left: 0; display: block; background: rgba(3,18,34,.55); }
    .mobile-menu[hidden] { display: none; }
    .mobile-menu-panel { padding: 16px 14px 24px; border-top: 1px solid rgba(255,255,255,.08); background: var(--customer-navy); box-shadow: 0 14px 30px rgba(3,18,34,.22); }
    .mobile-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; margin-bottom: 14px; }
    .mobile-search input { min-width: 0; min-height: 44px; padding: 0 12px; border: 0; border-radius: 8px; font: inherit; font-size: 16px; }
    .mobile-search button { min-height: 44px; padding: 0 14px; border: 0; border-radius: 8px; color: #fff; background: var(--customer-orange); font: inherit; font-weight: 800; }
    .mobile-menu nav { display: grid; }
    .mobile-menu nav a, .mobile-menu nav button { display: flex; min-height: 46px; align-items: center; padding: 0 6px; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; background: transparent; font: inherit; font-size: 15px; font-weight: 700; text-align: left; text-decoration: none; }
    .mobile-menu nav .mobile-callback { justify-content: center; margin-top: 14px; border: 0; border-radius: 8px; background: var(--customer-orange); }
    body.mobile-menu-open { overflow: hidden; }

    .storefront-hero { padding: 28px 0 22px; }
    .storefront-hero-layout { display: flex; flex-direction: column; align-items: stretch; gap: 18px; }
    .storefront-hero-copy { order: 1; padding: 0; }
    .storefront-hero h1 { font-size: clamp(34px, 10vw, 43px); }
    .storefront-hero .hero-description { margin-top: 14px; font-size: 15px; line-height: 1.48; }
    .storefront-hero-visual { order: 2; height: 150px; border-radius: 12px; }
    .hero-selector { order: 3; border-radius: 13px; }
    .hero-tabs { overflow-x: auto; }
    .hero-tabs button { flex: 1 0 auto; min-height: 47px; padding: 10px 15px; }
    .hero-tab-panel { padding: 17px 15px 14px; }
    .vehicle-selector-fields { grid-template-columns: 1fr; gap: 10px; }
    .vehicle-selector-fields label { gap: 5px; }
    .vehicle-selector-fields select { min-height: 44px; font-size: 16px; }
    .hero-submit { width: 100%; }
    .hero-tab-panel .search-box { grid-template-columns: 1fr; }
    .hero-tab-panel .search-box input { font-size: 16px; }
    .hero-vin-panel { align-items: stretch; flex-direction: column; }
    .hero-vin-panel button { width: 100%; }
    .hero-trust { padding: 0 15px 15px; }

    [data-storefront-home] .home-section { padding: 38px 0; }
    .benefits-section { padding: 20px 0 !important; }
    [data-storefront-home] .benefits-grid { grid-template-columns: 1fr; gap: 9px; }
    [data-storefront-home] .benefits-grid article { min-height: 0; padding: 14px; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 18px; }
    .section-heading h2 { font-size: 28px; }
    [data-storefront-home] .vehicle-catalog-home-makes { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    [data-storefront-home] .vehicle-catalog-home-make { min-height: 74px; gap: 9px; padding: 11px; }
    [data-storefront-home] .vehicle-catalog-home-make img { width: 35px; height: 35px; }
    .article-grid { grid-template-columns: 1fr; gap: 13px; }
    .article-card { display: grid; grid-template-columns: 124px minmax(0, 1fr); }
    .article-card-media { aspect-ratio: auto; min-height: 100%; }
    .article-card-content { padding: 13px; }
    .article-card h3 { font-size: 16px; }
    .article-card p { display: none; }
    .article-category { margin-bottom: 7px; }
    .callback-strip { grid-template-columns: 1fr; gap: 13px; padding: 22px !important; }
    .callback-strip-icon { width: 44px; height: 44px; }
    .callback-quick-form { grid-column: 1; grid-template-columns: 1fr; width: 100%; }
    .callback-quick-form input { font-size: 16px; }

    .storefront-page { padding: 25px 0 48px; }
    .storefront-page-header { margin-bottom: 21px; }
    .storefront-page-header h1 { font-size: 34px; }
    .storefront-page-header > p { font-size: 15px; }
    .category-chips { width: 100%; margin-right: 0; margin-left: 0; padding-inline: 1px; }
    .article-detail-hero { margin: 20px 0 27px; border-radius: 12px; }
    .article-body { font-size: 16px; line-height: 1.67; }
    .article-body h2 { font-size: 23px; }
    .article-help { margin-top: 34px; padding: 21px; }
    .contacts-grid, .support-row, .delivery-grid { grid-template-columns: 1fr; }
    .contact-map { grid-column: auto; }
    .contact-card, .contact-callback-card, .contact-map { padding: 20px; }
    .delivery-help { align-items: stretch; flex-direction: column; }
    .delivery-help button { width: 100%; }

    .callback-modal-backdrop { align-items: flex-end; padding: 0; }
    .callback-modal-card { width: 100%; max-height: calc(100dvh - 12px); padding: 23px 18px max(22px, env(safe-area-inset-bottom)); border-radius: 16px 16px 0 0; }
    .callback-form input, .callback-form textarea { font-size: 16px; }

    .storefront-footer { padding: 36px 0 20px; }
    .storefront-footer .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
    .storefront-footer .footer-brand, .storefront-footer .footer-pickup, .storefront-footer .footer-bottom { grid-column: 1 / -1; }
}

/* Strict reference reproduction — pass 1: macro homepage geometry. */
@media (min-width: 768px) {
    :root { --site-header-offset: 116px; }

    .storefront-header-main {
        min-height: 72px !important;
        gap: 16px !important;
        padding: 11px 0 !important;
    }
    .storefront-header .logo { min-width: 144px; }
    .storefront-header .logo .brand-word { font-size: 23px; }
    .header-catalog-button { min-width: 112px; min-height: 44px; }
    .header-search { height: 44px; }
    .storefront-header .header-actions { gap: 8px; }
    .storefront-header .header-actions > button {
        min-height: 44px;
        padding-inline: 11px !important;
    }
    .storefront-header .header-actions .callback-button { min-width: 126px; }
    .storefront-secondary .container,
    .storefront-secondary a { min-height: 44px; }

    .storefront-hero {
        min-height: 520px;
        padding: 42px 0 36px;
        background: linear-gradient(110deg, #f9fbfc 0%, #edf2f6 55%, #dce5ed 100%);
    }
    .storefront-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(520px, 1.04fr);
        gap: 22px 24px;
    }
    .storefront-hero-copy { align-self: start; padding-top: 8px; }
    .storefront-hero h1 { max-width: 670px; font-size: 51px; line-height: 1.04; }
    .storefront-hero .hero-description { max-width: 580px; margin-top: 17px; font-size: 15px; line-height: 1.55; }
    .storefront-hero-visual {
        height: 442px;
        margin-right: -26px;
        transform: translateX(-8px);
    }
    .storefront-hero-visual img {
        object-fit: cover;
        object-position: 48% 50%;
        filter: none;
        mix-blend-mode: normal;
        -webkit-mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 96%, transparent 100%);
        mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 96%, transparent 100%);
    }
    .hero-selector { max-width: 650px; }
    .hero-tabs button { min-height: 48px; padding: 12px 22px; font-size: 13px; }
    .hero-tab-panel { padding: 18px 18px 13px; }
    .vehicle-selector-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
    .vehicle-selector-fields label[hidden] { display: none !important; }
    .vehicle-selector-fields select { min-height: 46px; padding-inline: 12px; font-size: 13px; }
    .hero-submit { min-width: 192px; min-height: 46px; margin-top: 14px; font-size: 13px; }
    .hero-trust { padding: 0 18px 16px; font-size: 12px; }

    .benefits-section { min-height: 140px; padding: 25px 0 !important; }
    [data-storefront-home] .benefits-grid article {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        min-height: 90px;
        align-items: center;
        padding: 10px 24px;
    }
    [data-storefront-home] .benefits-grid article > span { width: 46px; height: 46px; font-size: 19px; }
    [data-storefront-home] .benefits-grid h3 { font-size: 14px; line-height: 1.35; }
    [data-storefront-home] .benefits-grid p { font-size: 12px; }

    [data-storefront-home] .vehicle-catalog-home { padding: 44px 0 42px; }
    .section-heading { margin-bottom: 24px; }
    .section-heading h2 { font-size: 29px; }
    .section-heading p:not(.section-eyebrow) { display: none; }
    .section-link { font-size: 13px; }
    [data-storefront-home] .vehicle-catalog-home-make {
        min-height: 128px;
        gap: 8px;
        padding: 14px 8px 12px;
    }
    [data-storefront-home] .vehicle-catalog-home-make img { width: 50px; height: 50px; }
    [data-storefront-home] .vehicle-catalog-home-make strong { font-size: 13px; }
    [data-storefront-home] .vehicle-catalog-home-make small { color: #708093; font-size: 10px; line-height: 1.2; }
    .makes-carousel { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; margin-inline: -20px; }
    .makes-carousel-control { width: 42px; height: 42px; }

    [data-storefront-home] .homepage-articles { padding: 44px 0 42px; }
    .homepage-articles .article-grid { gap: 18px; }
    .homepage-articles .article-card-media { aspect-ratio: 2.05 / 1; }
    .homepage-articles .article-card-content { min-height: 190px; padding: 16px; }
    .homepage-articles .article-category { margin-bottom: 9px; font-size: 10px; }
    .homepage-articles .article-card h3 { font-size: 17px; line-height: 1.3; }
    .homepage-articles .article-card p { margin: 10px 0 13px; font-size: 12px; line-height: 1.5; -webkit-line-clamp: 3; }
    .homepage-articles .article-time { font-size: 11px; }

    [data-storefront-home] .callback-strip {
        min-height: 132px;
        grid-template-columns: 58px minmax(0, 1fr) minmax(470px, auto);
        gap: 20px;
        padding: 25px 28px !important;
    }
    .callback-strip-icon { width: 56px; height: 56px; font-size: 24px; }
    .callback-strip h2 { font-size: 21px; }
    .callback-strip p { max-width: 440px; font-size: 13px; }
    .callback-quick-form { grid-template-columns: minmax(240px, 1fr) 180px; align-items: start; }
    .callback-quick-form input,
    .callback-quick-form button { min-height: 46px; font-size: 13px; }
    .callback-quick-form small { grid-column: 1 / -1; color: #7b8795; font-size: 10px; }

    .results-section { padding-bottom: 36px; }
    .storefront-footer { min-height: 304px; padding: 48px 0 24px; }
    .storefront-footer .footer-inner { gap: 32px; }
    .storefront-footer .footer-logo strong { font-size: 24px; }
    .storefront-footer .footer-brand p { max-width: 280px; margin-top: 18px; font-size: 13px; line-height: 1.65; }
    .storefront-footer .footer-navigation,
    .storefront-footer .footer-pickup { gap: 11px; }
    .storefront-footer .footer-navigation > strong,
    .storefront-footer .footer-pickup > strong { margin-bottom: 6px; font-size: 14px; }
    .storefront-footer .footer-navigation a,
    .storefront-footer .footer-navigation button,
    .storefront-footer .footer-pickup a,
    .storefront-footer .footer-pickup address { font-size: 12px; line-height: 1.55; }
    .storefront-footer .footer-bottom { margin-top: 20px; padding-top: 20px; }
}

/* Strict reference reproduction — pass 3: polish and measured corrections. */
@media (min-width: 768px) {
    :root { --site-header-offset: 176px; }

    .storefront-header-main { min-height: 96px !important; padding-block: 16px !important; }
    .storefront-header .logo .brand-word { font-size: 25px; }
    .storefront-secondary .container,
    .storefront-secondary a { min-height: 76px; }
    .storefront-header .header-actions > button:not(.callback-button) {
        position: relative;
        flex-direction: column;
        gap: 2px;
        min-width: 58px !important;
        padding: 5px 7px !important;
        line-height: 1.05;
    }
    .storefront-header .header-actions > button:not(.callback-button) > span:first-child { font-size: 16px; }
    .storefront-header .cart-count {
        position: absolute;
        top: 2px;
        right: 4px;
        min-width: 17px;
        height: 17px;
        color: #fff;
        background: var(--customer-orange);
    }
    .storefront-header .callback-button { min-height: 48px; }

    .storefront-hero { min-height: 567px; }
    .hero-selector { border-radius: 10px; box-shadow: 0 10px 28px rgba(11,31,54,.11); }
    .hero-tabs { background: #fff; }
    .hero-tabs button::after { height: 2px; }
    .vehicle-selector-fields select { border-color: #dbe2e9; border-radius: 6px; background-color: #fbfcfd; }
    .hero-submit,
    .hero-submit:disabled {
        border-color: var(--customer-orange);
        color: #fff;
        background: var(--customer-orange);
        opacity: 1;
    }
    .hero-submit:disabled { cursor: not-allowed; filter: saturate(.82); }
    .hero-trust::before { color: #6d93b9; content: "✓"; }

    .benefits-section { min-height: 161px; padding-block: 34px !important; }
    [data-storefront-home] .benefits-grid article > span { box-shadow: 0 5px 14px rgba(11,31,54,.05); }

    [data-storefront-home] .vehicle-catalog-home { padding: 28px 0 18px; }
    .vehicle-catalog-home .section-heading { margin-bottom: 18px; }
    [data-storefront-home] .vehicle-catalog-home-make {
        min-height: 146px;
        border-radius: 10px;
        box-shadow: 0 4px 13px rgba(11,31,54,.035);
    }
    [data-storefront-home] .vehicle-catalog-home-make img { width: 56px; height: 56px; }

    [data-storefront-home] .homepage-articles { padding: 22px 0 20px; }
    .homepage-articles .section-heading { margin-bottom: 15px; }
    .homepage-articles .article-card {
        gap: 0;
        padding: 0;
        border-radius: 7px;
        box-shadow: 0 3px 12px rgba(11,31,54,.04);
    }
    .homepage-articles .article-card-media { aspect-ratio: 2.4 / 1; }
    .homepage-articles .article-card-content { min-height: 195px; padding: 10px 12px; }
    .homepage-articles .article-card p { margin: 7px 0 9px; font-size: 11px; line-height: 1.45; -webkit-line-clamp: 2; }
    .homepage-articles .article-category { border-radius: 5px; }

    [data-storefront-home] .callback-strip {
        min-height: 153px;
        border-color: #e2e7ed !important;
        border-radius: 10px !important;
        box-shadow: 0 5px 18px rgba(11,31,54,.035);
    }
    .callback-quick-form input { background: #fff; }

    .storefront-footer { min-height: 356px; padding: 58px 0 28px; }
    .storefront-footer .footer-inner { min-height: 270px; align-content: space-between; }
    .storefront-footer .footer-bottom { align-self: end; text-align: left; }
}

@media (max-width: 767px) {
    .storefront-header-main { grid-template-columns: minmax(0, 1fr) auto !important; }
    .storefront-header .header-actions { display: none; }
    .mobile-menu-toggle { grid-column: 2; }
    .vehicle-selector-fields label[hidden] { display: none !important; }
    .hero-submit:disabled { border-color: var(--customer-orange); color: #fff; background: var(--customer-orange); opacity: .86; }
    [data-storefront-home] .vehicle-catalog-home-make small { color: #758397; font-size: 9px; }
    .homepage-articles .article-card { padding: 0; gap: 0; }
    .callback-quick-form small { color: #748294; font-size: 9px; }
}

/* Stage 10.6: verified business content, delivery and returns. */
.callback-direct-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 12px;
    align-items: center;
    font-size: 12px !important;
}
.callback-direct-contact span { color: #6d7d8f; }
.callback-direct-contact a,
.article-contact-links a,
.delivery-contact-links a,
.returns-contact-links a,
.contact-list a {
    color: var(--customer-orange-dark);
    font-weight: 800;
    text-decoration: none;
    overflow-wrap: anywhere;
}
.callback-direct-contact a:hover,
.article-contact-links a:hover,
.delivery-contact-links a:hover,
.returns-contact-links a:hover,
.contact-list a:hover { text-decoration: underline; }

.contact-hours { display: grid; gap: 1px; }
.contact-hours strong { color: var(--customer-text); font-size: 15px; }
.contact-hours span { color: var(--customer-text-secondary); font-size: 14px; }
.contact-callback-intro { margin: -7px 0 16px; color: var(--customer-text-secondary); font-size: 14px; line-height: 1.5; }

.delivery-overview { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.delivery-card-secondary { margin-top: 10px !important; }
.delivery-inline-link { display: inline-flex; margin-top: 12px; color: var(--customer-orange-dark); font-size: 14px; font-weight: 800; text-decoration: none; }
.delivery-inline-link:hover { text-decoration: underline; }
.order-flow-section { margin-top: 30px; }
.order-flow-section > h2,
.returns-flow-section > h2 { margin: 0 0 16px; color: var(--customer-navy); font-size: 27px; }
.order-flow-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 11px; }
.order-flow-step { min-height: 164px; padding: 19px; }
.order-flow-step .delivery-card-number { width: 32px; height: 32px; margin-bottom: 13px; }
.order-flow-step p { color: var(--customer-text); font-size: 14px; line-height: 1.52; }
.delivery-returns-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 24px;
    align-items: center;
    margin-top: 18px;
    padding: 22px 24px;
    border: 1px solid var(--customer-border);
    border-radius: var(--customer-radius);
    background: #fff;
}
.delivery-returns-card h2 { margin: 0; color: var(--customer-navy); font-size: 21px; }
.delivery-returns-card p { margin: 0; color: var(--customer-text-secondary); line-height: 1.55; }
.delivery-returns-card a { grid-column: 2; grid-row: 1 / span 2; color: var(--customer-orange-dark); font-weight: 850; text-decoration: none; }
.delivery-returns-card a:hover { text-decoration: underline; }
.delivery-contact-links,
.article-contact-links,
.returns-contact-links { display: flex; flex-wrap: wrap; gap: 5px 14px; }
.delivery-contact-links { margin-top: 10px; }
.delivery-contact-links a,
.article-contact-links a { color: #fff; }
.article-contact-links { margin-top: 13px; }

.returns-lead {
    max-width: 1040px;
    padding: 24px 26px;
    border: 1px solid #fed3b9;
    border-radius: var(--customer-radius);
    background: #fff7f1;
}
.returns-lead h2 { margin: 0 0 12px; color: var(--customer-navy); font-size: 24px; }
.returns-lead p { margin: 8px 0 0; color: #5e493d; line-height: 1.6; }
.returns-written-note {
    display: grid;
    max-width: 1040px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 24px;
    align-items: center;
    margin-top: 16px;
    padding: 18px 20px;
    border: 1px solid var(--customer-border);
    border-radius: 11px;
    background: #f7f9fb;
}
.returns-written-note strong { color: var(--customer-navy); font-size: 16px; }
.returns-written-note p { grid-column: 1; margin: 0; color: var(--customer-text-secondary); font-size: 13px; line-height: 1.55; }
.returns-print {
    grid-column: 2;
    grid-row: 1 / span 3;
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid #cbd5df;
    border-radius: 8px;
    color: var(--customer-navy);
    background: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}
.returns-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.returns-card { padding: 22px; border: 1px solid var(--customer-border); border-radius: var(--customer-radius); background: #fff; }
.returns-card:last-child { grid-column: 1 / -1; }
.returns-card h2 { margin: 0 0 10px; color: var(--customer-navy); font-size: 20px; }
.returns-card p { margin: 8px 0 0; color: var(--customer-text-secondary); line-height: 1.58; }
.returns-flow-section { margin-top: 30px; }
.returns-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.returns-flow article { min-width: 0; padding: 20px; border: 1px solid var(--customer-border); border-radius: var(--customer-radius); background: #fff; }
.returns-flow article > span { display: block; margin-bottom: 13px; color: var(--customer-orange-dark); font-size: 13px; font-weight: 900; }
.returns-flow h3 { margin: 0 0 8px; color: var(--customer-navy); font-size: 17px; }
.returns-flow p { margin: 0; color: var(--customer-text-secondary); font-size: 14px; line-height: 1.55; }
.returns-contact-links { display: grid; gap: 6px; }

.footer-contacts > span { color: #b8c4d0; font-size: 13px; line-height: 1.45; }

@media (max-width: 1000px) {
    .delivery-overview { grid-template-columns: 1fr; }
    .order-flow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .returns-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .callback-direct-contact { margin-top: 9px !important; }
    .delivery-overview,
    .order-flow-grid,
    .returns-grid,
    .returns-flow { grid-template-columns: 1fr; }
    .order-flow-step { min-height: 0; }
    .delivery-returns-card { display: block; padding: 20px; }
    .delivery-returns-card p { margin-top: 7px; }
    .delivery-returns-card a { display: inline-flex; margin-top: 12px; }
    .returns-lead { padding: 20px; }
    .returns-written-note { display: block; padding: 17px; }
    .returns-written-note p { margin-top: 7px; }
    .returns-print { width: 100%; margin-top: 13px; }
    .returns-card,
    .returns-card:last-child { grid-column: auto; padding: 19px; }
    .returns-flow-section > h2,
    .order-flow-section > h2 { font-size: 24px; }
    .footer-contacts > span { font-size: 12px; }
}

@media print {
    .storefront-header,
    .storefront-footer,
    .returns-print,
    .scroll-to-top { display: none !important; }
    .storefront-page { max-width: none; padding: 0; }
    .returns-card,
    .returns-lead,
    .returns-written-note,
    .returns-flow article { break-inside: avoid; box-shadow: none; }
}

@media (max-width: 359px) {
    .container { width: calc(100% - 24px); }
    .storefront-header .logo { gap: 7px; }
    .storefront-header .logo .brand-word { font-size: 17px; }
    .storefront-hero-visual { height: 126px; }
    .hero-tabs button { padding-inline: 10px; }
    .article-card { grid-template-columns: 108px minmax(0, 1fr); }
    .article-card-content { padding: 11px; }
    .article-card h3 { font-size: 15px; }
    .storefront-footer .footer-inner { grid-template-columns: 1fr; }
    .storefront-footer .footer-brand, .storefront-footer .footer-pickup, .storefront-footer .footer-bottom { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    .article-card, .article-card-media img, .vehicle-catalog-home-make { transition: none !important; }
}

/* Stage 10.0 — approved storefront reference alignment. */
:root {
    --customer-navy: #071d33;
    --customer-navy-soft: #0c2946;
    --customer-orange: #ff6413;
    --customer-orange-dark: #dd4f08;
    --customer-background: #f7f9fb;
    --customer-border: #e1e7ee;
    --customer-container: 1320px;
    --site-header-offset: 98px;
}

body { background: #fff; }
.storefront-header { background: var(--customer-navy); box-shadow: 0 3px 12px rgba(3, 18, 34, .16); }
.storefront-header-main {
    grid-template-columns: auto auto minmax(300px, 1fr) auto !important;
    min-height: 62px !important;
    gap: 13px !important;
    padding: 8px 0 !important;
}
.storefront-header .logo { min-width: 122px; gap: 0; }
.storefront-header .logo .brand-mark { display: none; }
.storefront-header .logo .brand-word,
.storefront-footer .footer-logo strong {
    color: #fff !important;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .015em;
    text-shadow: none !important;
    -webkit-text-fill-color: #fff !important;
}
.storefront-header .logo .brand-accent,
.storefront-footer .footer-logo .brand-accent {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--customer-orange) !important;
    text-shadow: none !important;
    -webkit-text-fill-color: var(--customer-orange) !important;
}
.header-catalog-button,
.callback-button { min-height: 40px; border-radius: 7px; }
.header-catalog-button { border-color: var(--customer-orange); background: var(--customer-orange); }
.header-catalog-button:hover { background: var(--customer-orange-dark); }
.header-search { height: 40px; border-radius: 7px; }
.storefront-header .header-actions > button { min-height: 40px; font-size: 12px !important; }
.storefront-header .header-actions .callback-button { border-radius: 7px; }
.storefront-secondary { border-color: rgba(255,255,255,.08); background: var(--customer-navy); }
.storefront-secondary .container { min-height: 36px; gap: 32px; }
.storefront-secondary a { min-height: 36px; color: #d9e2eb; font-size: 12px; }
.storefront-secondary a:hover { color: #fff; }

.storefront-hero {
    min-height: 404px;
    padding: 30px 0 28px;
    background:
        radial-gradient(circle at 83% 42%, rgba(172, 192, 208, .26), transparent 33%),
        linear-gradient(112deg, #fbfcfd 0%, #eef3f7 57%, #e4ebf1 100%);
}
.storefront-hero-layout {
    grid-template-columns: minmax(0, .98fr) minmax(450px, 1.02fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 17px 42px;
}
.storefront-hero-copy { grid-column: 1; grid-row: 1; align-self: end; padding: 0; }
.storefront-hero .hero-eyebrow { display: none; }
.storefront-hero h1 { max-width: 650px; font-size: clamp(39px, 3.35vw, 50px); line-height: 1.03; letter-spacing: -.032em; }
.storefront-hero .hero-description { max-width: 570px; margin-top: 12px; font-size: 14px; line-height: 1.46; }
.storefront-hero-visual {
    grid-column: 2;
    grid-row: 1 / 3;
    height: 330px;
    align-self: center;
    overflow: visible;
    border-radius: 0;
    background: transparent;
}
.storefront-hero-visual img {
    object-fit: contain;
    filter: drop-shadow(0 16px 16px rgba(12, 31, 50, .14));
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse 76% 69% at 53% 51%, #000 66%, transparent 100%);
    mask-image: radial-gradient(ellipse 76% 69% at 53% 51%, #000 66%, transparent 100%);
}
.hero-selector {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    border-radius: 12px;
    box-shadow: 0 9px 28px rgba(11, 31, 54, .09);
}
.hero-tabs button { min-height: 42px; padding: 9px 16px; font-size: 12px; }
.hero-tabs button::after { right: 14px; left: 14px; }
.hero-tab-panel { padding: 14px 16px 10px; }
.vehicle-selector-fields { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.vehicle-selector-fields label { gap: 0; font-size: 0; }
.vehicle-selector-fields select { min-height: 40px; padding: 7px 9px; border-radius: 7px; font-size: 12px; }
.hero-submit { display: block; min-height: 40px; margin: 10px 0 0 auto; padding: 8px 18px; border-radius: 7px; font-size: 12px; }
.hero-trust { padding: 0 16px 11px; font-size: 11px; }
.hero-tab-panel .search-box input,
.hero-tab-panel .search-box button { min-height: 43px; }

.results-section { padding-bottom: 48px; background: #fff; }
[data-storefront-home] .home-section { padding: 38px 0; }
[data-storefront-home] .home-section + .home-section { border-color: #e7ebf0; }
.benefits-section { padding: 20px 0 !important; }
[data-storefront-home] .benefits-grid { gap: 0; }
[data-storefront-home] .benefits-grid article {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 11px;
    min-height: 72px;
    padding: 8px 18px;
    border: 0;
    border-right: 1px solid #e7ebf0;
    border-radius: 0;
}
[data-storefront-home] .benefits-grid article:first-child { padding-left: 6px; }
[data-storefront-home] .benefits-grid article:last-child { border-right: 0; }
[data-storefront-home] .benefits-grid article > span { width: 38px; height: 38px; border: 1px solid #e3e8ee; border-radius: 50%; color: var(--customer-navy); background: #fff; font-size: 17px; }
[data-storefront-home] .benefits-grid h3 { margin: 0 0 3px; font-size: 13px; }
[data-storefront-home] .benefits-grid p { font-size: 11px; line-height: 1.4; }
.section-heading { margin-bottom: 17px; }
.section-heading .section-eyebrow { display: none; }
.section-heading h2 { font-size: clamp(24px, 2.2vw, 30px); }
.section-heading p:not(.section-eyebrow) { margin-top: 6px; font-size: 13px; }
.section-link { font-size: 12px; }
.makes-carousel { display: grid; grid-template-columns: 34px minmax(0, 1fr) 34px; align-items: center; gap: 8px; }
.makes-carousel-control { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #dce3ea; border-radius: 50%; color: var(--customer-navy); background: #fff; font: inherit; font-size: 25px; line-height: 1; cursor: pointer; }
.makes-carousel-control:hover { border-color: #f2a77e; color: var(--customer-orange-dark); }
[data-storefront-home] .vehicle-catalog-home-makes {
    display: grid;
    grid-template-columns: none;
    grid-auto-columns: calc((100% - 70px) / 8);
    grid-auto-flow: column;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}
[data-storefront-home] .vehicle-catalog-home-makes::-webkit-scrollbar { display: none; }
[data-storefront-home] .vehicle-catalog-home-make {
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    min-height: 96px;
    padding: 12px 8px;
    border-radius: 9px;
    text-align: center;
    scroll-snap-align: start;
}
[data-storefront-home] .vehicle-catalog-home-make img { width: 40px; height: 40px; }
[data-storefront-home] .vehicle-catalog-home-make strong { font-size: 12px; }
.article-grid { gap: 13px; }
.article-card { border-radius: 9px; box-shadow: none; }
.article-card-media { aspect-ratio: 1.9 / 1; }
.article-card-content { padding: 12px; }
.article-category { margin-bottom: 7px; padding: 4px 7px; font-size: 9px; }
.article-card h3 { font-size: 15px; line-height: 1.25; }
.article-card p { margin: 7px 0 10px; font-size: 11px; line-height: 1.42; -webkit-line-clamp: 2; }
.article-time { font-size: 10px; }
.callback-strip {
    grid-template-columns: 46px minmax(0, 1fr) minmax(360px, auto);
    gap: 14px;
    margin-top: 0 !important;
    padding: 20px 22px !important;
    border-radius: 10px !important;
    background: linear-gradient(105deg, #f5f7fa, #eef3f7) !important;
}
.callback-strip-icon { width: 44px; height: 44px; border-radius: 50%; font-size: 19px; }
.callback-strip h2 { font-size: 18px; }
.callback-strip p { margin-top: 4px; font-size: 12px; }
.callback-quick-form input,
.callback-quick-form button { min-height: 40px; border-radius: 7px; font-size: 12px; }

.storefront-footer { padding: 36px 0 18px; background: #061b30; }
.storefront-footer .footer-inner { gap: 24px; }
.footer-logo img { display: none; }
.storefront-footer .footer-brand p { max-width: 260px; margin-top: 11px; font-size: 12px; line-height: 1.55; }
.storefront-footer .footer-navigation,
.storefront-footer .footer-pickup { gap: 7px; }
.storefront-footer .footer-navigation > strong,
.storefront-footer .footer-pickup > strong { font-size: 13px; }
.storefront-footer .footer-navigation a,
.storefront-footer .footer-navigation button,
.storefront-footer .footer-pickup a,
.storefront-footer .footer-pickup address { font-size: 11px; }
.storefront-footer .footer-bottom { margin-top: 7px; padding-top: 14px; font-size: 11px; }

@media (max-width: 1180px) and (min-width: 768px) {
    .storefront-header .header-actions .callback-button { display: inline-flex; }
    [data-storefront-home] .benefits-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .article-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .storefront-footer .footer-inner { grid-template-columns: 1.4fr repeat(3, .75fr); }
}

@media (max-width: 767px) {
    :root { --site-header-offset: 60px; }
    .container { width: calc(100% - 24px); }
    .storefront-header-main {
        grid-template-columns: minmax(0, 1fr) auto auto !important;
        width: calc(100% - 24px) !important;
        min-height: 60px !important;
        gap: 6px !important;
        padding: 7px 0 !important;
    }
    .storefront-header .logo { grid-column: 1; max-width: none; }
    .storefront-header .logo .brand-word { position: static; width: auto; height: auto; overflow: visible; clip: auto; font-size: 18px; letter-spacing: .01em; }
    .storefront-header .logo .brand-word,
    .storefront-header .logo .brand-word span { display: inline !important; padding: 0 !important; line-height: 1 !important; }
    .storefront-header .header-actions { grid-column: 2; }
    .mobile-menu-toggle { grid-column: 3; }
    .storefront-header .header-actions .cart-button,
    .mobile-menu-toggle { width: 38px; height: 38px; min-height: 38px; border-radius: 7px; }
    .mobile-menu { top: 60px; }

    .storefront-hero { min-height: 0; padding: 23px 0 18px; }
    .storefront-hero-layout { display: flex; gap: 13px; }
    .storefront-hero-copy { order: 1; }
    .storefront-hero h1 { font-size: clamp(29px, 8.5vw, 34px); line-height: 1.04; }
    .storefront-hero .hero-description { margin-top: 9px; font-size: 12px; line-height: 1.42; }
    .hero-selector { order: 2; }
    .storefront-hero-visual { order: 3; height: 132px; }
    .hero-tabs button { min-height: 41px; padding: 8px 11px; font-size: 11px; }
    .hero-tab-panel { padding: 11px 11px 9px; }
    .vehicle-selector-fields { grid-template-columns: 1fr; gap: 7px; }
    .vehicle-selector-fields select { min-height: 39px; font-size: 13px; }
    .hero-submit { width: 100%; min-height: 40px; margin-top: 8px; }
    .hero-trust { padding: 0 11px 10px; font-size: 9px; }

    [data-storefront-home] .home-section { padding: 30px 0; }
    .benefits-section { padding: 15px 0 !important; }
    [data-storefront-home] .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    [data-storefront-home] .benefits-grid article,
    [data-storefront-home] .benefits-grid article:first-child {
        display: block;
        min-height: 116px;
        padding: 12px;
        border: 1px solid var(--customer-border);
        border-radius: 9px;
    }
    [data-storefront-home] .benefits-grid article > span { width: 34px; height: 34px; margin-bottom: 8px; }
    [data-storefront-home] .benefits-grid h3 { font-size: 11px; }
    [data-storefront-home] .benefits-grid p { font-size: 9px; }
    .section-heading { display: grid; gap: 7px; margin-bottom: 14px; }
    .section-heading h2 { font-size: 24px; }
    .section-heading p:not(.section-eyebrow) { margin-top: 4px; font-size: 11px; }
    .section-link { font-size: 11px; }
    .makes-carousel { display: block; }
    .makes-carousel-control { display: none; }
    [data-storefront-home] .vehicle-catalog-home-makes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-columns: auto;
        grid-auto-flow: row;
        gap: 7px;
        overflow: visible;
    }
    [data-storefront-home] .vehicle-catalog-home-make { min-height: 75px; padding: 8px; }
    [data-storefront-home] .vehicle-catalog-home-make img { width: 34px; height: 34px; }

    .homepage-articles .article-grid { grid-template-columns: 1fr; gap: 11px; }
    .homepage-articles .article-card { display: flex; flex-direction: column; }
    .homepage-articles .article-card-media { min-height: 0; aspect-ratio: 1.9 / 1; }
    .homepage-articles .article-card-content { padding: 12px; }
    .homepage-articles .article-card p { display: -webkit-box; }
    .callback-strip { grid-template-columns: 1fr; gap: 10px; padding: 18px !important; }
    .callback-strip-icon { width: 40px; height: 40px; }
    .callback-strip h2 { font-size: 18px; }
    .callback-quick-form { grid-column: 1; }

    .storefront-footer { padding: 30px 0 16px; }
    .storefront-footer .footer-inner { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
    .storefront-footer .footer-brand,
    .storefront-footer .footer-pickup,
    .storefront-footer .footer-bottom { grid-column: 1 / -1; }
}

/* Strict reference reproduction — pass 2: final cascade and proportions. */
@media (min-width: 768px) {
    :root { --site-header-offset: 116px; }

    .storefront-header-main {
        min-height: 72px !important;
        gap: 16px !important;
        padding: 11px 0 !important;
    }
    .storefront-header .logo { min-width: 144px; }
    .storefront-header .logo .brand-word { font-size: 23px; }
    .header-catalog-button { min-width: 112px; min-height: 44px; }
    .header-search { height: 44px; }
    .storefront-header .header-actions { gap: 8px; }
    .storefront-header .header-actions > button { min-height: 44px; padding-inline: 11px !important; }
    .storefront-header .header-actions .callback-button { min-width: 126px; }
    .storefront-secondary .container,
    .storefront-secondary a { min-height: 44px; }

    .storefront-hero {
        min-height: 520px;
        padding: 42px 0 36px;
        background: linear-gradient(110deg, #f9fbfc 0%, #edf2f6 55%, #dce5ed 100%);
    }
    .storefront-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(520px, 1.04fr);
        gap: 22px 24px;
    }
    .storefront-hero-copy { align-self: start; padding-top: 8px; }
    .storefront-hero h1 { max-width: 670px; font-size: 51px; line-height: 1.04; }
    .storefront-hero .hero-description { max-width: 580px; margin-top: 17px; font-size: 15px; line-height: 1.55; }
    .storefront-hero-visual {
        height: 442px;
        margin-right: -26px;
        transform: translateX(-24px);
    }
    .storefront-hero-visual img {
        width: 116%;
        height: 116%;
        margin-left: -12%;
        object-fit: cover;
        object-position: 48% 50%;
        filter: none;
        mix-blend-mode: normal;
        -webkit-mask-image: linear-gradient(to right, transparent 0, #000 9%, #000 97%, transparent 100%);
        mask-image: linear-gradient(to right, transparent 0, #000 9%, #000 97%, transparent 100%);
    }
    .hero-selector { max-width: 650px; }
    .hero-tabs button { min-height: 48px; padding: 12px 22px; font-size: 13px; }
    .hero-tab-panel { padding: 18px 18px 13px; }
    .vehicle-selector-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
    .vehicle-selector-fields label[hidden] { display: none !important; }
    .vehicle-selector-fields select { min-height: 46px; padding-inline: 12px; font-size: 13px; }
    .hero-submit { min-width: 192px; min-height: 46px; margin-top: 14px; font-size: 13px; }
    .hero-trust { padding: 0 18px 16px; font-size: 12px; }

    .benefits-section { min-height: 150px; padding: 28px 0 !important; }
    [data-storefront-home] .benefits-grid article {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        min-height: 94px;
        align-items: center;
        padding: 10px 24px;
    }
    [data-storefront-home] .benefits-grid article > span { width: 46px; height: 46px; font-size: 19px; }
    [data-storefront-home] .benefits-grid h3 { font-size: 14px; line-height: 1.35; }
    [data-storefront-home] .benefits-grid p { font-size: 12px; }

    [data-storefront-home] .vehicle-catalog-home { padding: 44px 0 42px; }
    .section-heading { margin-bottom: 24px; }
    .section-heading h2 { font-size: 29px; }
    .section-heading p:not(.section-eyebrow) { display: none; }
    .section-link { font-size: 13px; }
    [data-storefront-home] .vehicle-catalog-home-make { min-height: 132px; gap: 8px; padding: 15px 8px 12px; }
    [data-storefront-home] .vehicle-catalog-home-make img { width: 52px; height: 52px; }
    [data-storefront-home] .vehicle-catalog-home-make strong { font-size: 13px; }
    [data-storefront-home] .vehicle-catalog-home-make small { color: #708093; font-size: 10px; line-height: 1.2; }
    .makes-carousel { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; margin-inline: -20px; }
    .makes-carousel-control { width: 42px; height: 42px; }

    [data-storefront-home] .homepage-articles { padding: 44px 0 42px; }
    .homepage-articles .article-grid { gap: 18px; }
    .homepage-articles .article-card-media { aspect-ratio: 2.05 / 1; }
    .homepage-articles .article-card-content { min-height: 190px; padding: 16px; }
    .homepage-articles .article-category { margin-bottom: 9px; font-size: 10px; }
    .homepage-articles .article-card h3 { font-size: 17px; line-height: 1.3; }
    .homepage-articles .article-card p { margin: 10px 0 13px; font-size: 12px; line-height: 1.5; -webkit-line-clamp: 3; }
    .homepage-articles .article-time { font-size: 11px; }

    [data-storefront-home] .callback-strip {
        min-height: 140px;
        grid-template-columns: 58px minmax(0, 1fr) minmax(470px, auto);
        gap: 20px;
        padding: 27px 28px !important;
    }
    .callback-strip-icon { width: 56px; height: 56px; font-size: 24px; }
    .callback-strip h2 { font-size: 21px; }
    .callback-strip p { max-width: 440px; font-size: 13px; }
    .callback-quick-form { grid-template-columns: minmax(240px, 1fr) 180px; align-items: start; }
    .callback-quick-form input,
    .callback-quick-form button { min-height: 46px; font-size: 13px; }
    .callback-quick-form small { grid-column: 1 / -1; color: #7b8795; font-size: 10px; }

    .results-section { padding-bottom: 32px; }
    .storefront-footer { min-height: 316px; padding: 50px 0 24px; }
    .storefront-footer .footer-inner { gap: 32px; }
    .storefront-footer .footer-logo strong { font-size: 24px; }
    .storefront-footer .footer-brand p { max-width: 280px; margin-top: 18px; font-size: 13px; line-height: 1.65; }
    .storefront-footer .footer-navigation,
    .storefront-footer .footer-pickup { gap: 11px; }
    .storefront-footer .footer-navigation > strong,
    .storefront-footer .footer-pickup > strong { margin-bottom: 6px; font-size: 14px; }
    .storefront-footer .footer-navigation a,
    .storefront-footer .footer-navigation button,
    .storefront-footer .footer-pickup a,
    .storefront-footer .footer-pickup address { font-size: 12px; line-height: 1.55; }
    .storefront-footer .footer-bottom { margin-top: 20px; padding-top: 20px; }
}

/* Strict reference reproduction — pass 3 active final cascade. */
@media (min-width: 768px) {
    :root { --site-header-offset: 176px; }
    .storefront-header-main { min-height: 96px !important; padding-block: 16px !important; }
    .storefront-header .logo .brand-word { font-size: 25px; }
    .storefront-secondary .container,
    .storefront-secondary a { min-height: 76px; }
    .storefront-header .header-actions > button:not(.callback-button) {
        position: relative;
        flex-direction: column;
        gap: 2px;
        min-width: 58px !important;
        padding: 5px 7px !important;
        line-height: 1.05;
    }
    .storefront-header .header-actions > button:not(.callback-button) > span:first-child { font-size: 16px; }
    .storefront-header .cart-count {
        position: absolute;
        top: 2px;
        right: 4px;
        min-width: 17px;
        height: 17px;
        color: #fff;
        background: var(--customer-orange);
    }
    .storefront-header .callback-button { min-height: 48px; }

    .storefront-hero { min-height: 567px; }
    .hero-selector { border-radius: 10px; box-shadow: 0 10px 28px rgba(11,31,54,.11); }
    .hero-tabs { background: #fff; }
    .hero-tabs button::after { height: 2px; }
    .vehicle-selector-fields select { border-color: #dbe2e9; border-radius: 6px; background-color: #fbfcfd; }
    .hero-submit,
    .hero-submit:disabled {
        border-color: var(--customer-orange);
        color: #fff;
        background: var(--customer-orange);
        opacity: 1;
    }
    .hero-submit:disabled { cursor: not-allowed; filter: saturate(.82); }
    .hero-trust::before { color: #6d93b9; content: "✓"; }

    .benefits-section { min-height: 161px; padding-block: 34px !important; }
    [data-storefront-home] .benefits-grid article > span { box-shadow: 0 5px 14px rgba(11,31,54,.05); }

    [data-storefront-home] .vehicle-catalog-home { padding: 28px 0 18px; }
    .vehicle-catalog-home .section-heading { margin-bottom: 18px; }
    [data-storefront-home] .vehicle-catalog-home-make {
        min-height: 146px;
        border-radius: 10px;
        box-shadow: 0 4px 13px rgba(11,31,54,.035);
    }
    [data-storefront-home] .vehicle-catalog-home-make img { width: 56px; height: 56px; }

    [data-storefront-home] .homepage-articles { padding: 22px 0 20px; }
    .homepage-articles .section-heading { margin-bottom: 15px; }
    .homepage-articles .article-card {
        gap: 0;
        padding: 0;
        border-radius: 7px;
        box-shadow: 0 3px 12px rgba(11,31,54,.04);
    }
    .homepage-articles .article-card-media { aspect-ratio: 2.4 / 1; }
    .homepage-articles .article-card-content { min-height: 195px; padding: 10px 12px; }
    .homepage-articles .article-card p { margin: 7px 0 9px; font-size: 11px; line-height: 1.45; -webkit-line-clamp: 2; }
    .homepage-articles .article-category { border-radius: 5px; }

    [data-storefront-home] .callback-strip {
        min-height: 153px;
        border-color: #e2e7ed !important;
        border-radius: 10px !important;
        box-shadow: 0 5px 18px rgba(11,31,54,.035);
    }
    .callback-quick-form input { background: #fff; }

    .storefront-footer { min-height: 356px; padding: 58px 0 28px; }
    .storefront-footer .footer-inner { min-height: 270px; align-content: space-between; }
    .storefront-footer .footer-bottom { align-self: end; text-align: left; }
}

@media (max-width: 767px) {
    .storefront-header-main { grid-template-columns: minmax(0, 1fr) auto !important; }
    .storefront-header .header-actions { display: none; }
    .mobile-menu-toggle { grid-column: 2; }
    .vehicle-selector-fields label[hidden] { display: none !important; }
    .hero-submit:disabled { border-color: var(--customer-orange); color: #fff; background: var(--customer-orange); opacity: .86; }
    [data-storefront-home] .vehicle-catalog-home-make small { color: #758397; font-size: 9px; }
    .homepage-articles .article-card { padding: 0; gap: 0; }
    .callback-quick-form small { color: #748294; font-size: 9px; }
}
