﻿/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   Elite Header â€” Ø¢ÛŒÙ†Ø¯Ù‡ Ù…Ø§
   CTA Â«Ø§ÛŒØ¬Ø§Ø¯ Ø¨Ø±Ù†Ø§Ù…Ù‡â€ŒØ±ÛŒØ²ÛŒÂ» glued into nav-rail
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

header.modern-header.site-header--elite {
    --elite-ink: #e8eef9;
    --elite-muted: #8fa0bf;
    --elite-steel: #c5d0e6;
    --elite-cyan: #22d3ee;
    --elite-cyan-hot: #67e8f9;
    --elite-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --elite-font: 'Mikhak-R', Tahoma, 'Segoe UI', sans-serif;

    position: sticky;
    top: 0;
    z-index: 12000;
    color: var(--elite-ink);
    font-family: var(--elite-font);
    -webkit-font-smoothing: antialiased;
    background:
        linear-gradient(180deg, rgba(12, 18, 36, 0.97) 0%, rgba(7, 11, 22, 0.94) 100%);
    border-bottom: 1px solid rgba(56, 189, 248, 0.14);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.04) inset,
        0 18px 48px rgba(2, 6, 23, 0.55);
    backdrop-filter: blur(22px) saturate(1.25);
    -webkit-backdrop-filter: blur(22px) saturate(1.25);
    overflow: visible;
    isolation: isolate;
}

header.modern-header.site-header--elite .header-atmosphere {
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(120% 180% at 88% 0%, rgba(34, 211, 238, 0.16), transparent 42%),
        radial-gradient(90% 140% at 12% 120%, rgba(37, 99, 235, 0.12), transparent 48%),
        linear-gradient(90deg, transparent 0%, rgba(148, 163, 184, 0.04) 50%, transparent 100%);
}

header.modern-header.site-header--elite .header-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem 1.1rem;
    min-height: 4.4rem;
    height: auto;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    max-width: 1440px;
}

/* â”€â”€ Brand only â”€â”€ */
.hdr-anchor {
    grid-column: 1;
    display: flex;
    align-items: center;
    min-width: 0;
}

header.modern-header.site-header--elite .logo-link {
    gap: 0.7rem;
    color: var(--elite-ink);
    align-items: center;
}

header.modern-header.site-header--elite .logo-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 12px;
    background:
        linear-gradient(145deg, rgba(34, 211, 238, 0.28), rgba(37, 99, 235, 0.45)),
        linear-gradient(180deg, #1e3a5f, #0f172a);
    border: 1px solid rgba(125, 211, 252, 0.28);
    box-shadow:
        0 0 0 1px rgba(2, 6, 23, 0.4) inset,
        0 10px 24px rgba(14, 165, 233, 0.18);
    color: #ecfeff;
    flex-shrink: 0;
}

header.modern-header.site-header--elite .logo-text {
    font-family: var(--elite-font);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #f8fbff;
    text-shadow: 0 0 24px rgba(34, 211, 238, 0.18);
    white-space: nowrap;
}

/* â”€â”€ Center nav rail + glued CTA â”€â”€ */
header.modern-header.site-header--elite .nav-menu {
    grid-column: 2;
    justify-content: center;
    min-width: 0;
    overflow: visible;
    padding: 0;
}

.nav-rail {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.3rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.05) inset,
        0 10px 28px rgba(2, 6, 23, 0.28);
    backdrop-filter: blur(12px);
}

.nav-rail--with-cta {
    padding: 0.28rem 0.3rem 0.28rem 0.28rem;
    gap: 0.22rem;
    border-color: rgba(56, 189, 248, 0.22);
    box-shadow:
        0 0 0 1px rgba(34, 211, 238, 0.06),
        0 1px 0 rgba(255, 255, 255, 0.05) inset,
        0 12px 32px rgba(2, 6, 23, 0.32),
        0 0 40px rgba(14, 165, 233, 0.08);
}

