/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #f7f3ec;          /* avorio caldo */
  --bg-alt: #efe8dc;      /* sabbia */
  --ink: #1a1611;         /* espresso */
  --ink-soft: #6b6153;    /* testo secondario */
  --line: #e0d6c6;        /* linee sottili */
  --accent: #8f7231;      /* ottone / oro antico */
  --accent-dark: #6f5824;
  --dark: #16120d;        /* sezioni scure */
  --radius: 4px;
  --maxw: 1180px;
  --font-head: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
  --header-h: 100px;
}
html.scrolled { --header-h: 74px; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

h1, h2, h3 { font-family: var(--font-head); font-weight: 400; line-height: 1.08; letter-spacing: -0.015em; }
h1 { font-size: clamp(2.6rem, 6.5vw, 5rem); font-weight: 300; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: 1.2rem; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 1.1rem;
  text-align: center;
}
.eyebrow.light { color: #cdb27a; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.95rem 1.9rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  cursor: pointer;
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn-lg { padding: 1.1rem 2.3rem; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--bg); }

/* ===== HEADER ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,243,236,0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h); gap: 1rem;
  transition: height .4s var(--ease);
}
html.scrolled .site-header { box-shadow: 0 1px 24px rgba(26,22,17,0.07); }
html.scrolled .logo-img { height: 52px; }
html.scrolled .logo-name { font-size: 1.1rem; }
.logo { display: flex; align-items: center; gap: 0.85rem; }
.logo-img { height: 70px; width: auto; display: block; transition: height .4s var(--ease); }
.logo-lockup { display: grid; gap: 2px; }
.logo-name {
  font-family: var(--font-head); font-size: 1.28rem; font-weight: 400;
  letter-spacing: 0.01em; line-height: 1; color: var(--ink);
  transition: font-size .4s var(--ease);
}
.logo-tag {
  font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.26em;
  color: var(--ink-soft); line-height: 1;
}
.logo-mark {
  display: inline-grid; place-items: center;
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--accent); color: #fff;
  font-family: var(--font-head); font-size: 1rem;
}
.logo-text { font-family: var(--font-head); font-size: 1.15rem; }
.nav { display: flex; gap: 2.4rem; }
/* solo i link diretti della navigazione: il pulsante dentro .nav-extra
   deve conservare i propri stili */
.nav > a {
  font-size: 0.78rem; font-weight: 500; color: var(--ink-soft);
  text-transform: uppercase; letter-spacing: 0.12em;
  position: relative; transition: color .3s var(--ease);
}
.nav > a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px;
  background: var(--accent); transition: width .3s var(--ease);
}
.nav > a:hover { color: var(--ink); }
.nav > a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 0.75rem; }

/* Blocco in fondo al menu a tendina: compare solo su mobile */
.nav-extra { display: none; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 24px; height: 1.5px; background: var(--ink); transition: .3s; }

/* ===== HERO (editoriale, due colonne) ===== */
.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: calc(100vh - 100px);
  background: var(--bg);
}
.hero-text { display: flex; align-items: center; padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 5vw, 5.5rem); }
.hero-text-inner { max-width: 34rem; }
.hero h1 { margin-bottom: 1.6rem; }

/* Titolo a tre parole: maiuscolo, impilato, con trattino d'oro tra le righe */
.hero-words { display: grid; gap: 0.15em; justify-items: center; }
.hero-words span {
  display: inline-flex; align-items: center; gap: 0.55em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1;
}
.hero-words span::before {
  content: ""; flex: none;
  width: 1em; height: 1px; background: var(--accent);
}
.hero-sub {
  font-size: 1.05rem; color: var(--ink-soft); font-weight: 300;
  margin-bottom: 2.4rem; max-width: 30rem;
}
.hero-cta { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 1.4rem;
  margin-top: 3.2rem; padding-top: 1.5rem; border-top: 1px solid var(--line);
}
.hero-meta span {
  font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--ink-soft);
}
.hero-figure { position: relative; overflow: hidden; }
.hero-figure img {
  width: 100%; height: 100%; object-fit: cover;
  animation: heroZoom 16s var(--ease) forwards;
}
@keyframes heroZoom { from { transform: scale(1.06); } to { transform: scale(1); } }

