/* ============================================================
   AUTOPARTS PRO — BOOTSTRAP PREMIUM OVERRIDE SYSTEM
   Theme: Pure Light & High-End Performance
   Palette: White / Ember Orange (#FF6B00) / Crimson Red (#E63946)
   ============================================================ */

:root {
    /* --- Brand Identity --- */
    --bs-primary: #FF6B00;
    --bs-primary-rgb: 255, 107, 0;
    --primary-hover: #E05E00;
    
    --bs-secondary: #E63946;
    --bs-secondary-rgb: 230, 57, 70;
    --secondary-hover: #C92A3A;
    
    /* --- Neutral Palette --- */
    --bs-body-bg: #FFFFFF;
    --bs-body-color: #495057;
    --bg-light: #F8F9FA;
    --bg-alt: #F1F3F5;
    
    /* Text Hierarchy */
    --text-dark: #1A1A1A;
    --text-soft: #495057;
    --text-muted: #868E96;
    
    /* Layout & Borders */
    --border-light: rgba(0,0,0,0.06);
    --line: 1px solid var(--border-light);
    
    /* Spacing & Radii */
    --r-sm: 8px;
    --r-md: 12px;
    --r-lg: 20px;
    --r-xl: 28px;
    
    /* Shadows - Premium Soft Elevation */
    --sh-sm: 0 4px 12px rgba(0,0,0,0.03);
    --sh-md: 0 12px 32px rgba(0,0,0,0.05);
    --sh-lg: 0 24px 48px rgba(0,0,0,0.08);
    
    /* Motion */
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --transition: all 0.4s var(--ease-out);
    --transition-slow: all 0.7s var(--ease-out);
}

/* --- Typography --- */
body {
    font-family: 'Inter', sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    background-color: var(--bs-body-bg);
}

h1, h2, h3, h4, h5, h6, .font-heading {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-dark);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

a { color: inherit; text-decoration: none; transition: var(--transition); }
a:hover { color: var(--bs-primary); }

/* --- Scroll Animations (Triggered by main.js IntersectionObserver) --- */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: var(--transition-slow);
    will-change: opacity, transform;
}
.reveal.in {
    opacity: 1;
    transform: translateY(0);
}
/* Staggering reveals */
.reveal[data-d="1"] { transition-delay: 0.1s; }
.reveal[data-d="2"] { transition-delay: 0.2s; }
.reveal[data-d="3"] { transition-delay: 0.3s; }

/* --- Section Utilities --- */
.sec { padding: 7rem 0; position: relative; }
.sec--alt { background: var(--bg-light); }

.sec-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 5rem;
}
.sec-head h2 { font-size: clamp(2rem, 3.5vw, 2.75rem); margin-bottom: 1rem; }
.sec-head p { color: var(--text-muted); font-size: 1.1rem; }
.eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bs-primary);
    margin-bottom: 1rem;
}

