/* ==========================================================================
   1. VARIABLES & RESET
   ========================================================================== */
:root {
    --ita-green: #1b4332;
    --ita-red: #a4161a;
    --ita-gold: #c5a059;
    --ita-beige: #f9f6f1;
    --text-dark: #2b2d42;
    --serif-font: 'Playfair Display', serif;
    --sans-font: 'Montserrat', sans-serif;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--sans-font);
    color: var(--text-dark);
    background-color: #fff;
}

/* ==========================================================================
   2. HOME PAGE (Hero, Welcome, Story)
   ========================================================================== */

/* --- Hero Section --- */
.hero-story {
    height: 80vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
}
.hero-container h1 { font-family: var(--serif-font); font-size: clamp(3rem, 8vw, 5rem); margin: 10px 0; font-style: italic; }
.hero-top-text { text-transform: uppercase; letter-spacing: 4px; font-size: 0.9rem; color: var(--ita-gold); }
.hero-container p { font-size: 1.4rem; font-weight: 300; }

/* --- Welcome Section --- */
.welcome-story { padding: 80px 20px; text-align: center; background: #fff; }
.container-small { max-width: 800px; margin: 0 auto; }
.welcome-badge { color: var(--ita-gold); font-family: var(--serif-font); font-style: italic; margin-bottom: 15px; }
.welcome-story h2 { font-family: var(--serif-font); font-size: 2.5rem; color: var(--text-dark); }
.welcome-divider { width: 50px; height: 2px; background: var(--ita-red); margin: 20px auto; }
.welcome-lead { font-size: 1.1rem; line-height: 1.7; color: #555; }

/* --- Storytelling Sections (Desktop) --- */
.story-container { overflow: hidden; background: var(--ita-beige); }

.story-row { 
    display: flex; 
    align-items: center; 
    min-height: 450px;
    background: var(--ita-beige);
    width: 100%;
}

.row-reverse { flex-direction: row-reverse; }

.story-image-box { 
    flex: 0 0 45%; 
    max-width: 45%;
    height: 450px; 
    padding: 40px; 
}

.story-text-box { 
    flex: 0 0 55%; 
    max-width: 55%;
    padding: 40px 8%; 
    position: relative;
}

.story-img-wrapper { 
    width: 100%; 
    height: 100%; 
    position: relative; 
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.story-img-wrapper img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 1.2s ease; 
}

.story-row:hover img { transform: scale(1.08); }

.story-number { 
    font-family: var(--serif-font); 
    font-size: 3rem; 
    color: rgba(0,0,0,0.04); 
    position: absolute; 
    top: 20px; 
    left: 40px; 
}

.story-title { 
    font-family: var(--serif-font); 
    font-size: 2.2rem; 
    color: var(--ita-green); 
    margin-bottom: 15px; 
}

.story-desc { 
    line-height: 1.6; 
    color: #666; 
    font-size: 1rem; 
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.story-btn { 
    text-decoration: none; color: var(--text-dark); font-weight: bold; 
    text-transform: uppercase; font-size: 0.8rem; letter-spacing: 2px;
    display: inline-flex; align-items: center; gap: 10px; transition: 0.3s;
}
.story-btn:hover { color: var(--ita-red); }
.arrow-right { font-size: 1.1rem; transition: transform 0.3s; }
.story-btn:hover .arrow-right { transform: translateX(8px); }

/* --- Delivery Box --- */
.delivery-story { padding: 60px 20px; background: #fff; }
.delivery-box { 
    max-width: 800px; margin: 0 auto; background: var(--ita-green); 
    padding: 40px; border-radius: 8px; color: #fff; text-align: center;
}
.delivery-box h3 { font-family: var(--serif-font); font-size: 2rem; }
.delivery-actions { display: flex; justify-content: center; align-items: center; gap: 30px; margin-top: 25px; flex-wrap: wrap; }
.btn-phone { background: var(--ita-gold); color: white; padding: 10px 22px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: 0.3s; }
.btn-phone:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
.mini-logo { height: 30px; filter: brightness(0) invert(1); opacity: 0.7; transition: 0.3s; }
.mini-logo:hover { opacity: 1; transform: scale(1.1); }
/* ==========================================================================
   SECTION LIVRAISON & CLICK & COLLECT
   ========================================================================== */

.delivery-story {
    padding: 80px 20px;
    background-color: #fdfbf7; /* Fond crème cohérent */
    text-align: center;
}

.delivery-box {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px 40px;
    border: 1px solid #f0ede8;
    box-shadow: 0 15px 40px rgba(0,0,0,0.03);
    position: relative;
}

/* Titre et texte */
.delivery-box h3 {
    font-family: var(--serif-font);
    font-size: 2.2rem;
    color: var(--ita-green);
    margin-bottom: 10px;
}

.delivery-box p {
    font-family: var(--sans-font);
    color: #888;
    font-style: italic;
    margin-bottom: 40px;
}

/* Container des actions */
.delivery-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* Le bloc Click & Collect (Téléphone) */
.delivery-item.direct a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 25px 50px;
    border: 1px solid var(--ita-gold);
    transition: all 0.4s ease;
    background: #fff;
}

.delivery-item.direct .tag {
    font-family: var(--sans-font);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--ita-gold);
    margin-bottom: 10px;
}

.delivery-item.direct .phone {
    font-family: var(--serif-font);
    font-size: 1.8rem;
    color: var(--text-dark);
    margin-bottom: 5px;
}

.delivery-item.direct small {
    color: #999;
    font-size: 0.85rem;
}

.delivery-item.direct a:hover {
    background-color: var(--ita-gold);
    transform: translateY(-5px);
}

.delivery-item.direct a:hover .phone,
.delivery-item.direct a:hover .tag,
.delivery-item.direct a:hover small {
    color: #ffffff !important;
}

/* Les Plateformes (Uber, Deliveroo...) */
.platforms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    width: 100%;
}

.delivery-logo {
    height: 45px; /* Taille uniforme et élégante */
    width: auto;
    filter: grayscale(1); /* Noir et blanc par défaut pour le chic */
    opacity: 0.6;
    transition: all 0.3s ease;
}

.delivery-logo:hover {
    filter: grayscale(0); /* Reprend ses couleurs au survol */
    opacity: 1;
    transform: scale(1.1);
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .delivery-box {
        padding: 40px 20px;
    }
    
    .delivery-item.direct a {
        padding: 20px;
        width: 100%;
    }
    
    .delivery-box h3 {
        font-size: 1.8rem;
    }

    .platforms {
        gap: 20px;
    }
    
    .delivery-logo {
        height: 28px;
    }
}
/* ==========================================================================
   3. FOOTER
   ========================================================================== */
footer {
    background-color: var(--ita-green);
    color: #ffffff;
    padding: 60px 0 0 0;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    gap: 30px;
    padding: 0 40px 60px 40px;
}

.footer-section {
    flex: 1;
    min-width: 220px;
    max-width: 300px;
}

.footer-section h4 {
    font-family: var(--serif-font);
    font-size: 1.4rem;
    color: var(--ita-gold);
    margin-bottom: 20px;
    font-style: italic;
    white-space: nowrap;
}

.footer-section p, 
.footer-section a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    line-height: 1.8;
    font-size: 0.95rem;
    transition: 0.3s;
}

