/* === SILK PARIS - DESIGN LUXE FINAL === */

:root {
    --bg-cream: #F9F4EF;      
    --text-dark: #1A1A1A;     
    --gold-classic: #C5A059;  
    --gold-glow: rgba(197, 160, 89, 0.4); /* Pour l'effet lumineux chicha */
    --white: #FFFFFF;
}

html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background-color: var(--bg-cream);
    color: var(--text-dark);
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
}

h1, h2, h3, .logo, .logo-footer {
    font-family: 'Cormorant Garamond', serif; 
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* === NAVIGATION === */
.navbar {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1rem 5%; background: rgba(249, 244, 239, 0.98);
    position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #e0d8cf;
}
.logo { font-size: 1.5rem; color: var(--text-dark); }
.nav-links { list-style: none; display: flex; gap: 25px; }
.nav-links a {
    text-decoration: none; color: var(--text-dark); font-size: 0.8rem;
    text-transform: uppercase; letter-spacing: 1px; font-weight: bold; transition: 0.3s;
}
.nav-links a:hover { color: var(--gold-classic); }
.btn-reserver-nav { border-bottom: 2px solid var(--gold-classic); }

/* === HERO === */
.hero {
    height: 75vh;
    display: flex; align-items: center; justify-content: center; text-align: center;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('images/entree restaurant.jpg');
    background-size: cover; background-position: center; color: white;
}
.hero h1 { font-size: 3.5rem; margin-bottom: 10px; letter-spacing: 5px; text-shadow: 0 2px 10px rgba(0,0,0,0.8); }
.subtitle { font-size: 1.2rem; margin-bottom: 30px; letter-spacing: 3px; font-weight: 300; }
.hero-buttons { display: flex; gap: 20px; justify-content: center; }
.btn-hero, .btn-hero-filled {
    padding: 12px 30px; text-decoration: none; text-transform: uppercase;
    font-size: 0.8rem; letter-spacing: 2px; transition: 0.3s; border: 1px solid white;
}
.btn-hero { color: white; background: transparent; }
.btn-hero:hover { background: white; color: black; }
.btn-hero-filled { background: white; color: black; font-weight: bold; }
.btn-hero-filled:hover { background: var(--gold-classic); border-color: var(--gold-classic); color: white; }

/* === SECTIONS COMMUNES === */
.menu-section { padding: 4rem 10%; background: var(--white); margin: 0 5% 4rem; box-shadow: 0 10px 40px rgba(0,0,0,0.03); }
.section-title { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; color: var(--text-dark); border-bottom: 1px solid #eee; display: inline-block; padding-bottom: 10px; width: 100%;}
.back-link { text-decoration: none; font-size: 0.7rem; color: #999; text-transform: uppercase; letter-spacing: 1px; border: 1px solid #ddd; padding: 5px 15px; border-radius: 20px; transition: 0.3s; }
.back-link:hover { background: var(--text-dark); color: white; }

.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }
.menu-item { padding-bottom: 20px; }
.menu-item img { width: 100%; height: 220px; object-fit: cover; border-radius: 2px; margin-bottom: 15px; }
.item-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 5px; }
.item-header h3 { font-size: 1.1rem; text-transform: none; letter-spacing: 0; font-weight: bold; }
.price { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--gold-classic); font-weight: bold; }
.item-text p { font-size: 0.9rem; color: #666; font-style: italic; line-height: 1.4; }
.supplements { text-align: center; margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; font-size: 0.9rem; color: #555; }

/* === CHAMPAGNE SAOUDIEN (Mis en avant) === */
.signature-box-main {
    display: flex; gap: 40px; background: #fafafa; border: 1px solid #eee; padding: 30px; margin-bottom: 50px; align-items: center;
    box-shadow: 0 5px 20px rgba(197, 160, 89, 0.1); /* Lueur dorée légère */
}
.signature-img { flex: 1; height: 350px; }
.signature-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 2px; }
.signature-text { flex: 1; }
.signature-text h3 { font-size: 2rem; color: var(--text-dark); margin-bottom: 10px; }
.signature-desc { font-size: 1.1rem; color: #555; font-style: italic; }

.drinks-visual-container { display: flex; gap: 20px; margin-bottom: 40px; }
.drink-img-box { flex: 1; height: 300px; overflow: hidden; border-radius: 4px; }
.drink-img-box img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.drink-img-box:hover img { transform: scale(1.05); }

.drinks-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 60px; }
.drink-category h3 { margin-bottom: 20px; border-bottom: 2px solid var(--gold-classic); display: inline-block; padding-bottom: 5px; }
.drink-list, .drink-list-simple { list-style: none; }
.drink-list li { margin-bottom: 20px; }
.drink-list strong { display: block; font-size: 1.1rem; }
.drink-list p { font-size: 0.9rem; color: #666; font-style: italic; }
.drink-list-simple li { display: flex; justify-content: space-between; margin-bottom: 10px; border-bottom: 1px dotted #eee; padding-bottom: 5px; }
.separator { height: 20px; border: none !important; }

.price-big { font-size: 2rem; color: var(--gold-classic); font-family: 'Cormorant Garamond', serif; display: block; margin: 15px 0; }

.hot-drinks-section { margin-top: 50px; border-top: 1px solid #eee; padding-top: 30px; }
.hot-title { text-align: center; font-size: 1.8rem; margin-bottom: 30px; color: var(--text-dark); }
.hot-content { display: flex; align-items: center; gap: 40px; }
.hot-text { flex: 1; }
.hot-image { flex: 1; height: 250px; }
.hot-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }


/* === CHICHA INTÉGRATION (Dynamique & Glow) === */
.chicha-section {
    position: relative; padding: 6rem 5%; color: white; text-align: center;
    background: url('images/deco chicha sombre.jpg') center/cover fixed; /* Parallax */
    margin-bottom: 4rem; overflow: hidden;
}
.chicha-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.75); }
.chicha-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
.white-text { color: white !important; border-color: rgba(255,255,255,0.2) !important; }

/* Nouveau Container pour les chichas */
.chicha-showcase-container {
    display: flex; justify-content: center; align-items: flex-end; gap: 30px; margin-bottom: 60px; flex-wrap: wrap;
}

.chicha-spotlight {
    position: relative; width: 300px; height: 400px; 
    display: flex; align-items: center; justify-content: center; flex-direction: column;
}

/* L'effet de lumière derrière la chicha pour la "décoller" du fond */
.glow-effect {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 200px; height: 200px;
    background: radial-gradient(circle, var(--gold-glow) 0%, rgba(0,0,0,0) 70%);
    z-index: -1; border-radius: 50%;
}

/* Animation flottante */
@keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-15px); } 100% { transform: translateY(0px); } }
@keyframes floatSlow { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } }

