* { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; }
  @keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
  @keyframes pulseDot { 0% { box-shadow: 0 0 0 0 rgba(95,174,106,.55); } 70% { box-shadow: 0 0 0 11px rgba(95,174,106,0); } 100% { box-shadow: 0 0 0 0 rgba(95,174,106,0); } }
  #faq details > summary::-webkit-details-marker { display: none; }
  #faq details > summary { transition: color .25s ease, background-color .3s ease; }
  #faq details:hover { background: #f9f3e4; box-shadow: 0 10px 26px rgba(20,32,22,.16); transform: translateY(-1px); }
  #faq details[open] { background: #f6efdd; box-shadow: 0 18px 40px rgba(20,32,22,.22); }
  #faq details[open] > summary { color: #f6f1e6 !important; background: #1e2b23; }
  #faq details[open] > summary svg { transform: rotate(180deg); color: #c8a15a; }
  #faq details[open] > p { animation: faqIn .55s cubic-bezier(.2,.7,.2,1) both; padding-top: 18px; }
  @keyframes faqIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
  @keyframes overlayIn { from { opacity: 0; } to { opacity: 1; } }
  @keyframes popIn { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }
  @keyframes softIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
  footer a { transition: color .25s ease; }
  footer a:hover { color: #c8a15a; }
  @media (max-width: 760px) {
    [data-footer-legal] { justify-content: center; }
    footer address + div { font-size: 12px !important; }
  }
  #contatti a[href*="maps"] { transition: color .25s ease, border-color .25s ease; }
  #contatti a[href*="maps"]:hover { color: #e2ba7e; border-bottom-color: rgba(200,161,90,.7) !important; }
  #contatti a[aria-label]:hover { color: #c8a15a !important; }
  #contatti a[href^="tel"] { transition: transform .28s cubic-bezier(.2,.7,.2,1), box-shadow .28s ease, filter .28s ease; }
  #contatti a[href^="tel"]:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(200,161,90,.28); filter: brightness(1.05); }
  #top a[href^="tel"] { transition: transform .28s cubic-bezier(.2,.7,.2,1), background-color .28s ease, box-shadow .28s ease; }
  #top a[href^="tel"]:hover { transform: translateY(-2px); background: rgba(95,174,106,.24); box-shadow: 0 18px 50px rgba(95,174,106,.22); }
  #pizze-pin article > div:first-child { transition: transform .3s cubic-bezier(.2,.7,.2,1); }
  #pizze-pin article { transition: transform .3s ease, opacity .3s ease; }
  #pizze-pin article:hover { transform: translateY(-6px); }
  #pizze-pin article > div:first-child { box-shadow: 0 0 0 clamp(20px,2.3vw,30px) #fbf7ef, 0 20px 42px rgba(30,43,35,.24) !important; }
  #pizze-pin [data-pin-track] { scrollbar-width: none; }
  #pizze-pin [data-pin-track]::-webkit-scrollbar { display: none; }
  @media (max-width: 760px) {
    #pizze-pin [data-pin-sticky] { padding-top: 14px !important; padding-bottom: 8px !important; }
    #pizze-pin article { width: min(80vw,360px) !important; }
    #pizze-pin [data-pin-dots] { display: flex !important; }
  }
  #galleria [data-masonry] > button { break-inside: avoid; }
  #recensioni article { position: relative; overflow: hidden; transition: box-shadow .45s ease, border-color .45s ease, background-color .45s ease, transform .45s cubic-bezier(.2,.7,.2,1); }
  #recensioni article > * { position: relative; z-index: 1; }
  #recensioni article::after { content: ''; position: absolute; inset: 0; z-index: 0; background: radial-gradient(130px 130px at var(--mx,50%) var(--my,50%), rgba(200,161,90,.2), transparent 55%); opacity: 0; transition: opacity .5s ease; pointer-events: none; }
  #recensioni article:hover::after { opacity: 1; }
  #recensioni article:hover { border-color: rgba(200,161,90,.5); background: rgba(200,161,90,.05); box-shadow: 0 22px 56px rgba(0,0,0,.3); }
  #recensioni article p { transition: transform .55s cubic-bezier(.2,.7,.2,1), color .55s ease; transform-origin: left center; }
  #recensioni article:hover p { transform: scale(1.06); color: #fdf6e8; }
  [data-menutabs] > button { background: none; border: 0; border-bottom: 2px solid transparent; padding: 12px 4px; margin-right: 26px; font-family: 'Mulish', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: .02em; color: #8a8172; cursor: pointer; transition: color .25s ease, border-color .25s ease; }
  [data-menutabs] > button:hover { color: #5a4f47; }
  [data-menutabs].pizzeria > button[data-tab="pizzeria"],
  [data-menutabs].cucina > button[data-tab="cucina"],
  [data-menutabs].bibite > button[data-tab="bibite"] { color: #7a5a1f; border-bottom-color: #c8a15a; }
  #menu { position: relative; overflow: hidden; }
  #menu > * { position: relative; z-index: 1; }
  #menu::after { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(520px 520px at var(--mx,50%) var(--my,40%), rgba(200,161,90,.20), transparent 60%); opacity: 0; transition: opacity .5s ease; pointer-events: none; }
  #menu.glow-on::after { opacity: 1; }
  @keyframes storyIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
  [data-storytabs] > button { background: rgba(58,49,40,.05); border: none; border-radius: 13px; padding: 16px 18px; font-family: 'Playfair Display', serif; font-size: clamp(16px,2vw,20px); color: #3a3128; cursor: pointer; transition: background-color .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
  [data-storytabs] > button:hover { background: rgba(58,49,40,.1); transform: translateY(-2px); }
  @media (max-width: 920px) {
    [data-nav] { flex-wrap: nowrap !important; }
    [data-desktop-nav] { display: none !important; }
    [data-burger] { display: inline-flex !important; }
  }
  @media (max-width: 760px) {
    [data-menuscroll], [data-privacyscroll] { padding-left: 38px !important; padding-right: 38px !important; }
    [data-menuhead], [data-privacyhead] { padding-left: 38px !important; padding-right: 38px !important; }
    [data-eyebrow] { display: none !important; }
    [data-menutabs] button { font-size: 13px !important; padding: 12px 6px !important; }
  }
  @media (max-width: 760px) {
    [data-menu-grid] { grid-template-columns: 1fr !important; gap: 44px !important; }
    [data-locale-grid] { grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 34px 22px !important; }
    [data-storytabs] { grid-template-columns: 1fr !important; }
  }
  @media (min-width: 921px) {
    [data-burger] { display: none !important; }
    [data-mobile-menu] { display: none !important; }
  }
  [data-mobile-menu].open { opacity: 1 !important; visibility: visible !important; }
  [data-mobile-menu] a:hover { color: #c8a15a !important; }
  button[aria-label="Chiudi"]:hover, button[data-close]:hover { background: #c8a15a !important; color: #1e2b23 !important; }
  [data-fabmenu] .fab-label, [data-fabmap] .fab-label { max-width: 0; opacity: 0; overflow: hidden; white-space: nowrap; margin-left: 0; transition: max-width .35s cubic-bezier(.2,.7,.2,1), opacity .28s ease, margin-left .35s ease; }
  [data-fabmenu]:hover, [data-fabmap]:hover { transform: translateY(-3px); background: #c8a15a; color: #1e2b23; }
  [data-fabmenu]:hover .fab-label, [data-fabmap]:hover .fab-label { max-width: 200px; opacity: 1; margin-left: 8px; margin-right: 6px; }
  [data-storytabs].lei > button[data-tab="lei"],
  [data-storytabs].lui > button[data-tab="lui"],
  [data-storytabs].insieme > button[data-tab="insieme"] { background: #1e2b23; color: #f2ede1; box-shadow: 0 12px 28px rgba(30,43,35,.22); }

/* --- hover CTA menù --- */
#menu button[data-act="openMenu"]:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(30,43,35,.28); }
[data-lightbox], [data-menumodal] { display: flex; }
[hidden] { display: none !important; }


/* --- estratti da stile inline (index.html) --- */.faq-item { border: none; border-radius: 14px; background: #f6efdd; overflow: hidden; transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.faq-q { cursor: pointer; font-weight: 700; font-size: 17px; color: #221f1a; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 26px; }
.faq-icon { color: #c8a15a; flex-shrink: 0; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.faq-a { margin: 0; padding: 22px 26px 26px; font-size: 15px; line-height: 1.85; color: #6b6157; }

.review-card { border: 1px solid rgba(242,237,225,.16); padding: 28px; border-radius: 8px; }
.review-stars { display: flex; gap: 3px; color: #e0a24a; margin-bottom: 14px; }
.review-text { font-family: 'Playfair Display', serif; font-style: italic; font-size: 20px; line-height: 1.5; margin: 0 0 14px; }
.review-author { font-size: 13px; color: #9aa89a; }

.gal-item { position: relative; border: 0; padding: 0; cursor: pointer; display: block; width: 100%; border-radius: 8px; overflow: hidden; background: #ddd6c8; transition: transform .35s ease, box-shadow .35s ease; grid-row-end: span 10; }
.gal-img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gal-caption { position: absolute; left: 0; right: 0; bottom: 0; text-align: left; padding: 26px 14px 12px; background: linear-gradient(180deg, transparent, rgba(23,32,26,.82)); color: #f6f1e6; font-family: 'Playfair Display', serif; font-size: 17px; }
.masonry-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); grid-auto-rows: 1px; gap: 16px; }

.pizza-zoom-plate { width: 560px !important; height: 560px !important; max-width: 88vw !important; max-height: 88vw !important; }
@media (max-width: 700px) {
  .pizza-zoom-plate { width: 360px !important; height: 360px !important; max-width: 82vw !important; max-height: 82vw !important; }
}
@media (max-width: 420px) {
  .pizza-zoom-plate { width: 280px !important; height: 280px !important; max-width: 78vw !important; max-height: 78vw !important; }
}
