/* Polices chargées via <link> dans site-assets.php (évite @import bloquant) */

:root {
    --bg: #070708;
    --bg-secondary: #0e0e10;
    --bg-card: #121214;
    --bg-elevated: #18181c;
    --header-bg: #101012;
    --header-bg-panel: #16161a;
    --header-border: rgba(255, 255, 255, 0.08);
    --text: #f7f7f8;
    --text-secondary: #c8c8ce;
    --text-muted: #8b8b96;
    --text-dark: #111111;
    --text-muted-light: #666666;
    --primary: #e81f05;
    --primary-hover: #ff3b1f;
    --primary-dark: #c41804;
    --primary-soft: rgba(232, 31, 5, 0.14);
    --border: rgba(255, 255, 255, 0.08);
    --border-light: #e8e8e8;
    --border-red: rgba(232, 31, 5, 0.45);
    --product-bg: #ffffff;
    --whatsapp: #25d366;
    --radius: 8px;
    --radius-sm: 6px;
    --radius-lg: 12px;
    --radius-pill: 8px;
    --header-sticky-height: 6.85rem;
    --page-gutter: clamp(1.1rem, 3.2vw, 3.5rem);
    --content-max: 1380px;
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-zoom: cubic-bezier(0.25, 0.8, 0.25, 1);
    --hover-zoom: 1.03;
    --shadow-soft: none;
    --catalogue-bg: #f6f6f7;
    --catalogue-surface: #ffffff;
    --catalogue-muted: #f0f0f2;
    --catalogue-border: #e4e4e8;
    --catalogue-text: #121214;
    --catalogue-text-muted: #6a6a72;
    --font-display: 'Roboto', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --z-header: 400;
    --z-mega-backdrop: 700;
    --z-mega-drawer: 720;
    --z-filters-backdrop: 730;
    --z-filters-drawer: 740;
    --z-chat: 600;
    --z-cookie: 9990;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
    scroll-behavior: smooth;
    max-width: 100%;
    /* clip évite le scroll horizontal SANS casser position:sticky (contrairement à hidden) */
    overflow-x: clip;
}

body {
    font-family: var(--font-body);
    background:
        radial-gradient(1200px 500px at 80% -10%, rgba(232, 31, 5, 0.08), transparent 55%),
        radial-gradient(900px 420px at 0% 20%, rgba(255, 255, 255, 0.03), transparent 50%),
        var(--bg);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: clip;
    max-width: 100%;
}

h1, h2, h3, h4,
.section-head h2,
.section-header h2,
.hero-video h1,
.hero-video-fallback h1,
.featured-card-body h3,
.product-card h3,
.category-hero-content h1,
.mega-panel-title h2 {
    font-family: var(--font-display);
    letter-spacing: -0.02em;
}

.btn,
.btn-outline-filter,
.btn-card,
.btn-whatsapp,
.btn-outline-light,
.filter-input,
.filter-option,
.filters-panel,
.pagination a,
.newsletter-form input,
.newsletter-form button,
.footer-social-icon,
.product-card,
.product-card-minimal,
.featured-card,
.mega-panel,
.mega-sub-link,
.header-search input,
.header-search button,
.header-icon-btn,
.services-grid article,
.catalog-notice,
.page-content-body,
.brand-block,
.category-block,
.blog-video-card,
.trust-item,
.section-muted,
.section-light,
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
    border-radius: var(--radius);
}

.product-card,
.product-card-minimal {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: var(--content-max);
    margin: 0 auto;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
}

a { color: var(--primary); text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--primary-dark); }

/* Contraste : texte blanc sur fonds sombres / rouges (hors fond blanc) */
.btn-primary,
.btn-primary:hover,
.btn-card,
.btn-card:hover,
.header-search button,
.header-search button:hover,
.top-bar,
.top-bar p,
.top-bar a,
.top-bar span,
.top-bar-promo,
.lang-switch a,
.lang-switch span,
.top-bar-link,
.top-bar-social-icon,
.mega-nav-trigger,
.mega-nav-link,
.mega-panel,
.mega-panel h2,
.mega-panel-kicker,
.mega-sub-link,
.mega-sub-link span,
.mega-sub-link:hover,
.btn-outline-light,
.btn-outline-light:hover,
.site-footer,
.site-footer h3,
.site-footer p,
.site-footer a,
.site-footer a:hover,
.footer-bottom,
.footer-bottom a,
.footer-bottom p,
.section-dark,
.section-dark h2,
.section-dark h3,
.section-dark p,
.section-dark .section-label,
.section-dark .section-sub,
.section-dark a:not(.btn),
.trust-band,
.trust-band h3,
.trust-band p,
.trust-item a,
.trust-item a:hover,
.category-hero,
.category-hero h1,
.category-hero-label,
.category-hero-desc,
.category-hero-meta,
.hero-video-caption,
.hero-video-caption h1,
.hero-video-caption .btn-primary,
.hero-kicker,
.hero-video-fallback,
.hero-video-fallback h1,
.hero-video-fallback p,
.chat-bar,
.chat-bar-label,
.chat-panel-head,
.chat-panel-head strong,
.chat-panel-head span,
.chat-panel-minimize,
.chat-panel-minimize:hover,
.chat-bubble--user,
.chat-form button,
.skip-link,
.skip-link:focus {
    color: #ffffff !important;
}

.logo-mark {
    color: #ffffff;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 9999;
    padding: 0.5rem 1rem;
    background: var(--primary);
    color: white;
}

.skip-link:focus { left: 1rem; top: 1rem; }

/* Header — pleine largeur écran */
.site-header {
    position: relative;
    z-index: var(--z-header);
    width: 100%;
}

.top-bar {
    background: #333333;
    color: #fff;
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    line-height: 1.3;
    width: 100%;
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 28px;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.top-bar-promo {
    flex: 1;
    margin: 0;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-bar-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.top-bar-social {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.top-bar-social a { color: #fff; display: inline-flex; }
.top-bar-social a:hover { opacity: 0.85; }

.header-sticky {
    position: sticky;
    top: 0;
    z-index: var(--z-header);
    width: 100%;
    max-width: none;
    background: #ffffff;
    color: inherit;
    box-shadow: none;
    border-bottom: none;
}

.header-main {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    color: #1f2937;
}

.header-main,
.header-main a:not(.btn-primary):not(.btn-card):not(.header-search button),
.header-main .logo,
.header-main .header-nav a {
    color: #1f2937 !important;
}

.header-main a:not(.btn-primary):not(.btn-card):hover,
.header-main .header-nav a:hover {
    color: var(--primary) !important;
}

.header-main .header-search input {
    color: #1f2937 !important;
}

.header-main .header-icon-btn {
    color: #1f2937 !important;
    border-color: #d1d5db;
}

.header-main > .container,
.header-main-inner.container,
.top-bar > .container {
    max-width: var(--content-max);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header-main-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(0.85rem, 2vw, 1.75rem);
    padding: 0.95rem 0;
    min-height: 72px;
}

.header-main-inner .logo { flex: 0 0 auto; }
.header-main-inner .header-nav { flex: 1 1 auto; }
.header-main-inner .header-search,
.header-main-inner .header-search-wrap {
    flex: 1 1 220px;
    max-width: 420px;
    margin-left: auto;
}
.header-main-inner .header-actions { margin-left: 0.75rem; }

.header-main-inner.no-search .header-nav {
    flex: 1 1 auto;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-shrink: 0;
}

.header-nav a {
    color: #1f2937;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    position: relative;
    padding: 0.35rem 0;
}

.header-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.28s var(--ease-out);
}

.header-nav a:hover::after {
    transform: scaleX(1);
}

.header-nav a:hover { color: var(--primary); opacity: 1; text-decoration: none; }

.site-header-dark {
    background: var(--header-bg);
    border-bottom: 1px solid var(--header-border);
}

.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: #111827;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

.logo:hover { color: #111827; text-decoration: none; }

.logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--primary);
    color: white;
    font-size: 0.85rem;
    font-weight: 800;
}

.header-search {
    justify-self: end;
    width: 100%;
    max-width: 420px;
    display: flex;
    gap: 0;
}

.header-search-wrap {
    position: relative;
    justify-self: end;
    width: 100%;
    max-width: 420px;
}

.header-search-wrap .header-search {
    max-width: none;
}

.header-search-suggest {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    right: 0;
    z-index: 80;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius);
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.12);
    overflow: hidden;
    max-height: min(70vh, 420px);
    overflow-y: auto;
}

.header-search-suggest-item {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding: 0.65rem 0.85rem;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #f3f4f6;
}

.header-search-suggest-item:hover {
    background: #f9fafb;
    text-decoration: none;
}

.header-search-suggest-media {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: calc(var(--radius) - 2px);
    overflow: hidden;
    background: #f3f4f6;
    display: grid;
    place-items: center;
}

.header-search-suggest-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-search-suggest-ph {
    font-size: 0.7rem;
    font-weight: 700;
    color: #9ca3af;
}

.header-search-suggest-copy {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
}

.header-search-suggest-brand {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
}

.header-search-suggest-copy strong {
    font-size: 0.88rem;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-search-suggest-price {
    font-size: 0.8rem;
    color: #4b5563;
}

.header-search-suggest-empty {
    margin: 0;
    padding: 0.9rem 1rem;
    color: #6b7280;
    font-size: 0.88rem;
}

.header-search-suggest-all {
    display: block;
    padding: 0.75rem 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    background: #fafafa;
}

.header-search-suggest-all:hover {
    background: #f3f4f6;
    text-decoration: none;
}

.header-menu-btn,
.header-search-toggle,
.header-mobile-search {
    display: none;
}

.header-search input {
    flex: 1;
    padding: 0.78rem 1.05rem;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-right: none;
    border-radius: var(--radius) 0 0 var(--radius);
    color: #111827;
    font-family: inherit;
    font-size: 0.9rem;
    transition: border-color 0.2s, background 0.2s;
}

.header-search input::placeholder { color: #6b7280; }
.header-search input:focus {
    outline: none;
    border-color: rgba(232, 31, 5, 0.55);
    background: #ffffff;
}

.header-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    padding: 0;
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 0 var(--radius) var(--radius) 0;
    color: white;
    cursor: pointer;
    transition: background 0.15s;
    flex-shrink: 0;
}

.header-search button:hover { background: var(--primary-hover); }

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.header-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: transparent;
    border: 1px solid #d1d5db;
    color: #111827;
    cursor: pointer;
    transition: border-color 0.15s, opacity 0.15s, color 0.15s;
}

.header-icon-btn:hover { border-color: var(--primary); color: var(--primary); opacity: 1; }

.header-cart-btn {
    position: relative;
    text-decoration: none;
    border-radius: var(--radius);
}

.header-cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 1.15rem;
    height: 1.15rem;
    padding: 0 0.28rem;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1.15rem;
    text-align: center;
    box-shadow: 0 0 0 2px #fff;
}

.header-cart-btn.has-items {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-whatsapp {
    background: var(--whatsapp);
    color: white;
    padding: 0.55rem 1rem;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.btn-whatsapp:hover {
    opacity: 0.9;
    color: white;
    text-decoration: none;
    transform: scale(var(--hover-zoom));
    box-shadow: none;
}

.header-logo-img {
    width: 148px;
    height: auto;
    display: block;
}

.top-bar-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
}

.top-bar-social-icon:hover {
    opacity: 0.85;
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    background: transparent;
}

.btn-outline-light:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
}

.mega-sub-link.is-active {
    border-left-color: var(--primary);
    background: rgba(242, 31, 3, 0.12);
}

/* Mega menu */
.mega-nav {
    position: relative;
    width: 100%;
    background: rgba(10, 10, 12, 0.98);
    border-top: 1px solid var(--header-border);
}

.mega-nav-list {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 var(--page-gutter);
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.mega-nav-item {
    flex: 1 0 auto;
    min-width: max-content;
}

.mega-nav-trigger,
.mega-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 0.85rem 0.75rem;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-decoration: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
    text-align: center;
}

