        @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500&display=swap');
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        [x-cloak] {display:none !important;}

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Montserrat', sans-serif;
            background: #0a0a0a;
            color: #e8e8e8;
            overflow-x: hidden;
             opacity: 0;
            transition: opacity 0.8s ease-out;
        }

        body.loaded {
            opacity: 1;
        }



        .handwritten-text {
            font-family: 'Great Vibes', cursive;
            font-weight: 400;
            font-size: 1.3em; /* Légèrement plus grand pour la lisibilité */
            letter-spacing: 0.02em;
        }

        /* Alternative plus lisible */
        .handwritten-elegant {
            font-family: 'Allura', cursive;
            font-weight: 400;
            font-size: 1.2em;
        }

        /* Alternative très classe */
        .handwritten-parisian {
            font-family: 'Parisienne', cursive;
            font-weight: 400;
            font-size: 1.3em;
        }



        nav {
    height: 80px; /* Hauteur fixe */
    display: flex;
    align-items: center;
}

nav a {
    position: relative;
    transition: color 0.3s ease;
}

nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: #d4af37;
    transition: width 0.3s ease;
}

nav a:hover::after {
    width: 100%;
}

/* Stabiliser le container du logo */
#logoContainer {
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animation plus douce du logo nav */
#navLogo {
    transform-origin: center;
    will-change: opacity, transform;
}

        
        h1, h2, h3, h4 {
            font-family: 'Cormorant Garamond', serif;
            font-weight: 400;
        }
        
        .hero-gradient {
            background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
        }
        
        .gold-text {
            background: linear-gradient(135deg, #d4af37 0%, #f4e5b1 50%, #d4af37 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .gold-line {
            height: 1px;
            background: linear-gradient(90deg, transparent, #d4af37, transparent);
        }
        
        .fade-in {
            animation: fadeIn 1s ease-in;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .hover-lift {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .hover-lift:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);
        }
        
        .menu-item {
            border-bottom: 1px solid rgba(212, 175, 55, 0.2);
            padding: 2rem 0;
            opacity: 0;
            animation: slideIn 0.6s ease forwards;
        }
        
        .menu-item:nth-child(1) { animation-delay: 0.1s; }
        .menu-item:nth-child(2) { animation-delay: 0.2s; }
        .menu-item:nth-child(3) { animation-delay: 0.3s; }
        .menu-item:nth-child(4) { animation-delay: 0.4s; }
        .menu-item:nth-child(5) { animation-delay: 0.5s; }
        
        @keyframes slideIn {
            from { opacity: 0; transform: translateX(-30px); }
            to { opacity: 1; transform: translateX(0); }
        }
        
        .parallax {
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        nav a {
            position: relative;
            transition: color 0.3s ease;
        }
        
        nav a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 1px;
            background: #d4af37;
            transition: width 0.3s ease;
        }
        
        nav a:hover::after {
            width: 100%;
        }
        
        .btn-gold {
            background: linear-gradient(135deg, #d4af37 0%, #f4e5b1 100%);
            color: #0a0a0a;
            padding: 1rem 2.5rem;
            border: none;
            cursor: pointer;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: uppercase;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .btn-gold::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            transition: left 0.5s ease;
        }
        
        .btn-gold:hover::before {
            left: 100%;
        }
        
        .section-title {
            font-size: 3.5rem;
            margin-bottom: 1rem;
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 2.5rem;
            }
        }

        .carousel-fade {
    position: relative;
}

.carousel-fade .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.8s ease-in-out;
}

.carousel-fade .slide.active {
    opacity: 1;
}


/* GSAP inspirations anim */
.gold-text {
    background: linear-gradient(135deg, #f4e4c1 0%, #d4af37 50%, #f4e4c1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dish-card {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.dish-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(234, 179, 8, 0.2);
}

#experience-culinaire {
    position: relative;
}

.creations-content .dish-card,
.creations-content .creation-header > *,
.creations-content .chef-quote {
    visibility: hidden;
}

/* S'assurer que les images sont prêtes */
.dish-card img {
    will-change: transform;
    display: block;
}

/* Forcer l'affichage après l'animation GSAP */
.creations-content[style*="opacity: 1"] .dish-card,
.creations-content[style*="opacity: 1"] .creation-header > *,
.creations-content[style*="opacity: 1"] .chef-quote {
    visibility: visible;
}





/* GSAP parcours anim */
/* Styles pour la galerie d'images */
.image-gallery-container {
    position: relative;
    width: 100%;
}

.gallery-aspect-ratio::before {
    float: left;
    padding-top: 133.76623376623376%;
    content: "";
}

.gallery-aspect-ratio::after {
    display: block;
    content: "";
    clear: both;
}

.gallery-images {
    width: 100%;
    height: 100%;    
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 8px;
    grid-template-areas:
        "img-1 img-1 img-1"
        "img-1 img-1 img-1"
        "img-1 img-1 img-1"
        "img-2 img-3 img-4";  
}

.gallery-product {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    overflow: hidden;
    will-change: transform;
    transition: border-color 0.3s ease;
}

.gallery-product:hover {
    border-color: rgba(212, 175, 55, 0.5);
}

.gallery-product[data-grid="img-1"] {
    grid-area: img-1;
    z-index: 1;
    cursor: default;
    border-width: 2px;
    border-color: rgba(212, 175, 55, 0.4);
}

.gallery-product[data-grid="img-2"] {
    grid-area: img-2;
}

.gallery-product[data-grid="img-3"] {
    grid-area: img-3;
}

.gallery-product[data-grid="img-4"] {
    grid-area: img-4;
}

/* Styles existants */
.gold-line {
    height: 2px;
    background: linear-gradient(to right, transparent, #d4af37, transparent);
}

.gold-text {
    background: linear-gradient(135deg, #d4af37 0%, #f4e4a6 50%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: rgba(212, 175, 55, 0.5);
    border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(212, 175, 55, 0.7);
}

@media (max-width: 768px) {
    .gallery-images {
        gap: 6px;
    }
}


/* 3eme partie signatures  */
/* Grille asymétrique pour les signatures pâtissières */
.signature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    grid-auto-rows: 180px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Grande carte verticale (1 colonne x 2 lignes) */
.signature-card.tall {
    grid-column: span 1;
    grid-row: span 2;
}

/* Carte carrée (1 colonne x 1 ligne) */
.signature-card.square {
    grid-column: span 1;
    grid-row: span 1;
}

/* Carte rectangulaire horizontale (2 colonnes x 1 ligne) */
.signature-card.wide {
    grid-column: span 2;
    grid-row: span 1;
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .signature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        grid-auto-rows: 120px;
    }

    .signature-card.tall {
        grid-column: span 1;
        grid-row: span 2;
    }

    .signature-card.square {
        grid-column: span 1;
        grid-row: span 1;
    }

    .signature-card.wide {
        grid-column: span 2;
        grid-row: span 1;
    }
}

/* Responsive - Tablette */
@media (min-width: 769px) and (max-width: 1024px) {
    .signature-grid {
        grid-auto-rows: 150px;
    }
}

.scroll-indicator {
    cursor: pointer;
    transition: opacity 0.5s ease, transform 0.3s ease;
}

.scroll-indicator:hover {
    transform: translateX(-50%) scale(1.1);
}

.scroll-indicator svg {
    transition: opacity 0.3s ease;
}

/* carte */
.menu-item-elegant {
    opacity: 0;
    transform: translateY(20px);
}

.formule-card {
    opacity: 0;
    transform: scale(0.95);
}

/* Hover effect sur les items */
.menu-item-elegant:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}