:root{--primary-color: #d35400;--secondary-color: #2c3e50;--background-color: #fdfcfb;--text-color: #34495e;--white: #ffffff;--font-family-headings: "Georgia", "Times New Roman", serif;--font-family-body: "Helvetica Neue", "Arial", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family-body);line-height:1.6;color:var(--text-color);background-color:var(--background-color);background-image:url(https://images.unsplash.com/photo-1513104890138-7c749659a591?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;background-attachment:fixed}body:before{content:"";position:fixed;inset:0;background:#0009;z-index:-1}#root{isolation:isolate}.container{max-width:1100px;margin:0 auto;padding:0 20px}h1,h2,h3{font-family:var(--font-family-headings);color:var(--white);text-shadow:2px 2px 4px rgba(0,0,0,.7)}h1{font-size:3rem}h2{font-size:2.5rem;margin-bottom:1rem;text-align:center}section{padding:4rem 0}.card{background:#ffffffe6;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:1.5rem;margin-bottom:1rem;color:var(--text-color)}.card h2,.card h3{color:var(--secondary-color);text-shadow:none}.btn{display:inline-block;padding:.8rem 1.5rem;background:var(--primary-color);color:var(--white);border:none;border-radius:5px;cursor:pointer;text-decoration:none;font-size:1rem;transition:background-color .3s ease}.btn:hover{background-color:#e67e22}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}section{padding:2rem 0}}.header{background:#2c3e50cc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:var(--white);padding:1rem 0;position:sticky;top:0;width:100%;z-index:1000}.header .container{display:flex;justify-content:space-between;align-items:center}.header .logo{font-size:1.5rem;font-weight:700;font-family:var(--font-family-headings)}.header nav ul{list-style:none;display:flex}.header nav ul li{margin-left:20px}.header nav ul li a{color:var(--white);text-decoration:none;font-weight:700;transition:color .3s ease}.header nav ul li a:hover{color:var(--primary-color)}@media(max-width:768px){.header .container{flex-direction:column}.header nav ul{margin-top:1rem;padding:0}}.hero{height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white)}.hero .container{max-width:800px}.hero h1{font-size:4rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem}@media(max-width:768px){.hero{height:60vh;padding:0 1rem}.hero h1{font-size:3rem}}.about .card{max-width:800px;margin:0 auto;text-align:center}.about .card p{font-size:1.1rem;line-height:1.8}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.menu-item{display:flex;flex-direction:column}.menu-item h3{margin-bottom:.5rem}.menu-item p{flex-grow:1;margin-bottom:1rem}.menu-item .price{font-weight:700;font-size:1.2rem;color:var(--primary-color);align-self:flex-end}.contact .card{max-width:800px;margin:0 auto;text-align:center}.contact .card h3{margin-top:1.5rem}.contact .card p{font-size:1.1rem}.footer{background:#2c3e50e6;color:var(--white);text-align:center;padding:2rem 0;margin-top:2rem}