.nav-rail__sep {
    width: 1px;
    height: 1.45rem;
    margin: 0 0.15rem;
    background: linear-gradient(180deg, transparent, rgba(125, 211, 252, 0.35), transparent);
    flex-shrink: 0;
}

/* â”€â”€ CTA glued into rail â”€â”€ */
.nav-range-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.4rem 0.85rem 0.4rem 0.42rem;
    min-height: 2.55rem;
    border-radius: 999px;
    text-decoration: none;
    color: #f0fdfa;
    background:
        linear-gradient(115deg, #06b6d4 0%, #0284c7 46%, #2563eb 100%);
    background-size: 160% 160%;
    border: 1px solid rgba(165, 243, 252, 0.5);
    box-shadow:
        0 0 0 1px rgba(14, 165, 233, 0.2),
        0 0 24px rgba(34, 211, 238, 0.32),
        0 8px 20px rgba(2, 132, 199, 0.35),
        0 1px 0 rgba(255, 255, 255, 0.38) inset;
    flex-shrink: 0;
    overflow: hidden;
    isolation: isolate;
    animation: elite-cta-flow 6s ease-in-out infinite;
    transition:
        transform 0.28s var(--elite-ease),
        box-shadow 0.28s ease,
        filter 0.28s ease;
}

.nav-range-cta--rail {
    margin: 0;
}

.nav-range-cta__ring {
    position: absolute;
    inset: -3px;
    border-radius: 999px;
    background: conic-gradient(from 120deg, rgba(103, 232, 249, 0.85), transparent 35%, rgba(56, 189, 248, 0.55), transparent 70%, rgba(103, 232, 249, 0.7));
    opacity: 0.55;
    z-index: -1;
    filter: blur(7px);
    animation: elite-range-aura 3.8s linear infinite;
}

.nav-range-cta__glow {
    position: absolute;
    inset: -40% -20%;
    background:
        radial-gradient(circle at 22% 30%, rgba(255, 255, 255, 0.5), transparent 40%),
        radial-gradient(circle at 80% 75%, rgba(34, 211, 238, 0.4), transparent 46%);
    opacity: 0.75;
    pointer-events: none;
    z-index: 0;
    animation: elite-range-sheen 4.6s ease-in-out infinite;
}

.nav-range-cta__spark {
    position: absolute;
    top: 18%;
    left: 18%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    box-shadow:
        0 0 10px 3px rgba(255, 255, 255, 0.85),
        42px 14px 0 -1px rgba(165, 243, 252, 0.9),
        68px 6px 0 -1.5px rgba(255, 255, 255, 0.7);
    opacity: 0.7;
    z-index: 2;
    pointer-events: none;
    animation: elite-spark 2.8s ease-in-out infinite;
}

.nav-range-cta__pulse {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
    pointer-events: none;
    z-index: 2;
}

.nav-range-cta__icon {
    position: relative;
    z-index: 1;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 16px rgba(103, 232, 249, 0.35);
    font-size: 0.82rem;
    color: #ecfeff;
}

.nav-range-cta__copy {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    line-height: 1;
}

.nav-range-cta__title {
    font-family: var(--elite-font);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0 0 14px rgba(103, 232, 249, 0.5), 0 1px 4px rgba(2, 6, 23, 0.35);
    white-space: nowrap;
}

.nav-range-cta__chev {
    position: relative;
    z-index: 1;
    display: inline-flex;
    opacity: 0.75;
    font-size: 0.68rem;
    margin-right: -0.1rem;
    transition: transform 0.25s var(--elite-ease), opacity 0.25s ease;
}

.nav-range-cta:hover {
    transform: translateY(-1px) scale(1.03);
    filter: saturate(1.1) brightness(1.06);
    box-shadow:
        0 0 0 1px rgba(165, 243, 252, 0.55),
        0 0 36px rgba(34, 211, 238, 0.45),
        0 12px 28px rgba(2, 132, 199, 0.45),
        0 1px 0 rgba(255, 255, 255, 0.45) inset;
    color: #fff;
}