.footer-section a:hover { color: var(--ita-gold); }

/* Spécifique Email long */
.footer-section a[href^="mailto:"] {
    display: block;
    word-break: break-all;
    font-size: 0.85rem;
    opacity: 0.7;
}

.map-link {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 15px;
    border: 1px solid rgba(197, 160, 89, 0.3);
    border-radius: 4px;
    font-size: 0.8rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.map-link:hover { background: var(--ita-gold); color: var(--ita-green) !important; }

.share-links { display: flex; gap: 15px; margin-top: 10px; }
.share-links a {
    width: 40px; height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; font-weight: bold; font-size: 0.8rem;
}
.share-links a:hover { background: var(--ita-red); border-color: var(--ita-red); color: white !important; }

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 25px 20px;
    text-align: center;
    font-size: 0.8rem;
}
/* Signature Artio dans le footer-bottom */
.footer-bottom p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.4);
}

/* Les séparateurs verticaux */
.footer-bottom .sep {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
}

.artio-signature {
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.artio-signature strong {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    transition: color 0.3s ease;
}

/* Effet au survol : la signature s'illumine légèrement */
.artio-signature:hover {
    color: #fff !important;
}

.artio-signature:hover strong {
    color: var(--ita-gold); /* Le nom passe en doré pour le prestige */
}

/* Responsive : on empile proprement sur mobile */
@media (max-width: 600px) {
    .footer-bottom p {
        flex-direction: column;
        gap: 10px;
    }
    .footer-bottom .sep {
        display: none; /* On cache les barres verticales sur mobile */
    }
}
/* ==========================================================================
   4. RESPONSIVE (Mobile & Tablet)
   ========================================================================== */
@media (max-width: 992px) {
    /* Story Rows */
    .story-row, .row-reverse { 
        flex-direction: column !important; 
        height: auto !important;
        min-height: auto !important;
    }

    .story-image-box, .story-text-box { 
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .story-image-box { height: 300px !important; padding: 15px !important; }
    .story-text-box { padding: 40px 20px !important; text-align: center; }

    .story-title { font-size: 1.8rem !important; }
    .story-number { font-size: 2.5rem !important; top: 10px; left: 20px; }
    
    .hero-container h1 { font-size: 2.8rem; }
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 20px 40px 20px;
    }
    .footer-section { max-width: 100%; margin-bottom: 25px; }
    .share-links { justify-content: center; }
}
/* ==========================================================================
   OPTIMISATION DU LIEN MENTIONS LÉGALES (FOOTER BOTTOM)
   ========================================================================== */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05); /* Ligne de séparation très fine */
    background-color: rgba(0, 0, 0, 0.3); /* Un poil plus sombre pour l'assise */
    letter-spacing: 0.5px;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.4); /* Texte de base très discret */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* Espace entre copyright et mentions */
    flex-wrap: wrap;
}