/* ===== AWARDS ===== */
.awards { background: var(--dark); color: #fff; }
.awards-inner { display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; padding: 0 32px; max-width: 760px; }
.award { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 1.5rem; position: relative; }
.award + .award::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 42px; background: rgba(255,255,255,0.16); }
.award-icon { display: block; width: 96px; aspect-ratio: 1 / 1; height: auto; margin-bottom: 0.8rem; border-radius: 50%; }
.award-icon--lg { width: 100%; max-width: 300px; margin: 0; }
.award > div { display: grid; gap: 0.4rem; justify-items: center; }
.award strong { display: block; font-family: var(--font-head); font-weight: 400; font-size: 1.25rem; line-height: 1.1; }
.award span { display: block; font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.18em; color: rgba(255,255,255,0.5); line-height: 1.5; }

/* ===== SECTIONS ===== */
.section { padding: clamp(4.5rem, 10vw, 8rem) 0; }
.section-alt { background: var(--bg-alt); }
.section-dark { background: var(--dark); color: #fff; }
.section-head { max-width: 680px; margin: 0 auto 4rem; text-align: center; }
.section-head h2 { margin-top: 0.3rem; }
.section-lead { color: var(--ink-soft); margin-top: 1.2rem; font-size: 1.02rem; }
.section-cta { text-align: center; margin-top: 3.5rem; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.col-text h2 { margin-bottom: 1.4rem; }
.col-text p { color: var(--ink-soft); margin-bottom: 1.1rem; }
.section-dark .col-text p { color: rgba(255,255,255,0.72); }

.feature-list { list-style: none; margin-top: 1.6rem; display: grid; gap: 0.75rem; }
.feature-list li { position: relative; padding-left: 1.6rem; color: var(--ink); font-size: 0.95rem; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 0.65em; width: 7px; height: 7px; border: 1px solid var(--accent); border-radius: 50%; }

/* ===== IMAGES ===== */
.img-placeholder {
  background: repeating-linear-gradient(45deg, #ece4d7 0 12px, #e4dccd 12px 24px);
  border-radius: var(--radius); min-height: 260px; display: grid; place-items: center;
}
.img-placeholder.tall { min-height: 460px; height: 100%; }
.placeholder-tag { background: rgba(0,0,0,0.55); color: #fff; font-size: 0.8rem; padding: 0.4rem 0.8rem; border-radius: 999px; }

.photo { border-radius: var(--radius); object-fit: cover; width: 100%; }
.col-media .photo.tall { height: 100%; min-height: 480px; }

/* ===== MENU (home) ===== */
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.menu-item {
  background: var(--bg); padding: 2.2rem 2rem; position: relative;
  transition: background .4s var(--ease);
}
.menu-item:hover { background: #fffdf9; }
.menu-item::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--accent); transition: width .55s var(--ease);
}
.menu-item:hover::after { width: 100%; }
.menu-item h3 { transition: color .35s var(--ease); }
.menu-item:hover h3 { color: var(--accent); }
.menu-item-head { display: flex; justify-content: space-between; align-items: baseline; gap: 0.75rem; margin-bottom: 0.75rem; }
.menu-item h3 { font-size: 1.25rem; }
.price { font-family: var(--font-head); color: var(--accent); font-weight: 500; white-space: nowrap; font-size: 1.05rem; }
.menu-item p { color: var(--ink-soft); font-size: 0.9rem; line-height: 1.6; }

/* ===== GALLERY ===== */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.gal-item { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius); }
.gal-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.2s var(--ease), transform .8s var(--ease); }
.gal-item img.is-visible { opacity: 1; }
.gal-item:hover img.is-visible { transform: scale(1.06); }
@media (max-width: 860px) {
  .gallery { grid-template-columns: 1fr; }
  .gal-item:nth-child(n+2) { display: none; }
}
.gallery-note { text-align: center; margin-top: 2.5rem; color: var(--ink-soft); font-size: 0.95rem; }
.gallery-note a { color: var(--accent); font-weight: 600; letter-spacing: 0.02em; }

/* ===== GALLERY GRID (pagina) ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.gallery-grid-item { overflow: hidden; border-radius: var(--radius); }
.gallery-grid-item img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; transition: transform .6s var(--ease); cursor: pointer; }
.gallery-grid-item:hover img { transform: scale(1.08); }

/* ===== LIGHTBOX ===== */
.lightbox { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.92); z-index: 999; align-items: center; justify-content: center; }
.lightbox.active { display: flex; animation: fadeIn 0.3s var(--ease); }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.lightbox-content { position: relative; width: 90%; max-width: 1000px; max-height: 90vh; }
.lightbox-img { width: 100%; height: auto; object-fit: contain; }
.lightbox-close { position: absolute; top: -45px; right: 0; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; padding: 0; line-height: 1; transition: opacity 0.3s; }
.lightbox-close:hover { opacity: 0.7; }