/* --- Bootstrap Button Overrides --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 1rem 2rem;
    border-radius: var(--r-sm);
    transition: var(--transition);
    border: none;
    position: relative;
    overflow: hidden;
}
.btn-primary {
    background: var(--bs-primary);
    color: #FFF;
    box-shadow: 0 4px 14px rgba(255, 107, 0, 0.2);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: var(--primary-hover) !important;
    color: #FFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 107, 0, 0.35) !important;
}
.btn-light {
    background: var(--bg-light);
    color: var(--text-dark);
    border: var(--line);
}
.btn-light:hover {
    background: #FFF;
    transform: translateY(-2px);
    box-shadow: var(--sh-sm);
}
.btn-outline-dark {
    border: var(--line);
    color: var(--text-dark);
    background: transparent;
}
.btn-outline-dark:hover {
    background: var(--text-dark);
    color: #FFF;
    border-color: var(--text-dark);
    transform: translateY(-2px);
    box-shadow: var(--sh-md);
}
.btn-wa {
    background: #25D366;
    color: #FFF;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.2);
}
.btn-wa:hover {
    background: #20BA5A;
    color: #FFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}
.btn-lg { padding: 1.25rem 2.75rem; font-size: 1rem; border-radius: var(--r-md); }

.wa-ico {
    width: 20px; height: 20px; display: inline-block; background: currentColor;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M19.05 4.91A9.82 9.82 0 0 0 12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.32 4.95L2 22l5.25-1.38a9.9 9.9 0 0 0 4.79 1.22h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.91-7.02zM12.05 20.15h-.01a8.2 8.2 0 0 1-4.19-1.15l-.3-.18-3.12.82.83-3.04-.2-.31a8.2 8.2 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.25-8.24a8.2 8.2 0 0 1 8.24 8.25c0 4.54-3.7 8.24-8.24 8.24zm4.52-6.16c-.25-.12-1.47-.72-1.69-.81s-.39-.12-.56.12-.64.81-.79.97-.29.18-.54.06a6.7 6.7 0 0 1-3.31-2.9c-.25-.43.25-.4.71-1.33.08-.16.04-.3-.02-.42s-.56-1.34-.76-1.84-.4-.42-.56-.43h-.48a.92.92 0 0 0-.66.31c-.23.25-.87.85-.87 2.07s.89 2.4 1.01 2.57 1.75 2.67 4.25 3.74c1.58.68 2.2.74 2.99.62.48-.07 1.47-.6 1.68-1.18s.21-1.08.14-1.18-.22-.18-.47-.3z'/></svg>") center/contain no-repeat;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M19.05 4.91A9.82 9.82 0 0 0 12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.32 4.95L2 22l5.25-1.38a9.9 9.9 0 0 0 4.79 1.22h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.91-7.02zM12.05 20.15h-.01a8.2 8.2 0 0 1-4.19-1.15l-.3-.18-3.12.82.83-3.04-.2-.31a8.2 8.2 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.25-8.24a8.2 8.2 0 0 1 8.24 8.25c0 4.54-3.7 8.24-8.24 8.24zm4.52-6.16c-.25-.12-1.47-.72-1.69-.81s-.39-.12-.56.12-.64.81-.79.97-.29.18-.54.06a6.7 6.7 0 0 1-3.31-2.9c-.25-.43.25-.4.71-1.33.08-.16.04-.3-.02-.42s-.56-1.34-.76-1.84-.4-.42-.56-.43h-.48a.92.92 0 0 0-.66.31c-.23.25-.87.85-.87 2.07s.89 2.4 1.01 2.57 1.75 2.67 4.25 3.74c1.58.68 2.2.74 2.99.62.48-.07 1.47-.6 1.68-1.18s.21-1.08.14-1.18-.22-.18-.47-.3z'/></svg>") center/contain no-repeat;
}

/* --- Bootstrap Card Overrides --- */
.card {
    border: var(--line);
    border-radius: var(--r-lg);
    box-shadow: var(--sh-sm);
    transition: var(--transition);
    background: var(--bs-body-bg);
}
.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--sh-md);
    border-color: rgba(0,0,0,0.1);
}

/* --- Header System --- */
/* --- Top bar — premium utility strip --- */
.topbar {
    position: relative;
    background: linear-gradient(90deg, #0B0B0F 0%, #16161A 50%, #0B0B0F 100%);
    color: rgba(255,255,255,.72);
    font-family: 'Inter', sans-serif;
    font-size: .76rem;
    font-weight: 500;
}
.topbar__accent {
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, #FF6B00 0%, #E63946 60%, transparent 100%);
}
.topbar__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    gap: 1rem;
}
.topbar__group { display: flex; align-items: center; gap: 1.15rem; }

.topbar__badge {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-weight: 700;
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #fff;
}
.topbar__dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: linear-gradient(135deg, #FF6B00, #E63946);
    box-shadow: 0 0 0 0 rgba(255,107,0,.55);
    animation: topbar-pulse 2.4s ease-out infinite;
}
@keyframes topbar-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(255,107,0,.5); }
    70%  { box-shadow: 0 0 0 7px rgba(255,107,0,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,107,0,0); }
}

.topbar__item,
.topbar__link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: rgba(255,255,255,.72);
    transition: color .3s var(--ease-out);
}
.topbar__link { font-weight: 600; }
.topbar__link:hover { color: #FF8A2B; }
.topbar__item svg,
.topbar__link svg {
    width: 15px; height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    color: var(--bs-primary);
    flex-shrink: 0;
}
.topbar__link:hover svg { color: inherit; }
.topbar__div {
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,.16);
}

@media (max-width: 575.98px) {
    .topbar { font-size: .72rem; }
    .topbar__row { min-height: 38px; }
    .topbar__badge { letter-spacing: .1em; font-size: .68rem; }
    .topbar__group { gap: .75rem; }
}

.navbar {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 1rem 0;
    transition: var(--transition);
}
.navbar.scrolled {
    padding: 0.5rem 0;
    box-shadow: var(--sh-sm);
    background: rgba(255, 255, 255, 1);
}
.navbar-brand img { height: 40px; transition: var(--transition); }
.navbar.scrolled .navbar-brand img { height: 35px; }

.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.75rem 1rem !important;
    color: var(--text-soft);
    border-radius: var(--r-sm);
    transition: var(--transition);
}
.nav-link:hover, .nav-link.active {
    color: var(--bs-primary);
    background: var(--bg-light);
}

