/* --- 2026 Customer Beta Menu Design System --- */
:root {
    --primary-gradient: linear-gradient(135deg, #FF5E00 0%, #D81B00 100%);
    --primary: #FF5E00; 
    --primary-light: rgba(255, 94, 0, 0.12);
    --bg-base: #FFFFFF; 
    --surface: #FFFFFF;
    --surface-glass: rgba(255, 255, 255, 0.85);
    --midnight: #09090B;
    --slate: #64748B;
    --emerald: #10B981;
    --danger: #EF4444;
    --border-color: rgba(2px, 6px, 12px, 0.08);
    
    --radius-squircle: 32px;
    --radius-pill: 100px;
    --radius-sm: 16px;
    
    --shadow-float: 0 20px 40px -10px rgba(255, 94, 0, 0.15);
    --shadow-soft: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
    --glass-blur: blur(24px);
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--midnight); background-color: var(--bg-base); -webkit-font-smoothing: antialiased; overflow-x: hidden; padding-bottom: 20px; }
h1, h2, h3, h4 { font-family: 'Outfit', sans-serif; color: var(--midnight); }

/* --- Ambient Background Glows --- */
.ambient-glow { position: fixed; border-radius: 50%; filter: blur(100px); opacity: 0.2; z-index: -1; pointer-events: none; }
.glow-1 { top: -10%; left: -10%; width: 50vw; height: 50vw; background: rgba(255, 94, 0, 0.2); }
.glow-2 { bottom: -20%; right: -10%; width: 60vw; height: 60vw; background: rgba(216, 27, 0, 0.15); }
.gradient-text { background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }

/* --- Shared Utilities --- */
.hidden { display: none !important; }
.glass-panel { background: rgba(255,255,255,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.5); box-shadow: var(--shadow-soft); }
.empty-state { text-align: center; padding: 60px 20px; color: var(--slate); font-weight: 600; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;}
.spinner { width: 40px; height: 40px; border: 4px solid var(--border-color); border-top-color: var(--primary); border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 20px auto; }
@keyframes spin { to { transform: rotate(360deg); } }

/* --- Top Info Banner --- */
.top-info-banner { position: fixed; top: 0; left: 0; right: 0; height: 40px; background: var(--midnight); color: white; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 600; z-index: 110; gap: 12px; }
.banner-divider { color: rgba(255,255,255,0.3); font-weight: 300; }
@media (max-width: 480px) { .top-info-banner { font-size: 0.75rem; gap: 8px; } }

/* --- Floating Navbar --- */
.floating-nav { position: fixed; top: 60px; left: 50%; transform: translateX(-50%); width: 92%; max-width: 1000px; height: 72px; background: var(--surface-glass); backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur); border: 1px solid rgba(255,255,255,0.8); border-radius: var(--radius-pill); display: flex; justify-content: space-between; align-items: center; padding: 0 20px 0 24px; z-index: 100; box-shadow: 0 10px 40px rgba(0,0,0,0.06); transition: 0.3s; }
.nav-left-group { display: flex; align-items: center; gap: 16px; }
.brand-logo { height: 32px; object-fit: contain; }

.status-pill { display: flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(255,255,255,0.9); border-radius: var(--radius-pill); box-shadow: 0 2px 10px rgba(0,0,0,0.03); font-size: 0.85rem; font-weight: 700; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; }
.status-dot.online { background: var(--emerald); box-shadow: 0 0 12px var(--emerald); animation: pulse 2s infinite; }
.status-dot.offline { background: var(--slate); }

.nav-actions { display: flex; gap: 12px; align-items: center; }

