/* ============================================================
   @FONT-FACE — Font locali (Cormorant Garamond + Montserrat)
   ============================================================ */
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300; font-display: swap; src: url('../font/cormorant-garamond-300-italic.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 400; font-display: swap; src: url('../font/cormorant-garamond-400-italic.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 600; font-display: swap; src: url('../font/cormorant-garamond-600-italic.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 300; font-display: swap; src: url('../font/cormorant-garamond-300.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 400; font-display: swap; src: url('../font/cormorant-garamond-400.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-display: swap; src: url('../font/cormorant-garamond-600.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 300; font-display: swap; src: url('../font/montserrat-300.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url('../font/montserrat-400.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url('../font/montserrat-500.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url('../font/montserrat-600.woff2') format('woff2'); }


/* ============================================================
   VARIABILI CSS & RESET GLOBALE
   ============================================================ */
:root {
  --nero: #080808;
  --rosso: #e60202;
  --rosso-scuro: #a00001;
  --bianco: #f8f4f0;
  --grigio: rgba(248,244,240,0.9);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  background: var(--nero);
  color: var(--bianco);
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  cursor: none;
}
a, button { cursor: none; }


/* ============================================================
   OVERRIDE BOOTSTRAP
   ============================================================ */
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
b, strong { font-weight: 600; }
.modal *{
	color: #000;
}
.btn { cursor: none; }
/* Rimuove bordo/shadow predefiniti del navbar-toggler Bootstrap e allarga l'area cliccabile (WCAG 2.5.8) */
.navbar-toggler {
  background: transparent !important;
  padding: 13px !important;
  margin: -13px;
}
.navbar-toggler:focus { box-shadow: none !important; outline: none; }

/* Focus da tastiera visibile (WCAG 2.4.7) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.navbar-toggler:focus-visible,
.menu-tab:focus-visible,
.piatto-item:focus-visible {
  outline: 2px solid var(--rosso);
  outline-offset: 3px;
}
/* Pannello collapse mobile */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(8,8,8,0.98);
    padding: 16px 0 24px;
    border-top: 1px solid rgba(230,2,2,0.12);
    margin-top: 6px;
  }
  /* Chiusura istantanea, senza slide up (l'apertura mantiene l'animazione) */
  .navbar-collapse.closing-instant.collapsing {
    transition: none !important;
    height: 0 !important;
  }
  .navbar-nav .nav-link {
    padding: 11px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    font-size: 0.82rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFF;
  }
  .nav-right {
    padding-top: 16px;
    padding-left: 10px;
    border-top: 1px solid rgba(255,255,255,0.06);
  }
  .nav-item{
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* ============================================================
   CURSORE CUSTOM
   ============================================================ */
#cursor-dot {
  width: 8px; height: 8px;
  background: #fff; border-radius: 50%;
  position: fixed; z-index: 10001;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: background 0.2s;
}
#cursor-ring {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  position: fixed; z-index: 10001;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease, border-color 0.3s, opacity 0.3s;
}

@media (max-width: 767px) {
  #cursor-dot, #cursor-ring{
    display: none !important;
  }
  
}
body:hover #cursor-ring { opacity: 1; }
.cursor-hover #cursor-ring { width: 60px; height: 60px; border-color: var(--rosso); }
.cursor-hover #cursor-dot { background: var(--rosso); }


/* ============================================================
   NAVBAR
   ============================================================ */
#navbar {
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all 0.5s ease;
}
#navbar.scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(8,8,8,0.96);
  border-bottom: 1px solid rgba(230,2,2,0.15);
  backdrop-filter: blur(12px);
}
.nav-logo { height: 135px; width: auto; display: block; transition: height 0.5s ease; }
#navbar.scrolled .nav-logo { height: 70px; }
/* Link navbar su desktop */
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    color: rgba(255,255,255,0.9) !important;
    font-size: 0.82rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 14px !important;
    transition: color 0.3s;
  }
  .navbar-nav .nav-link:hover { color: var(--rosso) !important; }
}
.nav-cta {
  border: 1px solid var(--rosso);
  color: var(--rosso);
  padding: 13px 32px;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  transition: all 0.3s;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--rosso); color: #fff; }