/* --- Bootstrap Mega Menu --- */
.mega-menu-wrapper { position: static !important; }
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--bs-body-bg);
    border-top: var(--line);
    border-bottom: var(--line);
    box-shadow: var(--sh-lg);
    opacity: 0; visibility: hidden;
    transform: translateY(15px);
    transition: var(--transition);
    z-index: 1001;
    padding: 2.5rem 0;
    pointer-events: none;
}
.nav-item.mega-menu-wrapper:hover .mega-menu {
    opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto;
}
.mega-list a {
    display: inline-block;
    padding: 0.4rem 0;
    color: var(--text-soft);
    transition: var(--transition);
}
.mega-list a:hover {
    color: var(--bs-primary);
    transform: translateX(6px);
}

/* --- Hero Section --- */
/* --- Hero Section Utilities --- */
.hero { position: relative; }

/* --- Icons --- */
.feat-ic {
    width: 64px; height: 64px; border-radius: var(--r-md);
    background: var(--bg-light); color: var(--bs-primary);
    display: grid; place-items: center;
    margin-bottom: 1.5rem; transition: var(--transition);
}
.feat-ic svg { width: 28px; height: 28px; fill: currentColor; }
.card:hover .feat-ic { background: var(--bs-primary); color: #FFF; transform: scale(1.1); }

/* --- Product Cards --- */
.prod-media {
    aspect-ratio: 1; background: var(--bg-light);
    display: grid; place-items: center; padding: 2rem; position: relative;
    border-bottom: var(--line); overflow: hidden;
}
.prod-media img { width: 85%; height: 85%; object-fit: contain; filter: drop-shadow(0 12px 24px rgba(0,0,0,0.06)); transition: var(--transition-slow); }
.card:hover .prod-media img { transform: scale(1.1); filter: drop-shadow(0 16px 32px rgba(0,0,0,0.1)); }
.prod-badge {
    position: absolute; top: 1.5rem; left: 1.5rem;
    background: var(--bs-secondary); color: #FFF;
    font-size: 0.7rem; font-weight: 800; padding: 0.4rem 0.8rem; border-radius: 6px;
    z-index: 2;
}
.prod-cat { font-size: 0.7rem; font-weight: 800; color: var(--bs-primary); text-transform: uppercase; margin-bottom: 0.5rem; display: block; letter-spacing: 0.05em; }
.prod-title { font-size: 1.15rem; margin-bottom: 1rem; line-height: 1.4; }
.prod-price { display: flex; align-items: baseline; gap: 0.75rem; margin-top: auto; padding-top: 1rem; border-top: var(--line); }
.prod-price b { font-size: 1.5rem; color: var(--text-dark); font-weight: 800; font-family: 'Montserrat', sans-serif; }
.prod-price s { color: var(--text-muted); font-size: 0.95rem; }

/* --- Services --- */
.svc-img { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-alt); border-bottom: var(--line); }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition-slow); }
.card:hover .svc-img img { transform: scale(1.05); }

/* --- Promo Cards --- */
.promo-card {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}
.promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.promo-card img {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.promo-card:hover img {
    transform: scale(1.08);
}

/* --- Auto-Marquee Brands Upgrade --- */
.brand-strip-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 1.5rem 0;
}

/* Premium fade gradients on edges */
.brand-strip-container::before,
.brand-strip-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}
.brand-strip-container::before {
    left: 0;
    background: linear-gradient(to right, #FFF 0%, transparent 100%);
}
.brand-strip-container::after {
    right: 0;
    background: linear-gradient(to left, #FFF 0%, transparent 100%);
}

.brand-strip {
    display: flex;
    width: max-content;
    gap: 5rem;
    padding-right: 5rem; /* Gap before loop restarts */
    animation: autoScroll 25s linear infinite;
    align-items: center;
}

.brand-strip:hover {
    animation-play-state: paused;
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
}
.brand-logo img {
    height: 45px;
    width: auto;
    transition: transform 0.4s ease;
}

.brand-logo:hover {
    transform: scale(1.15);
}

@keyframes autoScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Responsive adjustment for small screens */
@media (max-width: 768px) {
    .brand-strip-container::before,
    .brand-strip-container::after { width: 50px; }
    .brand-strip { gap: 3rem; padding-right: 3rem; }
    .brand-logo img { height: 35px; }
}

/* --- About Split --- */
.split-img { border-radius: var(--r-xl); overflow: hidden; border: var(--line); box-shadow: var(--sh-lg); }
.split-list { list-style: none; padding: 0; margin: 2rem 0; display: grid; gap: 1rem; }
.split-list li { display: flex; align-items: center; gap: 1rem; font-weight: 600; color: var(--text-soft); }
.split-list li svg { width: 24px; height: 24px; color: #25D366; background: rgba(37, 211, 102, 0.1); border-radius: 50%; padding: 4px; }

/* --- Footer --- */
.site-footer { background: var(--bg-light); padding: 5rem 0 3rem; }
.foot-title { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-dark); margin-bottom: 1.5rem; }
.foot-link { display: inline-block; padding: 0.35rem 0; color: var(--text-soft); font-size: 0.95rem; transition: var(--transition); }
.foot-link:hover { color: var(--bs-primary); transform: translateX(4px); }

/* --- Contact Page --- */
.page-hero {
    position: relative; padding: 7rem 0; background: var(--text-dark); color: #FFF;
    text-align: center; border-bottom: var(--line); overflow: hidden;
}
.page-hero::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(26,26,26,0.6) 0%, rgba(26,26,26,0.9) 100%); z-index: 1;
}
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .crumb { margin-bottom: 2rem; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--bs-primary); }