.floating-img { 
    max-height: 350px; width: auto; 
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.5)); 
    animation: float 6s ease-in-out infinite; 
}
.floating-img-slow { 
    max-height: 200px; width: auto; 
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.5)); 
    animation: floatSlow 8s ease-in-out infinite; 
}

.chicha-badge {
    margin-top: 15px; padding: 5px 15px; border: 1px solid var(--gold-classic); color: var(--gold-classic);
    font-size: 0.8rem; letter-spacing: 2px; background: rgba(0,0,0,0.6);
}
.legend-text { margin-top: 15px; color: #ccc; font-size: 0.9rem; text-transform: uppercase; }

.chicha-price-box { border: 2px solid var(--gold-classic); padding: 30px; margin-bottom: 40px; background: rgba(0,0,0,0.5); backdrop-filter: blur(5px); }
.price-row { display: flex; justify-content: space-between; align-items: center; font-size: 1.5rem; font-family: 'Cormorant Garamond', serif; }
.price-gold { color: var(--gold-classic); font-size: 2.5rem; }
.price-row-small { display: flex; justify-content: space-between; font-size: 1rem; opacity: 0.8; margin-top: 10px;}

.flavors-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; margin-bottom: 60px; }
.flavors-grid span { padding: 8px 15px; border: 1px solid rgba(255,255,255,0.3); border-radius: 20px; font-size: 0.9rem; text-transform: uppercase; transition: 0.3s; }
.flavors-grid span:hover { background: var(--gold-classic); color: black; border-color: var(--gold-classic); }

