/* ========================================================
   JoYceLife — Luxury Design System
   ======================================================== */

/* ---------- CSS Custom Properties ---------- */
:root {
    --gold:        #c9a96e;
    --gold-light:  #e8d5b0;
    --gold-dark:   #a07840;
    --noir:        #0d0b09;
    --noir-soft:   #1a1410;
    --brown-deep:  #3b1f1a;
    --brown-mid:   #6f3d35;
    --brown-light: #d8b4a0;
    --cream:       #fdf8f2;
    --cream-card:  #fffcf8;
    --text-main:   #1a1410;
    --text-muted:  #7a6a62;
    --radius-card: 20px;
    --radius-btn:  999px;
    --transition:  0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-card: 0 8px 40px rgba(13, 11, 9, 0.10);
    --shadow-glow: 0 0 0 3px rgba(201, 169, 110, 0.25);
}

/* ---------- Animations ---------- */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes shimmer {
    0%   { background-position: -200% center; }
    100% { background-position:  200% center; }
}

@keyframes heroScale {
    from { transform: scale(1.06); }
    to   { transform: scale(1); }
}

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-6px); }
}

@keyframes serviceBlinkZoom {
    0%, 100% { transform: scale(1); opacity: 0.985; }
    50% { transform: scale(1.025); opacity: 1; }
}

@keyframes serviceSlideFadeIn {
    from { opacity: 0; transform: scale(1.03); }
    to   { opacity: 1; transform: scale(1); }
}

@keyframes serviceMarqueeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ---------- Blazor Error / Form Utilities (preserved) ---------- */
h1:focus { outline: none; }

.valid.modified:not([type=checkbox]) { outline: 1px solid #26b050; }
.invalid                              { outline: 1px solid #e50000; }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI26My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDg2IDYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}
.blazor-error-boundary::after { content: "An error has occurred." }

.darker-border-checkbox.form-check-input { border-color: #929292; }

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}
.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder { text-align: start; }

/* ---------- Global Blazor error UI ---------- */
#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1400;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* ---------- Base ---------- */
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Jost', Arial, sans-serif;
    background-color: var(--cream);
    color: var(--text-main);
    -webkit-font-smoothing: antialiased;
    overscroll-behavior-y: contain;
}

body {
    /* Espace pour safe-area bas (iPhone home-bar) */
    padding-bottom: env(safe-area-inset-bottom);
}

* {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    box-sizing: border-box;
}

*:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button, a {
    touch-action: manipulation;
    cursor: pointer;
}

input, textarea, select {
    font-family: inherit;
    font-size: 1rem; /* évite le zoom sur iOS */
    border-radius: 0; /* reset iOS arrondi */
}

a {
    color: inherit;
    text-decoration: none;
}

.page {
    min-height: 100vh;
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(201,169,110,0.08) 0%, transparent 60%),
        var(--cream);
}

/* ---------- Topbar ---------- */
.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1200;
    padding: 0.6rem 2rem;
    background: rgba(13, 11, 9, 0.88);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    color: white;
    box-shadow: 0 1px 0 rgba(201,169,110,0.22), 0 6px 28px rgba(0,0,0,0.35);
    border-bottom: 1px solid rgba(201,169,110,0.18);
    min-height: 62px;
}

.brand a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

/* ── Topbar animated logo wrapper ───────────────────────────────── */
.brand-logo-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: heroLogoFloat 4.5s ease-in-out infinite;
    will-change: transform;
}

.brand-logo-ring {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1px solid rgba(201,169,110,0.45);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.07) inset;
    animation: heroLogoRingPulse 3s ease-in-out infinite, ringRotate 18s linear infinite;
    pointer-events: none;
}

.brand-logo {
    display: block;
    height: 90px;
    width: auto;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.30));
    animation: heroLogoGlow 4.5s ease-in-out infinite;
    will-change: filter;
    transition: transform var(--transition);
}

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

.nav-links {
    display: flex;
    gap: 0.25rem;
}

.nav-links a {
    padding: 0.45rem 0.85rem;
    border-radius: var(--radius-btn);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: background var(--transition), color var(--transition);
}

.nav-links a:hover {
    background-color: rgba(201,169,110,0.15);
    color: var(--gold-light);
}

.nav-links a.active {
    background-color: rgba(201,169,110,0.2);
    color: var(--gold-light);
}

.panier-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.panier-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.4rem;
    height: 1.4rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: var(--noir);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 4px 14px rgba(201,169,110,0.3);
}

.nav-button {
    padding: 0.45rem 1rem;
    border-radius: var(--radius-btn);
    border: 1px solid rgba(201,169,110,0.45);
    background-color: transparent;
    color: var(--gold-light);
    cursor: pointer;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.nav-button:hover {
    background-color: rgba(201,169,110,0.18);
    border-color: var(--gold);
}

/* ---------- Content wrapper ---------- */
.content {
    max-width: 1160px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem 1.5rem;
}

/* ---------- Hero (Home page full-bleed) ---------- */
.hero {
    position: relative;
    border-radius: var(--radius-card);
    overflow: hidden;
    margin-bottom: 3rem;
    min-height: 480px;
    display: flex;
    align-items: flex-end;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1400&q=80&auto=format&fit=crop');
    background-size: cover;
    background-position: center 30%;
    animation: heroScale 1.6s ease-out forwards;
    z-index: 0;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(13, 11, 9, 0.88) 0%,
        rgba(13, 11, 9, 0.45) 50%,
        rgba(13, 11, 9, 0.10) 100%
    );
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 2.5rem 3rem;
    animation: fadeUp 1s ease-out 0.2s both;
}

.hero h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0.01em;
    color: #fff;
    margin: 0 0 1rem 0;
}

.hero h1 em {
    font-style: italic;
    color: var(--gold-light);
}

.hero p {
    max-width: 600px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    font-size: 1.05rem;
    margin-bottom: 0;
}

.cta-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.75rem;
}

/* ---------- Buttons ---------- */
.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.75rem 1.6rem;
    border-radius: var(--radius-btn);
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-dark));
    background-size: 200% auto;
    color: var(--noir);
    box-shadow: 0 4px 20px rgba(201,169,110,0.35);
}

.btn-primary:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(201,169,110,0.45);
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
}

.btn-secondary:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.8);
    transform: translateY(-2px);
}

/* Secondary variant on light backgrounds */
.btn-secondary-dark {
    border-color: var(--brown-light);
    color: var(--brown-mid);
}

.btn-secondary-dark:hover {
    background-color: var(--cream);
    border-color: var(--gold);
    color: var(--gold-dark);
}

/* Secondary buttons on light admin surfaces */
.order-card .btn-secondary,
.inline-edit-form .btn-secondary,
.admin-detail-card .btn-secondary,
.admin-list-item .btn-secondary {
    border: 1px solid var(--brown-light);
    color: var(--brown-mid);
}

.order-card .btn-secondary:hover,
.inline-edit-form .btn-secondary:hover,
.admin-detail-card .btn-secondary:hover,
.admin-list-item .btn-secondary:hover {
    background-color: var(--cream);
    border-color: var(--gold);
    color: var(--gold-dark);
}

/* ---------- Section titles ---------- */
.section-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: var(--brown-deep);
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 40px;
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
}

/* ---------- Cards ---------- */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.1rem;
}

.card {
    background: var(--cream-card);
    border: 1px solid rgba(201,169,110,0.18);
    border-radius: var(--radius-card);
    padding: 1.5rem;
    box-shadow: var(--shadow-card);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    animation: fadeUp 0.7s ease-out both;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(13,11,9,0.13), var(--shadow-glow);
    border-color: rgba(201,169,110,0.4);
}

.card h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--brown-deep);
    margin-top: 0;
    margin-bottom: 0.6rem;
    letter-spacing: 0.02em;
}

.card h3::before {
    content: '— ';
    color: var(--gold);
    font-weight: 300;
}

/* Stagger card animation */
.card-grid .card:nth-child(1) { animation-delay: 0.05s; }
.card-grid .card:nth-child(2) { animation-delay: 0.13s; }
.card-grid .card:nth-child(3) { animation-delay: 0.21s; }
.card-grid .card:nth-child(4) { animation-delay: 0.29s; }
.card-grid .card:nth-child(5) { animation-delay: 0.37s; }
.card-grid .card:nth-child(6) { animation-delay: 0.45s; }

/* ---------- Prices & Meta ---------- */
.price {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--gold-dark);
    letter-spacing: 0.02em;
}

.meta {
    color: var(--text-muted);
    font-size: 0.92rem;
}

.service-gallery {
    position: relative;
    overflow: hidden;
    margin: 0.95rem 0 1.1rem;
    border-radius: 18px;
    border: 1px solid rgba(201,169,110,0.18);
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(250,244,235,0.92));
}

