:root{
  --text:#101010;
  --muted:#5d5d5d;
  --border:#eadfce;
  --brand:#b11e2f;

  --radius:18px;
  --max:1180px;

  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  --font-title: "Playfair Display", ui-serif, Georgia, serif;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: var(--font-body);
  color:var(--text);
  background:#fff;
  line-height:1.55;
}
a{ color:inherit; text-decoration:none; }
.container{ width:min(var(--max), calc(100% - 28px)); margin-inline:auto; }

/* TOP HERO */
.top-hero{
  background:
    linear-gradient(180deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.12) 50%, rgba(0,0,0,.10) 100%),
    url("hero.png");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display:flex;
  flex-direction:column;
}

/* HERO */
.hero-wrap{
  flex: 1;
  display:flex;
  align-items:flex-end;
  padding: 38px 0 64px;
}
.hero{
  width: min(980px, 100%);
}

/* blocco hero centrato */
.hero-right{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

/* LOGO DENTRO HERO */
.hero-logo{
  display:flex;
  justify-content:center;
  margin-bottom: 6px;

  /* 40px più in alto */
  margin-top: -40px;
}

/* LOGO +40% (520px -> 728px) */
.brand-logo.brand-logo-rect{
  width: 728px;
  height: auto;
  object-fit: contain;

  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  filter: drop-shadow(0 16px 28px rgba(0,0,0,.35));
}

/* Titolo */
.hero-title{
  margin: 0 0 14px;
  font-family: var(--font-title);
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.02;
  font-weight: 900;
  color:#fff;
  text-shadow:
    0 0 16px rgba(255,255,255,.28),
    0 16px 40px rgba(0,0,0,.58);
}
.hero-title span{ display:block; }

.hero-actions{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color:#fff;
  box-shadow: 0 14px 26px rgba(0,0,0,.18);
  font-size: 14px;
  font-weight: 900;
  transition: .15s ease;
  white-space: nowrap;
  letter-spacing: .2px;
  outline: none;
}
.btn:hover{ transform: translateY(-1px); }
.btn.primary{
  background: rgba(177,30,47,.96);
  border-color: rgba(255,255,255,.10);
  box-shadow: 0 16px 30px rgba(177,30,47,.24);
  padding: 13px 18px;
  position: relative;
}
.btn.primary::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.28), transparent 55%);
  pointer-events:none;
  opacity:.55;
}
.btn.light{
  background: rgba(255,255,255,.92);
  color: #121212;
  border-color: rgba(0,0,0,.10);
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}
.btn.uber { background:#1DB954; color:#fff; border-color:transparent; }
.btn.uber:hover { filter:brightness(.95); }

/* Nota */
.hero-note{
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 92ch;
  font-size: 17.5px;
  color: rgba(255,255,255,.88);
  font-weight: 650;

  -webkit-text-stroke: .6px rgba(0,0,0,.85);
  text-shadow:
    -0.6px -0.6px 0 rgba(0,0,0,.30),
     0.6px -0.6px 0 rgba(0,0,0,.30),
    -0.6px  0.6px 0 rgba(0,0,0,.30),
     0.6px  0.6px 0 rgba(0,0,0,.30),
     0 0 12px rgba(255,255,255,.14),
     0 18px 44px rgba(0,0,0,.58);
}

/* Trust strip */
.trust{
  margin-top: 14px;
  display:flex;
  justify-content:center;
  gap: 10px;
  flex-wrap:wrap;
}
.trust .pill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;

  background: linear-gradient(180deg, rgba(0,0,0,.52), rgba(0,0,0,.30));
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.94);

  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 14px 28px rgba(0,0,0,.18);

  -webkit-text-stroke: 0 !important;
  text-shadow: none !important;
}
.trust .pill:hover{ transform: translateY(-1px); }

/* Sections */
.section{
  padding: 60px 0;
  background:#fff;
  position: relative;
}
.section::before{
  content:"";
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(234,223,206,.75), transparent);
}
.section-head{ text-align:center; }
.section-head h2{
  margin:0;
  font-family: var(--font-title);
  font-size: 32px;
  font-weight: 800;
}
.section-head p{
  margin: 8px auto 0;
  color: var(--muted);
  max-width: 90ch;
  font-weight: 600;
}

/* alternanza fondo leggero */
#offres.section,
#horaires.section{
  background: rgba(234,223,206,.20);
}