.nav-social-link {
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: transform 0.3s, opacity 0.3s;
}
.nav-social-link:hover { transform: scale(1.1); opacity: 0.88; }
.nav-social-fb { background: #1877f2; }
.nav-social-ig { background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%); }


/* ============================================================
   HERO — VIDEO DI SFONDO
   ============================================================ */
#hero {
  position: relative; height: 100vh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
#hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  filter: brightness(0.42);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(8,8,8,0.2) 0%, transparent 40%, rgba(8,8,8,0.75) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 22px;
  padding: 0 24px;
}
.hero-overline {
  font-size: 0.78rem; letter-spacing: 10px; text-transform: uppercase;
  color: var(--rosso); font-weight: 700;
}
.hero-logo-wrap { width: clamp(200px, 40vw, 380px); }
.hero-logo-wrap img { width: 100%; height: auto; object-fit: contain; }
.hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 2.8vw, 1.9rem);
  font-weight: 300; letter-spacing: 6px;
  color: rgba(255,255,255,0.9); font-style: italic;
}
.hero-line { width: 1px; height: 50px; background: rgba(230,2,2,0.5); }
.hero-btn {
  background: var(--rosso); color: #fff;
  padding: 17px 0; width: 240px; text-align: center;
  font-size: 0.7rem; letter-spacing: 4px;
  text-transform: uppercase; text-decoration: none;
  font-family: 'Montserrat', sans-serif; font-weight: 500;
  transition: all 0.35s; display: inline-block;
  border: 1px solid var(--rosso);
}
.hero-btn:hover { background: transparent; color: #fff; }
.hero-btn-ghost {
  background: transparent; color: rgba(255,255,255,0.9);
  padding: 17px 0; width: 240px; text-align: center;
  font-size: 0.7rem; letter-spacing: 4px;
  text-transform: uppercase; text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid rgba(255,255,255,0.25);
  transition: all 0.3s; display: inline-block;
}
.hero-btn-ghost:hover { border-color: rgba(255,255,255,0.6); color: #fff; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }


/* ============================================================
   HERO — STRISCIA INFORMATIVA IN BASSO
   ============================================================ */
.hero-info-strip {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  display: flex; justify-content: center;
  background: rgba(8,8,8,0.7);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(230,2,2,0.2);
}
.hero-info-item {
  padding: 16px 48px;
  border-right: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-decoration: none; transition: background 0.3s;
}
.hero-info-item:hover { background: rgba(230,2,2,0.08); }
.hero-info-item:last-child { border-right: none; }
.hero-info-label {
  font-size: 0.7rem; letter-spacing: 4px; text-transform: uppercase;
  color: var(--rosso); font-weight: 900;
}
.hero-info-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; color: rgba(255,255,255,0.9);
}


/* ============================================================
   ELEMENTI COMUNI DI SEZIONE
   ============================================================ */
.section-tag {
  font-size: 0.58rem; letter-spacing: 8px; text-transform: uppercase;
  color: var(--rosso); display: block; margin-bottom: 14px; font-weight: 900;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 300; line-height: 1.1;
  color: var(--bianco);
}
.section-title em { font-style: italic; color: rgba(255,255,255,0.9); }
.section-divider { width: 40px; height: 1px; background: var(--rosso); margin: 20px 0; }


/* ============================================================
   CHI SIAMO (#about)
   ============================================================ */
#about { padding: 110px 0; background: #0e0e0e; }
.about-text p {
  font-size: 1.02rem; line-height: 2; color: var(--grigio);
  font-weight: 300; margin-bottom: 18px;
}
.about-text strong { color: var(--bianco); font-weight: 400; }
.about-img-wrap { position: relative; }
.about-img-wrap img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  filter: brightness(0.8) saturate(0.85);
}
.about-cta {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--rosso); font-size: 0.82rem; letter-spacing: 4px;
  text-transform: uppercase; text-decoration: none; margin-top: 24px;
  transition: gap 0.3s; font-weight: 900;
}
.about-cta::after { content: '→'; }
.about-cta:hover { gap: 18px; }
@media (min-width: 992px) {
  .about-text { padding-right: 70px; }
}


