@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap");
html,body{margin:0;padding:0;font-family:"Montserrat",sans-serif;color:#fff;min-height:100vh}
body{display:flex;flex-direction:column}
main{flex:1}
.index-body{background:url("../img/background.webp") no-repeat center center fixed;background-size:cover;position:relative}
@media(max-width:768px){.index-body{background:url("../img/background-mobile.webp") no-repeat center center fixed;background-size:cover}}
.index-body .overlay{background-color:rgba(0,0,0,0.6);position:absolute;top:0;left:0;right:0;bottom:0}
.top-bar{height:80px;background:#002664;display:flex;align-items:center;width:100%;position:relative}
.top-left{display:flex;align-items:center;padding-left:20px}
.logo{height:50px}
.nav-toggle{display:none}
.hamburger{display:none;cursor:pointer;flex-direction:column;gap:5px;margin-right:20px}
.hamburger div{width:25px;height:3px;background:#fff;border-radius:2px}
.top-center{flex:1;display:flex;align-items:center;justify-content:space-evenly;margin:0 auto}
.nav-left-col,.nav-right-col{display:flex;align-items:center;justify-content:center}
.main-menu a{color:#fff;text-decoration:none;font-weight:400;margin:0 10px;font-size:0.9rem;text-transform:uppercase}
.main-menu a:hover{color:#ffd700;text-decoration:none}
.social-icons a{color:#fff;font-size:1.2rem;margin:0 10px;text-decoration:none}
.social-icons a:hover{color:#ffd700}
.top-right{display:flex;justify-content:flex-end;padding-right:20px}
.lang{cursor:pointer;margin:0 5px;font-size:0.9rem}
.lang:hover{color:#ffd700;text-decoration:none}
.lang.active{color:#ffd700}
.mobile-lang{display:none}
@media(max-width:768px){
.top-center{display:none}
.top-right .lang-switcher{display:none}
.hamburger{display:flex;margin-left:auto}
#nav-toggle:checked~nav .top-center{position:absolute; top:80px; left:0; right:0; bottom:0; display:flex; flex-direction:column; background:#2a3e5f; overflow-y:auto; height:calc(100vh - 80px); align-items:center; justify-content:flex-start; gap:20px; padding-top:40px; z-index:9999 }
.main-menu a{display:block;margin:10px 0;text-align:center;width:100%;font-size:1.2rem}
.social-icons a{font-size:1.5rem}
.mobile-lang{display:flex;flex-direction:row;justify-content:center;gap:15px}
.mobile-lang .lang{font-size:1.2rem}
.nav-left-col,.nav-right-col{flex-direction:column;gap:20px;width:100%;align-items:center}
}
.index-body main{text-align:center;padding:20px}
.index-body .main-content{font-weight:200;font-size:24px}
.index-body .main-content img{width:400px;height:400px;max-width:100%;object-fit:contain;margin-bottom:20px}
@media(max-width:600px){
.index-body .main-content img{width:80%;height:auto}
.index-body .main-content{font-size:18px}
}
.menu-page main{flex:1;background:#fff;color:#000;padding:40px 20px;display:flex;flex-direction:column}
.menu-category-select{text-align:center;margin:40px 0}
.cat-button{background:#f2f2f2;border:none;padding:8px 15px;margin:5px;cursor:pointer;font-size:0.9rem;text-transform:uppercase}
.cat-button:hover{background:#ddd}
.menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;justify-content:center}
@media(max-width:1024px){
.menu-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
.menu-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:500px){
.menu-grid{grid-template-columns:1fr}
}
.menu-item{background:none;border-radius:5px;padding:10px;text-align:center;border:#999 solid 0.5px}
.menu-item img{width:100%;height:250px;object-fit:contain}
.price{font-weight:600;margin-top:5px}
.price sup{font-size:0.65em}
.tags{font-size:0.8rem;color:#666;margin-top:5px}
.tags i{margin-right:5px;color:#666}
footer{background-color:#cadcfa;color:#000;text-align:center;padding:10px;font-size:14px;flex-shrink:0}
.standard-bar{height:60px;background:#c9dcfa;color:#002664;display:flex;align-items:center;justify-content:center;text-align:center;flex-shrink:0; margin-bottom: 15px}
.standard-bar p{margin:0 auto;font-size:0.9rem;text-transform:uppercase;overflow-wrap:break-word;white-space:normal;max-width:90%}
#locator input,#locator button{padding:8px 12px;border:1px solid #c9dcfa;border-radius:4px;margin:4px;font-family:inherit}
#locator button{background:#002664;color:#fff;cursor:pointer}
.hidden{display:none}
.autocomplete-list{position:absolute;background:#fff;color:#000;list-style:none;margin:0;padding:0;border:1px solid #ccc;max-height:200px;overflow-y:auto;width:100%;left:0;top:100%;z-index:9999;text-align:left}
.autocomplete-list li{padding:5px;cursor:pointer;text-align:left}
.autocomplete-list li:hover{background:#eee}
.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);display:flex;align-items:center;justify-content:center;z-index:2000}
.modal-content{background:#fff;color:#000;padding:20px;border-radius:8px;max-width:90%;width:400px;position:relative}
.modal-content input,.modal-content button{width:100%;margin-top:10px}
.close{position:absolute;top:10px;right:15px;font-size:24px;cursor:pointer;color:#000}
#open-modal{background:#ffd700;color:#002664;font-weight:600;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;margin-top:20px}
.index-main-container{display:flex;flex-direction:column;flex:1}
.third-section{background:#002664;display:flex;align-items:center;justify-content:center}
.center-logo-image{width:500px;height:auto;object-fit:contain}
.mobile-section{}
@media(max-width:768px){
.standard-bar{margin-bottom: 0px}
.third-section .center-logo-image{width:300px}
}
.video-section{position:relative;width:100%;height:0;padding-bottom:56.25%;margin:0;overflow:hidden}
@media(max-width:768px){
.video-section{padding-bottom:177.78%}
}
.video-section .video-bg{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px;background:none}
.hero-title{font-size:3rem;font-weight:700;margin:0 0 10px}
.hero-subtitle{font-size:2rem;margin:0 0 10px}
.hero-description{font-size:1.2rem}
.video-section2 .video-overlay form{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;position:relative}
.desktop-row{display:flex;flex-wrap:nowrap;gap:1rem;width:100%;justify-content:center}
.zone-container{position:relative;justify-content:center}
.zone-field{flex:2}
.desktop-center{justify-content:center}
@media(max-width:768px){
.video-section2 .video-overlay form{flex-direction:column}
.desktop-row{flex-direction:column}
}
.loc-form-styles{display:flex;flex-direction:column;gap:1rem}
.loc-form-styles input,.loc-form-styles select{padding:0.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;margin-top:0.3rem}
.loc-form-styles button{padding:0.75rem;border:none;border-radius:4px;background:#002664;color:#fff;font-size:1rem;cursor:pointer;font-weight:600}
.section-container{width:100%;padding:15px 60px;box-sizing:border-box;display:flex;justify-content:center}
.content-wrapper{width:100%;box-sizing:border-box;max-width:none;position:relative}
.header-background{width:100%;aspect-ratio:2/1;overflow:hidden}
.menu-delivery-wrapper{display:flex;gap:40px;flex-wrap:nowrap;justify-content:space-between}
.menu-delivery-wrapper .menu-background,.menu-delivery-wrapper .delivery-background{aspect-ratio:11/10;display:block;position:relative;overflow:hidden}
.menu-delivery-wrapper .menu-background{width:calc((100% - 40px)/2)}
.menu-delivery-wrapper .delivery-background{width:calc((100% - 40px)/2)}
.newsletter-takeout-wrapper{display:flex;gap:40px;flex-wrap:nowrap;justify-content:space-between}
.newsletter-takeout-wrapper .newsletter-background,.newsletter-takeout-wrapper .takeout-background{aspect-ratio:11/10;display:block;position:relative;overflow:hidden}
.newsletter-takeout-wrapper .newsletter-background{width:calc((100% - 40px)/2)}
.newsletter-takeout-wrapper .takeout-background{width:calc((100% - 40px)/2)}
.story-background{width:100%;aspect-ratio:2/1;position:relative;overflow:hidden}
.footer-menu-section{display:flex;justify-content:center;box-sizing:border-box;padding:30px 60px;background-color:#002664;min-height:calc(100vw*(1080/1920)); margin-top: 15px;}
.footer-menu-wrapper{max-width:1920px;width:100%;display:flex;flex-wrap:wrap}
.footer-menu-left,.footer-menu-right{width:100%;max-width:960px;background:transparent;box-sizing:border-box}
@media(max-width:768px){
.section-container{padding:0}
.footer-menu-section{padding:0; aspect-ratio:9/16; width:100%; position:relative; background-color:#002664; margin-top: 0px}
.footer-menu-wrapper{position:relative;width:100%;height:100%}
.menu-delivery-wrapper{flex-direction:column;gap:0}
.newsletter-takeout-wrapper{flex-direction:column;gap:0}
.menu-background,.delivery-background,.newsletter-background,.takeout-background{aspect-ratio:9/16;width:100%}
.header-background,.story-background{aspect-ratio:9/16;width:100%}}
.header-background video,
.menu-background video,
.delivery-background video,
.newsletter-background video,
.takeout-background video,
.story-background video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}
.desktop-only{}
.mobile-only{display:none}
@media(max-width:768px){
.desktop-only{display:none}
.mobile-only{display:block}
}
@media(min-width:769px){
.mobile-only{display:none}
}