/* Panels base */
.panel{
  border: 1px solid rgba(234,223,206,.95);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 46px rgba(0,0,0,.08);
  padding: 18px;
}
.panel h3{ margin:0 0 8px; font-size: 18px; font-weight: 900; }
.panel p{ margin:0; color: var(--muted); font-weight: 600; }
.inline-actions{ margin-top: 14px; display:flex; gap:10px; flex-wrap:wrap; }
.mini-info{ margin-top: 12px; color: var(--muted); font-weight: 650; font-size: 13.5px; }
.mini-info a{ text-decoration: underline; }

/* =========================
   OFFRES (EDGE-TO-EDGE REALE)
========================= */
.offers-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
  align-items: stretch;
}

/* card arrotondata, ma contenuto gestito a blocchi */
.offer-card{
  padding: 0 !important;          /* NIENTE padding esterno */
  border-radius: var(--radius);
  overflow: hidden;               /* taglia ai bordi della card */
  min-height: 340px;
  display:flex;
  flex-direction:column;
  border: 1px solid rgba(234,223,206,.95);
  background:#fff;
  box-shadow: 0 16px 46px rgba(0,0,0,.08);
}

/* disattiva vecchi pseudo-elementi */
.offer-card::before,
.offer-card::after{ content:none !important; }

/* contenuto testo */
.offer-inner{
  padding: 18px;                  /* padding SOLO per testo */
  display:flex;
  flex-direction:column;
  gap: 10px;
  flex: 1;
}

.offer-title{
  margin: 0 0 6px;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 22px;
  color: #111;
  line-height: 1.05;
  letter-spacing: .2px;
}

.offer-sub{
  margin: 0 0 10px;
  color: var(--muted);
  font-weight: 750;
}

/* IMMAGINE: prende tutta la larghezza della card, ZERO spazio laterale */
.offer-media{
  display:block;
  width: 100%;
  height: 190px;
  object-fit: cover;

  margin: 0;                      /* niente margini */
  padding: 0;                     /* niente padding */
  border: 0;                      /* niente bordi */
  border-radius: 0 !important;    /* niente angoli sull’immagine */
  box-shadow: none !important;
}

/* lista */
.offer-list{
  margin: 0;
  padding-left: 18px;
  color: #222;
  font-weight: 650;
}
.offer-list li{ margin: 6px 0; }

/* keywords */
.offer-keywords{
  margin-top: 2px;
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
}
.offer-keywords span{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 12px;
  color: rgba(17,17,17,.82);
  background: rgba(234,223,206,.35);
  border: 1px solid rgba(234,223,206,.8);
}

/* Accordion */
.accordion{ margin-top: 18px; }
.acc{ margin-bottom: 12px; }
.acc-summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 16px 44px 16px 18px;
  background:#fff;
  border: 1px solid rgba(234,223,206,.95);
  border-radius: var(--radius);
  box-shadow: 0 16px 46px rgba(0,0,0,.08);
  font-weight: 900;
  font-size: 16px;
  position: relative;
}
.acc-summary::-webkit-details-marker{ display:none; }
.acc-summary::after{
  content:"▾";
  position:absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: rgba(17,17,17,.55);
}
.acc[open] .acc-summary{
  border-color: rgba(177,30,47,.28);
  box-shadow: 0 18px 54px rgba(0,0,0,.10);
}
.acc[open] .acc-summary::after{
  transform: translateY(-50%) rotate(180deg);
}
.acc-hint{ color: var(--muted); font-weight: 750; font-size: 12.5px; }
.acc-body{ padding: 12px 4px 6px; }

.menu-grid{ display:grid; grid-template-columns: 1fr; gap: 12px; }
.menu-item{
  display:flex;
  gap: 14px;
  align-items: stretch;
  border: 1px solid rgba(234,223,206,.95);
  border-radius: var(--radius);
  background:#fff;
  box-shadow: 0 16px 46px rgba(0,0,0,.08);
  padding: 16px;
}
.menu-left{ flex:1; min-width:0; }
.menu-row{ display:flex; align-items:baseline; gap: 10px; }
.menu-row h4{ margin:0; font-size: 16px; font-weight: 900; }
.menu-row strong{
  margin-left:auto;
  font-weight: 900;
  background: rgba(234,223,206,.55);
  border: 1px solid rgba(234,223,206,.95);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13.5px;
}
.dots{ flex:1; border-bottom: 1px dashed rgba(20,20,20,.20); transform: translateY(-2px); }
.menu-item p{ margin: 8px 0 0; color: var(--muted); font-weight: 600; font-size: 13.5px; }
.ingredients{
  margin-top: 10px;
  color: rgba(17,17,17,.72);
  font-weight: 650;
  font-size: 12.8px;
  background: rgba(234,223,206,.35);
  border: 1px solid rgba(234,223,206,.8);
  padding: 10px 12px;
  border-radius: 14px;
}
.dish-img{
  width: 150px;
  height: 118px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(234,223,206,.95);
  box-shadow: 0 12px 24px rgba(0,0,0,.08);
  flex:none;
}
.fineprint{ margin-top: 10px; color: var(--muted); font-weight: 650; font-size: 13px; }

