/*
 * Ottocast Japan brand refresh
 *
 * This file is loaded after the legacy site stylesheet. It keeps the current
 * templates and functions intact while giving shared UI one consistent source
 * of truth for typography, spacing, navigation, cards, and responsive layout.
 */

:root {
    --brand-primary: #179c99;
    --brand-primary-dark: #0b5f5c;
    --brand-primary-deep: #073f3e;
    --brand-mint: #eaf7f6;
    --brand-ink: #132326;
    --brand-text: #344246;
    --brand-muted: #667176;
    --brand-line: #d8e3e2;
    --brand-surface: #ffffff;
    --brand-surface-soft: #f5f8f8;
    --brand-warm: #b35a3c;
    --brand-width: 1180px;
    --brand-gutter: clamp(20px, 4vw, 48px);
    --brand-radius: 14px;
    --brand-radius-small: 10px;
    --brand-radius-large: 22px;
    --brand-shadow: 0 12px 32px rgba(19, 35, 38, 0.08);
    --brand-shadow-strong: 0 20px 54px rgba(19, 35, 38, 0.14);
}

html {
    scroll-padding-top: 92px;
}

body.site-brand-refresh {
    min-width: 320px;
    overflow-x: clip !important;
    color: var(--brand-text);
    background: var(--brand-surface);
    font-family: "Noto Sans JP", "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-synthesis: none;
    font-size: 16px;
    line-height: 1.78;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.site-brand-refresh *,
.site-brand-refresh *::before,
.site-brand-refresh *::after {
    box-sizing: border-box;
}

.site-brand-refresh main {
    min-width: 0;
    overflow-x: clip;
}

.site-brand-refresh main :where(p, li, dd, figcaption) {
    line-break: strict;
    overflow-wrap: break-word;
    word-break: normal;
    text-wrap: pretty;
}

.site-brand-refresh main :where(h1, h2, h3, h4, h5, h6) {
    color: var(--brand-ink);
    font-weight: 700;
    letter-spacing: 0 !important;
    line-break: strict;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance;
}

@supports (word-break: auto-phrase) {
    .site-brand-refresh main :where(h1, h2, h3, h4, h5, h6) {
        word-break: auto-phrase !important;
    }
}

.site-brand-refresh main :where(code, pre, kbd, samp, .oc-break-token, [data-break-token], .news-text-link) {
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

.site-brand-refresh :where(a, button, summary, input, select, textarea) {
    font: inherit;
}

.site-brand-refresh :where(a, button, summary, input, select, textarea):focus-visible {
    outline: 3px solid rgba(23, 156, 153, 0.28) !important;
    outline-offset: 3px;
}

.site-brand-refresh img {
    max-width: 100%;
}

/* Header and desktop navigation */
.site-brand-refresh .site-header {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    min-height: 76px;
    border-bottom: 1px solid var(--brand-line) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 8px 24px rgba(19, 35, 38, 0.045) !important;
    backdrop-filter: blur(16px);
}

.site-brand-refresh .site-header::before {
    display: none !important;
}

.site-brand-refresh .site-header__inner {
    width: min(1240px, calc(100% - 40px)) !important;
    min-height: 76px !important;
    gap: clamp(12px, 1.6vw, 24px) !important;
}

.site-brand-refresh .site-header .site-logo {
    flex: 0 0 auto;
    width: clamp(142px, 13vw, 174px) !important;
    min-width: 0 !important;
}

.site-brand-refresh .site-logo__image {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.site-brand-refresh .site-logo small {
    margin-top: 2px !important;
    color: #526166 !important;
    font-size: 10.5px !important;
    font-weight: 700;
    line-height: 1.25 !important;
}

.site-brand-refresh .site-nav {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    gap: 2px !important;
    min-width: 0;
}

.site-brand-refresh .site-nav > a,
.site-brand-refresh .mega-menu > summary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px !important;
    border-radius: var(--brand-radius-small) !important;
    padding: 8px 10px !important;
    color: #27373a !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-decoration: none;
    white-space: nowrap !important;
}

.site-brand-refresh .site-nav > a:hover,
.site-brand-refresh .site-nav > a:focus-visible,
.site-brand-refresh .site-nav > a.is-active,
.site-brand-refresh .mega-menu > summary:hover,
.site-brand-refresh .mega-menu > summary:focus-visible,
.site-brand-refresh .mega-menu[open] > summary {
    background: var(--brand-mint) !important;
    color: var(--brand-primary-dark) !important;
}

.site-brand-refresh .site-nav > a.is-active,
.site-brand-refresh .site-nav > a[aria-current="page"] {
    box-shadow: inset 0 -2px 0 var(--brand-primary);
}

.site-brand-refresh .site-header__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px !important;
}

.site-brand-refresh .site-header__actions .button,
.site-brand-refresh .header-corporate-menu__trigger {
    min-height: 42px !important;
    border-radius: var(--brand-radius-small) !important;
    padding: 8px 12px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
}

.site-brand-refresh .site-header__contact {
    border-color: transparent !important;
    background: transparent !important;
    color: var(--brand-primary-dark) !important;
    box-shadow: none !important;
}

.site-brand-refresh .site-header__actions .button--secondary {
    border-color: var(--brand-line) !important;
    background: #ffffff !important;
    color: var(--brand-primary-dark) !important;
    box-shadow: none !important;
}

.site-brand-refresh .header-corporate-menu__trigger {
    border: 1px solid var(--brand-primary) !important;
    background: var(--brand-primary) !important;
    color: #ffffff !important;
}

.site-brand-refresh .header-corporate-menu__trigger small {
    display: none !important;
}

.site-brand-refresh .header-corporate-menu__panel,
.site-brand-refresh .mega-menu__panel {
    border: 1px solid var(--brand-line) !important;
    border-radius: var(--brand-radius) !important;
    background: #ffffff !important;
    box-shadow: var(--brand-shadow-strong) !important;
}

.site-brand-refresh .header-corporate-menu__panel {
    width: 300px !important;
    padding: 8px !important;
}

.site-brand-refresh .header-corporate-menu__item {
    min-height: 66px;
    border-radius: var(--brand-radius-small) !important;
    padding: 11px 12px !important;
}

.site-brand-refresh .header-corporate-menu__item:hover,
.site-brand-refresh .header-corporate-menu__item:focus-visible {
    background: var(--brand-surface-soft) !important;
}

.site-brand-refresh .mega-menu {
    position: relative;
}

.site-brand-refresh .mega-menu__panel {
    top: calc(100% + 10px) !important;
    right: auto !important;
    left: 50% !important;
    display: grid !important;
    grid-template-columns: minmax(240px, 0.82fr) minmax(400px, 1.35fr) !important;
    width: min(760px, calc(100vw - 36px)) !important;
    gap: 10px !important;
    padding: 10px !important;
    transform: translateX(-32%) !important;
}

.site-brand-refresh .mega-menu__preview,
.site-brand-refresh .mega-menu__preview-figure,
.site-brand-refresh .mega-menu__item {
    border-radius: var(--brand-radius-small) !important;
}

.site-brand-refresh .mega-menu__preview {
    min-height: 100% !important;
    border: 1px solid var(--brand-line);
    background: var(--brand-surface-soft) !important;
}

.site-brand-refresh .mega-menu__preview-figure {
    aspect-ratio: 16 / 9 !important;
    overflow: hidden;
    background: var(--brand-mint) !important;
}

.site-brand-refresh .mega-menu__preview-copy {
    gap: 4px !important;
    padding: 13px !important;
}

.site-brand-refresh .mega-menu__preview-copy strong,
.site-brand-refresh .mega-menu__item strong {
    color: var(--brand-ink) !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    white-space: normal !important;
}

.site-brand-refresh .mega-menu__preview-copy p,
.site-brand-refresh .mega-menu__item small {
    color: var(--brand-muted) !important;
    font-size: 11.5px !important;
    line-height: 1.58 !important;
    white-space: normal !important;
}

.site-brand-refresh .mega-menu__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

.site-brand-refresh .mega-menu__item {
    min-height: 122px !important;
    border: 1px solid var(--brand-line) !important;
    padding: 12px !important;
}

.site-brand-refresh .mega-menu__item:hover,
.site-brand-refresh .mega-menu__item:focus-visible,
.site-brand-refresh .mega-menu__item.is-active {
    border-color: rgba(23, 156, 153, 0.5) !important;
    background: var(--brand-mint) !important;
    transform: none !important;
}

/* Keep product-detail navigation below the shared site header. */
.site-brand-refresh .premium-product-nav {
    top: 88px !important;
}

.site-brand-refresh :where(
    #premium-overview,
    #premium-performance,
    #premium-apps,
    #premium-plug,
    #premium-fitment,
    #premium-assurance,
    #premium-specifications
) {
    scroll-margin-top: 156px !important;
}

/* Shared content rhythm */
.site-brand-refresh .breadcrumbs {
    border-bottom: 1px solid #edf1f1;
    background: #ffffff;
}

.site-brand-refresh .breadcrumbs ol,
.site-brand-refresh .section__inner,
.site-brand-refresh .page-hero__inner,
.site-brand-refresh .product-list-section__inner,
.site-brand-refresh .product-list-hero__inner,
.site-brand-refresh .compat-hero__inner,
.site-brand-refresh .compat-hero__quick,
.site-brand-refresh .news-hero__inner {
    width: min(var(--brand-width), calc(100% - var(--brand-gutter))) !important;
}

.site-brand-refresh .breadcrumbs ol {
    min-height: 42px;
    color: var(--brand-muted);
    font-size: 12.5px;
}

.site-brand-refresh .section {
    padding-block: clamp(58px, 7vw, 84px) !important;
}

.site-brand-refresh .section__header {
    max-width: 760px !important;
    margin-bottom: clamp(22px, 3vw, 34px) !important;
}

.site-brand-refresh .eyebrow,
.site-brand-refresh .product-list-eyebrow,
.site-brand-refresh .news-label,
.site-brand-refresh .contact-label,
.site-brand-refresh .policy-label {
    color: var(--brand-primary-dark) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
}

.site-brand-refresh .section__header h2,
.site-brand-refresh .product-list-heading h2,
.site-brand-refresh .compat-manufacturer-models__head h2,
.site-brand-refresh .news-category-block__head h2,
.site-brand-refresh .stores-benefit-copy h2,
.site-brand-refresh .contact-intake-copy h2 {
    margin-top: 6px;
    color: var(--brand-ink) !important;
    font-size: clamp(26px, 3vw, 38px) !important;
    line-height: 1.34 !important;
}

.site-brand-refresh .section__lead,
.site-brand-refresh .section__header > p:not(.eyebrow) {
    max-width: 62ch !important;
    margin-top: 12px !important;
    color: var(--brand-text) !important;
    font-size: 16px !important;
    line-height: 1.82 !important;
}

.site-brand-refresh .page-hero,
.site-brand-refresh .product-list-hero,
.site-brand-refresh .compat-hero,
.site-brand-refresh .finder-hero-refresh,
.site-brand-refresh .news-hero {
    border-bottom: 1px solid var(--brand-line) !important;
    background: var(--brand-surface-soft) !important;
}

.site-brand-refresh .page-hero::before,
.site-brand-refresh .page-hero::after,
.site-brand-refresh .product-list-hero::before,
.site-brand-refresh .product-list-hero::after,
.site-brand-refresh .compat-hero::before,
.site-brand-refresh .compat-hero::after {
    display: none !important;
}

.site-brand-refresh .page-hero__inner {
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.88fr) !important;
    gap: clamp(34px, 5vw, 70px) !important;
    padding-block: clamp(56px, 7vw, 88px) !important;
}