.form-control, .form-select {
    padding: 1.1rem 1.25rem; border: var(--line); border-radius: var(--r-sm);
    font-family: 'Inter', sans-serif; font-size: 0.95rem; background: var(--bg-light);
    transition: var(--transition);
}
.form-control:focus, .form-select:focus {
    border-color: var(--bs-primary); background: #FFF;
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.1);
}

.wa-float {
    position: fixed; right: 2rem; bottom: 2rem;
    width: 64px; height: 64px; border-radius: 50%;
    background: #25D366; color: #FFF;
    display: grid; place-items: center; z-index: 1000;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4); transition: var(--transition);
}
.wa-float:hover { transform: scale(1.1) translateY(-4px); color: #FFF; }
.wa-float .wa-ico { width: 32px; height: 32px; }

@media (max-width: 768px) {
    .wa-float {
        right: 1rem; bottom: 1rem;
        width: 54px; height: 54px;
    }
    .wa-float .wa-ico { width: 26px; height: 26px; }
}

@media (max-width: 991px) {
    .hero__inner { flex-direction: column; }
    .hero__media { height: 400px; }
    .hero__content { padding: 3rem 2rem; }
    
    .mega-menu {
        position: static; opacity: 1; visibility: visible; transform: none;
        box-shadow: none; border: none; padding: 1rem 0; display: none;
    }
    .nav-item.mega-menu-wrapper.show .mega-menu { display: block; }
    .mega-item { margin-bottom: 0.5rem; }
}

/* ============================================================
   HERO — Cinematic premium (full-bleed, photo-led)
   Palette unchanged: Ember #FF6B00 · Crimson #E63946 · White · #0B0B0F
   Self-contained: no Bootstrap classes, no JS dependency.
   ============================================================ */
.hero2026 {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    min-height: clamp(480px, 64vh, 640px);
    background: #0B0B0F;
    overflow: hidden;
}
@media (max-width: 991px) {
    .hero2026 {
        align-items: flex-start; /* Prevent vertical centering from pushing content out of bounds */
        padding-top: 2rem;
        padding-bottom: 3rem;
        min-height: auto; /* Let content dictate height on mobile if it's very tall */
    }
    .hero2026__spec {
        display: none; /* Hide the floating spec card on mobile to prevent overlaps */
    }
}

/* Background photograph */
.hero2026__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% 50%;
    z-index: 0;
    will-change: transform;
    animation: hero-zoom 16s var(--ease-out) forwards;
}
@keyframes hero-zoom {
    from { transform: scale(1.03); }
    to   { transform: scale(1); }
}

/* Legibility scrim + brand glow */
.hero2026__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(100deg,
            #08080B 0%,
            rgba(8,8,11,.92) 28%,
            rgba(8,8,11,.55) 52%,
            rgba(8,8,11,.12) 72%,
            rgba(8,8,11,.40) 100%),
        linear-gradient(0deg, rgba(8,8,11,.80) 0%, transparent 38%);
}
.hero2026__glow {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(620px 440px at 14% 28%, rgba(255,107,0,.18), transparent 70%),
        radial-gradient(560px 460px at 26% 92%, rgba(230,57,70,.12), transparent 70%);
}

/* Layout */
.hero2026__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(3.25rem, 6vw, 5rem) clamp(1.5rem, 5vw, 3.5rem);
    padding-bottom: 2rem;
}
@media (min-width: 992px) {
    .hero2026__inner {
        padding-bottom: 7rem; /* Ensure enough space so the -5.5rem search box doesn't overlap trust row text */
    }
}
.hero2026__content {
    max-width: 640px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Announcement pill */
.hero2026__pill {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-family: 'Inter', sans-serif;
    font-size: .78rem;
    font-weight: 600;
    color: rgba(255,255,255,.82);
    padding: .5rem 1rem .5rem .8rem;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition: transform .35s var(--ease-out), background .35s, border-color .35s, color .35s;
}
.hero2026__pill:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.28);
    color: #fff;
}
.hero2026__dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: linear-gradient(135deg, #FF6B00, #E63946);
    box-shadow: 0 0 0 4px rgba(255,107,0,.18);
}
.hero2026__pill-arrow {
    font-size: .9rem;
    color: rgba(255,255,255,.55);
    transition: transform .35s var(--ease-out), color .35s;
}
.hero2026__pill:hover .hero2026__pill-arrow { transform: translateX(4px); color: var(--bs-primary); }