.nav-range-cta:hover .nav-range-cta__chev {
    opacity: 1;
    transform: translateX(-3px);
}

.nav-range-cta.is-active {
    box-shadow:
        0 0 0 2px rgba(165, 243, 252, 0.5),
        0 0 34px rgba(34, 211, 238, 0.4),
        0 10px 24px rgba(2, 132, 199, 0.4),
        0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

@keyframes elite-cta-flow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes elite-range-aura {
    0% { transform: rotate(0deg); opacity: 0.4; }
    50% { opacity: 0.75; }
    100% { transform: rotate(360deg); opacity: 0.4; }
}

@keyframes elite-range-sheen {
    0%, 100% { transform: translateX(0); opacity: 0.55; }
    50% { transform: translateX(14%); opacity: 0.9; }
}

@keyframes elite-spark {
    0%, 100% { opacity: 0.35; transform: scale(0.85); }
    50% { opacity: 0.95; transform: scale(1.15); }
}

@media (prefers-reduced-motion: reduce) {
    .nav-range-cta,
    .nav-range-cta__ring,
    .nav-range-cta__glow,
    .nav-range-cta__spark {
        animation: none;
    }
}

/* Secondary nav items */
header.modern-header.site-header--elite .nav-item,
header.modern-header.site-header--elite .calendar-dropdown-btn {
    padding: 0.45rem 0.82rem;
    border-radius: 999px;
    font-family: var(--elite-font);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--elite-muted);
    border: 1px solid transparent;
    background: transparent;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

header.modern-header.site-header--elite .nav-item span,
header.modern-header.site-header--elite .calendar-dropdown-btn span,
header.modern-header.site-header--elite .dropdown-item span,
header.modern-header.site-header--elite .menu-item span,
header.modern-header.site-header--elite .user-name,
header.modern-header.site-header--elite .type-badge {
    font-family: var(--elite-font);
}

header.modern-header.site-header--elite .nav-item i,
header.modern-header.site-header--elite .calendar-dropdown-btn i {
    color: inherit;
    opacity: 0.9;
}

header.modern-header.site-header--elite .nav-item:hover,
header.modern-header.site-header--elite .calendar-dropdown-btn:hover {
    color: #f8fbff;
    background: rgba(56, 189, 248, 0.1);
    border-color: rgba(56, 189, 248, 0.22);
    box-shadow: 0 0 18px rgba(34, 211, 238, 0.08);
    transform: none;
}

header.modern-header.site-header--elite .nav-item.active,
header.modern-header.site-header--elite .calendar-dropdown-btn.active {
    color: #ecfeff;
    background: rgba(34, 211, 238, 0.14);
    border-color: rgba(34, 211, 238, 0.32);
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.12);
}

header.modern-header.site-header--elite .nav-item::before {
    display: none;
}

header.modern-header.site-header--elite .nav-cart-chip {
    background: rgba(34, 211, 238, 0.12);
    border-color: rgba(34, 211, 238, 0.28);
}

header.modern-header.site-header--elite .nav-cart-count {
    color: var(--elite-cyan-hot);
}

header.modern-header.site-header--elite .nav-item--cart.active .nav-cart-chip,
header.modern-header.site-header--elite .nav-item--cart:hover .nav-cart-chip {
    background: rgba(34, 211, 238, 0.2);
    border-color: rgba(103, 232, 249, 0.4);
}