.mega-nav-trigger span {
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
    min-width: max-content;
}

.mega-nav-trigger:hover,
.mega-nav-link:hover,
.mega-nav-item.is-active .mega-nav-trigger {
    color: #fff;
    border-bottom-color: var(--primary);
    background: rgba(242, 31, 3, 0.08);
    text-decoration: none;
}

.mega-backdrop {
    position: fixed;
    inset: 0;
    /* Sous le header (400) : sinon le voile capture le hover et le menu clignote. */
    z-index: calc(var(--z-header) - 10);
    background: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    pointer-events: auto;
}

.mega-stage {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 260;
    background: var(--header-bg-panel);
    color: #ffffff;
    border-top: 2px solid var(--primary);
    border-bottom: 1px solid var(--header-border);
}

/* Chrome menu mobile — jamais visible hors tiroir mobile */
.mega-mobile-chrome {
    display: none !important;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
    border: none !important;
}
.mega-nav-chevron { display: none !important; }
.mega-menu-toggle-close { display: none !important; }

body.mega-drawer-open .mega-menu-toggle-open { display: none !important; }
body.mega-drawer-open .mega-menu-toggle-close { display: block !important; }

@media (min-width: 901px) {
    .mega-mobile-chrome {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        pointer-events: none !important;
    }

    .mega-nav-chevron {
        display: none !important;
    }
}

.mega-panel {
    padding: 1.75rem 0 2rem;
}

.mega-panel[hidden] {
    display: none !important;
}

/* Animation uniquement à l’ouverture du stage, pas à chaque changement de catégorie */
.mega-stage.is-animating .mega-panel.is-active {
    animation: megaFadeIn 0.16s ease;
}

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

.mega-panel-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid var(--header-border);
}

.mega-panel-kicker {
    display: block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.35rem;
}

.mega-panel-title h2 {
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #ffffff;
}

.mega-subgrid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0;
}

.mega-sub-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
    color: #ffffff;
    font-size: 0.88rem;
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: opacity 0.15s, border-color 0.15s, background 0.15s;
}

.mega-sub-link svg {
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.15s, transform 0.15s;
    color: #ffffff;
}

.mega-sub-link:hover {
    color: #ffffff;
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.06);
    border-left-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.mega-sub-link:hover svg {
    opacity: 1;
    transform: translateX(0);
}

.mega-sub-link span {
    line-height: 1.35;
}

/* Texte blanc sur fonds rouges / gris-noir du header promo & footer */
.top-bar,
.top-bar a,
.top-bar .lang-active,
.site-footer a,
.footer-bottom,
.footer-bottom a {
    color: #ffffff;
}

.header-main a:not(.btn-primary):not(.btn-card) {
    color: #1f2937;
}

.header-main a:not(.btn-primary):not(.btn-card):hover {
    color: var(--primary);
}

.btn-primary,
.header-search button,
.top-bar .btn-primary {
    color: #ffffff;
}

.mega-nav-trigger,
.mega-nav-link {
    color: #ffffff;
}

/* Hero slider */
.hero {
    position: relative;
    background: var(--bg);
    padding: 2rem 0 3rem;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 40%, rgba(166, 67, 48, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.hero-slider {
    position: relative;
    min-height: 380px;
}

.hero-slide {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    animation: fadeIn 0.5s ease;
}

.hero-slide.is-active { display: grid; }

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

.hero-slide-content { position: relative; z-index: 1; }

.hero-badge {
    display: inline-block;
    background: var(--primary);
    color: white;
    padding: 0.3rem 0.75rem;
    border-radius: var(--radius-pill);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.hero-slide h1 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.hero-slide p {
    font-size: 1rem;
    color: var(--text-secondary);
    max-width: 480px;
    margin-bottom: 1.75rem;
}

.hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-visual img {
    max-width: 100%;
    max-height: 340px;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
}

.hero-visual-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-secondary) 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: var(--border);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.85rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.28s var(--ease-zoom), color 0.28s, border-color 0.28s, transform 0.28s var(--ease-zoom);
    border: 1px solid transparent;
    border-radius: var(--radius);
    cursor: pointer;
    box-shadow: none;
}

.btn:hover {
    text-decoration: none;
    transform: scale(var(--hover-zoom));
    box-shadow: none;
}

.btn-primary {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    box-shadow: none;
}

.btn-primary:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: white;
    box-shadow: none;
}

.btn-sm {
    padding: 0.55rem 1rem;
    font-size: 0.68rem;
}

.btn-outline {
    background: transparent;
    border: 1px solid var(--border-red);
    color: var(--text);
}

.btn-outline:hover {
    border-color: var(--text-dark);
    background: var(--text-dark);
    color: #ffffff;
}

.hero-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.15s, transform 0.15s;
}

.hero-dot.is-active {
    background: var(--primary);
    transform: scale(1.2);
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: rgba(13, 13, 13, 0.8);
    color: var(--text);
    cursor: pointer;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s, color 0.15s;
    z-index: 2;
}

.hero-arrow:hover { border-color: var(--primary); color: var(--primary); }
.hero-arrow-prev { left: 0; }
.hero-arrow-next { right: 0; }

/* Stats bar */
.stats-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
}

.stat-item {
    text-align: center;
    padding: 1rem;
}

.stat-item strong {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-hover);
    line-height: 1;
    margin-bottom: 0.35rem;
}

.stat-item span {
    font-size: 0.78rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Sections */
.section {
    padding: clamp(3.5rem, 7vw, 6.5rem) 0;
}

.section-alt {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.section-header {
    margin-bottom: 2rem;
}

.section-header h2 {
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}

.section-header p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.section-header .line {
    width: 48px;
    height: 3px;
    background: var(--primary);
    margin-top: 0.75rem;
}

.lead {
    font-size: 1.05rem;
    color: var(--text-secondary);
    max-width: 720px;
    line-height: 1.7;
}

/* Category grid */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}

.category-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem 1rem;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.category-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.category-card-link:hover {
    border-color: var(--border-red);
    text-decoration: none;
    color: inherit;
}

.category-card-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    display: block;
}

.category-card-thumb {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin: 0 auto 0.75rem;
    display: block;
}

.category-card h3 {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.3;
}

.category-card .count {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.72rem;
    color: var(--text-muted);
}

/* Product cards */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}

.product-card {
    background: var(--product-bg);
    overflow: hidden;
    transition: opacity 0.2s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    opacity: 0.92;
}

.product-card-image {
    aspect-ratio: 1;
    background: var(--product-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
}

.product-card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.product-card-body h3,
.product-card-body h2 {
    font-size: 0.88rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.35;
    color: var(--text-dark);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-card-body h3 a,
.product-card-body h2 a {
    color: inherit;
    text-decoration: none;
}

.product-card-footer {
    margin-top: auto;
    padding-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.product-price-block {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.55rem;
}

.product-placeholder {
    color: var(--text-muted);
    font-size: 2rem;
}

.product-cat-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 0.35rem;
}

.btn-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0;
    padding: 0.55rem 0.75rem;
    font-size: 0.72rem;
    background: var(--primary);
    color: white;
    border-radius: var(--radius);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.btn-card:hover { color: white; background: var(--primary-hover); text-decoration: none; }

.product-card-actions {
    display: flex;
    align-items: stretch;
    gap: 0.45rem;
}

.btn-cart-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.45rem;
    height: 2.45rem;
    min-width: 2.45rem;
    margin: 0;
    padding: 0;
    border: 1px solid #d1d5db;
    border-radius: var(--radius);
    background: #fff;
    color: #111827;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.btn-cart-add:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-cart-add.is-added {
    border-color: #15803d;
    color: #15803d;
    background: #f0fdf4;
}

.btn-cart-add-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    line-height: 0;
    flex-shrink: 0;
}

.btn-cart-ico-plus,
.btn-cart-ico-bag {
    display: block;
    flex-shrink: 0;
}

/* Catalogue page — fond clair, sans contours */
body.page-catalogue {
    background: #ffffff;
    color: var(--text-dark);
}

body.page-catalogue a {
    color: var(--primary);
}

body.page-catalogue a:hover {
    color: var(--primary-dark);
}

.page-catalogue .catalogue-main {
    padding: 2.5rem 0 4rem;
    background: #ffffff;
}

.page-catalogue .catalogue-header h1 {
    color: var(--text-dark);
}

.page-catalogue .catalogue-meta {
    color: var(--text-muted-light);
}

.page-catalogue .catalogue-filters {
    position: sticky;
    top: var(--header-sticky-height);
    background: transparent;
    border: none;
    padding: 0;
}

.page-catalogue .filter-label {
    color: var(--catalogue-text-muted);
}

.page-catalogue .filter-input {
    background: #f7f7f9;
    border: 1px solid #ebebef;
    color: var(--catalogue-text);
}

.page-catalogue .filter-input:focus {
    outline: none;
    border-color: #cfcfd6;
    background: #ffffff;
}

.page-catalogue .filter-check {
    color: var(--catalogue-text-muted);
}

.page-catalogue .btn-outline-filter {
    border: 1px solid #ebebef;
    background: #ffffff;
    color: var(--catalogue-text-muted);
}

.page-catalogue .btn-outline-filter:hover {
    background: #f7f7f9;
    color: var(--catalogue-text);
    border-color: #cfcfd6;
}

.page-catalogue .catalogue-empty {
    border: none;
    color: var(--text-muted-light);
}

.page-catalogue .pagination {
    display: flex;
    gap: 0.35rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.pagination a {
    border: none;
    background: #f4f4f4;
    color: var(--text-muted-light);
}

.page-catalogue .product-card,
.page-catalogue .product-card-image {
    background: #ffffff;
}

.page-catalogue .product-card-body h2 {
    color: var(--text-dark);
}

.page-catalogue .product-brand,
.page-catalogue .product-cat-label {
    color: var(--text-muted-light);
}

.page-catalogue .product-price {
    color: #111827;
}

/* Catalogue layout */
.catalogue-main { padding: 2.5rem 0 4rem; }

.catalogue-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 2rem;
    align-items: start;
}

@media (max-width: 900px) {
    .catalogue-layout { grid-template-columns: 1fr; }
}

.catalogue-filters {
    position: sticky;
    top: var(--header-sticky-height);
    background: transparent;
    border: none;
    padding: 0;
}

.filters-panel {
    background: #ffffff;
    border: 1px solid #ebebef;
    border-radius: var(--radius);
    padding: 1.15rem 1.1rem 1.25rem;
}

.filters-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0 0 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #f0f0f3;
}

.filters-panel-head-text {
    min-width: 0;
    flex: 1;
}

.filters-panel-head-actions {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
}

.btn-filter-head {
    padding: 0.5rem 0.85rem;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.filters-close-btn {
    display: inline-flex;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: var(--radius-sm);
    background: #e8e8ec;
    color: #5c5c66;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.filters-close-btn:hover {
    background: #dedee4;
    color: #2f2f36;
}

.filter-search-wrap {
    position: relative;
    z-index: 3;
}

.filter-search-wrap .header-search-suggest {
    z-index: 12;
}

.filters-panel-head h2 {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--catalogue-text);
}

@media (min-width: 901px) {
    .catalogue-filters .filters-panel {
        max-height: calc(100vh - var(--header-sticky-height) - 2.5rem);
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
    }

    .catalogue-filters .filters-panel-head {
        position: sticky;
        top: 0;
        z-index: 2;
        margin: -1.15rem -1.1rem 1rem;
        padding: 1.15rem 1.1rem 0.85rem;
        background: #fff;
        border-bottom: 1px solid #f0f0f3;
    }

    .catalogue-filters .filters-panel-head-actions .btn-filter-head {
        min-height: 36px;
    }
}

.filters-open-btn {
    display: none;
}

.filters-drawer-backdrop {
    display: none;
}

.filters-panel-context {
    margin: 0.35rem 0 0;
    font-size: 0.8rem;
    color: var(--catalogue-text-muted);
}

