/* ===== RESET & BASE ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#0a0a0a;--bg2:#141414;--gold:#D4A853;--cream:#f0ece4;
  --gold-light:#e8c97a;--green-it:#008C45;--red-it:#CD212A;
  --blue-fr:#002395;--red-fr:#ED2939;
  --font-title:'Cormorant Garamond',Georgia,serif;
  --font-body:'Outfit',sans-serif;
}
html{scroll-behavior:smooth;font-size:16px}
body{background:var(--bg);color:var(--cream);font-family:var(--font-body);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{color:var(--gold);text-decoration:none;transition:color .3s}
a:hover{color:var(--gold-light)}
img{max-width:100%;display:block}
ul{list-style:none}
h2{font-family:var(--font-title);font-weight:600;font-size:2rem;color:var(--gold);text-align:center;margin-bottom:1.5rem}
h2 .accent{display:block;width:60px;height:2px;background:var(--gold);margin:.5rem auto 0}
.section{padding:4rem 1.25rem;max-width:960px;margin:0 auto}

/* ===== HERO ===== */
.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:2rem 1rem}
.hero-halo{position:absolute;width:340px;height:340px;border-radius:50%;filter:blur(120px);opacity:.18;pointer-events:none}
.hero-halo--tl{top:-80px;left:-80px;background:var(--green-it)}
.hero-halo--tr{top:-80px;right:-80px;background:var(--red-it)}
.hero-halo--bl{bottom:-80px;left:-80px;background:var(--blue-fr)}
.hero-halo--br{bottom:-80px;right:-80px;background:var(--red-fr)}
.hero-circle{position:absolute;border:1px solid rgba(212,168,83,.15);border-radius:50%;pointer-events:none}
.hero-circle--1{width:300px;height:300px;animation:pulse 4s ease-in-out infinite}
.hero-circle--2{width:450px;height:450px;animation:pulse 5s ease-in-out infinite .5s}
.hero-circle--3{width:600px;height:600px;animation:pulse 6s ease-in-out infinite 1s}
@keyframes pulse{0%,100%{opacity:.15;transform:scale(1)}50%{opacity:.3;transform:scale(1.04)}}

