:root{
  --mutenye-orange:#E98C00;
  --mutenye-brown:#7B4B24;
  --mutenye-cream:#F9F6F2;
  --ink:#333;
  --shadow:rgba(0,0,0,.08);
  --font:"Poppins",sans-serif;
}

/* wrapper generale */
.menu-wrap{max-width:100vw;background:var(--mutenye-cream);font-family:var(--font)}

/* cover */
.menu-cover{height:50vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative}
.menu-cover .overlay{background:rgba(0,0,0,.45);width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.menu-cover h1{color:#fff;font-size:3rem;text-shadow:0 2px 6px rgba(0,0,0,.6)}

/* accordion */
.menu-section{border-top:8px solid #fff;background:#fff}
.menu-section .toggle{width:100%;border:0;background:var(--mutenye-orange);color:#fff;padding:1.1rem 1.4rem;font-size:1.15rem;font-weight:800;text-transform:uppercase;text-align:left;cursor:pointer}
.content.collapse{overflow:hidden;transition:max-height .35s ease;background:#fff;padding:0 1rem 1rem}
.content.collapse.is-open{max-height:5000px}
.content.collapse:not(.is-open){max-height:0;padding:0}
.subcat-title{margin:1.25rem 0 .75rem;color:var(--mutenye-brown);font-weight:900;text-transform:uppercase}

/* griglie */
.grid{display:grid;gap:1rem}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-1{grid-template-columns:1fr}

/* card */
.item-card{display:flex;gap:.9rem;padding:.9rem;border-radius:10px;background:#fff;box-shadow:0 2px 6px var(--shadow);border:1px solid #eee}
.item-thumb{width:84px;height:84px;border-radius:8px;object-fit:cover;background:#f0f0f0;flex:0 0 auto}
.item-body{flex:1 1 auto;min-width:0}
.item-title{margin:0 0 .25rem;font-size:1.1rem;color:var(--mutenye-brown)}
.item-desc{margin:0 0 .35rem;color:var(--ink);font-size:.95rem;line-height:1.4}
.item-prices{list-style:none;margin:0;padding:0;color:var(--ink);font-weight:600;display:flex;flex-wrap:wrap;gap:.4rem 1rem}
.item-prices .dot::after{content:"·";margin:0 .35rem;color:#999}

/* special beer */
.special-beer{display:flex;justify-content:center;margin:2rem auto}
.special-beer-inner{background:linear-gradient(135deg,#f8ede3,#fff3d9);border:3px solid var(--mutenye-orange);border-radius:14px;padding:2rem;text-align:center;max-width:520px;box-shadow:0 3px 10px var(--shadow)}
.special-beer-title{color:var(--mutenye-orange);font-size:1.4rem;font-weight:800;margin-bottom:.5rem}
.special-beer-inner img{width:120px;height:auto;margin-bottom:.8rem;border-radius:10px}
.special-beer-inner h4{font-size:1.4rem;color:var(--mutenye-brown);margin-bottom:.3rem}
.special-beer-inner .desc{font-size:1rem;color:var(--ink);margin-bottom:.5rem}
.special-beer-inner .prezzi{list-style:none;padding:0;margin:0;font-weight:600;color:var(--mutenye-orange)}
.special-beer-inner .extra{margin-top:.9rem;color:var(--mutenye-brown);font-style:italic}

@media (max-width:768px){
  .grid-2{grid-template-columns:1fr}
  .menu-cover{height:40vh}
  .menu-cover h1{font-size:2rem}
}