/* Headline + subtitle */
.hero2026__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: clamp(2.35rem, 4.6vw, 3.9rem);
    line-height: 1.02;
    letter-spacing: -0.035em;
    color: #FFFFFF;
    margin: 1.5rem 0 0;
    text-shadow: 0 2px 36px rgba(0,0,0,.45);
}
.hero2026__grad {
    background: linear-gradient(120deg, #FF8A2B 0%, #FF6B00 42%, #E63946 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero2026__sub {
    margin: 1.5rem 0 0;
    color: rgba(255,255,255,.74);
    font-size: clamp(1.02rem, 1.25vw, 1.16rem);
    line-height: 1.65;
    max-width: 34rem;
}

/* CTA buttons */
.hero2026__cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.hx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .92rem;
    line-height: 1;
    padding: 1.1rem 2.2rem;
    border-radius: 100px;
    cursor: pointer;
    border: none;
    transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out),
                background .4s ease, border-color .4s ease;
}
.hx-btn__arrow { transition: transform .35s var(--ease-out); }
.hx-btn:hover .hx-btn__arrow { transform: translateX(4px); }

.hx-btn--primary {
    background: linear-gradient(135deg, #FF6B00 0%, #E63946 100%);
    color: #fff;
    box-shadow: 0 14px 30px -8px rgba(255,107,0,.50),
                0 1px 0 rgba(255,255,255,.16) inset;
}
.hx-btn--primary:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 22px 42px -10px rgba(230,57,70,.58),
                0 1px 0 rgba(255,255,255,.22) inset;
}
.hx-btn--primary:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(255,107,0,.40); }

.hx-btn--ghost {
    background: rgba(255,255,255,.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.hx-btn--ghost:hover {
    background: rgba(255,255,255,.16);
    border-color: rgba(255,255,255,.40);
    transform: translateY(-3px);
}
.hx-btn--ghost .wa-ico {
    width: 18px; height: 18px;
    background: #fff;
    transition: background .35s ease;
}
.hx-btn--ghost:hover .wa-ico { background: #25D366; }

/* Trust row */
.hero2026__trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(1rem, 2.5vw, 1.9rem);
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,.14);
    width: 100%;
    max-width: 560px;
}
.hero2026__stat { display: flex; flex-direction: column; gap: .15rem; }
.hero2026__stat b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.32rem;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.hero2026__stat span {
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: rgba(255,255,255,.55);
    font-weight: 600;
}
.hero2026__sep { width: 1px; height: 30px; background: rgba(255,255,255,.16); }

/* Floating spec card (echoes the real product in the photo) */
.hero2026__spec {
    position: absolute;
    z-index: 3;
    right: clamp(1.25rem, 4vw, 3rem);
    bottom: clamp(1.75rem, 6vw, 4rem);
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: .25rem;
    padding: 1rem 1.4rem 1rem 1.6rem;
    border-radius: 16px;
    background: rgba(8,8,11,.55);
    border: 1px solid rgba(255,255,255,.14);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 44px rgba(0,0,0,.42);
    overflow: hidden;
}
.hero2026__spec::after {
    content: "";
    position: absolute;
    right: 0; top: 14px; bottom: 14px;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, #FF6B00, #E63946);
}
.hero2026__spec-k {
    font-family: 'Inter', sans-serif;
    font-size: .66rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255,255,255,.55);
}
.hero2026__spec-v {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: .98rem;
    color: #fff;
}

/* Scroll cue */
.hero2026__scroll {
    position: absolute;
    left: 50%;
    bottom: 1.4rem;
    transform: translateX(-50%);
    z-index: 3;
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255,255,255,.35);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding-top: 7px;
    transition: border-color .3s ease;
}
.hero2026__scroll span {
    width: 4px;
    height: 8px;
    border-radius: 2px;
    background: #fff;
    animation: hero-scroll 1.8s var(--ease-out) infinite;
}
.hero2026__scroll:hover { border-color: var(--bs-primary); }

