@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Montserrat:wght@400;500;600&display=swap);:root{--header-height:92px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding-top:92px;padding-top:var(--header-height)}@media (max-width:768px){:root{--header-height:78px}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body.route-home{overflow-x:hidden}body.route-home *,body.route-home :after,body.route-home :before{box-sizing:border-box}body.route-home #root,body.route-home .App,body.route-home .homePage{filter:none!important;perspective:none!important;transform:none!important}body.route-home .header{left:0;position:fixed!important;right:0;top:0;transform:translateZ(0);will-change:transform;z-index:2147483647!important}body.route-home .homePage{padding-top:0}.homePage{background:#f6f7fb;color:#0f172a;min-height:100vh}.homeContainer{margin:0 auto;max-width:1100px;padding:0 20px;width:100%}.homeTitle{color:#003b5d;font-family:Playfair Display,serif;font-size:clamp(26px,3.2vw,40px);letter-spacing:-.02em;margin:0 0 10px}.homeSubtitle{color:#4a90a4;font-family:Arial,sans-serif;font-size:clamp(16px,1.3vw,18px);font-weight:500;line-height:1.7;margin:0}.homeSectionTitle{color:#003b5d;font-family:Playfair Display,serif;font-size:clamp(22px,2.4vw,32px);letter-spacing:-.02em;margin:0 0 10px}.homeSectionText{color:#4a90a4;font-family:Arial,sans-serif;font-size:17px;font-weight:500;line-height:1.7;margin:0}.homeHero{padding:28px 0 18px}.homeHero__card{grid-gap:24px;align-items:center;background:#fff;border:1px solid #0f172a14;border-radius:20px;box-shadow:0 12px 30px #0f172a0f;display:grid;gap:24px;grid-template-columns:180px 1fr;padding:26px}.homeHero__logoWrap{align-items:center;display:flex;justify-content:center}.homeHero__logo{display:block;height:auto;max-width:160px;width:100%}.homeSection{padding:18px 0}.homeSection--alt .splitCard{background:#fff}.splitCard{grid-gap:22px;align-items:center;background:#fdfdff;border:1px solid #0f172a14;border-radius:20px;box-shadow:0 12px 30px #0f172a0d;display:grid;gap:22px;grid-template-columns:1fr 360px;padding:24px}.splitCard--reverse{grid-template-columns:360px 1fr}.splitCard--reverse .splitCard__content{order:2}.splitCard__content{min-width:0}.splitCard__actions{display:flex;justify-content:flex-start;margin-top:16px}.splitCard__media{background:#fff;border:1px solid #0f172a14;border-radius:16px;overflow:hidden}.splitCard__media img{display:block;height:240px;object-fit:cover;width:100%}.splitCard__map{background:#fff;border:1px solid #0f172a14;border-radius:16px;overflow:hidden}.mapFrame,.splitCard__map{position:relative;z-index:0}.mapFrame{border:0;display:block;height:320px;width:100%}.homeBtn{align-items:center;background:#fff;border:1px solid #2c5f7d40;border-radius:999px;color:#003b5d;display:inline-flex;flex-wrap:wrap;font-weight:700;gap:12px;justify-content:center;max-width:100%;padding:12px 18px;text-align:center;text-decoration:none;transition:transform .12s ease,border-color .12s ease,background-color .12s ease;white-space:normal}.homeBtn:hover{border-color:#2c5f7d73;transform:translateY(-1px)}.homeBtn__icon{font-size:.95em}@media(max-width:900px){.homeHero__card{grid-template-columns:1fr;text-align:center}.splitCard,.splitCard--reverse{display:flex;flex-direction:column}.splitCard__media{margin-bottom:10px;order:1;width:100%}.splitCard__content{order:2;text-align:center;width:100%}.splitCard__actions{justify-content:center;order:3}.splitCard--reverse .splitCard__content{order:2}.splitCard__media img{height:220px}}@media(max-width:480px){.homeHero__card,.splitCard{border-radius:16px;padding:18px}.homeBtn{width:min(100%,320px)}.mapFrame{height:300px}}.header{background:linear-gradient(135deg,#003b5d,#003b5d);box-shadow:0 2px 12px #00000014;position:fixed;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:1000}.header:before{background:linear-gradient(90deg,#0000,#d4af37 25%,#d4af37 75%,#0000);content:"";height:3px;left:0;position:absolute;right:0;top:0}.header--scrolled{box-shadow:0 4px 20px #00000026}.header--scrolled .header__container{padding:.75rem 2rem}.header--scrolled .header__logo{max-height:50px}.header__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem;position:relative;transition:padding .3s ease;z-index:1005}.header__logo-link{align-items:center;display:flex;text-decoration:none;transition:all .2s ease;z-index:3}.header__logo-link:hover{filter:drop-shadow(0 4px 8px rgba(212,175,55,.3));transform:translateY(-2px)}.header__logo-link:focus-visible{border-radius:4px;outline:2px solid #d4af37;outline-offset:4px}.header__logo{filter:drop-shadow(0 2px 6px rgba(0,0,0,.2));height:auto;max-height:60px;transition:max-height .3s ease;width:auto}.header__menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;flex-shrink:0;height:36px;justify-content:space-around;padding:4px;position:relative;width:36px;z-index:1010}.header__menu-toggle:focus-visible{border-radius:4px;outline:2px solid #d4af37;outline-offset:4px}.header__hamburger-line{background-color:#fff;border-radius:10px;display:block;height:3px;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.header__menu-toggle--open .header__hamburger-line:first-child{transform:translateY(9px) rotate(45deg)}.header__menu-toggle--open .header__hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.header__menu-toggle--open .header__hamburger-line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header__nav{align-items:center;display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.header__nav-item{position:relative}.header__nav-link{border-radius:8px;color:#ffffffe6;display:block;font-size:1rem;font-weight:500;letter-spacing:.3px;padding:.75rem 1.5rem;position:relative;text-decoration:none;transition:all .2s ease}.header__nav-link:before{background:#d4af37;bottom:8px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%) scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1);width:70%}.header__nav-link:hover{background:#ffffff0d;color:#fff}.header__nav-link:hover:before{transform:translateX(-50%) scaleX(1)}.header__nav-link--active{background:#d4af371a;color:#d4af37}.header__nav-link--active:before{background:#d4af37;transform:translateX(-50%) scaleX(1)}.header__nav-link:focus-visible{outline:2px solid #d4af37;outline-offset:2px}.header__nav-text{position:relative;z-index:1}.header__overlay{display:none}@media(max-width:1024px){.header__container{padding:1rem 1.5rem}.header__nav{gap:.25rem}.header__nav-link{font-size:.95rem;padding:.625rem 1.25rem}}@media(max-width:768px){.header__container{padding:.875rem 1.25rem}.header__logo{max-height:50px}.header--scrolled .header__logo{max-height:45px}.header__menu-toggle{display:flex;height:44px;padding:6px;width:44px}.header__nav{align-items:stretch;background:linear-gradient(165deg,#003b5d,#002b44);box-shadow:0 8px 24px #0000004d;flex-direction:column;gap:0;height:auto;justify-content:flex-start;left:0;max-height:0;max-width:100%;overflow:hidden;padding:0 1.5rem;position:fixed;right:0;top:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);width:100%;z-index:999}.header__nav--open{max-height:600px;padding:80px 1.5rem 1.5rem}.header__nav-item{animation:none;opacity:0;transform:translateY(-10px);width:100%}.header__nav--open .header__nav-item{animation:slideInDown .3s ease forwards}.header__nav-item:first-child{animation-delay:.1s}.header__nav-item:nth-child(2){animation-delay:.15s}.header__nav-item:nth-child(3){animation-delay:.2s}.header__nav-item:nth-child(4){animation-delay:.25s}.header__nav-link{border-radius:12px;font-size:1.2rem;margin-bottom:.5rem;padding:1.25rem 1.5rem;width:100%}.header__nav-link:before{bottom:12px;width:80%}.header__nav-link:hover{background:#ffffff14;transform:translateX(8px)}.header__nav-link--active{background:#d4af3726;border-left:4px solid #d4af37}.header__overlay{animation:fadeIn .3s ease;background:#00000080;display:block;inset:0;position:fixed;z-index:998}}@media(max-width:480px){.header__container{padding:.75rem 1rem}.header__logo{max-height:45px}.header__menu-toggle{height:44px;padding:6px;width:44px}.header__hamburger-line{height:3px}.header__menu-toggle--open .header__hamburger-line:first-child{transform:translateY(9px) rotate(45deg)}.header__menu-toggle--open .header__hamburger-line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header__nav--open{padding:75px 1rem 1rem}.header__nav-link{font-size:1.1rem;padding:1rem 1.25rem}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.header *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.modal_overlay{box-shadow:0 4px 8px #0000001a;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:30%;z-index:1000}.modal_content,.modal_overlay{background-color:#fff;border-radius:8px}.modal_content{align-items:center;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;padding:20px;width:100%}.modal_content_title{font-size:1.5rem;margin-bottom:20px;text-align:center}.modal_content form{display:flex;flex-direction:column;justify-content:center}.modal_content .form-group{display:flex;flex-direction:column;margin-bottom:15px}.modal_content .form-group label{font-size:1rem;font-weight:700;margin-bottom:5px}.modal_content .form-group input{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin-bottom:15px;padding:10px;transition:border-color .3s ease}.modal_content .form-actions{display:flex;justify-content:space-between}.error-message{color:red;margin-top:10px}.success-message{color:green;margin-top:10px}.cancel-button{transition:background-color .3s ease}.cancel-button,.login-button{border:none;border-radius:4px;cursor:pointer;font-size:1rem;padding:10px 15px}.login-button{background-color:#007bff;color:#fff;margin-bottom:2px}.login-button:hover{background-color:#0056b3}@media(max-width:768px){.modal_overlay{width:80%}.modal_content{padding:10px;width:100%}}.footer{background:#003b5d;color:#fff;overflow:hidden;padding:2rem 0 0;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#d4af37 50%,#0000);content:"";height:4px;left:0;position:absolute;right:0;top:0}.footer__content{margin:0 auto;max-width:1400px;padding:0 2rem}.footer__main{grid-gap:4rem;border-bottom:1px solid #ffffff1a;display:grid;gap:4rem;grid-template-columns:1fr 2fr;padding-bottom:1.5rem}.footer__brand{align-items:center;display:flex;flex-direction:column;gap:.75rem;text-align:center}.footer__logo-button{background:#0000;border:none;cursor:pointer;outline:none;padding:0;transition:all .3s ease;width:-moz-fit-content;width:fit-content}.footer__logo-button:hover{opacity:.85;transform:translateY(-2px)}.footer__logo-button:focus-visible{border-radius:4px;outline:2px solid #d4af37;outline-offset:4px}.footer__logo{display:block;height:auto;width:110px}.footer__tagline{color:#fffc;font-size:.875rem;font-weight:300;line-height:1.6;margin:0;max-width:200px;text-align:center}.footer__sections{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.footer__section{display:flex;flex-direction:column;gap:1rem}.footer__title{color:#d4af37;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin:0;padding-bottom:.5rem;position:relative;text-transform:uppercase}.footer__title:after{background:#d4af37;bottom:0;content:"";height:2px;left:0;position:absolute;width:40px}.footer__contact-list{display:flex;flex-direction:column;gap:.5rem}.footer__contact-item{align-items:center;color:#fff;display:flex;font-size:.95rem;gap:.875rem;padding:.3rem 0;text-decoration:none;transition:all .3s ease}.footer__contact-item i{color:#d4af37;font-size:1.1rem;min-width:20px;transition:all .3s ease}.footer__contact-item span{flex:1 1}.footer__contact-item:hover{color:#d4af37;transform:translateX(4px)}.footer__contact-item:hover i{transform:scale(1.15)}.footer__hours-list{display:flex;flex-direction:column;gap:0;list-style:none;margin:0;padding:0}.footer__hours-item{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;font-size:.9rem;justify-content:space-between;padding:.35rem 0}.footer__hours-item:last-child{border-bottom:none}.footer__day{color:#ffffffe6;font-weight:500;min-width:90px}.footer__time{color:#ffffffb3;font-weight:400}.footer__time--closed{color:#ffffff80;font-style:italic}.footer__bottom{padding:1rem 0;text-align:center}.footer__copyright{color:#fff9;font-size:.875rem;font-weight:300;margin:0}@media(max-width:1024px){.footer__main{gap:2rem;grid-template-columns:1fr}.footer__sections{gap:2rem;grid-template-columns:repeat(2,1fr)}.footer__brand{align-items:center;text-align:center}.footer__logo-button{margin:0 auto}.footer__tagline{max-width:100%;text-align:center}}@media(max-width:768px){.footer{padding:1.5rem 0 0}.footer__content{padding:0 1.5rem}.footer__main{gap:1.5rem;padding-bottom:1.5rem}.footer__sections{gap:1.5rem;grid-template-columns:1fr}.footer__logo{width:95px}.footer__tagline{font-size:.875rem}.footer__title{font-size:1rem}.footer__contact-item{font-size:.875rem}.footer__contact-item i{font-size:1rem}.footer__hours-item{font-size:.85rem;padding:.3rem 0}.footer__day{min-width:80px}}@media(max-width:480px){.footer__content{padding:0 1rem}.footer__logo{width:85px}.footer__tagline{font-size:.8rem}.footer__contact-item{font-size:.8rem;gap:.625rem}.footer__contact-item i{font-size:.9rem;min-width:18px}.footer__hours-item{align-items:flex-start;flex-direction:column;font-size:.8rem;gap:.25rem;padding:.4rem 0}.footer__day{font-weight:600;min-width:auto}.footer__time{padding-left:0}.footer__copyright,.footer__time{font-size:.75rem}}@media(prefers-reduced-motion:reduce){.footer *{animation:none!important;transition:none!important}}.products{background:linear-gradient(180deg,#f8f9fa 0,#fff 50%,#f8f9fa);overflow:hidden}.products_container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:4rem 2rem}.products_images{animation:fadeInRight 1s ease-in-out forwards;display:flex;flex-direction:column;gap:1.5rem;visibility:hidden}.products_image{aspect-ratio:16/9;border:4px solid #fff;border-radius:12px;box-shadow:0 10px 30px #00000026;height:auto;object-fit:cover;transition:all .3s ease;width:100%}.products_image:hover{box-shadow:0 12px 40px #0003;transform:scale(1.02)}.products_desc{animation:fadeInLeft 1s ease-in-out forwards;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000001a;padding:2rem;visibility:hidden}.products_desc-title{color:#003b5d;font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.products_desc-subtitle{color:#4a90a4;font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem}.products_desc-p{color:#718096;font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:400;line-height:1.8;margin-bottom:1.25rem}.products_desc-p:last-child{color:#003b5d;font-weight:600;margin-bottom:0}.products_buy{box-shadow:0 4px 12px #0000001a;display:grid;grid-template-columns:1fr 1fr;width:100%}.products_buy-title{color:#fff;font-family:Playfair Display,serif;font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.products_buy-subtitle{color:#fffc;font-size:1rem;font-weight:600;letter-spacing:1px;margin:0 0 1.5rem}.products_buy-1{align-items:flex-end;background:#003b5d;display:flex;flex-direction:column;justify-content:center;padding:3rem 3rem 3rem 2rem;position:relative;text-align:right}.products_buy-1:after{background:#d4af37;content:"";height:100%;position:absolute;right:0;top:0;width:4px}.products_buy-2{align-items:flex-start;background:linear-gradient(135deg,#003b5d,#4a90a4);display:flex;flex-direction:column;justify-content:center;padding:3rem 2rem 3rem 3rem;text-align:left}.products_buy-p1,.products_buy-p2{color:#fff;font-size:1.15rem;font-weight:400;line-height:1.7;margin:0;max-width:500px}.products_buy-hours{width:100%}.products_buy-hours-row{align-items:center;border-bottom:1px solid #fff3;color:#fff;display:flex;justify-content:space-between;padding:.625rem 0}.products_buy-hours-row:last-child{border-bottom:none}.products_buy-hours-row .day{color:#ffffffe6;font-size:1rem;font-weight:500}.products_buy-hours-row .time{color:#d4af37;font-size:1rem;font-weight:600}.products_buy-hours-row .time.closed{color:#fff9;font-style:italic}.products_buy-list{list-style:none;margin:0;max-width:600px;padding:0}.products_buy-list-item{align-items:flex-start;border-bottom:1px solid #fff3;color:#fff;display:flex;font-size:1.05rem;gap:1rem;padding:.875rem 0}.products_buy-list-item:last-child{border-bottom:none}.products_buy-list-item i{color:#d4af37;font-size:1.2rem;margin-top:.2rem;min-width:20px}.products_buy-list-item span{flex:1 1;line-height:1.6}.products_buy-list-item small{color:#ffffffb3;display:block;font-size:.85rem;font-style:italic;margin-top:.25rem}.products_buy-p1{text-align:right}.products_buy-p2{text-align:left}.products_map{box-shadow:inset 0 2px 8px #0000001a;height:500px;overflow:hidden;position:relative}.products_map:before{background:linear-gradient(90deg,#0000,#d4af37 50%,#0000);content:"";height:4px;left:0;position:absolute;right:0;top:0;z-index:1}.products_map-iframe{border:none;filter:grayscale(.2) contrast(1.1);height:500px;width:100%}@media(max-width:1024px){.products_container{gap:3rem;padding:3rem 1.5rem}.products_desc{padding:1.75rem}.products_desc-title{font-size:2.25rem}.products_desc-subtitle{font-size:1.125rem}.products_desc-p{font-size:1rem}.products_buy-title{font-size:2rem}.products_buy-1,.products_buy-2{padding:2.5rem 2rem}.products_buy-p1,.products_buy-p2{font-size:1.05rem}}@media(max-width:768px){.products_container{display:flex;flex-direction:column;gap:2.5rem;padding:2rem 1rem}.products_images{display:contents}.products_image:first-child{animation:fadeInRight 1s ease-in-out forwards;order:1;visibility:hidden}.products_image:last-child{animation:fadeInLeft 1s ease-in-out forwards;order:3;visibility:hidden}.products_desc{order:2;padding:1.5rem}.products_desc-title{font-size:2rem}.products_desc-subtitle{font-size:1.125rem}.products_desc-p{font-size:.95rem;margin-bottom:1rem}.products_buy{grid-template-columns:1fr}.products_buy-title{font-size:1.875rem;padding:0}.products_buy-subtitle{font-size:.95rem;padding:0}.products_buy-1{align-items:center;padding:2.5rem 1.5rem;text-align:center}.products_buy-1:after{bottom:0;height:4px;right:0;top:auto;width:100%}.products_buy-2{align-items:center;padding:2.5rem 1.5rem;text-align:center}.products_buy-p1,.products_buy-p2{font-size:1rem;max-width:100%;text-align:center}.products_buy-hours{max-width:100%}.products_buy-hours-row{padding:.5rem 0}.products_buy-hours-row .day,.products_buy-hours-row .time{font-size:.9rem}.products_buy-list{max-width:100%}.products_buy-list-item{flex-direction:column;font-size:.95rem;gap:.5rem}.products_buy-list-item i{font-size:1.1rem}.products_map,.products_map-iframe{height:400px}}@media(max-width:480px){.products_container{gap:2rem;padding:1.5rem .75rem}.products_images{gap:1rem}.products_image{border-radius:8px;min-height:180px}.products_desc{padding:1.25rem}.products_desc-title{font-size:1.75rem;text-align:center}.products_desc-subtitle{font-size:1rem;margin-bottom:1.25rem}.products_desc-p{font-size:.9rem;line-height:1.7}.products_buy-title{font-size:1.625rem}.products_buy-subtitle{font-size:.875rem}.products_buy-1,.products_buy-2{padding:2rem 1.25rem}.products_buy-p1,.products_buy-p2{font-size:.95rem}.products_map,.products_map-iframe{height:300px}}@media(prefers-reduced-motion:reduce){.products *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.banner{height:260px;justify-content:center;overflow:hidden;position:relative}.banner,.banner_container{align-items:center;display:flex;flex-direction:column;width:100%}.banner_container{background-color:#0009;height:200px;justify-content:space-evenly}.banner_container-title{color:#fff;font-family:Playfair Display,serif;font-size:calc(1.4rem + 3.9vw);font-weight:500;margin-top:20px}.banner_container-text{color:#7e8aa6;font-size:calc(.9rem + 2vw);margin-top:0;text-align:center}.banner-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}@media(max-width:768px){.banner{height:200px}.banner_container{height:150px}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(-250px)}to{opacity:1;transform:translateX(0);visibility:visible}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(250px)}to{opacity:1;transform:translateX(0);visibility:visible}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-250px)}to{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0);visibility:visible}}@keyframes fadeInDownHeader{0%{opacity:0;transform:translateY(-250px)}to{opacity:0;transform:translateY(-31px)}to{opacity:1;transform:translateY(-30px);visibility:visible}}.images{display:flex;justify-content:space-around;margin-top:50px}.images_pic{border:2px solid #bc7d53;box-shadow:0 8px 16px #000c;height:200px;object-fit:cover;width:80%}.card{align-items:center;animation:fadeInUp .8s forwards;display:flex;flex-direction:column;justify-content:start;margin-top:50px;overflow:hidden;padding-bottom:50px;width:40%}.card_container,.card_container-img{display:flex;justify-content:space-around;overflow:hidden}.card_container-img{align-items:center;animation:fadeInUp .8s forwards;flex-direction:column;width:25%}.card_img{height:150px;width:40%}.card_text{width:100%}.card_text-meal{display:flex;justify-content:space-between;width:100%}.card_text-meal p{font-family:Playfair Display,serif;font-size:26px;font-weight:500;max-width:300px;padding-left:20px}.card_button{background-color:#007bff;border-radius:25px;color:#fff;cursor:pointer;font-size:28px;height:45px;margin-left:35%;margin-top:15px;width:30%}@media(max-width:768px){.card{margin-bottom:100px;margin-top:0;padding:5px 0;width:95%}.card_container{align-items:center;flex-direction:column;padding:15px 0}.card_container-img{flex-direction:row;padding-bottom:25px;width:100%}.card_img{height:100px;width:55%}.card_button{font-size:18px;margin-left:25%;width:50%}.images_pic{height:80px;object-fit:cover;width:42%}}.modal{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal .modal-content{animation:fadeIn .3s ease-in-out;background:#fff;border-radius:12px;box-shadow:0 5px 15px #0003;max-width:450px;padding:25px;position:relative;text-align:center;width:90%}.modal-content h3{color:#333;font-size:22px;margin-bottom:15px}.modal-prices{display:flex;gap:5%}.price-input{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin-bottom:15px;padding:5px;transition:border-color .3sease}.image-preview{border-radius:12px;box-shadow:0 4px 10px #0003;display:block;height:100%;object-fit:cover;width:100%}.image-upload-container{background:#fff;border-radius:20px;box-shadow:inset 20px 20px 60px #d9d9d9,inset -20px -20px 60px #fff;width:30%}.image-upload-container:hover{cursor:pointer}.upload-placeholder{align-items:center;display:flex;height:100%;justify-content:center}.upload-placeholder-icon{color:gray;font-size:40px}.modal-form{display:flex;gap:5%;width:100%}.infos-container{display:flex;flex-direction:column;justify-content:flex-end;width:59%}.infos-input{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin-bottom:15px;padding:10px;transition:border-color .3s ease;width:100%}.infos-input:focus{border-color:#007bff;box-shadow:0 0 5px #007bff80}.infos-input-desc{border:1px solid #ccc;border-radius:4px;font-size:1rem;height:100px;padding:10px;transition:border-color .3s ease;width:100%}.infos-input-desc:focus{border-color:#007bff;box-shadow:0 0 5px #007bff80}.infos-select{background-color:#fff;border:2px solid #ccc;border-radius:8px;cursor:pointer;font-size:16px;margin-bottom:20px;outline:none;padding:12px;transition:all .3s ease-in-out;width:100%}.infos-select:focus{border-color:#007bff;box-shadow:0 0 5px #007bff80}.button{border:none;border-radius:12px;cursor:pointer;font-size:16px;font-weight:700;margin-top:10px;padding:12px;transition:.3s ease-in-out;width:100%}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:480px){.modal-content{width:95%}button,input[type=file],input[type=text]{font-size:14px}button{padding:10px}}.menu-item{animation:fadeInUp .6s ease forwards;display:flex;gap:5%;height:130px;margin-bottom:20px;opacity:0;transform:translateY(20px);width:100%}.photo-container{align-items:center;background-color:#f0f0f0;border:.15rem solid #036;border-radius:10px;display:flex;height:120px;justify-content:center;overflow:hidden;width:130px}.photo{display:block;height:100%;object-fit:cover;width:100%}.close-button{background:#0000;border:none;color:#fff;cursor:pointer;font-size:32px;position:absolute;right:20px;top:20px;transition:color .2s ease;z-index:1001}.close-button:hover{color:#ccc}.item-info{display:flex;flex-direction:column;height:130px;margin-right:5%;width:100%}.item-info header{border-bottom:2px dotted #036;display:flex;justify-content:space-between}.price-container{align-items:flex-end;display:flex;justify-content:flex-end;width:25%}.item-info h4{color:#036;font-size:.85rem;margin-bottom:10px;margin-top:0}.price{color:#036}.item-desc{color:#036;font-size:.75rem;margin-top:5px;text-align:left}.edit-icon{color:green;margin-bottom:25px}.delete-icon,.edit-icon{font-size:18px;padding:5px}.delete-icon{color:red}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}70%{opacity:1}to{opacity:1;transform:translateY(0)}}.zoom-overlay{align-items:center;animation:fadeInOverlay .3s ease forwards;background:#000c;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.zoomed-photo{animation:zoomIn .3s ease forwards;border-radius:15px;box-shadow:0 10px 25px #00000080;max-height:90%;max-width:90%}@keyframes fadeInOverlay{0%{background:#0000}to{background:#000c}}@keyframes zoomIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.menu-container{background:#fff;margin:20px auto;max-width:800px;min-height:400px;padding:20px}.skeleton-loader{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;height:300px;width:100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.menu-header{align-items:center;background:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;justify-content:space-around;padding:10px}.menu-header button{background:#0000;border:2px solid #0000;border-radius:8px;color:#333;cursor:pointer;font-size:16px;font-weight:700;padding:10px 15px;transition:.3s ease-in-out}.menu-header button:hover{color:#007bff}.menu-header button.active{background:#036;border-color:#007bff;color:#fff}.menu-content{align-items:center;display:flex;flex-direction:column;margin-top:40px}.add-button{background:#036;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-bottom:20px;margin-left:35%;padding:12px;transition:.3s ease-in-out}.add-button:hover{background:#0062cc}.menu-grid{display:flex;flex-direction:column;gap:15px;width:100%}p{color:#333;font-size:16px;text-align:center}@media(max-width:768px){.menu-container{max-width:100%;min-height:53vh;padding:10px}.menu-header{flex-wrap:wrap;gap:5px;padding:5px 0;width:100%}.menu-header button{font-size:.9rem;padding:10px}}h1{color:#003b5d;font-family:Playfair Display,serif;font-size:3.5rem;margin-bottom:0;text-align:center}ul{padding-left:1.25rem}.contact{grid-gap:3rem;background:linear-gradient(180deg,#f8f9fa 0,#fff);display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;overflow-x:hidden;padding:4rem 2rem}.contact_container,.contact_info{display:flex;flex-direction:column;gap:1.5rem}.contact_info{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000001a;padding:2rem}.contact_info h2{color:#003b5d;font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.75rem;position:relative;text-transform:capitalize}.contact_info h2:after{background:#d4af37;border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.contact_info p{color:#718096;line-height:1.7;margin:0}.contact_info-pair{align-items:flex-start;border-radius:8px;display:flex;gap:1rem;padding:.75rem;transition:all .3s ease}.contact_info-pair:hover{background:#2a5f7d0d;transform:translateX(4px)}.contact_info-icone{color:#d4af37;font-size:1.25rem;margin-top:.125rem;min-width:24px}.contact_info-link{color:#003b5d;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease}.contact_info-link:hover{color:#d4af37;text-decoration:underline}.contact_info-desc{background:linear-gradient(135deg,#2a5f7d0d,#4a90a40d);border-left:4px solid #d4af37;border-radius:8px;font-size:1rem;line-height:1.7;margin-bottom:1rem;margin-top:1rem;padding:1.5rem}.contact_info-desc p{color:#003b5d;margin:0}.contact_info-map{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:1rem}.contact_info-map-hours{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;padding:1.5rem}.contact_info-map-hours p{color:#003b5d;font-weight:600;margin:0 0 1rem}.contact_info-map-hours ul{list-style:none;margin:0;padding:0}.contact_info-map-hours ul li{border-bottom:1px solid #0000000d;color:#718096;display:flex;justify-content:space-between;padding:.5rem 0}.contact_info-map-hours ul li:last-child{border-bottom:none}.contact_info-mapelement{border:none;border-radius:12px;box-shadow:0 1px 3px #0000001a;height:400px;width:100%}.form{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;padding:2.5rem;width:100%}.form_title{color:#003b5d;font-size:1.125rem;font-weight:600;line-height:1.6;margin:0 0 2rem}.form_input{background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#003b5d;font-family:inherit;font-size:1rem;margin:.625rem 0 1.25rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.form_input:focus{border-color:#4a90a4;box-shadow:0 0 0 3px #4a90a41a;outline:none}.form_input::placeholder{color:#a0aec0}.form_input[id=message]{font-family:inherit;min-height:120px;resize:vertical}.form_input-title{color:#003b5d;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form_input-submit{align-self:center;background:linear-gradient(135deg,#003b5d,#4a90a4);border:none;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:600;letter-spacing:.5px;margin-top:1.5rem;padding:1rem 2.5rem;transition:all .3s ease;width:auto}.form_input-submit:hover{background:linear-gradient(135deg,#002b44,#428192);box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.form_input-submit:active{transform:translateY(0)}.form_input-submit:focus{outline:3px solid #4a90a466;outline-offset:2px}.form p{color:#718096;font-size:.875rem;margin:1rem 0 0}.mandatory{color:#e53e3e;font-weight:700}@media(max-width:1024px){.contact{gap:2.5rem;grid-template-columns:1fr;padding:3rem 1.5rem}.contact_info-map-hours ul li{font-size:.9rem}.form{padding:2rem}h1{font-size:3rem}}@media(max-width:768px){.contact{gap:2rem;padding:2rem 1rem}.contact_info{padding:1.5rem}.contact_info h2{font-size:1.5rem}.contact_info-pair{align-items:flex-start;flex-direction:row;padding:.5rem}.contact_info-link{font-size:1rem}.contact_info-desc{font-size:.95rem;padding:1.25rem}.contact_info-map{gap:1.5rem}.contact_info-map-hours{padding:1.25rem}.contact_info-map-hours ul li{align-items:flex-start;flex-direction:column;gap:.25rem;padding:.625rem 0}.contact_info-mapelement{height:300px}.form{padding:1.5rem}.form_title{font-size:1rem;margin-bottom:1.5rem}.form_input{font-size:.95rem;padding:.75rem}.form_input-submit{padding:.875rem 2rem;width:100%}h1{font-size:2.25rem}}@media(max-width:480px){.contact{padding:1.5rem .75rem}.contact_info{padding:1.25rem}.contact_info h2{font-size:1.375rem}.contact_info-icone{font-size:1.125rem}.contact_info-link{font-size:.95rem}.contact_info-desc{font-size:.9rem;padding:1rem}.contact_info-map-hours{font-size:.875rem;padding:1rem}.contact_info-mapelement{height:250px}.form{padding:1.25rem}.form_title{font-size:.95rem}.form_input{font-size:.9rem}.form_input-submit{font-size:1rem}h1{font-size:2rem}}@media(prefers-reduced-motion:reduce){.contact *{animation:none!important;transition:none!important}}.contact_info-link:focus-visible,.form_input-submit:focus-visible,.form_input:focus-visible{outline:3px solid #d4af37;outline-offset:2px}
/*# sourceMappingURL=main.b863ce46.css.map*/