
        :root {
            --primary: #b80f46;
            --primary-dark: #8d0834;
            --primary-deep: #680527;
            --accent: #f6c65b;
            --cream: #fff6ee;
            --cream-2: #fdeee4;
            --panel: rgba(255, 251, 247, 0.92);
            --text-main: #251b18;
            --text-muted: #6f5a52;
            --line: rgba(184, 15, 70, 0.28);
            --whatsapp: #25D366;
            --shadow: 0 14px 35px rgba(104, 5, 39, 0.13);
            --radius: 18px;
        }
.service-switch {
    display: inline-block !important;
    margin-top: 10px;
    padding: 10px 18px;
    border: 0;
    border-radius: 999px;
    background: #b80f46;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            -webkit-tap-highlight-color: transparent;
        }

        body {
            font-family: 'Poppins', sans-serif;
            color: var(--text-main);
            padding-bottom: 115px;
            overflow-x: hidden;
            background:
                radial-gradient(circle at 9% 6%, rgba(184, 15, 70, 0.08), transparent 24%),
                radial-gradient(circle at 87% 3%, rgba(246, 198, 91, 0.28), transparent 22%),
                linear-gradient(135deg, #fffaf5 0%, #fdeee4 52%, #fff9f1 100%);
            position: relative;
        }

        body::before {
            content: '';
            position: fixed;
            inset: 0;
            pointer-events: none;
            opacity: 0.5;
            background-image:
                linear-gradient(45deg, rgba(184,15,70,.035) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(184,15,70,.035) 25%, transparent 25%);
            background-size: 34px 34px;
            z-index: -2;
        }

        body::after {
            content: '';
            position: fixed;
            width: 360px;
            height: 360px;
            right: -160px;
            top: -120px;
            background: rgba(184, 15, 70, 0.18);
            filter: blur(80px);
            border-radius: 50%;
            z-index: -1;
        }

        .menu-shell {
            width: min(1180px, calc(100% - 26px));
            margin: 22px auto 38px;
            background: rgba(255, 250, 245, 0.72);
            border: 1px solid rgba(184, 15, 70, 0.16);
            border-radius: 34px;
            box-shadow: var(--shadow);
            overflow: hidden;
            position: relative;
        }

        .leaf-mark {
            position: absolute;
            left: 18px;
            top: 12px;
            width: 165px;
            height: 165px;
            opacity: 0.18;
            pointer-events: none;
            background:
                radial-gradient(ellipse at center, transparent 46%, rgba(184,15,70,.65) 47%, transparent 49%);
            transform: rotate(-26deg);
        }

        .menu-header {
            display: grid;
            grid-template-columns: 1.05fr 1fr;
            gap: 24px;
            align-items: center;
            min-height: 310px;
            padding: 38px 42px 18px;
            position: relative;
        }

        .brand-block {
            text-align: center;
            z-index: 1;
        }

        .logo {
            width: 92px;
            height: 92px;
            object-fit: contain;
            margin-bottom: 10px;
            filter: drop-shadow(0 10px 18px rgba(104,5,39,.16));
        }

        .menu-header h1 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(48px, 6vw, 74px);
            line-height: 0.95;
            letter-spacing: -2px;
            font-weight: 600;
            color: #2a1916;
            margin-bottom: 12px;
        }

        .tagline {
            color: var(--primary);
            font-size: clamp(16px, 2vw, 23px);
            font-weight: 500;
            letter-spacing: 0.5px;
            margin-bottom: 12px;
        }

        .brand-line {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            color: var(--primary);
            opacity: 0.85;
        }

        .brand-line span {
            width: 70px;
            height: 2px;
            background: var(--primary);
            display: inline-block;
        }

        .hero-panel {
            min-height: 260px;
            border-bottom-left-radius: 110px;
            border-top-left-radius: 26px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 14px 34px rgba(104,5,39,.16);
            border: 8px solid rgba(184,15,70,.95);
            border-right: 0;
            background:
                linear-gradient(135deg, rgba(184,15,70,.12), rgba(246,198,91,.16)),
                url('/favicon2.jpg') center/cover no-repeat;
        }

        .hero-panel::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(255,246,238,.12), rgba(255,246,238,0));
        }

        .new-badge {
            position: absolute;
            left: -22px;
            top: 14px;
            width: 142px;
            min-height: 112px;
            padding: 13px 12px;
            text-align: center;
            color: #1e1613;
            background: #ffe7a4;
            border: 3px dashed #ee315e;
            border-radius: 46% 54% 48% 52%;
            box-shadow: 0 8px 22px rgba(104,5,39,.18);
            transform: rotate(-5deg);
            z-index: 2;
        }

        .new-badge strong {
            display: block;
            font-family: 'Oswald', sans-serif;
            font-size: 24px;
            color: #e21b43;
            line-height: 1;
        }

        .new-badge b {
            display: block;
            font-family: 'Oswald', sans-serif;
            font-size: 19px;
            line-height: 1.05;
            margin: 6px 0;
        }

        .new-badge small {
            font-weight: 700;
            color: var(--primary-dark);
        }

        .search-wrap {
            max-width: 760px;
            margin: 0 auto 26px;
            padding: 0 26px;
        }

        #menuSearch {
            width: 100%;
            padding: 15px 20px;
            border-radius: 999px;
            border: 1px solid rgba(184, 15, 70, 0.26);
            background: rgba(255,255,255,0.78);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 8px 18px rgba(104,5,39,.06);
            font-size: 15px;
            font-family: 'Poppins', sans-serif;
            outline: none;
        }

        #menuSearch:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 4px rgba(184, 15, 70, 0.08), 0 10px 24px rgba(104,5,39,.08);
        }

        .container {
            padding: 0 26px 32px;
        }

        .loading {
            text-align: center;
            padding: 60px 20px;
            color: var(--text-muted);
            font-weight: 600;
        }

        .menu-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px 22px;
            align-items: start;
        }

        .category-box {
            background: var(--panel);
            border: 1.5px solid rgba(184, 15, 70, 0.34);
            border-radius: var(--radius);
            padding: 34px 15px 14px;
            position: relative;
            box-shadow: 0 9px 24px rgba(104,5,39,.07);
            break-inside: avoid;
        }

        .category-title {
            position: absolute;
            left: 12px;
            right: 12px;
            top: -17px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            min-height: 39px;
            padding: 5px 14px 7px;
            color: #fff;
            background:
                linear-gradient(90deg, transparent 0 4%, var(--primary) 4% 96%, transparent 96%),
                repeating-linear-gradient(0deg, var(--primary-dark), var(--primary-dark) 3px, var(--primary) 3px, var(--primary) 6px);
            font-family: 'Oswald', sans-serif;
            font-size: 28px;
            line-height: 1;
            letter-spacing: 0.4px;
            text-transform: uppercase;
            text-shadow: 0 2px 0 rgba(0,0,0,.12);
        }

        .category-title .cat-icon {
            font-size: 21px;
            line-height: 1;
            filter: grayscale(1) brightness(4);
        }

        .item-card {
            display: grid;
            grid-template-columns: 1fr auto auto auto;
            gap: 9px;
            align-items: center;
            padding: 9px 3px;
            border-bottom: 1px dashed rgba(184, 15, 70, 0.23);
            cursor: pointer;
            transition: 0.2s ease;
        }

        .item-card:last-child { border-bottom: 0; }

        .item-card:hover {
            background: rgba(184, 15, 70, 0.055);
            border-radius: 10px;
            padding-left: 8px;
            padding-right: 8px;
        }

        .item-card.selected {
            background: rgba(184, 15, 70, 0.09);
            border-radius: 10px;
            padding-left: 8px;
            padding-right: 8px;
        }

        .item-info { min-width: 0; }

        .item-title {
            font-size: 14px;
            font-weight: 600;
            color: #211512;
            line-height: 1.25;
        }