.service-gallery__header {
    display: flex;
    justify-content: flex-end;
    padding: 0.7rem 0.85rem 0;
}

.service-gallery__count {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.22rem 0.65rem;
    background: rgba(201,169,110,0.14);
    color: var(--gold-dark);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.service-gallery__track {
    display: flex;
    gap: 0.8rem;
    width: max-content;
    padding: 0.8rem;
    animation: serviceGalleryScroll 18s linear infinite;
}

.service-gallery:hover .service-gallery__track {
    animation-play-state: paused;
}

.service-gallery__button {
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    flex: 0 0 auto;
}

.service-gallery__image {
    width: 128px;
    height: 96px;
    object-fit: cover;
    border-radius: 14px;
    flex: 0 0 auto;
    box-shadow: 0 10px 24px rgba(13,11,9,0.12);
    border: 1px solid rgba(201,169,110,0.18);
}

.service-gallery__button:hover .service-gallery__image {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 14px 28px rgba(13,11,9,0.16);
}

.service-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(13,11,9,0.72);
    backdrop-filter: blur(6px);
}

.service-gallery-modal__content {
    position: relative;
    max-width: min(820px, 100%);
    width: 100%;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffdf9, #f8f0e3);
    border: 1px solid rgba(201,169,110,0.2);
    box-shadow: 0 28px 90px rgba(13,11,9,0.28);
    padding: 1.1rem;
}

.service-gallery-modal__close {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(13,11,9,0.72);
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
}

.service-gallery-modal__image {
    display: block;
    width: 100%;
    max-height: min(72vh, 680px);
    object-fit: contain;
    border-radius: 18px;
}

.service-gallery-modal__caption {
    margin: 0.85rem 0 0;
    text-align: center;
    color: var(--brown-mid);
    font-weight: 500;
}

@keyframes serviceGalleryScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 0.4rem));
    }
}

/* ---------- Empty state ---------- */
.empty-state {
    padding: 2rem;
    border-radius: var(--radius-card);
    background-color: var(--cream-card);
    border: 1px dashed var(--brown-light);
    text-align: center;
    color: var(--text-muted);
}

/* ---------- Services page hero ---------- */
.services-hero {
    position: relative;
    border-radius: var(--radius-card);
    overflow: hidden;
    margin-bottom: 2.5rem;
    min-height: 260px;
    display: flex;
    align-items: flex-end;
    background:
        linear-gradient(to top, rgba(13,11,9,0.82) 0%, rgba(13,11,9,0.35) 60%, rgba(13,11,9,0.08) 100%),
        url('https://images.unsplash.com/photo-1560066984-138dadb4c035?w=1400&q=80&auto=format&fit=crop') center/cover no-repeat;
    animation: fadeUp 0.8s ease-out both;
}

/* ---------- Static pages hero (About / Contact) ---------- */
.static-page-hero {
    position: relative;
    border-radius: var(--radius-card);
    overflow: hidden;
    margin-bottom: 2.5rem;
    min-height: 280px;
    display: flex;
    align-items: flex-end;
    animation: fadeUp 0.8s ease-out both;
}

.static-page-hero--about {
    background:
        linear-gradient(to top, rgba(13,11,9,0.80) 0%, rgba(13,11,9,0.32) 60%, transparent 100%),
        url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1400&q=80&auto=format&fit=crop') center/cover no-repeat;
}

.static-page-hero--contact {
    background:
        linear-gradient(to top, rgba(13,11,9,0.80) 0%, rgba(13,11,9,0.32) 60%, transparent 100%),
        url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=1400&q=80&auto=format&fit=crop') center/cover no-repeat;
}

.static-page-hero__content {
    padding: 2.5rem 3rem;
}

/* ---------- Static page body ---------- */
.static-page-body {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    animation: fadeUp 0.7s ease-out both;
}

.static-page-intro {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.static-page-intro p {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin: 0 0 1rem;
}

/* ---------- Blocs contact (icônes) ---------- */
.static-page-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.static-block-card {
    background: var(--cream-card);
    border: 1px solid rgba(201,169,110,0.2);
    border-radius: var(--radius-card);
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: var(--shadow-card);
    transition: transform var(--transition), box-shadow var(--transition);
    animation: fadeUp 0.7s ease-out both;
}

.static-block-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(13,11,9,0.1), var(--shadow-glow);
}

.static-block-card__icon {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 0.75rem;
}

.static-block-card__heading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--brown-deep);
    margin: 0 0 0.4rem;
}

.static-block-card__text {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin: 0;
    word-break: break-word;
}

/* ---------- Contact form section ---------- */
.contact-form-section {
    background: var(--cream-card);
    border: 1px solid rgba(201,169,110,0.18);
    border-radius: var(--radius-card);
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
}

.contact-form-section__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--brown-deep);
    margin: 0 0 1.5rem;
    text-align: center;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* ---------- About blocs grid ---------- */
.about-blocks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.75rem;
}

.about-block-card {
    background: var(--cream-card);
    border: 1px solid rgba(201,169,110,0.2);
    border-radius: var(--radius-card);
    padding: 2.2rem 1.75rem 2rem;
    text-align: center;
    box-shadow: var(--shadow-card);
    transition: transform var(--transition), box-shadow var(--transition);
    animation: fadeUp 0.7s ease-out both;
    position: relative;
    overflow: hidden;
}

.about-block-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-top: 3px solid var(--gold);
    border-radius: var(--radius-card) var(--radius-card) 0 0;
    opacity: 0;
    transition: opacity var(--transition);
}

.about-block-card:hover::before { opacity: 1; }

.about-block-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(13,11,9,0.1), var(--shadow-glow);
}

.about-block-card__icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(201,169,110,0.15), rgba(201,169,110,0.05));
    border: 1px solid rgba(201,169,110,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.about-block-card__icon { font-size: 1.8rem; }

.about-block-card__heading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--brown-deep);
    margin: 0 0 0.5rem;
}

.about-block-card__text {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ---------- About CTA section ---------- */
.about-cta-section {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, rgba(201,169,110,0.08), rgba(201,169,110,0.03));
    border: 1px solid rgba(201,169,110,0.18);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
}

.about-cta-section__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    color: var(--brown-deep);
    margin: 0 0 0.75rem;
}

.about-cta-section__sub {
    font-size: 1rem;
    color: var(--text-muted);
    margin: 0 0 1.75rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
}

.about-cta-section__actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    border: 2px solid var(--gold);
    border-radius: 999px;
    color: var(--gold-dark);
    background: transparent;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background var(--transition), color var(--transition);
    cursor: pointer;
}

.btn-secondary:hover {
    background: rgba(201,169,110,0.12);
    color: var(--brown-deep);
}

/* ---------- Admin – gestion des pages ---------- */
.admin-pages-section {
    margin-top: 3rem;
}

.admin-pages-section__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--brown-deep);
    margin: 0 0 1.5rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(201,169,110,0.2);
}

.admin-pages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 1.75rem;
}

.admin-page-editor {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.admin-page-editor__header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.admin-page-editor__icon { font-size: 1.4rem; }

.admin-page-editor__header h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--brown-deep);
    margin: 0;
    flex: 1;
}

.btn-link-small {
    font-size: 0.8rem;
    color: var(--gold-dark);
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
}

.admin-json-editor {
    font-family: 'Courier New', monospace !important;
    font-size: 0.82rem !important;
    background: #faf7f4 !important;
    color: var(--brown-deep) !important;
}

.services-hero__content {
    padding: 2.5rem 3rem;
}

.services-hero__eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 0.65rem;
    opacity: 0.9;
}

.services-hero__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 300;
    color: #fff;
    margin: 0 0 0.75rem;
    line-height: 1.15;
}

.services-hero__title em {
    font-style: italic;
    color: var(--gold-light);
}

.services-hero__sub {
    max-width: 520px;
    color: rgba(255,255,255,0.78);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}

/* ---------- Services loading ---------- */
.services-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    padding: 3rem 0;
    color: var(--text-muted);
}

.services-loading > p { margin: 0; font-size: 0.95rem; }

@keyframes servicesDotPulse {
    0%, 80%, 100% { transform: scale(0.7); opacity: 0.45; }
    40% { transform: scale(1); opacity: 1; }
}

.services-loading__dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gold);
    animation: servicesDotPulse 1.3s ease-in-out infinite;
}
.services-loading__dot:nth-child(2) { animation-delay: 0.2s; }
.services-loading__dot:nth-child(3) { animation-delay: 0.4s; }

/* ---------- Services card grid ---------- */
.services-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.75rem;
}

/* ---------- Service card ---------- */
.service-card {
    background: var(--cream-card);
    border: 1px solid rgba(201,169,110,0.18);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    animation: fadeUp 0.7s ease-out both;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(13,11,9,0.13), var(--shadow-glow);
    border-color: rgba(201,169,110,0.38);
}