.filters-form {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.filter-block {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    border: none;
    min-width: 0;
}

.filter-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--catalogue-text-muted);
}

.filter-input {
    width: 100%;
    padding: 0.62rem 0.75rem;
    background: #f7f7f9;
    border: 1px solid #ebebef;
    border-radius: var(--radius-sm);
    color: var(--catalogue-text);
    font-size: 0.88rem;
    font-family: inherit;
    transition: border-color 0.2s, background 0.2s;
}

.filter-input:focus {
    outline: none;
    border-color: #cfcfd6;
    background: #ffffff;
}

.filter-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.filter-hint {
    font-size: 0.72rem;
    color: var(--catalogue-text-muted);
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    max-height: 220px;
    overflow: auto;
    padding-right: 0.15rem;
}

.filter-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    padding: 0.5rem 0.6rem;
    background: #f7f7f9;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.filter-option:hover {
    background: #f0f0f3;
    border-color: #ebebef;
}

.filter-option:has(input:checked) {
    background: #ffffff;
    border-color: #dedee4;
}

.filter-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.filter-option-mark {
    width: 16px;
    height: 16px;
    border: 1.5px solid #c8c8ce;
    border-radius: 4px;
    flex-shrink: 0;
    background: #fff;
    position: relative;
}

.filter-option input[type="radio"] ~ .filter-option-mark {
    border-radius: 50%;
}

.filter-option input[type="checkbox"] ~ .filter-option-mark {
    border-radius: 4px;
}

.filter-option:has(input:checked) .filter-option-mark {
    border-color: var(--primary);
    background: var(--primary);
}

.filter-option:has(input[type="radio"]:checked) .filter-option-mark::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: #fff;
    border-radius: 50%;
}

.filter-option:has(input[type="checkbox"]:checked) .filter-option-mark::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}

.filter-option-text {
    flex: 1;
    min-width: 0;
    font-size: 0.84rem;
    color: var(--catalogue-text);
    line-height: 1.3;
}

.filter-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.15rem;
    padding-top: 0.85rem;
    border-top: 1px solid #f0f0f3;
}

.filters-toolbar {
    display: contents;
}

.btn-outline-filter {
    display: block;
    text-align: center;
    padding: 0.58rem;
    border: 1px solid #ebebef;
    border-radius: var(--radius-sm);
    background: #ffffff;
    color: var(--catalogue-text-muted);
    font-size: 0.84rem;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.btn-outline-filter:hover {
    border-color: #cfcfd6;
    color: var(--catalogue-text);
    background: #f7f7f9;
    text-decoration: none;
}

.product-brand {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-bottom: 0.25rem;
}

.product-cat-label {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin: 0.25rem 0 0.5rem;
}

.product-badge-sale,
.product-badge-discount {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    left: auto;
    z-index: 2;
    background: var(--primary);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.22rem 0.48rem;
    border-radius: var(--radius);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.product-badge-soon,
.product-badge-out {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    z-index: 3;
    max-width: calc(100% - 1.5rem);
    transform: translate(-50%, -50%);
    background: #111827;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.32rem 0.65rem;
    border-radius: var(--radius);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-align: center;
    box-shadow: none;
}

.product-badge-discount.is-with-soon,
.product-badge-discount.is-with-status {
    top: 0.55rem;
    bottom: auto;
    right: 0.55rem;
    left: auto;
    transform: none;
}

.product-card.is-coming-soon .product-card-image img,
.product-card.is-out-of-stock .product-card-image img,
.product-studio-stage.is-coming-soon img,
.product-studio-stage.is-out-of-stock img {
    opacity: 0.5;
}

.product-card-image { position: relative; }

.catalogue-header { margin-bottom: 2rem; }

.catalogue-header h1 {
    font-size: 1.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.catalogue-meta { color: var(--text-muted); margin-top: 0.35rem; }

.catalogue-empty {
    color: var(--text-muted-light);
    padding: 2rem;
    text-align: center;
}

.pagination {
    display: flex;
    gap: 0.35rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.pagination a {
    padding: 0.45rem 0.75rem;
    border: none;
    background: #f4f4f4;
    color: var(--text-muted-light);
    font-size: 0.85rem;
    text-decoration: none;
}

body.page-catalogue .pagination a.active,
body.page-catalogue .pagination a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
    text-decoration: none;
}

.pagination a.active,
.pagination a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
    text-decoration: none;
}

.catalog-notice a { color: var(--primary-hover); font-weight: 600; }

.product-price {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.product-price-old {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--primary);
    text-decoration: line-through;
    margin-left: 0;
}

.catalog-notice {
    margin-top: 2rem;
    padding: 1rem 1.25rem;
    background: rgba(166, 67, 48, 0.08);
    border: 1px solid var(--border-red);
    border-radius: var(--radius);
    color: var(--text-secondary);
    text-align: center;
    font-size: 0.9rem;
}

/* Services */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.services-grid article {
    padding: 1.75rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--bg-card);
    transition: border-color 0.2s;
}

.services-grid article:hover { border-color: var(--border-red); }

.services-grid h3 {
    margin-bottom: 0.6rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.services-grid p { color: var(--text-muted); font-size: 0.9rem; }

.services-grid .icon {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--primary);
}

/* Brands strip */
.brands-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    opacity: 0.6;
}

.brands-strip span {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Contact */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.contact-list { list-style: none; }
.contact-list li {
    margin-bottom: 0.85rem;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.contact-list strong { color: var(--text); }
.contact-list a { color: var(--primary-hover); }

.contact-cta {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem;
}

.contact-cta h3 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-cta p { color: var(--text-muted); margin-bottom: 1.25rem; }

/* Footer */
.site-footer {
    background:
        radial-gradient(700px 280px at 10% 0%, rgba(232, 31, 5, 0.08), transparent 55%),
        #0a0a0c;
    border-top: 1px solid var(--header-border);
    padding: clamp(3rem, 6vw, 4.5rem) 0 2.5rem;
    color: #ffffff;
    width: 100%;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 2rem;
}

.footer-col h3 {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-col ul { list-style: none; }

.footer-col li,
.footer-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    margin-bottom: 0.55rem;
    line-height: 1.5;
}

.footer-col a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
}

.footer-col a:hover { color: #ffffff; opacity: 0.85; text-decoration: none; }

.logo-footer,
.logo-footer:hover {
    color: #ffffff;
}

.logo-footer { margin-bottom: 1rem; }

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1rem;
}

.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
    transition: background 0.15s;
}

.footer-social-icon:hover {
    background: var(--primary);
    color: #ffffff;
    text-decoration: none;
}

.footer-contact li { margin-bottom: 0.75rem; }

.footer-bottom {
    background: var(--primary);
    color: #fff;
    padding: 0.85rem 0;
}

.footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-bottom p,
.footer-bottom a {
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.footer-bottom a:hover { opacity: 0.85; text-decoration: none; color: #fff; }

/* Page home */
.page-home .home-section { padding: 4rem 0; }

.page-home .product-card,
.page-home .product-card-image,
.page-home .product-card-minimal,
.page-home .product-card-minimal .product-card-image {
    background: var(--product-bg);
}

.page-home .section-muted {
    background: #f8f8f8;
}

.page-home .section-muted .product-card-body h3,
.page-home .section-muted .product-card-body h3 a {
    color: var(--text-dark);
}

.section-light {
    background: #ffffff;
    color: var(--text-dark);
}

.section-light h2,
.section-light h3,
.section-light .section-label { color: var(--text-dark); }

.section-light a:not(.btn) { color: var(--primary); }
.section-light a:not(.btn):hover { color: #000; }

.section-dark { background: var(--bg); }

.section-muted {
    background: #f4f4f4;
    color: var(--text-dark);
}

.section-muted h2,
.section-muted h3,
.section-muted .section-label { color: var(--text-dark); }

.section-head { margin-bottom: clamp(1.75rem, 3vw, 2.75rem); }

.section-label {
    display: block;
    font-family: var(--font-display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 0.65rem;
}

.section-label-dark { color: var(--primary); }

.section-head-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.section-dark .section-label {
    color: rgba(255, 255, 255, 0.65);
}

/* Hero catégorie catalogue */
.category-hero {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--header-bg);
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    border-radius: 0;
}

.category-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.45) 0%,
        rgba(0, 0, 0, 0.55) 50%,
        rgba(0, 0, 0, 0.65) 100%
    );
}

.category-hero.is-fallback {
    background-image:
        linear-gradient(135deg, rgba(242, 31, 3, 0.22) 0%, transparent 55%),
        repeating-linear-gradient(90deg, transparent, transparent 49px, rgba(255, 255, 255, 0.03) 49px, rgba(255, 255, 255, 0.03) 50px);
}

.category-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem 0;
}

.category-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}

.category-hero-label {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0.75rem;
}

.category-hero-content h1 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.08;
    color: #ffffff;
    margin-bottom: 0.75rem;
    max-width: 900px;
}

.category-hero-desc {
    max-width: 560px;
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0.85rem;
}

.category-hero-meta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.75rem;
    padding: 0 0.85rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 768px) {
    .category-hero {
        min-height: 260px;
    }

    .category-hero-inner {
        padding: 2.5rem 0;
    }
}

/* Home — design minimaliste */
body.page-home {
    background: #fafafa;
}

body.page-home .section-light,
body.page-home .section-muted {
    padding: 4.5rem 0;
}

body.page-home .section-dark {
    padding: 4.5rem 0;
}

body.page-home .category-block,
body.page-home .brand-block {
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    box-shadow: none;
    transition: transform 0.32s var(--ease-zoom);
}

body.page-home .category-block:hover,
body.page-home .brand-block:hover {
    transform: scale(var(--hover-zoom));
    box-shadow: none;
}

.section-head h2 {
    font-size: clamp(1.55rem, 3.2vw, 2.35rem);
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.03em;
    line-height: 1.12;
}

.section-sub {
    margin-top: 0.5rem;
    color: var(--text-muted);
    max-width: 520px;
}

.section-cta { margin-top: 2rem; text-align: center; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Hero video — pleine largeur écran */
.hero-video {
    background: #000;
    width: 100%;
    max-width: none;
    margin: 0;
    position: relative;
}

.hero-video-wrap {
    position: relative;
    width: 100%;
    min-height: clamp(420px, 68vh, 820px);
    overflow: hidden;
}

.hero-height-small .hero-video-wrap { min-height: clamp(320px, 48vh, 520px); }
.hero-height-medium .hero-video-wrap { min-height: clamp(420px, 68vh, 820px); }
.hero-height-large .hero-video-wrap { min-height: clamp(520px, 86vh, 960px); }

.hero-video-el {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.hero-image-el {
    position: absolute;
    inset: 0;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
}

.hero-video-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.5rem, 4vw, 4rem) var(--page-gutter);
    background:
        radial-gradient(900px 480px at 70% 20%, rgba(232, 31, 5, 0.18), transparent 60%),
        linear-gradient(135deg, rgba(0, 0, 0, 0.94) 0%, rgba(18, 18, 20, 0.9) 100%);
}

.hero-align-left .hero-video-fallback { justify-content: flex-start; }
.hero-align-center .hero-video-fallback { justify-content: center; }
.hero-align-right .hero-video-fallback { justify-content: flex-end; }

.hero-vertical-top .hero-video-fallback { align-items: flex-start; }
.hero-vertical-center .hero-video-fallback { align-items: center; }
.hero-vertical-bottom .hero-video-fallback { align-items: flex-end; }

.hero-video-fallback-inner,
.hero-video-caption {
    position: relative;
    z-index: 2;
    max-width: min(720px, 92vw);
    padding: 0;
}

.hero-video-caption.container,
.hero-video-fallback-inner.container {
    max-width: min(760px, 100%);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
}