/* ===== INFO MODAL ===== */
.info-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(22, 18, 13, 0.6); z-index: 999; align-items: center; justify-content: center; padding: 1.5rem; }
.info-modal.active { display: flex; animation: fadeIn 0.3s var(--ease); }
.info-modal-card {
  position: relative; background: var(--bg); border-radius: 10px; padding: 3rem 2.4rem 2.6rem;
  max-width: 420px; text-align: center; box-shadow: 0 30px 70px rgba(22,18,13,0.28);
  animation: modalRise .4s var(--ease);
}
@keyframes modalRise { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.info-modal-icon {
  width: 46px; height: 46px; margin: 0 auto 1.3rem; border-radius: 50%;
  background: rgba(143, 114, 49, 0.12); color: var(--accent);
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
}
.info-modal-eyebrow {
  text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.68rem; font-weight: 600;
  color: var(--accent); margin-bottom: 0.9rem;
}
.info-modal-card p.info-modal-text { color: var(--ink-soft); line-height: 1.75; margin-bottom: 1.8rem; }
.info-modal-card .btn { margin: 0 auto; }
.info-modal-close { position: absolute; top: 0.9rem; right: 1rem; background: none; border: none; color: var(--ink-soft); font-size: 1.6rem; cursor: pointer; padding: 0; line-height: 1; transition: color 0.3s, transform 0.3s; }
.info-modal-close:hover { color: var(--ink); transform: rotate(90deg); }

/* ===== CONTATTI ===== */
.contact-list { list-style: none; margin: 2rem 0 2.5rem; display: grid; gap: 1.3rem; }
.contact-list li { display: grid; gap: 0.25rem; }
.contact-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.2em; color: #cdb27a; font-weight: 600; }
.contact-list a { transition: color .3s var(--ease); }
.contact-list a:hover { color: #cdb27a; }
.map-embed { width: 100%; height: 100%; min-height: 480px; border: 0; border-radius: var(--radius); display: block; filter: grayscale(0.3) contrast(1.05); }

/* Mappa caricata solo su richiesta: nessun dato a Google prima del clic */
.map-facade {
  min-height: 480px; border-radius: var(--radius);
  display: grid; place-items: center; text-align: center; padding: 2rem;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    linear-gradient(rgba(22,18,13,0.55), rgba(22,18,13,0.55)),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 46px),
    #221c15;
}
.map-facade-inner { max-width: 22rem; display: grid; gap: 0.9rem; justify-items: center; }
.map-facade-title { font-family: var(--font-head); font-size: 1.35rem; color: #fff; }
.map-facade-note { font-size: 0.82rem; color: rgba(255,255,255,0.6); line-height: 1.6; }
.map-facade-link { font-size: 0.8rem; color: #cdb27a; text-decoration: underline; text-underline-offset: 3px; }

/* ===== PRENOTA / ORDINA ===== */
.booking-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.booking-card {
  display: flex; flex-direction: column; align-items: flex-start;
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2.2rem 2rem; position: relative;
  font: inherit; text-align: left; width: 100%; cursor: pointer;
  transition: border-color .4s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease);
}
.booking-card:hover {
  border-color: var(--accent); transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(26,22,17,0.08);
}
.booking-card h3 { margin-bottom: 0.7rem; }
.booking-card p { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 1.6rem; }
.booking-go {
  margin-top: auto; font-size: 0.72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.16em; color: var(--accent);
}
.booking-card--primary { background: var(--dark); border-color: var(--dark); }
.booking-card--primary h3 { color: #fff; }
.booking-card--primary p { color: rgba(255,255,255,0.7); }
.booking-card--primary .booking-go { color: #cdb27a; }
.booking-label {
  position: absolute; top: 1.1rem; right: 1.1rem;
  font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--dark); background: #cdb27a; padding: 0.28rem 0.6rem; border-radius: 999px;
}
.booking-group-title {
  text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.68rem; font-weight: 600;
  color: var(--ink-soft); text-align: center; margin-bottom: 1.4rem;
  display: flex; align-items: center; gap: 1.2rem; justify-content: center;
}
.booking-group-title::before, .booking-group-title::after {
  content: ""; height: 1px; width: 56px; background: var(--line);
}
.booking-grid + .booking-group-title { margin-top: 3.5rem; }

/* Canali di ordine: colori ufficiali dei marchi */
.delivery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; max-width: 760px; margin: 0 auto; }
.delivery-card {
  display: grid; gap: 0.9rem; place-items: center; text-align: center;
  padding: 1.8rem 1.4rem 1.5rem; border-radius: var(--radius); color: #fff;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), filter .4s var(--ease);
}
.delivery-card:hover { transform: translateY(-4px); filter: brightness(1.06); box-shadow: 0 16px 40px rgba(26,22,17,0.16); }
.delivery-name { font-family: var(--font-body); font-weight: 600; font-size: 1.3rem; line-height: 1.1; letter-spacing: -0.01em; }

/* Area logo di altezza fissa: ogni marchio è scalato per pari peso visivo */
.delivery-logo { height: 68px; display: grid; place-items: center; }
.delivery-logo img { width: auto; object-fit: contain; }
.delivery-card--deliveroo .delivery-logo img { max-height: 68px; }
.delivery-card--justeat .delivery-logo img { max-height: 38px; }
.delivery-note { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; opacity: 0.85; }
.delivery-card--whatsapp { background: #25D366; }
.delivery-card--deliveroo { background: #00CCBC; }
.delivery-card--justeat  { background: #FF8000; }

/* ===== MANIFESTO ===== */
.manifesto { text-align: center; }
.manifesto .container { max-width: 900px; }
.manifesto-line {
  font-family: var(--font-head); font-weight: 300;
  font-size: clamp(2rem, 5.2vw, 3.9rem); line-height: 1.12; letter-spacing: -0.02em;
}
.manifesto-line span { color: var(--accent); }
.manifesto-sub {
  margin-top: 1.8rem; color: var(--ink-soft);
  font-size: 1.05rem; font-weight: 300; max-width: 620px; margin-left: auto; margin-right: auto;
}

/* ===== SCROLL REVEAL ===== */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* immagine che si svela dal basso.
   La mascherina va sull'immagine, non sul contenitore osservato: un elemento
   ritagliato viene letto come "non visibile" e non scatterebbe mai. */
.js [data-reveal].reveal-mask { opacity: 1; transform: none; }
.js [data-reveal].reveal-mask img { clip-path: inset(0 0 100% 0); transition: clip-path 1.15s var(--ease); }
.js [data-reveal].reveal-mask.is-visible img { clip-path: inset(0 0 0 0); }

/* comparsa a cascata dei figli */
.js [data-stagger] > * {
  opacity: 0; transform: translateY(26px);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
  transition-delay: calc(var(--i, 0) * 95ms);
}
.js [data-stagger].is-visible > * { opacity: 1; transform: none; }

/* ===== INGRESSO HOMEPAGE ===== */
@keyframes riseIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
@keyframes unveil { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }

.js .hero-text-inner > * { opacity: 0; animation: riseIn .95s var(--ease) forwards; }
.js .hero-text-inner > *:nth-child(1) { animation-delay: .20s; }
.js .hero-text-inner > *:nth-child(2) { animation-delay: .32s; }
.js .hero-text-inner > *:nth-child(3) { animation-delay: .44s; }
.js .hero-text-inner > *:nth-child(4) { animation-delay: .56s; }
.js .hero-text-inner > *:nth-child(5) { animation-delay: .68s; }
.js .hero-figure { animation: unveil 1.25s var(--ease) .1s both; }

/* ===== TRANSIZIONE TRA PAGINE ===== */
.js body { transition: opacity .35s var(--ease); }
.js body.is-leaving { opacity: 0; }

.col-cta { margin-top: 1.8rem; }
.col-cta a {
  font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--accent); border-bottom: 1px solid transparent; padding-bottom: 3px;
  transition: border-color .3s var(--ease);
}
.col-cta a:hover { border-color: var(--accent); }

/* ===== PAGINA DI TESTO (Chi siamo) ===== */
.prose-hero { background: var(--bg-alt); padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(2.5rem, 5vw, 4rem); border-bottom: 1px solid var(--line); }
.prose-hero .container { max-width: 784px; }
.prose-hero h1 { margin-bottom: 1.4rem; }
.prose-hero-sub { max-width: 34rem; color: var(--ink-soft); font-size: 1.05rem; font-weight: 300; }

.prose { padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(4rem, 9vw, 7rem); }
.prose-inner { max-width: 720px; }
.prose-block { margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.prose-block h2 { margin-bottom: 1.2rem; }
.prose-block p { color: var(--ink-soft); margin-bottom: 1.1rem; }
.prose-block p:last-child { margin-bottom: 0; }
.prose-lead { font-size: 1.18rem; color: var(--ink) !important; font-weight: 300; line-height: 1.6; }

.prose-quote { margin: clamp(3rem, 6vw, 4.5rem) 0; text-align: center; }
.prose-quote blockquote {
  font-family: var(--font-head); font-weight: 300;
  font-size: clamp(1.5rem, 3.4vw, 2.3rem); line-height: 1.25; letter-spacing: -0.015em;
  color: var(--ink); position: relative; padding-top: 2rem;
}
.prose-quote blockquote::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 46px; height: 1px; background: var(--accent);
}
.prose-quote--big blockquote { font-size: clamp(1.4rem, 3vw, 2rem); color: var(--accent); }

.prose-figure { margin: clamp(2.5rem, 5vw, 4rem) 0; }
.prose-figure img { border-radius: var(--radius); width: 100%; object-fit: cover; }
.prose-figure--wide img { height: 420px; }
.prose-figure--pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.prose-figure--pair img { height: 340px; }
.prose-figure figcaption {
  margin-top: 0.8rem; font-size: 0.8rem; color: var(--ink-soft);
  text-transform: uppercase; letter-spacing: 0.14em;
}
.prose-close { text-align: center; margin-top: clamp(3rem, 6vw, 4.5rem); }
.prose-close .btn { margin-top: 1.8rem; }

/* ===== MENU PAGE ===== */
.menu-hero { background: var(--bg-alt); padding: clamp(3.5rem, 7vw, 5.5rem) 0 2.5rem; border-bottom: 1px solid var(--line); }
.menu-hero h1 { font-size: clamp(2.8rem, 7vw, 4.5rem); margin-bottom: 1rem; }
.menu-hero-sub { max-width: 640px; color: var(--ink-soft); font-size: 1.02rem; }

.menu-cats { position: sticky; top: var(--header-h); z-index: 40; transition: top .4s var(--ease); background: rgba(247,243,236,0.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.menu-cats-inner { display: flex; gap: 2rem; overflow-x: auto; padding: 2.2rem 32px; scrollbar-width: none; }
.menu-cats-inner::-webkit-scrollbar { display: none; }
.menu-cats a { white-space: nowrap; font-size: 1.05rem; font-weight: 600; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.14em; transition: color .3s var(--ease); }
.menu-cats a:hover { color: var(--accent); }

.menu-page { padding: clamp(3.5rem, 7vw, 5.5rem) 32px; }

@media (max-width: 540px) {
  .menu-page { padding-top: clamp(6.5rem, 15vw, 8rem); }
}
.menu-cat { margin-bottom: clamp(3.5rem, 8vw, 5.5rem); scroll-margin-top: 166px; }
.menu-cat > h2 { padding-bottom: 1rem; margin-bottom: 0.5rem; border-bottom: 1px solid var(--accent); display: inline-block; }
.menu-cat-note { color: var(--ink-soft); font-style: italic; margin-bottom: 2rem; max-width: 640px; }
.menu-subcat { font-family: var(--font-body); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.72rem; font-weight: 600; color: var(--accent); margin: 2.5rem 0 1.3rem; }

.menu-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem 4rem; }
.dish { break-inside: avoid; }
.dish-head { display: flex; align-items: baseline; gap: 0.7rem; }
.dish-head h3 { font-size: 1.12rem; font-weight: 500; }
.dish-head::after { content: ""; flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-3px); }
.dish-head .price { font-family: var(--font-head); color: var(--accent); font-weight: 500; }
.dish p { color: var(--ink-soft); font-size: 0.88rem; margin-top: 0.3rem; line-height: 1.6; }

.menu-disclaimer { color: var(--ink-soft); font-size: 0.82rem; text-align: center; max-width: 640px; margin: 0 auto 3rem; }

/* ===== RESPONSIVE ===== */
@media (max-width: 860px) {
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column;
    background: var(--bg); padding: 1.8rem 32px; gap: 1.4rem;
    border-bottom: 1px solid var(--line);
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
  }
  .nav.open { opacity: 1; visibility: visible; transform: none; }
  .nav-extra {
    display: grid; gap: 1.2rem; justify-items: start;
    margin-top: 0.4rem; padding-top: 1.5rem;
    border-top: 1px solid var(--line);
  }
  .nav-extra p {
    font-size: 0.9rem; line-height: 1.65; color: var(--ink-soft);
    font-weight: 300; max-width: 30rem;
  }
  .nav-toggle { display: flex; }
  .two-col { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .menu-list { grid-template-columns: 1fr; gap: 1.4rem; }
  .award { padding: 0 1rem; }
  .booking-grid { grid-template-columns: 1fr; }
  .delivery-grid { grid-template-columns: 1fr; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-figure { order: -1; height: 52vh; }
  .hero-text { padding: 3.5rem 2rem 4rem; }
  .logo-tag { display: none; }
}
@media (max-width: 540px) {
  .container { padding: 0 22px; }
  .menu-grid { grid-template-columns: 1fr; }
  .awards-inner { flex-direction: column; gap: 1.6rem; padding: 2rem; }
  .award + .award::before { display: none; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .header-actions .btn-primary { display: none; }
}

/* ===== FOOTER ===== */
.site-footer { background: var(--dark); color: rgba(255,255,255,0.55); padding: 1.8rem 0; text-align: center; }
.site-footer p { font-size: 0.78rem; line-height: 1.7; }

/* ===== ACCESSIBILITÀ: riduci animazioni ===== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }
  .js [data-reveal],
  .js [data-stagger] > *,
  .js .hero-text-inner > * { opacity: 1 !important; transform: none !important; }
  .js [data-reveal].reveal-mask,
  .js .hero-figure { clip-path: none !important; }
}