.services-card-grid .service-card:nth-child(1) { animation-delay: 0.05s; }
.services-card-grid .service-card:nth-child(2) { animation-delay: 0.13s; }
.services-card-grid .service-card:nth-child(3) { animation-delay: 0.21s; }
.services-card-grid .service-card:nth-child(4) { animation-delay: 0.29s; }
.services-card-grid .service-card:nth-child(5) { animation-delay: 0.37s; }
.services-card-grid .service-card:nth-child(6) { animation-delay: 0.45s; }

.service-card__body {
    padding: 1.5rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-card__category {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-dark);
    background: rgba(201,169,110,0.12);
    border: 1px solid rgba(201,169,110,0.25);
    border-radius: 999px;
    padding: 0.2rem 0.7rem;
    margin-bottom: 0.75rem;
}

.service-card__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--brown-deep);
    margin: 0 0 0.55rem;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.service-card__title::before {
    content: '— ';
    color: var(--gold);
    font-weight: 300;
}

.service-card__description {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin: 0 0 1.1rem;
    flex: 1;
}

.service-card__meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.service-card__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.87rem;
    color: var(--text-muted);
    background: rgba(201,169,110,0.07);
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    border: 1px solid rgba(201,169,110,0.15);
}

.service-card__meta-item svg {
    color: var(--gold);
    flex-shrink: 0;
}

.service-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(201,169,110,0.15);
}

.service-card__price {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--gold-dark);
    letter-spacing: 0.02em;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.service-card__price--promo {
    color: #c0392b;
    font-size: 1.6rem;
    font-weight: 700;
}

.service-card__price--old {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-muted);
    opacity: 0.65;
    text-decoration: line-through;
}

.service-card__promo-badge {
    font-size: 0.72rem;
    font-weight: 700;
    font-family: inherit;
    letter-spacing: 0.1em;
    color: #fff;
    background: var(--gold-dark, #8a6d2f);
    border-radius: 999px;
    padding: 0.15rem 0.55rem;
    text-transform: uppercase;
}

/* ---------- Services filters ---------- */
.services-filters {
    margin-bottom: 2rem;
    max-width: none;
}

.services-filter-summary {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    color: var(--gold-dark);
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* ---------- Forms ---------- */
.form-card {
    background: var(--cream-card);
    border: 1px solid rgba(201,169,110,0.18);
    border-radius: var(--radius-card);
    padding: 2rem;
    max-width: 700px;
    box-shadow: var(--shadow-card);
}

/* ---------- OTP card ---------- */
.otp-card {
    max-width: 440px;
    text-align: center;
}

.otp-icon {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
}

.otp-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--brown-deep);
    margin: 0 0 0.6rem;
}

.otp-subtitle {
    font-size: 0.93rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.otp-timer-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin: 0 0 1.25rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: rgba(201,169,110,0.12);
    border: 1px solid rgba(201,169,110,0.28);
}

.otp-timer-panel-warning {
    background: rgba(255,193,7,0.14);
    border-color: rgba(255,193,7,0.42);
}

.otp-timer-panel-critical {
    background: rgba(220,53,69,0.12);
    border-color: rgba(220,53,69,0.42);
    animation: otp-timer-blink 1s ease-in-out infinite;
}

.otp-timer-panel-expired {
    background: rgba(220,53,69,0.1);
    border-color: rgba(220,53,69,0.28);
}

.otp-timer-icon {
    font-size: 1.35rem;
    line-height: 1;
}

.otp-timer-text {
    margin: 0;
    color: var(--brown-deep);
}

.otp-timer-panel-warning .otp-timer-text {
    color: #8a5a00;
}

.otp-timer-panel-critical .otp-timer-text {
    color: #8a1538;
}

.otp-timer-panel-expired .otp-timer-text {
    color: #8a1538;
}

@keyframes otp-timer-blink {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(220,53,69,0);
    }

    50% {
        transform: scale(1.02);
        box-shadow: 0 0 0 4px rgba(220,53,69,0.12);
    }
}

@media (prefers-reduced-motion: reduce) {
    .otp-timer-panel-critical {
        animation: none;
    }
}

.otp-group {
    align-items: center;
}

.otp-input {
    text-align: center;
    font-size: 1.9rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.45em !important;
    max-width: 220px;
    border-color: var(--gold) !important;
    border-width: 2px !important;
    color: var(--brown-deep) !important;
}

.otp-input::placeholder {
    color: rgba(201,169,110,0.4);
    letter-spacing: 0.35em;
    font-weight: 400;
}

.otp-back {
    margin-top: 1rem;
}

.btn-link {
    background: none;
    border: none;
    color: var(--gold-dark);
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.1rem;
}

.form-group label {
    margin-bottom: 0.4rem;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.8rem 1rem;
    border: 1px solid var(--brown-light);
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Jost', sans-serif;
    background-color: #fff;
    color: var(--text-main);
    transition: border-color var(--transition), box-shadow var(--transition);
    outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--gold);
    box-shadow: var(--shadow-glow);
}

.password-input-group {
    display: flex;
    align-items: stretch;
    gap: 0.6rem;
}

.password-input-group .password-input {
    flex: 1;
}

.password-toggle {
    border: 1px solid var(--brown-light);
    background: linear-gradient(135deg, #fffaf5, var(--cream));
    color: var(--brown-mid);
    border-radius: 12px;
    padding: 0.8rem 1rem;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: border-color var(--transition), color var(--transition), transform var(--transition);
}

.password-toggle:hover {
    border-color: var(--gold);
    color: var(--gold-dark);
    transform: translateY(-1px);
}

.validation-message {
    color: #b42318;
    font-size: 0.88rem;
    margin-top: 0.25rem;
}

.form-control {
    width: 100%;
    box-sizing: border-box;
}

.form-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.form-group-half {
    flex: 1 1 240px;
}

.form-actions {
    margin-top: 1.75rem;
}

.form-actions button {
    border: none;
    cursor: pointer;
}

.form-actions button:disabled {
    opacity: 0.65;
    cursor: wait;
}

/* ---------- Reservation summary ---------- */
.reservation-summary {
    margin-top: 1.5rem;
    padding: 1.25rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff9f5, var(--cream));
    border: 1px solid rgba(201,169,110,0.22);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.reservation-summary h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    margin-top: 0;
    color: var(--brown-deep);
}

/* ---------- Status messages ---------- */
.status-message {
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    font-size: 0.95rem;
}

.status-message-success {
    background-color: #ecfdf3;
    border: 1px solid #abe6c1;
    color: #0f5132;
}

.status-message-error {
    background-color: #fff1f3;
    border: 1px solid #f4b6c2;
    color: #8a1538;
}

/* ---------- Card actions ---------- */
.card-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.1rem;
}

.card-actions button {
    border: none;
    cursor: pointer;
}

/* ---------- Product detail ---------- */
.product-detail { margin-top: 1rem; }

.product-detail-card {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
    gap: 2rem;
    align-items: start;
}

.product-detail-price {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.75rem;
    color: var(--gold-dark);
}

.product-buy-box { max-width: none; }

.compact-message { margin-top: 1rem; margin-bottom: 0; }

/* ---------- Cart ---------- */
.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.8fr);
    gap: 2rem;
    align-items: start;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.cart-item-controls { min-width: 180px; }

.quantity-input { max-width: 110px; margin: 0.4rem 0 0.8rem 0; }

.cart-summary { position: sticky; top: 1rem; }

/* ---------- Checkout ---------- */
.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.9fr);
    gap: 2rem;
    align-items: start;
}

.checkout-summary { max-width: none; }

.summary-line {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid rgba(201,169,110,0.12);
    padding-bottom: 0.5rem;
}

.summary-total {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--gold-dark);
}

.vertical-actions { flex-direction: column; }

/* ---------- Account ---------- */
.account-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.account-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.order-card { max-width: none; }

.order-details-list {
    margin-top: 1rem;
    border-top: 1px solid rgba(201,169,110,0.15);
    padding-top: 1rem;
}

.auth-helper-text { margin-top: 1rem; }

/* ---------- Admin Dashboard ---------- */
.admin-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.metric-card {
    text-align: center;
    background: linear-gradient(135deg, var(--cream-card), #fffaf5);
    border: 1px solid rgba(201,169,110,0.2);
    border-radius: var(--radius-card);
    padding: 1.25rem 1rem;
    box-shadow: var(--shadow-card);
    animation: floatBadge 4s ease-in-out infinite;
}

.metric-card:nth-child(2) { animation-delay: 0.5s; }
.metric-card:nth-child(3) { animation-delay: 1s; }
.metric-card:nth-child(4) { animation-delay: 1.5s; }

.metric-value {
    margin: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--gold-dark);
    letter-spacing: 0.04em;
}

.admin-sections { margin-top: 1rem; }

