/*
Theme Name: Lumans By Infinity
Theme URI: https://lumans.co
Author: Infinity Studios
Author URI: https://infinity-studios.dev
Description: Thème custom WordPress pour Lumans — Maison artistique contemporaine. Carrés de soie africains, éditions limitées. Compatible Elementor & WooCommerce.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lumans
Tags: e-commerce, custom-logo, custom-menu, elementor, woocommerce, translation-ready
*/

/* ===== CSS VARIABLES ===== */
:root {
    --rouge: #600912;
    --rouge-mid: #811823;
    --or: #c59d53;
    --or-light: #ddc393;
    --noir: #0f0f0f;
    --gris-dark: #3d3c38;
    --gris: #6b6b6b;
    --gris-light: #b5b5b5;
    --off-white: #f7f6f3;
    --warm-bg: #f9f5f0;
    --warm-bg-2: #ede5d4;
    --blanc: #ffffff;
    --heading-font: 'Gallery Modern', Georgia, serif;
    --body-font: 'Louis George Cafe', 'Helvetica Neue', Arial, sans-serif;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: var(--body-font); font-weight: 400; color: var(--noir); background: var(--warm-bg); line-height: 1.5; overflow-x: hidden; }

/* Garde-fou anti-débordement horizontal mobile/tablette
   (en complément du body, on contraint aussi html pour éviter qu'un élément en position fixed/absolute ne dépasse) */
@media (max-width: 1024px) {
    html, body { width: 100%; max-width: 100%; overflow-x: hidden; overscroll-behavior-x: contain; }
}

/* Empêche le zoom auto iOS Safari sur focus des inputs/selects
   (iOS zoome dès que font-size < 16px). On force 16px côté input et on garde
   l'apparence visuelle compacte via le rendu (le select natif iOS ne respecte
   pas font-size dans son popup, donc l'utilisateur voit toujours bien). */
@media (max-width: 767px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="url"],
    select,
    textarea { font-size: 16px; }
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6 { font-family: var(--heading-font); text-transform: uppercase; font-weight: 400; }
ul, ol { list-style: none; }

