/* =========================================================
   Il Faro Lounge & Bistrot — stylesheet
   Palette: cream + terracotta/brick + warm ink, gold accent
   Fonts: Playfair Display (display) · Montserrat (testo)
   ========================================================= */

:root {
  --cream:      #efe9d4;
  --cream-2:    #e6ddbf;
  --cream-3:    #f6f2e4;
  --brick:      #9c4a2b;
  --brick-dark: #7d3920;
  --brick-soft: #b35e3c;
  --ink:        #271f1a;
  --ink-2:      #1b1511;
  --gold:       #c9a24b;
  --muted:      #6f6155;
  --line:       rgba(39, 31, 26, .14);
  --shadow:     0 18px 40px -20px rgba(39, 31, 26, .45);
  --radius:     14px;
  --maxw:       1180px;
  --serif: "Playfair Display", "Times New Roman", serif;
  --sans:  "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 700; line-height: 1.12; }

/* ---------- layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
.section { padding: clamp(60px, 9vw, 120px) 0; }
.section--tight { padding: clamp(46px, 6vw, 80px) 0; }
.bg-cream2 { background: var(--cream-2); }
.bg-ink { background: var(--ink); color: var(--cream-3); }
.bg-ink h1, .bg-ink h2, .bg-ink h3 { color: #fff; }
.center { text-align: center; }

.eyebrow {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--brick);
  display: inline-block;
  margin-bottom: 14px;
}
.bg-ink .eyebrow { color: var(--gold); }
.section-title { font-size: clamp(2rem, 4.4vw, 3.1rem); margin-bottom: 18px; }
.lead { font-size: 1.075rem; color: var(--muted); max-width: 62ch; }
.bg-ink .lead { color: rgba(246, 242, 228, .8); }
.center .lead { margin-inline: auto; }

.divider {
  width: 72px; height: 2px; border: 0;
  background: var(--brick);
  margin: 18px 0 26px;
}
.center .divider { margin-inline: auto; }
.bg-ink .divider { background: var(--gold); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--sans); font-weight: 600; font-size: .82rem;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 15px 30px; border-radius: 999px;
  cursor: pointer; border: 1.5px solid transparent;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--brick); color: #fff; }
.btn--primary:hover { background: var(--brick-dark); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--cream-3); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--gold); color: var(--ink-2); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn--outline-light:hover { background: #fff; color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.center .btn-row { justify-content: center; }

/* ---------- header / nav ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 16px 0;
  transition: background .35s ease, padding .35s ease, box-shadow .35s ease;
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 50px; width: auto; transition: height .35s ease; }
/* NB: niente backdrop-filter qui: creerebbe un containing-block per il menu mobile
   (position:fixed), rompendolo quando l'header è "scrolled". Sfondo opaco al 98%. */
.site-header.scrolled { background: rgba(27, 21, 17, .98); box-shadow: 0 8px 30px -16px rgba(0,0,0,.7); padding: 10px 0; }
.site-header.scrolled .brand img { height: 42px; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  position: relative; color: #fff; font-size: .8rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 10px 14px; border-radius: 8px;
  transition: color .2s ease;
}
.nav a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px;
  height: 1.5px; background: var(--gold);
  transform: scaleX(0); transform-origin: left; transition: transform .28s ease;
}
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.nav a.active { color: var(--gold); }
.nav .btn { margin-left: 10px; padding: 11px 22px; }
.nav .btn::after { display: none; }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  width: 44px; height: 44px; padding: 10px; z-index: 110;
}
.nav-toggle span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.nav-toggle span + span { margin-top: 6px; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: grid; place-items: center; text-align: center;
  color: #fff; padding: 120px 0 80px;
  background: var(--ink-2);
}
.hero__bg { position: absolute; inset: 0; overflow: hidden; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,15,12,.55) 0%, rgba(20,15,12,.45) 40%, rgba(20,15,12,.78) 100%);
}
.hero__inner { position: relative; z-index: 2; padding-inline: 20px; }
.hero__logo { width: min(440px, 80vw); margin: 0 auto 22px; }
.hero__tagline {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.25rem, 3vw, 1.9rem); font-weight: 500;
  max-width: 24ch; margin: 0 auto 14px; color: #fff;
}
.hero__sub { max-width: 56ch; margin: 0 auto 30px; color: rgba(255,255,255,.82); font-size: 1.05rem; }
.hero__meta {
  margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: center;
  font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.8);
}
.hero__meta span { display: inline-flex; align-items: center; gap: 9px; }
.hero__meta svg { width: 16px; height: 16px; stroke: var(--gold); }

