:root{--colore-primario:#5e2c04;--colore-secondario:#e7d3b7;--colore-oro:#c6a664;--colore-nero:#1e1e1e;--colore-chiaro:#faf9f5;--font-principale:'Georgia', serif}body{margin:0;font-family:var(--font-principale);background-color:var(--colore-chiaro);color:var(--colore-nero)}header{background-color:var(--colore-primario);color:white;padding:1rem;display:flex;justify-content:space-between;align-items:center}.logo{height:60px}nav a{color:white;text-decoration:none;margin-left:1rem;font-weight:bold}main{padding:1rem;max-width:1200px;margin:auto}section{margin-bottom:2rem}.gallery{display:flex;gap:1rem;overflow-x:auto}.gallery img{height:200px;border-radius:10px}.categorie-grid, .prodotti-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));gap:1rem}.categoria-card, .prodotto-card{background:white;border:1px solid #ddd;padding:1rem;text-align:center;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,0.05)}button{background:var(--colore-oro);color:var(--colore-nero);border:none;padding:0.5rem 1rem;border-radius:5px;cursor:pointer}footer{background:var(--colore-primario);color:white;text-align:center;padding:1rem;margin-top:2rem}@media (max-width:768px){nav{flex-direction:column;align-items:flex-start}.gallery img{height:120px}.categorie-grid, .prodotti-grid{grid-template-columns:repeat(auto-fit, minmax(140px, 1fr))}}