/* Responsive Search Pull-Up */
.search-pull-up {
    margin-top: -1rem;
}
@media (min-width: 992px) {
    .search-pull-up {
        margin-top: -5.5rem;
    }
}
@keyframes hero-scroll {
    0%   { opacity: 0; transform: translateY(-4px); }
    40%  { opacity: 1; }
    80%  { opacity: 0; transform: translateY(11px); }
    100% { opacity: 0; }
}

/* Entrance rise (staggered via --i) */
.hero2026 .h2-up {
    animation: h2-rise .85s var(--ease-out) backwards;
    animation-delay: calc(var(--i, 0) * 90ms + 60ms);
}
@keyframes h2-rise {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .hero2026 { min-height: 58vh; }
    .hero2026__photo { object-position: 66% 48%; }
    .hero2026__scrim {
        background:
            linear-gradient(105deg, #08080B 0%, rgba(8,8,11,.86) 42%, rgba(8,8,11,.45) 72%, rgba(8,8,11,.35) 100%),
            linear-gradient(0deg, rgba(8,8,11,.82) 0%, transparent 42%);
    }
    .hero2026__spec { padding: .85rem 1.15rem .85rem 1.3rem; }
}

@media (max-width: 768px) {
    .hero2026 { min-height: 0; }
    .hero2026__photo { object-position: 64% 42%; }
    .hero2026__scrim {
        background:
            linear-gradient(180deg, rgba(8,8,11,.55) 0%, rgba(8,8,11,.30) 35%, rgba(8,8,11,.78) 78%, #08080B 100%);
    }
    .hero2026__inner { padding: 4.5rem 1.5rem 5rem; }
    .hero2026__content { max-width: 600px; }
    .hero2026__spec {
        right: 50%;
        transform: translateX(50%);
        bottom: 4.6rem;
        text-align: center;
    }
    .hero2026__spec::after { display: none; }
}

@media (max-width: 576px) {
    .hero2026__inner { padding: 4rem 1.25rem 4.5rem; }
    .hero2026__title { font-size: clamp(2.3rem, 11vw, 3.1rem); }
    .hero2026__sub { font-size: 1rem; }
    .hero2026__cta { flex-direction: column; align-items: stretch; width: 100%; }
    .hx-btn { width: 100%; }
    .hero2026__trust { gap: .75rem 1.1rem; }
    .hero2026__sep { height: 22px; }
    .hero2026__spec {
        padding: .7rem 1rem;
        bottom: 4.2rem;
    }
    .hero2026__spec-v { font-size: .88rem; }
}

@media (prefers-reduced-motion: reduce) {
    .hero2026 .h2-up,
    .hero2026__photo { animation: none; }
    .hero2026__scroll span { animation: none; }
    .hx-btn { transition: none; }
}

/* ============================================================
   PREMIUM PRICE MASKING & TOGGLE SYSTEM
   ============================================================ */

/* Wrapper for individual price toggling */
.price-display-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* By default, hide actual price numbers */
.price-value-container {
    display: none !important;
}

/* When globally revealed or individually revealed, show them smoothly */
body.show-all-prices .price-value-container,
.price-display-wrapper.revealed .price-value-container {
    display: inline-flex !important;
    animation: priceFadeIn 0.4s var(--ease-out) forwards;
}

/* Hide the trigger button when price is shown */
body.show-all-prices .price-reveal-trigger,
.price-display-wrapper.revealed .price-reveal-trigger {
    display: none !important;
}

/* Elegant, micro-animated trigger button */
.price-reveal-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--bs-primary);
    background: rgba(255, 107, 0, 0.05);
    border: 1px dashed rgba(255, 107, 0, 0.35);
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition);
    user-select: none;
}
.price-reveal-trigger svg {
    transition: transform 0.3s ease;
}
.price-reveal-trigger:hover {
    background: var(--bs-primary);
    color: #FFF;
    border-style: solid;
    border-color: var(--bs-primary);
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(255, 107, 0, 0.15);
}
.price-reveal-trigger:hover svg {
    transform: scale(1.1);
}

@keyframes priceFadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

/* PD Page specific styling adjustments */
.pdp__price .price-reveal-trigger {
    font-size: 0.85rem;
    padding: 0.5rem 1.1rem;
    border-radius: 10px;
}
.pdp__price .price-value-container {
    display: none !important;
}
body.show-all-prices .pdp__price .price-value-container,
.pdp__price .price-display-wrapper.revealed .price-value-container {
    display: inline-flex !important;
    align-items: baseline;
    gap: 0.75rem;
}
.pdp__price .price-value-container b {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text-dark);
}
.pdp__price .price-value-container s {
    font-size: 1.15rem;
    color: var(--text-muted);
}
.pdp__price .price-value-container .save {
    font-size: 0.75rem;
    background: rgba(230,57,70,0.08);
    color: var(--bs-secondary);
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

/* Global Price Switch in Topbar */
.price-toggle-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    vertical-align: middle;
}
.price-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.price-toggle-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 34px;
    transition: var(--transition);
}
.price-toggle-slider::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color: #FFF;
    border-radius: 50%;
    transition: var(--transition);
}
.price-toggle-switch input:checked + .price-toggle-slider {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
.price-toggle-switch input:checked + .price-toggle-slider::before {
    transform: translateX(16px);
}
.price-toggle-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
}
.price-toggle-label:hover {
    color: #FFF;
}

