@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}}.voice-agent-widget{position:fixed;bottom:20px;right:20px;z-index:1001}.voice-agent-button{background-color:var(--primary-color);color:var(--white);border:none;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 8px #0003;transition:transform .2s ease-in-out,background-color .2s}.voice-agent-button:hover{background-color:#3c5269;transform:scale(1.05)}.voice-agent-button svg{width:28px;height:28px}.voice-agent-modal{position:fixed;z-index:1002;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0006;display:flex;justify-content:center;align-items:center}.voice-agent-modal-content{background-color:#fefefe;margin:auto;padding:20px;border:1px solid #888;width:80%;max-width:500px;border-radius:10px;position:relative;box-shadow:0 4px 8px #0003,0 6px 20px #00000030}.voice-agent-close-button{color:#aaa;float:right;font-size:28px;font-weight:700;position:absolute;top:10px;right:20px;border:none;background:none;cursor:pointer}.voice-agent-close-button:hover,.voice-agent-close-button:focus{color:#000;text-decoration:none;cursor:pointer}.voice-agent-modal-content h3{text-align:center;margin-bottom:1.5rem}.voice-agent-status{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-style:italic;color:#555}.status-light{width:12px;height:12px;border-radius:50%;background-color:#ccc;margin-right:10px;transition:background-color .3s}.status-light.listening{background-color:#4caf50;animation:pulse 1.5s infinite}.status-light.speaking{background-color:#2196f3}@keyframes pulse{0%{box-shadow:0 0 #4caf50b3}70%{box-shadow:0 0 0 10px #4caf5000}to{box-shadow:0 0 #4caf5000}}.voice-agent-transcript{background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;padding:15px;min-height:100px;max-height:200px;overflow-y:auto}.voice-agent-transcript p{margin:0;line-height:1.5;color:#333}