.admin-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.admin-list-item {
    align-items: center;
    border: 1px solid rgba(201,169,110,0.15);
    border-radius: 14px;
    padding: 0.85rem 1.1rem;
    background-color: var(--cream-card);
    transition: box-shadow var(--transition);
}

.admin-list-item:hover {
    box-shadow: 0 4px 20px rgba(201,169,110,0.12);
}

.admin-detail-card {
    border: 1px solid rgba(201,169,110,0.15);
    border-radius: 14px;
    padding: 1.25rem;
    background-color: var(--cream-card);
}

.admin-status-row {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.admin-status-select { max-width: 220px; }

/* ---------- Filter bar ---------- */
.filter-bar { margin-bottom: 1.5rem; max-width: none; }

/* ---------- Availability ---------- */
.availability-box {
    margin-bottom: 1rem;
    padding: 1.25rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff9f5, var(--cream));
    border: 1px solid rgba(201,169,110,0.2);
}

.availability-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.availability-chip {
    border: 1px solid var(--brown-light);
    background-color: #fff;
    color: var(--brown-mid);
    border-radius: var(--radius-btn);
    padding: 0.55rem 1rem;
    cursor: pointer;
    font: inherit;
    font-size: 0.9rem;
    transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);
}

.availability-chip:hover {
    border-color: var(--gold);
    transform: translateY(-1px);
}

.availability-chip-selected {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: #fff;
    border-color: var(--gold);
}

/* ---------- Checkout progress ---------- */
.checkout-progress {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
}

.checkout-step {
    padding: 0.5rem 1.1rem;
    border-radius: var(--radius-btn);
    background-color: rgba(201,169,110,0.1);
    color: var(--brown-mid);
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    border: 1px solid rgba(201,169,110,0.2);
}

.checkout-step-completed {
    background-color: #ecfdf3;
    color: #0f5132;
    border-color: #abe6c1;
}

.checkout-step-active {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: var(--noir);
    border-color: var(--gold);
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(201,169,110,0.3);
}

/* ---------- Trust bar ---------- */
.trust-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.trust-item {
    padding: 1rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--cream-card), #fffaf5);
    border: 1px solid rgba(201,169,110,0.18);
    font-size: 0.93rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

/* ---------- Checkout actions / address / confirmation ---------- */
.checkout-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1.75rem;
}

.checkout-address-preview {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(201,169,110,0.15);
}

.confirmation-card { max-width: 820px; }

.confirmation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.confirmation-note {
    padding: 1.25rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff9f5, var(--cream));
    border: 1px solid rgba(201,169,110,0.2);
}

/* ---------- Cart banner ---------- */
.cart-banner {
    padding: 1.1rem 1.25rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff9f5, var(--cream));
    border: 1px solid rgba(201,169,110,0.2);
}

.cart-banner p { margin-bottom: 0; }

/* ---------- Promo Price Display ---------- */
.prix-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.6rem 0;
}

.prix-group-detail {
    margin: 0.75rem 0 1rem;
}

.prix-original {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.05rem;
    color: var(--text-muted);
    text-decoration: line-through;
    text-decoration-color: var(--brown-mid);
}

.prix-promo {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #c0392b;
    letter-spacing: 0.02em;
}

.promo-badge {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: var(--radius-btn);
    text-transform: uppercase;
    vertical-align: middle;
    box-shadow: 0 2px 8px rgba(192, 57, 43, 0.35);
    animation: floatBadge 3s ease-in-out infinite;
}

/* Admin promo preview */
.promo-preview {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.promo-box {
    margin: 0.75rem 0;
    padding: 1rem 1.25rem;
    border: 1px dashed rgba(192, 57, 43, 0.35);
    background: linear-gradient(135deg, #fff5f5, #fff);
    border-radius: 14px;
}

/* Admin product image preview */
.produit-img-preview {
    position: relative;
    margin: 0.5rem 0 0.75rem;
    width: 130px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--brown-light);
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    display: inline-block;
}

.produit-img-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.produit-img-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(13,11,9,0.6);
    color: #fff;
    border: none;
    font-size: 0.9rem;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    transition: background var(--transition);
}

.produit-img-remove:hover { background: rgba(180,40,40,0.85); }

.produit-image-upload-zone {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.produit-upload-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.1rem;
    border: 2px dashed rgba(201,169,110,0.45);
    border-radius: 12px;
    background: rgba(201,169,110,0.05);
    color: var(--gold-dark);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color var(--transition), background var(--transition);
    position: relative;
    width: fit-content;
}

.produit-upload-label:hover {
    border-color: var(--gold);
    background: rgba(201,169,110,0.1);
}

.produit-upload-label.uploading {
    opacity: 0.65;
    cursor: wait;
}

.produit-upload-label input[type="file"],
.produit-upload-label ::deep input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.produit-upload-error {
    font-size: 0.85rem;
    color: #c0392b;
    margin: 0;
}

/* ---------- Admin inline edit ---------- */
.admin-produit-row {
    border: 1px solid rgba(201,169,110,0.18);
    border-radius: 16px;
    overflow: hidden;
    background: var(--cream-card);
    transition: box-shadow var(--transition);
}

.admin-produit-row:has(.inline-edit-form) {
    box-shadow: 0 4px 24px rgba(201,169,110,0.18);
    border-color: rgba(201,169,110,0.4);
}

.admin-produit-info {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.admin-produit-thumb {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid var(--brown-light);
    flex-shrink: 0;
}

.inline-edit-form {
    padding: 1.25rem 1.4rem 1.4rem;
    border-top: 1px solid rgba(201,169,110,0.2);
    background: linear-gradient(135deg, #fffcf8, var(--cream));
    animation: fadeUp 0.25s ease-out both;
}

.prestataire-description-counter {
    transition: color var(--transition), font-weight var(--transition);
}

.prestataire-description-counter-warning {
    color: var(--gold-dark);
    font-weight: 600;
}

.prestataire-description-counter-limit {
    color: #b32121;
    font-weight: 700;
}

.user-status-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 0.5rem;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.user-status-badge-active {
    background: rgba(38, 176, 80, 0.14);
    color: #1d7f3a;
    border: 1px solid rgba(38, 176, 80, 0.28);
}

.user-status-badge-pending {
    background: rgba(201, 169, 110, 0.16);
    color: var(--gold-dark);
    border: 1px solid rgba(201, 169, 110, 0.32);
}

/* ---------- Boutique header ---------- */
.boutique-header {
    margin-bottom: 2rem;
}

/* ---------- Produit card with image ---------- */
.produit-card {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.produit-card-img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f5ece4, #ede0d6);
    position: relative;
}

.produit-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.produit-card:hover .produit-card-img {
    transform: scale(1.07);
}

.produit-card-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--gold);
    opacity: 0.45;
}

.produit-card-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #c0392b;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    text-transform: uppercase;
}

.produit-card-body {
    padding: 0.7rem 0.9rem 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.produit-card-nom {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--brown-deep);
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.produit-card-prix {
    font-size: 0.97rem;
    font-weight: 700;
    color: var(--gold-dark);
    margin: 0;
}

.produit-card-body .prix-group {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.produit-card-body .prix-original {
    font-size: 1.04rem;
}

.produit-card-body .prix-promo {
    font-size: 1.5rem;
}

/* ---------- Service gallery ---------- */
.service-gallery {
    margin: 1rem 0 1.35rem;
    padding: 1rem;
    border-radius: 18px;
    background: linear-gradient(145deg, #fffaf5, var(--cream-card));
    border: 1px solid rgba(201,169,110,0.2);
    box-shadow: 0 10px 30px rgba(13, 11, 9, 0.08);
}

.service-gallery__header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.85rem;
}

.service-gallery__featured-button {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
    box-shadow: 0 22px 48px rgba(13, 11, 9, 0.22), 0 0 0 1px rgba(201,169,110,0.22);
    transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
}

.service-gallery__featured-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 56px rgba(13, 11, 9, 0.26), 0 0 0 1px rgba(201,169,110,0.34);
}

.service-gallery__featured-button:focus-visible {
    outline: none;
    box-shadow: var(--shadow-glow), 0 28px 56px rgba(13, 11, 9, 0.26);
}

.service-gallery__featured-button::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 11, 9, 0.32) 0%, rgba(13, 11, 9, 0.08) 42%, rgba(255,255,255,0.06) 100%);
    pointer-events: none;
}

.service-gallery__featured-image {
    width: 100%;
    height: 240px;
    display: block;
    object-fit: cover;
    background: linear-gradient(135deg, #f5ece4, #ede0d6);
    filter: saturate(1.06) contrast(1.04);
}

.service-gallery__slide {
    animation: serviceSlideFadeIn 0.7s ease-out both;
}

.service-gallery__slideshow {
    position: relative;
}

.service-gallery__slide-dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 2;
}

