/* UNL Brasserie Restaurant — deep green & cream. Mobile-first. */

:root {
  --green: #163a2e;
  --green-dark: #0f2a20;
  --green-soft: #2c5446;
  --cream: #f6f2e9;
  --cream-2: #efe8d9;
  --ink: #1c261f;
  --muted: #636d64;
  --gold: #b0894e;
  --gold-dark: #96733d;
  --line: #ddd5c4;
  --white: #fffdf8;
  --max: 1200px;
  --radius: 10px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --header-h: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--cream); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
iframe { max-width: 100%; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.12; color: var(--green); margin: 0 0 .4em; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
a { color: var(--green-soft); }

.eyebrow { text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 700; color: var(--gold); margin: 0 0 1em; font-family: var(--sans); }
.lead { font-size: 1.1rem; color: var(--muted); }
.center { text-align: center; }
.center .lead { max-width: 640px; margin-inline: auto; }

/* --- Buttons --- */
.btn { display: inline-block; padding: 13px 26px; border-radius: 999px; font: 600 .96rem/1 var(--sans); cursor: pointer; border: 1.5px solid transparent; transition: background .15s, color .15s, border-color .15s, transform .05s; }
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--gold); color: #fff; }
.btn-primary:hover { background: var(--gold-dark); color: #fff; }
.btn-green { background: var(--green); color: var(--white); }
.btn-green:hover { background: var(--green-dark); color: var(--white); }
.btn-outline { border-color: var(--green); color: var(--green); background: transparent; }
.btn-outline:hover { background: var(--green); color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.85); color: #fff; background: transparent; }
.btn-ghost:hover { background: rgba(255,255,255,.16); color: #fff; }
.btn-block { display: block; width: 100%; text-align: center; margin-bottom: 12px; }

/* --- Header / Nav --- */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(246,242,233,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand img { height: 54px; width: auto; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--ink); font-size: .9rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: var(--green); border-bottom-color: var(--gold); }
.nav-social { display: flex; align-items: center; gap: 14px; }
.nav-social a { color: var(--green); display: inline-flex; }
.nav-social svg { width: 20px; height: 20px; fill: currentColor; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--green); }
.nav-toggle svg { width: 26px; height: 26px; fill: currentColor; }

/* --- Hero --- */
.hero { position: relative; min-height: clamp(440px, 64vh, 660px); display: flex; align-items: center; color: #fff; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(15,32,25,.18) 0%, rgba(15,32,25,.06) 45%, rgba(15,32,25,.42) 100%); }
.hero-inner { position: relative; z-index: 2; width: 100%; display: flex; justify-content: flex-end; padding-bottom: 96px; }
.hero-overlay { background: rgba(15,32,25,.74); backdrop-filter: blur(2px); padding: 38px 40px; max-width: 500px; border-radius: 4px; }
.hero-overlay .eyebrow { color: #fff; }
.hero-overlay .eyebrow b { color: var(--gold); font-weight: 700; }
.hero-overlay h1 { color: #fff; margin-bottom: .5em; }
.hero-overlay h1 em { color: var(--gold); font-style: normal; }
.hero-overlay .btn { margin-top: 6px; }

/* Right-edge MENU tab (fixed, persistent) */
.menu-tab { position: fixed; right: 0; top: 22%; z-index: 55; background: var(--gold); color: #fff; font: 700 1rem/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; text-decoration: none; padding: 20px 22px; border-radius: 8px 0 0 8px; box-shadow: -4px 6px 20px rgba(15,32,25,.28); transition: background .15s, padding .15s; }
.menu-tab:hover { background: var(--gold-dark); color: #fff; padding-right: 28px; }

/* Bottom info bar over hero */
.hero-bar { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; background: rgba(22,58,46,.94); color: #e7eee9; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 20px clamp(22px, 4vw, 56px); font-size: .92rem; }
.hero-bar strong { color: #fff; }
.hero-hours div, .hero-address div { margin-bottom: 2px; }
.hero-hours .fermeture { color: #b7c6bd; font-style: italic; margin-top: 4px; }
.hero-address { text-align: right; }
.hero-address a { color: #fff; }

/* Rotating BRUNCH badge */
.brunch-badge { position: absolute; left: 50%; bottom: -75px; transform: translateX(-50%); z-index: 3; width: 150px; height: 150px; text-decoration: none; }
.brunch-badge svg { width: 100%; height: 100%; }
.brunch-ring { animation: spin 16s linear infinite; transform-origin: 100px 100px; }
.brunch-ring text { fill: var(--gold); font: 700 12px var(--sans); letter-spacing: 2px; }
.brunch-center-bg { fill: var(--gold); }
.brunch-center-tx { fill: #fff; font: 700 20px var(--serif); letter-spacing: 1px; }
.brunch-badge:hover .brunch-center-bg { fill: var(--gold-dark); }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .brunch-ring { animation: none; } }

/* --- Sections --- */
.section { padding: clamp(52px, 8vw, 96px) 0; }
.section-alt { background: var(--cream-2); }
.section-green { background: var(--green); color: #eef2ec; }
.section-green h2, .section-green h3 { color: #fff; }
.section-green .eyebrow { color: var(--gold); }
.section-lead { color: var(--muted); }

.split { display: grid; gap: 40px; align-items: center; }
@media (min-width: 820px) { .split { grid-template-columns: 1fr 1fr; gap: 56px; } .split.reverse > .split-media { order: 2; } }
.split-media img { border-radius: var(--radius); width: 100%; max-height: 460px; object-fit: cover; box-shadow: 0 14px 40px rgba(15,32,25,.18); }

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 30px; box-shadow: 0 8px 30px rgba(15,32,25,.06); }
.price-tag { font-family: var(--serif); color: var(--gold); font-size: 2rem; font-weight: 600; margin: 0; }
.cards-2 { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); max-width: 820px; margin: 24px auto 0; text-align: left; }

/* Lunch du mois (section sombre, fond ardoise) */
.lunch-dark { position: relative; color: #fff; background: #14181a; overflow: hidden; }
.lunch-dark > * { position: relative; z-index: 2; }
.lunch-dark::before { content: ""; position: absolute; inset: 0; z-index: 0; background: url('../assets/img/fond-ardoise.webp') center/cover no-repeat; }
.lunch-dark::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(12,14,15,.94) 0%, rgba(12,14,15,.8) 42%, rgba(12,14,15,.32) 100%); }
.lunch-dark h2 { color: #fff; }
.lunch-dark .eyebrow { color: var(--gold); }
.lunch-grid { display: grid; gap: 34px; align-items: center; }
@media (min-width: 820px) { .lunch-grid { grid-template-columns: 1.1fr 1fr; gap: 56px; } }
.lunch-dishes h3 { color: #fff; display: inline-block; border-bottom: 2px solid var(--gold); padding-bottom: 2px; margin-bottom: .4em; }
.lunch-dishes ul { list-style: none; margin: 0 0 1.3em; padding: 0; color: #e6e6e6; }
.lunch-dishes ul:last-child { margin-bottom: 0; }
.lunch-dishes li { padding: 1px 0; }
.lunch-formules { list-style: none; margin: 1.5em 0 0; padding: 0; max-width: 400px; }
.lunch-formules li { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.lunch-formules li:last-child { border-bottom: 0; }
.lunch-formules .price { font-family: var(--serif); font-weight: 600; color: var(--gold); white-space: nowrap; font-size: 1.15rem; }
@media (max-width: 819px) { .lunch-dark::after { background: rgba(12,14,15,.86); } }

.pills { list-style: none; padding: 0; margin: 1.2em 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.pills li { background: var(--cream-2); border: 1px solid var(--line); color: var(--ink); border-radius: 999px; padding: 6px 15px; font-size: .9rem; }
.section-green .pills li { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #eef2ec; }

.formulas { width: 100%; border-collapse: collapse; margin: 8px 0 22px; }
.formulas th, .formulas td { text-align: left; padding: 11px 10px; border-bottom: 1px solid rgba(255,255,255,.16); }
.formulas th { font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: #c9d3cb; }
.formulas td:last-child, .formulas th:last-child { text-align: right; white-space: nowrap; font-weight: 600; color: #fff; }
.event-types { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); margin: 10px 0 30px; }
.event-types h3 { color: #fff; }
.event-types p { color: #c9d3cb; margin: 0; }
.extras { font-size: .95rem; color: #c9d3cb; }
.gallery { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; margin-top: 30px; }
.gallery img { border-radius: var(--radius); max-height: 300px; width: 100%; object-fit: cover; }

/* --- Menu carousel --- */
.carousel { position: relative; margin: 8px 0 28px; }
.carousel-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 6px 2px 14px; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-item { flex: 0 0 auto; width: min(78vw, 300px); scroll-snap-align: center; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 0 6px 20px rgba(15,32,25,.10); transition: transform .12s; }
.carousel-item:hover { transform: translateY(-3px); }
.carousel-item img { aspect-ratio: 768/1087; object-fit: cover; width: 100%; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--green); color: #fff; font-size: 1.6rem; line-height: 1; cursor: pointer; box-shadow: 0 4px 16px rgba(15,32,25,.28); display: flex; align-items: center; justify-content: center; }
.carousel-btn:hover { background: var(--green-dark); }
.carousel-btn.prev { left: -6px; }
.carousel-btn.next { right: -6px; }
@media (max-width: 600px) { .carousel-btn { display: none; } }

/* --- Contact --- */
.contact-grid { display: grid; gap: 40px; }
@media (min-width: 820px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 56px; } }
.info-list { list-style: none; margin: 0 0 1.4em; padding: 0; }
.info-list li { margin-bottom: 1.05em; }
.info-list strong { display: block; text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; color: var(--gold); margin-bottom: .2em; }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .96rem; }
.hours td:last-child { text-align: right; color: var(--muted); }
.hours .closed td:last-child { color: #a4534a; }
.socials { display: flex; gap: 16px; margin-top: 6px; }
.socials a { font-weight: 600; }
.note { font-size: .88rem; color: var(--muted); font-style: italic; }
.section-green .note { color: #b7c6bd; }

/* --- Footer --- */
.site-footer { background: var(--green-dark); color: #b9c6bd; padding: 40px 0 30px; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
.site-footer img { height: 46px; margin-bottom: 12px; filter: brightness(0) invert(1); opacity: .92; }
.footer-col p { margin: 0 0 .3em; font-size: .92rem; }
.footer-col a { color: #fff; }
.footer-bottom { margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* --- Modale --- */
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(12,24,18,.62); backdrop-filter: blur(2px); }
.modal-dialog { position: relative; z-index: 1; background: var(--cream); border-radius: 14px; max-width: 560px; width: 100%; max-height: 88vh; overflow-y: auto; padding: clamp(28px, 5vw, 44px); box-shadow: 0 24px 70px rgba(15,32,25,.45); }
.modal-dialog h2 { margin-top: 0; }
.modal-close { position: absolute; top: 8px; right: 14px; background: none; border: 0; font-size: 2rem; line-height: 1; cursor: pointer; color: var(--muted); }
.modal-close:hover { color: var(--green); }
/* Modale brunch (2 colonnes + image) */
.modal-dialog-brunch { max-width: 900px; padding: 0; overflow: hidden; }
.brunch-grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 720px) { .brunch-grid { grid-template-columns: 1fr 1fr; } }
.brunch-text { padding: clamp(28px, 4vw, 44px); }
.brunch-text h2 { margin-top: 0; font-size: clamp(1.8rem, 4vw, 2.6rem); }
.brunch-list { margin: 0 0 1em; padding-left: 1.2em; }
.brunch-list li { margin-bottom: .5em; }
.brunch-budget { font-weight: 700; color: var(--gold); font-size: 1.1rem; margin: 0 0 1.2em; }
.brunch-media { min-height: 220px; background: var(--cream-2); }
.brunch-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.modal-dialog-brunch .modal-close { z-index: 3; background: rgba(255,255,255,.9); border-radius: 50%; width: 34px; height: 34px; }
@media (max-width: 719px) { .brunch-media { min-height: 0; height: 200px; order: -1; } }

/* --- Filigrane rameurs (section Le lieu) --- */
#le-lieu { position: relative; overflow: hidden; }
#le-lieu::before { content: ""; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 720px; max-width: 92%; aspect-ratio: 691 / 290; background: url('../assets/img/rameurs.svg') top center/contain no-repeat; opacity: .16; z-index: 0; pointer-events: none; }
#le-lieu .wrap { position: relative; z-index: 1; }

/* --- Bouton flottant Réserver --- */
.fab-resa { position: fixed; right: 16px; bottom: 16px; z-index: 90; display: inline-flex; align-items: center; gap: 8px; background: var(--green); color: #fff; border: 0; border-radius: 999px; padding: 12px 20px; font: 600 .95rem/1 var(--sans); cursor: pointer; box-shadow: 0 8px 24px rgba(15,32,25,.35); }
.fab-resa:hover { background: var(--green-dark); }
.fab-resa svg { width: 18px; height: 18px; fill: currentColor; }
@media (max-width: 560px) { .fab-resa span { display: none; } .fab-resa { padding: 14px; } }

/* --- Réservation (iframe dans la modale) --- */
.modal-dialog-resa { max-width: 480px; max-height: 96vh; padding: 0; overflow: hidden; background: var(--cream); }
.resa-frame { width: 100%; height: min(94vh, 980px); border: 0; display: block; background: var(--cream); }
.modal-dialog-resa .modal-close { background: rgba(255,255,255,.92); border-radius: 50%; width: 34px; height: 34px; }

/* --- Lightbox carte --- */
.modal-lightbox { padding: 0; }
.lightbox-stage { position: relative; z-index: 1; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; perspective: 1800px; }
.lb-main { max-width: min(62vw, 640px); max-height: 88vh; z-index: 2; box-shadow: 0 24px 60px rgba(0,0,0,.55); border-radius: 4px; }
.lb-side { position: absolute; top: 50%; max-height: 66vh; opacity: .38; z-index: 1; cursor: pointer; border-radius: 4px; box-shadow: 0 16px 40px rgba(0,0,0,.5); transition: opacity .3s; }
.lb-side:hover { opacity: .62; }
.lb-prev { left: 4vw; transform: translateY(-50%) rotateY(28deg) scale(.82); transform-origin: left center; }
.lb-next { right: 4vw; transform: translateY(-50%) rotateY(-28deg) scale(.82); transform-origin: right center; }
@media (max-width: 700px) { .lb-side { display: none; } .lb-main { max-width: 90vw; } }
.lightbox-nav { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); color: var(--green); font-size: 2rem; line-height: 1; cursor: pointer; }
.lightbox-nav:hover { background: #fff; }
.lightbox-nav.prev { left: 16px; }
.lightbox-nav.next { right: 16px; }
.lightbox-close { position: absolute; z-index: 2; top: 16px; right: 16px; color: #fff; background: none; }
@media (max-width: 560px) { .lightbox-nav { width: 42px; height: 42px; font-size: 1.5rem; } }

/* --- Cookies --- */
.cookie-banner[hidden] { display: none; }
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 150; background: var(--cream); border-top: 2px solid var(--gold); box-shadow: 0 -8px 30px rgba(15,32,25,.18); }
.cookie-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 22px; flex-wrap: wrap; }
.cookie-inner p { margin: 0; font-size: .9rem; color: var(--ink); max-width: 760px; }
.cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-actions .btn { padding: 10px 20px; }
.cookie-reopen { position: fixed; left: 16px; bottom: 16px; z-index: 90; width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--green); color: #fff; cursor: pointer; box-shadow: 0 6px 18px rgba(15,32,25,.3); display: flex; align-items: center; justify-content: center; }
.cookie-reopen:hover { background: var(--green-dark); }
.cookie-reopen svg { width: 24px; height: 24px; fill: currentColor; }

/* --- Avis clients --- */
.reviews { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); }
.review-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 28px; box-shadow: 0 8px 30px rgba(15,32,25,.06); }
.review-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 4px; }
.review-src { font-weight: 700; font-size: 1.05rem; }
.review-src.google { color: #4285F4; }
.review-src.facebook { color: #1877F2; }
.stars { color: var(--gold); letter-spacing: 1px; white-space: nowrap; }
.stars .half { opacity: .4; }
.review-meta { color: var(--muted); font-size: .85rem; margin: 0 0 .8em; }
.review-text { color: var(--ink); margin: 0 0 1em; }
.review-author { color: var(--muted); font-size: .9rem; font-weight: 600; margin: 0; }
/* Widgets d'avis (Google / Facebook) façon carrousel */
.review-widget { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; box-shadow: 0 8px 30px rgba(15,32,25,.06); display: flex; flex-direction: column; }
.rw-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 16px; flex-wrap: wrap; }
.rw-title strong { display: block; font-family: var(--serif); font-size: 1.15rem; color: var(--green); }
.rw-title span { font-size: .85rem; color: var(--muted); }
.rw-brand { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.review-track { position: relative; min-height: 210px; flex: 1; }
.rev { display: none; }
.rev.active { display: block; animation: revfade .3s ease; }
@keyframes revfade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.rev-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.rev-verified { font-size: .72rem; color: var(--green-soft); }
.rev-reco { font-size: .82rem; font-weight: 700; color: #1877F2; }
.rev-text { color: var(--ink); margin: 0 0 16px; }
.rev-foot { display: flex; align-items: center; gap: 12px; }
.rev-avatar { width: 40px; height: 40px; border-radius: 50%; color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rev-name { font-weight: 600; font-size: .95rem; }
.rev-date { font-size: .82rem; color: var(--muted); }
.review-ctrls { display: flex; justify-content: flex-end; gap: 8px; margin-top: 14px; }
.review-ctrls button { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); color: var(--green); font-size: 1.3rem; line-height: 1; cursor: pointer; }
.review-ctrls button:hover { background: var(--cream-2); }

/* --- Footer sombre (carte + horaires + accroche animée) --- */
.site-footer { background: linear-gradient(rgba(9,15,12,.90), rgba(9,15,12,.94)), url('../assets/img/fond-ardoise.webp') center/cover no-repeat; color: #b9c6bd; padding: 0 0 26px; overflow: hidden; }
.footer-tagline { text-align: center; font-family: var(--serif); font-size: clamp(1.4rem, 3.4vw, 2.2rem); color: #fff; margin: 0; padding: 42px 20px 30px; }
.footer-tagline .animate-word { color: var(--gold); display: inline-block; transition: opacity .4s ease; min-width: 4.5em; text-align: left; }
.footer-grid { display: grid; gap: 34px; align-items: start; }
@media (min-width: 820px) { .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; } }
.footer-map { border-radius: 10px; overflow: hidden; }
.embed-gate { position: relative; aspect-ratio: 16 / 10; background: #1c3129; border-radius: 10px; overflow: hidden; }
.map-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-frame[hidden] { display: none; }
.embed-placeholder { position: absolute; inset: 0; z-index: 1; border: 0; cursor: pointer; background: #1c3129; color: #cdd6da; font: 600 .92rem/1.5 var(--sans); padding: 20px; }
.embed-placeholder small { display: block; color: #8fa398; font-weight: 400; }
.embed-gate.loaded .embed-placeholder { display: none; }
.map-link { display: inline-block; margin-top: 10px; color: #fff; font-weight: 600; font-size: .9rem; }
.footer-info h3, .footer-hours h3 { color: #fff; font-size: 1.05rem; margin: 0 0 .5em; }
.footer-info h3:not(:first-child) { margin-top: 1.2em; }
.footer-info p { margin: 0 0 .4em; font-size: .94rem; }
.site-footer a { color: #fff; }
.footer-info .socials { margin-top: 10px; }
.footer-info .socials a { font-weight: 600; }
.hours-dark { width: 100%; border-collapse: collapse; }
.hours-dark td { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .92rem; }
.hours-dark td:last-child { text-align: right; color: #cdd6da; }
.footer-note { font-size: .82rem; color: #8fa398; margin-top: .9em; }
.footer-bottom { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* Widget Zenchef natif masqué — nos boutons "Réserver" pilotent sa modale */
[data-testid="zenchef-btn-group"] { display: none !important; }
.hero-overlay .eyebrow b { transition: opacity .4s ease; }

/* Diaporama (section Le lieu) */
.diapo { position: relative; aspect-ratio: 3 / 2; border-radius: var(--radius); overflow: hidden; box-shadow: 0 14px 40px rgba(15,32,25,.18); }
.diapo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s ease; }
.diapo-img.active { opacity: 1; }

/* Carte — coverflow (page centrale nette, voisines estompées) */
.carte-cover { position: relative; }
.cover-viewport { overflow: hidden; padding: 24px 0; perspective: 1500px; }
.cover-track { display: flex; align-items: center; gap: 6px; transition: transform .45s cubic-bezier(.33,1,.68,1); transform-style: preserve-3d; will-change: transform; }
.carte-status { width: 100%; text-align: center; color: var(--muted); padding: 60px 20px; margin: 0; }
.cover-slide { flex: 0 0 auto; width: min(62vw, 280px); border: 0; padding: 0; background: none; cursor: pointer; opacity: .45; transition: opacity .45s cubic-bezier(.33,1,.68,1), transform .45s cubic-bezier(.33,1,.68,1); transform-style: preserve-3d; }
.cover-slide img { width: 100%; aspect-ratio: 768 / 1087; object-fit: cover; display: block; border-radius: 8px; box-shadow: 0 6px 20px rgba(15,32,25,.14); }
.cover-slide.is-active { opacity: 1; transform: scale(1); }
.cover-slide.is-active img { box-shadow: 0 18px 44px rgba(15,32,25,.30); }
.cover-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--green); color: #fff; font-size: 1.6rem; line-height: 1; cursor: pointer; box-shadow: 0 4px 16px rgba(15,32,25,.28); }
.cover-arrow:hover { background: var(--green-dark); }
.cover-arrow.prev { left: 6px; }
.cover-arrow.next { right: 6px; }

/* Sous-page : bandeau (subhero) */
.subhero { position: relative; min-height: clamp(300px, 44vh, 440px); display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; }
.subhero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.subhero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(15,32,25,.5), rgba(15,32,25,.68)); z-index: 1; }
.subhero .wrap { position: relative; z-index: 2; }
.subhero h1 { color: #fff; margin: 0 0 .3em; }
.subhero .eyebrow { color: var(--gold); }
.subhero p { color: #eef2ec; max-width: 640px; margin: 0 auto; }

/* Page Événements */
.evt-cards { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); margin-top: 30px; }
.evt-cards .card h3 { color: var(--green); margin-top: 0; }
.evt-cards .card p { margin: 0; color: var(--muted); }
.formules { width: 100%; border-collapse: collapse; }
.formules th { text-align: left; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); padding: 10px; border-bottom: 2px solid var(--line); }
.formules th:last-child { text-align: right; }
.formules td { padding: 13px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
.formules td.price { text-align: right; white-space: nowrap; font-weight: 700; color: var(--green); }
.formules .fname { font-weight: 600; }
.formules .fdesc { color: var(--muted); font-size: .9rem; font-weight: 400; }
@media (hover: hover) {
  .formules tr[data-img] { cursor: pointer; transition: background .2s ease; }
  .formules tr[data-img]:hover td { background: rgba(22, 58, 46, .05); }
  .formule-pop {
    position: fixed; top: 0; left: 0; z-index: 60; pointer-events: none;
    width: 220px; border-radius: 14px; overflow: hidden;
    background: var(--cream); padding: 6px;
    box-shadow: 0 18px 46px rgba(5, 39, 39, .34);
    opacity: 0; transform: translateY(8px) scale(.92);
    transition: opacity .18s ease, transform .18s cubic-bezier(.34, 1.56, .64, 1);
  }
  .formule-pop.show { opacity: 1; transform: translateY(0) scale(1); }
  .formule-pop img { display: block; width: 100%; height: 150px; object-fit: cover; border-radius: 9px; }
}
.evt-extras { list-style: none; padding: 0; margin: 0; }
.evt-extras li { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.evt-extras .price { font-weight: 700; color: var(--green); white-space: nowrap; }
.evt-gallery { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); margin-top: 26px; }
.evt-gallery img { width: 100%; height: 220px; object-fit: cover; border-radius: var(--radius); }

/* --- Responsive --- */
@media (max-width: 900px) {
  .hero-overlay { max-width: 440px; padding: 30px 30px; }
}
@media (max-width: 780px) {
  .nav-toggle { display: block; }
  .nav { position: absolute; top: var(--header-h); left: 0; right: 0; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0; box-shadow: 0 12px 24px rgba(15,32,25,.12); display: none; }
  .nav.open { display: flex; }
  .nav-links { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .nav-links a { padding: 14px 22px; border-bottom: 1px solid var(--line); }
  .nav-links a:hover, .nav-links a.active { border-bottom-color: var(--line); background: var(--cream-2); }
  .nav-social { padding: 14px 22px; }

  /* Hero empilé : image bannière → bloc vert (titre) → barre horaires */
  .hero { display: block; min-height: 0; }
  .hero-img { position: relative; height: 220px; }
  .hero::after { display: none; }
  .hero-inner { display: block; z-index: auto; background: var(--green); padding: 30px 22px 20px; }
  .hero-overlay { background: transparent; backdrop-filter: none; padding: 0; max-width: none; width: 100%; border-radius: 0; }
  .hero-bar { position: relative; z-index: auto; background: var(--green); flex-direction: column; align-items: flex-start; gap: 6px; font-size: .88rem; padding: 4px 22px 52px; }
  .hero-address { text-align: left; margin-top: 8px; }
  .brunch-badge { width: 92px; height: 92px; bottom: -46px; }
  .menu-tab { display: none; }
  .gallery { grid-template-columns: 1fr; }
}
