ï»¿.page-home {
    --home-card-surface:
        linear-gradient(145deg, rgba(0, 92, 185, 0.24), rgba(0, 74, 149, 0.2) 44%, rgba(0, 56, 100, 0.4) 100%),
        linear-gradient(180deg, rgba(0, 70, 126, 0.74), rgba(0, 56, 100, 0.8));
    --home-card-border: rgba(150, 204, 255, 0.2);
    --home-card-shadow: 0 22px 48px rgba(0, 24, 49, 0.22);
    --home-header-clearance: clamp(104px, 8.8vw, 122px);
    --home-copy-leading: 1.95;
    --home-card-soft-layer:
        radial-gradient(circle at 14% 16%, rgba(159, 211, 255, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    background:
        radial-gradient(circle at 10% 12%, rgba(0, 92, 185, 0.2), transparent 26%),
        radial-gradient(circle at 90% 18%, rgba(0, 80, 143, 0.16), transparent 24%),
        radial-gradient(circle at 50% 100%, rgba(0, 63, 128, 0.14), transparent 28%),
        linear-gradient(180deg, #002a54 0%, #003864 32%, #00355f 68%, #002447 100%);
}

.page-home main {
    position: relative;
    overflow: clip;
    background:
        linear-gradient(180deg, rgba(0, 56, 100, 0.04) 0%, rgba(0, 42, 84, 0.38) 100%);
}

.page-home main::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 90%);
}

body.page-home header.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1400;
    padding: clamp(10px, 1.2vw, 16px) 0 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%) !important;
    border-bottom: 0;
    backdrop-filter: none;
}

body.page-home header.site-header.header-shrunk {
    padding-top: 8px;
    background: linear-gradient(180deg, rgba(0, 20, 40, 0.52) 0%, rgba(0, 20, 40, 0.08) 100%) !important;
}

body.page-home header.site-header .header-shell {
    border-radius: clamp(22px, 2vw, 30px);
    border: 1px solid rgba(165, 214, 255, 0.2) !important;
    background:
        radial-gradient(circle at 86% -26%, color-mix(in srgb, var(--color-primary) 28%, transparent), transparent 42%),
        radial-gradient(circle at 8% 120%, color-mix(in srgb, var(--color-secondary) 18%, transparent), transparent 48%),
        linear-gradient(
            145deg,
            color-mix(in srgb, var(--color-background-darker) 68%, transparent),
            color-mix(in srgb, var(--color-background-light) 74%, transparent)
        ) !important;
    box-shadow:
        0 24px 48px rgba(0, 11, 24, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px) saturate(132%);
}

body.page-home header.site-header.header-shrunk .header-shell {
    box-shadow:
        0 18px 34px rgba(0, 11, 24, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 86% -26%, color-mix(in srgb, var(--color-primary) 22%, transparent), transparent 40%),
        linear-gradient(
            145deg,
            color-mix(in srgb, var(--color-background-darker) 84%, transparent),
            color-mix(in srgb, var(--color-background-light) 86%, transparent)
        ) !important;
}

body.page-home header.site-header .header-top {
    max-height: 0;
    opacity: 0;
    border-color: transparent;
}

body.page-home header.site-header .header-top-inner {
    gap: 14px;
    padding: 10px 18px;
}

body.page-home header.site-header .header-presence {
    gap: 10px;
}

body.page-home header.site-header .header-presence-badge,
body.page-home header.site-header .contact-item {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 0.74rem;
}

body.page-home header.site-header .header-presence-copy {
    font-size: 0.79rem;
    line-height: 1.65;
}

body.page-home header.site-header .header-quick-actions {
    gap: 8px;
}

body.page-home header.site-header .header-main-inner {
    align-items: center !important;
    column-gap: 14px;
    row-gap: 10px;
    padding: 12px 16px 14px;
}

body.page-home header.site-header .header-brand-group,
body.page-home header.site-header .logo {
    gap: 10px;
}

body.page-home header.site-header .logo-image {
    width: 54px;
    height: 54px;
    padding: 6px;
    border-radius: 16px;
}

body.page-home header.site-header.header-shrunk .logo-image {
    width: 48px;
    height: 48px;
    padding: 5px;
    border-radius: 14px;
}

body.page-home header.site-header .logo-text {
    max-width: min(30vw, 320px);
}

body.page-home header.site-header .logo-title {
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: -0.015em;
}

body.page-home header.site-header .logo-subtitle {
    font-size: 0.75rem;
    line-height: 1.7;
}

body.page-home header.site-header .main-nav ul {
    align-items: center;
    row-gap: 8px;
    column-gap: 8px;
}

body.page-home header.site-header .main-nav a {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 0.82rem;
    font-weight: 600;
}

body.page-home header.site-header .header-actions {
    gap: 8px;
}

body.page-home header.site-header .header-link-chip,
body.page-home header.site-header .btn-auth,
body.page-home header.site-header .btn-logout,
body.page-home header.site-header .theme-mode-toggle,
body.page-home header.site-header .cart-icon-link {
    min-height: 40px;
}

body.page-home[data-theme-mode='light'] header.site-header {
    background: linear-gradient(180deg, rgba(239, 247, 255, 0.34) 0%, rgba(239, 247, 255, 0) 100%) !important;
}

body.page-home[data-theme-mode='light'] header.site-header.header-shrunk {
    background: linear-gradient(180deg, rgba(225, 239, 255, 0.68) 0%, rgba(225, 239, 255, 0.16) 100%) !important;
}

body.page-home[data-theme-mode='light'] header.site-header .header-shell {
    border-color: rgba(66, 119, 182, 0.16) !important;
    background:
        radial-gradient(circle at 90% -22%, rgba(0, 92, 185, 0.12), transparent 42%),
        radial-gradient(circle at 6% 118%, rgba(255, 106, 52, 0.09), transparent 48%),
        linear-gradient(160deg, rgba(245, 251, 255, 0.84), rgba(229, 240, 255, 0.78)) !important;
    box-shadow:
        0 22px 40px rgba(18, 48, 85, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

body.page-home[data-theme-mode='light'] header.site-header.header-shrunk .header-shell {
    background:
        radial-gradient(circle at 90% -22%, rgba(0, 92, 185, 0.10), transparent 40%),
        linear-gradient(160deg, rgba(242, 249, 255, 0.95), rgba(227, 239, 255, 0.92)) !important;
}

body.page-home header.site-header .container {
    transition: opacity 0.34s ease, transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top left;
}

body.page-home header.site-header .header-shell {
    transition: box-shadow 0.28s ease, border-color 0.28s ease, opacity 0.34s ease;
}

body.page-home header.site-header.home-header-collapsed {
    background: transparent !important;
}

body.page-home header.site-header.home-header-collapsed .container {
    opacity: 0;
    transform: translate3d(-42px, -22px, 0) scale(0.84);
    pointer-events: none;
}

body.page-home header.site-header.home-header-collapsed .header-shell {
    box-shadow: none;
}

body.page-home .home-header-launcher {
    position: fixed;
    top: clamp(16px, 2vw, 22px);
    left: clamp(16px, 2vw, 24px);
    z-index: 1450;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 16px 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(165, 214, 255, 0.22);
    background:
        linear-gradient(145deg, rgba(6, 24, 44, 0.86), rgba(9, 39, 72, 0.82)),
        rgba(4, 16, 32, 0.88);
    color: #f5f8ff;
    box-shadow: 0 16px 34px rgba(0, 12, 28, 0.24);
    backdrop-filter: blur(16px) saturate(135%);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-10px, -12px, 0) scale(0.88);
    transition:
        opacity 0.24s ease,
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease;
}

body.page-home .home-header-launcher:hover {
    border-color: rgba(165, 214, 255, 0.34);
    box-shadow: 0 18px 38px rgba(0, 12, 28, 0.28);
}

body.page-home .home-header-launcher-icon {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    width: 18px;
}

body.page-home .home-header-launcher-icon span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform 0.28s ease, opacity 0.2s ease;
}

body.page-home .home-header-launcher-label {
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

body.page-home.home-header-launcher-ready .home-header-launcher {
    opacity: 1;
    pointer-events: auto;
}

body.page-home header.site-header.home-header-collapsed .home-header-launcher {
    transform: translate3d(0, 0, 0) scale(1);
}

body.page-home header.site-header.home-header-expanded .home-header-launcher {
    transform: translate3d(0, 0, 0) scale(0.96);
    background:
        linear-gradient(145deg, rgba(7, 27, 49, 0.72), rgba(10, 44, 79, 0.68)),
        rgba(4, 16, 32, 0.72);
    border-color: rgba(165, 214, 255, 0.28);
    box-shadow: 0 18px 38px rgba(0, 12, 28, 0.18);
}

body.page-home header.site-header.home-header-expanded .home-header-launcher-icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

body.page-home header.site-header.home-header-expanded .home-header-launcher-icon span:nth-child(2) {
    opacity: 0;
}

body.page-home header.site-header.home-header-expanded .home-header-launcher-icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

body.page-home[data-theme-mode='light'] .home-header-launcher {
    border-color: rgba(66, 119, 182, 0.2);
    background:
        linear-gradient(160deg, rgba(245, 251, 255, 0.92), rgba(228, 240, 255, 0.88)),
        rgba(235, 245, 255, 0.9);
    color: #123055;
    box-shadow: 0 16px 32px rgba(18, 48, 85, 0.12);
}

@media (min-width: 1181px) {
    body.page-home header.site-header .header-main-inner {
        grid-template-columns: minmax(220px, max-content) minmax(0, 1fr) auto !important;
    }

    body.page-home header.site-header .main-nav {
        grid-column: auto;
        order: initial;
        min-width: 0;
        overflow: hidden;
    }

    body.page-home header.site-header .main-nav ul {
        justify-content: flex-start;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scrollbar-width: none;
    }

    body.page-home header.site-header .main-nav ul::-webkit-scrollbar {
        display: none;
    }

    body.page-home header.site-header .header-actions {
        justify-content: flex-end;
        max-width: min(420px, 100%);
    }
}

@media (max-width: 1024px) {
    body.page-home .home-header-launcher {
        display: none !important;
    }
}

.page-home .hero-section {
    position: relative;
    --hero-focus-x: 34%;
    --hero-focus-y: 50%;
    height: max(720px, 100svh);
    min-height: max(720px, 100svh);
    margin-bottom: 0;
    padding: 0;
    background:
        linear-gradient(120deg, rgba(0, 42, 84, 0.9) 0%, rgba(0, 56, 100, 0.78) 40%, rgba(0, 36, 71, 0.6) 100%),
        radial-gradient(circle at 18% 20%, rgba(0, 92, 185, 0.2), transparent 28%),
        radial-gradient(circle at 82% 26%, rgba(0, 80, 143, 0.22), transparent 24%),
        radial-gradient(circle at 60% 88%, rgba(0, 63, 128, 0.2), transparent 30%),
        linear-gradient(180deg, #002a54 0%, #002f5e 100%);
}

.page-home .hero-section::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 220px;
    background: linear-gradient(180deg, rgba(0, 63, 128, 0), rgba(0, 42, 84, 0.86));
    pointer-events: none;
}

.page-home .hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 72% 32%, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(90deg, rgba(4, 6, 8, 0.18) 0%, rgba(4, 6, 8, 0.4) 50%, rgba(4, 6, 8, 0.72) 100%);
}

.page-home .hero-slider {
    position: relative;
    z-index: 2;
    --hero-content-width: calc(var(--hero-card-width-ratio, 0.33) * 100%);
    --hero-shell-gap: 0px;
    height: 100%;
    max-width: min(100%, calc(var(--site-shell-max) + 40px));
    margin: 0 auto;
    padding:
        calc(var(--home-header-clearance) + clamp(10px, 1.4vw, 18px))
        var(--site-shell-gutter)
        clamp(72px, 7vw, 92px);
}

.page-home .hero-slide {
    align-items: stretch;
    justify-content: center;
    text-align: right;
    padding: 0;
}

.page-home .hero-slide > .container {
    display: flex;
    align-items: stretch;
    height: 100%;
    max-width: 100%;
    padding: 0;
}

.page-home .hero-shell {
    display: flex;
    flex-direction: row;
    gap: var(--hero-shell-gap);
    width: 100%;
    height: 100%;
    align-items: stretch;
}

.page-home .hero-shell--has-media {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    background:
        linear-gradient(145deg, rgba(7, 14, 24, 0.92), rgba(10, 18, 30, 0.78));
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
}

.page-home .hero-shell--no-media {
    justify-content: flex-start;
}

.page-home .hero-slide-bg {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    opacity: 0.98;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(145deg, rgba(10, 17, 29, 0.9), rgba(13, 23, 38, 0.72));
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.page-home .hero-shell--has-media .hero-slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 0;
    border-radius: inherit;
    border: 0;
    background: none;
    box-shadow: none;
}

.page-home .hero-slide-image,
.page-home .hero-slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--hero-focus-x) var(--hero-focus-y);
    padding: 0;
    transform: none;
    filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.24));
}

.page-home .hero-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 8, 12, 0.08) 0%, rgba(6, 8, 12, 0.18) 35%, rgba(6, 8, 12, 0.38) 100%) !important;
}

.page-home .hero-shell--has-media .hero-slide-overlay {
    background:
        radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.08), transparent 24%),
        linear-gradient(to left, rgba(4, 8, 14, 0.88) 0%, rgba(4, 8, 14, 0.70) 28%, rgba(4, 8, 14, 0.26) 60%, rgba(4, 8, 14, 0.12) 100%) !important;
}

.page-home .hero-content {
    position: relative;
    flex: 0 0 var(--hero-content-width);
    max-width: var(--hero-content-width);
    width: var(--hero-content-width);
    min-width: 340px;
    min-height: 100%;
    margin-left: 0;
    padding: var(--hero-card-padding, 30px 32px);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 1.6vw, 20px);
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--hero-card-font, var(--hero-font, var(--site-font, 'Peyda', 'Tahoma', 'Arial', sans-serif)));
    background:
        linear-gradient(
            155deg,
            rgba(8, 15, 27, 0.42) 0%,
            rgba(11, 19, 31, 0.34) 52%,
            rgba(6, 11, 20, 0.46) 100%
        ),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 58%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.22),
        0 10px 30px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px) saturate(112%);
    -webkit-backdrop-filter: blur(10px) saturate(112%);
    overflow: hidden;
}

.page-home .hero-shell--has-media .hero-content {
    position: relative;
    z-index: 2;
    width: var(--hero-content-width);
    max-width: var(--hero-content-width);
    min-width: 340px;
    min-height: calc(100% - 36px);
    margin: 18px 18px 18px auto;
    padding: var(--hero-card-padding, 34px 32px);
    justify-content: flex-start;
}

.page-home .hero-content > * {
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 100%;
}

.page-home .hero-content::before {
    content: "Ø´Ø§Ù‡ÛŒÙ† Ù…ÙˆØªÙˆØ± Ù‡Ø±Ù…Ø²Ú¯Ø§Ù†";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(240, 243, 250, 0.82);
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}

.page-home .hero-content::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.05), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 32%, rgba(0, 0, 0, 0.025) 100%);
    pointer-events: none;
}

.page-home .hero-title {
    margin-bottom: 20px;
    font-size: var(--hero-card-title-size, clamp(1.9rem, 3.2vw, 3.15rem));
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: 0;
    color: #f5f7fd;
    background: none;
    -webkit-text-fill-color: currentColor;
    text-shadow: none;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.page-home .hero-subtitle {
    max-width: 40rem;
    margin-bottom: 26px;
    color: rgba(226, 231, 243, 0.82);
    font-size: var(--hero-card-subtitle-size, clamp(1rem, 1.24vw, 1.12rem));
    font-weight: 400;
    line-height: var(--home-copy-leading);
    text-shadow: none;
    overflow-wrap: anywhere;
}

.page-home .hero-actions {
    gap: 14px;
    margin-bottom: 22px;
    justify-content: center;
}

.page-home .platform-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: -6px 0 22px;
}

.page-home .platform-proof span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 2px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(242, 246, 255, 0.74);
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    cursor: default;
    pointer-events: none;
}

.page-home .platform-proof span::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-left: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
}

.page-home .hero-actions .btn {
    min-height: 52px;
    padding: 13px 24px;
    font-weight: 700;
    font-size: 0.96rem;
    letter-spacing: 0;
}