.service-gallery__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.55);
    cursor: pointer;
    padding: 0;
    transition: background 0.3s, transform 0.3s;
}

.service-gallery__dot.active {
    background: var(--gold);
    transform: scale(1.25);
}

.service-gallery__count {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    background: rgba(201,169,110,0.14);
    color: var(--gold-dark);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.service-gallery__marquee {
    overflow: hidden;
    border-radius: 20px;
}

.service-gallery__marquee-track {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: serviceMarqueeScroll 30s linear infinite;
}

.service-gallery__button {
    flex: 0 0 130px;
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(13, 11, 9, 0.14), 0 0 0 1px rgba(201,169,110,0.18);
    transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
}

.service-gallery__button:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 18px 38px rgba(13, 11, 9, 0.2), 0 0 0 1px rgba(201,169,110,0.28);
}

.service-gallery__button:focus-visible {
    outline: none;
    box-shadow: var(--shadow-glow), 0 16px 36px rgba(13, 11, 9, 0.18);
}

.service-gallery__image {
    width: 100%;
    height: 100px;
    display: block;
    object-fit: cover;
    background: linear-gradient(135deg, #f5ece4, #ede0d6);
    filter: saturate(1.05) contrast(1.03);
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), filter var(--transition);
}

.service-gallery__button:hover .service-gallery__image {
    transform: scale(1.08);
    filter: saturate(1.05) contrast(1.03);
}

.service-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 1500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(13, 11, 9, 0.78);
    backdrop-filter: blur(6px);
}

.service-gallery-modal__content {
    position: relative;
    width: min(92vw, 980px);
    max-height: 90vh;
    padding: 1rem;
    border-radius: 24px;
    background: linear-gradient(145deg, #fffdf9, var(--cream));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.service-gallery-modal__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(13, 11, 9, 0.74);
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

.service-gallery-modal__image {
    width: 100%;
    max-height: 75vh;
    border-radius: 18px;
    object-fit: contain;
    background: #f6efe7;
}

.service-gallery-modal__caption {
    margin: 0.85rem 0 0;
    text-align: center;
    font-weight: 600;
    color: var(--brown-deep);
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — Mobile First
   ═══════════════════════════════════════════════════════════ */

/* ── Tablette ≤ 1024px ── */
@media (max-width: 1024px) {
    .product-detail-card,
    .cart-layout,
    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .cart-item { flex-direction: column; }
}

/* ── Tablette petite / Mobile large ≤ 900px ── */
@media (max-width: 900px) {
    .services-hero { min-height: 200px; }
    .services-hero__content { padding: 1.75rem 1.25rem; }

    .services-card-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 1rem;
    }

    /* Tableaux admin */
    table { font-size: 0.85rem; }
    th, td { padding: 0.5rem 0.6rem; }
}

/* ── Mobile ≤ 768px ── */
@media (max-width: 768px) {

    /* === Topbar === */
    .topbar {
        padding: 0.5rem 1rem;
        min-height: 56px;
    }

    /* === Typography === */
    h1 { font-size: clamp(1.6rem, 6vw, 2.5rem); }
    h2 { font-size: clamp(1.3rem, 5vw, 2rem); }
    h3 { font-size: clamp(1.1rem, 4vw, 1.5rem); }
    p  { font-size: 0.95rem; line-height: 1.65; }

    /* === Hero === */
    .hero { min-height: 320px; }
    .hero-content {
        padding: 1.5rem 1rem;
        text-align: center;
    }

    /* === Cards globales === */
    .card, [class*="-card"], [class*="card-"] {
        border-radius: 14px;
    }

    /* === Formulaires === */
    .form-container, .auth-card, .login-card, .register-card {
        padding: 1.5rem 1.25rem;
        margin: 1rem;
        border-radius: 16px;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    input[type="number"],
    textarea,
    select {
        width: 100%;
        padding: 0.8rem 1rem;
        font-size: 1rem; /* évite zoom iOS */
        border-radius: 10px;
    }

    .btn, button[type="submit"], .submit-btn, .cta-btn {
        width: 100%;
        padding: 0.85rem 1.25rem;
        font-size: 0.95rem;
        border-radius: 10px;
    }

    /* === Admin === */
    .admin-list-item { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
    .compact-actions  { width: 100%; }
    .admin-status-row { flex-direction: column; align-items: stretch; gap: 0.5rem; }
    .admin-status-select { max-width: none; }
    .admin-table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; }

    /* === Boutique / Produits === */
    .boutique-grid,
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .product-card img { height: 160px; }

    .product-detail-card { gap: 1.5rem; }

    /* === Panier / Checkout === */
    .cart-item         { flex-direction: column; }
    .cart-item-image   { width: 100%; max-width: 200px; margin: 0 auto; }
    .cart-summary      { padding: 1rem; }
    .checkout-actions  { flex-direction: column; gap: 0.75rem; }

    /* === Services === */
    .services-card-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .service-gallery      { padding: 0.5rem; }
    .service-gallery__featured-image { height: 240px; }
    .service-gallery__image { height: 140px; }
    .service-gallery__button { flex-basis: 140px; }

    /* === Réservation === */
    .reservation-layout,
    .reservation-card {
        padding: 1.25rem 1rem;
        border-radius: 14px;
    }

    /* === Account / Profil === */
    .account-layout,
    .profile-card {
        padding: 1.25rem 1rem;
    }

    /* === Contact === */
    .contact-layout {
        padding: 1.25rem 1rem;
        gap: 1.5rem;
    }

    /* === Prestataire === */
    .prestataire-layout {
        padding: 1.25rem 1rem;
    }

    /* === Modales === */
    .modal-content,
    .modal-card {
        margin: 0.75rem;
        border-radius: 16px;
        max-height: 90vh;
        overflow-y: auto;
    }

    /* === Tables => scroll horizontal === */
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    table {
        min-width: 600px;
        font-size: 0.82rem;
    }
}

/* ── Très petits écrans ≤ 480px ── */
@media (max-width: 480px) {
    .boutique-grid,
    .products-grid {
        grid-template-columns: 1fr;
    }

    .product-card img { height: 200px; }

    .hero { min-height: 260px; }

    .services-hero { min-height: 180px; }

    .form-container, .auth-card, .login-card, .register-card {
        margin: 0.5rem;
        padding: 1.25rem 1rem;
        border-radius: 12px;
    }
}

/* ── Landscape mobile ── */
@media (max-width: 768px) and (orientation: landscape) {
    .hero { min-height: 200px; }
    .services-hero { min-height: 160px; }
}

/* ═══════════════════════════════════════════════════════════
   HOME PAGE — Luxury Vivant Design
   ═══════════════════════════════════════════════════════════ */

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

/* ── Luxury home-pub animations ── */
@keyframes pubRevealCard {
    0%   { opacity: 0; transform: translateY(60px) scale(0.97); clip-path: inset(8% 4% 0% 4% round 26px); }
    60%  { clip-path: inset(0% 0% 0% 0% round 26px); }
    100% { opacity: 1; transform: translateY(0) scale(1);    clip-path: inset(0% 0% 0% 0% round 26px); }
}
@keyframes pubRevealLine {
    from { opacity: 0; transform: translateY(28px); filter: blur(4px); }
    to   { opacity: 1; transform: translateY(0);    filter: blur(0); }
}
@keyframes pubFadeSlide {
    0%   { opacity: 0; transform: scale(1.04); }
    100% { opacity: 1; transform: scale(1); }
}
@keyframes pubBlurIn {
    0%   { opacity: 0; transform: scale(1.06); filter: blur(12px); }
    100% { opacity: 1; transform: scale(1);    filter: blur(0); }
}
@keyframes pubGlowPulse {
    0%,100% { opacity: 0.55; transform: scale(1); }
    50%     { opacity: 0.85; transform: scale(1.08); }
}
@keyframes pubBadgeIn {
    from { opacity: 0; transform: translateY(10px) scale(0.92); }
    to   { opacity: 1; transform: translateY(0)    scale(1); }
}
@keyframes heroKenBurns1 {
    0%   { transform: scale(1.08) translateX(0);     opacity: 1; }
    45%  { transform: scale(1.04) translateX(-1.5%); opacity: 1; }
    50%  { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes heroKenBurns2 {
    0%   { opacity: 0; }
    50%  { opacity: 0; }
    55%  { opacity: 1; transform: scale(1.08) translateX(0); }
    100% { opacity: 1; transform: scale(1.03) translateX(1.5%); }
}
@keyframes particleFloat {
    0%,100% { transform: translateY(0) scale(1);    opacity: 0.7; }
    50%      { transform: translateY(-30px) scale(1.2); opacity: 1; }
}
@keyframes scrollBounce {
    0%,100% { transform: translateY(0);   opacity: 1; }
    50%      { transform: translateY(8px); opacity: 0.4; }
}
@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@keyframes glowPulse {
    0%,100% { opacity: 0.4; transform: scale(1);    }
    50%      { opacity: 0.75; transform: scale(1.15); }
}
@keyframes ringRotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@keyframes heroLogoFloat {
    0%,100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}
@keyframes heroLogoGlow {
    0%,100% { filter: drop-shadow(0 12px 30px rgba(0,0,0,0.35)); }
    50%      { filter: drop-shadow(0 18px 40px rgba(201,169,110,0.38)); }
}
@keyframes heroLogoRingPulse {
    0%,100% { transform: scale(1); opacity: 0.45; }
    50%      { transform: scale(1.08); opacity: 0.8; }
}

/* HERO */
.home-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 0 0 var(--radius-card) var(--radius-card);
}

.home-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    will-change: transform, opacity;
}

.home-hero__bg--1 {
    background-image: url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1600&q=80&auto=format&fit=crop');
    animation: heroKenBurns1 14s ease-in-out infinite;
    z-index: 0;
}

.home-hero__bg--2 {
    background-image: url('https://images.unsplash.com/photo-1595476108010-b4d1f102b1b1?w=1600&q=80&auto=format&fit=crop');
    animation: heroKenBurns2 14s ease-in-out infinite;
    z-index: 1;
}

.home-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        125deg,
        rgba(13,11,9,0.82) 0%,
        rgba(59,31,26,0.55) 45%,
        rgba(201,169,110,0.08) 100%
    );
    z-index: 2;
}

.home-hero__particles {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}
.home-hero__particles span {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
    opacity: 0.6;
    animation: particleFloat 4s ease-in-out infinite;
}
.home-hero__particles span:nth-child(1) { top: 15%; left: 12%; animation-delay: 0s;   animation-duration: 4.2s; }
.home-hero__particles span:nth-child(2) { top: 30%; left: 80%; animation-delay: 0.8s; animation-duration: 5s;   width: 3px; height: 3px; }
.home-hero__particles span:nth-child(3) { top: 60%; left: 25%; animation-delay: 1.5s; animation-duration: 3.8s; }
.home-hero__particles span:nth-child(4) { top: 72%; left: 65%; animation-delay: 2.2s; animation-duration: 4.5s; width: 4px; height: 4px; }
.home-hero__particles span:nth-child(5) { top: 20%; left: 55%; animation-delay: 0.4s; animation-duration: 6s;   width: 3px; height: 3px; }
.home-hero__particles span:nth-child(6) { top: 82%; left: 40%; animation-delay: 1.9s; animation-duration: 4.8s; }

.home-hero__content {
    position: relative;
    z-index: 4;
    max-width: 720px;
    padding: 0 3rem;
    animation: homeFadeUp 1.1s ease-out 0.25s both;
}

.home-hero__logo-wrap {
    position: relative;
    width: fit-content;
    margin: 0 0 1.4rem 0;
    animation: homeFadeUp 1s ease-out 0.05s both, heroLogoFloat 4.5s ease-in-out 1.1s infinite;
}

.home-hero__logo-ring {
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 1px solid rgba(201,169,110,0.35);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset;
    animation: heroLogoRingPulse 3s ease-in-out infinite, ringRotate 18s linear infinite;
}

.home-hero__logo {
    position: relative;
    z-index: 1;
    display: block;
    width: min(180px, 45vw);
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,0.18);
    box-shadow: 0 18px 40px rgba(0,0,0,0.28);
    animation: heroLogoGlow 4.5s ease-in-out 1.1s infinite;
    will-change: filter;
}