.hero-align-left .hero-video-fallback-inner,
.hero-align-left .hero-video-caption { text-align: left; margin-right: auto; }
.hero-align-center .hero-video-fallback-inner,
.hero-align-center .hero-video-caption { text-align: center; margin-inline: auto; }
.hero-align-right .hero-video-fallback-inner,
.hero-align-right .hero-video-caption { text-align: right; margin-left: auto; }

.hero-align-center .hero-video-fallback-inner p,
.hero-align-center .hero-video-caption p { margin-inline: auto; }

.hero-video-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: clamp(2rem, 6vh, 4.5rem);
    width: 100%;
    max-width: none;
    animation: heroCaptionIn 0.85s var(--ease-out) both;
}

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

.hero-vertical-top .hero-video-caption { top: clamp(2rem, 6vh, 4rem); bottom: auto; }
.hero-vertical-center .hero-video-caption { top: 50%; bottom: auto; transform: translateY(-50%); }
.hero-vertical-center .hero-video-caption { animation: heroCaptionInCenter 0.85s var(--ease-out) both; }
@keyframes heroCaptionInCenter {
    from { opacity: 0; transform: translateY(calc(-50% + 18px)); }
    to { opacity: 1; transform: translateY(-50%); }
}
.hero-vertical-bottom .hero-video-caption { bottom: clamp(2rem, 6vh, 4.5rem); top: auto; transform: none; }

.hero-video-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, calc(var(--hero-overlay, 55) / 85)) 0%,
            rgba(0, 0, 0, calc(var(--hero-overlay, 55) / 220)) 48%,
            rgba(0, 0, 0, calc(var(--hero-overlay, 55) / 180)) 100%
        ),
        radial-gradient(ellipse at 20% 80%, rgba(232, 31, 5, 0.12), transparent 45%);
    pointer-events: none;
}

.hero-kicker {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid rgba(232, 31, 5, 0.65);
}

.hero-video h1,
.hero-video-fallback h1 {
    font-size: clamp(2.1rem, 5.4vw, 4.4rem);
    font-weight: 750;
    text-transform: none;
    letter-spacing: -0.035em;
    line-height: 0.98;
    margin-bottom: 1.15rem;
    text-wrap: balance;
}

.hero-video-fallback p,
.hero-video-caption p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 1.75rem;
    max-width: 34rem;
    font-size: clamp(1rem, 1.35vw, 1.15rem);
    line-height: 1.55;
}

.section-align-center .section-head,
.section-align-center .section-cta { text-align: center; }
.section-align-right .section-head,
.section-align-right .section-cta { text-align: right; }
.section-align-left .section-head,
.section-align-left .section-cta { text-align: left; }

.section-align-center .section-sub { margin-inline: auto; }
.section-align-right .section-sub { margin-left: auto; }

.newsletter-section.section-align-center .newsletter-inner {
    justify-content: center;
    text-align: center;
}
.newsletter-section.section-align-right .newsletter-inner {
    justify-content: flex-end;
    text-align: right;
}

.header-nav-align-center {
    grid-template-columns: auto 1fr auto;
}
.header-nav-align-center .header-nav {
    justify-content: center;
}
.header-nav-align-right .header-nav {
    justify-content: flex-end;
}
.header-nav-align-left .header-nav {
    justify-content: flex-start;
}

.mega-nav-align-start .mega-nav-list {
    justify-content: flex-start;
}
.mega-nav-align-start .mega-nav-item {
    flex: 0 0 auto;
    padding-inline: 0.35rem;
}
.mega-nav-align-center .mega-nav-list {
    justify-content: center;
}
.mega-nav-align-center .mega-nav-item {
    flex: 0 0 auto;
    padding-inline: 0.35rem;
}
.mega-nav-align-stretch .mega-nav-list {
    justify-content: space-between;
}
.mega-nav-align-stretch .mega-nav-item {
    flex: 1 0 auto;
    min-width: max-content;
}

/* Featured products — slider 2 lignes × 2–3 colonnes */
.featured-slider {
    position: relative;
    margin-top: 0.25rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.featured-slider-viewport {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.featured-slider-track {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, minmax(0, auto));
    grid-auto-columns: calc((100% - 2 * 1rem) / 3);
    gap: 1rem;
    width: max-content;
    will-change: transform;
}

.featured-slider[data-animate="1"] .featured-slider-track {
    cursor: grab;
}

.featured-slide-card {
    width: 100%;
    min-width: 0;
    height: 100%;
}

.featured-slide-card .product-card-image {
    aspect-ratio: 1;
    max-height: 200px;
}

.featured-slide-card .product-card-body {
    padding: 0.85rem 0.95rem 1rem;
}

.featured-slide-card .product-card-body h3 {
    font-size: 0.82rem;
    margin-bottom: 0.4rem;
}

.featured-slide-card .btn-card {
    padding: 0.48rem 0.6rem;
    font-size: 0.65rem;
}

.featured-slide-card .btn-cart-add {
    width: 2.2rem;
    height: 2.2rem;
    min-width: 2.2rem;
}

@media (max-width: 900px) {
    .featured-slider-track {
        grid-auto-columns: calc((100% - 1rem) / 2);
    }
}

@media (max-width: 560px) {
    .featured-slider-track {
        grid-template-rows: repeat(2, minmax(0, auto));
        grid-auto-columns: calc((100% - 0.75rem) / 2);
        gap: 0.75rem;
    }
}

/* Cadre produit / article — contour gris très clair */
.product-card-framed,
.product-card,
.product-card-minimal,
.blog-card,
.featured-slide-card {
    background: #ffffff;
    border: 1px solid #ebebef;
    border-radius: var(--radius);
    overflow: hidden;
}

.product-card-framed:hover,
.product-card:hover,
.product-card-minimal:hover,
.blog-card:hover {
    border-color: #dedee4;
}

.page-catalogue .product-card,
.page-home .product-card,
.page-home .product-card-minimal {
    background: #ffffff;
    border: 1px solid #ebebef;
    border-radius: var(--radius);
}

/* Featured products (legacy grid kept for safety) */
.featured-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1rem, 2vw, 1.75rem);
    background: transparent;
    border: none;
}

.featured-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--product-bg);
    min-height: 340px;
    border: 1px solid #ebebef;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: none;
    transition: transform 0.32s var(--ease-zoom), border-color 0.2s;
}

.featured-card:hover {
    transform: scale(var(--hover-zoom));
    box-shadow: none;
    border-color: #dedee4;
}

.featured-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--product-bg);
    padding: 1.5rem;
    text-decoration: none;
}

.featured-card-media img {
    max-width: 100%;
    max-height: 260px;
    object-fit: contain;
}

.featured-card-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-card-body h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0.35rem 0 0.75rem;
    line-height: 1.3;
}

.featured-card-body h3 a {
    color: inherit;
    text-decoration: none;
}

.featured-card-body h3 a:hover { color: var(--primary); }

.featured-card-body p {
    color: #666;
    font-size: 0.88rem;
    margin-bottom: 1.25rem;
}

.featured-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.section-light .product-price { color: #111827; }
.section-light .product-price-old { color: var(--primary); }

/* Blog videos */
.blog-videos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
}

.blog-video-card { background: var(--bg); }

.blog-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
}

.blog-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.blog-video-body {
    padding: 1.25rem 1.5rem 1.5rem;
    border-top: 1px solid var(--border);
}

.blog-video-body h3 {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}

.blog-video-body p {
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* Category & brand blocks */
.category-blocks,
.brand-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 2rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.category-block,
.brand-block {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    min-width: 0;
    max-width: 100%;
    padding: 1.25rem 1rem;
    background: transparent;
    text-decoration: none;
    color: var(--text-dark);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    box-shadow: none;
    overflow: hidden;
    transition: color 0.28s, transform 0.32s var(--ease-zoom);
}

.category-block:hover,
.brand-block:hover {
    color: var(--primary);
    text-decoration: none;
    transform: scale(var(--hover-zoom));
    box-shadow: none;
}

.category-block h3,
.brand-block h3 {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
}

.brand-block--logo {
    background: #fff;
    min-height: 150px;
    padding: 1.25rem 1rem;
}

.brand-logo-img {
    display: block;
    max-height: 110px;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.site-logo-img,
.sidebar-logo-img,
.footer-logo-img,
.mobile-bar-logo-img,
.chat-logo-img {
    display: block;
    height: auto;
    max-width: 100%;
}

.sidebar-logo-img {
    width: 148px;
}

.footer-logo-img {
    width: 160px;
    margin-bottom: 1rem;
}

.mobile-bar-logo-img {
    width: 110px;
}

.chat-logo-img {
    width: 92px;
    filter: brightness(1.05);
}

/* Best sellers compact grid */
.products-grid-compact {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    background: transparent;
    border: none;
}

.product-card-minimal {
    background: var(--product-bg);
    border: none;
    height: 100%;
}

.product-card-minimal .product-card-image {
    background: var(--product-bg);
}

.product-card-minimal .product-card-body h3 {
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0.35rem 0;
}

.product-card-minimal .product-card-body h3 a {
    color: inherit;
    text-decoration: none;
}

.product-card-minimal .product-card-body h3 a:hover { color: var(--primary); }

/* Trust band */
.trust-band {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
        var(--header-bg);
    border-top: 1px solid var(--header-border);
    border-bottom: 1px solid var(--header-border);
    padding: clamp(3rem, 6vw, 4.5rem) 0;
    color: #ffffff;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    background: transparent;
    border: none;
}

.trust-item {
    background: transparent;
    padding: 0.25rem 0;
    border-top: 1px solid transparent;
    transition: border-color 0.25s;
}

.trust-item:hover {
    border-top-color: var(--primary);
}

.trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 0.9rem;
    color: #ffffff;
    opacity: 0.92;
}

.trust-icon svg,
.trust-icon-svg {
    width: 28px;
    height: 28px;
    display: block;
}

.trust-item:hover .trust-icon {
    color: var(--primary);
    opacity: 1;
}

.trust-item h3 {
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.65rem;
    color: #ffffff;
}

.trust-item p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.82rem;
    margin-bottom: 1rem;
    line-height: 1.55;
}

.trust-item a {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    text-decoration: none;
}

.trust-item a:hover { color: #ffffff; opacity: 0.85; text-decoration: none; }

/* Newsletter */
.newsletter-section {
    background: #ffffff;
    color: var(--text-dark);
    padding: 3.5rem 0;
    border-bottom: 1px solid var(--border-light);
}

.newsletter-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.newsletter-copy h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.newsletter-copy p { color: #666; font-size: 0.9rem; }

.newsletter-form {
    display: flex;
    gap: 0;
    border: 1px solid var(--border-light);
}

.newsletter-form input {
    flex: 1;
    padding: 0.85rem 1rem;
    border: none;
    background: #fff;
    font-family: inherit;
    font-size: 0.88rem;
    color: var(--text-dark);
}

.newsletter-form input:focus { outline: 1px solid var(--primary); }

.newsletter-form .btn { white-space: nowrap; }

/* About / contact home */
.home-about .lead {
    color: var(--text-secondary);
    font-size: 0.95rem;
    max-width: 520px;
    line-height: 1.7;
}

.contact-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.contact-block {
    border: 1px solid var(--border);
    padding: 2rem;
    background: var(--bg-secondary);
}

.contact-block h3 {
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1.25rem;
}

.contact-block .contact-list { margin-bottom: 1.5rem; }

.btn-outline {
    background: transparent;
    border: 1px solid var(--text-dark);
    color: var(--text-dark);
}

.btn-outline:hover {
    background: var(--text-dark);
    color: #ffffff !important;
    border-color: var(--text-dark);
}

.section-muted .btn-outline,
.section-light .btn-outline {
    border-color: var(--text-dark);
    color: var(--text-dark);
}

.section-muted .btn-outline:hover,
.section-light .btn-outline:hover {
    background: var(--text-dark);
    color: #ffffff !important;
    border-color: var(--text-dark);
}

/* Static page */
.page-content { padding: 3rem 0 4rem; }

.page-content-header h1 {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 1.5rem;
}

.page-content-body {
    color: var(--text-secondary);
    line-height: 1.75;
    max-width: 780px;
}

.page-content-body p { margin-bottom: 1rem; }
.page-content-body h2 {
    margin: 1.75rem 0 0.75rem;
    font-size: 1.25rem;
    color: var(--text);
}
.page-content-body h3 {
    margin: 1.25rem 0 0.55rem;
    font-size: 1.05rem;
    color: var(--text);
}
.page-content-body a { text-decoration: underline; }
.page-content-body ul { margin: 0 0 1rem 1.2rem; }

/* Cookie banner */
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: var(--z-cookie);
    padding: 1rem var(--page-gutter) calc(1rem + env(safe-area-inset-bottom, 0px));
    background: rgba(10, 10, 12, 0.96);
    border-top: 1px solid var(--header-border);
    backdrop-filter: blur(12px);
}

.cookie-banner[hidden] { display: none !important; }

.cookie-banner-inner {
    max-width: var(--content-max);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
}

.cookie-banner-copy {
    flex: 1 1 280px;
    min-width: 0;
}

.cookie-banner-copy strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1rem;
    margin-bottom: 0.35rem;
    color: #fff;
}