/* page hero (interior pages) */
.page-hero {
  position: relative; padding: 180px 0 90px; text-align: center; color: #fff;
  background: var(--ink-2);
}
.page-hero__bg { position: absolute; inset: 0; overflow: hidden; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__bg::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(20,15,12,.55), rgba(20,15,12,.72)); }
.page-hero__inner { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4rem); color: #fff; }
.page-hero p { max-width: 60ch; margin: 14px auto 0; color: rgba(255,255,255,.85); }
.breadcrumb { font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }

/* ---------- split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; }
.split__media--tall img { aspect-ratio: 3/4; }
.split__badge {
  position: absolute; right: -22px; bottom: -22px; width: 116px; height: 116px;
  border-radius: 50%; background: var(--cream-3); padding: 8px; box-shadow: var(--shadow);
}
.split__badge img { width: 100%; height: 100%; border-radius: 50%; aspect-ratio: 1; box-shadow: none; }

/* ---------- info cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: var(--cream-3); border-radius: var(--radius); padding: 36px 30px;
  border: 1px solid var(--line); transition: transform .3s ease, box-shadow .3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card__icon {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: var(--brick); margin-bottom: 18px;
}
.card__icon svg { width: 26px; height: 26px; stroke: #fff; fill: none; }
.card h3 { font-size: 1.4rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .98rem; }

/* ---------- gallery ---------- */
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 240px; gap: 16px;
}
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius); cursor: pointer; position: relative; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-grid figure:hover img { transform: scale(1.07); }
.gallery-grid .tall { grid-row: span 2; }
.gallery-grid figure::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(20,15,12,.45));
  opacity: 0; transition: opacity .3s ease;
}
.gallery-grid figure:hover::after { opacity: 1; }

/* lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: none;
  place-items: center; background: rgba(15, 11, 9, .92); padding: 30px;
}
.lightbox.open { display: grid; }
.lightbox img { max-width: 90vw; max-height: 86vh; border-radius: 8px; box-shadow: var(--shadow); }
.lightbox__close { position: absolute; top: 22px; right: 28px; background: none; border: 0; color: #fff; font-size: 2.6rem; line-height: 1; cursor: pointer; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); border: 0; color: #fff; font-size: 2rem; width: 54px; height: 54px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; }
.lightbox__nav:hover { background: var(--brick); }
.lightbox__nav.prev { left: 22px; } .lightbox__nav.next { right: 22px; }

/* ---------- menu page ---------- */
.menu-block { margin-bottom: 56px; }
.menu-block__head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 26px; }
.menu-block__head h2 { font-size: 1.9rem; color: var(--brick); white-space: nowrap; }
.menu-block__head .rule { flex: 1; height: 1px; background: var(--line); }
.menu-list { display: grid; gap: 20px; }
.menu-item { display: grid; }
.menu-item__top { display: flex; align-items: baseline; gap: 10px; }
.menu-item__name { font-family: var(--serif); font-size: 1.18rem; font-weight: 700; }
.menu-item__dots { flex: 1; border-bottom: 1.5px dotted var(--line); transform: translateY(-4px); }
.menu-item__price { font-weight: 600; color: var(--brick); white-space: nowrap; }
.menu-item__desc { color: var(--muted); font-size: .96rem; margin-top: 2px; max-width: 60ch; }
.menu-tag { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); border-radius: 999px; padding: 1px 8px; margin-left: 6px; vertical-align: middle; }
.menu-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 64px; }
.menu-note { font-size: .85rem; color: var(--muted); font-style: italic; }