/* ============================================================
   GALLERIA PIATTI (#piatti)
   ============================================================ */
#piatti { background: var(--nero); padding: 0; }
.piatti-header { padding: 90px 64px 50px; text-align: center; }
.piatti-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
.piatto-item {
  position: relative; overflow: hidden;
  aspect-ratio: 4/5; cursor: none;
}
.piatto-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
  filter: brightness(0.72) saturate(0.8);
}
.piatto-item:hover img { transform: scale(1.08); filter: brightness(0.5); }
.piatto-item-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 28px 24px;
  background: linear-gradient(transparent 50%, rgba(8,8,8,0.85) 100%);
}
.piatto-item-nome {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; color: #fff; font-weight: 300; letter-spacing: 1px;
  transform: translateY(6px); transition: transform 0.4s;
}
.piatto-item-desc {
  font-size: 0.65rem; color: rgba(255,255,255,0.9); letter-spacing: 3px;
  text-transform: uppercase; margin-top: 5px;
  opacity: 0; transform: translateY(10px); transition: all 0.4s 0.05s;
}
.piatto-item:hover .piatto-item-nome { transform: translateY(0); }
.piatto-item:hover .piatto-item-desc { opacity: 1; transform: translateY(0); }


/* ============================================================
   MENÙ COMPLETO (#menu)
   ============================================================ */
#menu { padding: 100px 0; background: #0b0b0b; }
.menu-header { text-align: center; margin-bottom: 56px; }
.menu-tabs {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 0; margin-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.menu-tab {
  padding: 14px 28px; font-size: 0.76rem; letter-spacing: 3px;
  text-transform: uppercase; cursor: none; color: rgba(255,255,255,0.9);
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  transition: all 0.3s; font-family: 'Montserrat', sans-serif; font-weight: 900;
}
.menu-tab.active { color: var(--rosso); border-bottom-color: var(--rosso); }
.menu-tab:hover:not(.active) { color: rgba(255,255,255,0.9); }
.menu-section { display: none; }
.menu-section.active {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 80px;
}
.menu-item {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,0.04);
}
.menu-item-left { flex: 1; padding-right: 16px; }
.menu-item-nome {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.22rem; color: var(--bianco); font-weight: 300;
}
.menu-item-desc {
  font-size: 0.8rem; color: rgba(255,255,255,0.9);
  margin-top: 3px; font-style: italic; line-height: 1.4;
}
.menu-item-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.12rem; color: var(--rosso); white-space: nowrap;
  font-weight: 900; flex-shrink: 0;
}
.menu-badge {
  display: inline-block; font-size: 0.5rem; letter-spacing: 2px;
  text-transform: uppercase; background: var(--rosso); color: #fff;
  padding: 2px 7px; margin-left: 8px; vertical-align: middle;
}
.menu-section-header {
  grid-column: 1 / -1;
  font-size: 0.72rem; letter-spacing: 6px; text-transform: uppercase;
  color: rgba(230,2,2,0.6); padding-bottom: 12px;
  border-bottom: 1px solid rgba(230,2,2,0.15);
  margin-bottom: 4px; margin-top: 32px;
}
.menu-section-header:first-child { margin-top: 0; }


/* ============================================================
   BANNER PRENOTAZIONE (#prenota-banner)
   ============================================================ */
