:root{--primary: #c9943a;--custom-1: #4ecdc4;--custom-2: #f7f7f7;--custom-3: #2c3e50;--custom-4: #ffffff;--custom-5: #ecf0f1;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--custom-2);color:var(--custom-3)}#root{width:100%}h1,h2,h3,h4,h5,h6{color:var(--custom-3);margin-bottom:1rem}h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.2}h2{font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.3}h3{font-size:clamp(1.25rem,3vw,2rem)}p{line-height:1.8;margin-bottom:1rem}a{color:var(--primary);text-decoration:none;transition:all .3s ease}a:hover{opacity:.8}button{border-radius:8px;border:2px solid var(--primary);padding:.75rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;background:var(--primary);color:#fff;cursor:pointer;transition:all .3s ease}button:hover{background:transparent;color:var(--primary);transform:translateY(-2px)}button.secondary{background:transparent;color:var(--primary)}button.secondary:hover{background:var(--primary);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:4rem 0}.section-title{text-align:center;font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;color:var(--primary)}.section-subtitle{text-align:center;font-size:clamp(1rem,2vw,1.25rem);margin-bottom:3rem;opacity:.8}@media(max-width:768px){section{padding:3rem 0}.container{padding:0 1.5rem}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg-slideshow{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.hero-bg-slide{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;animation:slideFade 16s ease-in-out infinite;background-size:cover;background-position:center}.slide-1{background-image:url(https://dziz6ickdqi2p.cloudfront.net/user-uploads/3bc9a768-f1f1-4e3c-9036-257b27682795/1776342585623-ChatGPT_Image_2026._a_pr._1._11_25_55.png);animation-delay:0s}.slide-2{background-image:url(https://dziz6ickdqi2p.cloudfront.net/user-uploads/3bc9a768-f1f1-4e3c-9036-257b27682795/1776342585623-ChatGPT_Image_2026._a_pr._1._11_25_55.png);animation-delay:4s}.slide-3{background-image:url(https://dziz6ickdqi2p.cloudfront.net/user-uploads/3bc9a768-f1f1-4e3c-9036-257b27682795/1776342585623-ChatGPT_Image_2026._a_pr._1._11_25_55.png);animation-delay:8s}.slide-4{background-image:url(https://dziz6ickdqi2p.cloudfront.net/user-uploads/3bc9a768-f1f1-4e3c-9036-257b27682795/1776342585623-ChatGPT_Image_2026._a_pr._1._11_25_55.png);animation-delay:12s}@keyframes slideFade{0%{opacity:0}8%{opacity:1}25%{opacity:1}33%{opacity:0}to{opacity:0}}.hero-overlay{position:absolute;width:100%;height:100%;top:0;left:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center;z-index:2;padding-bottom:4rem}.hero-content{text-align:center;color:#fff;max-width:600px;display:flex;flex-direction:column;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.3rem;margin-bottom:1rem;opacity:.95;text-shadow:1px 1px 4px rgba(0,0,0,.3);line-height:1.5}.hero-location{font-size:1.1rem;margin-bottom:2rem;opacity:.9;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.primary-btn,.secondary{padding:.75rem 2rem;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:600}.primary-btn{background:#2e5090;color:#fff}.primary-btn:hover{background:#1e3562;transform:translateY(-2px);box-shadow:0 6px 12px #2e50904d}.secondary{background:transparent;color:#fff;border:2px solid white}.secondary:hover{background:#fff;color:#2e5090;transform:translateY(-2px)}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-location{font-size:1rem}.primary-btn,.secondary{padding:.6rem 1.5rem;font-size:.95rem}}.menu{background:#f8f9fa;padding:4rem 0}.section-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:2rem;opacity:.8}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.menu-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #00000014;transition:all .3s ease;border:2px solid transparent}.menu-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #2e509026;border-color:#2e5090}.menu-card-content{text-align:center}.menu-item-category{display:inline-block;background:#e8f0f8;color:#2e5090;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.menu-item-name{font-size:1.4rem;color:#2e5090;margin-bottom:.75rem;margin-top:.75rem;font-weight:700}.menu-item-description{font-size:.95rem;color:#555;margin-bottom:1.25rem;line-height:1.6;opacity:.85}.menu-item-price{font-size:1.4rem;font-weight:700;color:#16a34a;margin:0}@media(max-width:768px){.menu-grid{grid-template-columns:1fr;gap:1.5rem}.section-title{font-size:2rem}}.about{padding:4rem 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text{flex:1}.about-text p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1.5rem;text-align:justify}.about-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.feature{text-align:center;padding:1.5rem;background:#f8f9fa;border-radius:12px;transition:all .3s ease}.feature:hover{background:#e8f0f8;transform:translateY(-4px)}.feature-icon{font-size:2.5rem;display:block;margin-bottom:.75rem}.feature h3{font-size:1.1rem;color:#2e5090;margin-bottom:.5rem;font-weight:700}.feature p{font-size:.95rem;color:#666;margin:0}.about-image{flex:1;display:flex;justify-content:center}.about-image img{width:100%;max-width:500px;height:auto;border-radius:12px;box-shadow:0 8px 20px #2e509026;object-fit:cover}.section-title{font-size:2.5rem;color:#2e5090;margin-bottom:1.5rem;font-weight:700}@media(max-width:768px){.about-content{grid-template-columns:1fr;gap:2rem}.about-features{grid-template-columns:1fr;gap:1rem}.section-title{font-size:2rem}.about-text p{text-align:left}}.contact{padding:4rem 0;background:#f8f9fa}.section-title{font-size:2.5rem;color:#2e5090;text-align:center;margin-bottom:.5rem;font-weight:700}.section-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:3rem;opacity:.8}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-block{padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.info-label{font-size:1rem;font-weight:700;color:#2e5090;margin:0 0 .5rem}.info-value{font-size:1rem;color:#555;margin:0;line-height:1.6}.info-value a{color:#2e5090;text-decoration:none;transition:color .3s ease}.info-value a:hover{color:#16a34a;text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:1.5rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014}.form-group{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{padding:.75rem 1rem;font-size:1rem;border:1px solid #ddd;border-radius:8px;font-family:inherit;transition:border-color .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#2e5090;box-shadow:0 0 0 3px #2e50901a}.submit-btn{padding:.75rem 2rem;font-size:1rem;font-weight:600;background:#2e5090;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:#1e3562;transform:translateY(-2px);box-shadow:0 6px 12px #2e50904d}.success-message{background:#d1fae5;color:#047857;padding:1rem;border-radius:8px;text-align:center;font-weight:600}@media(max-width:768px){.contact-content{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2rem}.contact-form{padding:1.5rem}}.app{min-height:100vh;width:100%}.footer{background:var(--custom-3);color:#fff;text-align:center;padding:2rem 0;margin-top:4rem}.footer p{margin:.5rem 0;opacity:.9}.footer-credit{font-size:.8rem;opacity:.6}.footer-credit a{color:var(--custom-1);text-decoration:none}.footer-credit a:hover{opacity:.8}html{scroll-behavior:smooth}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.app{animation:fadeIn .5s ease-in}@media(max-width:768px){.footer{margin-top:2rem}}