.cookie-banner-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.5;
}

.cookie-banner-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
}

.cookie-banner-link {
    color: #fff;
    font-size: 0.82rem;
    text-decoration: underline;
    margin-left: 0.25rem;
}

.cookie-banner-link:hover { color: #fff; opacity: 0.85; }

@media (max-width: 700px) {
    .cookie-banner-actions { width: 100%; }
    .cookie-banner-actions .btn { flex: 1 1 auto; }
}

/* Mobile */
.mega-menu-toggle { display: none; }

@media (max-width: 1200px) {
    .mega-nav-trigger,
    .mega-nav-link {
        font-size: 0.72rem;
        padding: 0.75rem 0.2rem;
        letter-spacing: 0.02em;
    }
}

@media (max-width: 1024px) {
    .mega-nav-trigger,
    .mega-nav-link { font-size: 0.68rem; padding: 0.7rem 0.15rem; }
    .mega-subgrid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 1.75rem; }
    .featured-card { grid-template-columns: 1fr; min-height: 0; }
    .featured-card-media { min-height: 220px; }
}

@media (max-width: 900px) {
    :root {
        --header-sticky-height: 6.25rem;
        --page-gutter: 1.1rem;
    }

    .header-main-inner {
        display: grid;
        grid-template-columns: 44px 1fr 88px;
        align-items: center;
        gap: 0.5rem;
        min-height: 68px;
        padding: 0.7rem 0;
        position: relative;
    }

    .header-main-inner .header-nav,
    .header-main-inner .header-search-wrap {
        display: none !important;
    }

    .header-menu-btn {
        display: inline-flex !important;
        grid-column: 1;
        justify-self: start;
    }

    .header-main-inner .logo {
        grid-column: 2;
        justify-self: center;
        margin: 0;
    }

    .header-actions {
        display: flex !important;
        grid-column: 3;
        justify-self: end;
        gap: 0.45rem;
        margin-left: 0 !important;
    }

    .header-search-toggle {
        display: inline-flex !important;
    }

    .header-account-btn {
        display: none !important;
    }

    .header-logo-img {
        width: min(148px, 48vw);
    }

    .header-mobile-search {
        display: block;
        background: #fff;
        border-top: 1px solid #ebebef;
        padding: 0.65rem 0 0.85rem;
    }

    .header-mobile-search[hidden] {
        display: none !important;
    }

    .header-mobile-search .header-search-wrap {
        display: block !important;
        max-width: none;
        width: 100%;
    }

    .header-mobile-search .header-search {
        display: flex !important;
        max-width: none;
    }

    body.mobile-search-open {
        --header-sticky-height: 9.75rem;
    }

    .top-bar-inner {
        min-height: 26px;
        gap: 0.5rem;
        padding-top: 0.15rem;
        padding-bottom: 0.15rem;
    }

    .top-bar,
    .top-bar-promo {
        font-size: 0.62rem;
    }

    .top-bar-promo {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-bar-actions,
    .top-bar-social {
        display: none;
    }

    .mega-menu-toggle { display: inline-flex; }

    .mega-mobile-chrome {
        display: block !important;
        visibility: visible;
        height: auto;
        overflow: visible;
        padding: 1rem var(--page-gutter) 0.35rem !important;
        border-bottom: 1px solid var(--header-border) !important;
        background: #0c0c0e;
        margin: 0;
    }

    .mega-mobile-chrome-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        margin-bottom: 0.85rem;
    }

    .mega-mobile-chrome-top strong {
        color: #fff;
        font-size: 1rem;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .mega-mobile-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid var(--header-border);
        border-radius: var(--radius);
        background: transparent;
        color: #fff;
        cursor: pointer;
    }

    .mega-mobile-search {
        display: flex;
        margin-bottom: 0.85rem;
    }

    .mega-mobile-search input {
        flex: 1;
        min-width: 0;
        padding: 0.75rem 0.9rem;
        border: 1px solid var(--header-border);
        border-right: none;
        border-radius: var(--radius) 0 0 var(--radius);
        background: #16161a;
        color: #fff;
        font: inherit;
    }

    .mega-mobile-search button {
        width: 46px;
        border: 1px solid var(--primary);
        border-radius: 0 var(--radius) var(--radius) 0;
        background: var(--primary);
        color: #fff;
        cursor: pointer;
    }

    .mega-mobile-pages {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.35rem 0.75rem;
        margin-bottom: 0.85rem;
    }

    .mega-mobile-pages a {
        color: rgba(255, 255, 255, 0.88) !important;
        text-decoration: none;
        font-size: 0.9rem;
        font-weight: 600;
        padding: 0.55rem 0;
        border-bottom: 1px solid var(--header-border);
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    .mega-mobile-label {
        margin: 0.35rem 0 0.25rem;
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .mega-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(100vw - 2.5rem, 360px);
        z-index: var(--z-mega-drawer);
        background: #0c0c0e;
        border-top: none;
        border-bottom: none;
        border-right: 1px solid var(--header-border);
        max-height: none;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(-105%);
        transition: transform 0.28s var(--ease-out);
        overscroll-behavior: contain;
        pointer-events: none;
        visibility: hidden;
        padding-top: env(safe-area-inset-top, 0);
        padding-bottom: env(safe-area-inset-bottom, 0);
    }

    .mega-nav.is-mobile-open {
        display: block;
        transform: translateX(0);
        pointer-events: auto;
        visibility: visible;
    }

    .mega-backdrop {
        display: block !important;
        z-index: var(--z-mega-backdrop);
    }

    .mega-backdrop[hidden] {
        display: none !important;
    }

    .mega-nav-list {
        flex-direction: column;
        padding: 0.25rem var(--page-gutter) 1.5rem;
        overflow: visible;
    }

    .mega-nav-item {
        width: 100%;
        flex: none;
        min-width: 0;
    }

    .mega-nav-trigger,
    .mega-nav-link {
        justify-content: space-between;
        padding: 0.95rem 0;
        font-size: 0.92rem;
        letter-spacing: 0.03em;
        border-bottom: 1px solid var(--header-border);
        border-left: none;
        min-height: 48px;
        text-align: left;
        background: transparent;
        width: 100%;
        color: #fff;
        cursor: pointer;
    }

    .mega-nav-chevron {
        display: block !important;
        flex-shrink: 0;
        opacity: 0.7;
        transition: transform 0.2s ease;
    }

    .mega-nav-trigger[aria-expanded="true"] .mega-nav-chevron {
        transform: rotate(180deg);
    }

    .mega-nav-item.is-active .mega-nav-trigger {
        border-bottom-color: var(--header-border);
        background: transparent;
        padding-inline: 0;
        margin-inline: 0;
        width: 100%;
        color: #fff;
    }

    .mega-stage {
        display: none !important;
    }

    /* Sous-menus en accordéon juste sous la catégorie */
    .mega-nav-item .mega-panel.is-accordion {
        display: block;
        padding: 0.35rem 0 0.75rem 0.35rem;
        animation: none;
        border-bottom: 1px solid var(--header-border);
        background: #101014;
        margin: 0 -0.25rem 0.25rem;
        padding-inline: 0.75rem;
        border-radius: 0 0 var(--radius) var(--radius);
    }

    .mega-nav-item .mega-panel.is-accordion[hidden] {
        display: none !important;
    }

    .mega-nav-item .mega-panel-head {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.65rem 0;
        margin-bottom: 0;
    }

    .mega-nav-item .mega-panel-kicker { display: none; }

    .mega-nav-item .mega-panel-title h2 {
        font-size: 0.95rem;
        margin: 0;
        color: #fff;
    }

    .mega-nav-item .mega-subgrid {
        grid-template-columns: 1fr;
        gap: 0;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mega-nav-item .mega-sub-link {
        padding: 0.85rem 0.15rem;
        border-left: none;
        border-bottom: 1px solid var(--header-border);
        min-height: 46px;
        color: rgba(255, 255, 255, 0.88);
    }

    .mega-nav-item .mega-sub-link svg { opacity: 0.45; transform: none; }

    /* Empêche le menu (dans header sticky z=400) d’être sous le backdrop / les produits */
    body.mega-drawer-open .header-sticky {
        z-index: var(--z-mega-drawer);
    }

    body.mega-drawer-open,
    body.filters-drawer-open {
        overflow: hidden;
        touch-action: none;
    }

    /* Filtres catalogue — barre fine plein écran collée sous le header */
    .page-catalogue .catalogue-main {
        padding-top: 0;
    }

    .page-catalogue.has-category-hero .catalogue-main {
        padding-top: 0;
    }

    .filters-toolbar {
        display: block;
        position: sticky;
        top: var(--header-sticky-height);
        z-index: 80;
        width: 100%;
        max-width: none;
        margin: 0 0 0.85rem;
        padding: 0;
        background: #ffffff;
        border-top: 1px solid #ebebef;
        border-bottom: 1px solid #e4e4e8;
        box-shadow: none;
    }

    .filters-open-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        margin: 0;
        width: 100%;
        min-height: 36px;
        height: 36px;
        padding: 0 var(--page-gutter);
        border: none;
        border-radius: 0;
        background: #f6f6f7;
        color: var(--catalogue-text);
        font: inherit;
        font-weight: 700;
        font-size: 0.74rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
        z-index: 1;
        box-shadow: none;
    }

    .filters-open-btn:active {
        background: #efeff2;
    }

    .filters-open-btn svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
        opacity: 0.85;
    }

    .filters-open-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 1.1rem;
        height: 1.1rem;
        padding: 0 0.3rem;
        border-radius: 999px;
        background: var(--primary);
        color: #fff;
        font-size: 0.62rem;
        letter-spacing: 0;
        line-height: 1;
    }

    .filters-drawer-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: var(--z-filters-backdrop);
        opacity: 0;
        transition: opacity 0.32s var(--ease-out);
        pointer-events: none;
    }

    .filters-drawer-backdrop.is-visible {
        opacity: 1;
        pointer-events: auto;
    }

    .filters-drawer-backdrop[hidden] {
        display: none !important;
    }

    .catalogue-filters,
    .page-catalogue .catalogue-filters {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: none;
        max-height: none;
        z-index: var(--z-filters-drawer);
        transform: translateY(-105%);
        transition: transform 0.36s var(--ease-out);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding: 0;
        padding-top: env(safe-area-inset-top, 0);
        background: #fff;
        border: none;
        border-right: none;
        border-radius: 0;
        pointer-events: none;
        will-change: transform;
    }

    .catalogue-filters.is-open,
    .page-catalogue .catalogue-filters.is-open {
        transform: translateY(0);
        pointer-events: auto;
    }

    .catalogue-filters .filters-panel {
        border: none;
        border-radius: 0;
        min-height: 100%;
        width: 100%;
        max-width: none;
        padding: 0 1.1rem 2rem;
    }

    .catalogue-filters .filters-panel-head {
        position: sticky;
        top: 0;
        z-index: 2;
        align-items: center;
        margin: 0 -1.1rem 1rem;
        padding: 0.85rem 1.1rem;
        background: #fff;
        border-bottom: 1px solid #f0f0f3;
    }

    .filters-panel-head-actions .btn-filter-head {
        min-height: 36px;
        padding: 0.45rem 0.9rem;
    }

    .filter-actions {
        position: static;
        background: transparent;
        padding-top: 0.85rem;
        padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0.5rem));
    }

    .filter-actions .btn-outline-filter {
        min-height: 44px;
        width: 100%;
    }

    body.filters-drawer-open .chat-widget,
    body.mega-drawer-open .chat-widget {
        opacity: 0;
        pointer-events: none;
    }

    body.filters-drawer-open .filters-toolbar {
        opacity: 0;
        pointer-events: none;
    }

    .catalogue-layout {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .catalogue-results {
        min-width: 0;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .product-card,
    .product-card-minimal {
        position: relative;
        z-index: 0;
    }

    .product-card:hover,
    .product-card-minimal:hover {
        transform: none;
    }

    .hero-video-wrap {
        min-height: clamp(360px, 72vh, 620px);
    }

    .hero-height-small .hero-video-wrap { min-height: clamp(280px, 52vh, 420px); }
    .hero-height-medium .hero-video-wrap { min-height: clamp(360px, 72vh, 620px); }
    .hero-height-large .hero-video-wrap { min-height: clamp(420px, 82vh, 720px); }

    .hero-video h1,
    .hero-video-fallback h1 {
        font-size: clamp(1.85rem, 9vw, 2.6rem);
        text-align: left;
    }

    .hero-video-caption,
    .hero-video-fallback-inner,
    .hero-align-left .hero-video-caption,
    .hero-align-center .hero-video-caption,
    .hero-align-right .hero-video-caption,
    .hero-align-left .hero-video-fallback-inner,
    .hero-align-center .hero-video-fallback-inner,
    .hero-align-right .hero-video-fallback-inner {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: var(--page-gutter);
        padding-right: var(--page-gutter);
        text-align: left;
        transform: none;
    }

    .hero-video-caption p,
    .hero-video-fallback-inner p,
    .hero-align-center .hero-video-caption p,
    .hero-align-center .hero-video-fallback-inner p {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }

    .hero-video-caption .btn,
    .hero-video-fallback-inner .btn {
        margin-left: 0;
        margin-right: 0;
    }

    .hero-vertical-center .hero-video-caption {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }

    .hero-vertical-top .hero-video-caption {
        transform: none;
    }

    .hero-vertical-bottom .hero-video-caption {
        transform: none;
    }

    .hero-slide { grid-template-columns: 1fr; text-align: left; }
    .hero-slide h1,
    .hero-slide p { text-align: left; margin-left: 0; margin-right: 0; }
    .hero-visual { order: -1; }
    .hero-visual img { max-height: 220px; }
    .stats-bar { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .hero-arrow { display: none; }

    .featured-grid,
    .featured-card,
    .blog-videos-grid,
    .products-grid-compact,
    .trust-grid,
    .footer-grid,
    .newsletter-inner {
        grid-template-columns: 1fr;
    }

    .category-blocks,
    .brand-blocks { grid-template-columns: repeat(2, 1fr); gap: 0.85rem; }

    .brand-block--logo {
        min-height: 108px;
        padding: 0.85rem 0.65rem;
    }

    .brand-logo-img {
        max-height: 64px;
        max-width: 100%;
    }

    .container,
    .home-section,
    .catalogue-main,
    .featured-slider,
    .products-grid,
    .products-grid-compact {
        max-width: 100%;
        min-width: 0;
    }

    img,
    video,
    svg {
        max-width: 100%;
    }

    .brand-logo-img,
    .header-logo-img,
    .footer-logo-img,
    .site-logo-img {
        height: auto;
    }

    .featured-card { min-height: auto; }
    .featured-card-media { border-bottom: none; padding: 1.25rem; }
    .featured-card-body { padding: 1.35rem; }
    .products-grid-compact { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }

    .section { padding: 3rem 0; }

    .btn {
        width: auto;
        min-height: 46px;
        padding: 0.85rem 1.35rem;
    }
}

@media (max-width: 480px) {
    .btn-whatsapp span { display: none; }
    .categories-grid { grid-template-columns: repeat(2, 1fr); }
    .products-grid-compact { gap: 0.55rem; }
    .top-bar-actions .lang-switch { display: none; }
    .hero-kicker { letter-spacing: 0.12em; font-size: 0.66rem; }
}

/* ─── Design polish 2026 (e-commerce photo premium) ─── */
.page-home main > .hero-video,
.page-home .hero-video {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.header-sticky,
.site-header,
.top-bar,
.mega-nav,
.mega-stage,
.site-footer,
.trust-band,
.category-hero {
    width: 100%;
    max-width: 100%;
}

.mega-stage {
    width: 100%;
    background: rgba(12, 12, 14, 0.98);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--header-border);
    box-shadow: none;
}

.mega-panel {
    padding: 1.5rem 0 1.75rem;
}

.mega-panel-kicker {
    font-family: var(--font-display);
    letter-spacing: 0.14em;
}

.mega-sub-link {
    transition: background 0.28s var(--ease-zoom), border-color 0.28s, transform 0.28s var(--ease-zoom);
}

.mega-sub-link:hover {
    transform: scale(var(--hover-zoom));
}

.product-card,
.product-card-minimal {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: none;
    transition: transform 0.32s var(--ease-zoom);
}

.product-card:hover,
.product-card-minimal:hover {
    transform: scale(var(--hover-zoom));
    box-shadow: none;
    opacity: 1;
}

.product-card-image img,
.featured-card-media img {
    transition: transform 0.4s var(--ease-zoom);
}

.product-card:hover .product-card-image img,
.featured-card:hover .featured-card-media img {
    transform: scale(1.06);
}

.btn-card {
    font-family: var(--font-display);
    letter-spacing: 0.08em;
    box-shadow: none;
    transition: background 0.28s var(--ease-zoom), transform 0.28s var(--ease-zoom);
}

.btn-card:hover {
    transform: scale(var(--hover-zoom));
    box-shadow: none;
}

.newsletter-section {
    position: relative;
    overflow: hidden;
}

.newsletter-form input {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--border);
}

.brand-blocks a,
.category-blocks a,
.brand-block,
.category-block {
    border-radius: var(--radius);
    box-shadow: none;
    transition: transform 0.32s var(--ease-zoom), opacity 0.28s;
}

.brand-blocks a:hover,
.category-blocks a:hover,
.brand-block:hover,
.category-block:hover {
    transform: scale(var(--hover-zoom));
    opacity: 1;
}

.page-catalogue .catalogue-header h1,
.page-catalogue .filters-panel-head {
    font-family: var(--font-display);
}

/* ─── Charte globale : coins légers, sans ombre, zoom hover ─── */
.btn,
.btn-primary,
.btn-outline,
.btn-outline-light,
.btn-outline-filter,
.btn-card,
.btn-whatsapp,
.btn-sm,
.header-search button,
.header-icon-btn,
.pagination a,
.footer-social-icon,
.product-card,
.product-card-minimal,
.featured-card,
.filters-panel,
.filter-option,
.catalog-notice,
.blog-video-card,
.services-grid article,
.trust-item,
.brand-block,
.category-block,
.mega-stage,
.dash-stat-card {
    box-shadow: none !important;
}

.btn:hover,
.btn-primary:hover,
.btn-outline:hover,
.btn-outline-light:hover,
.btn-outline-filter:hover,
.btn-card:hover,
.btn-whatsapp:hover,
.header-search button:hover,
.header-icon-btn:hover,
.pagination a:hover,
.footer-social-icon:hover,
.product-card:hover,
.product-card-minimal:hover,
.featured-card:hover,
.filter-option:hover,
.blog-video-card:hover,
.services-grid article:hover,
.brand-blocks a:hover,
.category-blocks a:hover {
    transform: scale(var(--hover-zoom));
    box-shadow: none !important;
}

.filters-panel,
.filter-option,
.blog-video-card,
.services-grid article,
.pagination a,
.footer-social-icon,
.header-icon-btn {
    border-radius: var(--radius);
    transition: transform 0.28s var(--ease-zoom), background 0.28s, border-color 0.28s, color 0.28s;
}

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

    .btn:hover,
    .btn-primary:hover,
    .product-card:hover,
    .featured-card:hover,
    .brand-blocks a:hover,
    .category-blocks a:hover {
        transform: none;
    }
}