.home-hero__eyebrow {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0 0 1.25rem 0;
    animation: homeFadeUp 1s ease-out 0.1s both;
}

.home-hero__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.4rem, 6vw, 4.2rem);
    font-weight: 300;
    line-height: 1.12;
    color: #fff;
    margin: 0 0 1.4rem 0;
}

.home-hero__title em {
    font-style: italic;
    color: var(--gold-light);
    display: block;
}

.home-hero__sub {
    font-size: 1.08rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.78);
    max-width: 540px;
    margin-bottom: 0;
}

.home-hero__scroll-hint {
    position: absolute;
    bottom: 2.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}
.home-hero__scroll-hint span {
    display: block;
    width: 22px;
    height: 36px;
    border: 2px solid rgba(201,169,110,0.6);
    border-radius: 999px;
    position: relative;
}
.home-hero__scroll-hint span::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: var(--gold);
    border-radius: 999px;
    animation: scrollBounce 1.6s ease-in-out infinite;
}

/* STATS BAND */
.home-stats-band {
    background: linear-gradient(90deg, var(--noir) 0%, var(--brown-deep) 50%, var(--noir) 100%);
    border-top: 1px solid rgba(201,169,110,0.2);
    border-bottom: 1px solid rgba(201,169,110,0.2);
}
.home-stats-band__inner {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.75rem 2rem;
    animation: homeFadeUp 0.9s ease-out 0.3s both;
}
.home-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}
.home-stat__num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
}
.home-stat__label {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
}
.home-stat__divider {
    color: var(--gold-dark);
    font-size: 1.1rem;
    opacity: 0.6;
}

/* SECTION BASE */
.home-section {
    max-width: 1160px;
    margin: 0 auto;
    padding: 5rem 1.5rem 3rem;
}
.home-section__header {
    text-align: center;
    margin-bottom: 3rem;
    animation: homeFadeUp 0.9s ease-out 0.1s both;
}
.home-section__pre {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.6rem;
}
.home-section__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 300;
    color: var(--text-main);
    margin: 0 0 1rem 0;
}
.home-section__line {
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-dark));
    margin: 0 auto;
    border-radius: 2px;
}

/* UNIVERSE CARDS */
.home-universe-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.home-ucard {
    position: relative;
    border-radius: var(--radius-card);
    overflow: hidden;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    cursor: pointer;
    animation: homeFadeUp 0.9s ease-out both;
}
.home-ucard:nth-child(1) { animation-delay: 0.10s; }
.home-ucard:nth-child(2) { animation-delay: 0.22s; }
.home-ucard:nth-child(3) { animation-delay: 0.34s; }
.home-ucard:nth-child(4) { animation-delay: 0.46s; }

.home-ucard__img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s cubic-bezier(0.4,0,0.2,1);
    z-index: 0;
}
.home-ucard--coiffure .home-ucard__img {
    background-image: url('https://images.unsplash.com/photo-1596499760880-887f1f02a234?w=800&q=80&auto=format&fit=crop');
}
.home-ucard--nails .home-ucard__img {
    background-image: url('https://images.unsplash.com/photo-1604654894610-df63bc536371?w=800&q=80&auto=format&fit=crop');
}
.home-ucard--makeup .home-ucard__img {
    background-image: url('https://images.unsplash.com/photo-1512496015851-a90fb38ba796?w=800&q=80&auto=format&fit=crop');
}
.home-ucard--boutique .home-ucard__img {
    background-image: url('https://images.unsplash.com/photo-1620916297397-a4a5402a3c6c?w=800&q=80&auto=format&fit=crop');
}

.home-ucard__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13,11,9,0.92) 0%, rgba(13,11,9,0.35) 60%, transparent 100%);
    z-index: 1;
    transition: background var(--transition);
}
.home-ucard:hover .home-ucard__overlay {
    background: linear-gradient(to top, rgba(59,31,26,0.95) 0%, rgba(59,31,26,0.55) 60%, rgba(201,169,110,0.08) 100%);
}
.home-ucard:hover .home-ucard__img { transform: scale(1.07); }

.home-ucard__body {
    position: relative;
    z-index: 2;
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    transition: transform var(--transition);
}
.home-ucard:hover .home-ucard__body { transform: translateY(-4px); }

.home-ucard__icon {
    font-size: 1.6rem;
    line-height: 1;
}

.home-ucard__body h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.45rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.home-ucard__body p {
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.7);
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
.home-ucard:hover .home-ucard__body p { max-height: 80px; opacity: 1; }

.home-ucard__cta {
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    margin-top: 0.25rem;
}
.home-ucard:hover .home-ucard__cta { opacity: 1; transform: translateX(0); }

/* HOME PUB SECTION */
.home-pub {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6.5rem 2rem 7.5rem;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 5rem;
    align-items: center;
}