/* Hours */
.hours-table{ width:100%; border-collapse: collapse; }
.hours-table td{
  padding: 12px 10px;
  border-bottom: 1px solid rgba(234,223,206,.9);
  font-weight: 650;
  color: #2a2a2a;
}
.hours-table td:first-child{
  width: 34%;
  color:#111;
  font-weight: 900;
}

/* À propos layout */
.ap-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
}

/* Map */
.map{
  border-radius: var(--radius);
  overflow:hidden;
  border: 1px solid rgba(234,223,206,.95);
  box-shadow: 0 16px 46px rgba(0,0,0,.08);
  background:#fff;
}
.map iframe{ width:100%; height: 360px; border:0; display:block; }

/* Footer */
.site-footer{
  background: #0f0f10;
  color: rgba(255,255,255,.86);
  padding: 46px 0 26px;
}
.footer-main{
  display:grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 18px;
  align-items:start;
}
.footer-brand{ display:flex; gap: 12px; align-items:center; }
.footer-name{
  font-family: var(--font-title);
  font-weight: 900;
  color:#fff;
  font-size: 19px;
}
.footer-tag{
  color: rgba(255,255,255,.72);
  font-weight: 650;
  font-size: 13px;
  margin-top: 3px;
}
.footer-title{ font-weight: 900; color:#fff; margin-bottom: 10px; }
.footer-text{ color: rgba(255,255,255,.74); font-weight: 650; line-height: 1.6; }
.footer-text a{ text-decoration: underline; }
.footer-cta{ margin-top: 12px; }
.footer-bottom{
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  display:flex;
  justify-content:space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.66);
  font-weight: 650;
  font-size: 13px;
}
.footer-legal{ display:flex; gap: 10px; align-items:center; }
.footer-legal a{ color: rgba(255,255,255,.72); text-decoration: underline; }

/* footer logo in card bianca */
.footer-logo.footer-logo-white{
  width: 118px;
  height: 118px;
  object-fit: contain;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 26px !important;
  padding: 10px !important;
  box-shadow: 0 18px 34px rgba(0,0,0,.28) !important;
}

/* Sticky call (mobile) */
.sticky-call{ display:none; }

/* Responsive */
@media (max-width: 980px){
  .footer-main{ grid-template-columns: 1fr; }
  .menu-item{ flex-direction: column; }
  .dish-img{ width: 100%; height: 180px; }
  .ap-grid{ grid-template-columns: 1fr; }
  .offers-grid{ grid-template-columns: 1fr; }

  .brand-logo.brand-logo-rect{
    width: 520px; /* torna a una dimensione sensata su tablet */
    height: auto;
  }

  .offer-media{ height: 210px; }
}
@media (max-width: 720px){
  .brand-logo.brand-logo-rect{
    width: 360px;
    height: auto;
  }
  .footer-logo.footer-logo-white{ width: 104px; height: 104px; }

  .hero-title{ font-size: clamp(34px, 8.2vw, 54px); }

  .sticky-call{
    display:flex;
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 999;
    padding: 14px 16px;
    border-radius: 999px;
    justify-content:center;
    background: rgba(177,30,47,.98);
    color:#fff;
    font-weight: 900;
    box-shadow: 0 22px 60px rgba(0,0,0,.28);
    border: 1px solid rgba(255,255,255,.14);
  }
  body{ padding-bottom: 76px; }
}
/* =========================
   FIX PRO: LOGO (proporzionato) + 20px più su
========================= */

/* Logo: proporzionato (non gigante), con clamp per desktop/tablet/mobile */
.brand-logo.brand-logo-rect{
  width: clamp(320px, 52vw, 320px) !important; /* max 640, non enorme */
  height: auto !important;
}

/* Alza ancora di 20px (prima era -40) */
.hero-logo{
  margin-top: -90px !important;
}


/* =========================
   FIX PRO: OFFRES IMMAGINI EDGE-TO-EDGE
   (funziona sia se l'img è dentro .offer-inner sia fuori)
========================= */

/* card pulita e premium */
.offer-card{
  padding: 0 !important;
  overflow: hidden !important;
}