.page-home .hero-actions .btn-primary {
    background: #005cb9;
    color: #fff;
    border: none;
    box-shadow: 0 14px 28px rgba(0, 92, 185, 0.3);
}

.page-home .hero-actions .btn-primary:hover {
    background: #004a95;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(0, 92, 185, 0.34);
}

.page-home .hero-actions .btn-outline {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(241, 244, 250, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.page-home .hero-actions .btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.page-home .hero-shell--card-disabled .hero-slide-overlay {
    background:
        radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.08), transparent 22%),
        linear-gradient(180deg, rgba(4, 8, 14, 0.12) 0%, rgba(4, 8, 14, 0.20) 38%, rgba(4, 8, 14, 0.42) 100%) !important;
}

.page-home .hero-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
}

.page-home .hero-metric {
    padding: 12px 8px;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    cursor: default;
    pointer-events: none;
}

.page-home .hero-metric strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}

.page-home .hero-metric span {
    display: block;
    color: rgba(218, 224, 238, 0.72);
    font-size: 0.84rem;
    line-height: 1.75;
}

.page-home .hero-nav-btn {
    width: 54px;
    height: 54px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border-radius: 16px;
    background: rgba(10, 16, 27, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
}

.page-home .hero-prev {
    right: clamp(22px, 2.6vw, 34px);
    left: auto;
}

.page-home .hero-next {
    left: clamp(22px, 2.6vw, 34px);
    right: auto;
}

.page-home .hero-indicators {
    bottom: 44px;
    gap: 10px;
}

.page-home .hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
}

.page-home .hero-dot.active {
    width: 36px;
    background: linear-gradient(135deg, #ff6a34, #f7c25f);
}

.page-home .motorcycle-filter-section {
    position: relative;
    z-index: 4;
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
    margin-top: 0;
    padding: 18px 0 44px;
    background: transparent;
}

.page-home .motorcycle-filter-section .container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding-inline: clamp(18px, 2.4vw, 46px) !important;
}

.page-home .filter-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: none;
    border-radius: 24px;
    padding: 22px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(20, 30, 48, 0.9)),
        var(--home-card-surface);
    border: 1px solid var(--home-card-border);
    box-shadow: var(--home-card-shadow);
}

.page-home .filter-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 106, 52, 0.18), transparent 70%);
    pointer-events: none;
}

.page-home .filter-header {
    gap: 16px;
    margin-bottom: 18px;
    padding-bottom: 14px;
}

.page-home .filter-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: linear-gradient(135deg, #ff6a34, #ff8f48);
    box-shadow: 0 16px 30px rgba(255, 106, 52, 0.24);
}

.page-home .filter-title {
    margin-bottom: 4px;
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
    text-wrap: balance;
}

.page-home .filter-subtitle {
    max-width: 38rem;
    color: rgba(221, 228, 240, 0.74);
    font-size: 0.92rem;
    line-height: var(--home-copy-leading);
}

.page-home .filter-more-link {
    margin-right: 0;
    padding: 8px 13px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f7d08b;
    background: rgba(255, 255, 255, 0.03);
}

.page-home .filter-more-link:hover {
    background: rgba(255, 255, 255, 0.07);
    color: #ffe5b5;
}

.page-home .filter-inputs {
    grid-template-columns: minmax(140px, 0.9fr) minmax(140px, 0.9fr) repeat(3, minmax(132px, 0.8fr)) minmax(132px, 0.8fr);
    gap: 12px;
}

.page-home .smart-filter-layout {
    position: relative;
    display: block;
}

.page-home .smart-filter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.page-home .match-intent-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 6px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 20px;
    background: rgba(2, 6, 23, 0.34);
}

.page-home .match-intent {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(226, 232, 240, 0.82);
    font-weight: 800;
    font-size: 0.82rem;
    cursor: pointer;
    transition: all 0.22s ease;
}

.page-home .match-intent:hover,
.page-home .match-intent.active {
    border-color: rgba(125, 211, 252, 0.42);
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.22), rgba(34, 197, 94, 0.16));
    color: #f8fafc;
    box-shadow: 0 12px 24px rgba(14, 165, 233, 0.14);
}

.page-home .filter-input-group {
    min-width: 0;
}

.page-home .filter-input-group.filter-submit-group {
    align-self: end;
}

.page-home .filter-select,
.page-home .filter-input {
    min-height: 46px;
    border-radius: 13px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #f8fafc;
    font-weight: 800;
    text-align: center;
}

.page-home .filter-select option {
    background: #0f172a;
    color: #f8fafc;
}

.page-home .filter-submit-btn {
    width: 100%;
    min-height: 46px;
    border-radius: 14px;
    border: none;
    background: linear-gradient(135deg, #ff6a34, #ff8b45);
    color: #fff;
    font-weight: 800;
    font-size: 0.96rem;
    box-shadow: 0 16px 26px rgba(255, 106, 52, 0.26);
}

.page-home .filter-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(255, 106, 52, 0.34);
}

.page-home .smart-match-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.page-home .ai-match-card {
    position: relative;
    display: grid;
    grid-template-rows: 92px auto auto auto;
    gap: 7px;
    min-height: 218px;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
        rgba(15, 23, 42, 0.8);
    color: #f8fafc;
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.page-home .ai-match-card[hidden] {
    display: none !important;
}

.page-home .ai-match-card:hover {
    transform: translateY(-4px);
    border-color: rgba(251, 191, 36, 0.45);
    box-shadow: 0 18px 34px rgba(2, 6, 23, 0.28);
}

.page-home .ai-match-card img {
    width: 100%;
    height: 92px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.28));
}

.page-home .ai-match-card strong {
    min-height: 2.8em;
    color: #fff;
    font-size: 0.93rem;
    line-height: 1.45;
}

.page-home .ai-match-card small {
    color: rgba(203, 213, 225, 0.76);
    font-size: 0.82rem;
    line-height: 1.6;
}

.page-home .ai-match-price {
    display: block;
    color: #fbbf24;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.55;
}

.page-home .ai-match-score {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #22c55e, #38bdf8);
    color: #04111f;
    font-weight: 900;
    font-size: 0.78rem;
}

.page-home .smart-match-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    min-height: 218px;
    padding: 16px;
    border: 1px solid rgba(125, 211, 252, 0.2);
    border-radius: 24px;
    background:
        linear-gradient(160deg, rgba(8, 47, 73, 0.5), rgba(63, 63, 70, 0.24)),
        rgba(2, 6, 23, 0.44);
}

.page-home .smart-kicker {
    width: max-content;
    max-width: 100%;
    padding: 5px 9px;
    border: 1px solid rgba(251, 191, 36, 0.32);
    border-radius: 999px;
    color: #fde68a;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.page-home .smart-match-panel strong {
    color: #fff;
    font-size: clamp(1.18rem, 2.2vw, 1.6rem);
    line-height: 1.35;
    letter-spacing: 0;
}

.page-home .smart-match-panel p {
    color: rgba(226, 232, 240, 0.82);
    font-size: 0.86rem;
    line-height: 1.7;
}

.page-home .smart-match-panel small {
    display: none;
    color: rgba(148, 163, 184, 0.95);
}

.page-home .smart-match-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    background: #f8fafc;
    color: #0f172a;
    font-weight: 900;
    font-size: 0.86rem;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.page-home .smart-match-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(248, 250, 252, 0.16);
}

.page-home .section,
.page-home .motorcycle-hero-video-section {
    position: relative;
    padding: 74px 0;
    background: transparent;
}

.page-home .section::before,
.page-home .motorcycle-hero-video-section::before {
    content: "";
    position: absolute;
    inset: 18px 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    pointer-events: none;
}

.page-home .section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 32px;
}

.page-home .section-title {
    margin: 0;
    font-size: clamp(1.85rem, 3vw, 2.9rem);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.page-home .section-subtitle,
.page-home .section-description {
    color: rgba(221, 228, 240, 0.72);
    font-size: 1rem;
    line-height: var(--home-copy-leading);
}

.page-home .section-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #f1f5ff;
    font-weight: 600;
}

.page-home .section-link:hover {
    background: rgba(255, 255, 255, 0.08);
}

.page-home .featured-products-tabs {
    padding-top: 10px;
}

.page-home .tab-buttons {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 36px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
}

.page-home .tab-btn {
    padding: 12px 18px;
    border-radius: 999px;
    color: rgba(229, 234, 244, 0.72);
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.page-home .tab-btn.active {
    color: #fff;
    background: linear-gradient(135deg, #ff6a34, #ff8b45);
}

.page-home .tab-btn.active::after {
    display: none;
}

.page-home .products-grid {
    gap: 20px;
}

.page-home .product-card {
    padding: 14px;
    border-radius: 30px;
    background: var(--home-card-surface);
    border: 1px solid var(--home-card-border);
    box-shadow: var(--home-card-shadow);
}

.page-home .product-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    border-radius: 24px;
    background: var(--home-card-soft-layer);
}

.page-home .product-image img {
    max-width: 100%;
    max-height: 210px;
    object-fit: contain;
    padding: 18px;
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.32));
}

.page-home .product-placeholder {
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(0, 92, 185, 0.22), rgba(0, 74, 149, 0.16));
}

.page-home .product-info {
    padding: 18px 4px 4px;
}

.page-home .product-title {
    min-height: 3.1rem;
    font-size: 1.04rem;
    font-weight: 700;
    line-height: 1.7;
}

.page-home .product-specs {
    color: rgba(224, 229, 241, 0.6);
}

.page-home .product-price {
    margin-top: 12px;
    color: #ffd38d;
    font-size: 1.08rem;
    font-weight: 800;
}

.page-home .product-card-actions {
    padding-top: 10px;
}

.page-home .product-card-add-btn {
    width: 100%;
    min-height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-weight: 700;
}

.page-home .product-card-add-btn:hover {
    background: rgba(255, 255, 255, 0.08);
}

.page-home .motorcycle-hero-container {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 26px;
    align-items: stretch;
    max-width: min(100%, var(--site-shell-max));
    margin: 0 auto 18px;
    padding: 0 var(--site-shell-gutter);
}

.page-home .motorcycle-hero-image,
.page-home .motorcycle-hero-content,
.page-home .motorcycle-video-thumbnail {
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid var(--home-card-border);
    background: var(--home-card-surface);
    box-shadow: var(--home-card-shadow);
}

.page-home .motorcycle-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px;
}

.page-home .motorcycle-hero-title {
    font-size: clamp(1.9rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.24;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
    text-wrap: balance;
}

.page-home .motorcycle-hero-text {
    color: rgba(221, 228, 240, 0.76);
    font-size: 1rem;
    line-height: var(--home-copy-leading);
}

.page-home .motorcycle-hero-btn {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6a34, #ff8b45);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.96rem;
    box-shadow: 0 16px 26px rgba(255, 106, 52, 0.24);
}

.page-home .motorcycle-videos-section {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: min(100%, var(--site-shell-max));
    margin: 0 auto;
    padding: 0 var(--site-shell-gutter);
}

.page-home .motorcycle-video-thumbnail {
    min-height: 220px;
}

.page-home .motorcycle-video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-home .video-thumbnail-overlay {
    background: linear-gradient(180deg, rgba(5, 8, 12, 0.1), rgba(5, 8, 12, 0.6));
}

.page-home .main-categories-grid,
.page-home .brands-grid,
.page-home .articles-grid {
    gap: 20px;
}

.page-home .main-categories-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: stretch;
    gap: 20px;
    padding-bottom: 14px;
    scroll-snap-type: x proximity;
    scroll-padding-inline: var(--site-shell-gutter);
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 106, 52, 0.62) rgba(255, 255, 255, 0.05);
}

.page-home .main-categories-grid::-webkit-scrollbar {
    height: 8px;
}

.page-home .main-categories-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 999px;
}

.page-home .main-categories-grid::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, rgba(255, 106, 52, 0.88), rgba(247, 194, 95, 0.88));
    border-radius: 999px;
}

.page-home .main-category-card,
.page-home .brand-card,
.page-home .article-card,
.page-home .faq-item {
    border: 1px solid var(--home-card-border);
    box-shadow: var(--home-card-shadow);
}

.page-home .main-category-card,
.page-home .brand-card,
.page-home .article-card {
    border-radius: 28px;
    background: var(--home-card-surface);
}

.page-home .main-category-card {
    flex: 0 0 clamp(250px, 24vw, 320px);
    min-width: clamp(250px, 24vw, 320px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    scroll-snap-align: start;
    background: linear-gradient(145deg, rgba(5, 31, 57, 0.96), rgba(8, 72, 121, 0.78));
    border-color: rgba(89, 172, 255, 0.26);
}

.page-home .main-category-link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 100%;
}

.page-home .main-category-image {
    aspect-ratio: 1 / 1;
    background: rgba(255, 255, 255, 0.03);
}

.page-home .main-category-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-home .main-category-icon {
    width: 100%;
    height: 238px;
    margin: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(181, 221, 255, 0.30), transparent 58%),
        linear-gradient(145deg, #082b4c 0%, #0b4f84 48%, #061f39 100%);
    color: transparent;
    font-size: 0;
}

.page-home .main-category-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.34));
}

.page-home .main-category-name,
.page-home .main-category-desc {
    padding-inline: 24px;
}

.page-home .main-category-name {
    margin: 0;
    padding-top: 22px;
    line-height: 1.65;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.24);
}

.page-home .main-category-desc {
    margin: 6px 0 0;
    padding-bottom: 26px;
    color: rgba(235, 246, 255, 0.88);
    line-height: 1.85;
    font-size: 0.92rem;
}

.page-home .sub-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 22px 22px;
}

.page-home .sub-category-link {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .brands-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.page-home .brand-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 144px;
    padding: 22px;
}

.page-home .brand-logo {
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
}

.page-home .brand-name {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.page-home .articles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-home .customer-hub-header {
    align-items: center;
}

.page-home .customer-hub-shell {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    gap: 22px;
}

.page-home .customer-hub-intro,
.page-home .customer-hub-story,
.page-home .customer-hub-card {
    border-radius: 30px;
    border: 1px solid var(--home-card-border);
    background: var(--home-card-surface);
    box-shadow: var(--home-card-shadow);
}

.page-home .customer-hub-intro {
    padding: 28px;
}

.page-home .customer-hub-story {
    position: relative;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
    background: rgba(4, 18, 42, 0.42);
}

.page-home .customer-hub-story img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
}

.page-home .customer-hub-badge {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffd8a4;
    font-size: 0.8rem;
    font-weight: 800;
}

.page-home .customer-hub-intro h3 {
    margin: 0 0 14px;
    font-size: clamp(1.5rem, 2.1vw, 2.2rem);
    line-height: 1.35;
    color: #fff;
}

.page-home .customer-hub-intro p {
    margin: 0;
    color: rgba(221, 228, 240, 0.74);
    line-height: 1.95;
}

.page-home .customer-hub-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.page-home .customer-hub-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(235, 240, 248, 0.9);
    font-size: 0.82rem;
    font-weight: 700;
}

.page-home .customer-hub-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.page-home .customer-hub-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    min-height: 156px;
    padding: 22px;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-home .customer-hub-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 166, 77, 0.24);
    box-shadow: 0 26px 56px rgba(0, 0, 0, 0.24);
}

.page-home .customer-hub-card strong {
    color: #fff;
    font-size: 1.16rem;
    line-height: 1.5;
}

.page-home .customer-hub-card p {
    margin: 0;
    color: rgba(221, 228, 240, 0.74);
    line-height: 1.85;
}

.page-home .customer-hub-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffd8a4;
    font-size: 0.84rem;
    font-weight: 800;
}

.page-home .customer-hub-grid--actions {
    align-content: start;
}

.page-home .customer-proof-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.page-home .customer-proof-metric {
    padding: 16px 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.page-home .customer-proof-metric strong {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
}

.page-home .customer-proof-metric span {
    display: block;
    margin-top: 8px;
    color: rgba(221, 228, 240, 0.72);
    font-size: 0.82rem;
    line-height: 1.8;
}

.page-home .customer-voice-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 22px;
    margin-top: 22px;
}

.page-home .customer-voice-panel,
.page-home .customer-club-panel {
    padding: 28px;
    border-radius: 30px;
    border: 1px solid var(--home-card-border);
    background: var(--home-card-surface);
    box-shadow: var(--home-card-shadow);
}

