:root{--crema: #fbf3e7;--carta: #fffdf9;--terracotta: #c0622b;--terracotta-scuro: #9e4d20;--oliva: #7a8450;--scuro: #2e2218;--testo-soft: #6f5f4d;--bordo: #ece0cf;--whatsapp: #25d366;--max-width: 1100px;--serif: "Playfair Display", Georgia, serif;--sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--ombra: 0 8px 28px rgba(46, 34, 24, .12);--raggio: 16px}*{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--scuro);background:var(--crema);line-height:1.65}h1,h2,h3,h4{font-family:var(--serif);line-height:1.15;font-weight:700}img{max-width:100%;display:block}a{color:var(--terracotta-scuro)}section{padding:4rem 1.25rem}.sezione-titolo{font-size:2rem;color:var(--terracotta-scuro);margin-bottom:.5rem;text-align:center}.sezione-titolo:after{content:"";display:block;width:64px;height:3px;background:var(--terracotta);border-radius:3px;margin:.75rem auto 0}.btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--whatsapp);color:#fff;font-family:var(--sans);font-weight:600;padding:.9rem 1.6rem;border-radius:999px;text-decoration:none;border:none;cursor:pointer;font-size:1rem;box-shadow:0 6px 18px #25d36659;transition:transform .12s ease,filter .12s ease}.btn:hover{filter:brightness(.96);transform:translateY(-1px)}@media (min-width: 768px){section{padding:5rem 2rem}.sezione-titolo{font-size:2.6rem}}#catalogo{padding-bottom:7rem}.catalogo-intro{text-align:center;color:var(--testo-soft);max-width:40rem;margin:0 auto 2.5rem}.catalogo-categoria{margin-bottom:3rem}.categoria-titolo{font-size:1.6rem;color:var(--scuro)}.categoria-desc{color:var(--testo-soft);margin-bottom:1.25rem}.prodotti-grid{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.prodotto-card{text-align:left;background:var(--carta);border:1px solid var(--bordo);border-radius:var(--raggio);overflow:hidden;cursor:pointer;padding:0;font:inherit;color:inherit;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;display:flex;flex-direction:column}.prodotto-card:hover{transform:translateY(-3px);box-shadow:var(--ombra);border-color:#e0cdb3}.prodotto-card.attivo{border-color:var(--terracotta);box-shadow:0 0 0 2px #c0622b40}.prodotto-foto{position:relative;aspect-ratio:4 / 3;display:block}.prodotto-foto img{width:100%;height:100%;object-fit:cover}.prodotto-badge{position:absolute;top:.6rem;right:.6rem;background:var(--terracotta);color:#fff;font-size:.8rem;font-weight:700;padding:.15rem .55rem;border-radius:999px;box-shadow:var(--ombra)}.prodotto-info{padding:.85rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.35rem}.prodotto-nome{font-family:var(--serif);font-weight:600;font-size:1.1rem}.prodotto-prezzo{color:var(--terracotta-scuro);font-weight:600}.prodotto-unita{color:var(--testo-soft);font-weight:400;font-size:.85rem;margin-left:.2rem}.foto-ph{width:100%;height:100%;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;text-align:center;padding:1rem;background:linear-gradient(135deg,#e6c9a3,#c87f44)}.foto-ph-nome{font-family:var(--serif);font-weight:700;color:#fff;font-size:1.15rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.foto-ph-nota{font-size:.72rem;color:#fff4e6;opacity:.85;letter-spacing:.03em}.foto-ph-grande{min-height:240px}.foto-ph-grande .foto-ph-nome{font-size:1.7rem}.modal-overlay{position:fixed;inset:0;background:#1e160e9e;backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.modal-dialog{background:var(--carta);border-radius:var(--raggio);max-width:460px;width:100%;max-height:92vh;overflow-y:auto;position:relative;box-shadow:var(--ombra)}.modal-close{position:absolute;top:.6rem;right:.6rem;width:2.2rem;height:2.2rem;border-radius:50%;border:none;background:#ffffffe6;color:var(--scuro);font-size:1.4rem;line-height:1;cursor:pointer;z-index:2;box-shadow:var(--ombra)}.modal-foto{aspect-ratio:16 / 10;overflow:hidden}.modal-foto img{width:100%;height:100%;object-fit:cover}.modal-body{padding:1.4rem 1.5rem 1.6rem}.modal-nome{font-size:1.5rem;color:var(--scuro)}.modal-desc{color:var(--testo-soft);margin:.4rem 0 1rem}.modal-ing-titolo{font-family:var(--sans);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:var(--terracotta-scuro);margin-bottom:.5rem}.modal-ing{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.4rem}.modal-ing li{background:var(--crema);border:1px solid var(--bordo);border-radius:999px;padding:.25rem .7rem;font-size:.85rem}.modal-azione{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.qta-control{display:flex;align-items:center;gap:.9rem}.qta-control button{width:2.4rem;height:2.4rem;border-radius:50%;border:1px solid var(--bordo);background:var(--crema);font-size:1.3rem;line-height:1;cursor:pointer;color:var(--scuro);transition:background .12s ease}.qta-control button:hover{background:#f3e6d2}.qta-control span{min-width:1.5rem;text-align:center;font-weight:600;font-size:1.1rem}.modal-prezzo{color:var(--terracotta-scuro);font-weight:600}.modal-fatto{width:100%;justify-content:center;background:var(--terracotta);box-shadow:0 6px 18px #c0622b4d}.ordine-bar{position:fixed;left:0;right:0;bottom:0;z-index:40;background:var(--scuro);color:#fbeede;padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 -6px 22px #00000038}.ordine-bar-info{display:flex;flex-direction:column;line-height:1.2}.ordine-bar-info span{font-size:.82rem;color:#d8c7b0}.ordine-bar-info strong{font-family:var(--serif);font-size:1.3rem}.ordine-bar-btn{white-space:nowrap}.container{max-width:var(--max-width);margin:0 auto}@media (min-width: 600px){.ordine-bar{padding-left:max(1.25rem,calc((100vw - var(--max-width)) / 2));padding-right:max(1.25rem,calc((100vw - var(--max-width)) / 2))}}
