:root{--primary-color:#042209;--primary-lighter:#1a5a2e;--secondary-color:#f8f9fa;--accent-dark:#031a07;--text-primary:#042209;--text-secondary:#374151;--background-dark:#f8f9fa;--background-green:#f0f9f4;--border-color:#e5e7eb;--border-dark:#d1d5db;--shadow-color:#0422091a;--shadow-dark:#04220933;--gradient-primary:linear-gradient(135deg,#042209,#0a3d1a 50%,#1a5a2e);--gradient-accent:linear-gradient(135deg,#042209,#0a3d1a 50%,#1a5a2e);--gradient-subtle:linear-gradient(135deg,#f0f9f4,#fff 50%,#f8f9fa)}body{background-color:var(--background-light);color:#042209;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem}h2,h3{font-weight:600}h3{font-size:1.5rem}p{color:#374151;color:var(--text-secondary);margin-bottom:1rem}button{border:none;cursor:pointer;font-family:inherit;outline:none;transition:all .3s ease}a{color:#042209;color:var(--accent-color);text-decoration:none;transition:color .3s ease}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fff;background:var(--background-light)}::-webkit-scrollbar-thumb{background:#e5e7eb;background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#042209;background:var(--accent-color)}:focus{outline:2px solid #042209;outline:2px solid var(--accent-color);outline-offset:2px}::selection{background:#042209;background:var(--accent-color);color:#fff;color:var(--background-light)}:root{--background-primary:#fff;--background-secondary:#f8f9fa;--background-light:#fff;--text-primary:#333;--text-secondary:#666;--text-light:#999;--accent-color:#042209;--accent-light:#0a3d1a;--border-color:#e0e0e0;--container-border:#d1d5db;--shadow-color:#0000001a;--shadow-dark:#0003;--primary-light:#0a3d1a}html{background-color:#fff;background-color:var(--background-primary);transition:background-color .3s ease}*{box-sizing:border-box;margin:0;padding:0}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;line-height:1.6;transition:background-color .3s ease,color .3s ease}.App,body{background-color:#fff;background-color:var(--background-primary);color:#333;color:var(--text-primary);min-height:100vh}.App{display:flex;flex-direction:column;min-height:100dvh}main{flex:1 1}@media (max-width:768px){.container{padding:0 1rem}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border-bottom:1px solid #fff3;padding-top:0;position:sticky;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:var(--background-primary);border-bottom:1px solid var(--container-border)}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header-content,.logo{align-items:center;display:flex}.logo{color:#fff;font-size:1.5rem;font-weight:700;gap:.5rem;outline:none;text-decoration:none;transition:color .3s ease}.logo span{display:inline-block}.logo-image{border-radius:50%;flex-shrink:0;height:40px;object-fit:cover;width:40px}.header.scrolled .logo{color:var(--text-primary)!important}.logo:focus{outline:none}.logo:hover{color:#fffc}.header.scrolled .logo:hover{color:var(--accent-color)}.logo-emoji{font-size:2rem}.nav{align-items:center;display:flex;gap:2rem}.nav-link{color:#fff;font-weight:500;outline:none;position:relative;text-decoration:none;transition:color .3s ease}.header.scrolled .nav-link,.header.scrolled .nav-link:hover{color:var(--text-primary)}.nav-link:focus{outline:none}.header.scrolled .nav-link:hover,.nav-link:hover{color:inherit}.nav-link:after{background:#fff;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.header.scrolled .nav-link:after{background:var(--text-primary)}.nav-link:hover:after{width:100%}.nav-link.active{color:#fff;font-weight:600}.header.scrolled .nav-link.active{color:var(--text-primary)}.nav-link.active:after{width:100%}.cart-button{align-items:center;background:var(--accent-color);border:none;border-radius:25px;box-shadow:0 2px 10px var(--shadow-color);color:var(--background-light);cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.cart-button:hover{background:var(--primary-light);box-shadow:0 4px 15px var(--shadow-dark);transform:translateY(-2px)}.cart-count{align-items:center;background:var(--background-light);border-radius:50%;color:var(--text-primary);display:flex;font-size:.8rem;font-weight:700;height:20px;justify-content:center;width:20px}.mobile-controls{align-items:center;display:none;gap:1rem}.mobile-menu-button{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;transition:color .3s ease}.header.scrolled .mobile-menu-button{color:var(--text-primary)}.header.scrolled .mobile-menu-button:hover{color:var(--accent-color)}.hamburger{cursor:pointer;display:flex;flex-direction:column;height:18px;justify-content:space-between;width:24px}.hamburger span{background:#fff;display:block;height:2px;transform-origin:center;transition:all .3s ease;width:100%}.header.scrolled .hamburger span{background:var(--text-primary)}.hamburger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:768px){.nav{background:var(--background-primary);box-shadow:0 4px 20px var(--shadow-color);flex-direction:column;gap:0;height:100vh;left:0;opacity:0;padding:80px 0 0;position:fixed;right:0;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100vw;z-index:999}.close-menu-button{display:none}.mobile-controls{display:flex}.mobile-menu-button{display:block}.close-menu-button{align-items:center;background:none;border:none;color:var(--text-primary);cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:color .3s ease;width:40px;z-index:1000}.close-menu-button:hover{color:var(--accent-color)}.nav.nav-open{opacity:1;visibility:visible}.nav-link{border-bottom:1px solid var(--border-color);box-sizing:border-box;color:var(--text-primary);font-size:1.2rem;font-weight:500;padding:2rem;text-align:center;width:100%}.nav-link:last-child{border-bottom:none}.nav-link.active,.nav-link:hover{color:var(--accent-color)}.nav-link.active{font-weight:600}.header-content{padding:1rem}.logo{font-size:1.2rem}.logo-emoji{font-size:1.5rem}}.footer{background:var(--background-primary);border-top:1px solid var(--container-border);bottom:0;color:var(--text-primary);flex-shrink:0;margin-top:4rem;position:relative;transition:background-color .3s ease,color .3s ease;width:100%}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:0 2rem}.footer-section h3{font-size:1.5rem}.footer-section h3,.footer-section h4{color:var(--text-primary);margin-bottom:1rem}.footer-section h4{font-size:1.2rem}.footer-section p{color:var(--text-secondary);line-height:1.6;margin:.5rem 0}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-link{align-items:center;color:var(--text-primary);display:flex;gap:.5rem;text-decoration:none;transition:color .3s ease}.social-icon{flex-shrink:0;height:20px;width:20px}.social-link:hover{color:var(--accent-color);transform:translateX(5px)}.footer-bottom{border-top:1px solid var(--border-color);color:var(--text-primary)!important;font-weight:500;padding:2rem;text-align:center}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.footer-bottom p{color:var(--text-primary)!important;margin:0}.footer-bottom .social-links{align-items:center;display:flex;gap:1.5rem;justify-content:flex-end}.footer-bottom .social-link{align-items:center;color:var(--text-primary);display:flex;gap:.5rem;text-decoration:none;transition:color .3s ease}.footer-bottom .social-link:hover{color:var(--accent-color);transform:translateX(5px)}.footer-bottom .social-icon{flex-shrink:0;height:20px;width:20px}.contact-links{align-items:center;display:flex;flex-direction:column;gap:.5rem}.contact-link{color:var(--text-primary);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:var(--accent-color);text-decoration:underline}@media (max-width:768px){.footer-container{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}.footer{margin-top:2rem;padding:2rem 0 1rem;position:relative}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}}.cart-overlay{background-color:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.cart-sidebar{animation:slideIn .3s ease-out;background-color:#fff;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;height:100vh;position:fixed;right:0;top:0;width:400px;z-index:1000}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:20px}.cart-header h2{color:#333;font-size:1.5rem;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:5px;transition:background-color .2s;width:40px}.close-btn:hover{background-color:#f0f0f0}.cart-content{flex:1 1;overflow-y:auto;padding:20px}.empty-cart{color:#666;padding:40px 20px;text-align:center}.empty-cart p{font-size:1.1rem;margin:10px 0}.cart-items{margin-bottom:20px}.cart-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:15px 0}.cart-item:last-child{border-bottom:none}.item-emoji{margin-right:15px}.item-details h4{color:#333;margin:0 0 5px}.item-details p{color:#666;font-weight:600}.item-controls{gap:10px}.item-controls,.quantity-btn{align-items:center;display:flex}.quantity-btn{background-color:#f8f9fa;border:1px solid #ddd;border-radius:50%;cursor:pointer;font-size:1.2rem;font-weight:700;height:30px;justify-content:center;transition:all .2s;width:30px}.quantity-btn:hover{background-color:#e9ecef;border-color:#adb5bd}.quantity{font-weight:700;min-width:20px;text-align:center}.remove-btn{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.2rem;height:30px;justify-content:center;padding:5px;transition:background-color .2s;width:30px}.remove-btn:hover{background-color:#ffe6e6}.cart-footer{background-color:#f8f9fa;border-top:1px solid #eee;padding:20px}.cart-total{margin-bottom:15px}.cart-total h3{color:#333;font-size:1.3rem;margin:0}.checkout-btn{background-color:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:15px;transition:background-color .2s;width:100%}.checkout-btn:hover{background-color:#218838}.checkout-btn:disabled{background-color:#6c757d;cursor:not-allowed}@media (max-width:480px){.cart-sidebar{width:100%}.cart-item{align-items:flex-start;flex-direction:column;gap:10px}.item-controls{align-self:flex-end}}.image-carousel{background:var(--background-primary);height:80vh;overflow:hidden;position:relative;width:100%}.carousel-container{height:100%;position:relative;width:100%}.carousel-slide{height:100%;left:0;position:absolute;top:0;transition:transform .5s ease-in-out;width:100%}.carousel-slide img{display:block;height:100%;object-fit:cover;width:100%}.carousel-nav{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.carousel-nav:hover{background:#000000b3;transform:translateY(-50%) scale(1.1)}.carousel-nav:active{transform:translateY(-50%) scale(.95)}.carousel-prev{left:20px}.carousel-next{right:20px}.carousel-dots{bottom:30px;display:flex;gap:12px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.carousel-dot{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border:2px solid #ffffff4d;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.carousel-dot:hover{background:#ffffffb3;transform:scale(1.2)}.carousel-dot.active{background:#fff;border-color:#fff;transform:scale(1.3)}.carousel-counter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:8px 16px;position:absolute;right:20px;top:20px;z-index:10}@media (max-width:768px){.image-carousel{height:100vh}.carousel-nav{height:40px;width:40px}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-dots{bottom:20px;gap:8px}.carousel-dot{height:10px;width:10px}.carousel-counter{font-size:.8rem;padding:6px 12px;right:15px;top:15px}}.hero{align-items:center;display:flex;height:100vh;justify-content:center;margin-top:-80px;overflow:hidden;position:relative}.hero-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:1}.hero-video.playing{opacity:1}.hero-video.paused{opacity:.8}.hero-fallback{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;width:100%;z-index:1}.hero-fallback,.hero-overlay{left:0;position:absolute;top:0}.hero-overlay{background:#0000004d;bottom:0;right:0;z-index:2}.hero-content{color:#fff!important;max-width:800px;padding:0 2rem;position:relative;text-align:center;z-index:3}.hero-content h1{color:#fff!important;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px #00000080}.hero-content p{color:#fff!important;font-size:1.3rem;line-height:1.6;margin-bottom:2rem;opacity:.9;text-shadow:1px 1px 2px #00000080}.hero-buttons{flex-wrap:wrap;gap:1rem}.hero-buttons,.hero-play-button{display:flex;justify-content:center}.hero-play-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 4px 20px #0000004d;cursor:pointer;height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:80px;z-index:4}.hero-play-button:hover{background:#fff;box-shadow:0 6px 25px #0006;transform:translate(-50%,-50%) scale(1.1)}.hero-play-button:active{transform:translate(-50%,-50%) scale(.95)}.hero-play-button svg{color:#333;margin-left:4px}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.hero-play-button{height:70px;width:70px}.hero-play-button svg{height:50px;width:50px}}.home{min-height:100vh}.btn{display:inline-block;font-weight:600;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-outline{border:2px solid #fff;color:#fff}.btn-outline,.btn-outline-green{background:#0000;font-weight:700}.btn-outline-green{border:2px solid #0e751f;color:#0e751f}.btn-primary{background:#0e751f;color:#fff;font-weight:700}.btn-primary:hover{box-shadow:0 10px 25px #0003}.btn-outline:hover{background:#042209;color:#fff}.btn-outline-green:hover,.btn-outline:hover{transform:translateY(-3px)}.food-cart-illustration{animation:float 3s ease-in-out infinite;font-size:8rem;text-align:center}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.catchphrase{background:var(--background-primary);padding:4rem 0}.image-gallery .container{margin:0;max-width:none;overflow:hidden;padding:0}.catchphrase-content{margin:0 auto;text-align:center}.catchphrase-content h2{color:var(--text-primary);font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.catchphrase-content p{color:#1a1a1a;font-size:1.3rem;font-weight:400;line-height:1.6;margin-bottom:2.5rem}.hours-section{background:var(--background-secondary);padding:4rem 0}.hours-content{margin:0 auto;max-width:600px;text-align:center}.hours-content h2{color:var(--text-primary);font-size:2.5rem;font-weight:700;letter-spacing:2px;margin-bottom:2rem}.hours-grid{grid-gap:1rem;display:grid;gap:1rem;margin-bottom:2rem}.hours-item{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;padding:1rem 1.5rem;transition:transform .3s ease,box-shadow .3s ease}.hours-item:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.hours-item .day{color:var(--text-primary);font-size:1.1rem;font-weight:600}.hours-item .time{color:var(--text-secondary);font-size:1rem;font-weight:500}.hours-cta{margin-top:2rem}.image-gallery{background:var(--background-primary);padding:0}.gallery-desktop{display:block}.gallery-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(3,1fr);width:100%}.gallery-item{overflow:hidden;position:relative;transition:transform .3s ease,z-index .3s ease;z-index:1}.gallery-item:hover{transform:scale(1.02);z-index:10}.gallery-item img{display:block;height:80vh;object-fit:cover;width:100%}.gallery-mobile{display:none}.cta{background:var(--background-primary);color:var(--text-primary);padding:5rem 0;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem}.cta p{color:#1a1a1a;font-size:1.2rem;font-weight:500;margin-bottom:2rem}.delivery-section{background:var(--background-primary);padding:0 0 4rem;width:100%}.delivery-content{align-items:center;display:flex;margin:0;max-width:100%}.delivery-image{height:95vh;overflow:hidden;width:50%}.delivery-image img{height:100%;object-fit:cover;width:100%}.delivery-text{padding:3rem;text-align:left;width:50%}.delivery-text h2{color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.delivery-text p{color:#1a1a1a;font-size:1.1rem;font-weight:500;line-height:1.6;margin-bottom:2rem}.delivery-services{align-items:flex-start;display:flex;gap:3rem;justify-content:center;margin-bottom:2rem}.delivery-service{align-items:center;display:flex;flex-direction:column;gap:1rem}.delivery-logo img{height:80px;max-width:200px;width:auto}.btn.btn-grubhub{background:#ff6b35!important;border:2px solid #ff6b35!important;color:#fff!important}.btn.btn-grubhub:hover{border-color:#e55a2b!important;box-shadow:0 10px 25px #0003;transform:translateY(-3px)}.btn.btn-ubereats{background:#00c851!important;border:2px solid #00c851!important;color:#fff!important}.btn.btn-ubereats:hover{border-color:#00a041!important;box-shadow:0 10px 25px #0003;transform:translateY(-3px)}@media (max-width:768px){.gallery-desktop{display:none}.gallery-mobile{display:block}.food-cart-illustration{font-size:6rem}.container{padding:0 1rem}.catchphrase-content h2,.cta h2{font-size:2rem}.delivery-content{flex-direction:column}.delivery-image,.delivery-text{width:100%}.delivery-image{height:250px}.delivery-text{padding:2rem 1rem;text-align:center}.delivery-text h2{font-size:2rem}.delivery-services{align-items:center;flex-direction:column;gap:2rem}.delivery-service{align-items:center;gap:.5rem}.delivery-logo img{height:60px;max-width:150px}.hours-content h2{font-size:2rem}.hours-item{padding:.8rem 1rem}.hours-item .day{font-size:1rem}.hours-item .time{font-size:.9rem}}.menu-item{align-items:stretch;background:#fff;border:1px solid var(--container-border);border-radius:12px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;min-height:400px;overflow:hidden;position:relative;transition:transform .3s ease}.menu-item:hover{border-color:var(--accent-color);box-shadow:0 10px 25px #0003;transform:translateY(-5px)}.popular-badge{background:#042209;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:.3rem .8rem;position:absolute;right:1rem;top:1rem;z-index:2}.menu-item-image{align-items:center;background:#f8f9fa;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;position:absolute;top:0;width:100%}.menu-item-image img{display:block;height:100%;object-fit:cover;transition:transform .3s;width:100%}.menu-item:hover .menu-item-image img{transform:scale(1.04)}.item-content{align-items:flex-start;background:#0006;bottom:0;color:#fff;display:flex;flex-direction:column;left:0;padding:1rem;position:absolute;right:0;z-index:1}.item-content .item-name{color:#fff;font-size:1.2rem;font-weight:700}.item-content .item-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#ffffffe6;display:-webkit-box;font-size:.85rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis}.item-footer{align-items:center;display:flex;justify-content:space-between;width:100%}.item-price{color:#fff!important;font-size:1.4rem}@media (max-width:768px){.menu-item{min-height:320px}.item-content{padding:1.5rem 1rem 1rem}.item-content .item-name{font-size:1.1rem}.item-content .item-description{-webkit-line-clamp:2;font-size:.8rem}.item-price{font-size:1.2rem}}.menu{background:var(--background-primary);min-height:100vh}.menu-header{background:var(--gradient-subtle);border-bottom:1px solid var(--border-color);color:var(--text-primary);padding:4rem 0;text-align:center}.menu-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.menu-header p{color:var(--text-secondary);font-size:1.2rem;opacity:.9}.category-filter{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:3rem 0}.category-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:2px solid var(--accent-color);border-radius:12px;color:var(--accent-color);cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.category-btn:hover{box-shadow:0 4px 15px var(--shadow-dark);transform:translateY(-2px)}.category-btn.active,.category-btn:hover{background:var(--accent-color);color:var(--background-light)}.menu-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.menu-notice{background:var(--background-green);border:1px solid var(--container-border);border-left:4px solid var(--accent-color);border-radius:12px;box-shadow:0 5px 15px var(--shadow-color);margin:3rem 0;padding:2rem;text-align:center}.menu-notice h3{color:var(--text-primary);font-size:1.5rem;margin-bottom:1rem}.menu-notice p{color:var(--text-secondary);line-height:1.6}@media (max-width:768px){.menu-header h1{font-size:2.5rem}.category-filter{gap:.5rem}.category-btn{font-size:.9rem;padding:.6rem 1rem}.menu-grid{gap:1.5rem;grid-template-columns:1fr}.container{padding:0 1rem}}.hours{background:var(--background-primary);min-height:100vh}.hours-header{background:linear-gradient(135deg,#042209,#0a3d1a);color:#fff;overflow:hidden;padding:4rem 0;position:relative;text-align:center}.hours-header h1{color:#fff;font-size:3rem;margin-bottom:1rem}.hours-header p{color:#ffffffe6;font-size:1.2rem;opacity:.9}.status-card{align-items:center;background:var(--background-light);border:1px solid var(--container-border);border-radius:12px;box-shadow:0 5px 15px var(--shadow-color);display:flex;gap:2rem;margin:3rem 0;padding:2rem}.status-card.open{border-left:5px solid #27ae60}.status-card.closed{border-left:5px solid #e74c3c}.status-icon{font-size:3rem}.status-content h2{color:var(--text-primary);font-size:1.8rem;margin-bottom:.5rem}.status-content p{color:var(--text-secondary);font-size:1.1rem}.hours-location-grid{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:2rem 0}.hours-section{background:var(--background-light);border:1px solid var(--container-border);border-radius:12px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;padding:2rem}.hours-section h2{color:var(--text-primary);font-size:2rem;margin-bottom:2rem;text-align:center}.hours-table{display:flex;flex:1 1;flex-direction:column;gap:1rem}.hours-row{grid-gap:2rem;border-radius:10px;display:grid;gap:2rem;grid-template-columns:1fr 1fr auto;padding:1rem;transition:background-color .3s ease}.hours-row:hover{background-color:var(--background-secondary)}.hours-row.current-day{background:linear-gradient(135deg,#042209,#0a3d1a);color:#fff}.hours-row.current-day .day{color:#fff;font-weight:700}.hours-row.current-day .time{color:#fffffff2;font-weight:600}.hours-row.current-day .status{color:#fff;font-weight:700}.day{color:var(--text-primary);font-size:1.1rem;font-weight:600}.time{color:var(--text-secondary)}.current-day .time{color:#ffffffe6}.status{color:var(--text-secondary);font-size:.9rem;font-weight:600}.location-section{background:var(--background-light);border:1px solid var(--container-border);border-radius:12px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;padding:2rem}.location-section h2{color:var(--text-primary);font-size:2rem;margin-bottom:2rem;text-align:center}.location-card{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;min-height:0}.location-info h3{color:var(--text-primary);font-size:1.5rem;margin-bottom:1rem}.location-info p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:.5rem}.address-link{color:var(--text-primary);font-weight:600;text-decoration:none;transition:color .3s ease}.address-link:hover{color:var(--accent-color);text-decoration:underline}.phone-link{color:var(--text-primary);font-weight:600;text-decoration:none;transition:color .3s ease}.phone-link:hover{color:var(--accent-color);text-decoration:underline}.email-link{color:var(--text-primary);font-weight:600;text-decoration:none;transition:color .3s ease}.email-link:hover{color:var(--accent-color);text-decoration:underline}.location-map{background:#f8f9fa;border-radius:12px;flex:1 1;min-height:0;overflow:hidden}.location-map iframe{border:none;border-radius:12px;height:100%;width:100%}.map-placeholder{align-items:center;color:#7f8c8d;display:flex;flex-direction:column;height:300px;justify-content:center;padding:2rem;text-align:center}.map-icon{font-size:4rem;margin-bottom:1rem}.map-placeholder h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem}.map-placeholder p{color:#7f8c8d;font-size:1.1rem;margin-bottom:1.5rem}.directions-btn{background:var(--accent-color);border-radius:12px;box-shadow:0 2px 10px #0000001a;color:#fff;display:inline-block;font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.directions-btn:hover{background:var(--primary-light);box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.special-hours{background:#fff;border:1px solid var(--container-border);border-radius:12px;box-shadow:0 5px 15px #0000001a;margin:2rem 0;padding:2rem}.special-hours h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.special-notice{background:#fff3cd;border:1px solid #ffeaa7;border-radius:12px;padding:1.5rem}.special-notice h3{color:#856404;font-size:1.3rem;margin-bottom:1rem}.special-notice p{color:#856404;line-height:1.6;margin-bottom:.5rem}.contact-section{background:#fff;border:1px solid var(--container-border);border-radius:12px;box-shadow:0 5px 15px #0000001a;margin:2rem 0;padding:2rem}.contact-section h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.contact-item{background:#f8f9fa;border-radius:10px;padding:2rem;text-align:center;transition:transform .3s ease}.contact-item:hover{transform:translateY(-5px)}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-item h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.contact-item p{color:#7f8c8d;font-size:1rem;margin-bottom:.3rem}@media (max-width:768px){.hours-header h1{font-size:2.5rem}.status-card{flex-direction:column;gap:1rem;text-align:center}.hours-location-grid{gap:1.5rem;grid-template-columns:1fr}.hours-row{gap:.5rem;grid-template-columns:1fr;text-align:center}.location-card{flex-direction:column;gap:1rem}.contact-grid{grid-template-columns:1fr}.container{padding:0 1rem}}.catering{background:#f8f9fa;min-height:100vh}.catering-header{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;overflow:hidden;padding:4rem 0;position:relative;text-align:center}.catering-header h1{font-size:3rem;margin-bottom:1rem}.catering-header p{font-size:1.2rem;opacity:.9}.packages-section{padding:4rem 0}.packages-section h2{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem;text-align:center}.packages-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.package-card{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:transform .3s ease}.package-card:hover{box-shadow:0 15px 30px #00000026;transform:translateY(-10px)}.package-emoji{font-size:3rem;margin-bottom:1rem}.package-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.package-description{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.package-price{margin-bottom:1rem}.price{color:#ff6b6b;font-size:2rem;font-weight:700}.per-person{color:#7f8c8d;font-size:.9rem}.package-guests{color:#2c3e50;font-weight:600;margin-bottom:1.5rem}.package-includes h4{color:#2c3e50;font-size:1.1rem;margin-bottom:1rem}.package-includes ul{list-style:none;padding:0;text-align:left}.package-includes li{color:#7f8c8d;margin-bottom:.5rem;padding-left:1rem}.why-catering{background:#fff;padding:4rem 0}.why-catering h2{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature{padding:2rem;text-align:center}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.feature p{color:#7f8c8d;line-height:1.6}.catering-form-section{padding:4rem 0}.catering-form-section h2{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem;text-align:center}.form-container{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;margin:0 auto;max-width:800px;padding:3rem}.catering-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group textarea{min-height:100px}.submit-btn{border-radius:50px;font-size:1.1rem;margin-top:1rem}.submit-btn:hover{box-shadow:0 10px 25px #0003;transform:translateY(-3px)}.additional-services{background:#fff;padding:4rem}.additional-services h2{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-item{background:#f8f9fa;border-radius:15px;padding:2rem;text-align:center;transition:transform .3s ease}.service-item:hover{transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-item h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.service-item p{color:#7f8c8d;line-height:1.6}@media (max-width:768px){.catering-header h1{font-size:2.5rem}.form-row,.packages-grid{grid-template-columns:1fr}.form-container{padding:2rem}.features-grid,.services-grid{grid-template-columns:1fr}.container{padding:0 1rem}.additional-services h2,.catering-form-section h2,.packages-section h2,.why-catering h2{font-size:2rem}}.about{background:var(--background-primary);min-height:100vh}.about-header{background:linear-gradient(135deg,#042209,#0a3d1a);color:#fff;overflow:hidden;padding:4rem 0;position:relative;text-align:center}.header-video{height:100%;object-fit:cover;width:100%;z-index:0}.header-overlay,.header-video{left:0;position:absolute;top:0}.header-overlay{background:#00000080;bottom:0;right:0;z-index:1}.about-header h1{color:#fff;font-size:3rem;margin-bottom:1rem}.about-header p{color:#ffffffe6;font-size:1.2rem;opacity:.9}.container{position:relative;z-index:2}.story-section{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;padding:4rem 0}.story-content h2{color:var(--text-primary);font-size:2.5rem;margin-bottom:2rem}.story-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.story-image{align-items:center;display:flex;height:100%;justify-content:center;min-height:400px;text-align:center}.story-image-img{border-radius:12px;box-shadow:0 5px 15px #0000001a;height:100%;object-fit:cover;width:100%}.image-placeholder{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;font-size:4rem;margin:0 auto;max-width:200px;padding:1.5rem}.values-section{background:var(--background-secondary);padding:4rem 0}.values-section h2{color:var(--text-primary);font-size:2.5rem;margin-bottom:3rem;text-align:center}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-item{background:#f8f9fa;border:1px solid var(--container-border);border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease}.value-item:hover{transform:translateY(-5px)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-item h3{color:var(--text-primary);font-size:1.3rem;margin-bottom:1rem}.value-item p{color:var(--text-secondary);line-height:1.6}.team-section{background:var(--background-primary);padding:4rem 0}.team-section h2{color:var(--text-primary);font-size:2.5rem;margin-bottom:3rem;text-align:center}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.team-member{background:#fff;border:1px solid var(--container-border);border-radius:12px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.member-avatar{font-size:4rem;margin-bottom:1rem}.team-member h3{color:var(--text-primary);font-size:1.3rem;margin-bottom:.5rem}.member-title{color:var(--accent-color);font-size:1rem;font-weight:600;margin-bottom:1rem}.team-member p{color:var(--text-secondary);line-height:1.6}.awards-section{background:var(--background-secondary);padding:4rem 0}.awards-section h2{color:var(--text-primary);font-size:2.5rem;margin-bottom:3rem;text-align:center}.awards-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.award-item{background:#f8f9fa;border:1px solid var(--container-border);border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease}.award-item:hover{transform:translateY(-5px)}.award-icon{font-size:3rem;margin-bottom:1rem}.award-item h3{color:var(--text-primary);font-size:1.3rem;margin-bottom:.5rem}.award-item p{color:var(--text-secondary);font-size:.9rem}.community-section{background:var(--background-primary);padding:4rem 0}.community-section h2{color:var(--text-primary);font-size:2.5rem;margin-bottom:2rem;text-align:center}.community-content{background:#fff;border:1px solid var(--container-border);border-radius:12px;box-shadow:0 5px 15px #0000001a;padding:2rem}.community-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.community-content ul{list-style:none;margin:2rem 0;padding:0}.community-content li{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1rem;padding-left:1rem}.contact-cta{background:var(--background-secondary);padding:4rem 0;text-align:center}.contact-cta h2{color:var(--text-primary);font-size:2.5rem;margin-bottom:1rem}.contact-cta p{color:var(--text-secondary);font-size:1.2rem;margin-bottom:2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary:hover{box-shadow:0 10px 25px #0422094d;transform:translateY(-3px)}@media (max-width:768px){.about-header h1{font-size:2.5rem}.story-section{gap:2rem;grid-template-columns:1fr}.awards-section h2,.community-section h2,.contact-cta h2,.story-content h2,.team-section h2,.values-section h2{font-size:2rem}.awards-grid,.team-grid,.values-grid{grid-template-columns:1fr}.image-placeholder{font-size:3rem;max-width:150px;padding:1rem}.cta-buttons{align-items:center;flex-direction:column}.container{padding:0 1rem}}.checkout{background:#f8f9fa;min-height:100vh}.checkout-header{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;padding:3rem 0;text-align:center}.checkout-header h1{font-size:2.5rem;margin-bottom:.5rem}.checkout-header p{font-size:1.1rem;opacity:.9}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.error-message{align-items:center;background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;display:flex;justify-content:space-between;margin:1rem 0;padding:1rem}.error-message p{flex:1 1;margin:0}.error-close{background:none;border:none;color:#c33;cursor:pointer;font-size:1.5rem;margin-left:1rem;padding:0}.error-close:hover{color:#a00}.checkout-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:3rem 0}.order-summary{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;height:fit-content;padding:2rem}.order-summary h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem}.order-items{margin-bottom:2rem}.order-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1rem 0}.order-item:last-child{border-bottom:none}.item-info{align-items:center;display:flex;flex:1 1}.item-emoji{font-size:2rem;margin-right:1rem}.item-details h4{color:#2c3e50;font-size:1rem;margin:0 0 .3rem}.item-details p{color:#7f8c8d;font-size:.9rem;margin:0}.item-price{color:#ff6b6b;font-size:1.1rem;font-weight:700}.order-breakdown{border-top:2px solid #eee;padding-top:1.5rem}.breakdown-item{align-items:center;color:#2c3e50;display:flex;justify-content:space-between;padding:.5rem 0}.breakdown-item.total{border-top:1px solid #eee;color:#ff6b6b;font-size:1.2rem;font-weight:700;margin-top:.5rem;padding-top:1rem}.order-total{border-top:2px solid #eee;padding-top:1.5rem;text-align:right}.order-total h3{color:#2c3e50;font-size:1.5rem;margin:0}.checkout-form{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;padding:2rem}.checkout-form h2{color:#2c3e50;font-size:1.5rem;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e9ecef;border-radius:8px;font-size:1rem;padding:.8rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ff6b6b;outline:none}.form-group textarea{min-height:80px;resize:vertical}.tip-options{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));margin-top:.5rem}.tip-option{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;cursor:pointer;font-size:.9rem;font-weight:600;padding:.8rem .5rem;transition:all .3s ease}.tip-option:hover{background:#fff5f5;border-color:#ff6b6b}.tip-option.selected{background:#ff6b6b;border-color:#ff6b6b;color:#fff}.form-actions{display:flex;gap:1rem;margin-top:2rem}.back-btn{background:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:background-color .3s ease}.back-btn:hover{background:#5a6268}.submit-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e53);border:none;border-radius:8px;box-shadow:0 2px 10px #0000001a;color:#fff;cursor:pointer;flex:2 1;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.submit-btn:hover:not(:disabled){box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.submit-btn:disabled{background:#6c757d;box-shadow:none;cursor:not-allowed;transform:none}.empty-cart-message{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;margin:3rem 0;padding:4rem 2rem;text-align:center}.empty-cart-message h2{color:#2c3e50;margin-bottom:1rem}.empty-cart-message p{color:#7f8c8d;margin-bottom:2rem}.back-to-menu-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e53);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.back-to-menu-btn:hover{box-shadow:0 4px 15px #0003;transform:translateY(-2px)}@media (max-width:768px){.checkout-content{gap:2rem;grid-template-columns:1fr}.form-actions{flex-direction:column}.back-btn,.submit-btn{flex:none}.container{padding:0 1rem}.checkout-header h1{font-size:2rem}.tip-options{grid-template-columns:repeat(2,1fr)}}.order-confirmation{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem}.confirmation-container{max-width:600px;width:100%}.confirmation-card{animation:slideUp .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:3rem;text-align:center}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-icon{animation:bounce 1s ease-in-out;font-size:4rem;margin-bottom:1rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.confirmation-card h1{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.confirmation-message{color:#7f8c8d;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.order-details{background:#f8f9fa;border-radius:15px;margin:2rem 0;padding:2rem;text-align:left}.order-details h2{color:#2c3e50;font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.detail-item{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:.8rem 0}.detail-item:last-child{border-bottom:none}.label{color:#6c757d;font-weight:600}.value{color:#2c3e50;font-weight:700}.pickup-instructions{background:#fff3cd;border:1px solid #ffeaa7;border-radius:15px;margin:2rem 0;padding:2rem;text-align:left}.pickup-instructions h3{color:#856404;font-size:1.2rem;margin-bottom:1rem}.pickup-instructions ul{list-style:none;margin:0;padding:0}.pickup-instructions li{color:#856404;padding:.5rem 0 .5rem 1.5rem;position:relative}.pickup-instructions li:before{color:#28a745;content:"✓";font-weight:700;left:0;position:absolute}.contact-info{background:#d1ecf1;border:1px solid #bee5eb;border-radius:15px;margin:2rem 0;padding:2rem}.contact-info h3{color:#0c5460;font-size:1.2rem;margin-bottom:1rem}.contact-info p{color:#0c5460;font-size:1.1rem;margin:0}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.home-btn,.order-again-btn{border-radius:10px;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.order-again-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e53);box-shadow:0 4px 15px #0003;color:#fff}.order-again-btn:hover{box-shadow:0 6px 20px #0003;color:#fff;transform:translateY(-2px)}.home-btn{background:#6c757d;color:#fff}.home-btn:hover{background:#5a6268;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.order-confirmation{padding:1rem}.confirmation-card{padding:2rem}.confirmation-card h1{font-size:2rem}.action-buttons{flex-direction:column}.home-btn,.order-again-btn{text-align:center;width:100%}}
/*# sourceMappingURL=main.7964ec4b.css.map*/