.how-it-works-btn {
    border: 0;
    border-radius: 999px;
    padding: 9px 15px;
    font-weight: 700;
    cursor: pointer;
    background: #fff3df;
    color: #8a4b00;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.ff-tutorial-modal.hidden {
    display: none;
}

.ff-tutorial-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.ff-tutorial-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 12, 5, 0.65);
    backdrop-filter: blur(6px);
}

.ff-tutorial-box {
    position: relative;
    width: min(520px, 100%);
    background: linear-gradient(180deg, #fffaf2, #ffffff);
    border-radius: 28px;
    padding: 28px 24px 24px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.28);
    animation: ffPop .25s ease;
}

@keyframes ffPop {
    from { transform: translateY(18px) scale(.96); opacity: 0; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}

.ff-tutorial-close {
    position: absolute;
    top: 14px;
    right: 16px;
    border: 0;
    background: #f2e7d8;
    color: #5c3300;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.ff-tutorial-badge {
    display: inline-block;
    background: #ff8a00;
    color: white;
    padding: 7px 13px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ff-tutorial-box h2 {
    margin: 0;
    font-size: 28px;
    color: #2b1800;
}

.ff-tutorial-subtitle {
    color: #765b3b;
    margin: 8px 0 18px;
    line-height: 1.5;
}

.ff-tutorial-steps {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.ff-tutorial-steps div {
    display: flex;
    align-items: center;
    gap: 11px;
    background: #fff4e4;
    padding: 12px 13px;
    border-radius: 16px;
    color: #3b260c;
    font-weight: 600;
}

.ff-tutorial-steps span {
    flex: 0 0 28px;
    height: 28px;
    border-radius: 50%;
    background: #ff8a00;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.ff-tutorial-note {
    background: #eef9f0;
    color: #245b2c;
    border-radius: 16px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.ff-tutorial-main-btn {
    width: 100%;
    border: 0;
    border-radius: 18px;
    padding: 14px 16px;
    background: #111;
    color: white;
    font-weight: 800;
    cursor: pointer;
}
        .item-desc,
        .meal-includes {
            display: none;
        }

        .pack-size {
            min-width: 58px;
            text-align: right;
            color: var(--primary);
            font-size: 12px;
            font-weight: 700;
            white-space: nowrap;
        }

        .price {
            min-width: 56px;
            text-align: right;
            color: #19120f;
            font-size: 12px;
            font-weight: 700;
            white-space: nowrap;
        }

        .price::before {
            content: 'Rs. ';
            color: #312522;
            font-weight: 600;
        }

        .item-actions {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 5px;
        }

        .controls {
            display: none;
            align-items: center;
            background: #fff;
            border: 1px solid rgba(184,15,70,.25);
            border-radius: 999px;
            padding: 2px 4px;
        }

        .item-card.selected .controls {
            display: flex;
        }

        .qty-input {
            width: 38px;
            height: 26px;
            border: 0;
            text-align: center;
            background: transparent;
            color: var(--primary-dark);
            font-weight: 800;
            outline: none;
        }

        .add-btn {
            width: 26px;
            height: 26px;
            border: 1.5px solid var(--primary);
            border-radius: 50%;
            background: #fff;
            color: var(--primary);
            font-weight: 800;
            line-height: 1;
            cursor: pointer;
        }

        .item-card.selected .add-btn {
            background: var(--primary);
            color: #fff;
        }

        .chutney-strip {
            margin-top: 28px;
            border: 1.5px solid rgba(184, 15, 70, 0.32);
            border-radius: 20px;
            background: rgba(255,255,255,.68);
            padding: 26px 18px 16px;
            position: relative;
        }

        .chutney-title {
            position: absolute;
            top: -24px;
            left: 50%;
            transform: translateX(-50%);
            font-family: 'Playfair Display', serif;
            font-size: 34px;
            font-style: italic;
            background: var(--cream);
            padding: 0 18px;
            color: #211512;
        }

        .chutney-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
        }

        .chutney-strip .category-box {
            padding-top: 8px;
            box-shadow: none;
            border: 0;
            background: transparent;
        }

        .chutney-strip .category-title { display: none; }

        .empty-message {
            display: none;
            text-align: center;
            color: var(--text-muted);
            padding: 22px;
            font-weight: 600;
        }

        .footer-band {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 18px;
            align-items: center;
            margin-top: 22px;
            padding: 18px 26px;
            background: linear-gradient(135deg, var(--primary), var(--primary-deep));
            color: #fff;
            border-top-right-radius: 36px;
        }

        .phone-box {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .phone-icon {
            width: 54px;
            height: 54px;
            border-radius: 50%;
            border: 2px solid rgba(255,255,255,.82);
            display: grid;
            place-items: center;
            font-size: 27px;
        }

        .phone-box small {
            display: block;
            font-size: 13px;
            letter-spacing: .8px;
            text-transform: uppercase;
            opacity: .9;
        }

        .phone-box strong {
            font-family: 'Oswald', sans-serif;
            font-size: clamp(28px, 4vw, 38px);
            letter-spacing: 1px;
            line-height: 1;
        }

        .trust-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 600;
        }

        .trust-row div {
            display: flex;
            align-items: center;
            gap: 8px;
            justify-content: center;
            border-left: 1px solid rgba(255,255,255,.24);
            padding-left: 12px;
        }

        .trust-row span { font-size: 22px; }

        .order-bar {
            position: fixed;
            bottom: 18px;
            left: 50%;
            transform: translateX(-50%);
            width: min(760px, calc(100% - 22px));
            background: linear-gradient(135deg, rgba(104,5,39,.95), rgba(141,8,52,.94));
            color: #fff;
            padding: 13px 16px;
            border-radius: 999px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
            z-index: 999;
            box-shadow: 0 20px 45px rgba(104,5,39,.32);
            border: 1px solid rgba(255,255,255,.12);
        }

        .order-info {
            display: flex;
            align-items: center;
            gap: 11px;
        }

        .order-count {
            background: rgba(255,255,255,.13);
            padding: 7px 13px;
            border-radius: 999px;
            font-size: 14px;
            font-weight: 700;
            white-space: nowrap;
        }

        .order-total {
            color: var(--accent);
            font-family: 'Oswald', sans-serif;
            font-size: 25px;
            font-weight: 700;
            white-space: nowrap;
        }

        .order-btn {
            border: 0;
            background: var(--whatsapp);
            color: #fff;
            padding: 13px 24px;
            border-radius: 999px;
            font-weight: 800;
            font-size: 15px;
            cursor: pointer;
            box-shadow: 0 8px 22px rgba(37,211,102,.28);
            white-space: nowrap;
        }

        @media (max-width: 1024px) {
            .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .menu-header { grid-template-columns: 1fr; padding-top: 30px; }
            .hero-panel { min-height: 220px; border-radius: 34px; border-right: 8px solid rgba(184,15,70,.95); }
            .new-badge { left: 18px; }
        }

        @media (max-width: 680px) {
            body { padding-bottom: 148px; }
            .menu-shell { width: calc(100% - 12px); margin-top: 8px; border-radius: 22px; }
            .menu-header { padding: 26px 14px 16px; min-height: auto; }
            .logo { width: 74px; height: 74px; }
            .tagline { font-size: 15px; }
            .hero-panel { min-height: 155px; border-width: 5px; border-radius: 24px; }
            .new-badge { width: 116px; min-height: 86px; padding: 9px; left: 8px; top: 8px; }
            .new-badge strong { font-size: 19px; }
            .new-badge b { font-size: 15px; }
            .search-wrap { padding: 0 12px; }
            .container { padding: 0 12px 18px; }
            .menu-grid { grid-template-columns: 1fr; gap: 26px; }
            .category-title { font-size: 24px; }
            .item-card { grid-template-columns: 1fr auto auto auto; gap: 7px; }
            .item-title { font-size: 13px; }
            .pack-size { min-width: 48px; font-size: 11px; }
            .price { min-width: 48px; font-size: 11px; }
            .footer-band { grid-template-columns: 1fr; border-top-right-radius: 22px; padding: 16px; }
            .trust-row { grid-template-columns: 1fr; gap: 7px; }
            .trust-row div { justify-content: flex-start; border-left: 0; padding-left: 0; }
            .order-bar { border-radius: 22px; flex-direction: column; padding: 13px; }
            .order-info { width: 100%; justify-content: space-between; }
            .order-btn { width: 100%; }
        }
    

/* ===============================
   Phase 0 Service Selection Gateway
================================== */
.service-gateway {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background:
        radial-gradient(circle at 12% 12%, rgba(184, 15, 70, 0.22), transparent 28%),
        radial-gradient(circle at 88% 8%, rgba(246, 198, 91, 0.32), transparent 28%),
        linear-gradient(135deg, #fffaf5 0%, #fdeee4 52%, #fff9f1 100%);
}

.service-gateway.active { display: flex; }

.service-panel {
    width: min(980px, 100%);
    background: rgba(255, 251, 247, 0.94);
    border: 1px solid rgba(184, 15, 70, 0.18);
    border-radius: 34px;
    box-shadow: 0 24px 70px rgba(104, 5, 39, 0.22);
    padding: clamp(20px, 4vw, 42px);
    text-align: center;
}

.service-logo {
    width: 86px;
    height: 86px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(104,5,39,.16));
    margin-bottom: 8px;
}

.service-panel h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1;
    color: #2a1916;
    margin-bottom: 8px;
}

.service-subtitle {
    color: var(--text-muted);
    font-weight: 600;
    margin-bottom: 24px;
}

.service-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.service-card {
    border: 1.5px solid rgba(184, 15, 70, 0.25);
    border-radius: 24px;
    background: rgba(255,255,255,0.78);
    padding: 24px 18px;
    text-align: left;
    cursor: pointer;
    transition: 0.22s ease;
    box-shadow: 0 12px 28px rgba(104,5,39,.08);
}

.service-card:hover {
    transform: translateY(-3px);
    border-color: var(--primary);
    box-shadow: 0 18px 38px rgba(104,5,39,.14);
}

.service-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #ffe7a4;
    font-size: 28px;
    margin-bottom: 14px;
}

.service-card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.service-card p {
    color: var(--text-muted);
    line-height: 1.55;
    font-weight: 500;
}

.service-note {
    margin-top: 22px;
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 13px;
}

.service-switch {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(184,15,70,.22);
    background: rgba(255,255,255,.75);
    color: var(--primary-dark);
    padding: 9px 14px;
    border-radius: 999px;
    font-weight: 800;
    cursor: pointer;
}

.current-service-pill {
    display: inline-block;
    margin-top: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--primary-deep));
    font-size: 13px;
    font-weight: 800;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 4000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(37, 27, 24, 0.56);
}

.modal-overlay.active { display: flex; }

.ff-modal {
    width: min(470px, 100%);
    background: #fffaf5;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(0,0,0,.25);
    border: 1px solid rgba(184,15,70,.18);
    padding: 22px;
}

.ff-modal h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.ff-field { margin-top: 13px; text-align: left; }

.ff-field label {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.ff-field input, .ff-field textarea {
    width: 100%;
    border: 1px solid rgba(184,15,70,.24);
    border-radius: 14px;
    padding: 12px 13px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    background: rgba(255,255,255,.86);
}

.ff-modal-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 18px;
}

.ff-btn {
    border: 0;
    border-radius: 999px;
    padding: 11px 17px;
    font-weight: 800;
    cursor: pointer;
}

.ff-btn.secondary { background: #eee3dd; color: var(--text-main); }
.ff-btn.primary { background: var(--primary); color: #fff; }

.hidden { display: none !important; }

@media (max-width: 680px) {
    .service-options { grid-template-columns: 1fr; }
    .service-panel { border-radius: 24px; }
    .service-card h3 { font-size: 25px; }
}