.footer-bottom p a {
    color: rgba(255, 255, 255, 0.6) !important; /* Plus clair que le texte pour être lisible */
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

/* Petit effet de soulignement élégant au survol */
.footer-bottom p a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: var(--ita-gold);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.footer-bottom p a:hover {
    color: var(--ita-gold) !important;
}

.footer-bottom p a:hover::after {
    width: 100%;
}

/* Petit séparateur visuel entre Copyright et Mentions si besoin */
.footer-bottom p span.sep {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    transition: all 0.4s ease;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}

/* Effet si tu ajoutes une classe .scrolled via JS plus tard */
header.scrolled {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

header.scrolled .site-title, 
header.scrolled .social-discovery a, 
header.scrolled .social-discovery span {
    color: var(--text-dark);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo & Titre */
.header-logo-img {
    height: 45px;
    width: auto;
    object-fit: contain;
}

.site-title {
    font-family: var(--serif-font);
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Réseaux Sociaux Desktop */
.social-discovery {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.social-discovery span, .social-discovery a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.social-discovery a:hover { color: var(--ita-gold); }

.dot {
    width: 4px;
    height: 4px;
    background: var(--ita-gold);
    border-radius: 50%;
}

/* --- BURGER MENU ICON --- */
.burger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 1100;
    padding: 5px;
}

.bar {
    width: 30px;
    height: 2px;
    background-color: #fff; /* Sera noir si header.scrolled */
    transition: 0.4s;
}

header.scrolled .bar { background-color: var(--text-dark); }

/* Animation Burger ouvert */
.burger.open .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); background-color: #fff; }
.burger.open .bar:nth-child(2) { opacity: 0; }
.burger.open .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); background-color: #fff; }

/* ==========================================================================
   FULLSCREEN OVERLAY NAVIGATION
   ========================================================================== */

.nav-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--ita-green);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 40px;
}