/* ============================================================
   SINGLE PRODUCT PAGE (PDP) PREMIUM LAYOUT
   ============================================================ */

/* Breadcrumbs navigation style */
.crumb {
    padding: 1.5rem 0;
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
}
.crumb a {
    color: var(--text-soft);
    text-decoration: none;
    transition: var(--transition);
}
.crumb a:hover {
    color: var(--bs-primary);
}
.crumb span {
    margin: 0 0.5rem;
    color: var(--text-muted);
    opacity: 0.7;
}

/* Main Grid */
.pdp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    margin-bottom: 4rem;
    align-items: start;
}

/* Gallery styling */
.pdp__gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.pdp__main {
    background: var(--bg-light);
    border: var(--line);
    border-radius: var(--r-lg);
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    aspect-ratio: 1;
    box-shadow: var(--sh-sm);
    transition: var(--transition);
}
.pdp__main:hover {
    box-shadow: var(--sh-md);
    border-color: rgba(255, 107, 0, 0.2);
}
.pdp__main img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform 0.5s var(--ease-out);
}
.pdp__main:hover img {
    transform: scale(1.05);
}

/* Thumbnails */
.pdp__thumbs {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.pdp__thumbs button {
    width: 76px;
    height: 76px;
    border-radius: var(--r-sm);
    border: 2px solid transparent;
    background: var(--bg-light);
    padding: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    transition: var(--transition);
}
.pdp__thumbs button img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.pdp__thumbs button.active,
.pdp__thumbs button:hover {
    border-color: var(--bs-primary);
    background: #FFF;
    box-shadow: var(--sh-sm);
}

/* Info and details panel */
.pdp__info {
    display: flex;
    flex-direction: column;
}
.pdp__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
}
.pdp__meta .tag {
    background: var(--bg-light);
    color: var(--text-soft);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    border: var(--line);
}
.pdp__meta .tag--brand {
    background: rgba(255, 107, 0, 0.08);
    color: var(--bs-primary);
    border-color: rgba(255, 107, 0, 0.15);
}
.pdp__info h1 {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--text-dark);
}
.pdp__info p {
    color: var(--text-soft);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* PDP Price block */
.pdp__price {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 2rem;
    padding: 1.25rem 0;
    border-top: var(--line);
    border-bottom: var(--line);
}

/* Buy panel */
.pdp__buy {
    background: var(--bg-light);
    border: var(--line);
    border-radius: var(--r-md);
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: var(--sh-sm);
}
.pdp__buy p {
    margin-bottom: 0.5rem;
}

/* Button WA styling */
.btn--wa-solid {
    background: #25D366;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
    border: none;
    transition: var(--transition);
}
.btn--wa-solid:hover {
    background: #20BA5A;
    color: #FFF;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4);
}
.btn--ghost {
    background: transparent;
    color: var(--text-soft);
    border: 1px solid var(--text-muted);
}
.btn--ghost:hover {
    background: rgba(0,0,0,0.03);
    color: var(--text-dark);
    border-color: var(--text-dark);
}
.btn--block {
    display: flex;
    width: 100%;
    justify-content: center;
}

/* Assure / Trust elements */
.pdp__assure {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 0.5rem;
}
.pdp__assure .assure {
    background: #FFF;
    border: var(--line);
    border-radius: var(--r-sm);
    padding: 0.75rem;
    text-align: center;
    font-size: 0.78rem;
    color: var(--text-muted);
    transition: var(--transition);
}
.pdp__assure .assure:hover {
    border-color: rgba(255, 107, 0, 0.2);
    box-shadow: var(--sh-sm);
    transform: translateY(-2px);
}
.pdp__assure .assure b {
    display: block;
    color: var(--text-dark);
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.15rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .pdp {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .pdp__main {
        padding: 2rem;
    }
}
@media (max-width: 576px) {
    .pdp__info h1 {
        font-size: 1.75rem;
    }
    .pdp__assure {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    .pdp__thumbs button {
        width: 64px;
        height: 64px;
    }
}

/* ============================================================
   PREMIUM SHOP CATALOG & GRID SYSTEM
   ============================================================ */

/* Layout wrapper */
.shop-wrap {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2.5rem;
    align-items: start;
    margin-top: 1rem;
}

/* Sidebar filter card */
aside {
    position: sticky;
    top: 100px;
    z-index: 10;
}

.filters {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: var(--r-md);
    padding: 1.75rem;
    box-shadow: var(--sh-sm);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.filters h4 {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-dark);
    margin: 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.filters input[type="text"] {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: var(--r-sm);
    border: 1px solid rgba(0,0,0,0.08);
    background: var(--bg-light);
    font-size: 0.9rem;
    transition: var(--transition);
}

.filters input[type="text"]:focus {
    border-color: var(--bs-primary);
    background: #FFF;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.1);
}

.filters label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.88rem;
    color: var(--text-soft);
    cursor: pointer;
    user-select: none;
    margin: 0;
    transition: color 0.2s ease;
}

.filters label:hover {
    color: var(--bs-primary);
}

.filters input[type="radio"] {
    accent-color: var(--bs-primary);
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.filters select {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: var(--r-sm);
    border: 1px solid rgba(0,0,0,0.08);
    background: var(--bg-light);
    color: var(--text-soft);
    font-size: 0.88rem;
    cursor: pointer;
    transition: var(--transition);
}

.filters select:focus {
    border-color: var(--bs-primary);
    background: #FFF;
    outline: none;
}

/* Shop Toolbar */
.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: var(--bg-light);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: var(--r-md);
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.shop-toolbar .count {
    font-size: 0.9rem;
    color: var(--text-soft);
}

.shop-toolbar .count b {
    color: var(--text-dark);
    font-weight: 700;
}

.chip {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 107, 0, 0.08);
    color: var(--bs-primary);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    border-radius: 99px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border: 1px solid rgba(255, 107, 0, 0.15);
}

/* Product Grid */
.prod-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3.5rem;
}

.prod-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

/* Pager / Pagination */
.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 3rem 0;
}

.pager a, .pager span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    transition: var(--transition);
}