.site-brand-refresh .page-hero__content h1,
.site-brand-refresh .page-hero h1,
.site-brand-refresh .product-list-hero h1,
.site-brand-refresh .compat-hero h1,
.site-brand-refresh .finder-hero-refresh h1,
.site-brand-refresh .news-hero h1 {
    max-width: 17em;
    color: var(--brand-ink) !important;
    font-size: clamp(38px, 4.5vw, 58px) !important;
    line-height: 1.2 !important;
}

.site-brand-refresh .page-hero__lead,
.site-brand-refresh .product-list-hero__copy > p,
.site-brand-refresh .compat-hero__lead,
.site-brand-refresh .finder-hero-refresh__copy > p,
.site-brand-refresh .news-hero__content > p {
    max-width: 58ch !important;
    color: var(--brand-text) !important;
    font-size: 16px !important;
    line-height: 1.86 !important;
}

.site-brand-refresh .page-hero__actions,
.site-brand-refresh .product-list-hero__actions,
.site-brand-refresh .compat-hero__actions {
    gap: 10px !important;
}

.site-brand-refresh .hero-badges {
    gap: 7px !important;
}

.site-brand-refresh .hero-badges span {
    min-height: 30px !important;
    border-radius: var(--brand-radius-small) !important;
    padding: 5px 9px !important;
    background: #ffffff !important;
    color: var(--brand-primary-dark) !important;
    font-size: 12px !important;
    white-space: nowrap !important;
}