/* ===== FONTS ===== */
@font-face {
    font-family: 'Gallery Modern';
    src: url('assets/fonts/gallerymodern-webfont.woff2') format('woff2'),
         url('assets/fonts/gallerymodern-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Louis George Cafe';
    src: url('assets/fonts/Louis-George-Cafe.woff2') format('woff2'),
         url('assets/fonts/Louis-George-Cafe.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Louis George Cafe';
    src: url('assets/fonts/Louis-George-Cafe-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Louis George Cafe';
    src: url('assets/fonts/Louis-George-Cafe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Louis George Cafe';
    src: url('assets/fonts/Louis-George-Cafe-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* ===== TOP BAR ===== */
.topbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 101;
    background: var(--rouge); color: #fff;
    font-size: 0.78rem; letter-spacing: 0.5px;
    padding: 8px 58px;
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
}
.topbar-center { text-align: center; font-size: 0.95rem; letter-spacing: 0.2px; }
.topbar-center a { color: #fff; text-decoration: underline; margin: 0 4px; }
.topbar-right { display: flex; align-items: center; gap: 16px; justify-self: end; }
.lang-switch { display: flex; background: rgba(255,255,255,0.1); border-radius: 50px; overflow: hidden; }
.lang-btn {
    padding: 3px 12px; font-family: var(--body-font); font-size: 0.72rem;
    letter-spacing: 0.5px; border: none; background: none;
    color: rgba(255,255,255,0.6); cursor: pointer; transition: all 0.3s;
}
.lang-btn.active { background: #fff; color: var(--noir); border-radius: 50px; }
.currency-select {
    background: none; border: none; color: rgba(255,255,255,0.8); outline: none;
    font-family: var(--body-font); font-size: 0.72rem; letter-spacing: 0.5px;
    cursor: pointer; -webkit-appearance: none; appearance: none; padding: 4px 22px 4px 8px; border-radius: 3px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.5L4 5.5L7 2.5' stroke='white' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
}
.currency-select option { background: #fff; color: var(--noir); font-size: 0.82rem; padding: 6px; border: none; outline: none; }


/* === Override Woo Multi Currency switcher — scopé au topbar uniquement === */
.topbar .lumans-wmc-switcher { display: inline-flex; align-items: center; }
.topbar .lumans-wmc-switcher .wmc-currency-switcher,
.topbar .lumans-wmc-switcher .wmc_switcher,
.topbar .lumans-wmc-switcher .wmc-currency-switcher-form,
.topbar .lumans-wmc-switcher form { margin: 0; padding: 0; background: transparent; border: none; }
.topbar .lumans-wmc-switcher select { background: none; border: none; color: rgba(255,255,255,0.85); outline: none; font-family: var(--body-font); font-size: 0.72rem; letter-spacing: 0.5px; cursor: pointer; -webkit-appearance: none; appearance: none; padding: 4px 22px 4px 8px; border-radius: 3px; background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.5L4 5.5L7 2.5' stroke='white' stroke-width='1'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 8px center; box-shadow: none; }
.topbar .lumans-wmc-switcher select option { background: #fff; color: var(--noir); font-size: 0.82rem; }
.topbar .lumans-wmc-switcher .wmc-flag,
.topbar .lumans-wmc-switcher img { display: none; }

/* Cache le widget flottant/sidebar auto-injecté par WMC (on a notre propre switcher dans le top header) */
body > .woocommerce-multi-currency.wmc-sidebar,
body > .woocommerce-multi-currency.wmc-right,
body > .woocommerce-multi-currency.wmc-left,
body > .woocommerce-multi-currency.wmc-bottom,
body > .woocommerce-multi-currency.wmc-top,
.woocommerce-multi-currency.wmc-switcher-layout-split.wmc-sidebar { display: none !important; }

/* ===== HEADER ===== */
.site-header {
    position: fixed; top: 32px; left: 0; right: 0; z-index: 99;
    background: transparent; transition: background 0.3s;
}
.site-header.scrolled, .site-header--solid { background: #fff; }
/* Internal pages: header in normal flow (desktop only) */
@media (min-width: 768px) {
    body:not(.home) .topbar { position: relative; top: auto; }
    body:not(.home) .site-header--solid { position: relative; top: auto; }
}
.header-inner {
    display: grid; grid-template-columns: 1fr auto 1fr;
    align-items: center; padding: 16px 58px;
    max-width: 1512px; margin: 0 auto;
}
.header-nav { display: flex; align-items: center; gap: 33px; }
.header-nav a { font-size: 1.03rem; letter-spacing: -0.16px; color: #fff; transition: color 0.3s; }
.site-header.scrolled .header-nav a, .site-header--solid .header-nav a { color: var(--noir); }
.header-logo { justify-self: center; }

/* ===== MEGA MENU (desktop, hover sur "Œuvres") ===== */
/* Position fixed depuis le TOP de la page → le panel s'étend SOUS le header pour couvrir la
   zone transparente (sur la home) et fournir un fond blanc continu derrière le menu.
   Le padding-top fait remonter le contenu sous la zone du header (calculé en JS). */
.lumans-megamenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
    z-index: 90; /* derrière le header (z-index 99) pour que le menu reste cliquable au-dessus */
    padding-top: 96px; /* fallback : sera surchargé en JS pour matcher la hauteur réelle du header */
}
.lumans-megamenu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
/* Quand le méga menu est ouvert, on force le header en mode "blanc" pour cohérence avec le panel blanc derrière */
.site-header.is-megamenu-active,
.site-header--home.is-megamenu-active {
    background: #fff !important;
}
.site-header.is-megamenu-active .header-nav a,
.site-header.is-megamenu-active .header-actions a {
    color: var(--noir) !important;
}
/* Masqué sur mobile/tablette — les cartes sont alors rendues dans le drawer mobile */
@media (max-width: 1024px) {
    .lumans-megamenu { display: none; }
}
.lumans-megamenu-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 64px 56px;
}

/* Layout : sous-menu à gauche / cartes à droite, aux extrémités */
.lumans-mm-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}
/* Quand un seul des deux blocs existe → centré sur toute la largeur */
.lumans-mm-layout:not(:has(.lumans-mm-sub)) { justify-content: center; }
.lumans-mm-layout:not(:has(.lumans-mm-cards)) { justify-content: flex-start; }

/* Colonne de gauche — sous-menu (items list verticale) */
.lumans-mm-sub {
    flex: 0 0 auto;
    min-width: 180px;
    padding-top: 4px;
}
.lumans-mm-sub-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.lumans-mm-sub-list li { margin: 0; }
.lumans-mm-sub-list a {
    display: inline-block;
    font-family: var(--body-font);
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--noir);
    text-decoration: none;
    letter-spacing: -0.1px;
    transition: color 0.2s ease;
    position: relative;
}
.lumans-mm-sub-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: var(--rouge);
    transition: width 0.25s ease;
}
.lumans-mm-sub-list a:hover { color: var(--rouge); }
.lumans-mm-sub-list a:hover::after { width: 100%; }

/* Colonne de droite — jusqu'à 3 cartes alignées horizontalement */
.lumans-mm-cards {
    flex: 0 1 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 220px));
    gap: 28px;
}
.lumans-mm-cards[data-count="1"] { grid-template-columns: minmax(180px, 240px); }
.lumans-mm-cards[data-count="2"] { grid-template-columns: repeat(2, minmax(180px, 220px)); }
.lumans-mm-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--noir);
}
.lumans-mm-card-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 4px;
    background: var(--warm-bg);
    margin-bottom: 14px;
}
.lumans-mm-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.lumans-mm-card-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--warm-bg), var(--warm-bg-2, #ede5d4));
}
.lumans-mm-card-title {
    font-family: var(--body-font);
    text-transform: none;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 0 0 8px;
    color: var(--noir);
    line-height: 1.25;
}
.lumans-mm-card-cta {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--noir);
    border-bottom: 1px solid var(--noir);
    padding-bottom: 2px;
    align-self: flex-start;
}

/* ===== MENU MOBILE : DRILL-DOWN (panneaux stack horizontale) ===== */
.mobile-menu-stack {
    flex: 1;
    overflow: hidden;
    position: relative;
    min-height: 0;
}
.mobile-menu-track {
    display: flex;
    width: 200%;
    height: 100%;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    align-items: stretch;
}
.mobile-menu-track[data-level="1"] {
    transform: translateX(-50%);
}
.mobile-menu-panel {
    width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 24px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Items du menu mobile (alignés avec les styles .mobile-menu-nav existants) */
.mobile-menu-item-link,
.mobile-menu-item-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    background: none;
    border: none;
    text-align: left;
    font-family: var(--body-font);
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: -0.16px;
    color: var(--noir);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}
