*,*:before,*:after{box-sizing:border-box}body{overflow-x:hidden}:root{--font-body: "PT Sans", sans-serif;--font-headline: "Playfair Display", serif}body{margin:0;min-width:320px;min-height:100vh;font-family:var(--font-body)}h1,h2,h3,h4,h5,h6,.logo-text{font-family:var(--font-headline)}a{font-weight:500;color:red;text-decoration:none}a:hover{color:red}body.light{background-color:#fff;color:#000}body.dark{background-color:#000;color:#fff}.theme-toggle-button{position:relative;width:36px;height:36px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:4px;border:none}.theme-toggle-button:hover:before{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;background-color:#d4ac35;border-radius:6px;transform:translate(-50%,-50%);z-index:-1}.icon{width:1.2rem;height:1.2rem;transition:all .3s ease;position:absolute}.sun-icon{transform:rotate(0) scale(1)}.moon-icon{color:#fff;transform:rotate(90deg) scale(0)}.visible{transform:rotate(0) scale(1)}.hidden{transform:rotate(-90deg) scale(0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.navbar{position:sticky;top:0;width:100%;z-index:40;transition:all .3s ease;background:transparent;border-bottom:none}body.light .navbar.scrolled{background:#fffffff2;border-bottom:1px solid rgba(0,0,0,.2)}body.dark .navbar.scrolled{background:#121212f2;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;height:40px;align-items:center;justify-content:space-between;padding:1rem}.logo{display:flex;align-items:center;gap:8px;cursor:pointer}body.light .logo{background-color:#000;padding:.2rem .5rem;border-radius:4px}.logo-image{min-width:150px;max-height:40px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:24px}.nav-button{font-size:14px;font-weight:500;background:none;border:none;cursor:pointer;color:#000;transition:color .3s ease}body.dark .nav-button{color:#fff}.nav-button:hover{color:red!important}.nav-mobile{display:none}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:60}.hamburger span{display:block;width:24px;height:2px;background-color:#000;margin:5px 0;transition:all .3s ease}body.dark .hamburger span{background-color:#fff}.mobile-menu{position:fixed;top:0;right:0;height:100vh;width:260px;background-color:#fff;transform:translate(100%);transition:transform .3s ease;padding:5rem 1.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem;z-index:50}body.dark .mobile-menu{background-color:#121212}.mobile-menu.open{transform:translate(0)}.mobile-menu button{background:none;border:none;font-size:18px;text-align:left;cursor:pointer;color:#000}body.dark .mobile-menu button{color:#fff}.mobile-menu button:hover{color:red}.mobile-overlay{position:fixed;inset:0;background:#0006;z-index:45}@media(max-width:768px){.nav-links{display:none}.nav-mobile{display:flex;align-items:center}.hamburger{display:block}}.social-icons{display:flex;gap:1rem;align-items:center;justify-content:center}.social-icons a{color:red;transition:transform .3s ease,color .3s ease}.social-icons a:hover{color:red;transform:scale(1.2)}body.dark .social-icons a{color:#fff}body.dark .social-icons a:hover{color:red}@media(min-width:768px){.social-icons a svg{width:28px;height:28px}}@media(max-width:480px){.social-icons a svg{width:22px;height:22px}}.hero-icons{margin-top:20px;right:2rem;gap:1.5rem}.hero-section{position:relative;width:100%;height:100vh;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.hero-content{position:relative;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;color:#fff;padding-left:10rem}.hero-text h1{font-size:3rem;margin-bottom:.5rem}.hero-subtitle{font-size:1.5rem;opacity:.85;margin-bottom:1rem}.hero-description{font-size:1rem;max-width:600px;opacity:.8;margin-bottom:1.5rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.outline-btn{padding:.75rem 1.5rem;border:2px solid #fff;background:transparent;color:#fff;font-weight:500;cursor:pointer;transition:all .3s}.outline-btn:hover{background:#fff;color:#000}.primary-btn{padding:.75rem 1.5rem;border:none;background-color:red;color:#fff;font-weight:500;cursor:pointer;transition:all .3s}.primary-btn:hover{background-color:red}.hero-section.light .hero-overlay{background:#00000040}.hero-section.dark .hero-overlay{background:#00000073}@media(max-width:768px){.hero-content{align-items:center;text-align:center;padding-left:0;padding-right:0;padding:0 1.25rem}.hero-text h1{font-size:2.2rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:.95rem}.hero-buttons{justify-content:center}.hero-icons{margin-top:2rem}}.about{width:100%;transition:background .3s,color .3s;padding-top:0}.about--light{background-color:#f9f9f9;color:#000}.about--dark{background-color:#212121;color:#fff}.about-container{max-width:1200px;margin:0 auto;padding:2rem}.about-header{text-align:center;margin-bottom:.5rem}.about-header h2{font-size:2.5rem;margin-bottom:.5rem}.about-header p{font-size:1.25rem;opacity:.75}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text p{line-height:1.7;margin-bottom:1rem;max-width:520px;text-align:justify;text-justify:inter-word}.about-image-wrapper{display:flex;justify-content:center}.about-image-wrapper img{width:100%;min-height:400px;max-width:720px;border-radius:.5rem;object-fit:cover;box-shadow:0 12px 24px #00000026}@media(max-width:1024px){.about-grid{gap:2rem}.about-text p{max-width:100%}}@media(max-width:768px){.about-container{padding:2rem}.about-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.about-header h2{font-size:2rem}.about-text h2{font-size:1.6rem;margin-bottom:1rem}.about-text p{max-width:100%;font-size:.95rem;line-height:1.6;margin-left:auto;margin-right:auto}.about-image-wrapper{order:-1}.about-image-wrapper img{min-height:auto;max-height:280px;width:100%;border-radius:.4rem}}.menu-section{text-align:center;max-width:1200px;margin:0 auto;padding:1rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem}.menu-categories{margin-bottom:2rem;flex-wrap:wrap}.menu-categories button{background:none;border:none;font-size:1.2rem;margin:0 1rem .5rem;cursor:pointer;position:relative;padding-bottom:.5rem}.menu-categories button.active{color:#8b0000!important}.menu-categories button:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#8b0000;transform-origin:bottom center;transition:transform .3s ease}.menu-categories button:hover:after,.menu-categories button.active:after{transform:scaleX(1)}.menu-items{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;text-align:left}.menu-item{background-color:#f9f9f9;padding:1rem;border-radius:10px;box-shadow:0 4px 8px #0000000d;flex:1 1 150px;max-width:200px;min-width:150px;box-sizing:border-box}.item-name{font-size:1.2rem;color:#8b0000;margin-bottom:.5rem}.item-price{font-size:1rem;font-weight:700;color:#000}body.dark .menu-categories button{color:#fff}@media(max-width:768px){.menu-section{padding:2rem}.section-title{font-size:2rem;margin-bottom:1.5rem}.menu-categories{display:flex;overflow-x:auto;white-space:nowrap;justify-content:flex-start;gap:1rem;padding-bottom:.5rem;margin-bottom:1.5rem;-webkit-overflow-scrolling:touch}.menu-categories button{font-size:1rem;margin:0;padding:.25rem 0;flex-shrink:0}.menu-items{justify-content:center;gap:.75rem}.item-name{font-size:1.05rem}.item-price{font-size:.95rem}}.contact{width:100%;transition:background .3s,color .3s}.contact-container{max-width:1200px;margin:0 auto;padding:2rem}.contact--dark{background-color:#000;color:#fff}.contact--light{background-color:#fff;color:#000}.contact-header{text-align:center;margin-bottom:2rem}.contact-header h2{font-size:2.5rem;margin-bottom:.5rem}.contact-header p{color:#000}.contact--dark .contact-header p{color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.5rem;font-size:1rem}.contact-icon{color:#000;width:1.25rem;height:1.25rem}.contact--dark .contact-icon{color:#fff}.contact-map{width:100%;height:300px;overflow:hidden;border-radius:.5rem}.map-iframe{width:100%;height:100%;border:none}@media(max-width:1024px){.contact-map{height:250px}}@media(max-width:767px){.contact-grid{grid-template-columns:1fr}.contact-map{height:200px}}.footer{width:100%;transition:background .3s,color .3s}.footer--light{background-color:#fff;color:#000}.footer--dark{background-color:#000;color:#fff}.footer-container{max-width:1200px;margin:0 auto;padding:1rem}.footer-top-section{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:2rem}.footer-section:nth-child(2){display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.footer-logo{max-width:200px;max-height:100px}.footer--light .footer-logo{background-color:#000;padding:.25rem;border-radius:4px}.footer--dark .footer-logo{background-color:transparent}.footer-description{font-size:.875rem;margin-top:.5rem}.footer-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;align-items:center}.footer-nav-link{text-decoration:none;color:inherit;font-size:.875rem;transition:color .3s}.footer-nav-link:hover{color:red}.footer-bottom-section{margin-top:2rem;border-top:1px solid grey;padding-top:.25rem;text-align:center;font-size:.875rem}@media(max-width:1024px){.footer-top-section{text-align:center}.footer-section,.footer-nav-list{align-items:center}}@media(max-width:767px){.footer-top-section{grid-template-columns:1fr;gap:.5rem;text-align:center}.footer-section{align-items:center}.footer-nav-list{flex-direction:column;align-items:center;gap:.5rem}.footer-logo{max-width:150px}}.reviews-section{padding:4rem 1rem;background-color:#c8c8c81a;position:relative}.reviews-container{max-width:1200px;margin:0 auto;padding:0 1rem}.reviews-header{text-align:center;margin-bottom:3rem}.reviews-header h2{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.reviews-header p{color:#666;font-size:1rem}.reviews-carousel{display:flex;align-items:center;position:relative}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;flex:1;transition:transform .5s ease-in-out}.review-card{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 8px 16px #0000001a}.review-avatar{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.avatar-circle{width:40px;height:40px;background-color:red;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700}.review-name{font-weight:600;color:#000}.review-stars{display:flex;margin-bottom:.5rem}.star{color:#ccc;font-size:1.2rem;margin-right:.1rem}.star.filled{color:#f97316}.review-text{font-style:italic;color:#555;font-size:.95rem}.review-recommended{margin-top:.5rem;font-weight:500;color:red}.carousel-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:red;z-index:10;transition:color .3s}.carousel-btn:hover{color:#ff4500}.carousel-btn.left{margin-right:1rem}.carousel-btn.right{margin-left:1rem}@media(max-width:1024px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.reviews-grid{display:block}.review-card{width:100%;margin:0 auto}.carousel-dots{display:flex;justify-content:center;margin-top:1.5rem;gap:.5rem}.carousel-dots .dot{width:10px;height:10px;border-radius:50%;background-color:#ccc;cursor:pointer;transition:all .3s}.carousel-dots .dot.active{background-color:red;transform:scale(1.2)}}