@supports (padding: max(0px)) {
    .header-main > .container,
    .top-bar > .container,
    .mega-nav-list,
    .hero-video-caption.container,
    .hero-video-fallback {
        padding-left: max(var(--page-gutter), env(safe-area-inset-left));
        padding-right: max(var(--page-gutter), env(safe-area-inset-right));
    }
}

/* ─── Pages éditoriales (À propos / Contact / Conseils) ─── */
.page-editorial .editorial-hero {
    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.72) 0%,
            rgba(10, 10, 12, 0.55) 48%,
            rgba(16, 16, 18, 0.88) 100%
        ),
        radial-gradient(ellipse at 18% 85%, rgba(232, 31, 5, 0.16), transparent 48%),
        linear-gradient(145deg, #141418 0%, #0a0a0c 52%, #1a1210 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(3.5rem, 7vw, 5.5rem);
    text-align: left;
    color: #ffffff;
}

.page-editorial .editorial-hero .section-label {
    color: rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid rgba(232, 31, 5, 0.65);
    padding-bottom: 0.55rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.page-editorial .editorial-hero h1 {
    color: #ffffff;
}

.page-editorial .editorial-hero .editorial-lead {
    color: rgba(255, 255, 255, 0.82);
}

.page-article .article-hero {
    background:
        linear-gradient(180deg, #f7f7f9 0%, #ffffff 100%);
    border-bottom: 1px solid transparent;
    padding: clamp(3rem, 7vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
    text-align: left;
}

.editorial-hero-copy,
.article-hero-copy {
    max-width: 42rem;
    margin: 0;
    text-align: left;
}

.editorial-hero h1,
.article-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3.15rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
    color: var(--text-dark);
    margin: 0.4rem 0 1.1rem;
    text-align: left;
}

.editorial-lead,
.article-lead {
    font-size: 1.12rem;
    line-height: 1.65;
    color: #4b5563;
    max-width: 40rem;
    margin: 0;
    text-align: left;
}

.page-editorial .editorial-section {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.page-editorial .editorial-section.section-muted {
    background: #f7f7f9;
}

/* Section engagements (pillars) — fond noir, texte blanc */
.page-about .about-pillars-section,
.page-editorial .about-pillars-section {
    background: #0a0a0c;
    color: #ffffff;
}

.page-about .about-pillars-section .section-label,
.page-editorial .about-pillars-section .section-label {
    color: rgba(255, 255, 255, 0.65);
}

.page-about .about-pillars-section h2,
.page-editorial .about-pillars-section h2 {
    color: #ffffff;
}

.page-about .about-pillars-section .about-pillar,
.page-editorial .about-pillars-section .about-pillar {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
}

.page-about .about-pillars-section .about-pillar h3,
.page-editorial .about-pillars-section .about-pillar h3 {
    color: #ffffff;
}

.page-about .about-pillars-section .about-pillar p,
.page-editorial .about-pillars-section .about-pillar p {
    color: rgba(255, 255, 255, 0.78);
}

.page-editorial .about-cta-band,
.page-blog .about-cta-band {
    border-top: 1px solid transparent;
}

.page-contact .contact-panel-accent {
    border-color: #ebebef;
}

.page-editorial .section-head {
    margin-bottom: clamp(2.25rem, 4.5vw, 3.5rem);
}

.page-editorial .section-sub {
    margin-top: 0.85rem;
    max-width: 38rem;
    color: #4b5563;
    line-height: 1.6;
}

.editorial-empty {
    text-align: left;
    color: var(--text-muted);
    padding: 2.5rem 1.5rem;
    border: 1px solid #ebebef;
    border-radius: var(--radius);
    background: #ffffff;
    max-width: 36rem;
}

.editorial-empty h1 {
    color: var(--text-dark);
    margin: 0 0 0.75rem;
}

.editorial-empty p {
    margin: 0 0 1rem;
}

.about-intro {
    display: grid;
    grid-template-columns: 1.35fr 0.95fr;
    gap: clamp(2.75rem, 6vw, 5rem);
    align-items: start;
}

.about-intro-text h2 {
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    letter-spacing: -0.03em;
    margin: 0.4rem 0 1.4rem;
    color: var(--text-dark);
}

.about-intro-text p {
    color: #374151;
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.about-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.about-fact {
    padding: 1.45rem 1.3rem;
    border: 1px solid #ebebef;
    border-radius: var(--radius);
    background: #ffffff;
}

.about-fact strong {
    display: block;
    font-size: 1.3rem;
    color: var(--text-dark);
    letter-spacing: -0.02em;
    margin-bottom: 0.3rem;
}

.about-fact span {
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.4;
}

.about-pillars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
}

.about-pillar {
    padding: 1.85rem 1.5rem;
    background: #ffffff;
    border: 1px solid #ebebef;
    border-radius: var(--radius);
    height: 100%;
}

.about-pillar h3 {
    font-size: 1rem;
    margin: 0 0 0.85rem;
    color: var(--text-dark);
}

.about-pillar p {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

.about-audience-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1.75rem;
    margin: 0;
    padding: 0;
}

.about-audience-list li {
    padding: 1.55rem 1.45rem;
    border: 1px solid #ebebef;
    border-radius: var(--radius);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.about-audience-list strong {
    color: var(--text-dark);
    font-size: 1rem;
}

.about-audience-list span {
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.55;
}

.about-cta-band .about-cta-inner {
    display: grid;
    grid-template-columns: 1.3fr auto;
    gap: 2rem;
    align-items: center;
}

.about-cta-band h2 {
    margin: 0.35rem 0 0.75rem;
    font-size: clamp(1.45rem, 3vw, 2rem);
    letter-spacing: -0.03em;
}

.about-cta-band p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    max-width: 36rem;
    line-height: 1.6;
}

.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
}

.about-contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: clamp(2.75rem, 5vw, 4.5rem);
    align-items: start;
}

.about-contact-grid h2,
.about-links h3 {
    margin: 0.35rem 0 1.35rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    letter-spacing: -0.025em;
}

.about-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-contact-list li {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 0.75rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid #f0f0f3;
}

.about-contact-list strong {
    color: #6b7280;
    font-weight: 600;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-top: 0.15rem;
}

.about-contact-list span,
.about-contact-list a {
    color: var(--text-dark);
}

.about-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-links li {
    margin-bottom: 0.65rem;
}

.about-links a {
    color: var(--text-dark);
    text-decoration: none;
    border-bottom: 1px solid #ebebef;
    padding-bottom: 0.1rem;
}

.about-links a:hover {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

/* Contact page */
.contact-layout {
    display: grid;
    grid-template-columns: 1.25fr 0.85fr;
    gap: clamp(2.5rem, 5vw, 4rem);
    align-items: start;
}

.contact-aside {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.contact-panel {
    background: #ffffff;
    border: 1px solid #ebebef;
    border-radius: var(--radius);
    padding: 1.85rem 1.7rem 2rem;
}

.contact-panel + .contact-panel,
.contact-main .contact-panel {
    margin-top: 0;
}

.contact-main .section-head + .contact-panel,
.contact-panel-accent {
    margin-top: 0.25rem;
}

.contact-panel h2,
.contact-panel h3 {
    margin: 0.25rem 0 0.75rem;
    color: var(--text-dark);
    letter-spacing: -0.02em;
}

.contact-panel p {
    color: #4b5563;
    line-height: 1.6;
    margin: 0 0 1.15rem;
}

.contact-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-info-list li {
    display: grid;
    gap: 0.25rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid #f0f0f3;
}

.contact-info-list li:last-child {
    border-bottom: none;
}

.contact-info-list strong {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
}

.contact-info-list span,
.contact-info-list a {
    color: var(--text-dark);
    font-size: 0.95rem;
}

.contact-note {
    margin-top: 1rem !important;
    font-size: 0.82rem;
    color: #6b7280 !important;
}

.contact-wa-form label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.contact-wa-form textarea {
    width: 100%;
    border: 1px solid #ebebef;
    border-radius: var(--radius-sm, var(--radius));
    background: #f7f7f9;
    padding: 0.85rem 0.95rem;
    font: inherit;
    color: var(--text-dark);
    resize: vertical;
    min-height: 120px;
    margin-bottom: 1rem;
}

.contact-wa-form textarea:focus {
    outline: none;
    border-color: #cfcfd6;
    background: #fff;
}

.contact-wa-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.contact-map {
    border: 1px solid #ebebef;
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    min-height: 320px;
}

.contact-map iframe {
    display: block;
    width: 100%;
    min-height: 360px;
    border: 0;
}

.page-blog .blog-grid {
    margin-top: 0.5rem;
    gap: 2rem;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media (max-width: 960px) {
    .about-intro,
    .about-contact-grid,
    .contact-layout,
    .about-cta-band .about-cta-inner {
        grid-template-columns: 1fr;
    }

    .about-pillars {
        grid-template-columns: 1fr 1fr;
    }

    .about-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .about-pillars,
    .about-audience-list,
    .about-facts {
        grid-template-columns: 1fr;
    }

    .about-contact-list li {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .page-editorial .editorial-section {
        padding: 3.75rem 0;
    }
}

/* ─── Blog / Conseils ─── */
.blog-grid--related {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.5rem;
    gap: 2rem;
}

.blog-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #ebebef;
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform 0.28s var(--ease-zoom), border-color 0.2s;
}

.blog-card:hover {
    transform: scale(var(--hover-zoom));
    border-color: #dedee4;
}

.blog-card--featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    min-height: 320px;
}

.blog-card-media {
    display: block;
    background: #111827;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    text-decoration: none;
}

.blog-card--featured .blog-card-media {
    aspect-ratio: auto;
    min-height: 100%;
}

.blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-card-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 180px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.blog-card-body {
    padding: 1.25rem 1.35rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    flex: 1;
}

.blog-card--featured .blog-card-body {
    justify-content: center;
    padding: 2rem;
}

.blog-card time {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    font-weight: 600;
}

.blog-card h2 {
    font-size: 1.15rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin: 0;
}

.blog-card--featured h2 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); }

.blog-card h2 a {
    color: #111827;
    text-decoration: none;
}

.blog-card h2 a:hover { color: var(--primary); }

.blog-card p {
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
}

.blog-card-link {
    margin-top: auto;
    color: var(--primary);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.blog-card-link:hover { text-decoration: underline; }

.blog-empty {
    color: #6b7280;
    padding: 2rem 0;
}

.blog-pagination {
    margin-top: 2.5rem;
    justify-content: center;
}

.article-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: baseline;
    font-size: 0.8rem;
    color: #6b7280;
    margin: 0 0 1.15rem;
    line-height: 1.4;
}

.article-breadcrumb span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: min(100%, 36rem);
}