#prenota-banner {
  padding: 90px 0; text-align: center;
  background: var(--rosso);
}
#prenota-banner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 300; color: #fff;
  margin-bottom: 12px;
}
#prenota-banner p {
  font-size: 0.75rem; color: rgba(255,255,255,0.9);
  letter-spacing: 4px; text-transform: uppercase; margin-bottom: 32px;
}
.btn-bianco {
  background: #fff; color: var(--rosso);
  padding: 19px 58px; font-size: 0.82rem; letter-spacing: 4px;
  text-transform: uppercase; text-decoration: none;
  font-family: 'Montserrat', sans-serif; font-weight: 600;
  display: inline-block; transition: all 0.3s;
}
.btn-bianco:hover { background: var(--nero); color: #fff; }


/* ============================================================
   INFO & CONTATTI (#info)
   ============================================================ */
#info { padding: 0; background: var(--nero); }
.info-block { padding: 80px 50px; }
.info-form-col { padding: 80px 50px; }
@media (min-width: 992px) {
  .info-form-col { border-left: 1px solid rgba(255,255,255,0.05); }
}
.info-map-col { overflow: hidden; min-height: 520px; position: relative; }
.info-map-col iframe {
  width: 100%; height: 100%; min-height: 520px;
  border: none; filter: saturate(0.6) brightness(0.85);
  display: block;
}
.info-block h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 300; color: var(--bianco); margin-bottom: 36px;
}
.info-row {
  display: flex; gap: 20px; margin-bottom: 24px;
  font-size: 0.96rem; color: var(--grigio); line-height: 1.8;
}
.info-row .lbl {
  font-size: 0.55rem; font-weight: 900; letter-spacing: 4px; text-transform: uppercase;
  color: var(--rosso); min-width: 72px; padding-top: 4px; flex-shrink: 0;
}
.info-row a { color: inherit; text-decoration: none; transition: color 0.3s; }
.info-row a:hover { color: var(--rosso); }


/* ============================================================
   FORM CONTATTO ("Scrivici")
   ============================================================ */
.form-contact { display: flex; flex-direction: column; gap: 14px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.f-input {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09);
  color: var(--bianco); padding: 14px 18px; font-size: 0.82rem;
  font-family: 'Montserrat', sans-serif; outline: none; transition: border-color 0.3s;
  width: 100%;
}
.f-input:focus { border-color: var(--rosso); }
.f-input::placeholder { color: rgba(255,255,255,0.9); }
textarea.f-input { resize: vertical; min-height: 96px; }
.f-check { display: block; flex-direction: column; gap: 10px; }
.f-check p {
  font-size: 0.72rem; line-height: 1.65; color: rgba(200,200,200,0.9);
  display: inline-block; align-items: flex-start; gap: 8px;
}
.f-check p label { cursor: none; }
.f-check p input[type="checkbox"] {
  width: 20px; height: 20px; flex-shrink: 0; margin: 2px 6px -5px 0;
  accent-color: var(--rosso); cursor: none;
}
.f-check a { color: var(--rosso); text-decoration: none; }
.f-check a:hover { text-decoration: underline; }
.f-submit {
  background: var(--rosso); color: #fff; border: none;
  padding: 15px; font-size: 0.68rem; letter-spacing: 4px;
  text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 500;
  cursor: none; transition: background 0.3s; width: 100%;
}
.f-submit:hover { background: var(--rosso-scuro); }


/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: #050505; padding: 64px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.f-brand img { height: 130px; width: auto; margin-bottom: 18px; display: block; }
.f-brand p {
  font-size: 0.75rem; color: rgba(255,255,255,0.9); line-height: 1.8; max-width: 260px;
}
.f-social { display: flex; gap: 12px; margin-top: 20px; }
.f-social a {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: transform 0.3s, opacity 0.3s;
}
.f-social a:hover { transform: scale(1.1); opacity: 0.88; }
.f-social-fb { background: #1877f2; }
.f-social-ig { background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%); }
.f-col h4 {
  font-size: 0.72rem; letter-spacing: 4px; text-transform: uppercase;
  color: var(--rosso); margin-bottom: 18px;
}
.f-col ul { list-style: none; }
.f-col ul li { margin-bottom: 10px; }
.f-col ul li a {
  font-size: 0.88rem; color: rgba(255,255,255,0.9); text-decoration: none; transition: color 0.3s;
}
.f-col ul li a:hover { color: var(--rosso); }
.footer-bottom {
  background: #030303; padding: 18px 64px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.62rem; color: rgba(255,255,255,0.9); letter-spacing: 1px;
}
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: var(--rosso); }
.credits_link {
  color: #38B5E6 !important; font-weight: 700; font-family: sans-serif;
}
.credits_link:hover { color: #fff !important; }
.credits_link:before {
  content: ""; vertical-align: middle;
  width: 16px; height: 16px; display: inline-block;
  margin-right: 5px; margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat; background-size: contain;
  background-position: center center; transition: all 450ms ease;
}
.credits_link:hover:before { transform: rotateZ(360deg) rotateY(360deg); }


/* ============================================================
   WHATSAPP WIDGET
   ============================================================ */
.wa {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  background: #25D366; color: #fff; width: 54px; height: 54px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: transform 0.3s;
}
.wa:hover { transform: scale(1.1); }


/* ============================================================
   ANIMAZIONE REVEAL
   ============================================================ */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }


/* ============================================================
   LINK FOTO CHI SIAMO
   ============================================================ */
.about-img-link { display: block; width: 100%; height: 100%; }
.about-img-link img { transition: filter 0.4s; }
.about-img-link:hover img { filter: brightness(0.6) saturate(0.7); }


/* ============================================================
   LIGHTBOX GALLERIA PIATTI
   ============================================================ */
#lightbox {
  display: none; position: fixed; inset: 0; z-index: 10000;
  background: rgba(0,0,0,0.92);
  align-items: center; justify-content: center;
}
#lightbox.open { display: flex; }
#lightbox-img {
  max-width: 90vw; max-height: 88vh;
  object-fit: contain;
  animation: lbIn 0.3s ease;
}
#lightbox-close {
  position: absolute; top: 24px; right: 36px;
  color: rgba(255,255,255,0.9); font-size: 2rem; line-height: 1;
  cursor: none; transition: color 0.2s; user-select: none;
}
#lightbox-close:hover { color: var(--rosso); }
#lightbox-caption {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  font-family: 'Cormorant Garamond', serif; font-size: 1.1rem;
  color: rgba(255,255,255,0.9); letter-spacing: 2px; white-space: nowrap;
}
@keyframes lbIn {
  from { opacity: 0; transform: scale(0.93); }
  to   { opacity: 1; transform: scale(1); }
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

/* LG (992–1199px) — tablet landscape / laptop */
@media (max-width: 1199.98px) {
  .hero-info-item { padding: 16px 32px; }
  #about { padding: 90px 0; }
}

/* MD (768–991px) — tablet portrait */
@media (max-width: 991.98px) {
  #about { padding: 80px 0; }
  .piatti-header { padding: 70px 32px 40px; }
  #menu { padding: 80px 0; }
  #prenota-banner { padding: 70px 0; }
  .info-block, .info-form-col { padding: 60px 32px; }
  footer { padding: 48px 0; }
  .footer-bottom { padding: 14px 32px; }
}

/* SM (576–767px) — large mobile landscape + tablet small */
@media (max-width: 767.98px) {
  .hero-info-strip { display: none; }
  .piatti-grid { grid-template-columns: 1fr 1fr; }
  .menu-section.active { grid-template-columns: 1fr; gap: 0; }
  .menu-tab { padding: 12px 16px; font-size: 0.7rem; letter-spacing: 2px; }
  #menu { padding: 60px 0; }
  .info-map-col { min-height: 320px; }
  .info-map-col iframe { min-height: 320px; }
  .form-row-2 { grid-template-columns: 1fr; }
}

/* XS (<576px) — mobile portrait */
@media (max-width: 575.98px) {
  #navbar { padding-top: 14px; padding-bottom: 14px; }
  #navbar.scrolled { padding-top: 10px; padding-bottom: 10px; }
  .nav-logo { height: 80px; }
  #navbar.scrolled .nav-logo { height: 52px; }
  .hero-overline { font-size: 0.62rem; letter-spacing: 5px; }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-btn, .hero-btn-ghost { width: 100%; max-width: 280px; padding-left: 10px; padding-right: 10px; text-align: center; }
  .piatti-header { padding: 50px 20px 30px; }
  .piatti-grid { grid-template-columns: 1fr; }
  .info-block, .info-form-col { padding: 50px 20px; }
  .info-map-col { min-height: 280px; }
  .info-map-col iframe { min-height: 280px; }
  footer { padding: 40px 0; }
  .footer-bottom { flex-direction: column; gap: 8px; padding: 14px 20px; text-align: center; }
  #prenota-banner { padding: 60px 0; }
  .btn-bianco { padding: 17px 36px; }
}