.nav-overlay.active { right: 0; }

.nav-links-full {
    list-style: none;
    text-align: center;
    padding: 0;
}

.nav-links-full li { margin: 25px 0; overflow: hidden; }

.nav-links-full a {
    font-family: var(--serif-font);
    font-size: clamp(2rem, 5vw, 4rem);
    color: #fff;
    text-decoration: none;
    font-style: italic;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.nav-links-full a span {
    font-family: var(--sans-font);
    font-size: 1rem;
    font-style: normal;
    color: var(--ita-gold);
    font-weight: 300;
}

.nav-links-full a:hover {
    color: var(--ita-gold);
    transform: translateX(15px);
}

/* Footer du menu (Mobile Socials & Horaires) */
.nav-bottom-wrapper {
    margin-top: 50px;
    text-align: center;
    color: rgba(255,255,255,0.6);
}

.social-label {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.7rem;
    margin-bottom: 15px;
    color: var(--ita-gold);
}

.social-icons {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
}

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

@media (max-width: 992px) {
    .desktop-only { display: none !important; } /* Cache les réseaux du header sur mobile */
    
    .nav-container { padding: 0 20px; }
    
    .site-title { font-size: 1.1rem; }
    
    .mobile-socials { display: block; } /* Affiche les réseaux dans le burger */
}

@media (min-width: 993px) {
    .mobile-socials { display: none; } /* Cache les réseaux dans le burger sur PC */
}
/* ==========================================================================
   CORRECTIF MENU MOBILE (SCROLL & ESPACEMENT)
   ========================================================================== */

.nav-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--ita-green);
    z-index: 1050;
    
    /* On permet au contenu de défiler si l'écran est petit */
    display: flex;
    flex-direction: column;
    overflow-y: auto; 
    padding: 100px 20px 60px 20px; /* Plus d'espace en haut pour le burger */
    transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.nav-overlay.active {
    right: 0;
}

/* On s'assure que la liste des liens prend l'espace central */
.nav-links-full {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    flex-grow: 1; /* Pousse le footer vers le bas sans l'écraser */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav-links-full li {
    margin: 15px 0; /* Un peu moins d'espace entre les liens pour gagner de la place */
}

.nav-links-full a {
    font-size: clamp(1.8rem, 8vw, 3rem); /* Taille adaptative */
}

/* Le wrapper du bas (Horaires + Socials) */
.nav-bottom-wrapper {
    margin-top: 40px; /* Espace minimum entre les liens et le footer */
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.nav-footer p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.7);
}

.social-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Évite que les icônes sortent de l'écran */
}

.social-icons a {
    background: rgba(255,255,255,0.05);
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid rgba(197, 160, 89, 0.3);
    font-size: 0.8rem;
    color: var(--ita-gold);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nav-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--ita-green);
    z-index: 1050;
    
    /* --- AUTORISER LE SCROLL --- */
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch; /* Scroll fluide sur iPhone */
    
    /* --- RÉDUIRE L'AIR EN HAUT --- */
    padding: 60px 20px 40px 20px; /* On passe de 100px à 60px en haut */
    
    transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    display: block; /* On repasse en block pour un scroll naturel */
}

.nav-overlay.active {
    right: 0;
}

/* On ajuste la liste pour qu'elle ne soit pas collée au haut malgré le padding */
.nav-links-full {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 40px auto 0 auto; /* Marge au dessus de la liste */
    width: 100%;
}

.nav-links-full li {
    margin: 10px 0; /* On serre un peu les liens pour gagner de la place */
}

.nav-links-full a {
    font-size: clamp(1.8rem, 7vw, 2.5rem); /* Légèrement plus petit pour la sécurité */
    padding: 10px 0;
}