.home-pub__media-shell {
    animation: pubRevealCard 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.home-pub__content {
    /* stagger géré par des classes individuelles */
    animation: none;
}

.home-pub__media-shell {
    position: relative;
}

.home-pub__media-glow {
    position: absolute;
    inset: 14% -8% -14% 8%;
    background: radial-gradient(ellipse, rgba(201,169,110,0.22) 0%, rgba(201,169,110,0.06) 52%, transparent 78%);
    filter: blur(32px);
    z-index: 0;
    pointer-events: none;
    animation: pubGlowPulse 5s ease-in-out infinite;
}

/* KEY FIX: explicit height so height:100% resolves on children */
.home-pub__media-card {
    position: relative;
    height: 580px;
    border-radius: 26px;
    overflow: hidden;
    background: #1a1210;
    box-shadow:
        0 50px 90px rgba(41,28,22,0.16),
        0 14px 30px rgba(41,28,22,0.10),
        0 0 0 1px rgba(201,169,110,0.09);
    isolation: isolate;
    z-index: 1;
}

/* Fond flouté qui remplit toujours le cadre (cover) */
.home-pub__media-blur {
    position: absolute;
    inset: -12px;
    background-size: cover;
    background-position: center;
    filter: blur(24px) brightness(0.50) saturate(0.65);
    transform: scale(1.10);
    z-index: 0;
    animation: pubFadeSlide 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-pub__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    animation: pubBlurIn 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Image/vidéo centrée avec ratio préservé (contain) */
.home-pub__media--contain {
    object-fit: contain;
    z-index: 1;
    filter: drop-shadow(0 8px 40px rgba(0,0,0,0.45));
}

.home-pub__media--image {
    /* Ken Burns subtil après l'apparition */
    animation: pubBlurIn 1s cubic-bezier(0.22, 1, 0.36, 1) both,
               homePubZoom 20s ease-in-out 1.2s infinite alternate;
}

/* video — même traitement */
.home-pub__media-card video.home-pub__media {
    object-fit: contain;
    object-position: center center;
}

.home-pub__media-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg,
            rgba(10,7,5,0.02) 0%,
            rgba(10,7,5,0.20) 50%,
            rgba(10,7,5,0.70) 100%);
}

.home-pub__floating-badge {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    max-width: min(82%, 420px);
    backdrop-filter: blur(18px) saturate(1.18);
    -webkit-backdrop-filter: blur(18px) saturate(1.18);
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    color: rgba(255,250,244,0.96);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 18px;
    padding: 0.72rem 1rem;
    font-size: 0.74rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: normal;
    line-height: 1.2;
    box-shadow: 0 14px 32px rgba(20, 13, 10, 0.16);
    animation: pubBadgeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.9s both;
}

.home-pub__floating-badge--top {
    top: 1.4rem;
    left: 1.4rem;
    color: rgba(255,255,255,0.92);
    background: linear-gradient(135deg, rgba(18,14,12,0.44), rgba(18,14,12,0.18));
    border-color: rgba(255,255,255,0.14);
}

.home-pub__floating-badge--bottom {
    right: 1.4rem;
    bottom: 1.4rem;
    left: auto;
    transform: none;
    width: max-content;
    max-width: min(78%, 460px);
    justify-content: center;
    padding: 0.9rem 1.15rem;
    border-radius: 20px;
    text-align: center;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
    text-transform: none;
    font-family: Inter, 'Segoe UI', sans-serif;
    font-weight: 600;
    color: rgba(255,248,240,0.98);
    background: linear-gradient(135deg, rgba(17,13,11,0.58), rgba(44,31,24,0.36));
    border: 1px solid rgba(201,169,110,0.24);
    box-shadow: 0 18px 36px rgba(16, 11, 9, 0.24);
}

.home-pub__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
    backdrop-filter: blur(14px) saturate(1.2);
    -webkit-backdrop-filter: blur(14px) saturate(1.2);
    color: rgba(255,248,238,0.92);
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(20, 13, 10, 0.16);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.home-pub__arrow:hover {
    background: linear-gradient(180deg, rgba(201,169,110,0.34), rgba(201,169,110,0.18));
    border-color: rgba(201,169,110,0.45);
    color: #fff;
    box-shadow: 0 16px 34px rgba(41, 28, 22, 0.22);
    transform: translateY(-50%) scale(1.04);
}

.home-pub__arrow:active {
    transform: translateY(-50%) scale(0.98);
}

.home-pub__arrow--prev { left: 1.15rem; }
.home-pub__arrow--next { right: 1.15rem; }

.home-pub__slides-nav {
    position: absolute;
    left: 50%;
    bottom: 1.4rem;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 0.45rem;
    align-items: center;
}

.home-pub__slide-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.38);
    padding: 0;
    cursor: pointer;
    transition: width 0.35s ease, background 0.35s ease, border-radius 0.35s ease;
}

.home-pub__slide-dot--active {
    width: 22px;
    border-radius: 999px;
    background: var(--gold);
}

.admin-home-promo-preview {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(201,169,110,0.16);
    padding-top: 1.25rem;
}

.admin-home-promo-uploader {
    margin-top: 1.25rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(201,169,110,0.16);
    border-radius: 18px;
    background: rgba(255,255,255,0.72);
}

.admin-home-promo-uploader__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(201,169,110,0.12);
}

.admin-home-promo-uploader__row:first-of-type {
    border-top: none;
    padding-top: 0.5rem;
}

.admin-home-promo-uploader__actions {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
}

.admin-home-promo-uploader__preview {
    margin-top: 0.75rem;
}

.admin-home-promo-uploader__preview video {
    width: 100%;
    max-width: 220px;
    border-radius: 16px;
    display: block;
}

.admin-home-promo-uploader__remove-wrap {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
}

.admin-home-promo-uploader__slide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
}

.home-pub--preview {
    padding: 2rem 0 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
}

.home-pub--preview .home-pub__media-card {
    height: 340px;
}

.home-pub--preview .home-pub__media {
    height: 340px;
}

@media (max-width: 900px) {
    .home-pub {
        grid-template-columns: 1fr;
        gap: 2.8rem;
        padding: 4rem 1.25rem 5rem;
    }

    .home-pub__media-card {
        height: 380px;
    }
}

@media (max-width: 560px) {
    .home-pub__media-card {
        height: 300px;
        border-radius: 18px;
    }

    .home-pub__title {
        font-size: 2rem;
    }
}

.home-pub__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

/* Stagger d'entrée sur chaque ligne de contenu */
.home-pub__content > * {
    animation: pubRevealLine 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.home-pub__content > *:nth-child(1) { animation-delay: 0.25s; }
.home-pub__content > *:nth-child(2) { animation-delay: 0.38s; }
.home-pub__content > *:nth-child(3) { animation-delay: 0.50s; }
.home-pub__content > *:nth-child(4) { animation-delay: 0.62s; }
.home-pub__content > *:nth-child(5) { animation-delay: 0.74s; }
.home-pub__content > *:nth-child(6) { animation-delay: 0.86s; }

.home-pub__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.3rem, 3.8vw, 3.6rem);
    line-height: 1.07;
    font-weight: 300;
    letter-spacing: -0.01em;
    color: var(--text-main);
    margin: 0.5rem 0 1.1rem;
}

.home-pub__subtitle {
    font-size: 0.98rem;
    line-height: 1.85;
    letter-spacing: 0.02em;
    color: var(--gold-dark);
    margin-bottom: 0.85rem;
    font-style: italic;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

.home-pub__body {
    font-size: 0.96rem;
    line-height: 1.95;
    color: var(--text-muted);
    margin-bottom: 1.8rem;
    max-width: 44ch;
}

.home-pub__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 2.2rem;
}

.home-pub__highlights span {
    border-radius: 999px;
    padding: 0.42rem 1rem;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold-dark);
    background: rgba(201,169,110,0.07);
    border: 1px solid rgba(201,169,110,0.18);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.home-pub__highlights span:hover {
    background: rgba(201,169,110,0.14);
    border-color: rgba(201,169,110,0.32);
}

@keyframes homePubZoom {
    from { transform: scale(1.00); }
    to   { transform: scale(1.07); }
}

/* MARQUEE */
.home-marquee {
    overflow: hidden;
    border-top: 1px solid rgba(201,169,110,0.15);
    border-bottom: 1px solid rgba(201,169,110,0.15);
    background: linear-gradient(90deg, var(--cream) 0%, rgba(201,169,110,0.04) 50%, var(--cream) 100%);
    padding: 1.1rem 0;
}
.home-marquee__track {
    display: flex;
    gap: 2.5rem;
    white-space: nowrap;
    animation: marqueeScroll 22s linear infinite;
    width: max-content;
}
.home-marquee__track span {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.25rem;
    font-style: italic;
    color: var(--text-muted);
    letter-spacing: 0.04em;
}
.home-marquee__track span:nth-child(even) {
    color: var(--gold);
    font-style: normal;
    font-size: 0.9rem;
}