.mobile-menu-item-link:hover,
.mobile-menu-item-trigger:hover { color: var(--rouge); }
.mobile-menu-item-trigger .mobile-menu-chevron {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    flex-shrink: 0;
    opacity: 0.6;
}

/* Sub panel : bouton retour + titre */
.mobile-menu-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    padding: 0 0 16px;
    margin: 0;
    color: var(--gris);
    font-family: var(--body-font);
    font-size: 0.92rem;
    cursor: pointer;
    transition: color 0.2s;
}
.mobile-menu-back:hover { color: var(--rouge); }
.mobile-menu-back svg { width: 14px; height: 14px; stroke: currentColor; }
.mobile-menu-sub-title {
    font-family: var(--body-font);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 14px;
    color: var(--noir);
    text-transform: none;
    letter-spacing: -0.3px;
}

/* ===== MINI CARTES "COLLECTIONS EN VEDETTE" — MOBILE ===== */
.mobile-menu-featured {
    padding: 12px 24px 16px;
}
.mobile-menu-featured-label { display: none; }
.mobile-menu-featured-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
}
.mobile-menu-featured-list::-webkit-scrollbar { display: none; }
.mobile-menu-featured-card {
    flex: 0 0 150px;
    text-decoration: none;
    color: var(--noir);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mobile-menu-featured-img {
    width: 150px;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 3px;
    background: var(--warm-bg);
    display: block;
}
.mobile-menu-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mobile-menu-featured-title {
    font-size: 1rem;
    line-height: 1.3;
    color: var(--noir);
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mobile-menu-cards .lumans-mm-card-cta { font-size: 0.8rem; }
.header-logo a { display: block; width: 120px; }
.header-logo svg { display: block; width: 100%; height: auto; }
.header-logo svg path { fill: #fff; transition: fill 0.3s; }
.site-header.scrolled .header-logo svg path, .site-header--solid .header-logo svg path { fill: var(--noir); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 33px; }
.header-actions a { font-size: 1.03rem; letter-spacing: -0.16px; color: #fff; transition: color 0.3s; display: inline-flex; align-items: center; }
.cart-icon-link { position: relative; }
.cart-count-badge { position: absolute; top: -6px; right: -8px; background: var(--rouge); color: #fff; width: 16px; height: 16px; border-radius: 50%; font-size: 0.62rem; display: flex; align-items: center; justify-content: center; font-weight: 600; letter-spacing: 0; }
.site-header.scrolled .header-actions a, .site-header--solid .header-actions a { color: var(--noir); }
.header-actions .search-icon { width: 18px; height: 18px; }

/* ===== MOBILE HEADER (hidden on desktop) ===== */
.mobile-header { display: none; position: fixed; top: 28px; left: 0; right: 0; z-index: 99; background: #fff; transition: background 0.3s; }
.mobile-header-inner { display: flex; align-items: center; padding: 12px 16px; min-height: 56px; }
.mobile-header-logo { flex: 1; display: flex; justify-content: center; align-items: center; }
.mobile-header-logo a { display: flex; align-items: center; width: 100px; color: var(--noir); line-height: 0; }
.mobile-header-logo svg { display: block; width: 100%; height: auto; }
.mobile-header-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.mobile-header-actions a { color: var(--noir); display: inline-flex; align-items: center; line-height: 0; }
.mobile-header-actions a svg { display: block; }
.mobile-header .ham { display: block; align-self: center; }

/* Hamburger animation */
.ham { cursor: pointer; -webkit-tap-highlight-color: transparent; transition: transform 400ms; user-select: none; width: 36px; height: 36px; flex-shrink: 0; }
.hamRotate.active { transform: rotate(45deg); }
.ham .line { fill: none; transition: stroke-dasharray 400ms, stroke-dashoffset 400ms; stroke: var(--noir); stroke-width: 5.5; stroke-linecap: round; }
.ham1 .top { stroke-dasharray: 40 139; }
.ham1 .bottom { stroke-dasharray: 40 180; }
.ham1.active .top { stroke-dashoffset: -98px; }
.ham1.active .bottom { stroke-dashoffset: -138px; }

/* Mobile header HOME — transparent, white elements */
.mobile-header--home { background: transparent; }
.mobile-header--home .ham .line { stroke: #fff; }
.mobile-header--home .mobile-header-logo a { color: #fff; }
.mobile-header--home .mobile-header-actions a { color: #fff; }
/* Scroll → white bg, dark elements */
.mobile-header--home.scrolled { background: #fff; }
.mobile-header--home.scrolled .ham .line { stroke: var(--noir); }
.mobile-header--home.scrolled .mobile-header-logo a { color: var(--noir); }
.mobile-header--home.scrolled .mobile-header-actions a { color: var(--noir); }
/* Menu open → force dark */
body.mobile-menu-open .mobile-header--home { background: #fff; }
body.mobile-menu-open .mobile-header--home .ham .line { stroke: var(--noir); }
body.mobile-menu-open .mobile-header--home .mobile-header-logo a { color: var(--noir); }
body.mobile-menu-open .mobile-header--home .mobile-header-actions a { color: var(--noir); }

/* ===== MOBILE MENU ===== */
/* Overlay assombri sur la zone visible de la page derrière le drawer */
.mobile-menu-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 90; opacity: 0; visibility: hidden; transition: all 0.3s; }
.mobile-menu-overlay.open { opacity: 1; visibility: visible; }
/* Drawer latéral 85% width avec cap à 380px → laisse toujours une portion de page visible à droite */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 85%;
    max-width: 380px;
    height: 100dvh;
    max-height: 100dvh;
    background: #fff;
    z-index: 95;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    overflow: hidden;
    overscroll-behavior: contain;
    box-shadow: 4px 0 30px rgba(0,0,0,0.1);
}
/* Lock du body uniquement (PAS html) — sinon iOS Safari reset scrollY au close.
   Le drawer en position:fixed inset:0 couvre tout l'écran : sur touch, l'utilisateur
   ne peut pas atteindre le body en dessous, donc lock body suffit pour le wheel desktop. */
body.mobile-menu-open { overflow: hidden; overscroll-behavior: contain; }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-nav,
.mobile-menu-sub-nav { padding: 0; }
.mobile-menu-nav ul,
.mobile-menu-sub-nav ul { list-style: none; padding: 0; margin: 0; }
.mobile-menu-nav li,
.mobile-menu-sub-nav li { border-bottom: 1px solid #f5f5f5; }

/* Footer du menu mobile : devise + langue ancrés en bas */
.mobile-menu-footer { display: flex; justify-content: space-between; align-items: center; padding: 22px 24px 28px; border-top: 1px solid #f0f0f0; gap: 16px; }
.mobile-menu-footer-item { display: flex; align-items: center; }

/* Currency switcher dans le footer mobile : noir lisible sur fond blanc */
.mobile-menu-footer .lumans-mm-currency select,
.mobile-menu-footer .lumans-mm-currency .currency-select { color: var(--noir); background-color: transparent; border: none; font-family: var(--body-font); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.4px; padding: 4px 18px 4px 0; cursor: pointer; -webkit-appearance: none; appearance: none; outline: none; text-transform: uppercase; background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M2 3.5L5 6.5L8 3.5' stroke='%230f0f0f' stroke-width='1.4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right center; box-shadow: none; }
.mobile-menu-footer .lumans-mm-currency select option { color: var(--noir); background: #fff; }
/* Fallback si WMC rend une liste de liens au lieu d'un select */
.mobile-menu-footer .lumans-mm-currency a,
.mobile-menu-footer .lumans-mm-currency .wmc-currency-content-left,
.mobile-menu-footer .lumans-mm-currency .wmc-currency-content-right { color: var(--noir); }
.mobile-menu-footer .lumans-mm-currency .wmc-flag,
.mobile-menu-footer .lumans-mm-currency img { display: none; }

/* Lang switcher pills compact (fond gris clair sur fond blanc) */
.mobile-menu-footer .lang-switch { display: flex; background: rgba(15,15,15,0.06); border-radius: 50px; overflow: hidden; }
.mobile-menu-footer .lang-switch .lang-btn { padding: 4px 12px; font-family: var(--body-font); font-size: 0.78rem; letter-spacing: 0.4px; font-weight: 500; border: none; background: none; color: rgba(15,15,15,0.5); cursor: pointer; transition: all 0.3s; text-decoration: none; display: inline-block; }
.mobile-menu-footer .lang-switch .lang-btn:hover { color: var(--noir); }
.mobile-menu-footer .lang-switch .lang-btn.active { background: var(--noir); color: #fff; border-radius: 50px; }
.mobile-menu-footer .lang-switch .lang-btn.active:hover { color: #fff; }

/* Converter de devises intégré dans le drawer mobile */
.mobile-menu-converter { padding: 20px 24px 32px; border-top: 1px solid #f0f0f0; margin-top: auto; }
.mobile-menu-converter-title { font-family: var(--body-font); font-size: 0.78rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--gris); margin: 0 0 14px; }
.mobile-menu-converter .wmc-converter,
.mobile-menu-converter .wmc-converter-form,
.mobile-menu-converter form { display: flex !important; flex-direction: column; gap: 10px; padding: 0 !important; background: transparent !important; border: none !important; box-shadow: none !important; }
.mobile-menu-converter .wmc-converter-row,
.mobile-menu-converter .wmc-row { display: flex; gap: 8px; align-items: center; }
.mobile-menu-converter input[type="text"],
.mobile-menu-converter input[type="number"] { flex: 1; padding: 10px 14px !important; border: 1px solid #e5e5e5 !important; border-radius: 8px !important; font-family: var(--body-font); font-size: 0.95rem; color: var(--noir) !important; background: #fff !important; outline: none !important; transition: border-color 0.2s; }
.mobile-menu-converter input[type="text"]:focus,
.mobile-menu-converter input[type="number"]:focus { border-color: var(--noir) !important; }
.mobile-menu-converter select { padding: 10px 30px 10px 14px !important; border: 1px solid #e5e5e5 !important; border-radius: 8px !important; font-family: var(--body-font); font-size: 0.95rem; color: var(--noir) !important; background: #fff !important; cursor: pointer; -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M1 2.5L4 5.5L7 2.5' stroke='%230f0f0f' stroke-width='1'/%3E%3C/svg%3E") !important; background-repeat: no-repeat !important; background-position: right 10px center !important; }
.mobile-menu-converter button,
.mobile-menu-converter input[type="submit"] { padding: 10px 18px !important; background: var(--noir) !important; color: #fff !important; border: 1px solid var(--noir) !important; border-radius: 8px !important; font-family: var(--body-font); font-size: 0.9rem !important; cursor: pointer; transition: background 0.2s, color 0.2s; }
.mobile-menu-converter button:hover,
.mobile-menu-converter input[type="submit"]:hover { background: transparent !important; color: var(--noir) !important; }
.mobile-menu-converter .wmc-converter-result,
.mobile-menu-converter .wmc-result { padding: 12px 14px; background: #faf7f4; border-radius: 8px; font-family: var(--body-font); font-size: 1rem; color: var(--noir); margin-top: 4px; }

/* ===== FOOTER ===== */
/* ===== FOOTER — style Suke/Melayci : aligné gauche, marque LUMANS visible, pas de picto ===== */
.site-footer { background: var(--rouge); color: #fff; padding: 80px 58px 50px; position: relative; }
.f-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 60px;
    max-width: 1512px;
    margin: 0 auto;
    align-items: flex-start;
}
.f-brand-block { display: flex; flex-direction: column; gap: 16px; }
.f-brand {
    font-family: var(--heading-font, 'Gallery Modern', Georgia, serif);
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 4px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
}
.f-tagline {
    font-family: var(--body-font);
    font-size: 0.92rem;
    line-height: 1.5;
    opacity: 0.75;
    margin: 0;
    max-width: 280px;
    letter-spacing: 0.1px;
}
.f-social { display: flex; gap: 10px; margin-top: 4px; }
.f-social a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, border-color 0.3s;
}
.f-social a:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.f-social svg { width: 15px; height: 15px; fill: #fff; }
.f-contact { display: flex; flex-direction: column; gap: 12px; }
.f-contact p { font-size: 1rem; letter-spacing: -0.16px; opacity: 0.7; line-height: 1.5; margin: 0; }
.f-contact a { color: inherit; text-decoration: none; transition: opacity 0.3s; }
.f-contact a:hover { opacity: 1; }
.f-cols { display: contents; }
.f-col { display: flex; flex-direction: column; gap: 14px; }
.f-col h4 {
    font-family: var(--body-font);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin: 0 0 6px;
    text-transform: uppercase;
    opacity: 0.85;
}
.f-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 0; margin: 0; }
.f-col li { margin: 0; }
.f-col a {
    font-size: 0.95rem;
    letter-spacing: -0.16px;
    opacity: 0.78;
    transition: opacity 0.3s;
    color: inherit;
    text-decoration: none;
}
.f-col a:hover { opacity: 1; }

.bottom-bar {
    background: var(--warm-bg-2); color: var(--noir);
    padding: 14px 58px; display: flex;
    justify-content: space-between; align-items: center;
    font-size: 0.8rem; letter-spacing: 0.3px;
}
.bottom-bar-left { opacity: 0.8; }
.bottom-bar-right { display: flex; gap: 20px; }
.bottom-bar-right a { color: var(--noir); opacity: 0.8; transition: opacity 0.3s; }
.bottom-bar-right a:hover { opacity: 1; }

/* Footer social list (in La Maison column) */
.footer-col ul.footer-social-list { display: flex; flex-direction: row; gap: 18px; align-items: center; padding: 0; margin: 0; list-style: none; }
.footer-col ul.footer-social-list li { margin: 0; }
.footer-col ul.footer-social-list a { display: inline-flex; align-items: center; justify-content: center; color: inherit; text-decoration: none; opacity: 0.7; transition: opacity 0.3s; padding: 0; }
.footer-col ul.footer-social-list a:hover { opacity: 1; }
.footer-col ul.footer-social-list svg { width: 22px; height: 22px; fill: currentColor; flex-shrink: 0; }
.footer-col ul.footer-social-list a span { display: none; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 8px 25px; font-family: var(--body-font); font-size: 1.2rem; letter-spacing: -0.36px; border-radius: 50px; cursor: pointer; transition: all 0.3s; border: 1px solid; }
.btn-primary { background: var(--rouge); color: #fff; border-color: var(--rouge); }
.btn-primary:hover { background: transparent; color: var(--rouge); }
.btn-outline { background: transparent; color: var(--noir); border-color: var(--noir); }
.btn-outline:hover { background: var(--noir); color: #fff; }
.btn-outline-white { background: transparent; color: #fff; border-color: #fff; }
.btn-outline-white:hover { background: #fff; color: var(--noir); }
.btn-gold { background: var(--or); color: #fff; border-color: var(--or); }
.btn-gold:hover { background: transparent; color: var(--or); }

/* ===== NEWSLETTER ===== */
.newsletter { background: var(--warm-bg-2); padding: 80px 58px; text-align: center; }
.newsletter h2 { font-family: var(--body-font); font-size: 2.25rem; letter-spacing: -1.44px; line-height: 1.3; margin-bottom: 16px; font-weight: 500; text-transform: none; }
.newsletter p { font-size: 1rem; color: var(--gris); letter-spacing: -0.36px; line-height: 1.5; max-width: 480px; margin: 0 auto 32px; }
.newsletter-form { display: flex; align-items: center; max-width: 480px; margin: 0 auto; border: none; border-bottom: 1px solid var(--or); border-radius: 0; }
.newsletter-form input { flex: 1; border: none; padding: 12px 4px; font-family: var(--body-font); font-size: 1rem; letter-spacing: -0.36px; outline: none; background: none; color: inherit; }
.newsletter-form input::placeholder { color: var(--gris); }
.newsletter-form button { background: none; border: none; padding: 12px 4px; cursor: pointer; display: flex; align-items: center; }
.newsletter-form button svg { width: 20px; height: 20px; stroke: var(--or); }

/* ===== CART DRAWER ===== */
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 200; opacity: 0; visibility: hidden; transition: all 0.3s ease; }
.cart-overlay.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; top: 0; right: 0; width: 420px; height: 100%; background: #fff; z-index: 201; transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); display: flex; flex-direction: column; }
.cart-drawer.open { transform: translateX(0); }
.cart-header { display: flex; justify-content: space-between; align-items: center; padding: 24px 28px; border-bottom: 1px solid #eee; }
.cart-header h3 { font-family: var(--body-font); font-size: 1.1rem; font-weight: 600; letter-spacing: 0.48px; text-transform: uppercase; }
.cart-close { background: none; border: none; cursor: pointer; padding: 4px; }
.cart-close svg { width: 20px; height: 20px; stroke: var(--noir); }
.cart-body { flex: 1; overflow-y: auto; padding: 28px; }
.cart-item { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid #eee; }
.cart-item-img { width: 90px; height: 120px; background: var(--off-white); border-radius: 4px; overflow: hidden; flex-shrink: 0; display: block; text-decoration: none; }
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.cart-item-name { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.48px; text-transform: uppercase; color: var(--noir); text-decoration: none; display: block; }
.cart-item-variant { font-size: 0.8rem; color: var(--gris); margin-top: 4px; }
.cart-item-remove { background: none; border: none; font-family: var(--body-font); font-size: 0.72rem; color: var(--gris); cursor: pointer; text-decoration: underline; margin-top: 6px; padding: 0; letter-spacing: 0.3px; transition: color 0.2s; }
.cart-item-remove:hover { color: var(--rouge); }
.cart-item-bottom { display: flex; justify-content: space-between; align-items: center; }
.cart-item-qty { display: flex; align-items: center; gap: 12px; border: 1px solid #eee; padding: 4px 8px; border-radius: 4px; }
.cart-item-qty button { background: none; border: none; font-size: 1rem; cursor: pointer; color: var(--noir); padding: 0 4px; }
.cart-item-qty span { font-size: 0.85rem; min-width: 16px; text-align: center; }
.cart-item-price { font-size: 0.9rem; font-weight: 600; }
.cart-empty { text-align: center; padding: 60px 0; }
.cart-empty p { font-size: 1.2rem; color: var(--gris); margin-bottom: 24px; }
.cart-footer { padding: 24px 28px; border-top: 1px solid #eee; }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 20px; }
.cart-total span { font-size: 0.95rem; font-weight: 600; letter-spacing: 0.48px; text-transform: uppercase; }
.cart-checkout { display: block; width: 100%; padding: 14px 25px; background: transparent; color: var(--noir); font-family: var(--body-font); font-size: 1.1rem; letter-spacing: -0.36px; text-transform: none; border: 1px solid var(--noir); border-radius: 8px; cursor: pointer; transition: background 0.3s, color 0.3s, border-color 0.3s; text-align: center; text-decoration: none; }
.cart-checkout:hover { background: var(--noir); color: #fff; border-color: var(--noir); }

/* ===== SEARCH BAR ===== */
.search-overlay { position: fixed; top: 0; left: 0; right: 0; z-index: 300; background: #fff; transform: translateY(-100%); opacity: 0; transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.35s ease; }
.search-overlay.open { transform: translateY(0); opacity: 1; }
.search-overlay-bar { display: flex; align-items: center; gap: 16px; max-width: 1512px; margin: 0 auto; padding: 0 58px; height: 70px; border-bottom: 1px solid #eee; }
.search-overlay-icon { width: 20px; height: 20px; stroke: var(--gris); flex-shrink: 0; }
.search-overlay-form { flex: 1; display: flex; align-items: center; }
.search-overlay-form input[type="search"] { width: 100%; border: none; outline: none; font-family: 'Louis George Cafe', var(--body-font, sans-serif); font-size: 0.95rem; font-weight: 400; letter-spacing: 0.3px; background: transparent; color: var(--noir); }
.search-overlay-form input::placeholder { color: #bbb; }
.search-overlay-close { background: none; border: none; cursor: pointer; padding: 4px; flex-shrink: 0; }
.search-overlay-close svg { width: 20px; height: 20px; stroke: var(--noir); transition: opacity 0.2s; }
.search-overlay-close svg:hover { opacity: 0.5; }
.search-overlay-backdrop { position: fixed; inset: 0; z-index: 299; background: rgba(0,0,0,0.25); opacity: 0; visibility: hidden; transition: opacity 0.3s ease; }
.search-overlay-backdrop.open { opacity: 1; visibility: visible; }

/* Search Results */
.search-results { max-width: 1512px; margin: 0 auto; padding: 0 58px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.search-results.has-results { max-height: 500px; overflow-y: auto; padding-top: 20px; padding-bottom: 24px; }
.search-results-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.search-result-item { display: flex; align-items: center; gap: 14px; padding: 10px 14px; border-radius: 6px; text-decoration: none; color: var(--noir); transition: background 0.2s; }
@media (hover: hover) and (pointer: fine) {
    .search-result-item:hover { background: var(--warm-bg, #f9f5f0); }
}
.search-result-img { width: 56px; height: 72px; border-radius: 4px; overflow: hidden; background: var(--off-white, #f8f3ea); flex-shrink: 0; }
.search-result-img img { width: 100%; height: 100%; object-fit: cover; }
.search-result-info { flex: 1; min-width: 0; }
.search-result-name { font-family: 'Louis George Cafe', var(--body-font, sans-serif); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.48px; text-transform: uppercase; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-result-price { font-family: 'Louis George Cafe', var(--body-font, sans-serif); font-size: 0.78rem; color: var(--gris); letter-spacing: 0.3px; }
.search-results-all { display: block; text-align: center; margin-top: 16px; padding: 10px 24px; font-family: 'Louis George Cafe', var(--body-font, sans-serif); font-size: 0.78rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--noir); text-decoration: none; border: 1px solid #ddd; border-radius: 50px; transition: all 0.2s; }
@media (hover: hover) and (pointer: fine) {
    .search-results-all:hover { background: var(--noir); color: #fff; border-color: var(--noir); }
}
.search-results-empty { text-align: center; padding: 24px 0; }
.search-results-empty p { font-family: 'Louis George Cafe', var(--body-font, sans-serif); font-size: 0.9rem; color: var(--gris); }

@media (max-width: 1024px) {
    .search-results-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .search-overlay-bar { padding: 0 16px; height: 60px; }
    .search-results { padding: 0 16px; }
    .search-results-list { grid-template-columns: 1fr; }
}

/* ===== WOOCOMMERCE OVERRIDES ===== */
.woocommerce ul.products li.product a img { border-radius: 5px; }
.woocommerce ul.products li.product .price { font-family: var(--body-font); }
.woocommerce ul.products li.product h2 { font-family: var(--body-font); text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.48px; }
.woocommerce .button, .woocommerce button.button { font-family: var(--body-font); border-radius: 50px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--rouge); }
.woocommerce a.button.alt, .woocommerce button.button.alt { background-color: var(--rouge); border-color: var(--rouge); }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background-color: var(--rouge-mid); }

/* ===== REUSABLE TITLE CLASSES ===== */
.lumans-title-xl { font-family: var(--heading-font); font-size: 3.71rem; letter-spacing: -0.64px; line-height: 1.03; text-transform: uppercase; font-weight: 400; }
.lumans-title-lg { font-family: var(--heading-font); font-size: 3rem; letter-spacing: 0px; line-height: 1.19; text-transform: uppercase; font-weight: 400; }
.lumans-title-md { font-family: var(--heading-font); font-size: 2rem; letter-spacing: 0px; line-height: 1.3; text-transform: uppercase; font-weight: 400; }
.lumans-title-section { font-family: var(--body-font); font-size: 2.25rem; letter-spacing: -1.44px; font-weight: 500; }
.lumans-text { font-family: var(--body-font); font-size: 1.2rem; letter-spacing: -0.36px; line-height: 1.5; }
.lumans-label { font-family: var(--body-font); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.48px; text-transform: uppercase; }
.lumans-label-gold { font-family: var(--body-font); font-size: 1.12rem; font-weight: 700; letter-spacing: -0.36px; text-transform: uppercase; color: var(--or); }

/* ===== ELEMENTOR OVERRIDES ===== */
.elementor-section { max-width: 100%; }
.elementor h1, .elementor h2, .elementor h3, .elementor h4, .elementor h5, .elementor h6 { font-family: var(--heading-font); }

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 1024px) {
    .topbar { padding: 8px 30px; font-size: 0.85rem; }
    .header-inner { padding: 16px 30px; }
    .header-nav { gap: 20px; }
    .header-nav a { font-size: 0.9rem; }
    .header-actions { gap: 20px; }
    .header-actions a { font-size: 0.9rem; }
    .site-footer { padding: 60px 30px 40px; }
    /* Tablette : marque pleine largeur en haut, 3 cols en dessous */
    .f-inner { grid-template-columns: repeat(3, 1fr); gap: 40px; }
    .f-brand-block { grid-column: 1 / -1; margin-bottom: 8px; }
    .newsletter { padding: 60px 30px; }
    .bottom-bar { padding: 14px 30px; }
    .cart-drawer { width: 360px; }
}

/* Mobile */
@media (max-width: 767px) {
    .topbar { padding: 9px 16px; font-size: 0.95rem; letter-spacing: 0.2px; position: fixed; top: 0; left: 0; right: 0; z-index: 100; }
    .topbar-right { display: none; }
    .site-header { top: 28px; }
    /* Hide desktop header, show mobile header */
    .desktop-header { display: none; }
    .mobile-header { display: block; }
    #content { padding-top: 90px; }
    body.home #content,
    body.single-product #content { padding-top: 0; }
    /* Disable hero logo animation on mobile */
    .lumans-hero__logo-svg { display: none; }
    /* Mobile : tout en une seule colonne, aligné à gauche */
    .site-footer { padding: 40px 20px 36px; text-align: left; }
    .f-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .f-brand-block {
        gap: 12px;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        margin-bottom: 4px;
    }
    .f-brand { font-size: 1.85rem; letter-spacing: 3px; }
    .f-tagline { font-size: 0.85rem; max-width: 100%; }
    .f-social { gap: 8px; }
    .f-social a { width: 32px; height: 32px; }
    .f-social svg { width: 13px; height: 13px; }
    .f-col { gap: 10px; }
    .f-col h4 { font-size: 0.72rem; letter-spacing: 0.18em; margin-bottom: 2px; }
    .f-col ul { gap: 10px; }
    .f-col a { font-size: 0.9rem; }
    .newsletter { padding: 50px 16px; }
    .newsletter h2 { font-size: 1.5rem; }
    .newsletter-form { max-width: 100%; }
    .bottom-bar { padding: 12px 16px; flex-direction: column-reverse; gap: 8px; text-align: center; }
    .bottom-bar-right { justify-content: center; flex-wrap: wrap; }
    /* Cart drawer style menu : 85% largeur, fond visible derrière, shadow latérale */
    .cart-drawer {
        width: 85%;
        max-width: 380px;
        box-shadow: -4px 0 30px rgba(0, 0, 0, 0.1);
    }
    .cart-header { padding: 20px; }
    .cart-body { padding: 20px; }
    .cart-footer { padding: 20px; }
}

/* ===== SCROLL TO TOP BUTTON ===== */
.lumans-scroll-top {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #C59D53;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px rgba(197, 157, 83, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
    z-index: 85;
    padding: 0;
}
.lumans-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.lumans-scroll-top:hover {
    transform: translateY(-2px);
}
.lumans-scroll-top svg {
    width: 18px;
    height: 18px;
    display: block;
}
/* Caché quand le menu mobile, le panier ou la recherche sont ouverts */
body.mobile-menu-open .lumans-scroll-top,
body:has(.cart-drawer.open) .lumans-scroll-top,
body:has(.search-overlay.open) .lumans-scroll-top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
@media (max-width: 600px) {
    .lumans-scroll-top {
        bottom: 20px;
        right: 16px;
        width: 38px;
        height: 38px;
    }
    .lumans-scroll-top svg { width: 16px; height: 16px; }
}

/* ===== 404 PAGE ===== */
.lumans-404 {
    max-width: 720px;
    margin: 0 auto;
    padding: 80px 24px 100px;
    text-align: center;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lumans-404__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 32px;
    transition: transform 0.25s ease, opacity 0.2s ease;
}
.lumans-404__brand img { width: 100%; height: 100%; display: block; object-fit: contain; }
.lumans-404__brand:hover { transform: scale(1.05); opacity: 0.85; }
.lumans-404__brand:focus-visible { outline: 2px solid #C59D53; outline-offset: 6px; border-radius: 50%; }

.lumans-404__content { max-width: 560px; margin: 0 auto; }
.lumans-404__eyebrow {
    font-size: clamp(3rem, 10vmin, 6rem);
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--noir, #0f0f0f);
    margin: 0 0 18px;
    font-weight: 700;
    font-family: var(--body-font);
    line-height: 1;
}
.lumans-404__title {
    font-family: var(--body-font);
    text-transform: none;
    font-size: clamp(2rem, 5vmin, 2.8rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
    line-height: 1.15;
    color: var(--noir, #0f0f0f);
}
.lumans-404__text {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--gris, #6b6457);
    margin: 0 auto 36px;
    max-width: 480px;
}
.lumans-404__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.lumans-404__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    border: 1px solid var(--noir, #0f0f0f);
    color: var(--noir, #0f0f0f);
    background: transparent;
    border-radius: 3px;
    transition: background 0.15s, color 0.15s;
    font-family: var(--body-font);
}
.lumans-404__btn:hover { background: var(--noir, #0f0f0f); color: #fff; }
.lumans-404__btn--primary { background: var(--noir, #0f0f0f); color: #fff; }
.lumans-404__btn--primary:hover { background: transparent; color: var(--noir, #0f0f0f); }

.lumans-404__quick {
    padding-top: 32px;
    border-top: 1px solid #eee;
}
.lumans-404__quick-label {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gris, #6b6457);
    margin-bottom: 14px;
    font-family: var(--body-font);
}
.lumans-404__quick-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}
.lumans-404__quick-links a {
    color: var(--noir, #0f0f0f);
    font-size: 0.92rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.2s;
    font-family: var(--body-font);
}
.lumans-404__quick-links a:hover { border-bottom-color: #C59D53; }

@media (max-width: 700px) {
    .lumans-404 { padding: 56px 18px 72px; min-height: 60vh; }
    .lumans-404__brand { width: 56px; height: 56px; margin-bottom: 24px; }
    .lumans-404__title { font-size: 1.6rem; }
    .lumans-404__text { font-size: 0.95rem; }
    .lumans-404__actions { flex-direction: column; gap: 10px; }
    .lumans-404__btn { width: 100%; padding: 14px 20px; }
    .lumans-404__quick-links { gap: 18px; }
}