.nav-bottom-wrapper {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 40px; /* Espace pour ne pas toucher le bord bas du tel */
}
.nav-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%; /* Utilisation de 100% au lieu de 100vh pour éviter les bugs de barre d'adresse mobile */
    background: var(--ita-green);
    z-index: 1050;
    
    /* --- ACTIVATION DU SCROLL RÉEL --- */
    overflow-y: scroll; /* Force l'apparition de la zone de scroll */
    -webkit-overflow-scrolling: touch; 
    
    /* --- RÉDUIRE L'AIR & PRÉPARER LE SCROLL --- */
    padding: 40px 20px; 
    transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    
    /* On utilise flex mais en colonne avec alignement au début pour permettre le dépassement */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-overlay.active {
    right: 0;
}

/* --- L'ASTUCE : UN CONTENEUR INTERNE QUI POUSSE LA HAUTEUR --- */
.nav-links-full, .nav-bottom-wrapper {
    width: 100%;
    flex-shrink: 0; /* Empêche les éléments de rétrécir pour tenir dans l'écran */
}

.nav-links-full {
    margin-top: 60px; /* Laisse la place pour le bouton fermer/burger */
}

.nav-bottom-wrapper {
    margin-top: 40px;
    padding-bottom: 80px; /* CRUCIAL : Ajoute du vide tout en bas pour pouvoir scroller APRES les boutons */
    border-top: 1px solid rgba(255,255,255,0.1);
}
.nav-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%; /* Utilisation de 100% au lieu de 100vh pour éviter les bugs de barre d'adresse mobile */
    background: var(--ita-green);
    z-index: 1050;
    
    /* --- ACTIVATION DU SCROLL RÉEL --- */
    overflow-y: scroll; /* Force l'apparition de la zone de scroll */
    -webkit-overflow-scrolling: touch; 
    
    /* --- RÉDUIRE L'AIR & PRÉPARER LE SCROLL --- */
    padding: 40px 20px; 
    transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    
    /* On utilise flex mais en colonne avec alignement au début pour permettre le dépassement */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-overlay.active {
    right: 0;
}

/* --- L'ASTUCE : UN CONTENEUR INTERNE QUI POUSSE LA HAUTEUR --- */
.nav-links-full, .nav-bottom-wrapper {
    width: 100%;
    flex-shrink: 0; /* Empêche les éléments de rétrécir pour tenir dans l'écran */
}

.nav-links-full {
    margin-top: 60px; /* Laisse la place pour le bouton fermer/burger */
}

.nav-bottom-wrapper {
    margin-top: 40px;
    padding-bottom: 80px; /* CRUCIAL : Ajoute du vide tout en bas pour pouvoir scroller APRES les boutons */
    border-top: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 992px) {
    /* 1. Réduit l'espace entre les liens (01, 02, etc.) */
    .nav-links-full li { 
        margin: 5px 0 !important; 
    }

    /* 2. Réduit l'espace entre la liste et le bloc horaires/réseaux */
    .nav-bottom-wrapper { 
        margin-top: 15px !important; 
        padding-top: 15px !important;
    }
    
    /* Optionnel : si le texte est encore trop grand et prend trop de place */
    .nav-links-full a {
        font-size: 1.8rem !important;
    }
}

/* ==========================================================================
   CARTE & MENU - STYLE ITALIEN RAFFINÉ
   ========================================================================== */

