*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 6%;position:sticky;top:0;background:#fff}.hero{height:90vh;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url('https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?auto=format&fit=crop&w=1600&q=80') center/cover}.hero h1{font:700 60px 'Playfair Display',serif}.btn{display:inline-block;margin-top:20px;padding:14px 30px;background:#111;color:#fff}.promo{display:grid;grid-template-columns:repeat(3,1fr);background:#111;color:#fff;text-align:center;padding:18px}.products{padding:60px}.products h2{text-align:center}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:30px}.card{border:1px solid #eee;padding:15px}.img{height:250px;background:#ddd;margin-bottom:15px}button{padding:10px 16px;background:#111;color:#fff;border:none}footer{text-align:center;padding:30px}