*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{background:#fff;box-shadow:0 2px 8px #0000001a;padding:1rem 2rem;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.logo-text{font-size:1.25rem;font-weight:600;color:#5c1f1b}.nav{display:flex;gap:1.5rem;align-items:center}.nav-link{display:flex;align-items:center;gap:6px;text-decoration:none;color:#333;font-weight:500;font-size:1rem;padding:.4rem .6rem;transition:color .3s}.nav-link:hover{color:#5c1f1b}.nav-link.active{color:#5c1f1b;font-weight:700}.cart-badge{background-color:red;color:#fff;border-radius:50%;padding:2px 6px;margin-left:4px;font-size:.8rem;font-weight:700}.user-icon{color:#5c1f1b;cursor:pointer;margin-left:1rem}:root{--maroon-primary: #800000;--maroon-light: #a52a2a;--maroon-bg: #fdf5f5}.nav-link{display:flex;align-items:center;gap:8px;color:#333;text-decoration:none;font-weight:500;transition:.3s}.nav-link:hover,.nav-link.active{color:var(--maroon-light)}.nav-link svg{font-size:1.1rem}.cart-badge{background-color:var(--maroon-primary);color:#fff;padding:2px 6px;border-radius:50%;font-size:11px;margin-left:4px}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:101}.hamburger span{width:25px;height:3px;background:#5c1f1b;transition:all .3s ease;border-radius:2px}.hamburger span.active:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger span.active:nth-child(2){opacity:0}.hamburger span.active:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media(max-width:768px){.header{padding:1rem}.hamburger{display:flex}.nav{position:fixed;top:-100%;left:0;width:100%;background:#fff;flex-direction:column;align-items:center;gap:1.2rem;padding:4rem 2rem 2rem;transition:top .3s ease;box-shadow:0 4px 10px #0000001a}.nav.nav-open{top:0}.nav-link{font-size:1.1rem}.user-icon{z-index:101}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.popup{background:#fff;padding:20px;border-radius:8px;width:90%;max-width:400px;box-shadow:0 4px 10px #0003;text-align:center;animation:fadeIn .3s ease}.popup-logo img{width:60px;height:60px;margin-bottom:10px}.popup h2{margin-top:0;color:#5c1f1b}.popup-form{display:flex;flex-direction:column;gap:12px;margin-top:10px}.popup-form label{display:flex;flex-direction:column;align-items:flex-start;font-weight:500;color:#333}.popup-form input{width:100%;padding:8px;margin-top:4px;border:1px solid #ccc;border-radius:4px}.password-wrapper{display:flex;align-items:center;width:100%}.password-wrapper input{flex:1}.toggle-btn{margin-left:8px;padding:6px 10px;font-size:.9rem;background:#5c1f1b;color:#fff;border:none;border-radius:4px;cursor:pointer}.login-btn{background:#5c1f1b;color:#fff;border:none;border-radius:4px;padding:10px;cursor:pointer;font-size:1rem}.close-btn{background:#ccc;color:#333;border:none;border-radius:4px;padding:8px;margin-top:10px;cursor:pointer}.login-notes{margin-top:12px;font-size:.9rem;color:#555;text-align:left;line-height:1.4}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.footer{background:#f5f5f5;padding:3rem 2rem 2rem;border-top:1px solid #e0e0e0}.footer-container{max-width:1200px;margin:0 auto}.footer-logo{display:flex;align-items:center;gap:.75rem;justify-content:center;margin-bottom:2rem}.footer-logo-text{font-size:1.25rem;font-weight:600;color:#5c1f1b}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section{display:flex;gap:1rem;align-items:flex-start}.footer-icon img{font-size:1.5rem;width:24px;height:24px;object-fit:contain}.footer-label{font-weight:600;color:#5c1f1b;margin-bottom:.25rem}.footer-text{color:#666;font-size:.9rem;line-height:1.5}.footer-copyright{text-align:center;color:#999;font-size:.85rem;padding-top:2rem;border-top:1px solid #e0e0e0}@media(max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr}}.hero{height:400px;background-image:url(/assets/HomecoverHero-BEx-Ss74.jpg);background-size:cover;background-position:center;position:relative}.hero-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(92,31,27,.95),transparent);padding:3rem 2rem;text-align:center}.hero-title{color:#fff;font-size:2.5rem;font-weight:700;letter-spacing:2px;margin-bottom:1.5rem}.hero-button{background:#fff;color:#5c1f1b;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:transform .3s,box-shadow .3s}.hero-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media(max-width:768px){.hero{height:300px}.hero-title{font-size:1.75rem}.hero-overlay{padding:2rem 1rem}.hero-button{display:none}}.featured-dishes{padding:4rem 2rem;width:100%;box-sizing:border-box;text-align:center;background-image:url(/BKinhomepage.png);background-size:cover;background-position:center;background-attachment:scroll;position:relative}.featured-content-wrapper{max-width:1200px;margin:0 auto;display:flex;flex-direction:column}.section-title{font-size:2.7rem;font-weight:700;color:#4a130f;margin-bottom:3rem;font-family:clamp(2rem,5vw,3rem)}.dishes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:3rem}.dish-card{background:transparent;display:flex;flex-direction:column;align-items:center}.dish-image{width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover;border-radius:4px}.dish-name{font-size:1.5rem;font-weight:700;color:#4a130f;margin:1.5rem 0 1rem}.dish-card{background:transparent;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .3s ease}.dish-description{background-color:#e4e2dad9;color:#333;padding:1.5rem 1rem;line-height:1.4;border-radius:20px;font-size:.95rem;margin:0;width:90%;box-shadow:0 4px 10px #0000000d;transition:all .3s cubic-bezier(.25,.8,.25,1)}.dish-card:hover .dish-description{transform:translateY(-10px);box-shadow:0 15px 30px #00000026;background-color:#e4e2da}.dish-card:hover .dish-image{transform:scale(1.02)}.dish-image{transition:transform .3s ease;border-radius:4px}.dish-description{background-color:#e4e2dab3;color:#333;padding:1.5rem 1rem;line-height:1.4;border-radius:20px;font-size:.95rem;margin:0;width:90%;box-shadow:0 4px 15px #0000000d}.see-more-container{display:flex;justify-content:flex-end;width:100%;max-width:1200px;margin:0 auto}.see-more-button{background:#4a130f;color:#fff;border:none;padding:.8rem 3rem;font-size:1.1rem;font-weight:600;font-style:arial;border-radius:50px;cursor:pointer;transition:transform .2s}.see-more-button:hover{transform:scale(1.05);background:#5c1f1b}@media(max-width:768px){.featured-dishes{padding:2rem 1rem}.see-more-container{justify-content:center}}.learn-more{background:#f5f5f5;padding:4rem 2rem;position:relative}.learn-more-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:2rem;position:relative;min-height:300px}.learn-more-image{flex:1}.learn-more-image img{width:100%;height:300px;object-fit:cover;border-radius:8px;cursor:pointer}.learn-more-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;cursor:pointer}.learn-more-text h2{font-size:3rem;font-weight:700;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.5);font-style:italic}.proprietress{position:absolute;right:19%;top:60%;transform:translateY(-50%);text-align:center;z-index:3}.chef-image{width:300px;height:300px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 12px #0003}.chef-name{margin-top:1rem;font-size:.9rem;color:#5c1f1b;font-weight:500}@media(max-width:768px){.learn-more{padding:3rem 1rem}.learn-more-content{flex-direction:column;min-height:auto}.learn-more-text h2{font-size:2rem}.proprietress{position:absolute;right:5%;top:50%;transform:translateY(-50%);margin-top:0}.chef-image{width:120px;height:120px}.chef-name{font-size:.75rem;max-width:120px}}.feedback{padding:4rem 2rem;max-width:1200px;margin:0 auto;text-align:center}.feedback-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:2rem;max-width:600px;margin:0 auto;box-shadow:0 2px 8px #0000001a}.feedback-content{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:1.5rem;text-align:left}.customer-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;flex-shrink:0}.feedback-text{color:#333;line-height:1.6;font-size:1rem}.star-rating{display:flex;justify-content:center;gap:.5rem}.star{color:#d4af37;font-size:2rem}@media(max-width:768px){.feedback{padding:3rem 1rem}.feedback-card{padding:1.5rem}}.packages-section{width:100%;padding:5rem 0;background:linear-gradient(#0009,#0009),url(/backgroundP.jpg);background-size:cover;background-position:center;background-attachment:fixed}.packages-container{max-width:1440px;margin:0 auto;padding:0 2rem;text-align:center}.packages-title{color:#fff;font-size:clamp(2rem,5vw,3rem);margin-bottom:4rem;font-weight:700;text-transform:uppercase;letter-spacing:2px}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1rem}.package-card{cursor:pointer;transition:all .4s cubic-bezier(.165,.84,.44,1)}.package-image-wrapper{width:100%;aspect-ratio:16 / 10;overflow:hidden;border-radius:4px 4px 0 0}.package-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.package-label{background-color:#4a130f;padding:1.2rem;margin-top:0;border-radius:0 0 4px 4px}.package-label h3{color:#fff;margin:0;font-size:1.2rem;font-weight:600;text-transform:capitalize}.package-card:hover{transform:translateY(-10px);filter:brightness(1.1)}.package-card:hover .package-image{transform:scale(1.05)}@media(max-width:768px){.packages-container{padding:0 1rem}.packages-grid{grid-template-columns:1fr}.package-image-wrapper{aspect-ratio:16 / 9}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.menu-page{display:flex;min-height:100vh;padding-top:80px}.menu-page{background-image:url(/Modern.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh;padding:20px;position:relative}.menu-sidebar{width:200px;background-color:transparent;padding:20px;display:flex;flex-direction:column;gap:10px;position:sticky;top:80px;height:fit-content}.category-btn{padding:12px 16px;background-color:transparent;border:2px solid #5c1f1b;color:#5c1f1b;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;text-align:left}.category-btn:hover,.category-btn.active{background-color:#5c1f1b;color:#fff}.menu-content{flex:1;padding:40px}.category-title{font-size:2rem;color:#5c1f1b;margin-bottom:30px;text-align:center}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}.menu-item-card{background-color:transparent;border:2px solid #5c1f1b;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:12px}.menu-item-image{width:100%;height:200px;object-fit:cover;border-radius:8px}.menu-item-name{font-size:1.3rem;color:#5c1f1b;font-weight:600;text-align:center;margin:0}.spinner{border:4px solid #f3f3f3;border-top:4px solid #555;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.spinner-container{display:flex;justify-content:center;align-items:center;width:100%;height:300px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.spinner-container{height:200px}.spinner{width:40px;height:40px}}.menu-item-price{font-size:1.2rem;color:#5c1f1b;font-weight:700;text-align:center;margin:0}.menu-item-description{font-size:.9rem;color:#5c1f1b;text-align:center;line-height:1.5;margin:0}.menu-item-controls{display:flex;flex-direction:column;gap:12px;margin-top:10px}.control-group{display:flex;flex-direction:column;gap:6px}.control-group label{font-size:.9rem;font-weight:600;color:#333}.kilo-select{padding:8px 12px;border:2px solid #5c1f1b;border-radius:6px;font-size:1rem;background-color:#fff;cursor:pointer}.quantity-controls{display:flex;align-items:center;gap:8px}.qty-btn{width:35px;height:35px;border:2px solid #5c1f1b;background-color:#fff;color:#5c1f1b;font-size:1.2rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.qty-btn:hover{background-color:#5c1f1b;color:#fff}.qty-input{flex:1;padding:8px;border:2px solid #5c1f1b;border-radius:6px;text-align:center;font-size:1rem;background-color:#f9f9f9}.total-price-input{padding:8px 12px;border:2px solid #5c1f1b;border-radius:6px;font-size:1rem;font-weight:600;text-align:center;background-color:#f9f9f9}.add-btn{padding:12px;background-color:#5c1f1b;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.add-btn:hover{background-color:#7a2a24;transform:translateY(-2px)}@media(max-width:1024px){.menu-sidebar{width:180px;padding:15px}.category-btn{padding:10px 12px;font-size:.9rem}.menu-content{padding:30px 20px}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.category-title{font-size:1.75rem}}@media(max-width:768px){.menu-page{flex-direction:column;padding-top:70px}.menu-sidebar{width:100%;position:static;flex-direction:row;overflow-x:auto;padding:15px 10px;gap:8px;background-color:transparent;white-space:nowrap}.menu-sidebar::-webkit-scrollbar{height:6px}.menu-sidebar::-webkit-scrollbar-thumb{background-color:#5c1f1b;border-radius:3px}.category-btn{min-width:120px;text-align:center;padding:10px 16px;flex-shrink:0}.menu-content{padding:20px 15px}.category-title{font-size:1.5rem;margin-bottom:20px}.menu-grid{grid-template-columns:1fr;gap:20px}.menu-item-card{padding:15px}.menu-item-image{height:180px}.menu-item-name{font-size:1.2rem}.menu-item-price{font-size:1.1rem}}@media(max-width:480px){.menu-content{padding:15px 10px}.category-title{font-size:1.3rem}.menu-item-card{padding:12px}.menu-item-image{height:160px}.menu-item-name{font-size:1.1rem}.control-group label{font-size:.85rem}.kilo-select,.total-price-input{font-size:.9rem}.qty-btn{width:32px;height:32px;font-size:1.1rem}.qty-input{font-size:.9rem}.add-btn{font-size:.95rem;padding:10px}}.AboutUsHero-section{display:flex;align-items:center;justify-content:space-between;padding:3rem 2rem;max-width:1400px;margin:0 auto;gap:3rem}.AboutUsHero-content{flex:1;display:flex;flex-direction:column;gap:2rem}.food-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.food-image{width:100%;height:200px;object-fit:cover;border-radius:8px}.AboutUsHero-profile{flex:0 0 350px;display:flex;flex-direction:column;align-items:center;text-align:center}.profile-image-container{width:300px;height:300px;border-radius:50%;overflow:hidden;border:8px solid #6b1c1c;box-shadow:0 8px 24px #00000026}.profile-image{width:100%;height:100%;object-fit:cover}.profile-text{margin-top:1.5rem;font-size:1rem;color:#666;font-style:italic}@media(max-width:768px){.AboutUsHero-section{flex-direction:column}.AboutUsHero-profile{flex:0 0 auto}.content-block,.content-block.reverse{flex-direction:column}.content-image{flex:0 0 auto;width:100%}}.about-content{max-width:1400px;margin:4rem auto;padding:0 2rem}.content-block{display:flex;align-items:center;gap:3rem;margin-bottom:4rem}.content-block.reverse{flex-direction:row-reverse}.content-text{flex:1}.content-text h2{font-size:2rem;color:#6b1c1c;margin-bottom:1.5rem;line-height:1.3}.content-text p{font-size:1rem;line-height:1.8;color:#444;margin-bottom:1rem}.content-image{flex:0 0 450px;height:350px;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #0000001a}.content-image img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.content-block,.content-block.reverse{flex-direction:column}.content-image{flex:0 0 auto;width:100%}}:root{--primary-maroon: #4a0e0e;--light-gray: #f9f9f9;--border-color: #d1b5b5;--text-main: #4a0e0e}.gcash-section{margin:1rem 0;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background-color:#fafafa}.gcash-label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.gcash-input{display:block;width:100%;padding:.5rem;border:1px solid #ccc;border-radius:6px;margin-bottom:1rem;cursor:pointer}.order-id-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:999}.order-id-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.order-id-modal .modal-content{background:#fff;padding:2rem;border-radius:12px;text-align:center;max-width:420px;width:90%;box-shadow:0 8px 24px #00000026;animation:fadeInScale .3s ease}.order-id-modal h3{font-size:1.4rem;margin-bottom:1rem;color:#2c3e50}.order-id-modal p{font-size:.95rem;color:#555;margin:.5rem 0}.order-id-modal strong{display:block;font-size:1.2rem;margin:.5rem 0 1rem;color:#5c1f1b;font-weight:600;letter-spacing:.5px}.order-id-modal button{margin:.5rem;padding:.6rem 1.2rem;border:none;border-radius:6px;font-size:.95rem;cursor:pointer;transition:all .2s ease}.order-id-modal button:first-of-type{background:#e0e0e0;color:#333}.order-id-modal button:first-of-type:hover{background:#d5d5d5}.order-id-modal button:last-of-type{background:#5c1f1b;color:#fff}.order-id-modal button:last-of-type:hover{background:#5c1f1b}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.order-id-modal .modal-content{background:#fff;padding:20px;border-radius:8px;text-align:center;max-width:400px}.gcash-button{background-color:#5c1f1b;color:#fff;font-weight:600;padding:.6rem 1.2rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.gcash-button:hover{background-color:#5c1f1b}.checkout-container{max-width:1000px;margin:2rem auto;padding:2rem;font-family:Inter,sans-serif;color:var(--text-main)}.main-border-box{border:1px solid var(--border-color);border-radius:12px;padding:2rem;display:flex;gap:2rem;margin-bottom:2rem}.order-summary-section{flex:1.5;border-right:1px solid var(--border-color);padding-right:2rem}.order-details-section{flex:1;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.checkout-container{padding:1rem}.main-border-box{flex-direction:column;padding:1rem}.order-summary-section{border-right:none;border-bottom:1px solid var(--border-color);padding-right:0;padding-bottom:2rem}.status-info-bar{grid-template-columns:1fr}}.items-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.items-table th{text-align:left;padding:10px;border-bottom:1px solid var(--border-color)}.items-table td{padding:12px 10px;vertical-align:middle}.item-row{border-bottom:1px solid #eee}.item-info{display:flex;align-items:center;gap:10px}.item-thumb{width:50px;height:40px;object-fit:cover;border-radius:4px}.summary-footer{margin-top:1rem;text-align:right;border-top:1px solid var(--text-main);padding-top:10px}.summary-row{display:flex;justify-content:flex-end;gap:2rem;margin-bottom:4px;font-weight:700}.pay-button{background-color:var(--primary-maroon);color:#fff;border:none;padding:8px 24px;border-radius:4px;cursor:pointer;margin-top:1rem;float:right}.detail-item{display:flex;flex-direction:column;gap:8px}.detail-header{display:flex;align-items:center;gap:10px;font-weight:800;font-size:.9rem;text-transform:uppercase}.pill-button{background:#fff;border:1.5px solid var(--border-color);color:var(--text-main);padding:8px 16px;border-radius:50px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;width:100%;font-weight:600}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:500px;color:var(--text-main);max-height:90vh;overflow-y:auto}.radio-group{display:flex;gap:1rem;margin-top:.5rem}.radio-option{display:flex;align-items:center;gap:8px;cursor:pointer}.modal-content h2{margin-top:0;margin-bottom:1.5rem}.form-group{margin-bottom:1rem;display:flex;flex-direction:column;gap:4px}.form-group input,.form-group textarea{padding:8px;border:1px solid var(--border-color);border-radius:4px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:1rem}.map-placeholder{width:100%;height:200px;background-color:#f0f4f8;border:1px dashed var(--border-color);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--primary-maroon);margin-bottom:1rem;position:relative;overflow:hidden}.map-pin{font-size:2.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-7px)}}.status-header{text-align:center;margin:3rem 0 1rem}.order-status-card{background:#e5e5e5;padding:1rem;border-radius:4px}.status-details-grid{background:#fff;margin-top:1rem;padding:1.5rem;border:1px solid var(--border-color)}.status-info-bar{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;font-size:.85rem}.status-label{text-align:right;font-style:italic;font-weight:700;margin-top:1rem}@media(max-width:640px){.checkout-container{padding:.5rem}.items-table th:nth-child(2),.items-table td:nth-child(2),.items-table th:nth-child(3),.items-table td:nth-child(3){display:none}.summary-row{gap:1rem;font-size:.9rem}.status-info-bar{grid-template-columns:1fr;gap:.5rem}.modal-content{padding:1.5rem;width:95%}}.order-details-section{flex:1;display:flex;flex-direction:column;gap:1.5rem;padding:1rem;border-left:1px solid transparent}@media(max-width:768px){.order-summary-section{border-right:none;border-bottom:2px dashed var(--border-color);padding-bottom:2rem;margin-bottom:1rem}}.order-status{max-width:800px;margin:2rem auto;padding:1.5rem;font-family:Segoe UI,Roboto,sans-serif;color:#333}.reminders{background:#fff8f0;border:1px solid #f0d9c0;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.reminders h3{margin-top:0;color:#5c1f1b;font-size:1.2rem}.reminders ul{margin:.5rem 0 0;padding-left:1.2rem;line-height:1.5}.order-input{display:flex;gap:.5rem;margin-bottom:1.5rem}.order-input input{flex:1;padding:.6rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}.order-input button{padding:.6rem 1rem;background:#5c1f1b;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .3s}.order-input button:hover{background:#7a2a24}.order-box{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 12px #0000001a;animation:fadeIn .3s ease-in-out}.order-box h4{margin-top:0;color:#5c1f1b;font-size:1.3rem}.order-box p{margin:.4rem 0;font-size:.95rem}.order-box table{width:100%;border-collapse:collapse;margin:1rem 0}.order-box th,.order-box td{border-bottom:1px solid #eee;padding:.6rem;text-align:left}.order-box th{background:#f9f9f9;font-weight:600}.order-box strong{display:block;margin-top:1rem;font-size:1.1rem;color:#5c1f1b}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.order-input{flex-direction:column}.order-input button{width:100%}.order-box table th,.order-box table td{font-size:.85rem}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.catering-container{width:100%;overflow-x:hidden;font-family:Poppins,sans-serif}.catering-section{display:flex;align-items:center;min-height:80vh;flex-wrap:wrap}.catering-section.reversed{flex-direction:row-reverse}.catering-content{flex:1;padding:5% 8%;min-width:350px}.catering-image{flex:1;min-width:350px;height:80vh}.catering-image img{width:100%;height:100%;object-fit:cover}.sub-title{color:#333;letter-spacing:2px;font-size:.85rem;margin-bottom:1rem;text-transform:uppercase}.main-title{color:maroon;font-size:3rem;font-family:Playfair Display,serif;margin-bottom:1.5rem;line-height:1.1}.description{color:#555;line-height:1.6;margin-bottom:1rem;font-size:1rem}.secondary{font-size:.9rem;opacity:.8}.add-ons-list{list-style:none;padding:0}.add-ons-list li{margin-bottom:10px;font-size:1.1rem;color:#444;display:flex;align-items:center;gap:10px}.add-ons-list li span{color:brown;font-weight:700}@media(max-width:768px){.catering-section,.catering-section.reversed{flex-direction:column-reverse}.catering-image{height:40vh;width:100%}.main-title{font-size:2rem}}