/* 1. Header de page avec Carousel */
.page-header {
    position: relative;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.carousel-container {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}

.carousel-slide {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: fadeCarousel 15s infinite;
}

/* Animation simple pour les 3 images */
.slide-1 { animation-delay: 0s; opacity: 1; }
.slide-2 { animation-delay: 5s; }
.slide-3 { animation-delay: 10s; }

@keyframes fadeCarousel {
    0% { opacity: 0; }
    10% { opacity: 1; }
    33% { opacity: 1; }
    43% { opacity: 0; }
    100% { opacity: 0; }
}

.overlay-dark {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-content {
    z-index: 3;
    padding: 0 20px;
}

.header-content h2 {
    font-family: var(--serif-font);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-style: italic;
    margin-bottom: 15px;
}

.separator-gold {
    width: 60px;
    height: 2px;
    background: var(--ita-gold);
    margin: 20px auto;
}

/* 2. Corps de la Carte */
.carte-page-bg {
    background-color: #fdfbf7; /* Un blanc cassé crémeux */
    padding: 80px 0;
}

.carte-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.carte-section {
    margin-bottom: 70px;
    text-align: center;
}

.category-subtitle {
    display: block;
    font-family: var(--sans-font);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--ita-gold);
    margin-bottom: 10px;
}

.carte-section h3 {
    font-family: var(--serif-font);
    font-size: 2.2rem;
    color: var(--ita-green);
    margin-bottom: 40px;
    position: relative;
}

/* 3. Items de la Carte */
.carte-item {
    transition: transform 0.3s ease;
}

.item-img img {
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.carte-item:hover .item-img img {
    transform: scale(1.05);
}

.item-header {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
}

.item-name {
    font-family: var(--serif-font);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    flex-shrink: 0;
}

.item-dots {
    flex: 1;
    border-bottom: 1px dotted #ccc;
    margin: 0 15px;
}

.item-price {
    font-family: var(--sans-font);
    font-weight: 600;
    color: var(--ita-green);
}

.item-desc {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    font-style: italic;
    text-align: left;
}

/* 4. Responsive Carte */
@media (max-width: 768px) {
    .carte-item {
        flex-direction: column; /* Image au dessus sur petit mobile */
        gap: 15px !important;
    }
    
    .item-img img {
        width: 100% !important;
        height: 200px !important;
    }
    
    .item-header {
        flex-wrap: wrap;
    }
    
    .item-dots {
        display: none; /* On cache les points sur mobile pour plus de clarté */
    }
    
    .item-price {
        margin-left: auto;
    }
}
/* ==========================================================================
   MENUS & EXPÉRIENCES GOURMANDES
   ========================================================================== */

.menu-experience {
    margin-bottom: 100px; /* Espace entre les différents menus */
    animation: fadeInUp 0.8s ease-out;
}

/* Illustration Circulaire */
.menu-illustration img {
    border: 3px solid var(--ita-gold) !important;
    padding: 5px;
    background: #fff;
    transition: transform 0.5s ease;
}

.menu-experience:hover .menu-illustration img {
    transform: rotate(3deg) scale(1.05);
}

/* Titre et Prix */
.menu-experience h3 {
    color: var(--ita-green);
    letter-spacing: -1px;
}

.menu-price {
    color: var(--ita-gold);
    font-family: var(--sans-font);
    letter-spacing: 1px;
}

/* Description courte (ex: "Hors boissons") */
.menu-short-desc {
    text-align: center;
    font-family: var(--sans-font);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-top: -10px;
    margin-bottom: 30px;
}

/* Étapes du menu (Entrée, Plat, etc.) */
.menu-steps {
    position: relative;
    padding: 20px 0;
}

.step-item h4 {
    /* Le titre de l'étape (ex: ANTIPASTI) */
    font-weight: 700;
    position: relative;
    display: inline-block;
}

/* Petit ornement sous le titre de l'étape */
.step-item h4::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: var(--ita-gold);
    margin: 8px auto 0;
}

.step-item p {
    font-family: var(--serif-font);
    color: var(--text-dark);
    font-style: italic;
}

/* Séparateur entre les menus */
.separator-small {
    opacity: 0.5;
}

/* Animation d'apparition */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive ajustements */
@media (max-width: 768px) {
    .menu-experience h3 {
        font-size: 2rem !important;
    }
    .step-item p {
        font-size: 1.1rem !important;
        padding: 0 10px;
    }
}
/* ==========================================================================
   BOISSONS & CAVE
   ========================================================================== */

.vin-item {
    margin-bottom: 30px;
    text-align: left;
}

/* On réorganise les détails du vin (Nom au dessus, région/année en dessous) */
.vin-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.vin-region {
    font-family: var(--sans-font);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ita-gold);
    margin-top: 4px;
}