/* Delivery Platform Badges */
.delivery-links-header { display: flex; gap: 8px; margin-right: 8px; align-items: center; overflow-x: auto; scrollbar-width: none; }
.delivery-links-header::-webkit-scrollbar { display: none; }
.delivery-label { font-size: 0.85rem; color: var(--slate); font-weight: 700; margin-right: 4px; font-family: 'Inter', sans-serif; }
.delivery-badge { display: flex; align-items: center; justify-content: center; height: 40px; padding: 0 16px; border-radius: var(--radius-pill); font-size: 0.85rem; font-weight: 800; font-family: 'Outfit', sans-serif; text-decoration: none; color: white; transition: 0.3s; box-shadow: 0 4px 12px rgba(0,0,0,0.08); white-space: nowrap; }
.delivery-badge:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.15); }
.delivery-logo-badge:hover { transform: translateY(-2px) scale(1.05); box-shadow: 0 6px 16px rgba(0,0,0,0.15); }
.zomato-badge { background: #E23744; }
.swiggy-badge { background: #FC8019; }
.ubereats-badge { background: #06C167; }
.dunzo-badge { background: #00B259; }
.magicpin-badge { background: #3E2292; }
.default-platform-badge { background: var(--midnight); border: 1px solid rgba(255,255,255,0.2); }

/* Navigation Buttons */
.glass-btn { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center; color: var(--midnight); cursor: pointer; transition: 0.3s; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
.glass-btn:hover { transform: scale(1.08); background: var(--surface); color: var(--primary); }
.cart-btn { position: relative; }
.cart-badge { position: absolute; top: -4px; right: -4px; background: var(--primary-gradient); color: white; font-size: 0.75rem; font-weight: 800; font-family: 'Outfit'; height: 24px; min-width: 24px; border-radius: 12px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--surface); transition: 0.2s;}

@media (max-width: 900px) { .delivery-label { display: none; } }
@media (max-width: 800px) {
    .nav-left-group { gap: 10px; }
    .status-pill span.status-text { display: none; } 
    .status-pill { padding: 8px; border-radius: 50%; }
    .delivery-badge { padding: 0 10px; font-size: 0.75rem; height: 36px; }
    .glass-btn { width: 40px; height: 40px; }
    .brand-logo { height: 26px; }
}
@media (max-width: 480px) {
    .floating-nav { padding: 0 12px; height: 65px; width: 96%; top: 50px; }
    .top-info-banner { height: 35px; }
    .delivery-links-header { gap: 4px; margin-right: 4px; }
    .delivery-badge { padding: 0 8px; font-size: 0.7rem; height: 32px; letter-spacing: -0.5px;}
}

/* =========================================================================
   UNIVERSAL APP LAYOUT (OPTIMIZED WIDTH)
   ========================================================================= */
.app-layout { 
    display: block; 
    max-width: 1000px; /* Increased from 800px to fit 2-column grid well */
    margin: 0 auto; 
    padding: 160px 20px 180px 20px; /* Increased bottom padding to avoid FAB/Cart overlap */
    width: 100%;
}
.menu-arena { 
    width: 100%; 
    display: block;
}

/* =========================================================================
   HOVERING MENU FAB & DRAWER
   ========================================================================= */
.floating-menu-fab {
    position: fixed;
    bottom: 100px; 
    right: 24px;
    background: var(--midnight);
    color: white;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: var(--radius-pill);
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
    cursor: pointer;
    z-index: 98;
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.floating-menu-fab:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.floating-menu-fab:active {
    transform: translateY(0) scale(0.95);
}

.category-menu-backdrop { position: fixed; inset: 0; background: rgba(9, 9, 11, 0.4); backdrop-filter: blur(8px); z-index: 1003; opacity: 0; visibility: hidden; transition: 0.3s; }
.category-menu-backdrop.open { opacity: 1; visibility: visible; }

.category-menu-drawer { 
    position: fixed; 
    bottom: -100%; 
    left: 0; 
    right: 0; 
    background: var(--surface-glass); 
    backdrop-filter: var(--glass-blur); 
    z-index: 1004; 
    border-radius: 32px 32px 0 0; 
    padding: 24px; 
    transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1); 
    max-height: 85vh; 
    display: flex; 
    flex-direction: column; 
    box-shadow: 0 -10px 40px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
    .floating-menu-fab { bottom: 40px; right: 40px; }
    .category-menu-drawer { 
        width: 380px; 
        left: auto; 
        right: 40px; 
        bottom: 110px; 
        border-radius: 24px; 
        border: 1px solid rgba(255,255,255,0.8); 
        transform: translateY(20px) scale(0.95); 
        opacity: 0; 
        visibility: hidden; 
        transition: 0.3s; 
    }
    .category-menu-drawer.open { 
        transform: translateY(0) scale(1); 
        opacity: 1; 
        visibility: visible; 
        bottom: 110px; 
    }
}
@media (max-width: 767px) {
    .category-menu-drawer.open { bottom: 0; }
}

.drawer-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--border-color); }
.drawer-header h3 { font-size: 1.4rem; font-weight: 800; }
.category-list { display: flex; flex-direction: column; gap: 10px; overflow-y: auto; padding: 4px 10px 20px 4px; }
.category-list::-webkit-scrollbar { width: 6px; }
.category-list::-webkit-scrollbar-thumb { background: var(--border-color); border-radius: 10px; }

.cat-drawer-item { 
    display: flex; 
    align-items: center; 
    gap: 16px; 
    padding: 12px; 
    border-radius: 16px; 
    cursor: pointer; 
    transition: 0.2s; 
    background: var(--surface); 
    border: 2px solid transparent; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.02); 
    user-select: none;
}
.cat-drawer-item:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(0,0,0,0.05); border-color: var(--border-color); }
.cat-drawer-item.active { background: var(--primary-light); border-color: var(--primary); box-shadow: 0 8px 24px rgba(255, 94, 0, 0.15); }
.cat-img-box { width: 50px; height: 50px; border-radius: 12px; object-fit: cover; background: #F1F5F9; flex-shrink: 0; }
.cat-name { font-weight: 800; font-size: 1.1rem; color: var(--midnight); }
.cat-drawer-item.active .cat-name { color: var(--primary); }

/* =========================================================================
   UNIVERSAL CART DRAWER & FLOATING BAR
   ========================================================================= */
.cart-sidebar { 
    position: fixed !important; 
    top: 0; 
    bottom: 0; 
    right: -100%; 
    width: 100%; 
    max-width: 440px; 
    background: var(--surface-glass); 
    backdrop-filter: var(--glass-blur); 
    -webkit-backdrop-filter: var(--glass-blur); 
    border-left: 1px solid rgba(255,255,255,0.8); 
    z-index: 1001; 
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1); 
    border-radius: 32px 0 0 32px; 
    box-shadow: -10px 0 40px rgba(0,0,0,0.1); 
    display: flex; 
    flex-direction: column; 
    margin: 0; 
}
.cart-sidebar.open { right: 0; }
.cart-sidebar-header { padding: 24px; border-bottom: 1px solid var(--border-color); display: flex; justify-content: space-between; align-items: center; }
.cart-sidebar-header h2 { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.5px; }
.cart-sidebar-body { padding: 24px; overflow-y: auto; overflow-x: hidden; flex-grow: 1; }
.cart-sidebar-footer { padding: 24px; border-top: 1px solid var(--border-color); background: rgba(255,255,255,0.95); }

/* Universal Bottom Floating Cart */
.floating-bottom-cart { 
    position: fixed; 
    bottom: 24px; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 90%; 
    max-width: 600px; 
    background: var(--primary-gradient); 
    color: white; 
    padding: 16px 24px; 
    border-radius: var(--radius-pill); 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    z-index: 99; 
    box-shadow: var(--shadow-float); 
    cursor: pointer; 
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
}
.floating-bottom-cart:active { transform: translateX(-50%) scale(0.97); }
.floating-bottom-cart.hidden { bottom: -100px; opacity: 0; pointer-events: none; }
.mobile-qty-pill { background: white; color: var(--primary); width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 0.9rem; }

@media (max-width: 768px) {
    .cart-sidebar { border-radius: 0; max-width: 100%; }
}

/* --- Hero & Restaurant Header --- */
.restaurant-header { margin-bottom: 40px; text-align: left; }
.hero-title { font-size: 2.8rem; font-weight: 900; letter-spacing: -1px; margin-bottom: 10px; line-height: 1.1;}
.beta-badge { font-size: 0.9rem; vertical-align: super; background: var(--midnight); color: white; padding: 4px 10px; border-radius: 8px; font-family: 'Inter', sans-serif; font-weight: 800; letter-spacing: 1px; }

/* --- Deals Horizontal Scroll --- */
.deals-section { margin-bottom: 30px; }
.section-heading { font-size: 1.5rem; font-weight: 800; margin-bottom: 16px; letter-spacing: -0.5px;}
.deals-scroll-container { display: flex; overflow-x: auto; gap: 16px; padding-bottom: 15px; scrollbar-width: none; }
.deals-scroll-container::-webkit-scrollbar { display: none; }
.deal-card { min-width: 260px; border: 1.5px solid var(--border-color); border-radius: var(--radius-sm); padding: 16px; display: flex; align-items: center; gap: 16px; background: var(--surface); cursor: pointer; transition: 0.2s; position: relative;}
.deal-card:hover { border-color: var(--primary-light); transform: translateY(-2px);}
.deal-icon { background: rgba(255, 94, 0, 0.1); color: var(--primary); width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center;}
.deal-info h4 { font-size: 1.05rem; margin-bottom: 4px; font-weight: 800;}
.deal-info p { font-size: 0.8rem; color: var(--slate); font-weight: 600; text-transform: uppercase;}

/* --- Filters & Search --- */
.glass-search-wrapper { position: sticky; top: 135px; z-index: 90; padding: 10px 0 20px 0; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); margin-top: -10px; }
.search-box { display: flex; align-items: center; gap: 14px; background: #F1F5F9; padding: 16px 20px; border-radius: var(--radius-sm); border: 1px solid transparent; transition: 0.3s; margin-bottom: 15px; flex-direction: row-reverse;}
.search-box:focus-within { background: var(--surface); border-color: var(--primary-light); box-shadow: var(--shadow-soft); }
.search-box input { border: none; outline: none; background: transparent; font-size: 1.05rem; font-weight: 600; width: 100%; color: var(--midnight); font-family: 'Inter', sans-serif;}

.swiggy-filters { display: flex; gap: 12px; }
.filter-toggle { display: flex; align-items: center; gap: 8px; padding: 8px 16px; border: 1.5px solid var(--border-color); border-radius: var(--radius-pill); cursor: pointer; font-weight: 700; font-size: 0.9rem; transition: 0.2s; user-select: none; background: var(--surface);}
.filter-toggle input { display: none; }
.filter-toggle:has(input:checked) { background: rgba(16, 185, 129, 0.1); border-color: var(--emerald); color: var(--midnight); }
.filter-toggle:has(input#filter-nonveg:checked) { background: rgba(239, 68, 68, 0.1); border-color: var(--danger); }
.menu-divider { height: 1px; background: var(--border-color); width: 100%; margin: 10px 0 30px 0; }

@media (max-width: 1024px) {
    .glass-search-wrapper { top: 120px; }
}

/* =========================================================================
   OPTIMIZED RESPONSIVE MENU GRID
   ========================================================================= */
.menu-section { margin-bottom: 40px; scroll-margin-top: 260px; }
.section-title { font-size: 1.6rem; margin-bottom: 20px; font-weight: 800; letter-spacing: -0.5px; }

/* 1 Column on Mobile, 2 Columns on Tablet/Desktop */
.menu-list { 
    display: grid; 
    grid-template-columns: 1fr; 
    gap: 20px; 
}
@media (min-width: 768px) {
    .menu-list { 
        grid-template-columns: repeat(2, 1fr); 
    }
}

/* Card-Style Menu Items */
.menu-item-row { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    gap: 16px; 
    padding: 20px; 
    background: var(--surface);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-item-row:hover {
    border-color: var(--primary-light);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}

.item-details-left { flex: 1; min-width: 0; /* allows truncation */ }
.diet-icon { width: 16px; height: 16px; border: 2px solid; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.diet-icon::after { content: ''; width: 8px; height: 8px; border-radius: 50%; }
.diet-icon.veg { border-color: var(--emerald); } .diet-icon.veg::after { background: var(--emerald); }
.diet-icon.non-veg { border-color: var(--danger); } .diet-icon.non-veg::after { background: var(--danger); }

.item-tag { font-size: 0.7rem; font-weight: 800; color: #DC2626; background: #FEE2E2; padding: 4px 10px; border-radius: 6px; display: inline-block; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; border: 1px solid rgba(220, 38, 38, 0.2); }
.item-name { font-size: 1.25rem; font-weight: 800; line-height: 1.2; margin-bottom: 8px; color: var(--midnight); }
.item-price { font-size: 1.1rem; font-weight: 700; color: var(--midnight); margin-bottom: 12px; font-family: 'Outfit'; }
.original-price { text-decoration: line-through; color: var(--slate); font-size: 0.9rem; font-weight: 500; margin-right: 8px; font-family: 'Inter', sans-serif; }
.item-desc { font-size: 0.95rem; color: var(--slate); font-weight: 500; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.allergens-info { font-size: 0.8rem; color: var(--danger); margin-top: 6px; display: flex; align-items: center; gap: 4px; font-weight: 600; }

.item-image-right { position: relative; width: 136px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; }
.item-image { width: 136px; height: auto; aspect-ratio: 1/1; object-fit: cover; border-radius: 16px; box-shadow: var(--shadow-soft); background: #f1f5f9;}

/* Overlapping CTA / Order Button */
.add-btn-wrapper { position: absolute; bottom: -16px; display: flex; flex-direction: column; align-items: center; width: 100%; z-index: 2;}
.overlap-add-btn { background: white; color: var(--emerald); border: 1.5px solid var(--border-color); box-shadow: 0 4px 12px rgba(0,0,0,0.08); border-radius: 10px; padding: 10px 14px; min-width: 100px; width: auto; font-weight: 900; font-size: 1.05rem; font-family: 'Outfit'; cursor: pointer; transition: 0.2s; text-transform: uppercase; white-space: nowrap;}
.overlap-add-btn:hover { background: #F8FAFC; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.12); color: var(--primary);}
.overlap-add-btn:active { transform: scale(0.95); }
.overlap-add-btn.sold-out-btn { color: var(--slate); background: #F1F5F9; border-color: transparent; box-shadow: none; font-size: 0.9rem; cursor: not-allowed;}
.customisable-text { font-size: 0.75rem; color: var(--slate); margin-top: 6px; font-weight: 600; background: var(--surface); padding: 0 4px;}

.item-unavailable { opacity: 0.6; pointer-events: none; }
.item-unavailable .item-image { filter: grayscale(100%); }

/* --- Why Choose Us GRID --- */
.why-us-section { margin-top: 80px; margin-bottom: 60px; }
.why-us-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.why-card { background: var(--surface); padding: 30px 24px; border-radius: var(--radius-sm); border: 1px solid var(--border-color); box-shadow: var(--shadow-soft); transition: 0.3s; display: flex; flex-direction: column; gap: 10px; }
.why-card:hover { transform: translateY(-4px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); border-color: var(--primary-light); }
.why-icon { color: var(--slate); margin-bottom: 8px; }
.why-card h4 { font-size: 1.15rem; font-weight: 800; line-height: 1.3; color: var(--midnight); margin: 0; }
.why-card p { font-size: 0.95rem; color: var(--slate); font-weight: 500; line-height: 1.5; margin: 0;}

/* --- Forms, Buttons & General UI --- */
.app-input { width: 100%; padding: 16px 20px; border: 2px solid var(--border-color); border-radius: var(--radius-sm); font-family: 'Inter', sans-serif; font-size: 1rem; background: var(--surface); color: var(--midnight); font-weight: 600; transition: 0.3s; box-sizing: border-box; }
.app-input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 6px var(--primary-light); }

.fluid-btn { width: 100%; padding: 18px; border-radius: var(--radius-sm); font-size: 1.1rem; font-weight: 800; font-family: 'Outfit'; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); border: none; box-sizing: border-box; }
.primary-btn { background: var(--primary-gradient); color: white; box-shadow: var(--shadow-float); }
.primary-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(255, 94, 0, 0.3); }
.primary-btn:active { transform: scale(0.97); }
.primary-btn:disabled { opacity: 0.6; pointer-events: none; }
.secondary-btn { background: var(--midnight); color: white; border: none; cursor: pointer; transition: 0.3s; font-weight: 700; font-family: 'Outfit'; }
.secondary-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(9, 9, 11, 0.2); }

/* --- Inside Cart Sidebar Styles --- */
.cart-item { display: flex; justify-content: space-between; align-items: flex-start; padding: 16px 0; border-bottom: 1px dashed var(--border-color); }
.cart-item:last-child { border-bottom: none; }
.qty-controls { display: flex; align-items: center; gap: 16px; background: var(--bg-base); border-radius: var(--radius-pill); padding: 6px 12px; margin-top: 10px; width: fit-content; border: 1px solid var(--border-color);}
.qty-btn { background: transparent; border: none; font-size: 1.4rem; cursor: pointer; color: var(--primary); font-weight: 700; transition: 0.2s; display: flex; align-items: center; justify-content: center;}
.qty-btn:hover { transform: scale(1.2); }

/* --- Modals & Overlays --- */
.customization-modal { position: fixed; bottom: -100%; left: 0; right: 0; z-index: 1002; transition: bottom 0.5s cubic-bezier(0.16, 1, 0.3, 1); border-radius: 40px 40px 0 0; max-height: 90vh; display: flex; flex-direction: column; box-shadow: 0 -20px 60px rgba(0,0,0,0.1); }
@media (min-width: 768px) { .customization-modal { bottom: auto; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.9); opacity: 0; width: 540px; border-radius: var(--radius-squircle); visibility: hidden; transition: 0.4s; } .customization-modal.open { transform: translate(-50%, -50%) scale(1); opacity: 1; visibility: visible; } }
@media (max-width: 767px) { .customization-modal.open { bottom: 0; } }
.modal-indicator { width: 50px; height: 6px; background: var(--border-color); border-radius: 10px; margin: 16px auto 0 auto; display: none; }
@media (max-width: 767px) { .modal-indicator { display: block; } }
.modal-header { padding: 30px; border-bottom: 1px solid var(--border-color); display: flex; justify-content: space-between; align-items: center; }
.modal-header h3 { font-size: 1.6rem; font-weight: 800; }
.modal-body { padding: 30px; overflow-y: auto; flex-grow: 1; overflow-x: hidden; }
.custom-group { background: var(--surface); padding: 24px; border-radius: var(--radius-sm); margin-bottom: 20px; border: 1px solid var(--border-color); }
.custom-title { font-weight: 800; margin-bottom: 16px; font-size: 1.2rem; }
.custom-option { display: flex; justify-content: space-between; align-items: center; padding: 18px; border: 2px solid var(--border-color); border-radius: 12px; margin-bottom: 12px; cursor: pointer; transition: 0.3s; font-weight: 700; font-family: 'Inter'; box-sizing: border-box; }
.custom-option.selected { border-color: var(--primary); background: var(--primary-light); transform: scale(1.02); }
.custom-option input { accent-color: var(--primary); transform: scale(1.4); pointer-events: none; }
.modal-footer { padding: 24px; border-top: 1px solid var(--border-color); background: rgba(255,255,255,0.95); }
.btn-price { background: white; color: var(--primary); padding: 4px 12px; border-radius: 8px; font-size: 1rem; display: flex; align-items: center;}

.close-btn { background: var(--bg-base); border: none; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--midnight); transition: 0.3s; border: 1px solid var(--border-color); }
.close-btn:hover { background: var(--danger); color: white; transform: rotate(90deg); border-color: transparent;}

/* --- Premium Footer --- */
footer { margin-top: 80px; padding: 60px 5%; background: var(--midnight); color: white; border-radius: 40px 40px 0 0; text-align: center; position: relative; overflow: hidden; }
.footer-logo { height: 60px; margin: 0 auto 20px auto; display: block; filter: brightness(0) invert(1); }
footer h3 { color: white; font-size: 1.5rem; margin-bottom: 10px; font-weight: 800; }
.store-hours-footer { display: inline-block; background: rgba(255,255,255,0.1); padding: 12px 24px; border-radius: var(--radius-pill); font-weight: 600; font-size: 0.95rem; margin-bottom: 30px; backdrop-filter: blur(10px); }
.fssai-badge { display: inline-flex; flex-direction: column; gap: 4px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 12px 24px; border-radius: var(--radius-sm); margin: 0 auto 30px auto; }
.fssai-badge span { font-size: 0.8rem; color: rgba(255,255,255,0.6); font-weight: 600; }
.fssai-badge strong { font-size: 1.1rem; letter-spacing: 1px; font-family: 'Outfit'; }
.address-box { color: rgba(255,255,255,0.7); line-height: 1.6; margin-bottom: 25px; }

/* Interactive Map Container */
.map-container { width: 100%; max-width: 600px; height: 200px; margin: 0 auto 25px auto; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); position: relative; background: rgba(255, 255, 255, 0.05); }
.map-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; filter: contrast(1.05); }

.footer-links { display: flex; justify-content: center; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; }
.action-link { background: white; color: var(--midnight); text-decoration: none; padding: 12px 24px; border-radius: var(--radius-pill); font-weight: 700; transition: 0.3s; font-family: 'Outfit'; border: none; cursor: pointer; }
.action-link:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(255,255,255,0.2); }
.footer-text { color: rgba(255,255,255,0.4); font-size: 0.85rem; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; }