        /* ===== FEATURED SLIDER IN MENU ===== */
        .featured-section {
            margin: 6px 0 32px;
            padding: 0;
        }

        .featured-section > .menu-empty-state.is-landing {
            margin-top: 6px;
        }

        .featured-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: #fff;
            padding: 0 5px 10px;
            display: flex;
            align-items: center;
            gap: 8px;
            letter-spacing: 0.5px;
        }

        .featured-slider {
            display: flex;
            gap: 16px;
            overflow-x: auto;
            padding: 10px 8px 24px;
            scrollbar-width: none;
            -ms-overflow-style: none;
            scroll-snap-type: x mandatory;
            scroll-padding-inline: 8px;
        }

        .featured-slider::-webkit-scrollbar {
            display: none;
        }

        .featured-card {
            flex: 0 0 220px;
            background: linear-gradient(180deg, rgba(31, 34, 41, 0.98) 0%, rgba(17, 19, 24, 0.98) 100%);
            border-radius: 26px;
            overflow: hidden;
            position: relative;
            border: 1px solid rgba(255, 186, 112, 0.12);
            box-shadow: 0 26px 46px rgba(0, 0, 0, 0.34);
            cursor: pointer;
            scroll-snap-align: start;
            transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
            isolation: isolate;
        }

        .featured-card:active {
            transform: scale(0.97);
        }

        .featured-card:hover {
            transform: translateY(-4px);
            border-color: rgba(255, 186, 112, 0.4);
            box-shadow: 0 30px 56px rgba(0, 0, 0, 0.42);
        }

        .featured-card-glow {
            position: absolute;
            inset: auto -15% -24% -15%;
            height: 42%;
            background: radial-gradient(circle, rgba(255, 146, 43, 0.26) 0%, rgba(255, 146, 43, 0.08) 38%, transparent 72%);
            z-index: 0;
            pointer-events: none;
        }

        .featured-card-badge {
            position: absolute;
            top: 14px;
            left: 14px;
            z-index: 3;
            padding: 6px 10px;
            border-radius: 999px;
            background: rgba(255, 247, 235, 0.96);
            color: #c85c12;
            font-size: 0.62rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
        }

        .featured-img-wrap {
            width: 100%;
            height: 150px;
            overflow: hidden;
            background: var(--menu-surface-2);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 1;
        }

        .featured-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .featured-card:hover .featured-img-wrap img {
            transform: scale(1.08);
        }

        .featured-info {
            padding: 16px 16px 58px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.12) 100%);
            position: relative;
            z-index: 1;
        }

        .featured-name {
            color: #fff;
            font-weight: 700;
            font-size: 1rem;
            line-height: 1.3;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 8px;
            min-height: 2.6em;
        }

        .featured-desc {
            color: rgba(255, 255, 255, 0.62);
            font-size: 0.82rem;
            line-height: 1.45;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            min-height: 2.9em;
            margin-bottom: 12px;
        }

        .featured-price-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        .featured-price {
            color: #ffd978;
            font-weight: 800;
            font-size: 0.98rem;
        }

        .featured-hint {
            color: rgba(255, 255, 255, 0.45);
            font-size: 0.68rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        .featured-add-btn {
            position: absolute;
            bottom: 12px;
            right: 12px;
            width: 38px;
            height: 38px;
            background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
            color: #fff;
            border: none;
            border-radius: 50%;
            font-size: 1.4rem;
            font-weight: 800;
            line-height: 1;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 14px 24px rgba(230, 57, 70, 0.3);
            transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.25s ease;
            z-index: 2;
        }

        .featured-add-btn:hover {
            box-shadow: 0 18px 30px rgba(230, 57, 70, 0.36);
        }

        .featured-add-btn:active {
            transform: scale(1.2) rotate(90deg);
        }

        body.menu-page {
            background:
                radial-gradient(circle at top, rgba(255, 159, 67, 0.14), transparent 26%),
                radial-gradient(circle at 18% 18%, rgba(230, 57, 70, 0.12), transparent 22%),
                linear-gradient(180deg, #101218 0%, #171a22 48%, #12151c 100%);
            color: #fff;
            font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            margin: 0;
            padding-bottom: 80px;
        }

        .menu-header {
            padding: 62px 20px 38px;
            text-align: center;
            background:
                radial-gradient(circle at top, rgba(255, 159, 67, 0.26), transparent 48%),
                linear-gradient(180deg, rgba(10, 11, 15, 0.96) 0%, rgba(10, 11, 15, 0.22) 100%);
            animation: menuFadeLift 0.68s cubic-bezier(0.22, 1, 0.36, 1) both;
        }

        .menu-header h1 {
            font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
            font-size: clamp(2.35rem, 5vw, 3rem);
            margin-bottom: 8px;
            letter-spacing: -1.5px;
            text-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
        }

        .menu-header p {
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.7;
            max-width: 560px;
            margin: 0 auto;
            text-wrap: balance;
        }

        .menu-container {
            max-width: 860px;
            margin: 0 auto;
            padding: 0 18px 8px;
        }

        .cat-nav-wrapper {
            position: sticky;
            top: 0;
            z-index: 100;
            background: linear-gradient(180deg, rgba(18, 21, 28, 0.92) 0%, rgba(18, 21, 28, 0.76) 100%);
            backdrop-filter: blur(18px);
            padding: 14px 0 16px;
            margin-bottom: 28px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.07);
            box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
        }

        .cat-nav-scroll {
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
            gap: 10px;
            overflow-x: auto;
            padding: 6px 14px;
            scrollbar-width: none;
        }

        .cat-nav-scroll.is-visual-list {
            display: grid;
            grid-template-columns: 1fr;
            gap: 16px;
            overflow: visible;
            padding: 6px 16px 4px;
        }

        .cat-nav-scroll::-webkit-scrollbar {
            display: none;
        }

        #menuNavigationView[data-mode='categories'] .menu-nav-hero,
        #menuNavigationView[data-mode='items'] .menu-nav-hero,
        #menuNavigationView[data-mode='categories'] #featuredGlobal {
            display: none !important;
        }

        #menuNavigationView[data-mode='categories'] .menu-content-area,
        #menuNavigationView[data-mode='items'] .menu-content-area {
            padding-top: 18px;
        }

        .menu-content-area {
            position: relative;
            isolation: isolate;
        }

        .menu-content-area > .menu-empty-state.is-surface {
            margin: 18px 0 6px;
            min-height: 260px;
            justify-content: center;
        }

        #superCatList > .menu-empty-state.is-sheet {
            margin: 8px 2px 2px;
        }

        .menu-content-area > * {
            position: relative;
            z-index: 1;
        }

        #menuNavigationView[data-mode='items'] .menu-content-area.is-category-backed {
            background:
                linear-gradient(180deg, rgba(16, 18, 24, 0.85) 0%, rgba(16, 18, 24, 0.4) 30%, rgba(16, 18, 24, 0.4) 70%, rgba(16, 18, 24, 0.95) 100%),
                radial-gradient(circle at top right, rgba(255, 174, 88, 0.15), transparent 34%),
                var(--menu-category-backdrop-image);
            background-size: auto, auto, cover;
            background-position: center, top right, center top;
            background-repeat: no-repeat;
            background-attachment: scroll, scroll, fixed;
        }

        #menuNavigationView[data-mode='items'] .menu-content-area.is-category-backed::after {
            content: '';
            position: absolute;
            inset: 6px 10px 14px;
            border-radius: 30px;
            pointer-events: none;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.12) 100%),
                radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.18), transparent 24%);
            box-shadow: inset 0 0 0 1px rgba(255, 190, 92, 0.08);
            z-index: 0;
        }

        #menuNavigationView[data-mode='items'] {
            --menu-subnav-top: calc(env(safe-area-inset-top, 0px) + 62px);
            --menu-subnav-height: 54px;
            --menu-fixed-stack-height: calc(var(--menu-subnav-top) + var(--menu-subnav-height));
        }

        #menuNavigationView[data-mode='items'] .menu-content-area {
            padding-top: calc(var(--menu-fixed-stack-height) + 8px);
        }

        #menuNavigationView[data-mode='categories'] .cat-nav-wrapper {
            margin: 0;
            padding: 0;
            background: transparent;
            border: 0;
            box-shadow: none;
        }

        #menuNavigationView[data-mode='items'] .cat-nav-wrapper {
            position: fixed;
            top: var(--menu-subnav-top);
            left: 0;
            right: 0;
            margin: 0;
            padding: 6px 0 8px;
            background: linear-gradient(180deg, rgba(251, 247, 240, 0.98) 0%, rgba(251, 247, 240, 0.92) 72%, rgba(251, 247, 240, 0.82) 100%);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 190, 92, 0.12);
            box-shadow: 0 16px 28px rgba(75, 47, 24, 0.06);
            z-index: 180;
        }

        #menuNavigationView[data-mode='items'] .menu-section-title.subcat-title {
            display: none;
        }

        #menuNavigationView[data-mode='items'] .cat-nav-scroll,
        #menuNavigationView[data-mode='items'] .cat-nav-scroll.is-visual-list {
            display: block !important;
            overflow: visible;
            padding: 0 14px;
        }

        .menu-subnav-track {
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
            gap: 8px;
            overflow-x: auto;
            overflow-y: hidden;
            padding: 2px 0;
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch;
        }

        .menu-subnav-track::-webkit-scrollbar {
            display: none;
        }

        .menu-subnav-tab {
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 34px;
            padding: 0 14px;
            border: 1px solid rgba(197, 150, 102, 0.18);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.76);
            color: #473127;
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 0.01em;
            white-space: nowrap;
            box-shadow: 0 8px 18px rgba(89, 53, 24, 0.06);
            transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
        }

        .menu-subnav-tab:hover {
            transform: translateY(-1px);
            box-shadow: 0 10px 18px rgba(89, 53, 24, 0.1);
        }

        .menu-subnav-tab.active,
        .menu-subnav-tab[aria-current='page'] {
            background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
            border-color: rgba(255, 210, 138, 0.42);
            color: #fffaf3;
            box-shadow: 0 12px 22px rgba(230, 57, 70, 0.22);
        }

        .menu-cat-btn {
            white-space: nowrap;
            background: linear-gradient(180deg, rgba(46, 50, 60, 0.98) 0%, rgba(28, 31, 39, 0.98) 100%);
            border: 1px solid rgba(255, 255, 255, 0.09);
            color: #fff;
            padding: 12px 18px;
            border-radius: 999px;
            font-size: 0.88rem;
            font-weight: 700;
            cursor: pointer;
            box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
            transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
        }

        .menu-cat-btn:hover {
            transform: translateY(-1px);
            border-color: rgba(255, 177, 84, 0.24);
            box-shadow: 0 14px 26px rgba(0, 0, 0, 0.24);
        }

        .menu-cat-btn.active {
            background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
            border-color: rgba(255, 210, 138, 0.42);
            box-shadow: 0 14px 28px rgba(230, 57, 70, 0.28);
        }

        .menu-subnav-name {
            display: block;
            white-space: nowrap;
            font: inherit;
        }

        .menu-category-card {
            position: relative;
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
            width: 100%;
            min-height: 146px;
            padding: 20px 22px;
            border: 0;
            border-radius: 24px;
            overflow: hidden;
            cursor: pointer;
            text-align: left;
            background: linear-gradient(180deg, rgba(34, 38, 46, 0.98) 0%, rgba(21, 24, 30, 0.98) 100%);
            box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
            transition: transform 0.24s ease, box-shadow 0.24s ease;
        }

        .menu-category-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 24px 38px rgba(0, 0, 0, 0.28);
        }

        .menu-category-card:active {
            transform: scale(0.99);
        }

        .menu-category-card-media,
        .menu-category-card-shade {
            position: absolute;
            inset: 0;
        }

        .menu-category-card-media img,
        .menu-category-card-media .emoji-placeholder {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .menu-category-card-shade {
            background:
                linear-gradient(90deg, rgba(12, 14, 20, 0.74) 0%, rgba(12, 14, 20, 0.2) 44%, rgba(12, 14, 20, 0.08) 100%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.12));
            pointer-events: none;
        }

        .menu-category-card-title {
            position: relative;
            z-index: 1;
            color: #fff;
            font-family: inherit;
            font-size: clamp(1.05rem, 3.1vw, 1.75rem);
            font-weight: 800;
            letter-spacing: -0.02em;
            line-height: 1.05;
            text-wrap: balance;
            max-width: 72%;
            text-transform: uppercase;
            text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
        }

        html[dir='rtl'] .menu-category-card {
            text-align: right;
            justify-content: flex-end;
        }

        html[dir='rtl'] .menu-category-card-title {
            max-width: 78%;
            text-align: right;
        }

        body.menu-page[data-theme-preset='fast_food'] .menu-header {
            background:
                radial-gradient(circle at top, rgba(255, 159, 67, 0.24), transparent 48%),
                linear-gradient(180deg, rgba(32, 10, 10, 0.96) 0%, rgba(18, 12, 13, 0.42) 100%);
        }

        body.menu-page[data-theme-preset='fast_food'] .menu-cat-btn.active,
        body.menu-page[data-theme-preset='fast_food'] .featured-add-btn,
        body.menu-page[data-theme-preset='fast_food'] .menu-item-add {
            background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
        }

        body.menu-page[data-theme-preset='cafe'] .menu-header {
            background:
                radial-gradient(circle at top, rgba(212, 154, 99, 0.2), transparent 48%),
                linear-gradient(180deg, rgba(39, 28, 22, 0.94) 0%, rgba(24, 20, 17, 0.4) 100%);
        }

        body.menu-page[data-theme-preset='cafe'] .menu-cat-btn {
            background: linear-gradient(180deg, rgba(69, 54, 44, 0.96) 0%, rgba(43, 33, 27, 0.96) 100%);
            border-color: rgba(243, 208, 139, 0.12);
        }

        body.menu-page[data-theme-preset='cafe'] .menu-cat-btn.active,
        body.menu-page[data-theme-preset='cafe'] .featured-add-btn,
        body.menu-page[data-theme-preset='cafe'] .menu-item-add {
            background: linear-gradient(135deg, #8b5e3c 0%, #d49a63 100%);
            box-shadow: 0 14px 28px rgba(139, 94, 60, 0.28);
        }

        body.menu-page[data-theme-preset='cafe'] .menu-item-card,
        body.menu-page[data-theme-preset='cafe'] .featured-card {
            border-color: rgba(243, 208, 139, 0.12);
        }

        body.menu-page[data-theme-preset='traditional'] .menu-header {
            background:
                radial-gradient(circle at top, rgba(200, 135, 63, 0.2), transparent 48%),
                linear-gradient(180deg, rgba(35, 18, 18, 0.95) 0%, rgba(23, 17, 18, 0.44) 100%);
        }

        body.menu-page[data-theme-preset='traditional'] .menu-cat-btn {
            background: linear-gradient(180deg, rgba(63, 35, 32, 0.96) 0%, rgba(37, 25, 26, 0.96) 100%);
            border-color: rgba(200, 135, 63, 0.14);
        }

        body.menu-page[data-theme-preset='traditional'] .menu-cat-btn.active,
        body.menu-page[data-theme-preset='traditional'] .featured-add-btn,
        body.menu-page[data-theme-preset='traditional'] .menu-item-add {
            background: linear-gradient(135deg, #a63d32 0%, #c8873f 100%);
            box-shadow: 0 14px 28px rgba(166, 61, 50, 0.28);
        }

        body.menu-page[data-theme-preset='traditional'] .menu-item-card,
        body.menu-page[data-theme-preset='traditional'] .featured-card {
            border-color: rgba(200, 135, 63, 0.14);
        }

        .menu-section {
            margin-bottom: 56px;
            content-visibility: auto;
            contain-intrinsic-size: 760px;
            contain: layout paint style;
        }

        .menu-section-title {
            font-size: 1.34rem;
            font-weight: 700;
            margin-bottom: 22px;
            display: flex;
            align-items: center;
            gap: 10px;
            letter-spacing: -0.35px;
        }

        .menu-section-title.subcat-title {
            padding: 0 16px 12px;
            margin-top: 4px;
        }

        .menu-section-title::after {
            content: '';
            flex: 1;
            height: 1px;
            background: linear-gradient(90deg, rgba(255, 177, 84, 0.26), rgba(255, 255, 255, 0.04));
        }

        .menu-grid {
            display: grid;
            gap: 18px;
        }

        .menu-grid-sentinel {
            width: 100%;
            height: 1px;
        }

        .menu-item-card {
            background: linear-gradient(180deg, rgba(34, 38, 46, 0.985) 0%, rgba(21, 24, 30, 0.985) 100%);
            border-radius: 22px;
            padding: 14px 14px 14px 12px;
            display: grid;
            grid-template-columns: 82px minmax(0, 1fr) 52px;
            align-items: center;
            gap: 12px;
            position: relative;
            transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
            cursor: pointer;
            border: 1px solid rgba(255, 255, 255, 0.06);
            box-shadow: 0 18px 30px rgba(0, 0, 0, 0.24);
            overflow: hidden;
            content-visibility: auto;
            contain-intrinsic-size: 116px;
            contain: layout paint style;
        }

        .menu-item-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at top right, rgba(255, 173, 86, 0.13), transparent 30%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 46%);
            pointer-events: none;
            opacity: 0.9;
        }

        .menu-item-card:active {
            transform: scale(0.98);
        }

        .menu-item-card:hover {
            transform: translateY(-4px);
            border-color: rgba(255, 177, 84, 0.24);
            box-shadow: 0 24px 42px rgba(0, 0, 0, 0.32);
        }

        .menu-item-info {
            display: flex;
            flex-direction: column;
            min-width: 0;
            justify-content: center;
            padding-block: 6px;
        }

        .menu-item-name {
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: 4px;
            line-height: 1.25;
            text-wrap: balance;
        }

        .menu-item-desc {
            color: rgba(226, 228, 234, 0.66);
            font-size: 0.81rem;
            line-height: 1.44;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .menu-item-price {
            margin-top: auto;
            padding-top: 10px;
            font-weight: 800;
            color: #ff645d;
            font-size: 0.96rem;
            letter-spacing: 0.01em;
        }

        .menu-item-img {
            width: 82px;
            height: 82px;
            background: linear-gradient(180deg, rgba(52, 57, 69, 0.98) 0%, rgba(31, 35, 43, 0.98) 100%);
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            overflow: hidden;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 14px 26px rgba(0, 0, 0, 0.22);
            flex-shrink: 0;
        }

        .menu-item-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .menu-deferred-img:not([src]) {
            opacity: 0;
        }

        .menu-item-side {
            display: flex;
            align-items: center;
            justify-content: center;
            align-self: stretch;
            padding-block: 6px;
        }

        .menu-item-love {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 34px;
            height: 34px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.94);
            color: #a9afb8;
            display: flex;
            flex-direction: column;
            gap: 1px;
            box-shadow: 0 12px 22px rgba(0, 0, 0, 0.14);
            font-size: 0.66rem;
            line-height: 1;
            z-index: 6;
        }

        .menu-item-love .love-icon {
            font-size: 0.82rem;
            line-height: 1;
        }

        html[dir="rtl"] .menu-item-love {
            right: auto;
            left: 10px;
        }

        .menu-item-add {
            position: static;
            width: 44px;
            height: 44px;
            z-index: 5;
            background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 15px;
            color: #fff;
            font-size: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            align-self: flex-end;
            box-shadow: 0 16px 28px rgba(230, 57, 70, 0.26);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .menu-item-add:hover {
            transform: translateY(-1px);
            box-shadow: 0 16px 26px rgba(230, 57, 70, 0.3);
        }

        /* Search Bar overlay-ish */
        .menu-search-box {
            margin-bottom: 20px;
            position: relative;
        }

        @keyframes menuFadeLift {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes menuRevealIn {
            from {
                opacity: 0;
                transform: translateY(26px) scale(0.985);
                filter: blur(10px);
            }

            to {
                opacity: 1;
                transform: translateY(0) scale(1);
                filter: blur(0);
            }
        }

        .menu-reveal-observe {
            opacity: 0;
        }

        .menu-reveal-observe.is-visible {
            animation: menuRevealIn 0.74s cubic-bezier(0.22, 1, 0.36, 1) forwards;
            animation-delay: var(--menu-reveal-delay, 0ms);
        }

        .featured-card:nth-child(1),
        .menu-item-card:nth-child(1),
        .promo-card-vibrant:nth-child(1) {
            animation-delay: 0.06s;
        }

        .featured-card:nth-child(2),
        .menu-item-card:nth-child(2),
        .promo-card-vibrant:nth-child(2) {
            animation-delay: 0.12s;
        }

        .featured-card:nth-child(3),
        .menu-item-card:nth-child(3),
        .promo-card-vibrant:nth-child(3) {
            animation-delay: 0.18s;
        }

        .featured-card:nth-child(4),
        .menu-item-card:nth-child(4),
        .promo-card-vibrant:nth-child(4) {
            animation-delay: 0.24s;
        }

        .menu-search-box input {
            width: 100%;
            background: linear-gradient(180deg, rgba(38, 42, 52, 0.98) 0%, rgba(25, 29, 36, 0.98) 100%);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 18px;
            padding: 14px 16px 14px 46px;
            color: #fff;
            font-size: 0.89rem;
            box-sizing: border-box;
            box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
            transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
        }

        .menu-search-box input:focus {
            outline: none;
            border-color: rgba(255, 177, 84, 0.34);
            box-shadow: 0 0 0 4px rgba(255, 177, 84, 0.1), 0 20px 38px rgba(0, 0, 0, 0.24);
            transform: translateY(-1px);
        }

        .menu-search-box::before {
            content: '🔍';
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 0.9rem;
            opacity: 0.5;
        }

        /* Cart Bar */
        .cart-bar {
            position: fixed;
            bottom: 20px;
            left: 15px;
            right: 15px;
            background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
            min-height: 58px;
            border-radius: 20px;
            z-index: 4000;
            display: none;
            align-items: center;
            padding: 0 20px;
            border: 1px solid rgba(255, 233, 201, 0.28);
            box-shadow: 0 20px 40px rgba(230, 57, 70, 0.3);
            cursor: pointer;
            animation: slideUp 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        }

        @keyframes slideUp {
            from {
                transform: translateY(100px);
                opacity: 0;
            }

            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        /* ═══════════════════════ VIBRANT PROMO CAROUSEL ═══════════════════════ */
        .promo-section-vibrant {
            margin: 38px 0 !important;
            padding: 0 !important;
            overflow: visible !important;
            width: 100% !important;
            display: block !important;
            z-index: 10 !important;
            position: relative !important;
        }

        @media (min-width: 1024px) {
            .promo-section-vibrant {
                width: 100vw !important;
                position: relative !important;
                left: 50% !important;
                margin-left: -50vw !important;
                padding: 20px 0 !important;
                background: linear-gradient(90deg, transparent, rgba(255, 159, 67, 0.08), transparent) !important;
                z-index: 50 !important;
            }
        }

        #promoCarousel {
            display: flex !important;
            flex-direction: row !important;
            flex-wrap: nowrap !important;
            gap: 16px !important;
            overflow-x: auto !important;
            overflow-y: visible !important;
            scrollbar-width: none !important;
            -ms-overflow-style: none !important;
            padding: 12px !important;
            scroll-behavior: smooth !important;
            -webkit-overflow-scrolling: touch !important;
        }

        #promoCarousel::-webkit-scrollbar {
            display: none !important;
        }

        .promo-card-vibrant {
            min-width: 194px !important;
            flex: 0 0 194px !important;
            background: linear-gradient(180deg, rgba(38, 42, 52, 0.98) 0%, rgba(23, 26, 32, 0.98) 100%) !important;
            border: 1px solid rgba(255, 255, 255, 0.1) !important;
            border-radius: 24px !important;
            padding: 16px !important;
            position: relative !important;
            overflow: hidden !important;
            cursor: pointer !important;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
            backdrop-filter: blur(15px) !important;
            display: flex !important;
            flex-direction: column !important;
            gap: 12px !important;
            box-shadow: 0 22px 40px rgba(0, 0, 0, 0.32) !important;
            z-index: 2 !important;
            content-visibility: auto;
            contain-intrinsic-size: 260px;
        }

        @media (prefers-reduced-motion: reduce) {
            .menu-reveal-observe,
            .menu-reveal-observe.is-visible,
            .menu-header,
            .cat-nav-wrapper,
            .featured-card,
            .menu-item-card,
            .promo-card-vibrant {
                animation: none !important;
                opacity: 1 !important;
                transform: none !important;
            }

            .featured-card:hover,
            .menu-item-card:hover,
            .promo-card-vibrant:hover,
            .featured-card:hover .featured-img-wrap img,
            .promo-card-vibrant:hover .promo-visual-vibrant img {
                transform: none !important;
            }
        }

        @media (max-width: 768px), (pointer: coarse) {
            .menu-reveal-observe,
            .menu-reveal-observe.is-visible {
                animation: none !important;
                opacity: 1 !important;
                transform: none !important;
                filter: none !important;
            }

            .menu-item-card,
            .featured-card,
            .promo-card-vibrant {
                transition: none !important;
                backdrop-filter: none !important;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18) !important;
            }

            .menu-item-card::before,
            .promo-glow-vibrant {
                display: none !important;
            }

            .menu-item-img,
            .menu-item-add,
            .menu-item-love,
            .featured-add-btn {
                box-shadow: none !important;
            }

            .menu-search-box input {
                transition: none !important;
                box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
            }
        }

        @media (min-width: 1024px) {
            .promo-card-vibrant {
                min-width: calc(18% - 15px) !important;
                flex: 0 0 calc(18% - 15px) !important;
            }
        }

        .promo-card-vibrant:hover {
            transform: translateY(-6px) scale(1.02) !important;
            border-color: rgba(255, 185, 104, 0.5) !important;
            box-shadow: 0 28px 48px rgba(0, 0, 0, 0.38) !important;
        }

        /* --- NEW PROMO NAV ARROWS --- */
        .promo-container-wrapper {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

        .promo-inner-container {
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
        }

        .promo-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, rgba(255, 159, 67, 0.96) 0%, rgba(230, 57, 70, 0.96) 100%);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 237, 210, 0.28);
            color: #fff;
            border-radius: 50%;
            cursor: pointer;
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 18px 34px rgba(230, 57, 70, 0.28);
        }

        .promo-nav-btn:hover {
            background: linear-gradient(135deg, #ffb257 0%, #ef4b57 100%);
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 22px 38px rgba(230, 57, 70, 0.34);
        }

        .promo-nav-btn.prev {
            left: 10px;
        }

        .promo-nav-btn.next {
            right: 10px;
        }

        @media (min-width: 1024px) {
            .promo-section-vibrant {
                width: 100% !important;
                position: relative !important;
                left: 0 !important;
                margin-left: 0 !important;
                padding: 40px 0 !important;
                background: linear-gradient(90deg, transparent, rgba(255, 159, 67, 0.08), transparent) !important;
                z-index: 100 !important;
            }

            .promo-inner-container {
                max-width: 1100px;
                margin: 0 auto;
                padding: 0 60px;
            }

            .promo-nav-btn {
                width: 60px;
                height: 60px;
                font-size: 1.8rem;
            }

            .promo-nav-btn.prev {
                left: -10px;
            }

            .promo-nav-btn.next {
                right: -10px;
            }
        }

        @media (max-width: 600px) {
            .promo-nav-btn {
                width: 36px;
                height: 36px;
                font-size: 1rem;
            }

            .promo-nav-btn.prev {
                left: 0px;
            }

            .promo-nav-btn.next {
                right: 0px;
            }
        }

        .promo-tag-glow {
            position: absolute;
            top: 8px;
            left: 8px;
            font-size: 0.6rem;
            font-weight: 800;
            color: #fff;
            background: linear-gradient(135deg, #ff9f43 0%, #e63946 100%);
            padding: 4px 8px;
            border-radius: 999px;
            z-index: 2;
            box-shadow: 0 12px 20px rgba(230, 57, 70, 0.24);
            animation: promoPulseGlow 2s infinite;
            letter-spacing: 0.4px;
        }

        .promo-discount-badge {
            position: absolute;
            top: 8px;
            right: 8px;
            font-size: 0.75rem;
            font-weight: 900;
            background: linear-gradient(180deg, #ffe59b 0%, #ffc84a 100%);
            color: #1e1604;
            padding: 5px 9px;
            border-radius: 50px;
            z-index: 2;
            box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
        }

        .promo-visual-vibrant {
            width: 100%;
            height: 100px;
            border-radius: 12px;
            overflow: hidden;
            position: relative;
            background: #111;
        }

        .promo-visual-vibrant img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .promo-card-vibrant:hover .promo-visual-vibrant img {
            transform: scale(1.18) !important;
        }

        .promo-glow-vibrant {
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at center, transparent 20%, rgba(230, 57, 70, 0.3) 100%);
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.4s;
        }

        .promo-card-vibrant:hover .promo-glow-vibrant {
            opacity: 1 !important;
        }

        .promo-name-vibrant {
            font-weight: 700;
            font-size: 1.04rem;
            color: #fff;
            line-height: 1.3;
            min-height: 2.6em;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .price-new {
            color: #e63946;
            font-weight: 800;
            font-size: 1.05rem;
            text-shadow: 0 0 8px rgba(230, 57, 70, 0.4);
        }

        .price-old {
            color: rgba(255, 255, 255, 0.4);
            text-decoration: line-through;
            font-size: 0.8rem;
            margin-left: 6px;
        }

        .promo-add-vibrant {
            width: 100%;
            background: rgba(255, 255, 255, 0.96);
            border: none;
            color: #111;
            font-weight: 800;
            padding: 12px;
            border-radius: 14px;
            cursor: pointer;
            font-size: 0.82rem;
            margin-top: auto;
            transition: all 0.3s;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
        }

        .promo-add-vibrant:hover {
            background: #e63946 !important;
            color: #fff !important;
            box-shadow: 0 0 15px rgba(230, 57, 70, 0.4) !important;
        }

        @keyframes promoPulseGlow {
            0% {
                box-shadow: 0 0 8px #e63946;
                filter: brightness(1);
            }

            50% {
                box-shadow: 0 0 20px #e63946;
                filter: brightness(1.2);
            }

            100% {
                box-shadow: 0 0 8px #e63946;
                filter: brightness(1);
            }
        }

        .promo-empty-msg {
            text-align: center;
            padding: 60px 20px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 24px;
            width: 100%;
            font-size: 1.1rem;
            color: #8e9297;
            border: 2px dashed rgba(255, 255, 255, 0.08);
        }

        @media (max-width: 768px) {
            .menu-header {
                padding: 54px 16px 30px;
            }

            .menu-header h1 {
                font-size: 2.1rem;
                letter-spacing: -1.1px;
            }

            .menu-header p {
                font-size: 0.9rem;
            }

            .featured-slider {
                gap: 14px;
                padding-bottom: 20px;
            }

            .featured-card {
                flex-basis: 198px;
                border-radius: 24px;
            }

            .featured-img-wrap {
                height: 138px;
            }

            .featured-info {
                padding: 14px 14px 56px;
            }

            .featured-name {
                font-size: 0.95rem;
            }

            .featured-desc {
                font-size: 0.79rem;
            }

            .featured-add-btn {
                width: 40px;
                height: 40px;
            }

            .menu-section {
                margin-bottom: 40px;
            }

            .featured-section {
                margin-bottom: 24px;
            }

            .menu-section-title {
                font-size: 1.12rem;
                margin-bottom: 16px;
            }

            .menu-section-title.subcat-title {
                padding: 0 4px 10px;
                margin-top: 0;
                font-size: 0.98rem;
                text-transform: uppercase;
                letter-spacing: 0.06em;
            }

            .menu-section-title.subcat-title::after {
                opacity: 0.5;
            }

            .cat-nav-scroll {
                gap: 8px;
            }

            .cat-nav-scroll.is-visual-list {
                gap: 12px;
                padding: 4px 6px 0;
            }

            #menuNavigationView[data-mode='items'] .cat-nav-wrapper {
                padding: 5px 0 7px;
            }

            #menuNavigationView[data-mode='items'] .cat-nav-scroll,
            #menuNavigationView[data-mode='items'] .cat-nav-scroll.is-visual-list {
                padding: 0 12px;
            }

            #menuNavigationView[data-mode='items'] .menu-content-area {
                padding-top: calc(var(--menu-fixed-stack-height) + 8px);
            }

            .menu-subnav-track {
                gap: 7px;
            }

            .menu-subnav-tab {
                min-height: 32px;
                padding: 0 12px;
                font-size: 0.72rem;
            }

            .menu-category-card {
                min-height: 122px;
                padding: 16px 18px;
                border-radius: 20px;
            }

            .menu-category-card-title {
                font-size: 1.05rem;
                max-width: 80%;
            }

            .menu-search-box {
                position: sticky;
                top: 10px;
                z-index: 90;
                margin: 0 -2px 16px;
                padding: 4px 2px 2px;
                background: linear-gradient(180deg, rgba(251, 247, 240, 0.96) 0%, rgba(251, 247, 240, 0.84) 62%, rgba(251, 247, 240, 0) 100%);
                backdrop-filter: blur(10px);
            }

            .menu-item-card {
                padding: 12px 12px 12px 10px;
                gap: 10px;
                border-radius: 20px;
                min-height: 98px;
                grid-template-columns: 70px minmax(0, 1fr) 42px;
            }

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

            .menu-item-name {
                font-size: 0.93rem;
            }

            .menu-item-desc {
                font-size: 0.75rem;
                line-height: 1.36;
            }

            .menu-item-price {
                font-size: 0.9rem;
                padding-top: 8px;
            }

            .menu-item-img {
                width: 70px;
                height: 70px;
                border-radius: 16px;
            }

            .menu-item-add {
                width: 42px;
                height: 42px;
                border-radius: 15px;
                font-size: 1rem;
                box-shadow: 0 12px 20px rgba(230, 57, 70, 0.22);
            }

            .menu-item-love {
                width: 32px;
                height: 32px;
                border-radius: 11px;
                font-size: 0.62rem;
                top: 8px;
                right: 8px;
            }

            .menu-item-love .love-icon {
                font-size: 0.76rem;
            }

            html[dir="rtl"] .menu-item-love {
                right: auto;
                left: 8px;
            }

            .menu-search-box input {
                padding: 14px 15px 14px 44px;
                border-radius: 18px;
                font-size: 0.88rem;
            }

            .love-btn:not(.menu-item-love) {
                top: 8px;
                right: 8px;
                width: 30px;
                height: 30px;
                font-size: 0.88rem;
            }

            .promo-card-vibrant {
                min-width: 184px !important;
                flex-basis: 184px !important;
            }
        }

        .promo-add-vibrant {
            position: relative;
            z-index: 3;
        }

        /* ═══════════════════════ IMAGE GALLERY MODAL ═══════════════════════ */
        .gallery-overlay {
            position: fixed;
            inset: 0;
            background: rgba(9, 11, 16, 0.92);
            z-index: 10000;
            display: none;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(14px);
            animation: fadeIn 0.3s ease;
        }

        .gallery-close {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 44px;
            height: 44px;
            background: rgba(18, 22, 29, 0.72);
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 50%;
            color: #fff;
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10001;
            transition: all 0.3s;
        }

        .gallery-close:hover {
            background: rgba(18, 22, 29, 0.9);
            transform: translateY(-2px);
        }

        .gallery-container {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            padding: 20px;
        }

        #galleryImg {
            max-width: 100%;
            max-height: 80vh;
            object-fit: contain;
            border-radius: 20px;
            box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
            border: 1px solid rgba(255, 255, 255, 0.08);
            transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s;
        }

        .gallery-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, rgba(255, 159, 67, 0.96) 0%, rgba(230, 57, 70, 0.96) 100%);
            border: 1px solid rgba(255, 237, 210, 0.24);
            border-radius: 50%;
            color: #fff;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
            z-index: 10001;
            box-shadow: 0 18px 30px rgba(230, 57, 70, 0.24);
        }

        .gallery-nav:hover {
            transform: translateY(-50%) scale(1.06);
            box-shadow: 0 22px 36px rgba(230, 57, 70, 0.3);
        }

        .gallery-prev {
            left: 20px;
        }

        .gallery-next {
            right: 20px;
        }

        .gallery-info {
            position: absolute;
            bottom: 40px;
            text-align: center;
            color: #fff;
            width: 100%;
            padding: 0 20px;
            text-shadow: 0 6px 18px rgba(0, 0, 0, 0.32);
        }

        .gallery-title {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .gallery-count {
            font-size: 0.85rem;
            opacity: 0.6;
        }

        @keyframes flipIn {
            from {
                transform: scale(0.9) rotateY(-15deg);
                opacity: 0;
            }

            to {
                transform: scale(1) rotateY(0);
                opacity: 1;
            }
        }

        .gallery-flip {
            animation: flipIn 0.4s ease-out;
        }


        .cart-bar-count {
            background: rgba(255, 255, 255, 0.95);
            color: #c2333f;
            min-width: 28px;
            height: 28px;
            border-radius: 999px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: 800;
            margin-right: 12px;
            padding: 0 8px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
        }

        .cart-bar-label {
            flex: 1;
            font-weight: 700;
            font-size: 1rem;
            letter-spacing: -0.2px;
        }

        .cart-bar-total {
            font-weight: 800;
            font-size: 1.1rem;
            letter-spacing: -0.3px;
        }

        .menu-lang-wrapper {
            position: absolute;
            top: 20px;
            right: 15px;
            z-index: 1001;
        }

        /* Overlay styles needed for menu.js */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(5px);
            z-index: 2000;
            visibility: hidden;
            opacity: 0;
            transition: 0.3s;
        }

        .overlay.open {
            visibility: visible;
            opacity: 1;
        }

        /* Confirmation & Ticket Modal shared layout */
        .modal-sheet {
            position: fixed;
            bottom: -100%;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            max-width: 500px;
            max-height: 90vh;
            background: linear-gradient(180deg, #fff 0%, #fbf7f0 100%);
            border-radius: 28px 28px 0 0;
            z-index: 2001;
            transition: 0.4s cubic-bezier(0, 0.55, 0.45, 1);
            padding-top: 12px;
            overflow-y: auto;
            box-shadow: 0 -28px 60px rgba(12, 17, 24, 0.24);
        }

        .modal-sheet.open {
            bottom: 0;
        }

        .modal-handle {
            width: 40px;
            height: 4px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 2px;
            margin: 0 auto 15px;
        }

        .love-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 28px;
            height: 28px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            cursor: pointer;
            z-index: 10;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            transition: all 0.3s;
            font-size: 0.9rem;
            color: #ccc;
        }

        .love-btn.loved {
            color: #e01e2f;
            transform: scale(1.1);
        }

        .love-btn:active {
            transform: scale(0.9);
        }

        @keyframes heartPop {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.4);
            }

            100% {
                transform: scale(1.1);
            }
        }

        .animate-heart {
            animation: heartPop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .love-count {
            font-size: 0.6rem;
            font-weight: 700;
            color: #888;
            margin-left: 2px;
        }

        /* ════════════ GAME STYLES ════════════ */
        .game-banner {
            background: linear-gradient(135deg, #e01e2f, #ff4c4c);
            border-radius: 18px;
            padding: 13px 16px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            box-shadow: 0 16px 28px rgba(224, 30, 47, 0.24);
            transition: transform 0.2s;
        }

        .game-banner:active {
            transform: scale(0.98);
        }

        .gb-text {
            font-weight: 700;
            font-size: 1rem;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        }

        .game-banner-main {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .game-banner-icon {
            font-size: 2rem;
        }

        .game-banner-note {
            font-size: 0.76rem;
            color: rgba(255, 255, 255, 0.8);
        }

        .game-banner-cta {
            background: #fff;
            color: #e01e2f;
            padding: 7px 12px;
            border-radius: 999px;
            font-weight: 800;
            font-size: 0.72rem;
            letter-spacing: 0.08em;
        }

        /* Impeccable refinement pass */
        .game-banner {
            border: 1px solid rgba(255, 236, 226, 0.18);
            box-shadow: 0 18px 34px rgba(224, 30, 47, 0.24);
        }

        .game-banner-main {
            min-width: 0;
        }

        .gb-text,
        .game-banner-note {
            text-wrap: balance;
        }

        .social-links.social-links-minimal {
            justify-content: center;
        }

        @media (max-width: 768px) {
            .top-nav-bar {
                width: calc(100% - 24px);
                padding: calc(env(safe-area-inset-top, 0px) + 10px) 14px 0;
            }

            .top-nav-left,
            .top-nav-right {
                gap: 8px;
            }

            .lang-drop-btn {
                min-width: 58px;
                height: 40px;
                border-radius: 14px;
            }

            .nav-icon-btn {
                width: 44px;
                height: 44px;
                border-radius: 16px;
                font-size: 1rem;
            }

            .landing-hero {
                height: 216px;
            }

            .landing-logo-circle {
                width: 96px;
                height: 96px;
            }

            .landing-body {
                padding: 18px 14px 22px;
            }

            .game-banner {
                padding: 11px 12px;
                gap: 12px;
                border-radius: 18px;
                align-items: center;
            }

            .game-banner-icon {
                font-size: 1.5rem;
            }

            .gb-text {
                font-size: 0.92rem;
                line-height: 1.18;
            }

            .game-banner-note {
                font-size: 0.72rem;
                line-height: 1.35;
            }

            .game-banner-cta {
                flex-shrink: 0;
                padding: 7px 11px;
                font-size: 0.68rem;
                letter-spacing: 0.08em;
            }

            .promo-section-vibrant {
                margin: 12px 0 8px !important;
            }

            .promo-card-vibrant {
                min-width: 168px !important;
                flex: 0 0 168px !important;
                padding: 14px !important;
                border-radius: 22px !important;
                gap: 10px !important;
            }

            .promo-name-vibrant {
                font-size: 0.94rem;
                min-height: 2.45em;
            }

            .promo-nav-btn {
                display: none !important;
            }

            .menu-content-area {
                padding: 20px 12px calc(106px + env(safe-area-inset-bottom, 0px));
            }

            #menuNavigationView[data-mode='items'] .menu-content-area.is-category-backed::after {
                inset: 0 2px 8px;
                border-radius: 24px;
            }

            #menuNavigationView[data-mode='items'] .menu-content-area.is-category-backed {
                background:
                    linear-gradient(180deg, rgba(16, 18, 24, 0.85) 0%, rgba(16, 18, 24, 0.3) 25%, rgba(16, 18, 24, 0.3) 75%, rgba(16, 18, 24, 0.95) 100%),
                    var(--menu-category-backdrop-image);
                background-size: auto, cover;
                background-position: center, center top;
                background-repeat: no-repeat;
                background-attachment: scroll, fixed;
            }

            .cat-nav-wrapper {
                margin: 0 -12px 14px;
                padding: 8px 10px 10px;
            }

            #menuNavigationView[data-mode='categories'] .cat-nav-wrapper {
                margin: 0;
                padding: 0;
            }

            .menu-cat-btn {
                padding: 10px 12px;
                border-radius: 16px;
            }

            .menu-search-box {
                margin: 0 -2px 14px;
            }

            .menu-grid {
                gap: 12px;
            }

            .menu-item-card {
                display: grid;
                grid-template-columns: 70px minmax(0, 1fr) 42px;
                align-items: center;
                min-height: 0;
                padding: 12px 12px 12px 10px;
                gap: 10px;
                border-radius: 20px;
            }

            .menu-item-img {
                width: 70px;
                height: 70px;
                border-radius: 16px;
            }

            .menu-item-info {
                padding-right: 0;
                min-width: 0;
            }

            .menu-item-side {
                align-items: center;
                justify-content: center;
                padding-block: 4px;
            }

            .menu-item-name {
                font-size: 0.93rem;
                margin-bottom: 3px;
                line-height: 1.24;
            }

            .menu-item-desc {
                font-size: 0.75rem;
                line-height: 1.36;
                -webkit-line-clamp: 2;
            }

            .menu-item-price {
                margin-top: 8px;
                padding-top: 0;
                font-size: 0.9rem;
            }

            .menu-item-add {
                position: relative;
                right: auto;
                bottom: auto;
                width: 42px;
                height: 42px;
                border-radius: 15px;
                justify-self: end;
                box-shadow: 0 12px 20px rgba(230, 57, 70, 0.22);
            }

            .menu-item-love {
                top: 8px;
                right: 8px;
                width: 32px;
                height: 32px;
                border-radius: 11px;
            }

            .menu-item-love .love-icon {
                font-size: 0.76rem;
            }

            html[dir="rtl"] .menu-item-love {
                right: auto;
                left: 8px;
            }

            .love-btn:not(.menu-item-love) {
                top: 10px;
                right: 58px;
                width: 28px;
                height: 28px;
                border-radius: 12px;
            }

            .love-count {
                font-size: 0.68rem;
            }

            .super-cat-row {
                padding: 12px;
                border-radius: 18px;
            }

            .super-cat-row-left {
                gap: 12px;
            }

            .super-cat-row-arrow {
                width: 28px;
                height: 28px;
                font-size: 1rem;
            }

            .dish-page-header {
                height: min(44vh, 380px);
                min-height: 280px;
            }

            .dish-page-body {
                padding: 24px 16px 14px;
                border-top-left-radius: 30px;
                border-top-right-radius: 30px;
                margin-top: -30px;
            }

            .dish-page-footer {
                padding: 14px 16px calc(16px + env(safe-area-inset-bottom, 0px));
                margin-left: -16px;
                margin-right: -16px;
            }
        }

        @media (max-width: 480px) {
            .top-nav-bar {
                width: calc(100% - 20px);
                padding: calc(env(safe-area-inset-top, 0px) + 8px) 12px 0;
            }

            .landing-hero {
                height: 202px;
            }

            .landing-logo-circle {
                width: 90px;
                height: 90px;
            }

            .menu-item-card {
                grid-template-columns: 64px minmax(0, 1fr) 40px;
                gap: 10px;
                padding: 11px;
            }

            .menu-item-img {
                width: 64px;
                height: 64px;
                border-radius: 16px;
            }

            .menu-item-name {
                font-size: 0.92rem;
            }

            .menu-item-price {
                font-size: 0.88rem;
            }
        }

        /* ===== Impeccable App Pass: Menu ===== */
        .top-nav-bar {
            width: min(1160px, calc(100% - 28px));
            padding-top: calc(env(safe-area-inset-top, 0px) + 12px);
        }

        .top-nav-left,
        .top-nav-right {
            gap: 10px;
        }

        .nav-icon-btn,
        .lang-drop-btn {
            box-shadow: 0 14px 28px rgba(12, 16, 24, 0.16);
        }

        .landing-hero {
            height: 228px;
        }

        .landing-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 22px;
            padding: 22px 16px 28px;
        }

        .landing-rest-name {
            width: 100%;
            margin: 0;
            letter-spacing: -0.03em;
        }

        .landing-status {
            width: fit-content;
            margin-top: -8px;
        }

        .view-menu-btn {
            width: min(340px, 100%);
            min-height: 58px;
            margin-inline: auto;
            box-shadow: 0 20px 40px rgba(226, 27, 27, 0.18);
        }

        .featured-section {
            width: 100%;
            margin: 4px 0 28px;
        }

        .featured-header-sexy {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 16px;
            margin: 0 4px 18px;
        }

        .featured-header-label {
            display: inline-flex;
            align-items: center;
            min-height: 32px;
            padding: 0 12px;
            border-radius: 999px;
            background: rgba(255, 146, 43, 0.1);
            border: 1px solid rgba(255, 171, 106, 0.26);
            color: #d36a19;
            font-size: 0.68rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .featured-header-title {
            margin: 0;
            color: #231814;
            font-family: ui-serif, Georgia, "Times New Roman", serif;
            font-size: clamp(1.8rem, 4vw, 2.6rem);
            font-weight: 700;
            line-height: 0.98;
            letter-spacing: -0.04em;
            text-wrap: balance;
        }

        .featured-header-title span {
            display: inline-block;
        }

        .featured-slider {
            gap: 18px;
            padding: 6px 4px 24px;
            scroll-padding-inline: 4px;
        }

        .featured-card {
            flex: 0 0 236px;
            border-radius: 28px;
            box-shadow: 0 24px 40px rgba(0, 0, 0, 0.24);
        }

        .featured-img-wrap {
            height: 156px;
        }

        .featured-info {
            padding: 18px 16px 60px;
        }

        .featured-name {
            margin-bottom: 10px;
        }

        .featured-desc {
            margin-bottom: 14px;
        }

        .featured-price-row {
            align-items: end;
        }

        .info-section {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            width: 100%;
        }

        .info-row {
            min-height: 118px;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 16px 14px;
            border-radius: 24px;
            box-shadow: 0 16px 30px rgba(75, 47, 24, 0.08);
        }

        .info-text {
            text-align: left;
            text-wrap: balance;
        }

        .social-links.social-links-minimal {
            width: 100%;
            padding-top: 2px;
        }

        @media (max-width: 768px) {
            .top-nav-bar {
                width: calc(100% - 16px);
                padding-top: calc(env(safe-area-inset-top, 0px) + 8px);
            }

            .landing-hero {
                height: 208px;
            }

            .landing-body {
                gap: 18px;
                padding: 18px 14px 24px;
            }

            .view-menu-btn {
                min-height: 54px;
            }

            .featured-header-sexy {
                gap: 10px;
                margin: 0 2px 14px;
                align-items: center;
            }

            .featured-header-title {
                font-size: 1.9rem;
            }

            .featured-slider {
                gap: 14px;
                padding: 4px 2px 20px;
            }

            .featured-card {
                flex-basis: 204px;
                border-radius: 24px;
            }

            .featured-img-wrap {
                height: 140px;
            }

            .info-section {
                gap: 10px;
            }

            .info-row {
                min-height: 108px;
                padding: 14px 12px;
                border-radius: 20px;
            }
        }

        html[dir="rtl"] .info-text {
            text-align: right;
        }