.page-home .customer-voice-header,
.page-home .customer-club-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.page-home .customer-voice-kicker,
.page-home .customer-club-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffd8a4;
    font-size: 0.78rem;
    font-weight: 800;
}

.page-home .customer-voice-header h3,
.page-home .customer-club-header h3 {
    margin: 12px 0 10px;
    color: #fff;
    font-size: clamp(1.35rem, 1.8vw, 1.9rem);
    line-height: 1.45;
}

.page-home .customer-club-header p {
    margin: 0;
    color: rgba(221, 228, 240, 0.72);
    line-height: 1.85;
}

.page-home .customer-voice-rating {
    min-width: 144px;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
}

.page-home .customer-voice-rating strong {
    display: block;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

.page-home .customer-voice-rating span {
    display: block;
    margin-top: 10px;
    color: rgba(221, 228, 240, 0.7);
    font-size: 0.8rem;
    font-weight: 700;
}

.page-home .customer-review-list {
    display: grid;
    gap: 16px;
}

.page-home .customer-review-card {
    padding: 22px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.page-home .customer-review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.page-home .customer-review-stars {
    color: #ffd479;
    letter-spacing: 2px;
    font-size: 0.95rem;
}

.page-home .customer-review-tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(235, 240, 248, 0.88);
    font-size: 0.78rem;
    font-weight: 700;
}

.page-home .customer-review-card h4 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.6;
}

.page-home .customer-review-card p {
    margin: 0 0 16px;
    color: rgba(221, 228, 240, 0.74);
    line-height: 1.9;
}

.page-home .customer-review-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: rgba(221, 228, 240, 0.72);
    font-size: 0.82rem;
}

.page-home .customer-review-meta strong {
    color: #fff;
    font-size: 0.9rem;
}

.page-home .customer-review-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .customer-review-highlight {
    margin-top: 14px;
    color: #ffd8a4;
    font-size: 0.82rem;
    font-weight: 800;
}

.page-home .customer-tier-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.page-home .customer-tier-card {
    padding: 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.page-home .customer-tier-card.is-featured {
    border-color: rgba(255, 166, 77, 0.34);
    box-shadow: 0 18px 36px rgba(255, 142, 52, 0.08);
}

.page-home .customer-tier-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.page-home .customer-tier-badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffd8a4;
    font-size: 0.74rem;
    font-weight: 800;
}

.page-home .customer-tier-card h4 {
    margin: 10px 0 0;
    color: #fff;
    font-size: 1rem;
}

.page-home .customer-tier-head strong {
    color: #ffd8a4;
    font-size: 0.86rem;
    line-height: 1.8;
    text-align: left;
}

.page-home .customer-tier-card p {
    margin: 0 0 14px;
    color: rgba(221, 228, 240, 0.74);
    line-height: 1.8;
    font-size: 0.92rem;
}

.page-home .customer-tier-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.page-home .customer-tier-card li {
    position: relative;
    padding-right: 18px;
    color: #eef2fa;
    font-size: 0.83rem;
    line-height: 1.8;
}

.page-home .customer-tier-card li::before {
    content: '';
    position: absolute;
    top: 0.72em;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd479, #ff9f45);
}

.page-home .customer-earn-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.page-home .customer-earn-card {
    padding: 16px 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.page-home .customer-earn-card strong {
    display: block;
    color: #fff;
    font-size: 0.95rem;
}

.page-home .customer-earn-card span {
    display: block;
    margin-top: 10px;
    color: #ffd8a4;
    font-size: 0.82rem;
    font-weight: 800;
}

.page-home .customer-earn-card p {
    margin: 10px 0 0;
    color: rgba(221, 228, 240, 0.72);
    font-size: 0.82rem;
    line-height: 1.8;
}

.page-home .article-card {
    overflow: hidden;
}

.page-home .article-card:first-child {
    grid-column: span 2;
}

.page-home .article-card:first-child .article-link {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    min-height: 100%;
}

.page-home .article-link {
    height: 100%;
}

.page-home .article-image {
    min-height: 240px;
    background: rgba(255, 255, 255, 0.04);
}

.page-home .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-home .article-content {
    padding: 22px 24px 24px;
}

.page-home .article-type {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffd79a;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0;
}

.page-home .article-title {
    margin: 14px 0 12px;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.7;
}

.page-home .article-summary {
    color: rgba(219, 225, 238, 0.72);
    line-height: var(--home-copy-leading);
}

.page-home .article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    color: rgba(204, 211, 225, 0.62);
}

.page-home .faq-section .container {
    position: relative;
}

.page-home .faq-accordion {
    display: grid;
    gap: 16px;
}

.page-home .faq-item {
    border-radius: 24px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(11, 18, 30, 0.95), rgba(14, 22, 36, 0.9));
}

.page-home .faq-question {
    padding: 22px 24px;
}

.page-home .faq-answer {
    padding: 0 24px 22px;
}