.pager a {
    background: var(--bg-light);
    color: var(--text-soft);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.pager a:hover {
    background: var(--bs-primary);
    color: #FFFFFF;
    border-color: var(--bs-primary);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 0, 0.25);
}

.pager .current {
    background: var(--bs-primary);
    color: #FFFFFF;
    box-shadow: 0 5px 15px rgba(255, 107, 0, 0.3);
}

/* Empty State / Aucun Produit */
.empty {
    text-align: center;
    padding: 5rem 2rem;
    background: #FFFFFF;
    border: 1px dashed rgba(0, 0, 0, 0.08);
    border-radius: var(--r-lg);
    box-shadow: var(--sh-sm);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 2rem auto;
}

.empty::before {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
    background: currentColor;
    color: var(--bs-primary);
    opacity: 0.9;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='m15 9-6 6'/><path d='m9 9 6 6'/></svg>") center/contain no-repeat;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='m15 9-6 6'/><path d='m9 9 6 6'/></svg>") center/contain no-repeat;
}

.empty b {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

.empty p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    max-width: 320px;
    line-height: 1.6;
}

.empty .btn {
    padding: 0.8rem 2rem;
    border-radius: var(--r-sm);
    font-size: 0.88rem;
}

/* ============================================================
   SHOP RESPONSIVE DESIGN
   ============================================================ */
@media (max-width: 1024px) {
    .shop-wrap {
        grid-template-columns: 240px 1fr;
        gap: 1.75rem;
    }
    .prod-grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .shop-wrap {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .prod-grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }
    aside {
        position: static;
    }
}

@media (max-width: 576px) {
    .prod-grid--3 {
        grid-template-columns: 1fr;
    }
    .shop-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* === MOBILE OVERRIDES (MUST BE AT THE END) === */
html, body {
    overflow-x: hidden;
    width: 100%;
}
@media (max-width: 991px) {
    .hero2026 {
        align-items: flex-start !important;
        padding-top: 3rem !important;
        padding-bottom: 6rem !important;
        min-height: auto !important;
    }
    .hero2026__spec {
        display: flex !important;
        bottom: 5rem !important; /* Push it up to avoid overlapping the search bar completely */
        right: 1rem !important;
        transform: scale(0.85); /* Slightly smaller on mobile */
        transform-origin: bottom right;
    }
    .search-pull-up {
        margin-top: -2rem !important; /* "tal3 barre d recherche chwiya" */
    }
}
@media (max-width: 575.98px) {
    /* 2x2 Grid for tabs "pneu jantes et taht battrier piece auto" */
    .search-tabs-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem !important;
    }
    .search-tabs-grid button {
        width: 100%;
        justify-content: center;
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
        font-size: 0.85rem !important; /* ensure text fits */
    }
}
