:root{--primary:#b01d2c;--primary-hover:#911623;--secondary:#f7941d;--secondary-hover:#e08212;--bg-light:#fafafa;--bg-subtle:#f5f5f5;--text-dark:#121212;--text-light:#fff;--text-muted:#666;--border-radius:16px;--box-shadow:0 10px 40px #0000000d;--box-shadow-hover:0 15px 50px #b01d2c26;--transition:all .4s cubic-bezier(.16, 1, .3, 1);--header-bg:#ffffffe6}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:1.5px;text-transform:uppercase;color:var(--primary);font-family:Alfa Slab One,cursive;font-weight:400;line-height:1.1}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}button{cursor:pointer;transition:var(--transition);border:none;outline:none;font-family:Montserrat,sans-serif;font-weight:600}.container{max-width:1300px;margin:0 auto;padding:0 2rem}.app-main{margin-top:80px}.home-page{margin-top:-80px}.section{padding:6rem 0}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.mb-4{margin-bottom:1rem}.mr-2{margin-right:.5rem}.mt-4{margin-top:1.5rem}.btn{text-transform:uppercase;letter-spacing:1px;border-radius:40px;justify-content:center;align-items:center;padding:14px 32px;font-size:1.05rem;font-weight:700;display:inline-flex}.btn-sm{padding:8px 16px;font-size:.85rem}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-hover));color:var(--text-light);box-shadow:0 4px 20px #b01d2c66}.btn-primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 8px 25px #b01d2c80}.btn-secondary{background:linear-gradient(135deg, var(--secondary), var(--secondary-hover));color:var(--text-light);box-shadow:0 4px 20px #f7941d66}.btn-secondary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 8px 25px #f7941d80}.btn-outline{color:var(--primary);border:2px solid var(--primary);background-color:#0000}.btn-outline:hover{background-color:var(--primary);color:var(--text-light)}.btn-block{width:100%}.premium-card{border-radius:var(--border-radius);box-shadow:var(--box-shadow);transition:var(--transition);background:#fff;border:1px solid #00000008;position:relative;overflow:hidden}.premium-card:hover{box-shadow:var(--box-shadow-hover);transform:translateY(-8px)}.badge,.small-badge{background:var(--secondary);color:var(--text-light);text-transform:uppercase;border-radius:30px;padding:6px 14px;font-size:.8rem;font-weight:800;box-shadow:0 2px 10px #f7941d66}.header{background:var(--header-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:1000;height:80px;transition:var(--transition);border-bottom:1px solid #0000000d;position:fixed;top:0;left:0;right:0}.header.scrolled{background:#fffffff7;height:70px;box-shadow:0 4px 20px #00000014}html[data-theme=black] .header.scrolled{background:#000000fc;box-shadow:0 4px 20px #000000b3}.header-content{justify-content:space-between;align-items:center;height:100%;display:flex}.logo-img{width:auto;height:60px;transition:var(--transition);background:#fff;border-radius:50%;padding:4px;box-shadow:0 2px 8px #00000026}.header.scrolled .logo-img{height:50px}.desktop-nav{gap:2.5rem;display:flex}.nav-link{text-transform:uppercase;color:var(--text-dark);font-size:.95rem;font-weight:700;position:relative}.nav-link:after{content:"";background:var(--primary);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:var(--primary)}.header-actions{align-items:center;gap:1.5rem;display:flex}.cart-btn{color:var(--text-dark);align-items:center;display:flex;position:relative}.cart-btn:hover{color:var(--primary);transform:scale(1.1)}.cart-badge{background:var(--secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:800;animation:.3s popIn;display:flex;position:absolute;top:-8px;right:-10px;box-shadow:0 2px 5px #f7941d80}@keyframes popIn{0%{transform:scale(0)}80%{transform:scale(1.2)}to{transform:scale(1)}}.mobile-toggle{color:var(--text-dark);background:0 0;display:none}@media (width<=768px){.desktop-nav{display:none}.mobile-toggle{display:block}}.mobile-menu{background:var(--bg-light);z-index:2000;flex-direction:column;padding:2rem;transition:transform .4s ease-in-out;display:flex;position:fixed;inset:0;transform:translate(100%)}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.mobile-logo{object-fit:contain;background:#fff;border-radius:50%;width:44px;height:44px;padding:3px}.close-menu{color:var(--text-dark);background:0 0}.mobile-nav{flex-direction:column;gap:1.5rem;display:flex}.mobile-nav a{text-transform:uppercase;color:var(--text-dark);font-size:1.5rem;font-weight:700}.mobile-nav a:hover{color:var(--primary);padding-left:10px}.hp-hero{align-items:flex-end;min-height:calc(100vh - 70px);display:flex;position:relative;overflow:hidden}.hp-hero-bg{background:#0a0a0a;position:absolute;inset:0}.hp-hero-overlay{z-index:1;background:linear-gradient(#00000040 0%,#0000008c 60%,#000000eb 100%);position:absolute;inset:0}.hp-hero-logo{opacity:.18;filter:grayscale()brightness(1.3);pointer-events:none;z-index:0;width:min(520px,70vw);position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.hp-hero-body{z-index:2;max-width:720px;padding-top:8rem;padding-bottom:5rem;position:relative}.hp-hero-eyebrow{text-transform:uppercase;letter-spacing:2.5px;color:var(--secondary);align-items:center;gap:6px;margin-bottom:1.2rem;font-size:.82rem;font-weight:700;display:inline-flex}.hp-hero-title{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.8rem,7vw,5.5rem);line-height:1}.hp-hero-title span{color:var(--secondary)}.hp-hero-sub{color:#ffffffb3;max-width:520px;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.hp-hero-cta{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hp-hero-cta .btn-primary{background:var(--secondary);box-shadow:0 4px 24px #f7941d73}.hp-hero-cta .btn-primary:hover{box-shadow:0 8px 32px #f7941d99}.hp-hero-cta .hp-outline{color:#fff;background:#ffffff14;border-color:#fff9}.hp-hero-cta .hp-outline:hover{color:#111;background:#fff;border-color:#fff}.hp-hero-chips{flex-wrap:wrap;gap:1.5rem;display:flex}.hp-hero-chips span{color:#ffffff8c;align-items:center;gap:5px;font-size:.82rem;font-weight:600;display:inline-flex}.hp-ribbon{background:var(--secondary);white-space:nowrap;padding:12px 0;overflow:hidden}.hp-ribbon-track{animation:40s linear infinite marquee;display:inline-flex}.hp-ribbon-item{letter-spacing:2px;text-transform:uppercase;color:#fff;flex-shrink:0;font-family:Alfa Slab One,cursive;font-size:.85rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp-section-top{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.hp-section-top h2{font-size:2.6rem;position:relative}.hp-section-top h2:after{content:"";background:var(--secondary);border-radius:2px;width:40px;height:4px;position:absolute;bottom:-8px;left:0}.hp-section-top.light h2{color:#fff}.hp-section-sub{color:var(--text-muted);margin-top:.5rem;font-size:1.05rem}.hp-section-sub.light{color:#fff9}.hp-featured{padding:5rem 0}.hp-menu-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.hp-menu-card{background:#fff;border-radius:18px;transition:transform .4s,box-shadow .4s;overflow:hidden;box-shadow:0 6px 30px #0000000f}.hp-menu-card:hover{transform:translateY(-6px);box-shadow:0 14px 44px #0000001f}.hp-menu-img-wrap{height:220px;position:relative;overflow:hidden}.hp-menu-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.hp-menu-card:hover .hp-menu-img-wrap img{transform:scale(1.06)}.hp-price{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#000000bf;border-radius:24px;padding:6px 14px;font-family:Alfa Slab One,cursive;font-size:.95rem;position:absolute;bottom:12px;right:12px}.hp-menu-body{padding:1.5rem 1.8rem 2rem}.hp-cat{text-transform:uppercase;letter-spacing:1.5px;color:var(--secondary);background:#f7941d1a;border-radius:20px;margin-bottom:.8rem;padding:4px 12px;font-size:.72rem;font-weight:800;display:inline-block}.hp-menu-body h3{color:var(--text-dark);margin-bottom:.4rem;font-size:1.3rem}.hp-menu-body p{color:var(--text-muted);font-size:.92rem;line-height:1.5}.hp-offers{background:#111;padding:5rem 0}.hp-offers-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;display:grid}.hp-offer-card{background:linear-gradient(145deg,#1a1a1a,#0e0e0e);border:1px solid #ffffff12;border-radius:18px;padding:2.5rem;transition:border-color .3s;position:relative;overflow:hidden}.hp-offer-card:hover{border-color:var(--secondary)}.hp-offer-tag{background:var(--secondary);color:#fff;letter-spacing:2px;border-radius:20px;padding:4px 12px;font-family:Alfa Slab One,cursive;font-size:.7rem;position:absolute;top:18px;right:18px}.hp-offer-card h3{color:var(--secondary);margin-bottom:.8rem;font-size:1.8rem}.hp-offer-card p{color:#ffffffa6;margin-bottom:1.8rem;font-size:1rem;line-height:1.6}.hp-trust{background:var(--primary);padding:5rem 0;position:relative;overflow:hidden}.hp-trust:before{content:"QUALITY";color:#ffffff08;pointer-events:none;white-space:nowrap;font-family:Alfa Slab One,cursive;font-size:12rem;position:absolute;top:50%;right:-30px;transform:translateY(-50%)}.hp-trust-inner{align-items:center;gap:3.5rem;display:flex}.hp-trust-logo-wrap{background:#ffffff0f;border:3px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;display:flex}.hp-trust-logo{object-fit:contain;background:#fff;border-radius:50%;width:90px;height:90px;padding:6px}.hp-trust-copy h2{color:#fff;margin-bottom:.6rem;font-size:2.8rem}.hp-trust-copy p{color:#ffffffbf;max-width:540px;font-size:1.1rem;line-height:1.6}@media (width<=768px){.hp-hero{min-height:auto}.hp-hero-body{padding-top:3rem;padding-bottom:3rem}.hp-hero-title{font-size:2.4rem}.hp-hero-sub{font-size:1rem}.hp-hero-cta{flex-direction:column}.hp-hero-cta .btn{width:100%}.hp-hero-chips{gap:1rem}.hp-hero-chips span{font-size:.78rem}.hp-section-top{flex-direction:column;align-items:flex-start}.hp-section-top h2{font-size:2rem}.hp-menu-grid,.hp-offers-grid{grid-template-columns:1fr}.hp-offer-card{padding:1.8rem}.hp-offer-card h3{font-size:1.4rem}.hp-featured,.hp-offers,.hp-trust{padding:3.5rem 0}.hp-trust-inner{text-align:center;flex-direction:column;gap:2rem}.hp-trust-copy h2{font-size:1.8rem}.hp-trust-copy p{font-size:1rem}.hp-trust-logo-wrap{width:110px;height:110px}.hp-trust-logo{width:70px;height:70px}.hp-trust:before{font-size:6rem}}@media (width<=480px){.hp-hero-body{padding-top:2.5rem;padding-bottom:2rem}.hp-hero-title{font-size:2rem}.hp-hero-eyebrow{letter-spacing:1.5px;font-size:.72rem}.hp-hero-sub{margin-bottom:1.5rem;font-size:.92rem}.hp-hero-cta{margin-bottom:1.5rem}.hp-hero-cta .btn{padding:12px 24px;font-size:.9rem}.hp-hero-chips{flex-direction:column;gap:.6rem}.hp-hero-logo{width:min(320px,80vw)}.hp-ribbon{padding:8px 0}.hp-ribbon-item{font-size:.72rem}.hp-section-top h2{font-size:1.6rem}.hp-section-sub{font-size:.92rem}.hp-featured,.hp-offers{padding:2.5rem 0}.hp-offer-card{padding:1.4rem}.hp-offer-card h3{font-size:1.2rem}.hp-offer-card p{margin-bottom:1.2rem;font-size:.9rem}.hp-offer-tag{padding:3px 8px;font-size:.6rem;top:12px;right:12px}.hp-trust{padding:2.5rem 0}.hp-trust-copy h2{font-size:1.5rem}.hp-trust-copy p{font-size:.9rem}.hp-trust-logo-wrap{width:90px;height:90px}.hp-trust-logo{width:58px;height:58px}.hp-trust:before{font-size:4rem}.hp-menu-img-wrap{height:180px}.hp-menu-body{padding:1.2rem 1.4rem 1.5rem}.hp-menu-body h3{font-size:1.15rem}}html[data-theme=black] .home-page{background:#0a0a0a}html[data-theme=black] .hp-hero-bg{background:#000}html[data-theme=black] .hp-ribbon{background:#f7941d}html[data-theme=black] .hp-menu-card{background:#1a1a1a;border:1px solid #ffffff0f;box-shadow:0 6px 30px #00000059}html[data-theme=black] .hp-menu-body h3{color:#f0f0f0}html[data-theme=black] .hp-cat{background:#f7941d26}html[data-theme=black] .hp-trust{background:#111}.menu-header-banner{color:#fff;text-align:center;background:linear-gradient(#000000b3,#000c),url(https://images.unsplash.com/photo-1555939594-58d7cb561ad1?auto=format&fit=crop&q=80&w=1200) 50%/cover;padding:8rem 0 4rem}.menu-header-banner h1{color:#fff;margin-bottom:1rem;font-size:4rem}.menu-container{padding:4rem 2rem}.category-filter{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.filter-btn{color:var(--text-dark);text-transform:uppercase;background:#fff;border:2px solid #0000001f;border-radius:30px;padding:10px 24px;font-weight:700;box-shadow:0 2px 10px #0000000d}.filter-btn:hover,.filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 15px #b01d2c4d}.view-all-link{color:var(--secondary);text-transform:uppercase;align-items:center;margin-top:1rem;font-weight:700;display:inline-flex}.view-all-link:hover{color:var(--primary);gap:5px}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;display:inline-block;position:relative}.section-header h2:after{content:"";background:var(--secondary);border-radius:2px;width:50px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.section-header p{color:var(--text-muted);margin-top:1rem;font-size:1.1rem}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;display:grid}.menu-img-container{height:240px;position:relative;overflow:hidden}.menu-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.premium-card:hover .menu-img{transform:scale(1.08)}.price-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#000000bf;border-radius:20px;padding:8px 16px;font-family:Alfa Slab One,cursive;font-weight:800;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 15px #0003}.menu-info{padding:1.8rem}.menu-info .badge{margin-bottom:1rem;display:inline-block}.menu-info h3{color:var(--text-dark);margin-bottom:.4rem;font-size:1.3rem}.menu-info p{color:var(--text-muted);font-size:.92rem;line-height:1.5}@media (width<=768px){.menu-header-banner{padding:6rem 0 2.5rem}.menu-header-banner h1{font-size:2.5rem}.menu-header-banner p{font-size:.95rem}.menu-container{padding:2.5rem 1rem}.category-filter{gap:.6rem;margin-bottom:2rem}.filter-btn{padding:8px 16px;font-size:.78rem}.menu-img-container{height:200px}.menu-info{padding:1.2rem}.menu-info h3{font-size:1.15rem}}@media (width<=480px){.menu-header-banner{padding:5rem 0 2rem}.menu-header-banner h1{margin-bottom:.5rem;font-size:2rem}.menu-header-banner p{padding:0 .5rem;font-size:.88rem}.menu-container{padding:1.5rem .5rem}.category-filter{gap:.5rem;margin-bottom:1.5rem}.filter-btn{letter-spacing:0;padding:7px 12px;font-size:.72rem}.menu-img-container{height:180px}.menu-info{padding:1rem}.menu-info h3{font-size:1.05rem}.menu-info p{font-size:.85rem}.price-tag{padding:5px 12px;font-size:.85rem}.badge{padding:4px 10px;font-size:.7rem}}.fdm-overlay{z-index:5000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000a6;justify-content:center;align-items:center;padding:1.5rem;animation:.25s fdmFadeIn;display:flex;position:fixed;inset:0}@keyframes fdmFadeIn{0%{opacity:0}to{opacity:1}}.fdm-modal{background:#fff;border-radius:20px;width:100%;max-width:520px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) fdmSlideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000059}@keyframes fdmSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.fdm-close{z-index:10;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex;position:absolute;top:12px;right:12px}.fdm-close:hover{background:#000c}.fdm-img-wrap{border-radius:20px 20px 0 0;width:100%;height:260px;position:relative;overflow:hidden}.fdm-img{object-fit:cover;width:100%;height:100%}.fdm-price-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#000000bf;border-radius:24px;padding:8px 18px;font-family:Alfa Slab One,cursive;font-size:1.1rem;position:absolute;bottom:14px;right:14px}.fdm-cat-tag{background:var(--secondary);color:#fff;text-transform:uppercase;letter-spacing:1.5px;border-radius:20px;padding:5px 14px;font-size:.72rem;font-weight:800;position:absolute;top:14px;left:14px;box-shadow:0 2px 10px #f7941d66}.fdm-body{padding:1.8rem 2rem 2rem}.fdm-title{color:var(--text-dark);margin-bottom:.6rem;font-size:1.8rem}.fdm-desc{color:var(--text-muted);margin-bottom:1.4rem;font-size:1rem;line-height:1.6}.fdm-chips{flex-wrap:wrap;gap:.6rem;margin-bottom:1.6rem;display:flex}.fdm-chip{color:var(--text-muted);background:var(--bg-subtle);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;align-items:center;gap:5px;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.fdm-chip-veg{color:#2e7d32;background:#2e7d3214}.fdm-chip-spice{color:var(--primary);background:#b01d2c0f}.fdm-section{margin-bottom:1.6rem}.fdm-section-label{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);margin-bottom:.8rem;font-size:.82rem;font-weight:800}.fdm-sizes{gap:.8rem;display:flex}.fdm-size-card{background:var(--bg-subtle);text-align:center;border:2px solid #0000;border-radius:14px;flex:1;padding:1rem .8rem;transition:border-color .2s,box-shadow .2s}.fdm-size-card:hover{border-color:var(--secondary);box-shadow:0 4px 16px #f7941d26}.fdm-size-label{color:var(--secondary);margin-bottom:.3rem;font-family:Alfa Slab One,cursive;font-size:1rem;display:block}.fdm-size-detail{color:var(--text-muted);margin-bottom:.5rem;font-size:.78rem;line-height:1.3;display:block}.fdm-size-price{color:var(--text-dark);font-size:1rem;font-weight:800;display:block}.fdm-ingredients{flex-wrap:wrap;gap:.5rem;display:flex}.fdm-ingredient{color:var(--text-muted);background:var(--bg-subtle);border:1px solid #0000000d;border-radius:16px;padding:5px 12px;font-size:.78rem;font-weight:600}.fdm-footer-badge{border-top:1px solid #0000000f;margin-top:1.2rem;padding-top:1rem}.fdm-halal{color:#2e7d32;font-size:.85rem;font-weight:700}.view-details-hint{text-transform:uppercase;letter-spacing:1px;color:var(--secondary);opacity:.7;margin-top:.6rem;font-size:.75rem;font-weight:700;transition:opacity .2s;display:inline-block}.premium-card:hover .view-details-hint,.hp-menu-card:hover .view-details-hint{opacity:1}html[data-theme=black] .fdm-modal{background:#1a1a1a}html[data-theme=black] .fdm-title{color:#f0f0f0}html[data-theme=black] .fdm-chip{color:#aaa;background:#2a2a2a}html[data-theme=black] .fdm-size-card{background:#222}html[data-theme=black] .fdm-size-price{color:#f0f0f0}html[data-theme=black] .fdm-ingredient{color:#aaa;background:#222;border-color:#ffffff0f}html[data-theme=black] .fdm-footer-badge{border-top-color:#ffffff14}html[data-theme=black] .fdm-close{background:#ffffff26}@media (width<=768px){.fdm-overlay{align-items:flex-end;padding:0}.fdm-modal{border-radius:20px 20px 0 0;max-width:100%;max-height:92vh;animation-name:fdmSlideUpMobile}@keyframes fdmSlideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.fdm-img-wrap{border-radius:20px 20px 0 0;height:220px}.fdm-body{padding:1.4rem 1.4rem 1.8rem}.fdm-title{font-size:1.5rem}.fdm-desc{font-size:.92rem}.fdm-sizes{flex-wrap:wrap}.fdm-size-card{flex:0 0 calc(50% - .4rem);min-width:calc(50% - .4rem)}}@media (width<=480px){.fdm-modal{max-height:95vh}.fdm-img-wrap{height:180px}.fdm-body{padding:1.2rem 1rem 1.5rem}.fdm-title{font-size:1.3rem}.fdm-desc{margin-bottom:1rem;font-size:.88rem}.fdm-chip{padding:5px 10px;font-size:.72rem}.fdm-size-card{padding:.8rem .6rem}.fdm-size-label{font-size:.9rem}.fdm-size-detail{font-size:.72rem}.fdm-size-price{font-size:.9rem}.fdm-ingredient{padding:4px 10px;font-size:.72rem}.fdm-close{width:32px;height:32px;top:8px;right:8px}}.page-title{text-align:center;margin:8rem 0 3rem;font-size:3.5rem}.cart-layout{grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:6rem;display:grid}.cart-items{padding:2rem}.cart-item{border-bottom:1px solid #0000000d;grid-template-columns:100px 1fr auto auto auto;align-items:center;gap:1.5rem;padding:1.5rem 0;display:grid}.cart-item:last-child{border-bottom:none}.cart-item-img{object-fit:cover;border-radius:12px;width:100px;height:100px}.cart-item-details h3{color:var(--text-dark);font-size:1.2rem}.cart-item-price{color:var(--text-muted);font-weight:600}.qty-controls{background:var(--bg-subtle);border-radius:20px;align-items:center;gap:1rem;padding:6px 12px;display:flex}.qty-controls button{color:var(--primary);background:0 0;align-items:center;display:flex}.qty-controls span{text-align:center;min-width:20px;font-weight:700}.cart-item-total{font-size:1.2rem;font-weight:800}.remove-btn{color:#ff4757;background:0 0}.cart-summary{height:fit-content;padding:2.5rem;position:sticky;top:100px}.cart-summary h3{color:var(--text-dark);margin-bottom:2rem;font-size:1.5rem}.summary-row{color:var(--text-muted);justify-content:space-between;margin-bottom:1rem;font-weight:600;display:flex}.summary-divider{border:none;border-top:1px dashed #0000001a;margin:1.5rem 0}.summary-row.total{color:var(--text-dark);font-size:1.5rem;font-weight:800}.checkout-btn{margin-top:2rem;padding:18px;font-size:1.1rem}.secure-checkout-msg{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9rem;font-weight:600;display:flex}@media (width<=992px){.cart-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr auto}.cart-item-total{display:none}}.empty-state{text-align:center;padding:10rem 2rem}.empty-state h2{margin-bottom:1rem;font-size:2.5rem}.empty-state p{color:var(--text-muted);font-size:1.1rem}.admin-page{grid-template-columns:300px 1fr;gap:2rem;max-width:1400px;margin:0 auto;padding:8rem 2rem 4rem;display:grid}.admin-sidebar{height:fit-content;padding:2rem}.admin-header{margin-bottom:3rem}.admin-header h2{margin-bottom:.5rem;font-size:1.8rem}.admin-badge{background:var(--primary);color:#fff;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:800}.admin-nav{flex-direction:column;gap:.5rem;display:flex}.admin-nav-item{color:var(--text-muted);text-align:left;background:0 0;border-radius:12px;padding:14px 20px;font-size:1rem}.admin-nav-item:hover,.admin-nav-item.active{background:var(--bg-subtle);color:var(--primary)}.admin-nav-item.active{border-left:4px solid var(--primary);background:#b01d2c0d}.admin-panel{padding:2.5rem}.panel-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.panel-header h3{color:var(--text-dark);font-size:1.5rem}.table-responsive{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;border-bottom:2px solid #0000000d;padding:1rem;font-size:.85rem;font-weight:700}.admin-table td{vertical-align:middle;border-bottom:1px solid #00000008;padding:1.5rem 1rem}.admin-thumb{object-fit:cover;border-radius:8px;width:60px;height:60px}.price-badge{color:var(--secondary);background:#f7941d1a;border-radius:20px;padding:6px 12px;font-weight:800}.admin-input{border:1px solid #0000001a;border-radius:8px;width:100%;padding:8px 12px;font-family:Montserrat,sans-serif;font-weight:600}.price-input{max-width:100px}.icon-btn{background:var(--bg-subtle);width:40px;height:40px;color:var(--text-dark);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.icon-btn.edit:hover{color:var(--secondary);background:#f7941d1a}.icon-btn.save{background:var(--secondary);color:#fff}.icon-btn.delete:hover{color:var(--primary);background:#b01d2c1a}.offers-list{flex-direction:column;gap:1.5rem;display:flex}.admin-offer-card{transition:var(--transition);border:1px solid #0000000d;border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.admin-offer-card.inactive{opacity:.6;filter:grayscale()}.offer-info h4{color:var(--text-dark);margin-bottom:.5rem;font-size:1.2rem}.offer-info p{color:var(--text-muted);margin:0}.offer-actions{align-items:center;gap:1rem;display:flex}@media (width<=900px){.admin-page{grid-template-columns:1fr;padding-top:6rem}.admin-sidebar{flex-direction:column;display:flex}.admin-nav{flex-flow:wrap}}@media (width<=768px){.admin-page{gap:1rem;padding:5.5rem 1rem 2rem}.admin-sidebar{padding:1.2rem}.admin-header{margin-bottom:1.5rem}.admin-header h2{font-size:1.4rem}.admin-nav{gap:.4rem}.admin-nav-item{padding:10px 14px;font-size:.85rem}.admin-panel{padding:1.2rem}.panel-header{flex-direction:column;align-items:flex-start;gap:.8rem}.panel-header h3{font-size:1.2rem}.panel-header .btn{justify-content:center;width:100%}.admin-table thead{display:none}.admin-table,.admin-table tbody,.admin-table tr,.admin-table td{width:100%;display:block}.admin-table tr{border:1px solid #0000000f;border-radius:12px;margin-bottom:1rem;padding:1rem;position:relative}.admin-table td{text-align:left;border-bottom:none;padding:.4rem 0}.admin-table td:before{content:attr(data-label);text-transform:uppercase;color:var(--text-muted);margin-bottom:.2rem;font-size:.75rem;font-weight:700;display:block}.admin-thumb{border-radius:10px;width:80px;height:80px}.actions-cell{justify-content:flex-start;padding-top:.5rem}.admin-offer-card{flex-direction:column;align-items:flex-start;gap:1rem}.offer-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.add-item-form{padding:1rem}.form-row{flex-direction:column;gap:.6rem}}@media (width<=480px){.admin-page{padding:5rem .5rem 1.5rem}.admin-sidebar{padding:1rem}.admin-nav-item{padding:8px 12px;font-size:.8rem}.admin-panel{padding:.8rem}.panel-header h3{font-size:1.05rem}.offer-info h4{font-size:1rem}.offer-info p{font-size:.85rem}.icon-btn{width:38px;height:38px}.admin-input{padding:8px 10px;font-size:.9rem}}.footer{color:#fff;background:#111;margin-top:auto;padding:6rem 0 0}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-badge{height:80px;margin-bottom:1.5rem}.footer-desc{color:#ffffffb3;max-width:400px;margin-bottom:2rem}.social-links{gap:1rem;display:flex}.social-icon{width:40px;height:40px;transition:var(--transition);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon:hover{background:var(--secondary);transform:translateY(-3px)}.footer-heading{color:#fff;margin-bottom:2rem;font-size:1.5rem}.footer-links li{margin-bottom:1rem}.footer-links a{color:#ffffffb3}.footer-links a:hover{color:var(--secondary);padding-left:5px}.contact-item{color:#ffffffb3;align-items:center;gap:10px;margin-bottom:1.5rem;display:flex}.contact-item.highlight{color:var(--secondary);font-size:1.2rem;font-weight:700}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding:2rem;font-size:.9rem}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer{padding:4rem 0 0}.footer-desc{max-width:none}.footer-heading{margin-bottom:1.2rem;font-size:1.3rem}.footer-badge{height:60px}}@media (width<=480px){.footer{padding:2.5rem 0 0}.footer-grid{gap:2rem}.footer-heading{font-size:1.1rem}.footer-desc{font-size:.9rem}.footer-bottom{padding:1.5rem 1rem;font-size:.8rem}.footer-logo{width:55px;height:55px}.contact-item{font-size:.88rem}.contact-phone{font-size:1.1rem!important}}.footer-logo{object-fit:contain;background:#fff;border-radius:50%;width:70px;height:70px;margin-bottom:1rem;padding:5px;box-shadow:0 2px 10px #0000004d}.footer-quality-badge{display:none}.footer-links-list{padding:0;list-style:none}.footer-links-list li{margin-bottom:1rem}.footer-links-list a{color:#ffffffb3}.footer-links-list a:hover{color:var(--secondary);padding-left:5px}.footer-contact .contact-item{color:#ffffffb3;transition:var(--transition);align-items:flex-start;gap:10px;margin-bottom:1.2rem;font-size:.95rem;line-height:1.5;text-decoration:none;display:flex}.footer-contact .contact-item:hover{color:var(--secondary)}.contact-phone{font-weight:800;color:var(--secondary)!important;font-size:1.25rem!important}.contact-phone svg,.contact-item svg{flex-shrink:0;margin-top:3px}.footer-map-section{border-top:1px solid #ffffff14;margin-top:3rem;padding-top:3rem}.footer-map-title{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:1.5rem}.map-wrapper{border-radius:16px;height:320px;overflow:hidden;box-shadow:0 8px 30px #00000080}.map-wrapper iframe{width:100%;height:100%;display:block}@media (width<=768px){.map-wrapper{height:260px}.footer-map-title{font-size:1.3rem}}@media (width<=480px){.map-wrapper{height:200px}}.theme-toggle-btn{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.toggle-pill{background:linear-gradient(135deg, var(--primary), var(--primary-hover));border-radius:30px;justify-content:space-between;align-items:center;width:62px;height:30px;padding:0 7px;transition:background .4s,box-shadow .4s;display:flex;position:relative;box-shadow:0 2px 10px #b01d2c73}.toggle-pill.dark{background:linear-gradient(135deg,#2e2e2e,#111);box-shadow:0 2px 10px #000000b3}.toggle-thumb{z-index:2;background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .35s cubic-bezier(.16,1,.3,1);position:absolute;left:4px;box-shadow:0 2px 6px #0000004d}.toggle-pill.dark .toggle-thumb{transform:translate(32px)}.toggle-label-r,.toggle-label-b{color:#fffffff2;z-index:1;-webkit-user-select:none;user-select:none;font-family:Montserrat,sans-serif;font-size:.68rem;font-weight:900;line-height:1}.toggle-label-r{margin-left:2px}.toggle-label-b{margin-right:2px}html[data-theme=black]{--primary:#1c1c1e;--primary-hover:#000;--bg-light:#0d0d0d;--bg-subtle:#1a1a1a;--text-dark:#f0f0f0;--text-muted:#888;--header-bg:#050505f7;--box-shadow:0 10px 40px #0009;--box-shadow-hover:0 15px 50px #f7941d33}html[data-theme=black] body{color:#f0f0f0;background-color:#0d0d0d}html[data-theme=black] h1,html[data-theme=black] h2,html[data-theme=black] h3,html[data-theme=black] h4{color:var(--secondary)}html[data-theme=black] .premium-card{background:#1e1e1e;border-color:#ffffff0f}html[data-theme=black] .header{border-bottom-color:#ffffff14}html[data-theme=black] .mobile-menu{background:#0d0d0d}html[data-theme=black] .nav-link,html[data-theme=black] .mobile-nav a{color:#e0e0e0}html[data-theme=black] .menu-info h3,html[data-theme=black] .offer-info h4,html[data-theme=black] .admin-header h2,html[data-theme=black] .panel-header h3{color:#f0f0f0}html[data-theme=black] .filter-btn{color:#e0e0e0;background:#2a2a2a;border-color:#ffffff1a}html[data-theme=black] .filter-btn:hover,html[data-theme=black] .filter-btn.active{background:var(--secondary);border-color:var(--secondary);color:#fff}html[data-theme=black] .menu-header-banner{background:linear-gradient(#000000d1,#000000eb),url(https://images.unsplash.com/photo-1555939594-58d7cb561ad1?auto=format&fit=crop&q=80&w=1200) 50%/cover}html[data-theme=black] .admin-nav-item{color:#aaa}html[data-theme=black] .admin-nav-item:hover,html[data-theme=black] .admin-nav-item.active{background:#2a2a2a}html[data-theme=black] .admin-input{color:#f0f0f0;background:#2a2a2a;border-color:#ffffff1a}html[data-theme=black] .price-badge{background:#f7941d26}html[data-theme=black] .admin-offer-card{border-color:#ffffff0f}html[data-theme=black] .close-menu,html[data-theme=black] .mobile-toggle{color:#e0e0e0}@media (width<=768px){html[data-theme=black] .admin-table tr{background:#1a1a1a;border-color:#ffffff14}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.section-header h2{font-size:2rem}.btn{min-height:48px}.icon-btn{width:44px;height:44px}.filter-btn{padding:10px 18px;font-size:.82rem}.header{height:70px}.logo-img{height:50px}.header.scrolled .logo-img{height:44px}.container{padding:0 1.2rem}.premium-card:hover{transform:none}.app-main{margin-top:70px}.home-page{margin-top:0}}@media (width<=480px){.container{padding:0 1rem}.section{padding:3rem 0}.page-title{margin-top:5rem;font-size:2rem}.section-header h2{font-size:1.6rem}.menu-grid{grid-template-columns:1fr;gap:1.5rem}.admin-page{padding:5rem .5rem 1.5rem}.footer-grid{gap:2rem}.footer-map-section{margin-top:2rem;padding-top:2rem}.header{height:60px}.logo-img{height:44px}.header.scrolled .logo-img{height:40px}.btn{min-height:44px;padding:12px 20px;font-size:.9rem}.btn-sm{padding:8px 14px;font-size:.8rem}.empty-state{padding:5rem 1rem}.empty-state h2{font-size:1.8rem}.empty-state p{font-size:.95rem}.app-main{margin-top:60px}.home-page{margin-top:0}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}html[data-theme=black] ::-webkit-scrollbar-thumb{background:var(--secondary)}.add-item-form{background:var(--bg-subtle);border:1px dashed #0000001a;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.form-row{gap:1rem;margin-bottom:1rem;display:flex}.form-row .admin-input{flex:1}.actions-cell{align-items:center;gap:.5rem;display:flex}html[data-theme=black] .add-item-form{background:#2a2a2a;border-color:#ffffff1a}@media (width<=768px){.form-row{flex-direction:column}}