.article-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
    flex-shrink: 0;
}

.article-breadcrumb a:hover { color: var(--primary); }

.article-meta {
    margin: 0 0 1.15rem;
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.article-cover-wrap {
    padding: 0 0 clamp(0.5rem, 2vw, 1rem);
    background: #ffffff;
}

.article-cover {
    margin: 0;
    border: 1px solid #ebebef;
    border-radius: var(--radius);
    overflow: hidden;
    background: #f7f7f9;
}

.article-cover img {
    width: 100%;
    max-height: min(52vh, 520px);
    object-fit: cover;
    display: block;
}

.page-article .article-body-section {
    padding-top: clamp(2.75rem, 5vw, 4rem);
    padding-bottom: clamp(4.5rem, 9vw, 7rem);
}

.page-article .article-related {
    padding-top: clamp(4rem, 8vw, 6rem);
    padding-bottom: clamp(4.5rem, 9vw, 7rem);
    border-top: 1px solid #ebebef;
}

.page-article .article-body {
    max-width: 720px;
    margin: 0;
    color: #374151;
    font-size: 1.05rem;
    line-height: 1.75;
}

.article-body > *:first-child {
    margin-top: 0;
}

.article-body h2 {
    margin: 2.25rem 0 0.85rem;
    color: #111827;
    font-size: clamp(1.25rem, 2.2vw, 1.45rem);
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.article-body h3 {
    margin: 1.75rem 0 0.65rem;
    color: #111827;
    font-size: 1.1rem;
}

.article-body p,
.article-body li {
    color: #374151;
    line-height: 1.75;
    margin-bottom: 1.1rem;
}

.article-body ul,
.article-body ol {
    padding-left: 1.25rem;
    margin: 0 0 1.35rem;
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius);
    border: 1px solid #ebebef;
    margin: 1.5rem 0;
}

.article-body a { color: var(--primary); }

.page-article .blog-grid--related {
    margin-top: 0.25rem;
}

.page-article .blog-card {
    height: 100%;
}

.page-article .blog-card-body h2 {
    font-size: 1rem;
    margin: 0.35rem 0 0.75rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 960px) {
    .about-intro,
    .about-contact-grid,
    .blog-card--featured {
        grid-template-columns: 1fr;
    }

    .about-pillars {
        grid-template-columns: 1fr 1fr;
    }

    .blog-grid,
    .blog-grid--related {
        grid-template-columns: 1fr 1fr;
    }
}

/* ─── Fiche produit (studio épuré) ─── */
.page-product {
    background:
        radial-gradient(ellipse 70% 45% at 15% 0%, rgba(229, 231, 235, 0.55), transparent 60%),
        linear-gradient(180deg, #f8f8fa 0%, #ffffff 42%, #ffffff 100%);
}

.product-studio-section {
    padding: clamp(1.5rem, 4vw, 2.75rem) 0 clamp(2.5rem, 6vw, 4.5rem);
}

.product-studio-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.55rem;
    margin: 0 0 clamp(1.35rem, 3vw, 2rem);
    color: #6b7280;
    font-size: 0.82rem;
}

.product-studio-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
}

.product-studio-breadcrumb a:hover {
    color: var(--primary);
}

.product-studio-breadcrumb span:last-child {
    color: #374151;
    max-width: min(100%, 36rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-studio-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: clamp(1.75rem, 5vw, 3.75rem);
    align-items: start;
}

.product-studio-media {
    display: grid;
    gap: 0.85rem;
}

.product-studio-stage {
    margin: 0;
    position: relative;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: calc(var(--radius) + 4px);
    border: 1px solid #ebebef;
    background:
        linear-gradient(160deg, #ffffff 0%, #f4f4f6 100%);
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.05);
}

.product-studio-stage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: clamp(1rem, 3vw, 1.75rem);
    transition: opacity 0.25s ease;
}

.product-studio-stage .product-badge-discount {
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: auto;
    z-index: 2;
}

.product-studio-stage .product-badge-soon,
.product-studio-stage .product-badge-out {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 0.72rem;
    padding: 0.35rem 0.7rem;
    box-shadow: none;
}

.product-studio-stage .product-badge-discount.is-with-soon,
.product-studio-stage .product-badge-discount.is-with-status {
    top: 1rem;
    bottom: auto;
    right: 1rem;
    left: auto;
    transform: none;
}

.product-studio-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.product-studio-thumb {
    width: 72px;
    height: 72px;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: calc(var(--radius) - 2px);
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.product-studio-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 0.25rem;
}

.product-studio-thumb:hover,
.product-studio-thumb.is-active {
    border-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary);
}