/* ---------- contact / forms ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.info-list { display: grid; gap: 24px; margin-top: 6px; }
.info-item { display: flex; gap: 16px; }
.info-item__icon { flex: none; width: 46px; height: 46px; border-radius: 50%; background: var(--brick); display: grid; place-items: center; }
.info-item__icon svg { width: 20px; height: 20px; stroke: #fff; fill: none; }
.info-item h4 { font-family: var(--sans); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.info-item p, .info-item a { font-size: 1.02rem; color: var(--ink); }
.info-item a:hover { color: var(--brick); }

.form { display: grid; gap: 18px; background: var(--cream-3); padding: clamp(26px, 4vw, 40px); border-radius: var(--radius); border: 1px solid var(--line); }
.bg-ink .form { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--muted); }
.bg-ink .field label { color: rgba(255,255,255,.7); }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 1rem; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 13px 15px; width: 100%; transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--brick); box-shadow: 0 0 0 3px rgba(156, 74, 43, .14);
}
.form__note { font-size: .82rem; color: var(--muted); }
.form-status { display: none; padding: 14px 16px; border-radius: 10px; font-size: .95rem; }
.form-status.ok { display: block; background: rgba(60, 130, 80, .12); color: #2f6b46; border: 1px solid rgba(60,130,80,.3); }
.form-status.err { display: block; background: rgba(192, 57, 43, .1); color: #9e2b1e; border: 1px solid rgba(192,57,43,.32); }

.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }

/* hours table */
.hours { display: grid; gap: 8px; margin-top: 6px; }
.hours li { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: .98rem; }
.hours li span:first-child { font-weight: 600; }
.hours li.closed span:last-child { color: var(--brick); }

