*{box-sizing:border-box;margin:0;padding:0}body{color:#3d2c1e;background:#f5f0e8;font-family:Georgia,serif;line-height:1.6}nav{z-index:1000;background:#3d2c1ef2;justify-content:space-between;align-items:center;width:100%;padding:1rem 2rem;display:flex;position:fixed;top:0}.logo{color:#d4a574;font-size:1.8rem;font-weight:700}nav ul{gap:2rem;list-style:none;display:flex}nav a{color:#f5f0e8;font-weight:500;text-decoration:none;transition:color .3s}nav a:hover{color:#d4a574}.hero{text-align:center;color:#f5f0e8;background:linear-gradient(#3d2c1eb3,#3d2c1ecc),url(https://images.unsplash.com/photo-1447933601403-0c6688de566e?w=1920) 50%/cover;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.hero h1{margin-bottom:1rem;font-size:4rem;font-weight:400}.hero p{opacity:.9;max-width:600px;margin-bottom:2rem;font-size:1.4rem;font-style:italic}.btn{color:#3d2c1e;background:#d4a574;border-radius:5px;margin:.5rem;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn:hover{background:#c4956a;transform:translateY(-3px)}.btn-outline{color:#d4a574;background:0 0;border:2px solid #d4a574}.btn-outline:hover{color:#3d2c1e;background:#d4a574}.menu{max-width:1200px;margin:0 auto;padding:5rem 2rem}.menu h2{text-align:center;color:#3d2c1e;margin-bottom:3rem;font-size:2.5rem}.menu-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.menu-card{background:#fff;border-radius:15px;transition:transform .3s;overflow:hidden;box-shadow:0 5px 20px #3d2c1e1a}.menu-card:hover{transform:translateY(-10px)}.menu-card img{object-fit:cover;width:100%;height:200px}.menu-card-content{padding:1.5rem}.menu-card h3{color:#3d2c1e;margin-bottom:.5rem}.menu-card p{color:#6b5344;font-size:.95rem}.menu-card .price{color:#d4a574;margin-top:1rem;font-size:1.3rem;font-weight:700;display:block}.about{color:#f5f0e8;background:#3d2c1e;padding:5rem 2rem}.about-content{text-align:center;max-width:800px;margin:0 auto}.about h2{color:#d4a574;margin-bottom:1.5rem;font-size:2.5rem}.about p{opacity:.9;margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.contact{max-width:1000px;margin:0 auto;padding:5rem 2rem}.contact h2{text-align:center;color:#3d2c1e;margin-bottom:3rem;font-size:2.5rem}.contact-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.contact-info h3{color:#d4a574;margin-bottom:1rem}.contact-info p{color:#6b5344;margin-bottom:.8rem}.contact-form input,.contact-form textarea{background:#fff;border:2px solid #e0d5c9;border-radius:8px;width:100%;margin-bottom:1rem;padding:1rem;font-size:1rem;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:#d4a574;outline:none}.contact-form textarea{resize:vertical;height:150px}.contact-form button{color:#f5f0e8;cursor:pointer;background:#3d2c1e;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1.1rem;transition:background .3s}.contact-form button:hover{background:#2a1f15}footer{color:#a09080;text-align:center;background:#2a1f15;padding:2rem}@media (max-width:768px){.hero h1{font-size:2.5rem}.contact-grid{grid-template-columns:1fr}nav ul{display:none}}
