/* ========================================================
   HERO
   ======================================================== */
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slideshow {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: -5%; left: -5%;
    width: 110%; height: 110%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    animation: subtleZoom 20s ease-in-out infinite alternate;
}

.slide.active { opacity: 1; }

@keyframes subtleZoom {
    0%   { transform: scale(1); }
    100% { transform: scale(1.03); }
}

.overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to bottom,
        rgba(10, 76, 86, 0.2) 0%,
        rgba(10, 76, 86, 0.5) 100%);
}

.hero h1 {
    position: relative;
    color: #faf3E0;
    font-size: 6rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 8px;
    opacity: 0;
    animation: fadeIn 1.5s ease forwards 0.3s;
}

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

/* ========================================================
   INFO SECTION
   ======================================================== */
.info-section {
    background: linear-gradient(135deg, #0a4c56 0%, #0d5f6d 100%);
    padding: 120px 12%;
    color: #faf3E0;
}

.info-section h2 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.info-section h2::after {
    content: '';
    position: absolute;
    bottom: -15px; left: 0;
    width: 120px; height: 4px;
    background: linear-gradient(90deg, #D9A441, #f4c467);
}

.info-section ul {
    list-style: none;
    border-left: 3px solid #D9A441;
    padding-left: 40px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.info-section li {
    position: relative;
    padding-left: 10px;
    transition: transform 0.3s ease;
}

.info-section li:hover { transform: translateX(10px); }

.info-section li::before {
    content: '';
    position: absolute;
    left: -50px; top: 8px;
    width: 20px; height: 20px;
    background: linear-gradient(135deg, #D9A441, #f4c467);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(217, 164, 65, 0.6);
}

.info-section li h3 {
    color: #D9A441;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.info-section li p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(250, 243, 224, 0.9);
    max-width: 800px;
}

/* ========================================================
   MENU SECTION — BASE
   ======================================================== */
.menu-section {
    position: relative;
}

.section-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.section-content {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto;
    padding: 100px 40px;
}

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

.section-label {
    font-family: "Montserrat", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
}

.section-header h2 {
    font-family: "Playfair Display", serif;
    font-size: 3rem;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 40px; height: 1px;
}

.menu-category {
    margin-bottom: 60px;
}

.category-title {
    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid;
}

/* ========================================================
   TYPOGRAPHIE — ROWS
   ======================================================== */

/* ========================================================
   MENU LIST — STYLE CARTE DE RESTAURANT
   ======================================================== */
.menu-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.menu-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid;
}

.menu-row:last-child { border-bottom: none; }

.menu-row-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.menu-row-name {
    font-family: "Montserrat", sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
}

.menu-row-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 0.78rem;
    font-weight: 300;
    font-style: italic;
    opacity: 0.6;
    line-height: 1.4;
}

.menu-row-dots {
    flex: 1;
    border-bottom: 1px dotted;
    margin-bottom: 5px;
    min-width: 30px;
    opacity: 0.3;
}

.menu-row-price {
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.dish-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    flex-shrink: 0;
}

/* ========================================================
   PETIT-DÉJEUNER — image café en fond, tons chauds
   ======================================================== */
.petitdej-section {
    background-image: url('../img/heros/carte/cafeGourmand.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.petitdej-section .section-overlay {
    background: rgba(250, 243, 224, 0.92);
}

.petitdej-section .section-label { color: #b07d3a; }
.petitdej-section .section-header h2 { color: #1a1208; }
.petitdej-section .section-header h2::after { background: #D9A441; }
.petitdej-section .category-title { color: #0a4c56; border-color: rgba(10, 76, 86, 0.25); }
.petitdej-section .menu-row { border-color: rgba(10, 76, 86, 0.1); }
.petitdej-section .menu-row-name { color: #1a1208; }
.petitdej-section .menu-row-dots { border-color: #1a1208; }
.petitdej-section .menu-row-price { color: #b07d3a; }

/* ========================================================
   MIDI — fond crème ivoire uni
   ======================================================== */
.midi-section {
    background: #f5f0e6;
}

.midi-section .section-content { padding: 100px 40px; }
.midi-section .section-label { color: #0a4c56; }
.midi-section .section-header h2 { color: #0a4c56; }
.midi-section .section-header h2::after { background: #D9A441; }
.midi-section .category-title { color: #0a4c56; border-color: rgba(10, 76, 86, 0.2); }
.midi-section .menu-row { border-color: rgba(10, 76, 86, 0.08); }
.midi-section .menu-row-name { color: #1a1a1a; }
.midi-section .menu-row-desc { color: #666; }
.midi-section .menu-row-dots { border-color: #1a1a1a; }
.midi-section .menu-row-price { color: #b07d3a; }

/* ========================================================
   SOIR — image plat, overlay sombre
   ======================================================== */
.soir-section {
    background-image: url('../img/heros/carte/bavette.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.soir-section .section-overlay {
    background: rgba(8, 15, 12, 0.88);
}

.soir-section .section-label { color: #D9A441; }
.soir-section .section-header h2 { color: #faf3E0; }
.soir-section .section-header h2::after { background: #D9A441; }
.soir-section .category-title { color: rgba(217, 164, 65, 0.6); border-color: rgba(217, 164, 65, 0.2); }
.soir-section .menu-row { border-color: rgba(250, 243, 224, 0.08); }
.soir-section .menu-row-name { color: #faf3E0; }
.soir-section .menu-row-desc { color: rgba(250, 243, 224, 0.45); }
.soir-section .menu-row-dots { border-color: #faf3E0; }
.soir-section .menu-row-price { color: #D9A441; }

/* ========================================================
   BOISSONS — fond image cocktail
   ======================================================== */
.boissons-section {
    background: linear-gradient(160deg, #0a4c56 0%, #3d8f88 60%, #6bb1aa 100%);
}

.boissons-section .section-label { color: #D9A441; }
.boissons-section .section-header h2 { color: #faf3E0; }
.boissons-section .section-header h2::after { background: #D9A441; }
.boissons-section .category-title { color: rgba(217, 164, 65, 0.5); border-color: rgba(250, 243, 224, 0.1); }
.boissons-section .menu-row { border-color: rgba(250, 243, 224, 0.07); }
.boissons-section .menu-row-name { color: #faf3E0; }
.boissons-section .menu-row-desc { color: rgba(250, 243, 224, 0.4); }
.boissons-section .menu-row-dots { border-color: #faf3E0; }
.boissons-section .menu-row-price { color: #D9A441; }

/* ========================================================
   RESPONSIVE
   ======================================================== */
@media (max-width: 1024px) {
    .hero h1 { font-size: 4rem; letter-spacing: 5px; }
    .info-section { padding: 90px 8%; }
    .info-section h2 { font-size: 2.6rem; }
    .section-content { padding: 80px 30px; }
    .menu-nav-link { padding: 18px 28px; }
}

@media (max-width: 768px) {
    .hero h1 { font-size: 3rem; letter-spacing: 3px; }
    .info-section { padding: 70px 6%; }
    .info-section h2 { font-size: 2.3rem; }
    .info-section ul { padding-left: 20px; gap: 35px; }
    .info-section li::before { left: -28px; width: 16px; height: 16px; }
    .info-section li h3 { font-size: 1.4rem; }

    .menu-nav { justify-content: flex-start; overflow-x: auto; }
    .menu-nav-link { padding: 16px 20px; white-space: nowrap; }

    .petitdej-section,
    .soir-section { background-attachment: scroll; }

    .section-content { padding: 70px 24px; }
    .section-header h2 { font-size: 2.4rem; }
    .menu-row-name { font-size: 0.98rem; }
}

@media (max-width: 480px) {
    .hero h1 { font-size: 2.2rem; letter-spacing: 2px; }
    .info-section h2 { font-size: 2rem; }
    .info-section li h3 { font-size: 1.25rem; }
    .section-header h2 { font-size: 2rem; }
    .section-content { padding: 60px 18px; }
    .menu-row-dots { display: none; }
    .menu-row { flex-wrap: wrap; gap: 4px; }
    .menu-row-price { width: 100%; text-align: right; opacity: 0.8; }
}