/* Ajustement de l'alignement pour les points de suspension */
.vin-item .item-header {
    align-items: flex-end; /* Aligne le prix sur le bas du bloc texte */
}

/* Style spécifique pour le domaine (description) */
.vin-item .item-desc {
    margin-top: 5px;
    font-size: 0.9rem;
    opacity: 0.8;
    border-left: 1px solid var(--ita-gold);
    padding-left: 10px;
}

/* --- VARIANTES DE COULEURS SELON LES TITRES --- */
/* (Optionnel) Si tu veux une touche de couleur subtile selon les sections */
/*
.carte-section h3:contains('Rouge') { color: #800020; }
.carte-section h3:contains('Blanc') { color: #f1e5ac; }
*/

/* --- RESPONSIVE BOISSONS --- */
@media (max-width: 768px) {
    .vin-item .item-dots {
        display: block; /* On les garde pour les boissons, c'est plus lisible */
        border-bottom: 1px dotted rgba(0,0,0,0.1);
        margin: 0 10px 5px 10px;
    }
    
    .vin-item .item-name {
        font-size: 1.1rem;
    }
}
/* ==========================================================================
   PAGE PHILOSOPHIE - L'ART DU RÉCIT
   ========================================================================== */

.philo-site-wrapper {
    background-color: #fdfbf7; /* Fond crème cohérent */
    padding: 120px 0 80px 0;
    min-height: 100vh;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 25px;
}

/* Bloc de contenu central */
.philo-white-block {
    background: #fff;
    padding: 60px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.03);
    border-radius: 2px;
}

/* La Citation */
.quote-box {
    text-align: center;
    margin-bottom: 50px;
}

.quote-icon {
    font-family: var(--serif-font);
    font-size: 5rem;
    color: var(--ita-gold);
    line-height: 1;
    margin-bottom: -20px;
    opacity: 0.3;
}

.lead-text {
    font-family: var(--serif-font);
    font-size: 1.8rem;
    font-style: italic;
    color: var(--ita-green);
    line-height: 1.4;
}

/* L'Image de l'équipe/fond */
.philo-team-img-box {
    margin: 40px -60px; /* Sort légèrement du cadre pour le style */
    overflow: hidden;
}

.philo-img-fluid {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 1s ease;
}

.philo-team-img-box:hover .philo-img-fluid {
    transform: scale(1.03);
}

/* Le Texte Principal */
.story-content {
    font-family: var(--sans-font);
    font-size: 1.05rem;
    line-height: 1.9;
    color: #555;
    text-align: justify;
    margin-top: 40px;
}

.story-content p {
    margin-bottom: 25px;
}

/* Signature & Séparateur */
.signature {
    text-align: center;
    margin-top: 40px;
}

.philo-sep-line {
    width: 40px;
    height: 1px;
    background: var(--ita-gold);
    margin: 0 auto 20px;
}

.team-label {
    font-family: var(--sans-font);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
    color: var(--ita-gold);
    margin-bottom: 20px;
}

/* Réseaux sociaux en bas de texte */
.social-discovery-box {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    text-align: center;
}

.follow-text {
    display: block;
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 15px;
    font-style: italic;
}

.social-links2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.social-links2 a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.9rem;
    transition: 0.3s;
}

.social-links2 a:hover {
    color: var(--ita-gold);
}

/* --- RESPONSIVE PHILO --- */
@media (max-width: 768px) {
    .philo-white-block {
        padding: 40px 20px;
    }
    
    .philo-team-img-box {
        margin: 30px -20px;
    }
    
    .lead-text {
        font-size: 1.4rem;
    }

    .story-content {
        text-align: left;
    }
}
/* ==========================================================================
   MENTIONS LÉGALES & CONFIDENTIALITÉ
   ========================================================================== */