/* immagini SEMPRE rettangolari, senza angoli */
.offer-media{
  display:block !important;
  width:100% !important;
  height: 200px !important;
  object-fit: cover !important;

  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;

  margin: 0 !important;
}

/* ⭐ Se l'immagine sta DENTRO .offer-inner (che ha padding), la facciamo "full-bleed" */
.offer-inner .offer-media{
  margin-left: -18px !important;
  margin-right: -18px !important;
  width: calc(100% + 36px) !important;
}

/* un filo più premium: separazione immagine/testo */
.offer-inner .offer-media{
  margin-top: 10px !important;
  margin-bottom: 12px !important;
}

/* responsive altezza immagine */
@media (max-width: 980px){
  .offer-media{ height: 220px !important; }
}
@media (max-width: 720px){
  .offer-media{ height: 240px !important; }
}



/* =========================================================
   HERO PRO — più larga, più leggibile, migliore mobile
   ========================================================= */

.top-hero{
  min-height: 92svh;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-wrap{
  width: 100%;
  padding: clamp(34px, 6vw, 82px) 0 clamp(28px, 5vw, 70px);
}

.hero{
  max-width: 980px;
  padding-top: clamp(18px, 4vw, 48px);
  padding-bottom: clamp(18px, 4vw, 48px);
}

.hero.hero-right{
  margin-left: auto;
  margin-right: 0;
}

.hero-logo{
  margin-bottom: clamp(16px, 2.2vw, 26px);
}

.brand-logo-rect{
  max-width: clamp(210px, 28vw, 360px);
  height: auto;
}

.hero-title{
  max-width: 900px;
  font-size: clamp(2.45rem, 7vw, 5.9rem);
  line-height: .92;
  letter-spacing: -0.055em;
  text-wrap: balance;
  margin-bottom: clamp(18px, 3vw, 34px);
}

.hero-title span{
  display: block;
  margin-top: .08em;
}

.hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.hero-actions .btn{
  min-height: 48px;
  padding: 13px 18px;
  font-size: .98rem;
}

.hero-note-clean{
  margin-top: clamp(16px, 2.3vw, 24px);
  font-size: clamp(.98rem, 1.4vw, 1.12rem);
  line-height: 1.5;
  opacity: .94;
}

.trust{
  margin-top: clamp(16px, 2.2vw, 26px);
}


/* =========================================================
   MENU FOTO — struttura nuova con immagini del menu reale
   ========================================================= */

.menu-photo-intro{
  margin: -4px 0 22px;
  color: rgba(255,255,255,.76);
  font-size: .98rem;
  line-height: 1.55;
}

.menu-photo-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.menu-photo-card{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 18px 48px rgba(0,0,0,.24);
}

.menu-photo-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.13), transparent 34%),
    linear-gradient(180deg, transparent, rgba(0,0,0,.12));
  z-index: 1;
}

.menu-photo-link{
  display: block;
  text-decoration: none;
  color: inherit;
}

.menu-photo-img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  transform: scale(1.001);
  transition: transform .25s ease, filter .25s ease;
}

.menu-photo-card:hover .menu-photo-img{
  transform: scale(1.018);
  filter: brightness(1.04);
}

.menu-photo-caption{
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,.58);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.menu-photo-caption strong{
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: .92rem;
  font-weight: 850;
  letter-spacing: .15px;
}

.menu-photo-caption span{
  flex: 0 0 auto;
  font-size: .78rem;
  font-weight: 800;
  color: #fff;
  opacity: .82;
}

.acc.menu-photo-acc .acc-body{
  padding-top: 18px;
}

.acc.menu-photo-acc .acc-summary span:first-child{
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.acc.menu-photo-acc .acc-summary span:first-child::before{
  content: "🍽️";
  font-size: 1rem;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.28));
}


/* =========================================================
   MOBILE — hero più alta ma non schiacciata, menu a 1 colonna
   ========================================================= */

