*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:#24322b;background:#faf8f3}header{background:#264b3b;color:white;padding:18px 6%;display:flex;justify-content:space-between;align-items:center}header a{color:white;text-decoration:none;margin-left:18px}.hero{min-height:58vh;background:linear-gradient(#0005,#0005),url(images/cividale1.jpg) center/cover;display:grid;place-items:center;text-align:center;color:white;padding:30px}.hero h1{font-size:clamp(38px,7vw,72px);margin:0}.wrap{max-width:1100px;margin:auto;padding:48px 20px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.card{background:white;border-radius:14px;overflow:hidden;box-shadow:0 5px 22px #0002}.card img{width:100%;height:260px;object-fit:cover}.card div{padding:22px}.btn{display:inline-block;background:#264b3b;color:white;padding:12px 18px;border-radius:8px;text-decoration:none}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.gallery img{width:100%;height:230px;object-fit:cover;border-radius:10px}footer{background:#20372e;color:white;padding:30px;text-align:center}@media(max-width:600px){nav{display:none}}