/* FINAL CTA */
.home-final-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--noir) 0%, var(--brown-deep) 60%, #1a0e0b 100%);
    text-align: center;
    padding: 6rem 1.5rem;
    margin-top: 2rem;
    animation: homeFadeUp 1s ease-out 0.1s both;
}
.home-final-cta__glow {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(201,169,110,0.15) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: glowPulse 4s ease-in-out infinite;
    pointer-events: none;
}
.home-final-cta__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 300;
    color: #fff;
    margin: 0.5rem 0 1rem;
    position: relative;
    z-index: 1;
}
.home-final-cta__sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 2.25rem;
    position: relative;
    z-index: 1;
}
.home-final-cta .home-section__pre { position: relative; z-index: 1; }

.home-btn-sec-dark {
    border-color: rgba(201,169,110,0.4) !important;
    color: var(--gold-light) !important;
}

/* RESPONSIVE HOME */
@media (max-width: 1024px) {
    .home-universe-grid { grid-template-columns: repeat(2, 1fr); }
    .home-pub            { grid-template-columns: 1fr; gap: 2.5rem; }
    .home-pub__media-card { min-height: 460px; }
    .home-pub__media     { min-height: 460px; }
}

@media (max-width: 640px) {
    .home-hero           { min-height: 100svh; }
    .home-hero__content  { padding: 0 1.25rem; }
    .home-hero__logo     { width: min(138px, 42vw); }
    .home-universe-grid  { grid-template-columns: 1fr; }
    .home-ucard          { min-height: 260px; }
    .home-stats-band__inner { flex-direction: column; gap: 1.5rem; }
    .home-stat__divider  { display: none; }
    .home-final-cta      { padding: 4rem 1.25rem; }
}

/* ── PROMO ALERT BANNER ── */
@keyframes promoBannerScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@keyframes promoBannerPulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(201,169,110,0.0); }
    50%      { box-shadow: 0 0 18px 4px rgba(201,169,110,0.35); }
}
@keyframes fireShake {
    0%,100% { transform: rotate(-8deg) scale(1.1); }
    50%      { transform: rotate(8deg) scale(1.25); }
}
@keyframes promoBadgePop {
    0%   { transform: scale(0.7) rotate(-8deg); opacity: 0; }
    60%  { transform: scale(1.15) rotate(3deg); opacity: 1; }
    100% { transform: scale(1) rotate(0deg);   opacity: 1; }
}
@keyframes promoCardPulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(201,169,110,0); }
    50%      { box-shadow: 0 0 0 8px rgba(201,169,110,0.15); }
}
@keyframes promoFloat {
    0%,100% { transform: translateY(0); }
    50%      { transform: translateY(-7px); }
}
@keyframes promoTilt {
    0%,100% { transform: rotate(0deg) translateY(0); }
    25%      { transform: rotate(-0.7deg) translateY(-3px); }
    75%      { transform: rotate(0.7deg) translateY(3px); }
}
@keyframes promoGlowShift {
    0%,100% { filter: drop-shadow(0 0 0 rgba(201,169,110,0.0)); }
    50%      { filter: drop-shadow(0 0 18px rgba(201,169,110,0.24)); }
}
@keyframes promoLiftWave {
    0%,100% { transform: translateY(0) scale(1); }
    50%      { transform: translateY(-5px) scale(1.01); }
}

.promo-alert-banner {
    display: flex;
    align-items: center;
    gap: 0;
    background: linear-gradient(90deg, var(--noir) 0%, #3b1500 40%, #1a0800 100%);
    border-bottom: 1px solid rgba(201,169,110,0.35);
    overflow: hidden;
    position: relative;
    z-index: 10;
    animation: promoBannerPulse 3s ease-in-out infinite;
}

.promo-alert-banner__icon {
    flex-shrink: 0;
    font-size: 1.3rem;
    padding: 0.7rem 1rem;
    background: rgba(201,169,110,0.12);
    border-right: 1px solid rgba(201,169,110,0.2);
    animation: fireShake 0.9s ease-in-out infinite;
    display: inline-block;
}

.promo-alert-banner__track-wrap {
    flex: 1;
    overflow: hidden;
    padding: 0.6rem 0;
}

.promo-alert-banner__track {
    display: flex;
    gap: 2rem;
    white-space: nowrap;
    width: max-content;
    animation: promoBannerScroll 28s linear infinite;
}

.promo-alert-banner__item {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.03em;
}
.promo-alert-banner__item strong {
    color: var(--gold-light);
    font-weight: 600;
}
.promo-alert-banner__item del {
    color: rgba(255,255,255,0.4);
    font-size: 0.82rem;
}
.promo-alert-banner__item em {
    color: #ff9f43;
    font-style: normal;
    font-weight: 700;
    margin-left: 0.2rem;
}

.promo-alert-banner__sep {
    color: var(--gold-dark);
    opacity: 0.5;
    font-size: 0.85rem;
}

.promo-alert-banner__cta {
    flex-shrink: 0;
    padding: 0.6rem 1.1rem;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: var(--noir);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    border-left: 1px solid rgba(201,169,110,0.3);
    transition: opacity var(--transition);
}
.promo-alert-banner__cta:hover { opacity: 0.85; }

/* ── PROMO SECTION ── */
.home-promo-section {
    background: linear-gradient(180deg,
        rgba(201,169,110,0.04) 0%,
        rgba(59,21,0,0.03) 100%
    );
    border-radius: var(--radius-card);
    margin: 0 1rem;
    padding-bottom: 4rem;
}

.home-promo-title-fire {
    display: inline-block;
    animation: fireShake 0.85s ease-in-out infinite;
}

.home-promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}

.home-promo-empty-state {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,252,248,0.92));
    border: 1px solid rgba(201,169,110,0.18);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
}

.home-promo-empty-state h3 {
    margin: 0 0 0.75rem 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--text-main);
}

.home-promo-empty-state p {
    margin: 0 0 1.5rem 0;
    color: var(--text-muted);
    line-height: 1.7;
}

.home-promo-card {
    position: relative;
    border-radius: var(--radius-card);
    background: var(--cream-card);
    border: 1px solid rgba(201,169,110,0.18);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--text-main);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    animation: homeFadeUp 0.85s ease-out both;
}
.home-promo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(13,11,9,0.14);
    border-color: rgba(201,169,110,0.45);
}

.home-promo-card--float {
    animation: homeFadeUp 0.85s ease-out both, promoFloat 4.5s ease-in-out infinite 1s;
}

.home-promo-card--tilt {
    animation: homeFadeUp 0.85s ease-out both, promoTilt 5.2s ease-in-out infinite 1.1s;
}

.home-promo-card--glow {
    animation: homeFadeUp 0.85s ease-out both, promoGlowShift 4.8s ease-in-out infinite 0.9s;
}

.home-promo-card--lift {
    animation: homeFadeUp 0.85s ease-out both, promoLiftWave 4.2s ease-in-out infinite 1.2s;
}

.home-promo-card:nth-child(1) { animation-delay: 0.08s, 1s; }
.home-promo-card:nth-child(2) { animation-delay: 0.18s, 1.1s; }
.home-promo-card:nth-child(3) { animation-delay: 0.28s, 0.9s; }
.home-promo-card:nth-child(4) { animation-delay: 0.38s, 1.2s; }

/* Pulsing glow ring */
.home-promo-card__pulse {
    position: absolute;
    inset: 0;
    border-radius: var(--radius-card);
    pointer-events: none;
    animation: promoCardPulse 2.4s ease-in-out infinite;
}

/* Badge % */
.home-promo-card__badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 3;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    animation: promoBadgePop 0.6s cubic-bezier(0.34,1.56,0.64,1) both;
    box-shadow: 0 4px 12px rgba(231,76,60,0.4);
}

.home-promo-card__img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-promo-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.home-promo-card:hover .home-promo-card__img img { transform: scale(1.07); }

.home-promo-card__img--placeholder {
    background: linear-gradient(135deg, rgba(201,169,110,0.08), rgba(59,31,26,0.06));
}
.home-promo-card__img--placeholder span { font-size: 3rem; }

.home-promo-card__body {
    padding: 1rem 1.1rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    flex: 1;
}

.home-promo-card__detail-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
}

.home-promo-card__detail-row--name {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
}

.home-promo-card__label {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 600;
    flex-shrink: 0;
}

.home-promo-card__marque {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin: 0;
    font-weight: 600;
}

.home-promo-card__nom {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    color: var(--text-main);
    line-height: 1.25;
    align-self: flex-start;
}

.home-promo-card__prices {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.35rem;
}
.home-promo-card__old {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-decoration: line-through;
}
.home-promo-card__new {
    font-size: 1.15rem;
    font-weight: 700;
    color: #e74c3c;
}

.home-promo-card__cta {
    margin-top: auto;
    padding-top: 0.65rem;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-weight: 600;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.home-promo-card:hover .home-promo-card__cta { opacity: 1; transform: translateY(0); }

@media (max-width: 640px) {
    .promo-alert-banner__cta { display: none; }
    .home-promo-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .home-promo-section { margin: 0; }
}
}