@media (max-width: 860px){
  .top-hero{
    min-height: auto;
    align-items: flex-start;
  }

  .hero-wrap{
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .hero,
  .hero.hero-right{
    max-width: 100%;
    margin: 0;
    padding-top: 10px;
  }

  .hero-logo{
    text-align: center;
  }

  .brand-logo-rect{
    max-width: min(76vw, 310px);
  }

  .hero-title{
    text-align: center;
    font-size: clamp(2.25rem, 12vw, 4rem);
    line-height: .94;
    letter-spacing: -0.05em;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions{
    justify-content: center;
  }

  .hero-actions .btn{
    flex: 1 1 100%;
    justify-content: center;
    width: 100%;
    max-width: 420px;
  }

  .hero-note-clean{
    text-align: center;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .trust{
    justify-content: center;
  }

  .menu-photo-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .menu-photo-caption{
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 9px 10px;
  }
}

@media (max-width: 520px){
  .hero-title{
    font-size: clamp(2.05rem, 13.5vw, 3.25rem);
  }

  .section-head h2{
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .menu-photo-caption{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    border-radius: 0 0 18px 18px;
    background: rgba(0,0,0,.72);
  }

  .menu-photo-img{
    border-radius: 18px 18px 0 0;
  }
}


/* ==============================
   MENU PREMIUM FIX
   ============================== */

#menu .section-head p{
  color: rgba(255,255,255,.78);
}

.menu-accordion{
  display:grid;
  gap:14px;
}

.menu-accordion .acc{
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}

.menu-accordion .acc-summary{
  min-height:64px;
  padding:18px 20px;
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  font-family:"Playfair Display", serif;
  font-size:clamp(1.12rem, 2.5vw, 1.45rem);
  font-weight:900;
  letter-spacing:.25px;
}

.menu-accordion .acc-summary::-webkit-details-marker{
  display:none;
}

.menu-accordion .acc-summary::after{
  content:"+";
  width:34px;
  height:34px;
  border-radius:999px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  font-family:"Inter", sans-serif;
  font-size:1.25rem;
  font-weight:900;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  transition:transform .2s ease, background .2s ease;
}

.menu-accordion .acc[open] .acc-summary::after{
  content:"–";
  background:rgba(216,30,30,.92);
  transform:rotate(180deg);
}

.menu-accordion .acc-hint{
  margin-left:auto;
  font-family:"Inter", sans-serif;
  font-size:.78rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.7px;
  color:rgba(255,255,255,.55);
}

.menu-accordion .acc-body{
  padding:0 16px 18px;
}

.menu-photo-card{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.10);
}

.menu-photo-btn{
  appearance:none;
  border:0;
  padding:0;
  margin:0;
  width:100%;
  display:block;
  cursor:zoom-in;
  background:transparent;
}

.menu-photo{
  width:100%;
  max-height:680px;
  object-fit:contain;
  display:block;
  background:rgba(255,255,255,.035);
  border-radius:18px;
  transition:transform .28s ease, filter .28s ease;
}

.menu-photo-btn:hover .menu-photo{
  transform:scale(1.012);
  filter:brightness(1.04);
}

.menu-zoom-hint{
  position:absolute;
  right:14px;
  bottom:14px;
  padding:9px 12px;
  border-radius:999px;
  font-family:"Inter", sans-serif;
  font-size:.78rem;
  font-weight:850;
  color:#fff;
  background:rgba(0,0,0,.62);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
  pointer-events:none;
}

/* LIGHTBOX MENU */
.menu-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(0,0,0,.88);
  backdrop-filter:blur(12px);
}

.menu-lightbox.is-open{
  display:flex;
}

.menu-lightbox-inner{
  position:relative;
  width:min(1100px, 96vw);
  max-height:92vh;
  border-radius:22px;
  background:rgba(18,18,18,.92);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 30px 90px rgba(0,0,0,.55);
  overflow:hidden;
}

.menu-lightbox-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.10);
}

.menu-lightbox-title{
  font-family:"Playfair Display", serif;
  font-size:1.2rem;
  font-weight:900;
}

.menu-lightbox-close{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#fff;
  cursor:pointer;
  font-size:1.35rem;
  font-weight:900;
}

.menu-lightbox-img{
  width:100%;
  max-height:calc(92vh - 72px);
  object-fit:contain;
  display:block;
  background:#111;
}

/* MOBILE */
@media (max-width: 720px){
  .menu-accordion{
    gap:12px;
  }

  .menu-accordion .acc{
    border-radius:17px;
  }

  .menu-accordion .acc-summary{
    padding:16px;
    min-height:58px;
  }

  .menu-accordion .acc-hint{
    display:none;
  }

  .menu-accordion .acc-body{
    padding:0 10px 12px;
  }

  .menu-photo{
    max-height:78vh;
  }

  .menu-zoom-hint{
    font-size:.72rem;
    right:10px;
    bottom:10px;
  }

  .menu-lightbox{
    padding:10px;
  }

  .menu-lightbox-inner{
    width:100%;
    max-height:94vh;
    border-radius:18px;
  }

  .menu-lightbox-img{
    max-height:calc(94vh - 68px);
  }
}