@media (max-width: 1200px) {
    .page-home {
        --home-header-clearance: 112px;
    }

    .page-home .hero-content {
        flex-basis: min(520px, var(--hero-content-width));
        max-width: min(520px, var(--hero-content-width));
        width: min(520px, var(--hero-content-width));
    }

    .page-home .hero-shell--has-media .hero-content {
        width: min(400px, var(--hero-content-width));
        max-width: min(400px, var(--hero-content-width));
        min-width: 320px;
    }

    .page-home .filter-inputs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .page-home .smart-filter-layout {
        display: block;
    }

    .page-home .brands-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .page-home .articles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-home .article-card:first-child {
        grid-column: span 2;
    }

    .page-home .customer-hub-shell {
        grid-template-columns: 1fr;
    }

    .page-home .customer-hub-story img {
        min-height: 380px;
    }

    .page-home .customer-voice-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .page-home {
        --home-header-clearance: 102px;
    }

    body.page-home header.site-header .header-top {
        max-height: 0;
        opacity: 0;
        border-color: transparent;
    }

    body.page-home header.site-header .header-main-inner {
        padding: 12px 14px 14px;
    }

    .page-home .hero-section {
        height: max(680px, 100svh);
        min-height: max(680px, 100svh);
    }

    .page-home .hero-slider {
        --hero-content-width: min(380px, calc(var(--hero-card-width-ratio, 0.33) * 100vw));
        padding-top: calc(var(--home-header-clearance) + 10px);
        padding-bottom: 86px;
    }

    .page-home .hero-content {
        flex-basis: min(440px, var(--hero-content-width));
        max-width: min(440px, var(--hero-content-width));
        width: min(440px, var(--hero-content-width));
        min-width: 300px;
        padding: var(--hero-card-padding, 28px 28px);
    }

    .page-home .hero-shell--has-media .hero-content {
        width: min(380px, var(--hero-content-width));
        max-width: min(380px, var(--hero-content-width));
        min-width: 300px;
        min-height: calc(100% - 28px);
        margin: 14px 14px 14px auto;
        padding: var(--hero-card-padding, 28px 26px);
    }

    .page-home .motorcycle-hero-container {
        grid-template-columns: 1fr;
    }

    .page-home .motorcycle-videos-section {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .page-home .customer-hub-grid {
        grid-template-columns: 1fr;
    }

    .page-home .customer-tier-list,
    .page-home .customer-earn-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .page-home {
        --home-header-clearance: 94px;
    }

    body.page-home header.site-header {
        padding-top: 8px;
    }

    body.page-home header.site-header .header-shell {
        border-radius: 24px;
    }

    body.page-home header.site-header .header-main-inner {
        padding: 12px 14px 14px;
    }

    body.page-home header.site-header .logo-image {
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }

    .page-home .hero-section {
        height: max(760px, 100svh);
        min-height: max(760px, 100svh);
    }

    .page-home .hero-slider {
        --hero-content-width: 100%;
        padding: calc(var(--home-header-clearance) + 10px) 16px 84px;
    }

    .page-home .hero-shell {
        flex-direction: row;
        --hero-shell-gap: 14px;
    }

    .page-home .hero-slide-bg img {
        object-fit: cover;
        object-position: 42% center;
        transform: none;
        opacity: 0.92;
    }

    .page-home .hero-slide-overlay {
        background:
            linear-gradient(180deg, rgba(6, 8, 12, 0.08) 0%, rgba(6, 8, 12, 0.18) 35%, rgba(6, 8, 12, 0.32) 100%) !important;
    }

    .page-home .hero-shell--has-media {
        border-radius: 30px;
    }

    .page-home .hero-shell--has-media .hero-slide-overlay {
        background:
            linear-gradient(180deg, rgba(4, 8, 14, 0.10) 0%, rgba(4, 8, 14, 0.20) 34%, rgba(4, 8, 14, 0.84) 100%) !important;
    }

    .page-home .hero-content {
        max-width: 100%;
        width: 100%;
        min-width: 0;
        min-height: auto;
        flex: 1 1 auto;
        padding: 28px 24px;
    }

    .page-home .hero-shell--has-media .hero-content {
        width: calc(100% - 28px);
        max-width: calc(100% - 28px);
        min-width: 0;
        min-height: auto;
        margin: auto 14px 14px;
        padding: 26px 24px;
        align-self: flex-end;
    }

    .page-home .hero-actions {
        flex-wrap: wrap;
    }

    .page-home .hero-prev {
        right: 24px;
        left: auto;
    }

    .page-home .hero-next {
        left: 24px;
        right: auto;
    }

    .page-home .hero-actions .btn {
        flex: 1 1 220px;
    }

    .page-home .hero-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-home .filter-card {
        padding: 26px;
    }

    .page-home .filter-header {
        flex-direction: column;
        align-items: stretch;
    }

    .page-home .filter-inputs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-home .smart-filter-layout {
        display: block;
    }

    .page-home .smart-match-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-home .products-grid,
    .page-home .articles-grid,
    .page-home .brands-grid,
    .page-home .motorcycle-videos-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-home .main-category-card {
        flex-basis: 320px;
        min-width: 320px;
    }

    .page-home .article-card:first-child,
    .page-home .article-card:first-child .article-link {
        grid-column: auto;
        display: block;
    }

    .page-home .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-home .customer-hub-grid {
        grid-template-columns: 1fr;
    }

    .page-home .customer-proof-metrics,
    .page-home .customer-tier-list,
    .page-home .customer-earn-grid {
        grid-template-columns: 1fr;
    }

    .page-home .customer-voice-header,
    .page-home .customer-club-header {
        flex-direction: column;
    }

    .page-home .customer-voice-rating {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .page-home {
        --home-header-clearance: 88px;
    }

    .page-home .hero-section {
        height: 760px;
        min-height: 760px;
    }

    .page-home .hero-content {
        padding: 24px 20px;
        border-radius: 26px;
    }

    .page-home .hero-content::before {
        margin-bottom: 14px;
    }

    .page-home .hero-title {
        font-size: clamp(2.2rem, 12vw, 3.1rem);
        line-height: 1.28;
        letter-spacing: -0.03em;
    }

    .page-home .hero-subtitle {
        font-size: 0.98rem;
        line-height: 1.9;
    }

    .page-home .hero-actions .btn {
        min-height: 50px;
        font-size: 0.92rem;
    }

    .page-home .hero-metrics {
        grid-template-columns: 1fr;
    }

    .page-home .filter-title,
    .page-home .section-title,
    .page-home .motorcycle-hero-title {
        line-height: 1.32;
    }

    .page-home .filter-card {
        padding: 22px 18px;
        border-radius: 26px;
    }

    .page-home .filter-inputs,
    .page-home .smart-match-rail,
    .page-home .products-grid,
    .page-home .articles-grid,
    .page-home .brands-grid,
    .page-home .motorcycle-videos-section {
        grid-template-columns: 1fr;
    }

    .page-home .match-intent-row {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
    }

    .page-home .match-intent {
        flex: 0 0 auto;
        padding: 0 10px;
        font-size: 0.86rem;
    }

    .page-home .ai-match-card {
        grid-template-rows: 132px auto auto;
        min-height: 230px;
    }

    .page-home .ai-match-card img {
        height: 132px;
    }

    .page-home .motorcycle-hero-content {
        padding: 28px 20px;
    }

    .page-home .product-card,
    .page-home .main-category-card,
    .page-home .brand-card,
    .page-home .article-card,
    .page-home .faq-item {
        border-radius: 24px;
    }

    .page-home .product-image {
        min-height: 220px;
    }

    .page-home .main-category-card {
        flex-basis: min(84vw, 300px);
        min-width: min(84vw, 300px);
    }

    .page-home .main-category-icon {
        height: 220px;
    }

    .page-home .customer-hub-intro,
    .page-home .customer-hub-card,
    .page-home .customer-voice-panel,
    .page-home .customer-club-panel {
        border-radius: 24px;
        padding: 22px 20px;
    }

    .page-home .customer-hub-story {
        border-radius: 24px;
    }

    .page-home .customer-hub-story img {
        min-height: 260px;
    }

    .page-home .customer-proof-metric,
    .page-home .customer-review-card,
    .page-home .customer-tier-card,
    .page-home .customer-earn-card {
        border-radius: 22px;
    }

    .page-home .hero-prev,
    .page-home .hero-next {
        display: none;
    }
}
/* Keep the hero card aligned with the main UI font; the display font is too wide for this compact card. */
.page-home .section-heading h2,
.page-home .motorcycle-hero-title {
    font-family: var(--hero-card-font, 'Shahin Lalezar', var(--site-font));
}

.page-home .hero-content,
.page-home .hero-title,
.page-home .hero-metric strong,
.page-home .hero-subtitle,
.page-home .hero-description,
.page-home .hero-content p,
.page-home .hero-metric small,
.page-home .section-heading p {
    font-family: var(--site-font, 'Shahin Peyda', Tahoma, sans-serif);
    letter-spacing: 0;
}

.page-home .hero-title {
    line-height: 1.48;
    letter-spacing: 0;
    font-weight: 500;
}

.page-home .hero-content :is(.hero-title, .hero-subtitle, p, span, strong, small) {
    font-family: var(--site-font, 'Shahin Peyda', Tahoma, sans-serif);
    font-weight: 400;
}
.page-home:not(.page-home-peak):not(.page-home-showroom) .site-header {
    position: fixed;
    inset: 18px 0 auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    z-index: 1400;
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .site-header .container {
    width: min(1830px, calc(100% - 108px));
    max-width: none;
    padding-inline: 0;
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .header-top,
.page-home:not(.page-home-peak):not(.page-home-showroom) .home-header-launcher {
    display: none;
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .header-shell {
    overflow: visible;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(45, 69, 117, .78), rgba(0, 101, 184, .72));
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .12);
    backdrop-filter: blur(18px);
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .header-shell::before {
    display: none;
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .header-main-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    min-height: 90px;
    padding: 14px 18px;
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .logo-image {
    width: 58px;
    height: 58px;
    padding: 5px;
    border-radius: 18px;
    background: #fff !important;
    border-color: rgba(255, 255, 255, .84) !important;
    filter: none !important;
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .logo-title {
    color: #fff;
    font-size: 1.04rem;
    font-weight: 900;
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .logo-subtitle {
    color: rgba(235, 243, 255, .76);
    max-width: 290px;
    font-size: .78rem;
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .main-nav ul {
    justify-content: center;
    gap: 10px;
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .main-nav a {
    min-height: 46px;
    padding: 10px 18px;
    border-radius: 14px;
    color: rgba(239, 247, 255, .82);
    background: rgba(255, 255, 255, .06);
    border: 1px solid transparent;
    font-size: .9rem;
    font-weight: 850;
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .main-nav a:hover,
.page-home:not(.page-home-peak):not(.page-home-showroom) .main-nav a.is-active {
    color: #fff;
    background: rgba(0, 118, 215, .72);
    border-color: rgba(255, 255, 255, .18);
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .header-actions {
    gap: 10px;
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .header-link-chip,
.page-home:not(.page-home-peak):not(.page-home-showroom) .btn-auth,
.page-home:not(.page-home-peak):not(.page-home-showroom) .btn-logout {
    min-height: 50px;
    padding: 11px 18px;
    border-radius: 14px;
    font-size: .9rem;
    font-weight: 900;
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .header-link-chip {
    color: #fff;
    background: #0074d9;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: none;
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .btn-auth {
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .16);
}

.page-home:not(.page-home-peak):not(.page-home-showroom) .cart-icon-link {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .14);
}

@media (max-width: 1180px) {
    .page-home:not(.page-home-peak):not(.page-home-showroom) .site-header {
        inset: 10px 0 auto;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .site-header .container {
        width: min(100% - 22px, 720px);
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .header-shell {
        border-radius: 20px;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .header-main-inner {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 58px;
        padding: 8px 10px;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .main-nav {
        top: 78px;
        right: 11px;
        width: min(340px, calc(100vw - 22px));
        background: rgba(7, 17, 31, .98);
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .header-link-chip,
    .page-home:not(.page-home-peak):not(.page-home-showroom) .theme-mode-toggle,
    .page-home:not(.page-home-peak):not(.page-home-showroom) .user-menu {
        display: none;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .nav-toggle {
        display: inline-flex;
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .main-nav {
        transform: translateX(110%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .main-nav.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

/* 2026-06-01: stable home header launcher and unclipped desktop nav. */
@media (min-width: 1025px) {
    body.page-home:not(.page-home-peak):not(.page-home-showroom).home-header-launcher-ready .home-header-launcher,
    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .home-header-launcher {
        display: inline-flex !important;
    }
}

@media (min-width: 1181px) {
    .page-home:not(.page-home-peak):not(.page-home-showroom) .header-main-inner {
        grid-template-columns: minmax(210px, max-content) minmax(0, 1fr) auto !important;
        gap: 10px !important;
        min-height: 74px !important;
        padding: 10px 14px !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .main-nav {
        overflow: visible !important;
        min-width: 0 !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .main-nav ul {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 5px !important;
        overflow: visible !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .main-nav a {
        min-height: 34px !important;
        padding: 7px 10px !important;
        border-radius: 11px !important;
        font-size: .78rem !important;
        line-height: 1.35 !important;
        white-space: nowrap !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .header-actions {
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
        gap: 5px !important;
        max-width: 360px !important;
        overflow: visible !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .header-link-chip,
    .page-home:not(.page-home-peak):not(.page-home-showroom) .btn-auth,
    .page-home:not(.page-home-peak):not(.page-home-showroom) .btn-logout {
        min-height: 36px !important;
        padding: 8px 10px !important;
        border-radius: 12px !important;
        font-size: .78rem !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .cart-icon-link {
        width: 42px !important;
        height: 42px !important;
        border-radius: 14px !important;
    }
}

/* 2026-06-07: keep the home header launcher out of the expanded header surface. */
@media (min-width: 1025px) {
    body.page-home:not(.page-home-peak):not(.page-home-showroom) .home-header-launcher {
        top: clamp(18px, 1.8vw, 24px) !important;
        left: clamp(22px, 2vw, 30px) !important;
        z-index: 1455 !important;
        transition:
            top 0.34s ease,
            opacity 0.24s ease,
            transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
            background 0.2s ease,
            border-color 0.2s ease,
            box-shadow 0.2s ease,
            color 0.2s ease !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header.home-header-expanded .home-header-launcher {
        top: calc(var(--home-header-clearance, 112px) + 10px) !important;
        transform: translate3d(0, 0, 0) scale(0.96) !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header.home-header-collapsed .home-header-launcher {
        top: clamp(18px, 1.8vw, 24px) !important;
        transform: translate3d(0, 0, 0) scale(1) !important;
    }
}

/* Codex 2026-07-03: keep only the lead home article full-bleed; normal cards keep fitted images. */
.page-home .articles-section .article-card {
    position: relative;
    overflow: hidden;
    background: var(--home-card-surface);
}

.page-home .articles-section .article-card .article-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.page-home .articles-section .article-card .article-image {
    position: relative;
    inset: auto;
    aspect-ratio: 16 / 9;
    min-height: 0;
    height: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
}

.page-home .articles-section .article-card .article-image::after {
    content: none;
}

.page-home .articles-section .article-card .article-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
}

.page-home .articles-section .article-card .article-content {
    position: relative;
    inset: auto;
    z-index: 1;
    flex: 1 1 auto;
    padding: 22px 24px 24px;
    background: transparent;
}

.page-home .articles-section .article-card .article-title {
    max-width: 100%;
    margin: 14px 0 12px;
    font-size: 1.18rem;
    line-height: 1.7;
    text-shadow: none;
}

.page-home .articles-section .article-card .article-summary {
    max-width: 100%;
    margin: 0;
    color: rgba(219, 225, 238, 0.72);
    font-size: inherit;
    line-height: var(--home-copy-leading);
    text-shadow: none;
}

.page-home .articles-section .article-card .article-meta {
    margin-top: 16px;
    color: rgba(204, 211, 225, 0.62);
    font-size: inherit;
}

.page-home .articles-section .article-card:first-child {
    grid-column: span 2;
    min-height: clamp(350px, 27vw, 440px);
    background: #082b4c;
}

.page-home .articles-section .article-card:first-child .article-link {
    position: relative;
    display: block;
    min-height: inherit;
}

.page-home .articles-section .article-card:first-child .article-image {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
    min-height: 100%;
    height: 100%;
}

.page-home .articles-section .article-card:first-child .article-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 23, 43, 0.00) 0%, rgba(4, 23, 43, 0.08) 42%, rgba(4, 23, 43, 0.58) 78%, rgba(4, 23, 43, 0.82) 100%),
        linear-gradient(90deg, rgba(4, 23, 43, 0.24) 0%, rgba(4, 23, 43, 0.02) 52%, rgba(4, 23, 43, 0.16) 100%);
    pointer-events: none;
}

.page-home .articles-section .article-card:first-child .article-content {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    padding: clamp(16px, 1.8vw, 24px);
    background: linear-gradient(180deg, rgba(5, 31, 57, 0), rgba(5, 31, 57, 0.46) 42%, rgba(5, 31, 57, 0.76));
}

.page-home .articles-section .article-card:first-child .article-title {
    max-width: 92%;
    margin: 10px 0 8px;
    font-size: clamp(1rem, 1.15vw, 1.15rem);
    line-height: 1.65;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.48);
}

.page-home .articles-section .article-card:first-child .article-summary {
    max-width: 90%;
    color: rgba(240, 246, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.75;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}

@media (max-width: 768px) {
    .page-home .articles-section .article-card:first-child {
        grid-column: auto;
        min-height: 330px;
    }
}

/* Codex 2026-07-03: Shahin icon set placements. */
.page-home .section-title,
.page-articles .page-title,
.page-faq .page-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.page-home .section-title::before,
.page-articles .page-title::before,
.page-faq .page-title::before {
    content: "";
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.08);
    background-image: var(--shahin-section-icon, url('/static/icons/shahin/shahin-motorcycle.svg'));
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
}

.page-home .products-section .section-title { --shahin-section-icon: url('/static/icons/shahin/shahin-products.svg'); }
.page-home .smart-match-section .section-title,
.page-home .filters-section .section-title { --shahin-section-icon: url('/static/icons/shahin/shahin-filter.svg'); }
.page-home .videos-section .section-title,
.page-home .motorcycle-videos-section + .section-header .section-title { --shahin-section-icon: url('/static/icons/shahin/shahin-motorcycle.svg'); }
.page-home .services-section .section-title,
.page-home .main-categories-section .section-title { --shahin-section-icon: url('/static/icons/shahin/shahin-services.svg'); }
.page-home .customer-hub-section .section-title { --shahin-section-icon: url('/static/icons/shahin/shahin-profile.svg'); }
.page-home .articles-section .section-title,
.page-articles .page-title { --shahin-section-icon: url('/static/icons/shahin/shahin-news.svg'); }
.page-home .faq-section .section-title,
.page-faq .page-title { --shahin-section-icon: url('/static/icons/shahin/shahin-faq.svg'); }

.page-home .filter-submit-btn::before,
.page-home .product-card-add-btn::before,
.page-home .section-link::before,
.ai-chat-toggle::after,
.smart-chat-toggle::after,
.floating-chat-button::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-inline-end: 7px;
    vertical-align: -4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.page-home .filter-submit-btn::before { background-image: url('/static/icons/shahin/shahin-filter.svg'); }
.page-home .product-card-add-btn::before { background-image: url('/static/icons/shahin/shahin-cart.svg'); }
.page-home .section-link::before { background-image: url('/static/icons/shahin/shahin-search.svg'); }
.ai-chat-toggle::after,
.smart-chat-toggle::after,
.floating-chat-button::after {
    margin-inline: 7px 0;
    background-image: url('/static/icons/shahin/shahin-advisor.svg');
}

.page-home .customer-hub-card::before,
.page-home .main-category-card::before,
.page-home .brand-card::before {
    content: "";
    position: absolute;
    top: 18px;
    inset-inline-start: 18px;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08) var(--shahin-card-icon, url('/static/icons/shahin/shahin-services.svg')) center / 18px 18px no-repeat;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
    pointer-events: none;
}

.page-home .customer-hub-card,
.page-home .main-category-card,
.page-home .brand-card { position: relative; }
.page-home .brand-card { --shahin-card-icon: url('/static/icons/shahin/shahin-brands.svg'); }
.page-home .customer-hub-card { --shahin-card-icon: url('/static/icons/shahin/shahin-profile.svg'); }
.page-home .customer-hub-card[href*="service"],
.page-home .customer-hub-card[href*="services"] { --shahin-card-icon: url('/static/icons/shahin/shahin-warranty.svg'); }
.page-home .customer-hub-card[href*="ticket"],
.page-home .customer-hub-card[href*="contact"] { --shahin-card-icon: url('/static/icons/shahin/shahin-contact.svg'); }

@media (max-width: 640px) {
    .page-home .section-title::before,
    .page-articles .page-title::before,
    .page-faq .page-title::before {
        width: 30px;
        height: 30px;
        background-size: 20px 20px;
    }
}

/* Codex 2026-07-03: header cart icon cleanup. */
.site-header a[href*="cart"]::before,
.site-header a[href*="Ø³Ø¨Ø¯"]::before,
.site-header .cart-link::before,
.site-header .cart-button::before,
.site-header .header-cart::before,
.site-header .nav-cart::before {
    content: none !important;
}

.site-header a[href*="cart"],
.site-header .cart-link,
.site-header .cart-button,
.site-header .header-cart,
.site-header .nav-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-width: 42px;
    min-height: 42px;
}

.site-header a[href*="cart"]::after,
.site-header .cart-link::after,
.site-header .cart-button::after,
.site-header .header-cart::after,
.site-header .nav-cart::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url('/static/icons/shahin/shahin-cart.svg') center / contain no-repeat;
    flex: 0 0 auto;
}

.site-header a[href*="cart"] svg,
.site-header .cart-link svg,
.site-header .cart-button svg,
.site-header .header-cart svg,
.site-header .nav-cart svg,
.site-header a[href*="cart"] img,
.site-header .cart-link img,
.site-header .cart-button img,
.site-header .header-cart img,
.site-header .nav-cart img {
    display: none !important;
}

/* Codex 2026-07-04: animated icons for Shahin service sections. */
.page-home .categories-section .main-category-card::before {
    content: none !important;
}

.page-home .categories-section .main-category-card {
    isolation: isolate;
    background:
        radial-gradient(circle at 50% 28%, rgba(65, 155, 255, 0.20), transparent 42%),
        linear-gradient(145deg, rgba(5, 31, 57, 0.96), rgba(8, 72, 121, 0.78));
}

.page-home .categories-section .main-category-icon {
    position: relative;
    height: 210px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.13), transparent 48%),
        linear-gradient(145deg, rgba(0, 78, 142, 0.42), rgba(0, 33, 67, 0.34));
}

.page-home .categories-section .main-category-icon img {
    display: none !important;
}

.page-home .categories-section .main-category-icon::before {
    content: "";
    width: 92px;
    height: 92px;
    border-radius: 28px;
    background:
        rgba(255, 255, 255, 0.10)
        var(--shahin-service-section-icon, url('/static/icons/shahin/shahin-services.svg'))
        center / 58px 58px no-repeat;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.16),
        0 22px 42px rgba(0, 0, 0, 0.22),
        0 0 34px rgba(74, 172, 255, 0.22);
    transform: translateY(0) scale(1) rotate(0deg);
    transition: transform 360ms ease, box-shadow 360ms ease, background-color 360ms ease;
    z-index: 1;
}

.page-home .categories-section .main-category-icon::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.10), transparent 62%);
    opacity: 0.72;
    transform: scale(0.86);
    transition: transform 420ms ease, opacity 420ms ease;
}

.page-home .categories-section .main-category-card:nth-child(1) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-products.svg'); }
.page-home .categories-section .main-category-card:nth-child(2) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-installments.svg'); }
.page-home .categories-section .main-category-card:nth-child(3) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-warranty.svg'); }
.page-home .categories-section .main-category-card:nth-child(4) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-services.svg'); }
.page-home .categories-section .main-category-card:nth-child(5) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-dealerships.svg'); }
.page-home .categories-section .main-category-card:nth-child(6) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-contact.svg'); }

.page-home .categories-section .main-category-card:hover .main-category-icon::before,
.page-home .categories-section .main-category-card:focus-within .main-category-icon::before {
    transform: translateY(-8px) scale(1.08) rotate(-4deg);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.22),
        0 28px 52px rgba(0, 0, 0, 0.28),
        0 0 44px rgba(255, 122, 0, 0.26);
    background-color: rgba(255, 255, 255, 0.15);
}

.page-home .categories-section .main-category-card:hover .main-category-icon::after,
.page-home .categories-section .main-category-card:focus-within .main-category-icon::after {
    opacity: 1;
    transform: scale(1.04) rotate(10deg);
}

@media (prefers-reduced-motion: reduce) {
    .page-home .categories-section .main-category-icon::before,
    .page-home .categories-section .main-category-icon::after {
        transition: none;
    }
}

@media (max-width: 640px) {
    .page-home .categories-section .main-category-icon {
        height: 178px;
    }

    .page-home .categories-section .main-category-icon::before {
        width: 78px;
        height: 78px;
        border-radius: 24px;
        background-size: 50px 50px;
    }

    .page-home .categories-section .main-category-icon::after {
        width: 118px;
        height: 118px;
    }
}

/* Codex 2026-07-04: precise icons for Shahin service section cards. */
.page-home .categories-section .main-category-card:nth-child(1) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-motorcycle.svg'); }
.page-home .categories-section .main-category-card:nth-child(2) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-engine.svg'); }
.page-home .categories-section .main-category-card:nth-child(3) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-warranty.svg'); }
.page-home .categories-section .main-category-card:nth-child(4) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-services.svg'); }
.page-home .categories-section .main-category-card:nth-child(5) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-advisor.svg'); }

.page-home .categories-section .main-category-card:nth-child(2) .main-category-icon::before {
    background-size: 54px 54px;
}

.page-home .categories-section .main-category-card:nth-child(5) .main-category-icon::before {
    background-size: 56px 56px;
}

/* Codex 2026-07-04: mobile header compact cleanup. */
@media (max-width: 640px) {
    .page-home:not(.page-home-peak):not(.page-home-showroom) .site-header {
        inset: 8px 0 auto !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .site-header .container {
        width: calc(100% - 20px) !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .header-shell {
        border-radius: 20px !important;
        overflow: hidden !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .header-main-inner {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 8px !important;
        min-height: 64px !important;
        padding: 8px 10px !important;
        align-items: center !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .header-brand-group,
    .page-home:not(.page-home-peak):not(.page-home-showroom) .logo {
        min-width: 0 !important;
        gap: 8px !important;
        overflow: hidden !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .logo-image {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        padding: 4px !important;
        border-radius: 14px !important;
        object-fit: contain !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .logo-text {
        display: flex !important;
        min-width: 0 !important;
        max-width: none !important;
        overflow: hidden !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .logo-title {
        max-width: 132px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: 0.86rem !important;
        line-height: 1.45 !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .logo-subtitle {
        display: none !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .header-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        min-width: 0 !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .btn-auth {
        display: inline-flex !important;
        min-height: 42px !important;
        max-width: 116px !important;
        padding: 8px 10px !important;
        border-radius: 14px !important;
        font-size: 0.78rem !important;
        white-space: nowrap !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .cart-icon-link {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        border-radius: 14px !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .cart-icon-link::before {
        width: 21px !important;
        height: 21px !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .main-nav {
        top: 76px !important;
        right: 10px !important;
        width: min(330px, calc(100vw - 20px)) !important;
    }
}

@media (max-width: 380px) {
    .page-home:not(.page-home-peak):not(.page-home-showroom) .logo-title {
        max-width: 104px !important;
        font-size: 0.8rem !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .btn-auth {
        max-width: 104px !important;
        padding-inline: 8px !important;
        font-size: 0.74rem !important;
    }
}

/* Codex 2026-07-04: hide cramped mobile brand text. */
@media (max-width: 640px) {
    .page-home:not(.page-home-peak):not(.page-home-showroom) .logo-text {
        display: none !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .header-main-inner {
        grid-template-columns: auto minmax(0, 1fr) !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .header-brand-group {
        justify-self: end !important;
    }

    .page-home:not(.page-home-peak):not(.page-home-showroom) .header-actions {
        justify-self: start !important;
    }
}

/* Codex 2026-07-04: restore readable Persian typography on the live home page. */
body.page-home,
body.page-home * {
    font-family: var(--site-font, 'Shahin Peyda', 'Peyda', 'Tahoma', 'Segoe UI', 'Arial', sans-serif) !important;
    letter-spacing: 0 !important;
}

body.page-home .hero-title,
body.page-home .hero-subtitle,
body.page-home .section-title,
body.page-home .section-subtitle,
body.page-home .section-description,
body.page-home h1,
body.page-home h2,
body.page-home h3,
body.page-home .btn,
body.page-home .btn-auth,
body.page-home .header-link-chip,
body.page-home .home-header-launcher,
body.page-home .logo-title,
body.page-home .logo-subtitle {
    font-family: var(--site-font, 'Shahin Peyda', 'Peyda', 'Tahoma', 'Segoe UI', 'Arial', sans-serif) !important;
    letter-spacing: 0 !important;
}

body.page-home .hero-title {
    line-height: 1.28 !important;
}

body.page-home .hero-subtitle {
    line-height: 2 !important;
}

/* Codex 2026-07-04: service icon cards fit and mapping cleanup. */
.page-home .main-categories-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: clamp(14px, 1.2vw, 20px) !important;
    overflow: visible !important;
    padding-inline: 0 !important;
}

.page-home .categories-section .main-category-card {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
}

.page-home .categories-section .main-category-link {
    min-height: clamp(360px, 31vw, 470px) !important;
    padding: clamp(24px, 2.2vw, 34px) clamp(18px, 1.55vw, 26px) !important;
}

.page-home .categories-section .main-category-icon {
    width: min(100%, 210px) !important;
    height: clamp(142px, 13vw, 184px) !important;
    margin-inline: auto !important;
}

.page-home .categories-section .main-category-icon::before {
    width: clamp(66px, 5.4vw, 84px) !important;
    height: clamp(66px, 5.4vw, 84px) !important;
    background-size: contain !important;
}

.page-home .categories-section .main-category-card:nth-child(1) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-motorcycle.svg') !important; }
.page-home .categories-section .main-category-card:nth-child(2) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-engine.svg') !important; }
.page-home .categories-section .main-category-card:nth-child(3) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-warranty.svg') !important; }
.page-home .categories-section .main-category-card:nth-child(4) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-services.svg') !important; }
.page-home .categories-section .main-category-card:nth-child(5) { --shahin-service-section-icon: url('/static/icons/shahin/shahin-advisor.svg') !important; }

@media (max-width: 1180px) {
    .page-home .main-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .page-home .main-categories-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .page-home .categories-section .main-category-link {
        min-height: 280px !important;
    }
}

/* Codex 2026-07-09: first two home hero slides use video backgrounds. */
.page-home .hero-slide-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    pointer-events: none;
    background: #001b35;
}
.page-home .hero-slide-bg .hero-slide-image--fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.page-home .hero-slide-bg .hero-slide-video {
    z-index: 1;
}
.page-home .hero-slide-overlay { z-index: 2; }
@media (prefers-reduced-motion: reduce) {
    .page-home .hero-slide-video { display: none; }
    .page-home .hero-slide-bg .hero-slide-image--fallback { opacity: 1; z-index: 0; }
}

/* Codex 2026-07-09: hero ambient background and video-duration support. */
.page-home .hero-section {
    --hero-ambient-rgb: 0, 78, 150;
    --hero-ambient-rgb-soft: 35, 108, 180;
    --hero-ambient-rgb-deep: 0, 42, 92;
    --hero-ambient-strength: 1;
    background:
        linear-gradient(120deg, rgba(var(--hero-ambient-rgb-deep), 0.92) 0%, rgba(var(--hero-ambient-rgb), 0.82) 42%, rgba(0, 24, 48, 0.78) 100%),
        linear-gradient(180deg, #002a54 0%, #002f5e 100%);
}
.page-home .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    height: auto;
    z-index: 0;
    opacity: var(--hero-ambient-strength, 1);
    background:
        radial-gradient(circle at 18% 18%, rgba(var(--hero-ambient-rgb-soft), 0.34), transparent 31%),
        radial-gradient(circle at 82% 24%, rgba(var(--hero-ambient-rgb), 0.30), transparent 28%),
        radial-gradient(circle at 48% 90%, rgba(var(--hero-ambient-rgb-deep), 0.42), transparent 36%),
        linear-gradient(180deg, rgba(var(--hero-ambient-rgb), 0.12), rgba(0, 42, 84, 0));
    transition: opacity 360ms ease, background 720ms ease;
    pointer-events: none;
}
.page-home .hero-section::after {
    z-index: 1;
}
.page-home .hero-slider {
    z-index: 2;
}
.page-home .hero-shell--card-disabled .hero-content {
    display: none;
}
.page-home .hero-shell--card-disabled .hero-slide-bg,
.page-home .hero-shell--card-disabled .hero-slide-video,
.page-home .hero-shell--card-disabled .hero-slide-image {
    object-position: center center;
}

/* Codex 2026-07-09: reliable, upgraded mobile navigation drawer. */
@media (max-width: 1180px) {
    body.nav-open {
        overflow: hidden !important;
        touch-action: none;
    }

    .site-header .header-backdrop,
    .header-backdrop[data-nav-backdrop] {
        position: fixed !important;
        inset: 0 !important;
        display: block !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        background: rgba(1, 10, 22, 0.66) !important;
        backdrop-filter: blur(10px) !important;
        z-index: 990 !important;
        transition: opacity .22s ease, visibility .22s ease !important;
    }

    body.nav-open .site-header .header-backdrop,
    body.nav-open .header-backdrop[data-nav-backdrop],
    .header-backdrop[data-nav-backdrop].is-active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .site-header .nav-toggle,
    body .site-header .nav-toggle,
    body .site-header .nav-toggle.active {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        gap: 4px !important;
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(255, 255, 255, .18) !important;
        background: rgba(10, 28, 58, .82) !important;
        color: #fff !important;
        z-index: 1003 !important;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .24) !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .site-header .nav-toggle span {
        display: block !important;
        width: 19px !important;
        height: 2px !important;
        border-radius: 999px !important;
        background: currentColor !important;
        transition: transform .18s ease, opacity .18s ease !important;
    }

    .site-header .nav-toggle.active span:nth-child(1) {
        transform: translateY(6px) rotate(45deg) !important;
    }

    .site-header .nav-toggle.active span:nth-child(2) {
        opacity: 0 !important;
    }

    .site-header .nav-toggle.active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg) !important;
    }

    .site-header .main-nav,
    body[class*='storefront-'] .site-header .main-nav {
        position: fixed !important;
        top: max(10px, env(safe-area-inset-top)) !important;
        right: max(10px, env(safe-area-inset-right)) !important;
        bottom: max(10px, env(safe-area-inset-bottom)) !important;
        left: max(10px, env(safe-area-inset-left)) !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        max-height: none !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        padding: 16px !important;
        overflow: hidden !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(14px) scale(.985) !important;
        border: 1px solid rgba(255, 255, 255, .16) !important;
        border-radius: 24px !important;
        background: linear-gradient(180deg, rgba(6, 27, 58, .98), rgba(3, 16, 35, .98)) !important;
        box-shadow: 0 24px 72px rgba(0, 0, 0, .42) !important;
        backdrop-filter: blur(18px) !important;
        z-index: 1001 !important;
        transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
    }

    .site-header .main-nav.active,
    .site-header .main-nav.is-open,
    body.nav-open .site-header .main-nav,
    body[class*='storefront-'] .site-header .main-nav.active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) scale(1) !important;
    }

    .site-header .mobile-nav-header {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        min-height: 44px !important;
    }

    .site-header .nav-close {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(255, 255, 255, .16) !important;
        background: rgba(255, 255, 255, .08) !important;
        color: #fff !important;
        font-size: 28px !important;
        line-height: 1 !important;
        cursor: pointer !important;
    }

    .site-header .main-nav ul,
    body[class*='storefront-'] .site-header .main-nav ul {
        width: 100% !important;
        min-width: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        overflow-y: auto !important;
        overscroll-behavior: contain !important;
        padding: 2px 0 10px !important;
        margin: 0 !important;
        list-style: none !important;
        scrollbar-width: thin;
    }

    .site-header .main-nav li {
        min-width: 0 !important;
        margin: 0 !important;
    }

    .site-header .main-nav a,
    .site-header.header-shrunk .main-nav a,
    body[class*='storefront-'] .site-header .main-nav a {
        width: 100% !important;
        min-height: 48px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 11px 10px !important;
        border-radius: 16px !important;
        border: 1px solid rgba(255, 255, 255, .12) !important;
        background: rgba(255, 255, 255, .07) !important;
        color: #fff !important;
        font-size: .88rem !important;
        font-weight: 800 !important;
        text-align: center !important;
        line-height: 1.7 !important;
        white-space: normal !important;
    }

    .site-header .main-nav a.is-active {
        background: linear-gradient(135deg, rgba(37, 115, 236, .92), rgba(255, 110, 54, .72)) !important;
        border-color: rgba(255, 255, 255, .26) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 10px 22px rgba(0, 79, 180, .22) !important;
    }

    .site-header .mobile-nav-footer {
        display: grid !important;
        gap: 7px !important;
        padding: 12px !important;
        border-radius: 18px !important;
        background: rgba(255, 255, 255, .06) !important;
        border: 1px solid rgba(255, 255, 255, .10) !important;
        color: rgba(255, 255, 255, .78) !important;
        font-size: .78rem !important;
        text-align: center !important;
    }

    .site-header .mobile-nav-cta {
        min-height: 42px !important;
        border-radius: 14px !important;
        background: #0f7cff !important;
        color: #fff !important;
        font-weight: 900 !important;
    }
}

@media (max-width: 420px) {
    .site-header .main-nav,
    body[class*='storefront-'] .site-header .main-nav {
        border-radius: 20px !important;
        padding: 12px !important;
    }

    .site-header .main-nav ul,
    body[class*='storefront-'] .site-header .main-nav ul {
        grid-template-columns: 1fr !important;
    }

    .site-header .main-nav a,
    body[class*='storefront-'] .site-header .main-nav a {
        min-height: 46px !important;
        font-size: .86rem !important;
    }
}

/* Codex 2026-07-09: final specificity guard for opened mobile nav. */
@media (max-width: 1180px) {
    html body.nav-open header.site-header .main-nav,
    html body.nav-open header.site-header .main-nav.active,
    html body.nav-open header.site-header .main-nav.is-open,
    html body.page-home.nav-open header.site-header .main-nav,
    html body.page-home.nav-open header.site-header .main-nav.active,
    html body.page-home.nav-open header.site-header .main-nav.is-open,
    html body.page-home:not(.page-home-peak):not(.page-home-showroom).nav-open header.site-header .main-nav,
    html body.page-home:not(.page-home-peak):not(.page-home-showroom).nav-open header.site-header .main-nav.active,
    html body.page-home:not(.page-home-peak):not(.page-home-showroom).nav-open header.site-header .main-nav.is-open {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) scale(1) !important;
        top: max(10px, env(safe-area-inset-top)) !important;
        right: max(10px, env(safe-area-inset-right)) !important;
        bottom: max(10px, env(safe-area-inset-bottom)) !important;
        left: max(10px, env(safe-area-inset-left)) !important;
        width: auto !important;
        height: auto !important;
        max-width: none !important;
        max-height: none !important;
        z-index: 1001 !important;
    }

    html body.nav-open header.site-header .main-nav ul,
    html body.page-home.nav-open header.site-header .main-nav ul,
    html body.page-home:not(.page-home-peak):not(.page-home-showroom).nav-open header.site-header .main-nav ul {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        flex-wrap: initial !important;
        justify-content: initial !important;
        align-items: stretch !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 420px) {
    html body.nav-open header.site-header .main-nav ul,
    html body.page-home.nav-open header.site-header .main-nav ul,
    html body.page-home:not(.page-home-peak):not(.page-home-showroom).nav-open header.site-header .main-nav ul {
        grid-template-columns: 1fr !important;
    }
}

/* Codex 2026-07-09: prevent mobile nav drawer height collapse. */
@media (max-width: 1180px) {
    html body.nav-open header.site-header .main-nav,
    html body.nav-open header.site-header .main-nav.active,
    html body.nav-open header.site-header .main-nav.is-open,
    html body.page-home.nav-open header.site-header .main-nav,
    html body.page-home.nav-open header.site-header .main-nav.active,
    html body.page-home.nav-open header.site-header .main-nav.is-open {
        height: calc(100dvh - max(20px, env(safe-area-inset-top)) - max(20px, env(safe-area-inset-bottom))) !important;
        min-height: min(560px, calc(100dvh - 20px)) !important;
        max-height: calc(100dvh - 20px) !important;
        box-sizing: border-box !important;
    }

    html body.nav-open header.site-header .main-nav .mobile-nav-header {
        flex: 0 0 auto !important;
    }

    html body.nav-open header.site-header .main-nav ul {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    html body.nav-open header.site-header .main-nav .mobile-nav-footer {
        flex: 0 0 auto !important;
    }
}

/* Codex 2026-07-09: keep opened mobile nav above page and backdrop stacking contexts. */
@media (max-width: 1180px) {
    html body.nav-open header.site-header {
        position: relative !important;
        z-index: 2147483000 !important;
        isolation: isolate !important;
    }

    html body.nav-open header.site-header .header-backdrop,
    html body.nav-open .header-backdrop[data-nav-backdrop] {
        z-index: 2147483001 !important;
    }

    html body.nav-open header.site-header .main-nav,
    html body.nav-open header.site-header .main-nav.active,
    html body.nav-open header.site-header .main-nav.is-open {
        z-index: 2147483002 !important;
        background: linear-gradient(180deg, rgba(5, 29, 65, .99), rgba(2, 15, 35, .99)) !important;
        color: #fff !important;
    }

    html body.nav-open header.site-header .nav-toggle,
    html body.nav-open header.site-header .nav-toggle.active,
    html body.nav-open header.site-header .nav-close {
        z-index: 2147483003 !important;
    }

    html body.nav-open header.site-header .main-nav *,
    html body.nav-open header.site-header .main-nav a,
    html body.nav-open header.site-header .main-nav p {
        color: #fff !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* Codex 2026-07-09: keep only the compact fixed header and hide hero side arrows. */
body.page-home:not(.page-home-peak):not(.page-home-showroom) {
    --home-header-clearance: clamp(58px, 6vw, 74px) !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 940 !important;
    padding: 6px clamp(8px, 2vw, 18px) 0 !important;
    background: linear-gradient(180deg, rgba(1, 16, 38, .78), rgba(1, 16, 38, 0)) !important;
    pointer-events: none;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .container {
    max-width: min(1180px, calc(100vw - 20px)) !important;
    padding: 0 !important;
    pointer-events: auto;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-shell {
    border-radius: 0 0 18px 18px !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    border-top: 0 !important;
    background: rgba(4, 28, 64, .84) !important;
    box-shadow: 0 12px 30px rgba(0, 10, 24, .20) !important;
    backdrop-filter: blur(14px) saturate(130%) !important;
    overflow: visible !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-top,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .home-header-launcher {
    display: none !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-main-inner {
    min-height: 48px !important;
    padding: 7px 12px !important;
    align-items: center !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .logo-image {
    width: 38px !important;
    height: 38px !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .logo-subtitle {
    display: none !important;
}

body.page-home .hero-section {
    padding-top: clamp(70px, 8vw, 92px) !important;
}

body.page-home .hero-nav-btn,
body.page-home .hero-prev,
body.page-home .hero-next {
    display: none !important;
}

@media (max-width: 1180px) {
    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-main-inner {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .main-nav {
        display: none !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-link-chip {
        display: none !important;
    }
}

/* Codex 2026-07-09: home excellence pass. Keep this block at EOF. */
body.page-home {
    --home-blue-950: #03152f;
    --home-blue-900: #052657;
    --home-blue-800: #0a3f82;
    --home-orange: #ff7a2f;
    --home-yellow: #ffd449;
    --home-white: #f8fbff;
    --home-muted: rgba(226, 236, 250, .76);
}

body.page-home main {
    background:
        radial-gradient(circle at 12% 4%, rgba(56, 140, 255, .16), transparent 28%),
        radial-gradient(circle at 90% 22%, rgba(255, 122, 47, .10), transparent 30%),
        linear-gradient(180deg, #02152f 0%, #031b3a 42%, #04162c 100%) !important;
}

body.page-home .hero-section {
    min-height: min(760px, 100svh) !important;
    padding-top: clamp(72px, 8vw, 96px) !important;
    isolation: isolate;
}

body.page-home .hero-section::after {
    content: "" !important;
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(2, 12, 30, .76) 0%, rgba(2, 12, 30, .42) 38%, rgba(2, 12, 30, .12) 72%),
        linear-gradient(180deg, rgba(2, 12, 30, .18), rgba(2, 12, 30, .78));
}

body.page-home .hero-slider,
body.page-home .hero-slide,
body.page-home .hero-slide > .container,
body.page-home .hero-shell,
body.page-home .hero-slide-bg {
    min-height: inherit !important;
}

body.page-home .hero-slide-bg,
body.page-home .hero-slide-video,
body.page-home .hero-slide-image {
    filter: saturate(1.05) contrast(1.03);
}

body.page-home .hero-indicators {
    z-index: 7 !important;
    bottom: clamp(18px, 3vw, 34px) !important;
}

body.page-home .home-hero-message {
    position: absolute;
    z-index: 6;
    top: 50%;
    right: clamp(18px, 7vw, 92px);
    width: min(540px, calc(100vw - 36px));
    transform: translateY(-44%);
    padding: clamp(18px, 2.6vw, 30px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(3, 27, 62, .84), rgba(3, 17, 38, .76)),
        rgba(3, 18, 40, .72);
    box-shadow: 0 26px 70px rgba(0, 8, 24, .34);
    backdrop-filter: blur(16px) saturate(130%);
    color: var(--home-white);
}

body.page-home .home-hero-eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 212, 73, .12);
    border: 1px solid rgba(255, 212, 73, .26);
    color: #ffeaa0;
    font-size: .82rem;
    font-weight: 900;
}

body.page-home .home-hero-message h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4.3vw, 4.5rem);
    line-height: 1.08;
    letter-spacing: 0;
}

body.page-home .home-hero-message p {
    margin: 14px 0 0;
    color: var(--home-muted);
    font-size: clamp(.98rem, 1.35vw, 1.18rem);
    line-height: 1.9;
}

body.page-home .home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

body.page-home .home-hero-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 13px;
    text-decoration: none;
    font-weight: 900;
    line-height: 1.5;
}

body.page-home .home-hero-btn--primary {
    background: #0f7cff;
    color: #fff;
    box-shadow: 0 16px 34px rgba(15, 124, 255, .28);
}

body.page-home .home-hero-btn--accent {
    background: var(--home-yellow);
    color: #06162f;
    box-shadow: 0 16px 34px rgba(255, 212, 73, .24);
}

body.page-home .home-hero-btn--ghost {
    border: 1px solid rgba(255, 255, 255, .20);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

body.page-home .home-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
}

body.page-home .home-hero-proof span {
    min-height: 42px;
    display: grid;
    place-items: center;
    padding: 8px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .88);
    font-size: .82rem;
    font-weight: 850;
    text-align: center;
}

body.page-home .home-campaign-strip {
    position: relative;
    z-index: 5;
    margin-top: -34px;
    padding: 0 0 clamp(22px, 4vw, 44px);
}

body.page-home .home-campaign-strip .container {
    max-width: min(1180px, calc(100vw - 28px));
}

body.page-home .home-campaign-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: clamp(16px, 2vw, 22px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .15);
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 212, 73, .20), transparent 34%),
        linear-gradient(135deg, rgba(5, 54, 120, .94), rgba(3, 28, 64, .94));
    box-shadow: 0 20px 50px rgba(0, 8, 24, .25);
}

body.page-home .home-campaign-copy span {
    display: inline-flex;
    margin-bottom: 6px;
    color: #ffe88a;
    font-size: .82rem;
    font-weight: 900;
}

body.page-home .home-campaign-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 1.9rem);
}

body.page-home .home-campaign-copy p {
    margin: 6px 0 0;
    color: rgba(235, 243, 255, .78);
    line-height: 1.8;
}

body.page-home .home-campaign-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

body.page-home .home-campaign-actions a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 13px;
    text-decoration: none;
    font-weight: 900;
    color: #06162f;
    background: var(--home-yellow);
}

body.page-home .home-campaign-actions .home-campaign-secondary {
    color: #fff;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
}

body.page-home .motorcycle-filter-section {
    padding-top: clamp(18px, 3vw, 34px) !important;
}

body.page-home .filter-card {
    box-shadow: 0 24px 64px rgba(0, 8, 24, .22) !important;
}

body.page-home .filter-header {
    align-items: center !important;
}

body.page-home .smart-match-rail {
    margin-top: 14px;
}

body.page-home .section,
body.page-home .motorcycle-hero-video-section {
    padding-top: clamp(44px, 6vw, 76px) !important;
    padding-bottom: clamp(44px, 6vw, 76px) !important;
}

@media (max-width: 1180px) {
    body.page-home .home-hero-message {
        right: 16px;
        width: min(520px, calc(100vw - 32px));
    }

    body.page-home .home-campaign-card {
        align-items: flex-start;
        flex-direction: column;
    }

    body.page-home .home-campaign-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    body.page-home .hero-section {
        min-height: 720px !important;
    }

    body.page-home .home-hero-message {
        top: 84px;
        right: 14px;
        left: 14px;
        width: auto;
        transform: none;
        padding: 16px;
        border-radius: 18px;
    }

    body.page-home .home-hero-message h1 {
        font-size: clamp(1.75rem, 10vw, 2.6rem);
    }

    body.page-home .home-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.page-home .home-hero-proof {
        grid-template-columns: 1fr;
    }

    body.page-home .home-campaign-strip {
        margin-top: 0;
    }

    body.page-home .home-campaign-actions,
    body.page-home .home-campaign-actions a {
        width: 100%;
    }
}

/* Codex 2026-07-09: clean first viewport. No large card over the hero video. */
body.page-home .home-hero-message {
    top: auto !important;
    right: 50% !important;
    bottom: clamp(58px, 7vw, 86px) !important;
    width: auto !important;
    max-width: min(760px, calc(100vw - 32px)) !important;
    transform: translateX(50%) !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.page-home .home-hero-eyebrow,
body.page-home .home-hero-message h1,
body.page-home .home-hero-message p,
body.page-home .home-hero-proof {
    display: none !important;
}

body.page-home .home-hero-actions {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 8px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    background: rgba(1, 12, 28, .34) !important;
    box-shadow: 0 18px 44px rgba(0, 8, 24, .28) !important;
    backdrop-filter: blur(10px) saturate(130%) !important;
}

body.page-home .home-hero-btn {
    min-height: 42px !important;
    padding: 9px 15px !important;
    border-radius: 13px !important;
    font-size: .9rem !important;
    white-space: nowrap !important;
}

body.page-home .hero-section::after {
    background:
        linear-gradient(180deg, rgba(2, 12, 30, .10), rgba(2, 12, 30, .22) 42%, rgba(2, 12, 30, .58)) !important;
}

body.page-home .home-campaign-strip {
    margin-top: 0 !important;
}

@media (max-width: 640px) {
    body.page-home .home-hero-message {
        right: 12px !important;
        left: 12px !important;
        bottom: 54px !important;
        max-width: none !important;
        transform: none !important;
    }

    body.page-home .home-hero-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    body.page-home .home-hero-btn {
        width: 100% !important;
    }
}

/* Codex 2026-07-09: fixed slim header, transparent animated hero copy, CRM/video cleanup. */
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header.home-header-collapsed,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header.home-header-expanded {
    position: fixed !important;
    inset: 8px 0 auto 0 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 1600 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .container {
    width: min(1180px, calc(100vw - 20px)) !important;
    max-width: none !important;
    padding-inline: 0 !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-top,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .home-header-launcher,
body.page-home:not(.page-home-peak):not(.page-home-showroom).home-header-launcher-ready header.site-header .home-header-launcher {
    display: none !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-shell {
    overflow: visible !important;
    border-radius: 0 0 20px 20px !important;
    background: rgba(3, 28, 57, .72) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-top: 0 !important;
    box-shadow: 0 14px 34px rgba(0, 6, 20, .20) !important;
    backdrop-filter: blur(15px) saturate(130%) !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-main-inner {
    min-height: 50px !important;
    padding: 6px 10px !important;
    gap: 8px !important;
    grid-template-columns: minmax(165px, max-content) minmax(0, 1fr) auto !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .logo-image {
    width: 38px !important;
    height: 38px !important;
    padding: 3px !important;
    border-radius: 14px !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .logo-title {
    font-size: .9rem !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .logo-subtitle {
    display: none !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .main-nav ul {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 4px !important;
    overflow: visible !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .main-nav a {
    min-height: 32px !important;
    padding: 6px 9px !important;
    border-radius: 11px !important;
    font-size: .74rem !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-actions {
    gap: 5px !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-link-chip,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .btn-auth,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .btn-logout {
    min-height: 34px !important;
    padding: 6px 10px !important;
    border-radius: 11px !important;
    font-size: .74rem !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .cart-icon-link,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .theme-mode-toggle {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    border-radius: 12px !important;
}

body.page-home .hero-section {
    padding-top: 0 !important;
}

body.page-home .home-hero-message {
    top: 50% !important;
    right: clamp(24px, 7vw, 110px) !important;
    bottom: auto !important;
    left: auto !important;
    width: min(610px, calc(100vw - 48px)) !important;
    max-width: 610px !important;
    transform: translateY(-39%) !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    text-align: right !important;
}

body.page-home .home-hero-eyebrow,
body.page-home .home-hero-message h1,
body.page-home .home-hero-message p,
body.page-home .home-hero-actions {
    display: flex !important;
    opacity: 0;
    transform-origin: right center;
    animation: shahinHeroScaleCopy .78s cubic-bezier(.18, .9, .2, 1) forwards;
}

body.page-home .home-hero-eyebrow {
    width: fit-content !important;
    margin: 0 0 14px !important;
    padding: 8px 15px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 212, 73, .45) !important;
    background: rgba(2, 22, 50, .28) !important;
    color: #ffe281 !important;
    font-size: .86rem !important;
    font-weight: 900 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .58) !important;
    animation-delay: .08s !important;
}

body.page-home .home-hero-message h1 {
    margin: 0 !important;
    color: #fff !important;
    display: block !important;
    font-size: clamp(3rem, 5.6vw, 5.9rem) !important;
    line-height: .96 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 5px 26px rgba(0, 0, 0, .72), 0 0 24px rgba(11, 123, 255, .24) !important;
    animation-delay: .18s !important;
}

body.page-home .home-hero-message p {
    display: block !important;
    max-width: 560px !important;
    margin: 22px 0 0 !important;
    color: rgba(244, 248, 255, .86) !important;
    font-size: clamp(1rem, 1.2vw, 1.18rem) !important;
    line-height: 2 !important;
    font-weight: 600 !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .72) !important;
    animation-delay: .28s !important;
}

body.page-home .home-hero-proof {
    display: none !important;
}

body.page-home .home-hero-actions {
    justify-content: flex-start !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 26px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    animation-delay: .39s !important;
}

body.page-home .home-hero-btn {
    min-height: 46px !important;
    padding: 10px 18px !important;
    border-radius: 13px !important;
    font-size: .92rem !important;
    font-weight: 700 !important;
    box-shadow: 0 16px 30px rgba(0, 6, 18, .32) !important;
}

body.page-home .home-hero-btn--ghost {
    background: rgba(4, 23, 48, .34) !important;
    border-color: rgba(255, 255, 255, .24) !important;
}

body.page-home .hero-section::after {
    background:
        linear-gradient(90deg, rgba(2, 10, 24, .74) 0%, rgba(2, 10, 24, .38) 38%, rgba(2, 10, 24, .10) 72%),
        linear-gradient(180deg, rgba(2, 12, 30, .20), rgba(2, 12, 30, .16) 44%, rgba(2, 12, 30, .56)) !important;
}

@keyframes shahinHeroScaleCopy {
    from {
        opacity: 0;
        transform: translateY(24px) scale(.94);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.page-home .customer-hub-card {
    padding: 24px 28px 22px 72px !important;
    gap: 12px !important;
}

.page-home .customer-hub-card::before {
    inset-inline-start: auto !important;
    inset-inline-end: 24px !important;
    top: 24px !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
    background-size: 20px 20px !important;
    opacity: .76 !important;
}

.page-home .customer-hub-card strong,
.page-home .customer-hub-card p {
    max-width: 100% !important;
    padding: 0 !important;
}

.page-home .customer-hub-card span {
    position: static !important;
    margin-top: 2px !important;
}

.page-home .motorcycle-hero-video-section {
    padding-top: clamp(42px, 5vw, 66px) !important;
}

.page-home .motorcycle-hero-container {
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, .78fr) !important;
    align-items: center !important;
    gap: 22px !important;
    max-width: min(1120px, calc(100vw - 36px)) !important;
    padding-inline: 0 !important;
}

.page-home .motorcycle-hero-image,
.page-home .motorcycle-hero-content {
    border-radius: 24px !important;
}

.page-home .motorcycle-hero-content {
    min-height: auto !important;
    padding: clamp(24px, 3vw, 34px) !important;
}

.page-home .motorcycle-hero-video {
    max-height: 420px !important;
    object-fit: contain !important;
    background: #000 !important;
}

.page-home .motorcycle-video-thumbnails {
    max-width: min(1090px, calc(100vw - 36px)) !important;
    margin-inline: auto !important;
    gap: 14px !important;
}

@media (prefers-reduced-motion: reduce) {
    body.page-home .home-hero-eyebrow,
    body.page-home .home-hero-message h1,
    body.page-home .home-hero-message p,
    body.page-home .home-hero-actions {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        filter: none !important;
    }
}

@media (max-width: 1180px) {
    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .container {
        width: min(720px, calc(100vw - 18px)) !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-main-inner {
        grid-template-columns: minmax(0, 1fr) auto !important;
        min-height: 50px !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .main-nav {
        top: 62px !important;
        right: 9px !important;
        width: min(340px, calc(100vw - 18px)) !important;
    }

    body.page-home .home-hero-message {
        right: clamp(18px, 5vw, 48px) !important;
        width: min(560px, calc(100vw - 36px)) !important;
    }

    .page-home .motorcycle-hero-container {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header {
        inset: 6px 0 auto 0 !important;
    }

    body.page-home .hero-section {
        min-height: 690px !important;
    }

    body.page-home .home-hero-message {
        top: auto !important;
        right: 16px !important;
        left: 16px !important;
        bottom: 76px !important;
        width: auto !important;
        max-width: none !important;
        transform: none !important;
    }

    body.page-home .home-hero-message h1 {
        font-size: clamp(2.25rem, 13vw, 3.4rem) !important;
        line-height: 1.02 !important;
    }

    body.page-home .home-hero-message p {
        margin-top: 14px !important;
        font-size: .94rem !important;
        line-height: 1.85 !important;
    }

    body.page-home .home-hero-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        margin-top: 18px !important;
    }

    body.page-home .home-hero-btn {
        width: 100% !important;
        min-height: 43px !important;
    }

    .page-home .customer-hub-card {
        padding: 22px 22px 22px 64px !important;
    }

    .page-home .customer-hub-card::before {
        inset-inline-end: 20px !important;
        width: 30px !important;
        height: 30px !important;
    }
}

/* Codex 2026-07-09: keep the fixed home header visible even if legacy JS marks it collapsed. */
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header.home-header-collapsed .container,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header.home-header-expanded .container,
body.page-home:not(.page-home-peak):not(.page-home-showroom).home-header-collapsed-state header.site-header .container {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header.home-header-collapsed .header-shell,
body.page-home:not(.page-home-peak):not(.page-home-showroom).home-header-collapsed-state header.site-header .header-shell {
    opacity: 1 !important;
    box-shadow: 0 14px 34px rgba(0, 6, 20, .20) !important;
}

/* Codex 2026-07-10: home 1 slim glass header, stable for guest and signed-in users. */
body.page-home:not(.page-home-peak):not(.page-home-showroom) {
    --home-header-clearance: clamp(52px, 5.4vw, 64px) !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header.home-header-collapsed,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header.home-header-expanded {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    inset: 0 0 auto 0 !important;
    z-index: 1600 !important;
    padding: 0 !important;
    background: linear-gradient(180deg, rgba(1, 12, 28, .42), rgba(1, 12, 28, 0)) !important;
    pointer-events: none !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-inline: 0 !important;
    pointer-events: auto !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-shell {
    width: 100% !important;
    border-radius: 0 0 16px 16px !important;
    border: 1px solid rgba(185, 220, 255, .18) !important;
    border-top: 0 !important;
    background:
        linear-gradient(135deg, rgba(7, 35, 75, .70), rgba(3, 20, 45, .58)),
        radial-gradient(circle at 18% 0%, rgba(0, 132, 255, .22), transparent 42%) !important;
    box-shadow: 0 10px 28px rgba(0, 6, 18, .20), inset 0 1px 0 rgba(255, 255, 255, .08) !important;
    backdrop-filter: blur(18px) saturate(145%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
    overflow: visible !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-main-inner {
    min-height: 44px !important;
    height: 44px !important;
    padding: 4px 8px !important;
    display: grid !important;
    grid-template-columns: minmax(120px, max-content) minmax(0, 1fr) max-content !important;
    align-items: center !important;
    gap: 6px !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-brand-group,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .logo {
    min-width: 0 !important;
    gap: 7px !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .logo-image {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 2px !important;
    border-radius: 11px !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .logo-text {
    max-width: 150px !important;
    min-width: 0 !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .logo-title {
    max-width: 150px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: .78rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .logo-subtitle,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .logo-theme-note {
    display: none !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .main-nav {
    min-width: 0 !important;
    overflow: hidden !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .main-nav ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 3px !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .main-nav li {
    flex: 0 1 auto !important;
    min-width: 0 !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .main-nav a {
    min-height: 30px !important;
    height: 30px !important;
    padding: 5px 7px !important;
    border-radius: 10px !important;
    font-size: .69rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-actions {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    flex-wrap: nowrap !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-link-chip,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .btn-auth,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .btn-logout,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-name {
    height: 44px !important; min-height: 44px !important;
    max-width: 112px !important;
    padding: 5px 8px !important;
    border-radius: 10px !important;
    font-size: .68rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-link-chip .chip-icon,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-link-chip .chip-icon-svg {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-menu {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    min-width: 0 !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .theme-mode-toggle,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .cart-icon-link,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .nav-toggle {
    width: 44px !important; height: 44px !important; min-width: 44px !important; min-height: 44px !important;
    border-radius: 10px !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .theme-toggle-text,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header #pwa-install-button {
    display: none !important;
}

@media (max-width: 1240px) {
    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .main-nav a {
        padding-inline: 6px !important;
        font-size: .66rem !important;
    }
}

@media (max-width: 1080px) {
    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-main-inner {
        grid-template-columns: minmax(0, 1fr) max-content !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .main-nav,
    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-link-chip {
        display: none !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .nav-toggle {
        display: inline-flex !important;
    }
}

@media (max-width: 520px) {
    body.page-home:not(.page-home-peak):not(.page-home-showroom) {
        --home-header-clearance: 48px !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header {
        padding-inline: 6px !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-main-inner {
        height: 56px !important; min-height: 56px !important; padding: 6px 8px !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .logo-text {
        display: none !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .btn-auth,
    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .btn-logout,
    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-name {
        max-width: 86px !important;
        padding-inline: 7px !important;
        font-size: .64rem !important;
    }
}

/* Codex 2026-07-10: signed-in header guard. */
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-menu {
    flex-direction: row !important;
    height: 32px !important;
    max-height: 32px !important;
    overflow: hidden !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-menu .user-name,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-menu .btn-logout {
    height: 30px !important;
    min-height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
}

@media (max-width: 760px) {
    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-menu .user-name {
        display: none !important;
    }

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-menu {
        width: auto !important;
        min-width: 0 !important;
    }
}

/* Codex 2026-07-10: viewport-fit home hero inspired by AparatSport's first screen. */
body.page-home:not(.page-home-peak):not(.page-home-showroom) {
    --home-header-clearance: clamp(48px, 5.2vw, 60px) !important;
}

body.page-home .hero-section {
    margin-top: -28px !important;
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: hidden !important;
    scroll-margin-top: 0 !important;
}

@supports (height: 100dvh) {
    body.page-home .hero-section {
        height: 100dvh !important;
        min-height: 100dvh !important;
    }
}

body.page-home .hero-slider,
body.page-home .hero-slide,
body.page-home .hero-slide > .container,
body.page-home .hero-shell,
body.page-home .hero-slide-bg {
    height: 100% !important;
    min-height: 0 !important;
}

body.page-home .hero-slider {
    padding: 0 !important;
    max-width: 100% !important;
}

body.page-home .hero-slide > .container {
    width: 100% !important;
    max-width: 100% !important;
}

body.page-home .hero-shell--has-media {
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.page-home .hero-slide-bg,
body.page-home .hero-slide-video,
body.page-home .hero-slide-image,
body.page-home .hero-slide-bg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.page-home .hero-section::before {
    display: none !important;
    content: none !important;
    background: transparent !important;
}

body.page-home .hero-section::after {
    z-index: 3 !important;
    background:
        linear-gradient(90deg, rgba(2, 10, 24, .76) 0%, rgba(2, 10, 24, .36) 42%, rgba(2, 10, 24, .08) 74%),
        linear-gradient(180deg, rgba(2, 12, 30, .10), rgba(2, 12, 30, .08) 54%, rgba(2, 12, 30, .58)) !important;
}

body.page-home .home-hero-message {
    top: 50% !important;
    right: clamp(18px, 6.5vw, 104px) !important;
    bottom: auto !important;
    left: auto !important;
    width: min(620px, calc(100vw - 40px)) !important;
    max-height: calc(100svh - var(--home-header-clearance) - 56px) !important;
    transform: translateY(-43%) !important;
    overflow: visible !important;
}

@supports (height: 100dvh) {
    body.page-home .home-hero-message {
        max-height: calc(100dvh - var(--home-header-clearance) - 56px) !important;
    }
}

body.page-home .home-hero-message h1 {
    font-size: clamp(2.4rem, 5vw, 5.4rem) !important;
    line-height: 1.02 !important;
}

body.page-home .home-hero-message p {
    max-width: 560px !important;
    font-size: clamp(.94rem, 1.14vw, 1.12rem) !important;
    line-height: 1.85 !important;
}

body.page-home .home-hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: clamp(8px, 1vw, 12px) !important;
}

body.page-home .home-hero-btn {
    flex: 0 1 auto !important;
    min-width: clamp(126px, 10.5vw, 172px) !important;
    max-width: 100% !important;
    min-height: clamp(40px, 4.2vw, 46px) !important;
    padding: clamp(8px, .9vw, 11px) clamp(12px, 1.25vw, 18px) !important;
    font-size: clamp(.78rem, .88vw, .92rem) !important;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: normal !important;
}

body.page-home .hero-indicators {
    bottom: clamp(12px, 2.8vh, 28px) !important;
}

body.page-home .home-campaign-strip {
    margin-top: clamp(-42px, -4vh, -22px) !important;
    position: relative !important;
    z-index: 8 !important;
}

body.page-home main > section:nth-of-type(2) {
    position: relative !important;
    z-index: 6 !important;
}

@media (max-width: 1080px) {
    body.page-home .home-hero-message {
        right: clamp(18px, 5vw, 48px) !important;
        width: min(560px, calc(100vw - 36px)) !important;
    }

    body.page-home .home-hero-message h1 {
        font-size: clamp(2.2rem, 6.6vw, 4.7rem) !important;
    }
}

@media (max-width: 640px) {
    body.page-home .hero-section {
        height: 100svh !important;
        min-height: 100svh !important;
    }

    @supports (height: 100dvh) {
        body.page-home .hero-section {
            height: 100dvh !important;
            min-height: 100dvh !important;
        }
    }

    body.page-home .home-hero-message {
        top: auto !important;
        right: 14px !important;
        left: 14px !important;
        bottom: max(104px, calc(env(safe-area-inset-bottom) + 96px)) !important;
        width: auto !important;
        max-width: none !important;
        max-height: calc(100svh - var(--home-header-clearance) - 132px) !important;
        transform: none !important;
    }

    @supports (height: 100dvh) {
        body.page-home .home-hero-message {
            max-height: calc(100dvh - var(--home-header-clearance) - 132px) !important;
        }
    }

    body.page-home .home-hero-eyebrow {
        font-size: .72rem !important;
        padding: 6px 10px !important;
        margin-bottom: 10px !important;
    }

    body.page-home .home-hero-message h1 {
        font-size: clamp(1.92rem, 10.4vw, 3rem) !important;
        line-height: 1.06 !important;
    }

    body.page-home .home-hero-message p {
        margin-top: 10px !important;
        font-size: clamp(.82rem, 3.7vw, .94rem) !important;
        line-height: 1.72 !important;
    }

    body.page-home .home-hero-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        margin-top: 14px !important;
    }

    body.page-home .home-hero-btn {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 38px !important;
        padding: 8px 9px !important;
        border-radius: 11px !important;
        font-size: .76rem !important;
        line-height: 1.35 !important;
    }

    body.page-home .home-hero-actions .home-hero-btn:first-child {
        grid-column: 1 / -1 !important;
    }

    body.page-home .hero-indicators {
        bottom: 12px !important;
    }

    body.page-home .ai-chat-widget {
        right: 14px !important;
        left: auto !important;
        bottom: max(14px, env(safe-area-inset-bottom)) !important;
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
        border-radius: 18px !important;
        overflow: hidden !important;
    }

    body.page-home .ai-chat-toggle {
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
        padding: 0 !important;
        justify-content: center !important;
        gap: 0 !important;
    }

    body.page-home .ai-chat-toggle-text {
        display: none !important;
    }
}

body.page-home .campaign-popup__launcher {
    display: none !important;
}

@media (min-width: 641px) {
    body.page-home .ai-chat-widget {
        width: auto !important;
        max-width: min(180px, calc(100vw - 28px)) !important;
    }
}

@media (max-width: 380px), (max-height: 640px) {
    body.page-home .home-hero-message h1 {
        font-size: clamp(1.72rem, 9.2vw, 2.55rem) !important;
    }

    body.page-home .home-hero-message p {
        font-size: .78rem !important;
        line-height: 1.62 !important;
    }

    body.page-home .home-hero-btn {
        min-height: 34px !important;
        font-size: .7rem !important;
        padding-block: 6px !important;
    }
}

/* Codex 2026-07-10: final live fit pass for flush header edges and compact assistant. */
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header {
    padding-inline: 0 !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .container,
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-shell {
    width: 100% !important; max-width: 100% !important; margin-inline: 0 !important;
}

body.page-home #aiChatWidget.ai-chat-widget {
    right: auto !important;
    left: 14px !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

body.page-home #aiChatWidget .ai-chat-toggle {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    padding: 0 !important;
    justify-content: center !important;
    gap: 0 !important;
}

body.page-home #aiChatWidget .ai-chat-toggle-text {
    display: none !important;
}

body.page-home #aiChatWidget .ai-chat-toggle::after {
    content: none !important;
    display: none !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-menu {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: 190px !important;
    gap: 6px !important;
    overflow: visible !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-menu .user-name {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 112px !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-menu .btn-logout {
    flex: 0 0 auto !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    padding-inline: 0 !important;
    justify-content: center !important;
    font-size: 0 !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-menu .btn-logout::before {
    content: "↩";
    font-size: .9rem;
    line-height: 1;
}

@media (max-width: 1180px) {
    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-menu {
        max-width: 132px !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .user-menu .user-name {
        max-width: 88px !important;
    }
}

/* Codex 2026-07-11: mobile-first home experience. */
@media (max-width: 640px) {
    body.page-home {
        background:
            linear-gradient(180deg, #020b18 0%, #042047 42%, #03172f 100%) !important;
    }

    body.page-home .hero-section {
        height: 100svh !important;
        min-height: 720px !important;
        max-height: none !important;
        overflow: hidden !important;
    }

    @supports (height: 100dvh) {
        body.page-home .hero-section {
            height: 100dvh !important;
        }
    }

    body.page-home .hero-slide-bg,
    body.page-home .hero-slide-video,
    body.page-home .hero-slide-image,
    body.page-home .hero-slide-bg img {
        height: 100% !important;
        object-fit: cover !important;
        object-position: 56% 50% !important;
    }

    body.page-home .hero-section::after {
        background:
            linear-gradient(180deg, rgba(1, 8, 20, .12) 0%, rgba(1, 8, 20, .18) 34%, rgba(1, 8, 20, .72) 78%, rgba(1, 8, 20, .92) 100%),
            linear-gradient(90deg, rgba(0, 12, 32, .48), rgba(0, 12, 32, .12) 58%, rgba(0, 12, 32, .34)) !important;
    }

    body.page-home .home-hero-message {
        top: auto !important;
        right: 14px !important;
        left: 14px !important;
        bottom: max(94px, calc(env(safe-area-inset-bottom) + 82px)) !important;
        width: auto !important;
        max-width: none !important;
        max-height: none !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        transform: none !important;
        text-align: right !important;
    }

    body.page-home .home-hero-eyebrow {
        max-width: 100% !important;
        margin-bottom: 12px !important;
        padding: 7px 11px !important;
        font-size: .72rem !important;
        line-height: 1.7 !important;
        white-space: normal !important;
        background: rgba(3, 24, 52, .58) !important;
        border-color: rgba(255, 218, 88, .58) !important;
    }

    body.page-home .home-hero-message h1 {
        max-width: 10ch !important;
        font-size: clamp(2.45rem, 12vw, 3.35rem) !important;
        line-height: .98 !important;
        text-wrap: balance !important;
    }

    body.page-home .home-hero-message p {
        max-width: 100% !important;
        margin-top: 12px !important;
        font-size: clamp(.86rem, 3.8vw, .98rem) !important;
        line-height: 1.82 !important;
        color: rgba(245, 249, 255, .90) !important;
    }

    body.page-home .home-hero-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 9px !important;
        margin-top: 16px !important;
    }

    body.page-home .home-hero-actions .home-hero-btn:first-child {
        grid-column: 1 / -1 !important;
    }

    body.page-home .home-hero-btn {
        min-height: 42px !important;
        padding: 9px 10px !important;
        border-radius: 14px !important;
        font-size: .78rem !important;
        line-height: 1.45 !important;
        box-shadow: 0 12px 26px rgba(0, 8, 24, .28) !important;
    }

    body.page-home .hero-indicators {
        bottom: 24px !important;
        z-index: 7 !important;
    }

    body.page-home .home-campaign-strip {
        margin-top: 0 !important;
        padding: 18px 0 24px !important;
        background:
            linear-gradient(180deg, rgba(1, 8, 20, .98), rgba(2, 24, 52, .96)) !important;
    }

    body.page-home .home-campaign-strip .container {
        max-width: calc(100vw - 24px) !important;
    }

    body.page-home .home-campaign-card {
        display: grid !important;
        gap: 14px !important;
        padding: 16px !important;
        border-radius: 18px !important;
        background:
            radial-gradient(circle at 92% 12%, rgba(255, 212, 73, .20), transparent 34%),
            linear-gradient(145deg, rgba(5, 58, 128, .96), rgba(3, 24, 58, .98)) !important;
    }

    body.page-home .home-campaign-copy h2 {
        font-size: 1.28rem !important;
        line-height: 1.55 !important;
    }

    body.page-home .home-campaign-copy p {
        font-size: .86rem !important;
        line-height: 1.85 !important;
    }

    body.page-home .home-campaign-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    body.page-home .home-campaign-actions a {
        width: 100% !important;
        min-height: 44px !important;
        border-radius: 14px !important;
    }

    body.page-home .section,
    body.page-home .motorcycle-filter-section,
    body.page-home .motorcycle-hero-video-section {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }

    body.page-home .section-header {
        align-items: flex-start !important;
        gap: 10px !important;
        margin-bottom: 18px !important;
    }

    body.page-home .section-title {
        font-size: clamp(1.2rem, 5.5vw, 1.65rem) !important;
        line-height: 1.55 !important;
    }

    body.page-home .products-grid {
        display: grid !important;
        grid-auto-flow: column !important;
        grid-auto-columns: minmax(78%, 1fr) !important;
        grid-template-columns: none !important;
        gap: 12px !important;
        overflow-x: auto !important;
        overscroll-behavior-inline: contain !important;
        scroll-snap-type: inline mandatory !important;
        padding: 2px 2px 12px !important;
        scrollbar-width: none !important;
    }

    body.page-home .products-grid::-webkit-scrollbar {
        display: none !important;
    }

    body.page-home .product-card {
        scroll-snap-align: start !important;
        padding: 11px !important;
        border-radius: 20px !important;
    }

    body.page-home .product-image {
        min-height: 176px !important;
        border-radius: 17px !important;
    }

    body.page-home .product-image img {
        max-height: 154px !important;
        padding: 10px !important;
    }

    body.page-home .product-info {
        padding-top: 12px !important;
    }

    body.page-home .product-title {
        min-height: 0 !important;
        font-size: .92rem !important;
        line-height: 1.6 !important;
    }

    body.page-home .product-price {
        font-size: .95rem !important;
    }

    body.page-home .main-categories-grid,
    body.page-home .customer-hub-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    body.page-home .main-category-card,
    body.page-home .customer-hub-card,
    body.page-home .smart-match-panel,
    body.page-home .filter-card {
        border-radius: 18px !important;
    }

    body.page-home #aiChatWidget.ai-chat-widget {
        left: 14px !important;
        bottom: max(18px, env(safe-area-inset-bottom)) !important;
    }

    body.page-home #aiChatWidget .ai-chat-toggle {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        border-radius: 18px !important;
    }
}

@media (max-width: 380px) {
    body.page-home .home-hero-message {
        bottom: max(82px, calc(env(safe-area-inset-bottom) + 72px)) !important;
    }

    body.page-home .home-hero-message h1 {
        font-size: clamp(2.15rem, 11vw, 2.75rem) !important;
    }

    body.page-home .home-hero-message p {
        font-size: .8rem !important;
        line-height: 1.72 !important;
    }

    body.page-home .home-hero-btn {
        min-height: 38px !important;
        font-size: .72rem !important;
    }
}

/* Codex 2026-07-11: keep logged-in home header compact and non-overlapping. */
body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-main-inner {
    grid-template-columns: minmax(150px, auto) minmax(0, 1fr) max-content !important;
    gap: 8px !important;
    overflow: visible !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-actions {
    position: relative !important;
    z-index: 24 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 360px !important;
    overflow: visible !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .account-menu {
    position: relative !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    overflow: visible !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .account-menu-trigger {
    height: 32px !important;
    min-height: 32px !important;
    max-width: 88px !important;
    padding: 5px 8px !important;
    border-radius: 10px !important;
    gap: 5px !important;
    font-size: .68rem !important;
    line-height: 1 !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .account-menu-trigger .chip-icon {
    display: none !important;
}

body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .account-menu-panel {
    left: 0 !important;
    right: auto !important;
    top: calc(100% + 8px) !important;
    width: min(232px, calc(100vw - 28px)) !important;
    z-index: 5000 !important;
}

@media (max-width: 1360px) {
    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-actions {
        max-width: 270px !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-link-chip span:not(.chip-icon) {
        display: none !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-link-chip {
        width: 32px !important;
        min-width: 32px !important;
        padding: 0 !important;
        justify-content: center !important;
    }
}

@media (max-width: 1180px) {
    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-main-inner {
        grid-template-columns: minmax(0, 1fr) max-content !important;
    }

    body.page-home:not(.page-home-peak):not(.page-home-showroom) header.site-header .header-actions {
        max-width: none !important;
    }
}

/* Codex 2026-07-11: restore server-backed three-card motorcycle recommendations. */
body.page-home .smart-match-status {
    min-height: 24px;
    margin: 0 0 10px;
    color: rgba(203, 213, 225, .82);
    font-size: .82rem;
    font-weight: 800;
    text-align: right;
}

body.page-home .ai-match-score {
    min-width: 76px;
    min-height: 30px;
    padding: 0 10px;
    background: linear-gradient(135deg, #22c55e, #84cc16) !important;
    color: #03120a !important;
    box-shadow: 0 10px 20px rgba(34, 197, 94, .2);
}

body.page-home .smart-match-rail:empty::before {
    content: "در حال آماده‌سازی پیشنهادها...";
    grid-column: 1 / -1;
    min-height: 120px;
    display: grid;
    place-items: center;
    border: 1px dashed rgba(148, 163, 184, .28);
    border-radius: 18px;
    color: rgba(226, 232, 240, .72);
    font-weight: 800;
}

/* Quick SMS login refresh - 2026-08-09 */
body.page-home .home-campaign-strip {
    margin-top: clamp(-38px, -3.8vw, -18px) !important;
    padding: 0 0 clamp(24px, 4vw, 42px) !important;
    isolation: isolate;
}

body.page-home .home-campaign-strip .container {
    max-width: min(980px, calc(100vw - 32px)) !important;
}

body.page-home .home-campaign-card {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(220px, .74fr) minmax(470px, 1.26fr) !important;
    align-items: center !important;
    gap: clamp(14px, 2vw, 22px) !important;
    padding: clamp(14px, 1.8vw, 20px) !important;
    border-radius: 8px !important;
    border: 1px solid rgba(159, 199, 255, .24) !important;
    background:
        linear-gradient(90deg, rgba(255, 206, 73, .18) 0 4px, transparent 4px),
        linear-gradient(135deg, rgba(12, 47, 94, .94), rgba(5, 24, 58, .97)) !important;
    box-shadow:
        0 18px 42px rgba(0, 8, 28, .28),
        inset 0 1px 0 rgba(255, 255, 255, .08) !important;
    overflow: hidden;
}

body.page-home .home-campaign-card::before {
    content: "";
    position: absolute;
    inset-inline: 22px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .42), transparent);
}

body.page-home .home-campaign-copy {
    min-width: 0;
}

body.page-home .home-campaign-copy span {
    display: inline-flex !important;
    align-items: center;
    min-height: 24px;
    margin-bottom: 6px !important;
    padding: 0 9px;
    border-radius: 8px;
    background: rgba(255, 206, 73, .12);
    color: #ffd85a !important;
    font-size: .7rem !important;
    font-weight: 950 !important;
}

body.page-home .home-campaign-copy h2 {
    max-width: 360px;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(1.12rem, 1.55vw, 1.38rem) !important;
    line-height: 1.45 !important;
    font-weight: 950 !important;
}

body.page-home .home-campaign-copy p {
    max-width: 400px;
    margin: 6px 0 0 !important;
    color: rgba(232, 241, 255, .82) !important;
    font-size: .8rem !important;
    line-height: 1.8 !important;
}

body.page-home .home-campaign-actions.home-quick-login {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 108px !important;
    align-items: end !important;
    gap: 9px !important;
    justify-content: stretch !important;
    width: 100% !important;
}

body.page-home .home-quick-login-field,
body.page-home .home-quick-login-name {
    min-width: 0 !important;
    width: 100% !important;
}

body.page-home .home-quick-login-field label {
    margin-bottom: 5px;
    color: rgba(245, 249, 255, .95) !important;
    font-size: .7rem !important;
    font-weight: 950 !important;
}

body.page-home .home-quick-login-field input {
    width: 100% !important;
    min-height: 42px !important;
    padding: 9px 12px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(186, 212, 255, .34) !important;
    background: rgba(255, 255, 255, .105) !important;
    color: #fff !important;
    font-size: .82rem !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    letter-spacing: 0 !important;
}

body.page-home .home-quick-login-field input:focus {
    border-color: #ffd85a !important;
    background: rgba(255, 255, 255, .15) !important;
    box-shadow:
        0 0 0 4px rgba(255, 216, 90, .17),
        inset 0 1px 0 rgba(255, 255, 255, .1) !important;
}

body.page-home .home-quick-login-field small {
    display: block;
    min-height: 17px;
    margin-top: 5px;
    color: rgba(232, 241, 255, .66) !important;
    font-size: .66rem !important;
}

body.page-home .home-campaign-actions.home-quick-login button[type="submit"] {
    min-height: 42px !important;
    margin-bottom: 22px;
    padding: 0 12px !important;
    border: 0;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #ffd85a, #ffb52e) !important;
    color: #07162c !important;
    font-family: inherit;
    font-size: .78rem;
    font-weight: 950;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(255, 181, 46, .23);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

body.page-home .home-campaign-actions.home-quick-login button[type="submit"]:hover {
    transform: translateY(-2px);
    filter: saturate(1.05);
    box-shadow: 0 18px 36px rgba(255, 181, 46, .32);
}

body.page-home .home-campaign-actions.home-quick-login button[type="submit"]:disabled {
    cursor: progress;
    opacity: .72;
    transform: none;
}

body.page-home .home-quick-login-status {
    display: none;
    grid-column: 1 / -1;
    min-height: 24px;
    padding: 7px 10px;
    border-radius: 8px;
    font-size: .72rem;
    font-weight: 850;
    line-height: 1.7;
}

body.page-home .home-quick-login-status.is-visible {
    display: block;
}

body.page-home .home-quick-login-status.is-success {
    color: #eafff4;
    background: rgba(22, 163, 74, .18);
    border: 1px solid rgba(74, 222, 128, .24);
}

body.page-home .home-quick-login-status.is-error {
    color: #fff0f0;
    background: rgba(220, 38, 38, .18);
    border: 1px solid rgba(248, 113, 113, .26);
}

@media (max-width: 1080px) {
    body.page-home .home-campaign-card {
        grid-template-columns: 1fr !important;
        max-width: 760px;
        margin-inline: auto;
    }

    body.page-home .home-campaign-actions.home-quick-login {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 120px !important;
    }

    body.page-home .home-campaign-actions.home-quick-login button[type="submit"] {
        width: 100%;
    }
}

@media (max-width: 640px) {
    body.page-home .home-campaign-strip {
        margin-top: 0 !important;
        padding: 18px 0 28px !important;
    }

    body.page-home .home-campaign-strip .container {
        max-width: calc(100vw - 24px) !important;
    }

    body.page-home .home-campaign-card {
        padding: 14px !important;
        border-radius: 8px !important;
    }

    body.page-home .home-campaign-actions.home-quick-login {
        grid-template-columns: 1fr !important;
    }

    body.page-home .home-campaign-copy h2 {
        font-size: 1.05rem !important;
    }

    body.page-home .home-campaign-copy p {
        font-size: .76rem !important;
    }

    body.page-home .home-campaign-actions.home-quick-login button[type="submit"] {
        margin-bottom: 0;
    }
}

/* Codex 2026-08-13: live home body hierarchy and mobile polish. */
body.page-home main {
    overflow-x: clip;
}

body.page-home .cockpit-home-hero,
body.page-home .home-campaign-strip,
body.page-home .section,
body.page-home .motorcycle-filter-section,
body.page-home .motorcycle-hero-video-section {
    scroll-margin-top: 96px;
}

body.page-home .cockpit-hero-side > *,
body.page-home .home-campaign-card,
body.page-home .filter-card,
body.page-home .smart-match-panel,
body.page-home .product-card,
body.page-home .main-category-card,
body.page-home .customer-hub-card,
body.page-home .article-card {
    border-color: rgba(159, 199, 255, .26);
}

body.page-home .cockpit-hero-side > *:empty {
    min-height: clamp(86px, 8vw, 122px);
    background:
        linear-gradient(135deg, rgba(13, 54, 99, .74), rgba(5, 25, 55, .82));
    border: 1px dashed rgba(159, 199, 255, .28);
    box-shadow: none;
}

body.page-home .cockpit-hero-side > *:empty::before {
    content: "به‌زودی";
    display: grid;
    min-height: inherit;
    place-items: center;
    color: rgba(232, 241, 255, .62);
    font-size: .78rem;
    font-weight: 850;
}

body.page-home .home-hero-message p,
body.page-home .home-campaign-copy p,
body.page-home .filter-subtitle,
body.page-home .main-category-desc,
body.page-home .customer-hub-card p,
body.page-home .article-summary {
    color: rgba(236, 244, 255, .84);
}

body.page-home .home-hero-btn,
body.page-home .home-campaign-actions a,
body.page-home .home-campaign-actions.home-quick-login button[type="submit"],
body.page-home .filter-submit-btn,
body.page-home .section-link,
body.page-home .video-play-btn {
    min-width: 44px;
    min-height: 44px;
}

body.page-home .motorcycle-videos-section {
    align-items: stretch;
}

body.page-home .motorcycle-video-thumbnail {
    aspect-ratio: 16 / 10;
    min-height: 0;
}

body.page-home .motorcycle-video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-home .filter-inputs {
    gap: 12px;
}

body.page-home .filter-label,
body.page-home .home-quick-login-field label {
    text-transform: none;
    letter-spacing: 0;
}

body.page-home .filter-select,
body.page-home .home-quick-login-field input {
    direction: rtl;
}

body.page-home .smart-match-rail {
    align-items: stretch;
}

body.page-home .ai-match-card {
    min-height: 100%;
}

@media (max-width: 900px) {
    body.page-home .cockpit-home-hero {
        min-height: auto;
    }

    body.page-home .cockpit-hero-side {
        gap: 10px;
    }

    body.page-home .cockpit-hero-side > *:empty {
        min-height: 76px;
    }

    body.page-home .home-campaign-card {
        gap: 12px !important;
    }

    body.page-home .motorcycle-hero-container {
        gap: 14px;
    }
}

@media (max-width: 640px) {
    body.page-home .cockpit-home-hero {
        padding-bottom: 18px;
    }

    body.page-home .home-hero-message {
        right: 12px !important;
        left: 12px !important;
        bottom: max(76px, calc(env(safe-area-inset-bottom) + 68px)) !important;
    }

    body.page-home .home-hero-eyebrow {
        width: fit-content;
        max-width: 100% !important;
        margin-bottom: 9px !important;
    }

    body.page-home .home-hero-message h1 {
        max-width: 12ch !important;
        font-size: clamp(2rem, 10.4vw, 2.8rem) !important;
        line-height: 1.08 !important;
    }

    body.page-home .home-hero-message p {
        margin-top: 9px !important;
        font-size: .86rem !important;
        line-height: 1.72 !important;
    }

    body.page-home .home-hero-actions {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        margin-top: 12px !important;
    }

    body.page-home .home-hero-btn {
        min-height: 44px !important;
        padding: 10px 12px !important;
        font-size: .8rem !important;
    }

    body.page-home .home-campaign-card,
    body.page-home .filter-card,
    body.page-home .smart-match-panel {
        padding: 14px !important;
    }

    body.page-home .home-campaign-actions.home-quick-login {
        gap: 10px !important;
    }

    body.page-home .home-quick-login-field small {
        min-height: 0;
        font-size: .68rem !important;
        line-height: 1.7;
    }

    body.page-home .products-grid,
    body.page-home .smart-match-rail {
        grid-auto-columns: minmax(82%, 1fr) !important;
    }

    body.page-home .motorcycle-videos-section {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    body.page-home .motorcycle-video-thumbnail {
        aspect-ratio: 16 / 9;
        min-height: 184px !important;
    }

    body.page-home .main-category-link,
    body.page-home .customer-hub-card {
        min-height: 132px;
    }

    body.page-home .section-link {
        padding-inline: 12px;
        white-space: nowrap;
    }
}

@media (max-width: 380px) {
    body.page-home .home-hero-message h1 {
        font-size: clamp(1.86rem, 9.8vw, 2.35rem) !important;
    }

    body.page-home .home-hero-message p {
        font-size: .78rem !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-home .hero-slide,
    body.page-home .cockpit-hero-slide,
    body.page-home .home-hero-btn,
    body.page-home .product-card,
    body.page-home .main-category-card,
    body.page-home .customer-hub-card {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