/* Galerie Ambiance */
.lounge-gallery h3 { font-size: 1.5rem; color: white; margin-bottom: 20px; border-bottom: 1px solid var(--gold-classic); display: inline-block; padding-bottom: 5px; }
.gallery-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gallery-row img { width: 100%; height: 180px; object-fit: cover; border-radius: 4px; opacity: 0.7; transition: 0.5s; border: 1px solid transparent; }
.gallery-row img:hover { opacity: 1; border-color: var(--gold-classic); transform: scale(1.05); z-index: 10;}

/* === RÉSERVATION === */
.reservation-section { padding: 4rem 5%; max-width: 700px; margin: 0 auto; }
.reservation-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: flex; gap: 20px; }
.form-group { flex: 1; display: flex; flex-direction: column; }
label { font-size: 0.7rem; text-transform: uppercase; margin-bottom: 5px; color: #888; letter-spacing: 1px; }
input, select { padding: 15px; border: 1px solid #ddd; background: white; font-size: 1rem; outline: none; width: 100%; }
.btn-submit { padding: 15px; background: var(--text-dark); color: white; border: none; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; transition: 0.3s; }
.btn-submit:hover { background: var(--gold-classic); }

/* Popup */
.modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8); z-index: 2000;
    display: none; align-items: center; justify-content: center;
}
.modal-content {
    background: white; padding: 40px; text-align: center; max-width: 400px; border-radius: 4px;
    border-top: 4px solid var(--gold-classic); animation: slideDown 0.4s ease;
}
.modal-content h3 { color: var(--gold-classic); font-size: 2rem; margin-bottom: 20px; }
.btn-close { margin-top: 20px; padding: 10px 30px; background: #eee; border: none; cursor: pointer; }
@keyframes slideDown { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

/* Footer */
footer { background: var(--text-dark); color: white; padding: 4rem 5%; text-align: center; }
.logo-footer { font-size: 2rem; color: var(--gold-classic); margin-bottom: 10px; }
.social-links { margin: 30px 0; }
.social-links a { color: white; text-decoration: none; font-size: 0.9rem; letter-spacing: 2px; transition: 0.3s; }
.social-links a:hover { color: var(--gold-classic); }
.separator { margin: 0 15px; color: #555; }
.copyright { font-size: 0.7rem; color: #666; }

/* Mobile */
@media (max-width: 768px) {
    .navbar { flex-direction: column; gap: 10px; padding: 1rem; }
    .hero h1 { font-size: 2.5rem; }
    .drinks-visual-container { flex-direction: column; }
    .drink-img-box { height: 200px; }
    .signature-box-main { flex-direction: column; }
    .signature-img { height: 250px; width: 100%; }
    .hot-content { flex-direction: column-reverse; } 
    .chicha-showcase-container { flex-direction: column; align-items: center; }
    .gallery-row { grid-template-columns: 1fr; } 
    .form-row { flex-direction: column; }
    .nav-links { gap: 15px; flex-wrap: wrap; justify-content: center; }
}
/* === SÉLECTEUR DE LANGUE === */
.lang-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.lang-switch a {
    text-decoration: none;
    color: var(--text-dark);
    transition: 0.3s;
    font-family: 'Lato', sans-serif;
}

.lang-switch a:hover, .lang-switch a.active {
    color: var(--gold-classic);
}

.lang-switch .sep {
    color: #ccc;
    font-size: 0.7rem;
}

/* Mobile : On ajuste pour que ça rentre */
@media (max-width: 768px) {
    .lang-switch { margin-left: 0; margin-top: 10px; }
}