header.modern-header.site-header--elite .calendar-dropdown-menu,
header.modern-header.site-header--elite .user-menu {
    background: linear-gradient(180deg, #121a2e 0%, #0b1220 100%);
    border: 1px solid rgba(125, 211, 252, 0.16);
    box-shadow: 0 24px 56px rgba(2, 6, 23, 0.55);
    color: var(--elite-ink);
}

header.modern-header.site-header--elite .dropdown-item,
header.modern-header.site-header--elite .menu-item {
    color: var(--elite-steel);
}

header.modern-header.site-header--elite .dropdown-item:hover,
header.modern-header.site-header--elite .menu-item:hover {
    background: rgba(34, 211, 238, 0.1);
    color: #f8fbff;
}

/* User cluster */
header.modern-header.site-header--elite .user-actions {
    grid-column: 3;
    gap: 0.5rem;
}

header.modern-header.site-header--elite .theme-toggle,
header.modern-header.site-header--elite .mobile-menu-toggle,
header.modern-header.site-header--elite .header-cart-btn,
header.modern-header.site-header--elite .login-button {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(15, 23, 42, 0.55);
    color: var(--elite-steel);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

header.modern-header.site-header--elite .theme-toggle:hover,
header.modern-header.site-header--elite .mobile-menu-toggle:hover,
header.modern-header.site-header--elite .header-cart-btn:hover {
    border-color: rgba(34, 211, 238, 0.4);
    color: #ecfeff;
    box-shadow: 0 0 18px rgba(34, 211, 238, 0.15);
}

header.modern-header.site-header--elite .login-button {
    background: linear-gradient(135deg, #0891b2, #2563eb);
    border-color: transparent;
    color: #fff;
}

header.modern-header.site-header--elite .user-button {
    max-width: 12.5rem;
    padding: 0.35rem 0.65rem 0.35rem 0.4rem;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(15, 23, 42, 0.5);
    color: var(--elite-ink);
}

header.modern-header.site-header--elite .user-name {
    color: #f8fbff;
    font-weight: 700;
}

header.modern-header.site-header--elite .type-badge {
    color: var(--elite-cyan-hot);
}

header.modern-header.site-header--elite .user-avatar {
    border: 1px solid rgba(125, 211, 252, 0.35);
    box-shadow: 0 0 16px rgba(34, 211, 238, 0.15);
}

html:not([data-theme="dark"]) header.modern-header.site-header--elite .nav-item,
html:not([data-theme="dark"]) header.modern-header.site-header--elite .calendar-dropdown-btn {
    color: var(--elite-muted);
}

html:not([data-theme="dark"]) header.modern-header.site-header--elite .nav-item:hover,
html:not([data-theme="dark"]) header.modern-header.site-header--elite .nav-item.active,
html:not([data-theme="dark"]) header.modern-header.site-header--elite .calendar-dropdown-btn.active,
html:not([data-theme="dark"]) header.modern-header.site-header--elite .calendar-dropdown-btn:hover {
    color: #f8fbff;
}
/* ═══════════════════════════════════════════════════════════
   Mobile — top bar + sidebar CTA (no bottom dock)
   ═══════════════════════════════════════════════════════════ */

.m-dock { display: none !important; }

.mobile-nav-cta {
    list-style: none;
    margin: 0 0 1rem !important;
    padding: 0 0 0.95rem !important;
    border-bottom: 1px solid rgba(56, 189, 248, 0.18);
}

/* Specificity must beat `.mobile-nav--elite .mobile-nav-list a` */
.mobile-nav--elite .mobile-nav-list a.mobile-sidebar-cta,
.mobile-sidebar-cta {
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.85rem !important;
    min-height: 4.1rem !important;
    padding: 0.95rem 1rem !important;
    border-radius: 16px !important;
    text-decoration: none !important;
    color: #fff !important;
    background:
        linear-gradient(120deg, #22d3ee 0%, #0ea5e9 42%, #2563eb 78%, #1d4ed8 100%) !important;
    background-size: 160% 160% !important;
    border: 1px solid rgba(186, 230, 253, 0.55) !important;
    box-shadow:
        0 0 0 1px rgba(34, 211, 238, 0.25),
        0 12px 28px rgba(2, 132, 199, 0.45),
        0 0 36px rgba(34, 211, 238, 0.22) !important;
    font-weight: 900 !important;
    font-size: 1.05rem !important;
    animation: mobileSidebarCtaShine 4.5s ease-in-out infinite;
    z-index: 1;
}

.mobile-sidebar-cta__glow {
    position: absolute;
    inset: -40% -20%;
    background: radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.35), transparent 55%);
    pointer-events: none;
    animation: mobileSidebarCtaGlow 3.2s ease-in-out infinite;
}

.mobile-sidebar-cta__icon {
    position: relative;
    z-index: 1;
    width: 2.55rem !important;
    height: 2.55rem !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.22) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
    font-size: 1.05rem;
    color: #fff !important;
}

.mobile-sidebar-cta__label {
    position: relative;
    z-index: 1;
    flex: 1;
    font-size: 1.08rem !important;
    font-weight: 900 !important;
    color: #fff !important;
    line-height: 1.25;
    text-align: right;
}

.mobile-sidebar-cta__arrow,
.mobile-sidebar-cta i.fa-chevron-left {
    position: relative;
    z-index: 1;
    opacity: 0.95;
    font-size: 0.85rem !important;
    color: #fff !important;
}

.mobile-nav--elite .mobile-nav-list a.mobile-sidebar-cta.is-active,
.mobile-sidebar-cta.is-active {
    box-shadow:
        0 0 0 2px rgba(165, 243, 252, 0.55),
        0 14px 32px rgba(2, 132, 199, 0.5),
        0 0 40px rgba(34, 211, 238, 0.28) !important;
}

.mobile-nav--elite .mobile-nav-list a.mobile-sidebar-cta:active {
    background:
        linear-gradient(120deg, #67e8f9 0%, #38bdf8 42%, #3b82f6 78%, #2563eb 100%) !important;
    border-color: rgba(224, 242, 254, 0.7) !important;
}

@keyframes mobileSidebarCtaShine {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes mobileSidebarCtaGlow {
    0%, 100% { opacity: 0.55; transform: translateX(0); }
    50% { opacity: 0.9; transform: translateX(-12%); }
}

.mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 14000;
    background: rgba(2, 6, 23, 0.64);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mobile-nav-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-nav.mobile-nav--elite {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: min(86vw, 340px) !important;
    max-width: 340px !important;
    height: 100dvh !important;
    height: 100vh !important;
    z-index: 14100 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    font-family: 'Mikhak-R', Tahoma, 'Segoe UI', sans-serif !important;
    background: linear-gradient(165deg, #10192e 0%, #070b16 100%) !important;
    border-left: 1px solid rgba(56, 189, 248, 0.22) !important;
    box-shadow: -24px 0 64px rgba(2, 6, 23, 0.7) !important;
    color: #e2e8f0 !important;
    transform: translate3d(110%, 0, 0) !important;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
    overflow: hidden !important;
}

.mobile-nav.mobile-nav--elite.open {
    transform: translate3d(0, 0, 0) !important;
}

.mobile-nav__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(8, 14, 28, 0.85);
    flex-shrink: 0;
}

.mobile-nav__brand {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
}

.mobile-nav__brand-icon {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(34, 211, 238, 0.3), rgba(37, 99, 235, 0.45));
    border: 1px solid rgba(125, 211, 252, 0.35);
    color: #ecfeff;
}

.mobile-nav__brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.mobile-nav__brand-copy strong {
    font-size: 0.98rem;
    color: #f8fbff;
    font-weight: 800;
}

.mobile-nav__brand-copy span {
    font-size: 0.7rem;
    color: #94a3b8;
}

.mobile-nav--elite .mobile-menu-close {
    width: 2.3rem !important;
    height: 2.3rem !important;
    border-radius: 11px !important;
    border: 1px solid rgba(148, 163, 184, 0.28) !important;
    background: rgba(15, 23, 42, 0.8) !important;
    color: #e2e8f0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
}

.mobile-nav--elite .mobile-nav-list {
    flex: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0.85rem;
    margin: 0;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.mobile-nav-range,
.mobile-range-cta {
    display: none !important;
}

.mobile-nav--elite .mobile-nav-section {
    margin-top: 0.8rem;
    margin-bottom: 0.3rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.mobile-nav--elite .mobile-nav-section-title {
    color: #67e8f9 !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.08em;
    padding: 0.2rem 0.55rem !important;
    text-transform: none !important;
}

.mobile-nav--elite .mobile-nav-list li { margin: 0.25rem 0; }

.mobile-nav--elite .mobile-nav-list a,
.mobile-nav--elite .mobile-nav-logout,
.mobile-nav--elite .mobile-nav-locked {
    min-height: 2.75rem !important;
    padding: 0.65rem 0.8rem !important;
    border-radius: 12px !important;
    color: #e2e8f0 !important;
    background: rgba(15, 23, 42, 0.4) !important;
    border: 1px solid rgba(148, 163, 184, 0.12) !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.65rem !important;
    width: 100% !important;
    text-decoration: none !important;
}

.mobile-nav--elite .mobile-nav-list a:active,
.mobile-nav--elite .mobile-nav-logout:active {
    background: rgba(34, 211, 238, 0.14) !important;
    border-color: rgba(34, 211, 238, 0.3) !important;
}

@media (min-width: 993px) {
    .m-dock,
    .mobile-nav-backdrop,
    .mobile-nav.mobile-nav--elite {
        display: none !important;
    }
}

@media (max-width: 1180px) {
    .nav-range-cta__title { font-size: 0.84rem; }
    .nav-range-cta {
        padding: 0.36rem 0.7rem 0.36rem 0.36rem;
        gap: 0.42rem;
        min-height: 2.35rem;
    }
    .nav-range-cta__chev { display: none; }
    header.modern-header.site-header--elite .logo-text { font-size: 1.12rem; }
}

/* Mobile top bar: simple flex — no 2-row grid */
@media (max-width: 992px) {
    header.modern-header.site-header--elite {
        isolation: auto;
    }

    header.modern-header.site-header--elite .header-container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 0.65rem !important;
        min-height: 3.6rem !important;
        height: 3.6rem !important;
        padding: 0.45rem 0.85rem !important;
        max-width: none !important;
        grid-template-columns: none !important;
        grid-template-rows: none !important;
    }

    header.modern-header.site-header--elite .nav-menu {
        display: none !important;
    }

    header.modern-header.site-header--elite .hdr-anchor {
        flex: 1 1 auto;
        min-width: 0;
        grid-column: auto !important;
    }

    header.modern-header.site-header--elite .user-actions {
        flex: 0 0 auto;
        display: flex !important;
        align-items: center;
        gap: 0.4rem !important;
        grid-column: auto !important;
    }

    header.modern-header.site-header--elite .user-info,
    header.modern-header.site-header--elite .user-button > .fa-chevron-down {
        display: none !important;
    }

    header.modern-header.site-header--elite .user-button {
        padding: 0.15rem !important;
        max-width: none !important;
        min-width: auto !important;
        border-radius: 11px !important;
    }

    header.modern-header.site-header--elite .mobile-menu-toggle,
    header.modern-header.site-header--elite .header-cart-btn,
    header.modern-header.site-header--elite .theme-toggle,
    header.modern-header.site-header--elite .login-button {
        display: inline-flex !important;
        width: 2.4rem !important;
        height: 2.4rem !important;
        border-radius: 11px !important;
        align-items: center !important;
        justify-content: center !important;
    }

    header.modern-header.site-header--elite .logo-icon {
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 11px;
    }

    header.modern-header.site-header--elite .logo-text {
        font-size: 1rem;
    }
}

@media (max-width: 520px) {
    header.modern-header.site-header--elite .logo-text {
        display: none;
    }

    header.modern-header.site-header--elite .logo-section--home .logo-text {
        display: inline;
        font-size: 0.92rem;
    }
}