.product-studio-info {
    padding-top: 0.25rem;
}

.product-studio-brand {
    margin: 0 0 0.45rem;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-studio-info h1 {
    margin: 0 0 0.65rem;
    color: var(--text-dark);
    font-size: clamp(1.7rem, 3.6vw, 2.45rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.product-studio-sku {
    margin: 0 0 1.15rem;
    color: #9ca3af;
    font-size: 0.86rem;
}

.product-studio-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
    margin-bottom: 1.25rem;
    padding: 1rem 0;
    border-top: 1px solid #ececf0;
    border-bottom: 1px solid #ececf0;
}

.product-studio-price-row .product-detail-price {
    margin: 0;
}

.product-studio-price-row .product-price {
    font-size: clamp(1.35rem, 2.4vw, 1.65rem);
}

.product-studio-price-row .product-detail-availability {
    margin: 0;
}

.product-studio-excerpt {
    color: #4b5563;
    line-height: 1.65;
    margin: 0 0 1.5rem;
    max-width: 36rem;
}

.product-studio-excerpt p {
    margin: 0 0 0.7rem;
}

.product-studio-excerpt p:last-child {
    margin-bottom: 0;
}

.product-studio-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.product-studio-actions .btn-studio-order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    white-space: nowrap;
}

.product-studio-actions .btn-studio-cart {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 2.75rem;
    padding: 0.65rem 1.1rem;
    gap: 0.5rem;
    font-size: 0.88rem;
    font-weight: 700;
}

.product-studio-actions .btn-studio-cart-label {
    display: inline;
}

.product-studio-back {
    color: #6b7280;
    font-size: 0.9rem;
    text-decoration: none;
}

.product-studio-back:hover {
    color: var(--primary);
}

.product-studio-desc-section {
    padding: clamp(2rem, 5vw, 3.5rem) 0;
    background: #f3f4f6;
    border-top: 1px solid #e5e7eb;
}

.product-studio-desc-card {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(1.5rem, 4vw, 2.4rem);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: calc(var(--radius) + 2px);
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.04);
    color: #1f2937;
    text-align: left;
}

.product-studio-desc-head {
    margin: 0 0 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ececf0;
    text-align: left;
}

.product-studio-desc-head .section-label {
    color: #6b7280;
}

.product-studio-desc-head h2 {
    margin: 0.35rem 0 0;
    color: #111827;
    font-size: clamp(1.25rem, 2.4vw, 1.55rem);
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-align: left;
}

.product-studio-desc-body {
    color: #374151;
    font-size: 1.02rem;
    line-height: 1.75;
    text-align: left;
    max-width: none;
}

.product-studio-desc-body,
.product-studio-desc-body p,
.product-studio-desc-body li,
.product-studio-desc-body span,
.product-studio-desc-body strong,
.product-studio-desc-body em {
    color: #374151;
}

.product-studio-desc-body h2,
.product-studio-desc-body h3,
.product-studio-desc-body h4 {
    color: #111827;
    margin: 1.5rem 0 0.65rem;
    line-height: 1.3;
}

.product-studio-desc-body h2 { font-size: 1.2rem; }
.product-studio-desc-body h3 { font-size: 1.08rem; }

.product-studio-desc-body > *:first-child {
    margin-top: 0;
}

.product-studio-desc-body p {
    margin: 0 0 1rem;
}

.product-studio-desc-body ul,
.product-studio-desc-body ol {
    margin: 0 0 1.15rem;
    padding-left: 1.25rem;
}

.product-studio-desc-body li {
    margin: 0 0 0.45rem;
}

.product-studio-desc-body a {
    color: var(--primary);
    text-decoration: underline;
}

.product-studio-related {
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3.5rem, 7vw, 5.5rem);
    background: #fff;
    color: #1f2937;
}

.product-studio-related .section-label {
    color: #4b5563;
}

.product-studio-related .section-head h2 {
    color: #1f2937;
}

@media (max-width: 900px) {
    .product-studio-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .product-studio-stage {
        aspect-ratio: 4 / 3;
        max-height: 72vw;
    }

    .product-studio-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.55rem;
    }

    .product-studio-actions .btn-cart-add,
    .product-studio-actions .btn-studio-cart {
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 2.45rem;
        padding: 0.6rem 0.9rem;
        gap: 0.45rem;
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.02em;
    }

    .product-studio-actions .btn-studio-cart-label {
        display: inline;
    }

    .product-studio-actions .btn-studio-order {
        flex: none;
        width: 100%;
        min-width: 0;
        min-height: 2.45rem;
        padding: 0.6rem 0.9rem;
        font-size: 0.82rem;
    }

    .product-card-actions {
        flex-direction: column;
        width: 100%;
        gap: 0.4rem;
    }

    .product-card-actions .btn-cart-add {
        width: 100%;
        min-width: 0;
        height: 2.25rem;
    }

    .product-card-actions .btn-card {
        width: 100%;
        min-width: 0;
        min-height: 2.25rem;
        font-size: 0.68rem;
        padding: 0.45rem 0.55rem;
        white-space: nowrap;
        overflow: visible;
    }

    .product-card-footer {
        gap: 0.65rem;
    }
}

/* Legacy aliases (panier + fragments) */
.product-detail-price .product-price {
    font-size: inherit;
}

.product-detail-availability {
    margin: 0 0 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #15803d;
}

.product-detail-availability.is-out {
    color: #b91c1c;
}

.product-detail-availability.is-soon {
    color: #b45309;
}

.product-detail-body {
    max-width: 46rem;
}

.product-detail-placeholder {
    font-size: 2.5rem;
}

/* ─── Panier ─── */
.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.7fr);
    gap: clamp(1.5rem, 4vw, 2.75rem);
    align-items: start;
}

.cart-list {
    display: grid;
    gap: 1rem;
}

.cart-line {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #ebebef;
    border-radius: var(--radius);
    background: #fff;
}

.cart-line-media {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid #ebebef;
    border-radius: calc(var(--radius) - 2px);
    background: #f7f7f9;
    text-decoration: none;
}

.cart-line-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.cart-line-body h2 {
    margin: 0.2rem 0 0.4rem;
    font-size: 1rem;
    line-height: 1.3;
}

.cart-line-body h2 a {
    color: inherit;
    text-decoration: none;
}

.cart-line-body h2 a:hover {
    color: var(--primary);
}

.cart-line-unit {
    margin: 0 0 0.75rem;
    color: #6b7280;
    font-size: 0.88rem;
}

.cart-line-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.cart-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: var(--radius);
    overflow: hidden;
}

.cart-qty-btn {
    width: 2rem;
    height: 2rem;
    border: 0;
    background: #f7f7f9;
    color: #111827;
    font-size: 1rem;
    cursor: pointer;
}

.cart-qty-btn:hover {
    background: #ececf1;
}

.cart-qty-input {
    width: 2.6rem;
    height: 2rem;
    border: 0;
    border-left: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db;
    text-align: center;
    font-size: 0.9rem;
    -moz-appearance: textfield;
}

.cart-qty-input::-webkit-outer-spin-button,
.cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-remove {
    border: 0;
    background: transparent;
    color: #6b7280;
    font-size: 0.84rem;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
}

.cart-remove:hover {
    color: #b91c1c;
}

.cart-line-total {
    align-self: center;
    text-align: right;
    white-space: nowrap;
    font-size: 0.95rem;
}

.cart-summary {
    position: sticky;
    top: calc(var(--header-sticky-height, 5rem) + 1rem);
    display: grid;
    gap: 0.85rem;
    padding: 1.35rem;
    border: 1px solid #ebebef;
    border-radius: var(--radius);
    background: #f7f7f9;
}

.cart-summary h2 {
    margin: 0;
    font-size: 1.15rem;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 0.85rem 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.cart-summary-row strong {
    font-size: 1.15rem;
    color: #111827;
}

.cart-summary-note {
    margin: 0;
    color: #6b7280;
    font-size: 0.88rem;
    line-height: 1.5;
}

.btn-cart-order {
    width: 100%;
    text-align: center;
}

.cart-summary .btn-outline {
    width: 100%;
    text-align: center;
}

.cart-continue {
    display: block;
    text-align: center;
    color: #4b5563;
    font-size: 0.88rem;
}

.cart-continue:hover {
    color: var(--primary);
}

@media (max-width: 900px) {
    .cart-layout {
        grid-template-columns: 1fr;
    }

    .cart-summary {
        position: static;
    }

    .cart-line {
        grid-template-columns: 80px minmax(0, 1fr);
    }

    .cart-line-total {
        grid-column: 1 / -1;
        text-align: left;
        padding-top: 0.25rem;
        border-top: 1px solid #f3f4f6;
    }
}

@media (max-width: 640px) {
    .about-pillars,
    .about-audience-list,
    .about-facts,
    .blog-grid,
    .blog-grid--related {
        grid-template-columns: 1fr;
    }

    .about-contact-list li {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
}



/* ─── Espace compte client ─── */
.page-account .account-panel-title {
    margin: 0 0 1rem;
    font-size: 1.15rem;
    color: var(--text-dark);
    letter-spacing: -0.02em;
}

.page-account .account-switch {
    display: flex;
    gap: 1.5rem;
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebebef;
}

.page-account .account-switch-link {
    position: relative;
    padding: 0.15rem 0;
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.page-account .account-switch-link:hover {
    color: var(--text-dark);
    text-decoration: none;
}

.page-account .account-switch-link.is-active {
    color: var(--text-dark);
}

.page-account .account-switch-link.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    height: 2px;
    background: var(--primary);
}

.page-account .account-form {
    display: grid;
    gap: 1rem;
}

.page-account .account-field {
    display: grid;
    gap: 0.45rem;
}

.page-account .account-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.page-account .account-optional {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #9ca3af;
}

.page-account .account-form input {
    width: 100%;
    min-height: 48px;
    border: 1px solid #ebebef;
    border-radius: var(--radius-sm, var(--radius));
    background: #f7f7f9;
    padding: 0.75rem 0.95rem;
    font: inherit;
    color: var(--text-dark);
}

.page-account .account-form input:focus {
    outline: none;
    border-color: #cfcfd6;
    background: #fff;
}

.page-account .account-alert {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border-radius: var(--radius);
    font-size: 0.9rem;
}

.page-account .account-alert p { margin: 0.15rem 0; }

.page-account .account-alert-error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.page-account .account-alert-success {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.page-account .account-meta {
    display: grid;
    gap: 0.85rem;
    margin: 0 0 1.25rem;
}

.page-account .account-meta dt {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
}

.page-account .account-meta dd {
    margin: 0.2rem 0 0;
    color: var(--text-dark);
    font-weight: 600;
}

.page-account .account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.page-account .account-cart-meta {
    margin: 0 0 1rem;
    color: #6b7280;
    font-size: 0.9rem;
}

.page-account .account-cart-empty {
    margin: 0;
    color: #6b7280;
}

.page-account .account-cart-list {
    display: grid;
    gap: 0.55rem;
}

.page-account .account-cart-line {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding: 0.55rem 0;
    border-bottom: 1px solid #f0f0f3;
    text-decoration: none;
    color: inherit;
}

.page-account .account-cart-line:last-child {
    border-bottom: none;
}

.page-account .account-cart-line:hover {
    text-decoration: none;
}

.page-account .account-cart-media {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: calc(var(--radius) - 2px);
    overflow: hidden;
    background: #f7f7f9;
    display: grid;
    place-items: center;
}

.page-account .account-cart-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-account .account-cart-copy {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.page-account .account-cart-copy strong {
    font-size: 0.9rem;
    color: var(--text-dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-account .account-cart-copy span {
    font-size: 0.8rem;
    color: #6b7280;
}

@media (max-width: 900px) {
    .page-account .account-field-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .page-account .account-actions .btn,
    .page-account .contact-wa-actions .btn {
        width: 100%;
        justify-content: center;
    }
}