/* ---------- stats / values strip ---------- */
.values { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; text-align: center; }
.values .num { font-family: var(--serif); font-size: 2.6rem; color: var(--gold); line-height: 1; }
.values p { font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(246,242,228,.75); margin-top: 8px; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; text-align: center; color: #fff; padding: clamp(70px, 10vw, 130px) 0; background: var(--ink-2); }
.cta-band__bg { position: absolute; inset: 0; overflow: hidden; }
.cta-band__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.cta-band__inner { position: relative; z-index: 2; }
.cta-band h2 { font-size: clamp(2rem, 5vw, 3.2rem); color: #fff; margin-bottom: 14px; }
.cta-band p { max-width: 54ch; margin: 0 auto 28px; color: rgba(255,255,255,.85); }

/* ---------- footer ---------- */
.site-footer { background: var(--ink-2); color: rgba(246,242,228,.78); padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 40px; }
.site-footer h4 { font-family: var(--sans); font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.site-footer img.flogo { width: 190px; margin-bottom: 16px; }
.site-footer p { font-size: .95rem; }
.footer-links li { margin-bottom: 11px; }
.footer-links a:hover { color: var(--gold); }
.footer-contact li { display: flex; gap: 10px; margin-bottom: 12px; font-size: .95rem; }
.footer-contact svg { width: 17px; height: 17px; stroke: var(--gold); flex: none; margin-top: 3px; }
.socials { display: flex; gap: 12px; margin-top: 16px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); display: grid; place-items: center; transition: background .25s ease, transform .25s ease, border-color .25s ease; }
.socials a:hover { background: var(--brick); border-color: var(--brick); transform: translateY(-3px); }
.socials svg { width: 19px; height: 19px; fill: #fff; }
.footer-bottom { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .82rem; color: rgba(246,242,228,.55); }

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 82vw);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px;
    background: rgba(20,15,12,.98); padding: 40px 34px;
    transform: translateX(100%); transition: transform .35s ease; z-index: 105;
  }
  .nav-open .nav { transform: none; }
  .nav a { font-size: 1rem; padding: 12px 4px; width: 100%; }
  .nav a::after { display: none; }
  .nav .btn { margin: 14px 0 0; }
  .nav-toggle { display: block; }
  .site-header { background: rgba(27, 21, 17, .96); }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .cards { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .menu-cols { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .values { grid-template-columns: repeat(2,1fr); gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .form .row { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .gallery-grid .tall { grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero__meta { gap: 8px 18px; }
}

/* reduce motion */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- menu page: sub-nav, categorie, liste lunghe ---------- */
.menu-nav { position: sticky; top: 58px; z-index: 80; background: rgba(239,233,212,.96); backdrop-filter: blur(6px); border-bottom: 1px solid var(--line); }
.menu-nav ul { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; padding: 14px 0; }
.menu-nav a {
  font-size: .73rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  padding: 8px 16px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.menu-nav a:hover { background: var(--brick); color: #fff; border-color: var(--brick); }

.menu-section { scroll-margin-top: 128px; padding-top: 22px; }
.menu-cat { text-align: center; margin: 18px 0 34px; }
.menu-cat h2 { font-size: clamp(1.9rem, 4.4vw, 2.8rem); color: var(--ink); }
.menu-cat .divider { margin: 14px auto 0; }
.menu-cat p { color: var(--muted); margin-top: 12px; max-width: 60ch; margin-inline: auto; font-size: .96rem; }

.menu-legend { font-size: .82rem; color: var(--muted); background: var(--cream-3); border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; margin-bottom: 8px; }
.menu-legend b { color: var(--ink); }

.menu-block__head .menu-block__price { font-family: var(--serif); color: var(--brick); font-size: 1.25rem; white-space: nowrap; }
.menu-item__alg { display: inline-block; font-size: .68rem; letter-spacing: .03em; color: var(--muted); border: 1px solid var(--line); border-radius: 6px; padding: 0 6px; margin-left: 4px; vertical-align: middle; }
.menu-allerg { display: block; margin-top: 4px; font-size: .78rem; font-style: italic; color: var(--muted); }
.menu-item.is-out { opacity: .5; }
.menu-item.is-out .menu-item__price { color: var(--muted); text-decoration: line-through; }
.menu-tag--out { color: var(--muted); border-color: var(--muted); }
.menu-intro-note { color: var(--muted); font-size: .92rem; font-style: italic; margin-bottom: 24px; max-width: 70ch; }

/* =========================================================
   MOBILE-FIRST UX (ristorazione)
   ========================================================= */

/* Tab categorie menu: pill attiva (scrollspy) */
.menu-nav a.is-active { background: var(--brick); color: #fff; border-color: var(--brick); }

/* Barra CTA fissa in basso — thumb-zone (mostrata solo su mobile) */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  display: none; gap: 10px; align-items: center;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(27, 21, 17, .94);
  border-top: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 -10px 30px -12px rgba(0, 0, 0, .5);
  transform: translateY(120%); transition: transform .32s ease;
}
.mobile-cta.show { transform: none; }
.mobile-cta .btn { flex: 1; justify-content: center; padding: 15px 16px; }
.mobile-cta .mc-call {
  flex: 0 0 auto; width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .22);
}
.mobile-cta .mc-call svg { width: 22px; height: 22px; stroke: #fff; }
.nav-open .mobile-cta { transform: translateY(120%); }

@media (max-width: 768px) {
  /* Tab a scorrimento orizzontale con snap, niente a-capo */
  .menu-nav ul {
    flex-wrap: nowrap; justify-content: flex-start; gap: 8px;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity; scrollbar-width: none;
    padding-left: 16px; padding-right: 16px;
  }
  .menu-nav ul::-webkit-scrollbar { display: none; }
  .menu-nav li { flex: 0 0 auto; scroll-snap-align: center; }
  .menu-nav a { white-space: nowrap; }

  /* Voci menu più compatte/leggibili su schermi stretti */
  .menu-block__head h2 { font-size: 1.5rem; }
  .menu-item__name { font-size: 1.06rem; }
  .menu-item__desc { font-size: .92rem; }

  /* Target tattili: bottoni a piena larghezza e min 48px */
  .hero .btn-row .btn, .cta-band .btn-row .btn { width: 100%; }
  .btn { min-height: 48px; }
}