.site-brand-refresh :where(
    .page-hero__visual figure,
    .product-list-hero__visual,
    .compat-hero__image-card,
    .support-hero-photo,
    .manuals-hero-photo,
    .contact-intake-visual,
    .stores-hero-visual,
    .company-hero-visual
) {
    overflow: hidden;
    border: 1px solid var(--brand-line) !important;
    border-radius: var(--brand-radius) !important;
    background: #ffffff !important;
    box-shadow: var(--brand-shadow) !important;
}

/* Buttons, links, cards, and forms */
.site-brand-refresh :where(
    .button,
    button.button,
    .product-list-button,
    .product-list-card__button,
    .stores-filter-button,
    .stores-pagination__button
) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px !important;
    max-width: 100%;
    border-radius: var(--brand-radius-small) !important;
    padding: 9px 16px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-align: center;
    white-space: nowrap !important;
}

.site-brand-refresh :where(.button--primary, .product-list-button--primary, .product-list-card__button--primary) {
    border-color: var(--brand-primary) !important;
    background: var(--brand-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(23, 156, 153, 0.2) !important;
}

.site-brand-refresh :where(.button--primary, .product-list-button--primary, .product-list-card__button--primary):hover {
    border-color: var(--brand-primary-dark) !important;
    background: var(--brand-primary-dark) !important;
    transform: none !important;
}

.site-brand-refresh :where(.button--secondary, .button--ghost, .product-list-button--secondary) {
    border-color: var(--brand-line) !important;
    background: #ffffff !important;
    color: var(--brand-primary-dark) !important;
    box-shadow: none !important;
}

.site-brand-refresh :where(.button--secondary, .button--ghost, .product-list-button--secondary):hover {
    border-color: rgba(23, 156, 153, 0.5) !important;
    background: var(--brand-mint) !important;
    transform: none !important;
}

.site-brand-refresh :where(
    .product-card,
    .product-list-card,
    .support-card,
    .news-card,
    .store-card,
    .stores-directory-card,
    .support-flow-card,
    .support-choice-card,
    .manuals-category-link,
    .manuals-doc-item,
    .manuals-product-item,
    .finder-option-row,
    .finder-product-card,
    .compatibility-manufacturer-link-card,
    .compat-manufacturer-model-card,
    .vehicle-fitment-product-card,
    .contact-route-row,
    .home-purpose-card,
    .home-guide-card,
    .home-featured-product,
    .home-official-card,
    .text-block,
    .cta-panel,
    .phone-cta,
    .compatibility-contact-cta,
    .support-route-card,
    .support-faq-nav-card
) {
    border-color: var(--brand-line) !important;
    border-radius: var(--brand-radius) !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(19, 35, 38, 0.055) !important;
}

.site-brand-refresh :where(
    .product-card h3,
    .product-list-card h3,
    .support-card h3,
    .news-card h3,
    .store-card h3,
    .stores-directory-card h3,
    .support-flow-card h3,
    .manuals-doc-item h4,
    .manuals-product-item h3,
    .finder-product-card h3,
    .compat-manufacturer-model-card h3,
    .vehicle-fitment-product-card h5,
    .home-purpose-card h3,
    .home-featured-product h3,
    .support-route-card h3
) {
    color: var(--brand-ink) !important;
    font-size: clamp(18px, 1.5vw, 21px) !important;
    line-height: 1.45 !important;
}

.site-brand-refresh :where(
    .product-card p,
    .product-list-card p,
    .support-card p,
    .news-card p,
    .store-card p,
    .stores-directory-card__note,
    .support-flow-card p,
    .manuals-doc-item p,
    .finder-product-card__lead,
    .compat-manufacturer-model-card p,
    .vehicle-fitment-product-card p,
    .home-purpose-card p,
    .home-featured-product p,
    .home-official-card p,
    .support-route-card p
) {
    color: var(--brand-text) !important;
    font-size: 15px !important;
    line-height: 1.76 !important;
}

.site-brand-refresh :where(input, select, textarea) {
    max-width: 100%;
    border-color: #cbdad9 !important;
    border-radius: var(--brand-radius-small) !important;
    background: #ffffff !important;
    color: var(--brand-ink) !important;
}

.site-brand-refresh :where(input, select) {
    min-height: 48px !important;
}

.site-brand-refresh textarea {
    min-height: 144px !important;
    line-height: 1.72 !important;
}

.site-brand-refresh :where(input, select, textarea):focus {
    border-color: var(--brand-primary) !important;
    box-shadow: 0 0 0 3px rgba(23, 156, 153, 0.14) !important;
}

/* Homepage hero */
body.site-brand-refresh.is-home-page .home-page.home-page--refresh {
    overflow: visible !important;
    background: #ffffff !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero {
    position: relative !important;
    display: grid !important;
    min-height: 640px !important;
    grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr) !important;
    gap: clamp(32px, 4.5vw, 64px) !important;
    align-items: center !important;
    overflow: hidden !important;
    border-bottom: 1px solid var(--brand-line);
    border-radius: 0 0 var(--brand-radius-large) var(--brand-radius-large) !important;
    background: #edf8f7 !important;
    padding: 56px max(24px, calc((100vw - var(--brand-width)) / 2)) !important;
    isolation: isolate;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero::before {
    display: none !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero::after {
    display: none !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-visual {
    position: relative !important;
    z-index: 1 !important;
    inset: auto !important;
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    height: auto !important;
    align-self: center !important;
    margin: 0 !important;
    opacity: 1 !important;
    transform: none !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-visual__photo {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 1.5 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(23, 156, 153, 0.22) !important;
    border-radius: var(--brand-radius-large) !important;
    background: #dff4f3 !important;
    box-shadow: var(--brand-shadow-strong) !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-visual__photo::before,
body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-visual__photo::after {
    display: none !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-visual__photo img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 1 !important;
    transform: none !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__inner {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__content {
    width: 100% !important;
    max-width: 600px !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__trust {
    display: inline-flex !important;
    min-height: 30px !important;
    margin: 0 !important;
    border: 1px solid rgba(23, 156, 153, 0.32) !important;
    border-radius: var(--brand-radius-small) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: var(--brand-primary-dark) !important;
    box-shadow: none !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero h1 {
    max-width: 10.5em !important;
    margin: 24px 0 18px !important;
    color: var(--brand-ink) !important;
    font-size: clamp(48px, 5vw, 68px) !important;
    line-height: 1.14 !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero h1 span,
body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__lead span {
    display: block !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__lead {
    max-width: 56ch !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #2f4044 !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 1.86 !important;
    backdrop-filter: none;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__lead span + span {
    margin-top: 6px;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__routes {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(560px, 100%) !important;
    gap: 8px !important;
    margin-top: 34px !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__route {
    display: grid !important;
    grid-template-columns: 32px minmax(0, 1fr) 18px !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    min-height: 68px !important;
    border: 1px solid rgba(23, 156, 153, 0.24) !important;
    border-radius: var(--brand-radius) !important;
    background: rgba(255, 255, 255, 0.93) !important;
    color: var(--brand-ink) !important;
    box-shadow: 0 8px 24px rgba(19, 35, 38, 0.07) !important;
    padding: 10px 14px !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__route::after {
    grid-column: 3;
    grid-row: 1 / 3;
    color: var(--brand-primary-dark) !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__route > span {
    grid-column: 1;
    grid-row: 1 / 3;
    color: var(--brand-primary-dark) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__route strong {
    grid-column: 2;
    grid-row: 1;
    color: var(--brand-ink) !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__route small {
    grid-column: 2;
    grid-row: 2;
    color: var(--brand-muted) !important;
    font-size: 11.5px !important;
    line-height: 1.45 !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__route--primary {
    border-color: var(--brand-primary-deep) !important;
    background: var(--brand-primary-deep) !important;
    color: #ffffff !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__route--primary :where(span, strong, small),
body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__route--primary::after {
    color: #ffffff !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero .home-reveal,
body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero .home-reveal * {
    opacity: 1 !important;
    transform: none !important;
}

body.site-brand-refresh.is-home-page .home-news-ticker {
    width: min(var(--brand-width), calc(100% - var(--brand-gutter))) !important;
    margin: 18px auto 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--brand-line) !important;
    border-radius: var(--brand-radius-large) !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(19, 35, 38, 0.055) !important;
}

body.site-brand-refresh.is-home-page :where(
    .home-purpose-card,
    .home-guide-card,
    .home-featured-product,
    .home-official-card,
    .home-carplay-check,
    .home-fitment-assist,
    .home-support-panel,
    .home-store-panel
) {
    border-radius: var(--brand-radius) !important;
}

body.site-brand-refresh.is-home-page .home-section {
    background: #ffffff !important;
}

body.site-brand-refresh.is-home-page .home-section:nth-of-type(even) {
    background: var(--brand-surface-soft) !important;
}

body.site-brand-refresh.is-home-page .home-support-section {
    background: var(--brand-primary-deep) !important;
}

/* Products */
.site-brand-refresh .product-list-hero__inner {
    gap: clamp(34px, 5vw, 68px) !important;
}

.site-brand-refresh .product-list-hero__visual,
.site-brand-refresh .product-list-hero__visual img,
.site-brand-refresh .product-list-hero__visual figcaption,
.site-brand-refresh .product-list-search,
.site-brand-refresh .product-list-category,
.site-brand-refresh .product-list-purpose,
.site-brand-refresh .product-list-card,
.site-brand-refresh .product-list-card__media,
.site-brand-refresh .product-list-before-buy__panel {
    border-radius: var(--brand-radius) !important;
}

.site-brand-refresh .product-list-search,
.site-brand-refresh .product-list-before-buy__panel {
    border: 1px solid var(--brand-line) !important;
    background: var(--brand-surface-soft) !important;
    box-shadow: none !important;
}

.site-brand-refresh .product-list-category-bar {
    gap: 8px !important;
}

.site-brand-refresh .product-list-category {
    min-height: 84px !important;
    border-color: var(--brand-line) !important;
    padding: 13px !important;
}

.site-brand-refresh .product-list-category:hover,
.site-brand-refresh .product-list-category:focus-visible,
.site-brand-refresh .product-list-category.is-active {
    border-color: var(--brand-primary) !important;
    background: var(--brand-mint) !important;
    box-shadow: none !important;
    transform: none !important;
}

.site-brand-refresh .product-list-card__body > p {
    font-size: 15px !important;
    line-height: 1.74 !important;
}

.site-brand-refresh .product-list-card__actions {
    gap: 7px !important;
}

.site-brand-refresh .premium-comparison {
    max-width: 100%;
    border: 1px solid var(--brand-line);
    border-radius: var(--brand-radius) !important;
    scrollbar-width: thin;
    overscroll-behavior-inline: contain;
}

/* Compatibility */
.site-brand-refresh .compat-hero__quick {
    gap: 8px !important;
}

.site-brand-refresh .compat-hero__quick a,
.site-brand-refresh .compat-hero__status-card,
.site-brand-refresh .compat-search,
.site-brand-refresh .compatibility-inline-placeholder,
.site-brand-refresh .compatibility-maker-card,
.site-brand-refresh .vehicle-fitment-year-card,
.site-brand-refresh .fitment-simple-card,
.site-brand-refresh .fitment-results__header {
    border-radius: var(--brand-radius) !important;
}

.site-brand-refresh .compat-hero__quick a {
    border-color: var(--brand-line) !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.site-brand-refresh .compat-hero__quick a:first-child {
    border-color: rgba(23, 156, 153, 0.5) !important;
    background: var(--brand-mint) !important;
}

.site-brand-refresh .compat-search,
.site-brand-refresh .compatibility-inline-placeholder,
.site-brand-refresh .compatibility-maker-card,
.site-brand-refresh .fitment-simple-card,
.site-brand-refresh .fitment-results__header {
    border-color: var(--brand-line) !important;
    box-shadow: none !important;
}

.site-brand-refresh .compatibility-page :where(input, select, textarea),
.site-brand-refresh .compatibility-page .form-field--priority select {
    border-radius: var(--brand-radius-small) !important;
}

.site-brand-refresh .compatibility-page .compat-search__primary-submit {
    border-radius: var(--brand-radius-small) !important;
}

.site-brand-refresh .compatibility-support-links .support-card h3,
.site-brand-refresh .compatibility-support-links .support-card p {
    overflow-wrap: normal !important;
    word-break: normal !important;
}

/* Support, manuals, FAQ, contact, stores, and news */
.site-brand-refresh .support-page .page-hero,
.site-brand-refresh .contact-page .page-hero,
.site-brand-refresh .company-page .page-hero {
    color: var(--brand-text) !important;
}

.site-brand-refresh :where(
    .manuals-primary-guide,
    .manuals-doc-section,
    .support-quick-panel,
    .support-restore-panel,
    .support-contact-panel,
    .support-faq-check-intro,
    .contact-intake-panel,
    .contact-form,
    .stores-directory__panel,
    .news-featured-card,
    .news-update-card,
    .news-timeline-card,
    .news-bottom-cta
) {
    border-color: var(--brand-line) !important;
    border-radius: var(--brand-radius) !important;
    box-shadow: none !important;
}

.site-brand-refresh .support-faq-nav-card:hover,
.site-brand-refresh .support-faq-nav-card:focus-visible,
.site-brand-refresh .support-faq-nav-card.is-active {
    border-color: var(--brand-primary) !important;
    background: var(--brand-mint) !important;
    transform: none !important;
}

.site-brand-refresh :where(.faq-accordion, .faq-item, .support-qa-library, .support-qa-detail) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.site-brand-refresh .faq-item {
    margin-inline: 0 !important;
}

.site-brand-refresh :where(
    .faq-item summary,
    .support-qa-detail summary,
    .support-qa-detail__heading,
    .support-qa-detail__heading strong
) {
    min-width: 0 !important;
    max-width: 100% !important;
    line-break: strict !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    white-space: normal !important;
}

@supports (word-break: auto-phrase) {
    .site-brand-refresh :where(.faq-item summary, .support-qa-detail__heading strong) {
        word-break: auto-phrase !important;
    }
}

.site-brand-refresh :where(.support-choice-modal__dialog, .phone-triage__dialog) {
    max-width: min(720px, calc(100% - 28px)) !important;
    border-radius: var(--brand-radius-large) !important;
}

.site-brand-refresh :where(.support-choice-card, .phone-triage__choices button) {
    border-radius: var(--brand-radius) !important;
}

.site-brand-refresh .news-hero h1 {
    color: var(--brand-ink) !important;
}

.site-brand-refresh .news-filter-links a,
.site-brand-refresh .news-category-nav a {
    border-radius: var(--brand-radius-small) !important;
}

/* Footer */
.site-brand-refresh .site-footer {
    border-top: 4px solid var(--brand-primary) !important;
    background: var(--brand-ink) !important;
    color: #ffffff;
}

.site-brand-refresh .site-footer::before {
    display: none !important;
}

.site-brand-refresh .site-footer__inner {
    width: min(var(--brand-width), calc(100% - var(--brand-gutter))) !important;
    gap: clamp(30px, 5vw, 68px) !important;
    padding-block: clamp(48px, 6vw, 72px) !important;
}

.site-brand-refresh .site-footer__brand {
    min-width: 0;
}

.site-brand-refresh .site-footer__lead,
.site-brand-refresh .site-footer__company {
    max-width: 42ch;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 13.5px !important;
    line-height: 1.72 !important;
}

.site-brand-refresh .site-footer__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 18px;
}

.site-brand-refresh .site-footer__trust span {
    min-height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--brand-radius-small);
    padding: 4px 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}

.site-brand-refresh .site-footer__links {
    gap: clamp(22px, 4vw, 46px) !important;
}

.site-brand-refresh .site-footer__label {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.site-brand-refresh .site-footer__links a {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    white-space: normal !important;
}

.site-brand-refresh .site-footer__links a:hover,
.site-brand-refresh .site-footer__links a:focus-visible {
    color: #ffffff !important;
}

.site-brand-refresh .site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: #0d1c1f !important;
}

.site-brand-refresh .site-footer__bottom p {
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 12px !important;
}

/* Mobile navigation and responsive layout */
@media (max-width: 1120px) {
    .site-brand-refresh .site-header__inner {
        width: min(100% - 28px, 1240px) !important;
    }

    .site-brand-refresh .site-nav > a,
    .site-brand-refresh .mega-menu > summary {
        padding-inline: 8px !important;
        font-size: 13px !important;
    }

    .site-brand-refresh .site-header__actions .button,
    .site-brand-refresh .header-corporate-menu__trigger {
        padding-inline: 9px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 1040px) {
    html {
        scroll-padding-top: 74px;
    }

    body.site-brand-refresh {
        padding-bottom: calc(80px + env(safe-area-inset-bottom)) !important;
    }

    body.site-brand-refresh.is-mobile-menu-open {
        overflow: hidden;
    }

    .site-brand-refresh .site-header,
    .site-brand-refresh .site-header__inner {
        min-height: 64px !important;
    }

    .site-brand-refresh .site-header__inner {
        width: calc(100% - 32px) !important;
    }

    .site-brand-refresh .site-header .site-logo {
        width: 124px !important;
    }

    .site-brand-refresh .site-nav,
    .site-brand-refresh .site-header__actions {
        display: none !important;
    }

    .site-brand-refresh .premium-product-nav {
        top: 74px !important;
    }

    .site-brand-refresh .mobile-nav {
        position: fixed !important;
        z-index: 1200 !important;
        top: 0 !important;
        right: 0 !important;
        display: block !important;
        width: 100% !important;
        height: 0 !important;
        pointer-events: none;
    }

    .site-brand-refresh .mobile-nav__drawer {
        position: static !important;
        width: 100% !important;
        pointer-events: none;
    }

    .site-brand-refresh .mobile-nav__trigger {
        position: fixed !important;
        z-index: 3 !important;
        top: 10px !important;
        right: 12px !important;
        display: inline-flex !important;
        width: auto !important;
        min-width: 94px !important;
        min-height: 44px !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        border: 1px solid var(--brand-line) !important;
        border-radius: var(--brand-radius-small) !important;
        background: #ffffff !important;
        color: var(--brand-ink) !important;
        box-shadow: 0 8px 20px rgba(19, 35, 38, 0.09) !important;
        padding: 8px 11px !important;
        pointer-events: auto;
    }

    .site-brand-refresh .mobile-nav__trigger::after {
        display: none !important;
    }

    .site-brand-refresh .mobile-nav__trigger-text {
        font-size: 12.5px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
    }

    .site-brand-refresh .mobile-nav__trigger-icon {
        width: 18px !important;
        height: 14px !important;
    }

    .site-brand-refresh .mobile-nav__trigger-icon span {
        height: 2px !important;
        border-radius: 2px !important;
        background: var(--brand-ink) !important;
    }

    .site-brand-refresh .mobile-nav__backdrop {
        position: fixed;
        z-index: 1;
        inset: 0;
        display: none;
        width: 100%;
        height: 100%;
        border: 0;
        background: rgba(10, 25, 28, 0.48);
        padding: 0;
        pointer-events: auto;
    }

    .site-brand-refresh .mobile-nav__drawer[open] .mobile-nav__backdrop {
        display: block;
    }

    .site-brand-refresh .mobile-nav__panel {
        position: fixed !important;
        z-index: 2 !important;
        top: 64px !important;
        right: 10px !important;
        bottom: calc(84px + env(safe-area-inset-bottom)) !important;
        left: 10px !important;
        display: block !important;
        width: auto !important;
        max-width: none !important;
        max-height: none !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
        border: 1px solid var(--brand-line) !important;
        border-radius: var(--brand-radius) !important;
        background: #ffffff !important;
        box-shadow: var(--brand-shadow-strong) !important;
        padding: 14px !important;
        pointer-events: auto;
    }

    .site-brand-refresh .mobile-nav__panel-head {
        display: flex !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        gap: 12px !important;
        border-bottom: 1px solid var(--brand-line) !important;
        padding: 2px 2px 12px !important;
    }

    .site-brand-refresh .mobile-nav__panel-head > div {
        display: grid;
        gap: 2px;
    }

    .site-brand-refresh .mobile-nav__panel-head strong {
        color: var(--brand-ink) !important;
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

    .site-brand-refresh .mobile-nav__panel-head span,
    .site-brand-refresh .mobile-nav__panel-head small {
        color: var(--brand-muted) !important;
        font-size: 11px !important;
        line-height: 1.45 !important;
    }

    .site-brand-refresh .mobile-nav__panel-head small {
        padding-top: 4px;
        font-weight: 700;
        white-space: nowrap;
    }

    .site-brand-refresh .mobile-nav__quick {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-top: 12px;
    }

    .site-brand-refresh .mobile-nav__quick-link {
        display: grid !important;
        min-width: 0 !important;
        min-height: 58px !important;
        align-content: center !important;
        justify-items: center !important;
        gap: 2px !important;
        border: 1px solid var(--brand-line) !important;
        border-radius: var(--brand-radius-small) !important;
        background: var(--brand-surface-soft) !important;
        color: var(--brand-ink) !important;
        padding: 8px 5px !important;
        text-align: center !important;
        text-decoration: none !important;
    }

    .site-brand-refresh .mobile-nav__quick-link--primary {
        border-color: var(--brand-primary-dark) !important;
        background: var(--brand-primary-dark) !important;
        color: #ffffff !important;
    }

    .site-brand-refresh .mobile-nav__quick-link strong {
        display: block !important;
        width: 100% !important;
        color: inherit !important;
        font-size: clamp(11.5px, 3.3vw, 13.5px) !important;
        line-height: 1.25 !important;
        white-space: nowrap !important;
    }

    .site-brand-refresh .mobile-nav__quick-link small {
        display: block !important;
        width: 100% !important;
        color: inherit !important;
        font-size: 9.5px !important;
        line-height: 1.25 !important;
        opacity: 0.72;
        white-space: nowrap !important;
    }

    .site-brand-refresh .mobile-nav__panel nav {
        display: grid !important;
        gap: 12px !important;
        margin-top: 14px !important;
    }

    .site-brand-refresh .mobile-nav__section {
        display: grid;
        gap: 6px;
    }

    .site-brand-refresh .mobile-nav__group {
        margin: 0 !important;
        color: var(--brand-primary-dark) !important;
        font-size: 10.5px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
    }

    .site-brand-refresh .mobile-nav__links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .site-brand-refresh .mobile-nav__links a,
    .site-brand-refresh .mobile-nav a.mobile-nav__store {
        display: flex !important;
        min-width: 0 !important;
        min-height: 40px !important;
        align-items: center !important;
        border: 1px solid var(--brand-line) !important;
        border-radius: var(--brand-radius-small) !important;
        background: #ffffff !important;
        color: var(--brand-ink) !important;
        padding: 8px 10px !important;
        font-size: clamp(12px, 3.35vw, 13.5px) !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;
        text-decoration: none;
        white-space: nowrap !important;
    }

    .site-brand-refresh .mobile-nav__links a::after,
    .site-brand-refresh .mobile-nav a.mobile-nav__store::after {
        margin-left: auto;
        color: var(--brand-primary);
        content: "›";
        font-size: 18px;
        line-height: 1;
    }

    .site-brand-refresh .mobile-nav a.mobile-nav__store {
        justify-content: center !important;
        border-color: var(--brand-primary) !important;
        background: var(--brand-mint) !important;
        color: var(--brand-primary-dark) !important;
        font-weight: 700 !important;
    }

    .site-brand-refresh .mobile-fixed-cta {
        position: fixed !important;
        z-index: 1100 !important;
        right: 10px !important;
        bottom: max(8px, env(safe-area-inset-bottom)) !important;
        left: 10px !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 4px !important;
        overflow: hidden !important;
        border: 1px solid var(--brand-line) !important;
        border-radius: var(--brand-radius-large) !important;
        background: rgba(255, 255, 255, 0.98) !important;
        box-shadow: 0 14px 34px rgba(19, 35, 38, 0.18) !important;
        padding: 4px !important;
        backdrop-filter: blur(14px);
    }

    .site-brand-refresh .mobile-fixed-cta__item,
    .site-brand-refresh .mobile-fixed-cta a {
        display: grid !important;
        min-width: 0 !important;
        min-height: 52px !important;
        align-content: center !important;
        gap: 2px !important;
        border: 0 !important;
        border-right: 0 !important;
        border-radius: var(--brand-radius-small) !important;
        background: #ffffff !important;
        color: var(--brand-ink) !important;
        box-shadow: none !important;
        padding: 6px 8px !important;
        text-align: center !important;
    }

    .site-brand-refresh .mobile-fixed-cta__item:last-child,
    .site-brand-refresh .mobile-fixed-cta a:last-child {
        border-right: 0 !important;
    }

    .site-brand-refresh .mobile-fixed-cta__item--primary,
    .site-brand-refresh .mobile-fixed-cta a.mobile-fixed-cta__item--primary {
        background: var(--brand-primary-dark) !important;
        color: #ffffff !important;
    }

    .site-brand-refresh .mobile-fixed-cta__label {
        color: inherit !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        white-space: nowrap !important;
    }

    .site-brand-refresh .mobile-fixed-cta__note {
        color: inherit !important;
        font-size: 9.5px !important;
        line-height: 1.25 !important;
        opacity: 0.68;
        white-space: nowrap !important;
    }
}

@media (max-width: 900px) {
    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero {
        display: flex !important;
        min-height: 0 !important;
        flex-direction: column !important;
        padding: 40px 0 28px !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-visual {
        position: relative !important;
        order: 2 !important;
        inset: auto !important;
        width: min(680px, calc(100% - 32px)) !important;
        height: auto !important;
        margin: 24px auto 0 !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__inner {
        display: contents !important;
        width: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__content {
        order: 1 !important;
        width: min(680px, calc(100% - 32px)) !important;
        max-width: none !important;
        margin-inline: auto !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero h1 {
        max-width: 11em !important;
        font-size: clamp(36px, 6vw, 48px) !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__lead {
        max-width: 58ch !important;
        font-size: 15.5px !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__routes {
        order: 3 !important;
        width: min(680px, calc(100% - 32px)) !important;
        margin: 22px auto 0 !important;
    }
}

@media (max-width: 820px) {
    .site-brand-refresh .page-hero__inner,
    .site-brand-refresh .compat-hero__inner {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    .site-brand-refresh .page-hero__content,
    .site-brand-refresh .compat-hero__copy {
        max-width: 720px !important;
    }

    .site-brand-refresh .page-hero__visual,
    .site-brand-refresh .compat-hero__visual {
        width: 100% !important;
        max-width: 720px !important;
    }

    .site-brand-refresh .page-hero__content h1,
    .site-brand-refresh .page-hero h1,
    .site-brand-refresh .compat-hero h1 {
        max-width: none !important;
        font-size: clamp(34px, 5vw, 40px) !important;
    }
}

@media (max-width: 760px) {
    :root {
        --brand-gutter: 28px;
    }

    body.site-brand-refresh {
        font-size: 15.5px;
        line-height: 1.76;
    }

    .site-brand-refresh .breadcrumbs {
        display: block !important;
    }

    .site-brand-refresh .breadcrumbs ol {
        width: calc(100% - 32px) !important;
        min-height: 38px;
        overflow: hidden;
        font-size: 11.5px;
        white-space: nowrap;
    }

    .site-brand-refresh .section {
        padding-block: 46px !important;
    }

    .site-brand-refresh .section__header {
        margin-bottom: 20px !important;
    }

    .site-brand-refresh .section__header h2,
    .site-brand-refresh .product-list-heading h2,
    .site-brand-refresh .compat-manufacturer-models__head h2,
    .site-brand-refresh .news-category-block__head h2,
    .site-brand-refresh .stores-benefit-copy h2,
    .site-brand-refresh .contact-intake-copy h2 {
        font-size: clamp(22px, 6.4vw, 27px) !important;
        line-height: 1.38 !important;
    }

    .site-brand-refresh .section__lead,
    .site-brand-refresh .section__header > p:not(.eyebrow) {
        font-size: 15px !important;
        line-height: 1.78 !important;
    }

    .site-brand-refresh .page-hero__inner {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding-block: 34px 40px !important;
    }

    .site-brand-refresh .page-hero__content h1,
    .site-brand-refresh .page-hero h1,
    .site-brand-refresh .product-list-hero h1,
    .site-brand-refresh .compat-hero h1,
    .site-brand-refresh .finder-hero-refresh h1,
    .site-brand-refresh .news-hero h1 {
        max-width: none !important;
        font-size: clamp(28px, 8vw, 34px) !important;
        line-height: 1.24 !important;
    }

    .site-brand-refresh .page-hero__lead,
    .site-brand-refresh .product-list-hero__copy > p,
    .site-brand-refresh .compat-hero__lead,
    .site-brand-refresh .finder-hero-refresh__copy > p,
    .site-brand-refresh .news-hero__content > p {
        font-size: 15px !important;
        line-height: 1.78 !important;
    }

    .site-brand-refresh .page-hero__actions,
    .site-brand-refresh .product-list-hero__actions,
    .site-brand-refresh .finder-form__actions,
    .site-brand-refresh .section-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        gap: 8px !important;
    }

    .site-brand-refresh .page-hero__actions .button,
    .site-brand-refresh .product-list-hero__actions .product-list-button,
    .site-brand-refresh .finder-form__actions .button,
    .site-brand-refresh .section-actions .button {
        width: 100% !important;
    }

    .site-brand-refresh :where(
        .product-card p,
        .product-list-card p,
        .support-card p,
        .news-card p,
        .store-card p,
        .stores-directory-card__note,
        .support-flow-card p,
        .manuals-doc-item p,
        .finder-product-card__lead,
        .compat-manufacturer-model-card p,
        .vehicle-fitment-product-card p,
        .home-purpose-card p,
        .home-featured-product p,
        .home-official-card p,
        .support-route-card p
    ) {
        font-size: 14.5px !important;
        line-height: 1.72 !important;
    }

    .site-brand-refresh :where(input, select, textarea) {
        font-size: 16px !important;
    }

    .site-brand-refresh .premium-product-nav {
        top: 72px !important;
    }

    .site-brand-refresh .premium-product-nav__fitment {
        display: none !important;
    }

    .site-brand-refresh .premium-mobile-point-float {
        bottom: calc(86px + env(safe-area-inset-bottom)) !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero {
        display: flex !important;
        min-height: 0 !important;
        flex-direction: column !important;
        padding: 32px 0 22px !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero::after {
        display: none !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-visual {
        position: relative !important;
        order: 2 !important;
        inset: auto !important;
        width: calc(100% - 28px) !important;
        height: auto !important;
        margin: 20px auto 0 !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-visual__photo {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1.5 / 1 !important;
        border: 1px solid rgba(23, 156, 153, 0.2) !important;
        border-radius: var(--brand-radius-large) !important;
        background: #dff4f3 !important;
        box-shadow: var(--brand-shadow) !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-visual__photo img {
        position: absolute !important;
        inset: 0 !important;
        object-position: center 62% !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__inner {
        display: contents !important;
        width: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__content {
        order: 1 !important;
        width: calc(100% - 28px) !important;
        max-width: 520px !important;
        margin-inline: auto !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero h1 {
        max-width: 10.5em !important;
        margin: 20px 0 14px !important;
        font-size: clamp(32px, 9vw, 38px) !important;
        line-height: 1.24 !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__lead {
        max-width: 100% !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        font-size: 14.5px !important;
        line-height: 1.76 !important;
        backdrop-filter: none;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__routes {
        order: 3 !important;
        width: calc(100% - 28px) !important;
        gap: 7px !important;
        margin: 18px auto 0 !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__route {
        min-height: 60px !important;
        padding: 8px 11px !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__route strong {
        font-size: 14px !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__route small {
        font-size: 10.5px !important;
    }

    .site-brand-refresh .product-list-hero {
        padding-top: 34px !important;
    }

    .site-brand-refresh .product-list-hero__inner {
        gap: 24px !important;
    }

    .site-brand-refresh .product-list-category-bar {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 7px !important;
        overflow: visible !important;
        padding: 0 !important;
        scroll-snap-type: none !important;
    }

    .site-brand-refresh .product-list-category {
        flex: none !important;
        min-width: 0 !important;
        min-height: 58px !important;
        padding: 9px 10px !important;
    }

    .site-brand-refresh .product-list-category span {
        font-size: 13.5px !important;
    }

    .site-brand-refresh .product-list-category small {
        display: none !important;
    }

    .site-brand-refresh .product-list-card__actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .site-brand-refresh .product-list-card__actions .product-list-card__button:first-child {
        grid-column: 1 / -1;
    }

    .site-brand-refresh .product-list-card__button {
        min-width: 0 !important;
        padding-inline: 8px !important;
        font-size: 12.5px !important;
    }

    .site-brand-refresh .compatibility-page .compat-hero__quick {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        width: calc(100% - 20px) !important;
        gap: 6px !important;
        overflow: visible !important;
        padding-bottom: 12px !important;
        scroll-snap-type: none !important;
    }

    .site-brand-refresh .compatibility-page .compat-hero__quick a {
        flex: none !important;
        min-width: 0 !important;
        min-height: 62px !important;
        grid-template-columns: 24px minmax(0, 1fr) !important;
        gap: 4px 6px !important;
        border-radius: var(--brand-radius-small) !important;
        padding: 8px 7px !important;
    }

    .site-brand-refresh .compatibility-page .compat-hero__quick a::after,
    .site-brand-refresh .compatibility-page .compat-hero__quick small {
        display: none !important;
    }

    .site-brand-refresh .compatibility-page .compat-hero__quick span {
        width: 24px !important;
        height: 24px !important;
        border-radius: 8px !important;
        font-size: 10px !important;
    }

    .site-brand-refresh .compatibility-page .compat-hero__quick strong {
        min-width: 0 !important;
        padding: 0 !important;
        font-size: clamp(10.5px, 3vw, 12px) !important;
        line-height: 1.4 !important;
        white-space: normal !important;
    }

    .site-brand-refresh .compatibility-page .compat-hero__image-card img {
        height: 180px !important;
        object-fit: cover !important;
    }

    .site-brand-refresh .compatibility-page .compat-search,
    .site-brand-refresh .compatibility-page .fitment-simple-card,
    .site-brand-refresh .compatibility-page .vehicle-fitment-year-card {
        border-radius: var(--brand-radius) !important;
    }

    .site-brand-refresh .manuals-doc-item,
    .site-brand-refresh .support-route-card,
    .site-brand-refresh .support-faq-nav-card,
    .site-brand-refresh .contact-route-row {
        padding: 15px !important;
    }

    .site-brand-refresh .support-faq-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .site-brand-refresh .news-hero h1 {
        font-size: 34px !important;
    }

    .site-brand-refresh .site-footer__inner {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .site-brand-refresh .site-footer__links {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px 18px !important;
    }
}

@media (max-width: 430px) {
    :root {
        --brand-gutter: 24px;
    }

    .site-brand-refresh .site-header__inner {
        width: calc(100% - 24px) !important;
    }

    .site-brand-refresh .mobile-nav__panel {
        right: 8px !important;
        left: 8px !important;
        padding: 12px !important;
    }

    .site-brand-refresh .mobile-nav__links a,
    .site-brand-refresh .mobile-nav a.mobile-nav__store {
        padding-inline: 8px !important;
        font-size: clamp(11.5px, 3.25vw, 13px) !important;
    }

    .site-brand-refresh .mobile-fixed-cta__item,
    .site-brand-refresh .mobile-fixed-cta a {
        padding-inline: 5px !important;
    }

    .site-brand-refresh .mobile-fixed-cta__label {
        font-size: 11.5px !important;
    }

    .site-brand-refresh .mobile-fixed-cta__note {
        font-size: 9px !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero {
        min-height: 0 !important;
        padding-top: 26px !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__inner {
        min-height: 0 !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__trust {
        font-size: 10.5px !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero h1 {
        font-size: clamp(30px, 8.8vw, 36px) !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__lead {
        font-size: 14px !important;
    }

    body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-hero__routes {
        margin-top: 16px !important;
    }

    .site-brand-refresh .product-list-category-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .site-brand-refresh .compatibility-page .compat-hero__quick strong {
        font-size: 10.5px !important;
    }

    .site-brand-refresh .support-faq-nav {
        grid-template-columns: 1fr !important;
    }
}

/* Final conflict guards for older high-specificity homepage rules. */
body.site-brand-refresh.is-home-page .home-page.home-page--refresh .home-visual__photo > img {
    max-height: none !important;
}

body.site-brand-refresh.is-home-page .home-page.home-page--refresh a.home-hero__route.home-hero__route--primary > span,
body.site-brand-refresh.is-home-page .home-page.home-page--refresh a.home-hero__route.home-hero__route--primary > strong,
body.site-brand-refresh.is-home-page .home-page.home-page--refresh a.home-hero__route.home-hero__route--primary > small {
    color: #ffffff !important;
}

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

@media print {
    .site-brand-refresh .site-header,
    .site-brand-refresh .mobile-nav,
    .site-brand-refresh .mobile-fixed-cta,
    .site-brand-refresh .site-footer,
    .site-brand-refresh .breadcrumbs {
        display: none !important;
    }

    body.site-brand-refresh {
        padding: 0 !important;
        color: #000000;
        background: #ffffff;
    }
}