.legal-main {
    background-color: #fdfbf7; /* Fond crème pour la cohérence */
    padding: 140px 20px 80px; /* Plus d'espace en haut pour le header fixe */
    min-height: 100vh;
}

.legal-section {
    max-width: 800px;
    margin: 0 auto 60px auto;
    background: #fff;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    border: 1px solid #f0ede8;
}

/* Date de mise à jour */
.update-date {
    font-family: var(--sans-font);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--ita-gold);
    margin-bottom: 10px;
    display: block;
}

/* Titres principaux */
.legal-section h1 {
    font-family: var(--serif-font);
    font-size: 2.2rem;
    color: var(--ita-green);
    margin-bottom: 40px;
    border-bottom: 2px solid var(--ita-gold);
    padding-bottom: 15px;
    display: inline-block;
}

/* Sous-titres de rubriques */
.legal-section h2 {
    font-family: var(--serif-font);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 35px 0 15px 0;
}

/* Paragraphes et liens */
.legal-section p {
    font-family: var(--sans-font);
    font-size: 0.95rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

.legal-section a {
    color: var(--ita-green);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
    font-weight: 600;
}

.legal-section a:hover {
    color: var(--ita-gold);
    border-bottom: 1px solid var(--ita-gold);
}

/* Section Logo Artio / Tribu */
.legal-section:last-child {
    background: transparent;
    box-shadow: none;
    border: none;
    padding-top: 0;
}

.legal-section img {
    filter: grayscale(1); /* Logo Artio en gris pour la discrétion */
    opacity: 0.6;
    transition: 0.4s;
}

.legal-section img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .legal-main {
        padding-top: 100px;
    }
    
    .legal-section {
        padding: 30px 20px;
    }

    .legal-section h1 {
        font-size: 1.8rem;
    }
}
/* ==========================================================================
   PAGE RÉSERVATION - L'EXPÉRIENCE CLIENT
   ========================================================================== */

.reservation-page {
    background-color: #fdfbf7;
    padding: 140px 0 80px;
    min-height: 100vh;
}

.res-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr; /* Deux colonnes : Info à gauche, Form à droite */
    gap: 60px;
    padding: 0 20px;
    align-items: start;
}

/* 1. Colonne de gauche (Infos & Image) */
.res-info h1 {
    font-family: var(--serif-font);
    font-size: 3rem;
    color: var(--ita-green);
    margin: 15px 0 25px;
}

.res-info p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
}

.res-image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border: 1px solid var(--ita-gold);
}

/* 2. Colonne de droite (Le Formulaire) */
.res-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 2px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.05);
}

.input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.input-group {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.input-group label {
    font-family: var(--sans-font);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--ita-gold);
    margin-bottom: 8px;
    font-weight: 700;
}

.input-group input, 
.input-group select {
    padding: 12px 15px;
    border: 1px solid #eee;
    background: #fcfcfc;
    font-family: var(--sans-font);
    font-size: 1rem;
    transition: all 0.3s ease;
    border-radius: 0; /* Garde le look tranché italien */
}

.input-group input:focus, 
.input-group select:focus {
    outline: none;
    border-color: var(--ita-green);
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

/* Le Bouton de confirmation */
.btn-res {
    width: 100%;
    padding: 18px;
    background: var(--ita-green);
    color: #fff;
    border: none;
    font-family: var(--sans-font);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 10px;
}

.btn-res:hover {
    background: var(--text-dark);
    transform: translateY(-2px);
}

.btn-res:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.form-note {
    font-size: 0.8rem;
    color: #999;
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}

/* Message d'erreur/fermeture sous la date */
#date-msg {
    margin-top: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #c0392b !important;
}

/* --- RESPONSIVE RESERVATION --- */
@media (max-width: 992px) {
    .res-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .res-image {
        height: 250px;
        margin-bottom: 20px;
    }
    
    .res-info h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .input-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .res-form-box {
        padding: 30px 20px;
    }
}