@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Lato:wght@400;700&display=swap";:root{--primary-color: #2c3e50;--secondary-color: #c09f80;--background-color: #fdfdfd;--text-color: #333;--light-gray: #f4f4f4;--white: #fff;--font-heading: "Playfair Display", serif;--font-body: "Lato", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);line-height:1.6;background-color:var(--background-color);color:var(--text-color)}h1,h2,h3{font-family:var(--font-heading);color:var(--primary-color);line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.8rem}p{margin-bottom:1rem}.container{max-width:1100px;margin:auto;padding:0 2rem;overflow:hidden}section{padding:4rem 0}section:nth-of-type(2n){background-color:var(--light-gray)}.section-title{text-align:center;margin-bottom:3rem}.app-header{background:var(--white);color:var(--primary-color);padding:1rem 0;position:fixed;width:100%;top:0;left:0;z-index:1000;box-shadow:0 2px 5px #0000001a}.app-header .container{display:flex;justify-content:space-between;align-items:center}.app-header .logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;text-decoration:none;color:var(--primary-color)}.app-header nav ul{display:flex;list-style:none}.app-header nav ul li{margin-left:20px}.app-header nav ul li a{color:var(--primary-color);text-decoration:none;font-weight:700;transition:color .3s ease}.app-header nav ul li a:hover{color:var(--secondary-color)}.hero{background:linear-gradient(#00000080,#00000080),url(https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?q=80&w=2070&auto=format&fit=crop) no-repeat center center/cover;height:100vh;color:var(--white);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 1rem}.hero h1{font-size:4rem;color:var(--white)}.hero p{font-size:1.5rem;margin-bottom:2rem}.btn{display:inline-block;background:var(--secondary-color);color:var(--white);padding:.8rem 1.5rem;border:none;cursor:pointer;text-decoration:none;font-size:1rem;border-radius:5px;transition:background-color .3s ease}.btn:hover{background:#a8896c}#about .container{max-width:800px;text-align:center}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.menu-category{margin-bottom:3rem}.menu-category h3{border-bottom:2px solid var(--secondary-color);padding-bottom:.5rem;margin-bottom:1.5rem;display:inline-block}.menu-item{margin-bottom:1.5rem}.menu-item-header{display:flex;justify-content:space-between;align-items:baseline}.menu-item-header h4{font-family:var(--font-body);font-weight:700;font-size:1.1rem;color:var(--primary-color)}.menu-item-header .price{font-weight:700;color:var(--secondary-color)}.menu-item p{color:#666;font-size:.9rem;margin-top:.25rem}.contact-content{text-align:center;margin-bottom:3rem}.contact-info h3{margin-top:1.5rem}.contact-info h3:first-child{margin-top:0}.contact-info p{font-size:1.1rem;margin-bottom:.5rem}.map-container{width:100%;height:450px;overflow:hidden;border-radius:5px;margin-top:2rem}.map-container iframe{width:100%;height:100%;border:0}.app-footer{background:var(--primary-color);color:var(--white);text-align:center;padding:2rem 0}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}.hero h1{font-size:3rem}.hero p{font-size:1.2rem}.app-header .container{flex-direction:column}.app-header nav ul{padding-top:1rem}}
