:root{--soft-cream: #D4D0B8;--accent-red: #C91409;--vibrant-orange: #FF7A00;--dark-charcoal: #1E1E1E;--white: #FFFFFF;--gold: #FFB700;--soft-orange: var(--soft-cream);--orange-primary: var(--vibrant-orange);--orange-dark: #cc6200;--dark-bg: var(--dark-charcoal)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:var(--white);overflow-x:hidden;color:var(--dark-charcoal)}.font-cinzel{font-family:Cinzel,serif}.font-playfair{font-family:Playfair Display,serif}.newsletter{background:var(--vibrant-orange);color:#fff;padding:4rem 5%;display:flex;justify-content:space-between;align-items:center;border-radius:40px;margin:6rem 5%;gap:3rem}.services-section{padding:6rem 5%;max-width:1200px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:4rem}.service-card{text-align:center;padding:2.5rem 1.5rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;transition:all .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #ff7a0026}.service-icon{width:60px;height:60px;background:var(--soft-orange);color:var(--vibrant-orange);border-radius:15px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}.service-card:hover .service-icon{background:var(--vibrant-orange);color:#fff}.service-icon svg{width:30px;height:30px}.service-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--dark-charcoal)}.service-card p{font-size:.95rem;line-height:1.6;color:#666}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services-grid{grid-template-columns:1fr}}.navbar{background:#fff;padding:1.5rem 8%;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;box-shadow:0 10px 30px #00000005}.navbar>*{flex:1}.logo{text-decoration:none;transition:transform .3s;display:flex;justify-content:center;flex:0 0 auto;z-index:10}.logo-text{font-family:Cinzel,serif;font-size:1.6rem;font-weight:700;color:#111;letter-spacing:3px;display:flex;align-items:center;white-space:nowrap}.logo-text svg{display:inline-block;vertical-align:middle}.nav-links{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.nav-icons{display:flex;align-items:center;gap:1.5rem;justify-content:flex-end}.nav-links a{text-decoration:none;color:var(--dark-charcoal);font-weight:600;font-size:.9rem;letter-spacing:1px;transition:color .3s;position:relative;white-space:nowrap}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--vibrant-orange);transition:width .3s}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:var(--vibrant-orange)}.nav-icons{display:flex;gap:2rem;align-items:center;z-index:10}.search-container-v5{position:relative}.search-bar-redesign{display:flex;align-items:center;background:#f9f9f9;padding:.5rem 1.5rem;border-radius:50px;border:1px solid #eee;transition:all .3s ease}.search-bar-redesign:focus-within{background:#fff;border-color:var(--vibrant-orange);box-shadow:0 5px 15px #ff7a001a}.search-bar-redesign input{background:transparent;border:none;outline:none;width:150px;font-size:.9rem;color:#111}.search-suggestions{position:absolute;top:calc(100% + 10px);right:0;width:320px;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 15px 40px #0000001f;border:1px solid rgba(0,0,0,.05);overflow:hidden;z-index:9999}.suggestion-item{display:flex;align-items:center;gap:1rem;padding:1rem;text-decoration:none;color:#111;transition:background .2s ease;border-bottom:1px solid #f5f5f5}.suggestion-item:last-of-type{border-bottom:none}.suggestion-item:hover{background:#fdf6f0}.suggestion-item img{width:45px;height:45px;border-radius:10px;object-fit:cover}.suggestion-info{display:flex;flex-direction:column}.suggestion-name{font-weight:600;font-size:.9rem;margin-bottom:2px}.suggestion-price{font-size:.8rem;color:var(--vibrant-orange);font-weight:700}.view-all-results{display:block;padding:.8rem;text-align:center;background:#f9f9f9;color:#888;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s}.view-all-results:hover{background:var(--vibrant-orange);color:#fff}.no-suggestions{padding:1.5rem;text-align:center;color:#999;font-size:.9rem}.search-bar-redesign svg{color:#888}.nav-icons>a,.nav-icons>.cart-container{color:var(--dark-charcoal);transition:all .3s;display:flex;align-items:center}.nav-icons>a:hover{color:var(--vibrant-orange);transform:translateY(-2px)}.nav-icons svg{width:22px;height:22px}.mobile-menu-btn{display:none;background:transparent;border:none;cursor:pointer;padding:.5rem;color:var(--dark-charcoal);align-items:center;justify-content:center}.mobile-menu,.mobile-menu-overlay{display:none}.hero{background:var(--soft-cream);padding:4rem 5% 6rem;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;min-height:85vh;align-items:center}.hero-content h1{font-family:Cinzel,serif;font-size:4.8rem;font-weight:550;color:var(--dark-charcoal);line-height:1.1;margin-bottom:2rem}.hero-content p{color:#555;font-size:1.1rem;margin-bottom:3rem;line-height:1.8;border-left:3px solid var(--vibrant-orange);padding-left:1.5rem}.hero-buttons{display:flex;gap:1.5rem}.btn{padding:1rem 2.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);text-decoration:none;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.btn-outline{background:transparent;border:2px solid var(--dark-charcoal);color:var(--dark-charcoal)}.btn-outline:hover{background:var(--dark-charcoal);color:#fff;box-shadow:0 10px 20px #0000001a}.btn-primary{background:var(--dark-charcoal);border:2px solid var(--dark-charcoal);color:#fff;display:flex;align-items:center;gap:.8rem}.btn-primary:hover{background:var(--vibrant-orange);border-color:var(--vibrant-orange);box-shadow:0 10px 25px #ff7a004d;transform:scale(1.05)}.btn-primary svg{width:18px;height:18px}.hero-images{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:1rem;height:450px}.hero-img{border-radius:20px;overflow:hidden;position:relative}.hero-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.hero-img:hover img{transform:scale(1.05)}.hero-img-1{background:#8b9d83}.hero-img-2{grid-row:span 2;background:#4a4a4a}.hero-img-3{background:#b8d4e3}.hero-img-4{background:#f5d5c8}.hero-img-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,#000000b3);color:#fff}.hero-img-overlay p{font-size:.85rem;margin:0}.arrow-icon{position:absolute;top:1rem;right:1rem;background:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.arrow-icon svg{width:16px;height:16px}.popular-dishes{padding:4rem 5%;background:#fff}.section-title{text-align:center;margin-bottom:3rem;position:relative}.section-title h2{font-size:1.5rem;font-weight:600;letter-spacing:3px;color:#1a1a1a;display:inline-block;padding:0 2rem;position:relative}.section-title h2:before,.section-title h2:after{content:"";position:absolute;top:50%;width:60px;height:2px;background:#ddd}.section-title h2:before{left:-70px}.section-title h2:after{right:-70px}.dishes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.dish-card{background:var(--dark-bg);border-radius:20px;overflow:hidden;transition:transform .3s,box-shadow .3s}.dish-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0003}.dish-image{height:220px;position:relative;overflow:hidden;display:block;text-decoration:none}.dish-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.dish-card:hover .dish-image img{transform:scale(1.08)}.dish-rating{position:absolute;bottom:10px;left:10px;background:var(--gold);color:#1a1a1a;padding:.3rem .6rem;border-radius:15px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.3rem}.dish-rating svg{width:14px;height:14px}.dish-info{padding:1rem;display:flex;justify-content:space-between;align-items:center}.dish-info h3{color:#fff;font-size:1rem;font-weight:500;margin-bottom:.3rem}.dish-info h3 a{color:#fff;text-decoration:none;transition:color .3s}.dish-info h3 a:hover{color:var(--orange-primary)}.dish-info .price{color:var(--orange-primary);font-size:.9rem;font-weight:600}.add-to-cart{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;width:35px;height:35px;border-radius:8px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.add-to-cart:hover{background:var(--orange-primary);border-color:var(--orange-primary)}.add-to-cart svg{width:18px;height:18px}.healthy-food-banner{position:relative;min-height:500px;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.healthy-food-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1e1e1ed9,#1e1e1e99,#1e1e1e66);display:flex;align-items:center;justify-content:flex-start;padding:4rem 8%}.healthy-food-banner-content{max-width:550px}.healthy-food-banner-content h2{font-family:Playfair Display,serif;font-size:3.5rem;color:#fff;line-height:1.2;margin-bottom:1.5rem}.healthy-food-banner-content h2 em{font-style:italic;font-weight:400;color:#ffffffe6}.healthy-food-banner-content h2 strong{font-weight:700;display:block}.healthy-food-banner-content p{color:#ffffffd9;line-height:1.9;font-size:1rem;text-align:left}.menu-section{background:var(--soft-orange);padding:4rem 5%}.menu-categories{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.category-btn{padding:.7rem 1.5rem;border-radius:25px;border:2px solid #ddd;background:#fff;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:all .3s}.category-btn:hover,.category-btn.active{border-color:#333;box-shadow:0 4px 15px #0000001a}.category-btn svg{width:20px;height:20px}.category-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a}.menu-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-bottom:1.5rem}.menu-card{background:var(--dark-charcoal);border-radius:20px;overflow:hidden;transition:transform .3s,box-shadow .3s;border:1px solid rgba(255,255,255,.05)}.menu-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.menu-card-image{height:180px;overflow:hidden}.menu-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.menu-card:hover .menu-card-image img{transform:scale(1.1)}.menu-card-info{padding:1.25rem;display:flex;justify-content:space-between;align-items:center}.menu-card-info h4{font-size:1rem;font-weight:500;color:#fff;margin-bottom:.3rem}.menu-card-info .price{color:var(--vibrant-orange);font-size:.95rem;font-weight:600}.menu-card-btn{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2);width:36px;height:36px;border-radius:10px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.menu-card-btn:hover{background:var(--vibrant-orange);border-color:var(--vibrant-orange)}.menu-card-btn svg{width:16px;height:16px}.show-more-btn{display:block;margin:2rem auto 0;padding:1rem 3rem;background:#fff;border:2px solid #333;border-radius:30px;font-weight:500;cursor:pointer;transition:all .3s}.show-more-btn:hover{background:#333;color:#fff}.newsletter{padding:3rem 5%;display:flex;justify-content:space-between;align-items:center;background:#fff}.newsletter h3{font-size:1.5rem;font-weight:600;color:#1a1a1a}.newsletter-form{display:flex;gap:0}.newsletter-form input{padding:1rem 1.5rem;border:2px solid #ddd;border-right:none;border-radius:30px 0 0 30px;min-width:300px;font-size:1rem;outline:none}.newsletter-form input:focus{border-color:var(--orange-primary)}.newsletter-form button{padding:1rem 2rem;background:#fff;border:2px solid #333;border-radius:0 30px 30px 0;font-weight:600;cursor:pointer;transition:all .3s}.newsletter-form button:hover{background:#333;color:#fff}.footer-v2{background:#f8f9fa;border-top:1px solid #e9ecef}.footer-v2-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;padding:5rem 8%;max-width:1400px;margin:0 auto}.footer-v2-brand{max-width:280px}.footer-logo-text{font-size:1.4rem!important;margin-bottom:1.25rem;color:#111}.footer-v2-desc{color:#6c757d;font-size:.9rem;line-height:1.7;margin-bottom:1.5rem}.footer-v2-social{display:flex;gap:.75rem}.footer-v2-social a{width:36px;height:36px;border-radius:50%;background:#e9ecef;color:#495057;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer-v2-social a:hover{background:#ff7a00;color:#fff;transform:translateY(-3px)}.footer-v2-social svg{width:16px;height:16px}.footer-v2-nav h4{font-size:1rem;font-weight:700;color:#212529;margin-bottom:1.5rem;letter-spacing:.5px}.footer-v2-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.footer-v2-nav ul li a{color:#6c757d;text-decoration:none;font-size:.9rem;transition:color .3s}.footer-v2-nav ul li a:hover{color:#ff7a00}.footer-v2-contact{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:#6c757d;font-size:.9rem}.contact-item svg{width:18px;height:18px;color:#ff7a00;flex-shrink:0}.footer-v2-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 8%;border-top:1px solid #e9ecef;background:#fff}.footer-v2-bottom p{color:#6c757d;font-size:.85rem;margin:0}.footer-v2-legal{display:flex;gap:2rem}.footer-v2-legal a{color:#6c757d;text-decoration:none;font-size:.85rem;transition:color .3s}.footer-v2-legal a:hover{color:#ff7a00}@media(max-width:1024px){.footer-v2-main{grid-template-columns:repeat(2,1fr);gap:3rem}.footer-v2-brand{grid-column:span 2;max-width:100%;text-align:center;display:flex;flex-direction:column;align-items:center}.footer-logo-text,.footer-v2-social{justify-content:center}.footer-v2-nav{text-align:center}.footer-v2-contact{align-items:center}}@media(max-width:640px){.footer-v2-main{grid-template-columns:1fr;gap:2.5rem;padding:3rem 5%}.footer-v2-brand{grid-column:span 1}.footer-v2-bottom{flex-direction:column;gap:1rem;text-align:center;padding:1.5rem 5%}.footer-v2-legal{gap:1.5rem}}.footer-nav ul li a:hover{color:var(--vibrant-orange)}.app-buttons{display:flex;flex-direction:column;gap:1rem}.app-btn{display:flex;align-items:center;gap:.8rem;background:var(--dark-charcoal);color:#fff;padding:.8rem 1.5rem;border-radius:12px;text-decoration:none;font-size:.9rem;transition:all .3s}.app-btn:hover{background:#333;transform:translateY(-3px)}.app-btn svg{width:20px;height:20px}.footer-logo{display:flex;flex-direction:column;gap:1rem}.footer-logo .logo{width:fit-content;flex:none}.social-links{display:flex;gap:.5rem}.social-links a{width:35px;height:35px;border-radius:50%;background:#333;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .3s;text-decoration:none}.social-links a:hover{background:var(--orange-primary)}.social-links svg{width:16px;height:16px}.footer-column h4{font-weight:600;margin-bottom:1rem;color:#1a1a1a}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.5rem}.footer-column ul li a{color:#666;text-decoration:none;font-size:.9rem;transition:color .3s}.footer-column ul li a:hover{color:var(--orange-primary)}.payment-methods{display:flex;flex-direction:column;gap:.5rem}.payment-badge{background:#fff;padding:.5rem 1rem;border-radius:5px;font-weight:600;font-size:.85rem;text-align:center}.app-badges{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.app-badge{background:#333;color:#fff;padding:.5rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;font-size:.8rem;text-decoration:none}.app-badge:hover{background:#444}.app-badge svg{width:18px;height:18px}@media(max-width:1024px){.navbar{justify-content:space-between}.logo,.nav-links,.nav-icons{flex:none}.hero{grid-template-columns:1fr;text-align:center}.hero-buttons{justify-content:center}.hero-images{height:350px}.dishes-grid{grid-template-columns:repeat(2,1fr)}.menu-grid,.footer-content{grid-template-columns:repeat(3,1fr)}}.cart-container{position:relative}.cart-toggle-btn{background:transparent;border:none;cursor:pointer;position:relative;padding:0;display:flex;align-items:center;color:var(--dark-charcoal);transition:all .3s}.cart-toggle-btn:hover{color:var(--vibrant-orange);transform:translateY(-2px)}.cart-toggle-btn svg{width:22px;height:22px}.cart-badge{position:absolute;top:-8px;right:-8px;background:var(--vibrant-orange);color:#fff;font-size:.7rem;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-sidebar{position:fixed;top:0;left:-400px;right:auto;width:380px;max-width:90vw;height:100vh;background:#fff;box-shadow:10px 0 40px #00000026;z-index:2000;display:flex;flex-direction:column;transition:left .4s cubic-bezier(.25,.46,.45,.94),top .4s ease}.cart-header{padding:1rem 1.5rem;border-bottom:1px solid #eee;display:flex;justify-content:flex-end;align-items:center}@media(min-width:768px){.cart-sidebar{right:-400px;left:auto;transition:right .4s cubic-bezier(.25,.46,.45,.94);box-shadow:-10px 0 40px #00000026}.cart-sidebar.open{right:0!important;left:auto!important;top:0!important}}@media(max-width:767px){.cart-sidebar{top:-100%!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:85vh!important;border-radius:0 0 30px 30px!important;box-shadow:0 5px 25px #00000026!important;transition:top .4s cubic-bezier(.25,.46,.45,.94)!important}.cart-sidebar.open{top:0!important}.cart-body{max-height:50vh}.cart-overlay{background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.close-cart-btn{background:transparent;border:none;cursor:pointer;padding:.5rem;color:#666;transition:color .3s}.close-cart-btn:hover{color:var(--vibrant-orange)}.close-cart-btn svg{width:20px;height:20px}.cart-body{flex:1;overflow-y:auto;padding:1rem}.cart-item{display:flex;gap:1rem;padding:1rem;background:#f9f9f9;border-radius:12px;margin-bottom:1rem;position:relative}.cart-item-image{width:70px;height:70px;border-radius:8px;overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1}.cart-item-details h4{font-size:.95rem;font-weight:500;color:var(--dark-charcoal);margin-bottom:.3rem}.cart-item-price{color:var(--vibrant-orange);font-weight:600;font-size:.9rem}.cart-item-quantity{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.cart-item-quantity .qty-btn{width:26px;height:26px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--dark-charcoal);transition:all .2s}.cart-item-quantity .qty-btn:hover{border-color:var(--vibrant-orange);color:var(--vibrant-orange)}.remove-item-btn{position:absolute;top:.5rem;right:.5rem;background:transparent;border:none;cursor:pointer;color:#999;padding:.3rem;transition:color .3s}.remove-item-btn:hover{color:var(--vibrant-orange)}.remove-item-btn svg{width:16px;height:16px}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:5rem 2rem;color:#666}.cart-empty-logo{margin-bottom:2rem;position:relative;display:flex;justify-content:center;align-items:center}.cart-empty h4{color:var(--dark-charcoal);font-size:1.25rem;margin-bottom:.75rem;font-family:Cinzel,serif;font-weight:700}.cart-empty p{margin-bottom:2rem;font-size:.9rem;line-height:1.6;max-width:250px;margin-left:auto;margin-right:auto}.continue-shopping-btn{display:inline-block;padding:.75rem 1.5rem;background:var(--dark-charcoal);color:#fff;text-decoration:none;border-radius:25px;font-size:.9rem;transition:background .3s}.continue-shopping-btn:hover{background:var(--vibrant-orange)}.cart-footer{padding:1.5rem;border-top:1px solid #eee;background:#fafafa}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.1rem}.cart-subtotal strong{color:var(--dark-charcoal)}.checkout-btn{display:block;width:100%;padding:1rem;background:var(--dark-charcoal);color:#fff;text-align:center;text-decoration:none;border-radius:30px;font-weight:600;margin-bottom:.75rem;transition:background .3s}.checkout-btn:hover{background:var(--vibrant-orange)}.clear-cart-btn{width:100%;padding:.75rem;background:transparent;border:1px solid #ddd;color:#666;border-radius:25px;cursor:pointer;font-size:.85rem;transition:all .3s}.clear-cart-btn:hover{border-color:var(--accent-red);color:var(--accent-red)}.cart-overlay{position:fixed;inset:0;background:#00000080;z-index:1999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(min-width:769px)and (max-width:1100px){.navbar{padding:1rem 3%!important;gap:1rem}.nav-links{gap:1rem!important}.nav-links a{font-size:.8rem!important;letter-spacing:.5px!important}.nav-icons{gap:1rem!important}.logo{flex-shrink:0!important}.logo-text{font-size:1.2rem!important;letter-spacing:1.5px!important}.search-bar-redesign{padding:.4rem 1rem!important}.search-bar-redesign input{width:100px!important}}.mobile-menu-btn{display:none;background:transparent;border:none;cursor:pointer;color:var(--dark-charcoal);padding:.5rem;z-index:1001}.mobile-menu-btn svg{width:24px;height:24px}@media(max-width:768px){.navbar{padding:.8rem 4%;display:flex;align-items:center;justify-content:space-between;position:relative;gap:.5rem}.navbar>*{flex:1}.mobile-menu-btn{display:flex;flex:1;justify-content:flex-start}.nav-links,.desktop-profile{display:none}.logo{position:static;transform:none;margin:0!important;flex:0 0 auto;display:flex;justify-content:center;z-index:1001}.logo-text{font-size:1rem;letter-spacing:1.5px}.logo-text svg{width:22px;height:22px}.nav-icons{flex:1;display:flex;justify-content:flex-end;gap:.5rem;align-items:center}.search-bar-redesign{position:relative;padding:0;width:38px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .35s cubic-bezier(.4,0,.2,1);background:#f4f4f4;border:1px solid #e5e5e5;border-radius:50px;overflow:hidden;color:#111;cursor:pointer}.search-bar-redesign:focus-within{width:135px;padding-left:.7rem;background:#fff;border-color:var(--vibrant-orange);box-shadow:0 4px 12px #ff7a001a;justify-content:flex-start;cursor:default}.search-bar-redesign svg{width:15px!important;height:15px!important;flex-shrink:0;color:inherit;display:block;transition:all .3s ease;pointer-events:none}.search-bar-redesign:focus-within svg{color:var(--vibrant-orange)}.search-bar-redesign input{position:absolute;inset:0;width:100%;height:100%;opacity:0;font-size:.75rem;padding:0;border:none;background:transparent;transition:all .3s ease;cursor:pointer}.search-bar-redesign:focus-within input{position:static;width:100%;height:auto;opacity:1;padding-left:.4rem;cursor:text}}.mobile-menu{position:fixed;top:0;left:0;right:0;width:100%;height:auto;max-height:90vh;background:#f2f2f2;z-index:9999;padding:2rem;transform:translateY(-101%);visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column;border-radius:0;overflow-y:auto}.mobile-menu.open{transform:translateY(0);visibility:visible}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #ddd}.mobile-menu-header h3{font-family:Cinzel,serif;font-size:1.5rem;font-weight:700;color:var(--dark-charcoal);letter-spacing:2px}.close-mobile-menu{background:transparent;border:none;cursor:pointer;padding:.5rem;color:#111}.close-mobile-menu svg{width:28px;height:28px}.mobile-nav-links{list-style:none;padding:0;margin:0}.mobile-nav-links li{margin-bottom:.5rem}.mobile-nav-links a{display:block;padding:1rem 0;color:var(--dark-charcoal);text-decoration:none;font-weight:600;font-size:1.1rem;letter-spacing:1px;text-transform:uppercase;border-radius:0;transition:all .3s}.mobile-nav-links a:hover{color:#ff7a00;padding-left:.5rem}.mobile-menu-footer{padding-top:1.5rem;margin-top:1rem;border-top:1px solid #ddd}.mobile-user-info{margin-bottom:1.5rem;display:flex;flex-direction:column}.mobile-user-info .user-name{font-weight:700;font-size:1.1rem;color:var(--v5-zen-dark, #121212)}.mobile-user-info .user-role{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:1px}.mobile-auth-links{display:flex;flex-direction:column;gap:.5rem}.auth-link{display:flex;align-items:center;gap:1rem;padding:.8rem 0;color:var(--v5-zen-dark, #121212);text-decoration:none;font-weight:500;font-size:.95rem;border-bottom:1px solid #eee}.auth-link svg{width:20px;height:20px;color:#666}.logout-btn{border:none;background:transparent;width:100%;text-align:left;color:#e14d2a;border-bottom:none}.logout-btn svg{color:#e14d2a}.mobile-login-btn{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem;background:#111;color:#fff;text-decoration:none;font-weight:700;letter-spacing:1px;text-transform:uppercase;font-size:.9rem}.mobile-login-btn svg{width:20px;height:20px}.mobile-profile-link{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;color:var(--dark-charcoal);text-decoration:none;font-weight:500;border-radius:10px;transition:all .3s}.mobile-profile-link:hover{background:var(--soft-cream)}.mobile-profile-link svg{width:22px;height:22px}.mobile-menu-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:1999;opacity:0;visibility:hidden;transition:all .3s}.mobile-menu-overlay.open{opacity:1;visibility:visible}.hero-content h1{font-size:2.5rem}.hero-content p{border-left:none;border-bottom:none;padding-left:0;padding-bottom:1.5rem;margin:2rem auto;max-width:300px;position:relative}.hero-content p:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:var(--vibrant-orange)}.hero-buttons .btn{padding:.8rem 1.8rem;font-size:.85rem}.hero-images{grid-template-columns:repeat(2,1fr);height:300px}.hero-img-2{grid-row:span 1}.healthy-food,.dishes-grid{grid-template-columns:1fr}.menu-grid{grid-template-columns:repeat(2,1fr)}.newsletter{flex-direction:column;gap:1.5rem;text-align:center}.footer-content{grid-template-columns:1fr 1fr;text-align:center;gap:2.5rem 1rem}.footer-brand{grid-column:span 2;margin-bottom:1rem}.footer-nav:last-child{grid-column:span 2;margin-top:1rem}.footer-brand,.footer-nav,.footer-app{display:flex;flex-direction:column;align-items:center}.footer-brand .logo{margin-right:0;justify-content:center;width:100%}.footer-brand p{margin:0 auto}.footer-nav ul{align-items:center}.app-buttons{flex-direction:row;justify-content:center}.newsletter-form input{border-radius:30px!important;border-right:2px solid #ddd!important;min-width:auto;width:100%}.newsletter-form button{border-radius:30px!important;width:100%;padding:1.1rem}.product-detail-page{background:#f4f4f4;min-height:100vh;padding-top:2rem;color:#333}.product-detail-page .breadcrumb a,.product-detail-page .breadcrumb span{color:#666}.product-detail-page .breadcrumb a:hover{color:var(--accent-red)}.breadcrumb{padding:0 5% 1.5rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.breadcrumb a{color:#666;text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:var(--accent-red)}.breadcrumb span{color:#999}.product-detail-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:0 5% 4rem;max-width:1400px;margin:0 auto}.product-image-section{position:relative}.product-main-image{background:#fff;border-radius:0;overflow:hidden;position:relative;box-shadow:0 10px 40px #0000000d}.product-main-image img{width:100%;height:auto;aspect-ratio:1;object-fit:cover}.discount-badge{position:absolute;top:1.5rem;left:1.5rem;background:var(--accent-red);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.product-info-section{padding:2rem 0}.product-category-tag span{display:inline-block;padding:.5rem 1rem;background:#666;color:#fff;border-radius:0;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:1px}.product-title{font-family:Cinzel,serif;font-size:3.2rem;font-weight:600;color:var(--dark-charcoal);margin:1rem 0;line-height:1.2}.product-rating{display:flex;align-items:center;gap:.3rem;margin-bottom:1.5rem}.product-rating svg{width:18px;height:18px}.product-rating .star-filled{color:var(--gold)}.product-rating .star-empty{color:#ddd}.product-rating span{margin-left:.5rem;color:#666;font-size:.9rem}.product-price-section{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.original-price{font-size:1.2rem;color:#999;text-decoration:line-through}.current-price{font-size:2rem;font-weight:700;color:var(--vibrant-orange)}.product-description{color:#555;line-height:1.8;margin-bottom:2rem;font-size:1.05rem}.product-stock{margin-bottom:2rem}.in-stock{display:inline-flex;align-items:center;gap:.5rem;color:#27ae60;font-weight:500}.in-stock svg{width:18px;height:18px}.out-of-stock{color:var(--accent-red);font-weight:500}.quantity-section{margin-bottom:2rem}.quantity-section label{display:block;margin-bottom:.75rem;font-weight:500;color:var(--dark-charcoal)}.quantity-selector{display:inline-flex;align-items:center;gap:0;background:#fff;border-radius:0;padding:.25rem;box-shadow:0 2px 10px #0000000d}.quantity-selector .qty-btn{width:40px;height:40px;border:none;background:#f5f5f5;color:var(--dark-charcoal);border-radius:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.quantity-selector .qty-btn:hover:not(:disabled){background:var(--vibrant-orange);color:#fff}.quantity-selector .qty-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-selector .qty-btn svg{width:16px;height:16px}.quantity-selector .qty-value{min-width:50px;text-align:center;font-size:1.1rem;font-weight:600}.product-actions{display:flex;gap:1rem}.add-to-cart-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:#111;color:#fff;border:none;border-radius:0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.add-to-cart-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.add-to-cart-btn svg{width:20px;height:20px}.related-products{padding:6rem 5%;background:#fff;border-top:1px solid #eee}.related-products h2{font-size:1.8rem;font-weight:600;margin-bottom:3rem;color:var(--dark-charcoal);text-align:center;font-family:Cinzel,serif}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.related-card{text-decoration:none;background:#fff;border-radius:0;overflow:hidden;transition:transform .3s,box-shadow .3s;border:1px solid #eee}.related-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.related-image{height:180px;overflow:hidden}.related-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.related-card:hover .related-image img{transform:scale(1.05)}.related-info{padding:1rem}.related-info h4{font-size:1.1rem;font-weight:500;color:var(--dark-charcoal);margin-bottom:1rem}.related-info .price{color:var(--vibrant-orange);font-weight:600}.add-cart-btn-text{background:transparent;border:none;padding:0;color:#111;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;position:relative;border-bottom:2px solid transparent}.add-cart-btn-text:after{content:"";position:absolute;bottom:-4px;left:0;width:30%;height:2px;background:#111;transition:width .3s ease}.add-cart-btn-text:hover{color:var(--vibrant-orange)}.add-cart-btn-text:hover:after{width:100%;background:var(--vibrant-orange)}.add-cart-btn-text:disabled{opacity:.3;cursor:not-allowed}.add-cart-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--vibrant-orange);border:1px solid var(--vibrant-orange);color:#fff;padding:.6rem 1rem;border-radius:0;cursor:pointer;transition:all .3s ease}.add-cart-btn:hover{background:#e66e00;border-color:#e66e00;transform:translateY(-2px);box-shadow:0 5px 15px #ff7a004d}.add-cart-btn svg{width:20px;height:20px;stroke:currentColor}.add-cart-btn-small{padding:.4rem}.add-cart-btn-small svg{width:16px;height:16px}@media(min-width:769px)and (max-width:1024px){.product-detail-container{grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center;padding:2rem 5% 4rem}.product-info-section{text-align:left}.product-title{font-size:2.5rem;margin-top:0}.product-rating,.product-price-section,.in-stock,.quantity-selector,.product-actions{justify-content:flex-start}.related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.product-detail-container{grid-template-columns:1fr;gap:2rem}.related-grid{grid-template-columns:repeat(2,1fr)}.product-info-section{text-align:center}.product-title{font-size:2rem}.product-rating,.product-price-section{justify-content:center}.current-price{font-size:1.5rem}.in-stock{justify-content:center;width:100%}.product-actions{flex-direction:column;align-items:center;justify-content:center}.quantity-selector{justify-content:center}.wishlist-btn{width:100%;border-radius:30px;height:auto;padding:1rem}}.footer-app .app-buttons{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.footer-app .app-btn{background:#1a1a1a;color:#fff;padding:.6rem 1.25rem;border-radius:12px;display:flex;align-items:center;gap:.75rem;font-size:.85rem;text-decoration:none;transition:all .3s;border:1px solid rgba(255,255,255,.1);font-weight:500}.footer-app .app-btn:hover{background:#252525;transform:translateY(-2px);border-color:#fff3}.footer-app .app-btn svg{width:20px;height:20px;flex-shrink:0}.profile-page-wrapper{background:#111;min-height:100vh;padding:6rem 5% 8rem;color:#fff}.profile-container{max-width:900px;margin:0 auto}.profile-header-section{margin-bottom:3rem}.profile-header-section h1{font-family:Cinzel,serif;font-size:3rem;color:#fff;margin-bottom:.5rem}.profile-card{background:#1a1a1a;border-radius:24px;padding:2.5rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 40px #0000004d}.profile-card h2{font-size:1.5rem;color:#fff!important;margin-bottom:.5rem;font-weight:600}.profile-card p{color:#fff9!important;margin-bottom:2rem;font-size:.95rem}.profile-card label{color:#fffc!important}.profile-card input[type=text],.profile-card input[type=email],.profile-card input[type=password]{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important;border-radius:12px!important;padding:1rem!important;width:100%}.profile-card input:focus{border-color:var(--vibrant-orange)!important}.profile-card button{display:inline-flex;align-items:center;padding:.8rem 2rem!important;background:var(--vibrant-orange)!important;border:none!important;border-radius:12px!important;font-weight:600!important;text-transform:uppercase;letter-spacing:1px;color:#fff!important;cursor:pointer;transition:all .3s}.profile-card button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff7a0033}.profile-card .delete-btn-wrapper button{background:transparent!important;border:1px solid rgba(255,255,255,.1)!important;color:var(--accent-red)!important}.profile-card .delete-btn-wrapper button:hover{background:var(--accent-red)!important;color:#fff!important}[name=confirm-user-deletion] .bg-white{background:#1a1a1a!important;color:#fff!important}[name=confirm-user-deletion] h2,[name=confirm-user-deletion] p{color:#fff!important}.secondary-btn{background:transparent!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important}@media(max-width:639px){.search-container-v5{position:static!important}.search-suggestions{position:fixed!important;top:80px!important;left:20px!important;right:20px!important;width:calc(100% - 40px)!important;max-height:60vh!important;border-radius:20px!important;box-shadow:0 25px 50px #0006!important;z-index:99999!important;background:#fffffffa!important}.search-bar-redesign{padding:.4rem .8rem!important}.search-bar-redesign input{width:80px!important;font-size:.85rem!important}.search-bar-redesign:focus-within input{width:120px!important}}