/* Drapeaux */
.flag-bar{display:flex;width:220px;height:5px;border-radius:3px;overflow:hidden;margin:0 auto}
.flag-bar--it .f:nth-child(1){background:var(--green-it)}
.flag-bar--it .f:nth-child(2){background:#fff}
.flag-bar--it .f:nth-child(3){background:var(--red-it)}
.flag-bar--fr .f:nth-child(1){background:var(--blue-fr)}
.flag-bar--fr .f:nth-child(2){background:#fff}
.flag-bar--fr .f:nth-child(3){background:var(--red-fr)}
.f{flex:1}

.hero-brand{position:relative;z-index:1;margin:.75rem 0}
.hero-title{font-family:var(--font-title);font-size:3.5rem;font-weight:700;letter-spacing:.15em;background:linear-gradient(135deg,var(--gold),var(--gold-light),#c9943a,var(--gold-light),var(--gold));background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 4s ease-in-out infinite}
@keyframes shimmer{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
.hero-subtitle{font-family:var(--font-title);font-style:italic;font-size:1.25rem;color:var(--cream);opacity:.85;margin-top:.25rem}
.hero-location{font-size:.95rem;color:rgba(240,236,228,.5);margin-top:.5rem;letter-spacing:.05em}
.hero-cta{display:inline-block;margin-top:1.5rem;padding:.75rem 2rem;border:1px solid var(--gold);border-radius:50px;color:var(--gold);font-family:var(--font-body);font-size:.95rem;transition:all .3s}
.hero-cta:hover{background:var(--gold);color:var(--bg)}

/* ===== NAV ===== */
.nav{position:sticky;top:0;z-index:100;background:rgba(20,20,20,.92);border-bottom:1px solid rgba(212,168,83,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.nav__inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:.85rem 1rem;max-width:960px;margin:0 auto;flex-wrap:wrap}
.nav a{font-size:.9rem;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}
.nav a:hover{color:#fff}

/* ===== À PROPOS ===== */
.about-quote{font-family:var(--font-title);font-style:italic;font-size:1.35rem;text-align:center;line-height:1.7;max-width:700px;margin:0 auto;position:relative;padding:0 2rem}
.about-quote::before,.about-quote::after{font-size:3.5rem;color:var(--gold);font-family:var(--font-title);position:absolute;line-height:1}
.about-quote::before{content:'\201C';top:-.3rem;left:0}
.about-quote::after{content:'\201D';bottom:-.8rem;right:0}

/* ===== GALERIE ===== */
.gallery{padding:3rem 0;overflow:hidden}
.gallery h2{padding:0 1.25rem}
.gallery-track{display:flex;gap:1rem;animation:scroll-gallery 30s linear infinite;width:max-content;padding:1rem 0}
.gallery-track:hover{animation-play-state:paused}
.gallery-item{flex-shrink:0;width:260px;height:180px;border-radius:12px;background:var(--bg2);border:1px solid rgba(212,168,83,.1);display:flex;align-items:center;justify-content:center;color:rgba(240,236,228,.3);font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;overflow:hidden;position:relative}
.gallery-item img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.gallery-item span{position:relative;z-index:1;background:rgba(10,10,10,.55);padding:.25rem .75rem;border-radius:6px;font-size:.75rem;letter-spacing:.05em;color:var(--cream)}
@keyframes scroll-gallery{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ===== MENU ===== */
.menu-filters{margin-bottom:1.25rem;display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap}
.menu-filter{padding:.45rem 1.2rem;border:1px solid rgba(212,168,83,.3);border-radius:50px;background:transparent;color:var(--cream);font-family:var(--font-body);font-size:.85rem;cursor:pointer;transition:all .3s}
.menu-filter.active,.menu-filter:hover{background:var(--gold);color:var(--bg);border-color:var(--gold)}
.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}
.menu-card{background:var(--bg2);border:1px solid rgba(212,168,83,.08);border-radius:14px;overflow:hidden;transition:transform .3s,border-color .3s;position:relative}
.menu-card:hover{transform:translateY(-4px);border-color:rgba(212,168,83,.3)}
.menu-card__img{height:130px;background:linear-gradient(135deg,rgba(212,168,83,.06),rgba(212,168,83,.02));display:flex;align-items:center;justify-content:center;color:rgba(240,236,228,.2);font-size:.75rem;position:relative;overflow:hidden}
.menu-card__img img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.menu-card__body{padding:1rem}
.menu-card__top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.35rem}
.menu-card__name{font-family:var(--font-title);font-size:1.2rem;font-weight:600;color:var(--gold)}
.menu-card__price{font-weight:700;font-size:1.05rem;color:var(--gold-light)}
.menu-card__desc{font-size:.82rem;color:rgba(240,236,228,.55);line-height:1.5}
.menu-card__add{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;border-radius:50%;background:var(--gold);color:var(--bg);border:none;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;font-weight:700}
.menu-card:hover .menu-card__add{opacity:1}
.menu-allergens{text-align:center;font-size:.8rem;color:rgba(240,236,228,.4);margin-top:1.5rem;line-height:1.6}

/* ===== HORAIRES ===== */
.schedule-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:12px;border:1px solid rgba(212,168,83,.12);overflow:hidden}
.schedule-table tr{transition:background .3s}
.schedule-table tr:hover{background:rgba(212,168,83,.05)}
.schedule-table td{padding:.85rem 1rem;border-bottom:1px solid rgba(212,168,83,.08);font-size:.9rem;vertical-align:middle}
.schedule-table tr:last-child td{border-bottom:none}
.schedule-table td:first-child{font-weight:600;color:var(--gold);white-space:nowrap;width:110px}
.schedule-table td:nth-child(3) a{font-size:.82rem}
.closed{color:rgba(240,236,228,.35);font-style:italic}
.schedule-events{text-align:center;margin-top:1.5rem;font-size:.92rem}
.schedule-events a{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;border:1px solid var(--gold);border-radius:50px;transition:all .3s}
.schedule-events a:hover{background:var(--gold);color:var(--bg)}
.schedule-events svg{width:18px;height:18px;fill:currentColor}

/* ===== COMMANDE ===== */
.order-list{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.5rem}
.order-row{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:var(--bg2);border-radius:10px;border:1px solid rgba(212,168,83,.08);gap:.75rem}
.order-info{flex:1;min-width:0}
.order-name{font-weight:600;font-size:.95rem}
.order-price{font-size:.82rem;color:var(--gold);margin-top:.1rem}
.order-controls{display:flex;align-items:center;gap:.6rem;flex-shrink:0}
.order-btn{width:34px;height:34px;border-radius:50%;border:1px solid var(--gold);background:transparent;color:var(--gold);font-size:1.15rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-weight:700}
.order-btn:hover{background:var(--gold);color:var(--bg)}
.order-btn:disabled{opacity:.3;cursor:default}
.order-btn:disabled:hover{background:transparent;color:var(--gold)}
.order-qty{min-width:24px;text-align:center;font-weight:700;font-size:1rem}
.order-total{text-align:center;font-size:1.3rem;font-weight:700;margin-bottom:1rem}
.order-total span{color:var(--gold)}
.order-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:400px;margin:0 auto;padding:.9rem;border:none;border-radius:50px;background:linear-gradient(135deg,#25D366,#128C7E);color:#fff;font-family:var(--font-body);font-size:1.05rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}
.order-submit:hover{transform:scale(1.02);box-shadow:0 4px 20px rgba(37,211,102,.3)}
.order-submit:disabled{opacity:.4;cursor:default;transform:none;box-shadow:none}
.order-submit svg{width:22px;height:22px;fill:currentColor}

/* Order closed state */
.order-closed{text-align:center;padding:2.5rem 1.5rem;background:var(--bg2);border:1px solid rgba(212,168,83,.12);border-radius:14px;margin-bottom:1.5rem}
.order-closed__icon{font-size:2.5rem;margin-bottom:.75rem}
.order-closed__title{font-family:var(--font-title);font-size:1.3rem;color:var(--gold);font-weight:600;margin-bottom:.5rem}
.order-closed__next{font-size:.9rem;color:rgba(240,236,228,.5);margin-bottom:1rem}
.order-closed__wa{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.5rem;border:1px solid var(--gold);border-radius:50px;color:var(--gold);font-size:.9rem;transition:all .3s}
.order-closed__wa:hover{background:var(--gold);color:var(--bg)}
#orderFormWrap.disabled{opacity:.3;pointer-events:none;user-select:none}

/* ===== RÉSEAUX ===== */
.social{text-align:center;padding:3rem 1rem}
.social-links{display:flex;justify-content:center;gap:1.25rem;margin-top:1rem}
.social-link{width:52px;height:52px;border-radius:50%;border:1px solid rgba(212,168,83,.25);display:flex;align-items:center;justify-content:center;transition:all .3s;background:var(--bg2)}
.social-link:hover{border-color:var(--gold);background:rgba(212,168,83,.1);transform:translateY(-3px)}
.social-link svg{width:24px;height:24px;fill:var(--cream)}

/* ===== FOOTER ===== */
.footer{text-align:center;padding:2rem 1rem;border-top:1px solid rgba(212,168,83,.1);font-size:.8rem;color:rgba(240,236,228,.35)}
.footer a{color:rgba(240,236,228,.5)}
.footer a:hover{color:var(--gold)}

/* ===== MENTIONS LÉGALES ===== */
.legal{max-width:700px;margin:0 auto;padding:2rem 1.25rem}
.legal h1{font-family:var(--font-title);color:var(--gold);font-size:2rem;margin-bottom:1.5rem;text-align:center}
.legal h2{font-size:1.15rem;text-align:left;margin:1.5rem 0 .5rem;color:var(--gold-light)}
.legal p{font-size:.9rem;line-height:1.7;color:rgba(240,236,228,.7);margin-bottom:.5rem}
.legal a{text-decoration:underline}
.legal .back{display:inline-block;margin-bottom:1.5rem;font-size:.9rem}

/* ===== RESPONSIVE ===== */
@media(max-width:600px){
  .hero-title{font-size:2.4rem;letter-spacing:.1em}
  .hero-subtitle{font-size:1.05rem}
  h2{font-size:1.6rem}
  .menu-grid{grid-template-columns:1fr}
  .schedule-table td{padding:.6rem .5rem;font-size:.8rem}
  .schedule-table td:first-child{width:75px}
  .gallery-item{width:200px;height:140px}
  .about-quote{font-size:1.1rem}
  .nav__inner{gap:.9rem}
  .nav a{font-size:.8rem}
  .flag-bar{width:170px}
  .section{padding:3rem 1rem}
}
@media(min-width:601px) and (max-width:900px){
  .menu-grid{grid-template-columns:repeat(2,1fr)}
}
