:root {
    --sk-orange: #f04414;
    --sk-orange-dark: #d9340c;
    --sk-orange-soft: #fff0e7;
    --sk-cream: #fff8ef;
    --sk-cream-2: #ffead7;
    --sk-ink: #2c160e;
    --sk-muted: #745e55;
    --sk-line: rgba(92, 40, 18, .12);
    --sk-shadow: 0 18px 45px rgba(105, 42, 12, .11);
}

.public-app-body {
    margin: 0;
    color: var(--sk-ink);
    background: #fffaf5;
    font-family: "Inter", Arial, sans-serif;
}

.public-app-body .app-wrapper { min-height: 100vh; }
.public-app-body img { max-width: 100%; }
.is-hidden { display: none !important; }

.ck-header-v3 {
    position: sticky;
    top: 0;
    z-index: 900;
    width: 100%;
    min-height: 78px;
    padding: 0 clamp(18px, 4vw, 62px);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 28px;
    background: rgba(255, 246, 235, .96);
    border-bottom: 1px solid rgba(240, 68, 20, .09);
    backdrop-filter: blur(18px);
    box-shadow: 0 6px 24px rgba(74, 26, 7, .05);
}

.ck-logo-v3 { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.ck-logo-v3 > span {
    width: 44px; height: 44px; display: grid; place-items: center;
    color: #fff; font-weight: 900; border-radius: 13px;
    background: linear-gradient(145deg, #ff6a1f, #e93308);
    box-shadow: 0 10px 22px rgba(240, 68, 20, .24);
}
.ck-logo-v3 div { display: flex; flex-direction: column; line-height: 1.2; }
.ck-logo-v3 strong { color: #b62c0c; font-size: 17px; font-weight: 900; letter-spacing: -.4px; }
.ck-logo-v3 small { color: var(--sk-muted); font-size: 11px; }

.ck-nav-v3 { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.ck-nav-v3 a { position: relative; padding: 27px 0 23px; color: #47231a; font-size: 14px; font-weight: 800; }
.ck-nav-v3 a::after { content: ""; position: absolute; left: 50%; bottom: 14px; width: 0; height: 3px; border-radius: 99px; background: var(--sk-orange); transition: .2s ease; transform: translateX(-50%); }
.ck-nav-v3 a:hover, .ck-nav-v3 a.active { color: var(--sk-orange-dark); }
.ck-nav-v3 a:hover::after, .ck-nav-v3 a.active::after { width: 32px; }

.ck-actions-v3 { justify-self: end; display: flex; align-items: center; gap: 10px; }
.header-icon-link { position: relative; min-height: 44px; padding: 0 13px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(87, 34, 15, .1); border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(72, 28, 8, .06); font-weight: 800; font-size: 13px; }
.header-icon { font-size: 18px; }
.header-count { position: absolute; right: -5px; top: -7px; min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; border: 2px solid #fff5e9; border-radius: 999px; background: #e53a0d; color: #fff; font-size: 10px; }
.header-text-link { padding: 12px 13px; font-size: 13px; font-weight: 800; color: #5a2719; }
.header-primary-btn { padding: 13px 19px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #f34a16, #d93008); font-size: 13px; font-weight: 900; box-shadow: 0 10px 23px rgba(224, 54, 8, .22); }

.sathi-home-v3 { overflow: hidden; background: #fffaf5; }
.sathi-hero-v3 {
    min-height: 575px;
    padding: clamp(54px, 7vw, 96px) clamp(24px, 6vw, 90px);
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
    align-items: center;
    gap: 38px;
    background:
        radial-gradient(circle at 75% 24%, rgba(255,255,255,.19), transparent 23%),
        radial-gradient(circle at 20% 18%, rgba(255,255,255,.13), transparent 20%),
        linear-gradient(112deg, #ff9a50 0%, #ff6c2d 48%, #d90d08 100%);
}
.hero-copy-v3 { max-width: 650px; position: relative; z-index: 3; }
.hero-kicker-v3 { display: inline-flex; padding: 9px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff7e9; background: rgba(255,255,255,.14); font-weight: 800; font-size: 12px; backdrop-filter: blur(8px); }
.hero-copy-v3 h1 { max-width: 640px; margin: 20px 0 17px; color: #36180f; font-size: clamp(43px, 5.1vw, 73px); line-height: .99; letter-spacing: -3.7px; font-weight: 900; }
.hero-copy-v3 h1 em { color: #fffaf1; font-style: normal; }
.hero-copy-v3 > p { max-width: 570px; color: #4e261b; font-size: clamp(15px, 1.35vw, 18px); line-height: 1.7; }
.hero-actions-v3 { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-primary-v3, .hero-secondary-v3 { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 14px; font-weight: 900; }
.hero-primary-v3 { color: #fff; background: #df3309; box-shadow: 0 14px 30px rgba(119, 25, 2, .25); }
.hero-primary-v3 span { font-size: 21px; }
.hero-secondary-v3 { color: #5e210f; border: 1px solid rgba(87,28,7,.15); background: rgba(255,255,255,.5); }
.hero-search-v3 { max-width: 600px; min-height: 58px; margin-top: 22px; padding: 6px 7px 6px 17px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.5); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 14px 32px rgba(93, 27, 4, .12); }
.hero-search-v3 > span { font-size: 24px; color: #a0492c; }
.hero-search-v3 input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: #37170e; font-size: 14px; }
.hero-search-v3 button { min-height: 44px; padding: 0 21px; border: 0; border-radius: 13px; color: #fff; background: var(--sk-orange); font-weight: 900; cursor: pointer; }
.hero-proof-v3 { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 26px; }
.hero-proof-v3 div { display: flex; flex-direction: column; }
.hero-proof-v3 strong { font-size: 21px; font-weight: 900; color: #401b11; }
.hero-proof-v3 span { color: rgba(64,27,17,.75); font-size: 11px; font-weight: 700; }

.hero-food-scene-v3 { position: relative; min-height: 480px; }
.hero-orbit-v3 { position: absolute; inset: 8% 5% 3% 12%; border-radius: 50%; background: linear-gradient(145deg, rgba(153, 0, 0, .25), rgba(255,255,255,.08)); transform: rotate(-12deg); }
.hero-dish-v3 { position: absolute; z-index: 2; display: grid; place-items: center; overflow: hidden; border: 10px solid rgba(255,255,255,.82); border-radius: 50%; background: #f7d3b0; box-shadow: 0 28px 55px rgba(74, 6, 0, .32); }
.hero-dish-v3 img { width: 100%; height: 100%; object-fit: cover; }
.hero-dish-v3 > span { font-size: 90px; }
.hero-dish-1 { width: 280px; height: 280px; left: 8%; top: 24%; }
.hero-dish-2 { width: 220px; height: 220px; right: 5%; top: 0; }
.hero-dish-3 { width: 270px; height: 270px; right: 0; bottom: 0; }
.hero-food-label-v3 { position: absolute; z-index: 4; min-height: 46px; padding: 8px 16px 8px 10px; display: flex; align-items: center; gap: 9px; border-radius: 999px; color: #8f2208; background: rgba(255,255,255,.94); box-shadow: 0 12px 30px rgba(65, 10, 0, .18); font-size: 12px; }
.hero-food-label-v3 span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #fff0df; }
.hero-label-1 { left: 0; top: 18%; }
.hero-label-2 { right: 0; top: 23%; }
.hero-label-3 { left: 34%; bottom: 4%; }

.category-strip-v3 { padding: 32px clamp(20px, 4vw, 60px) 38px; background: #fff4e8; border-bottom: 1px solid rgba(211,69,19,.1); }
.section-heading-v3 span { color: var(--sk-orange); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.section-heading-v3 h2 { margin: 6px 0 0; color: #542012; font-size: clamp(25px, 3vw, 37px); font-weight: 900; letter-spacing: -1px; }
.section-heading-v3 p { margin-top: 7px; color: var(--sk-muted); }
.section-heading-v3.centered { text-align: center; }
.category-scroll-v3 { max-width: 1380px; margin: 23px auto 0; display: grid; grid-template-columns: repeat(9, minmax(105px, 1fr)); gap: 14px; }
.category-tile-v3 { min-height: 128px; padding: 9px 9px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--sk-line); border-radius: 15px; background: #fff; box-shadow: 0 8px 20px rgba(102, 44, 16, .07); transition: .2s ease; }
.category-tile-v3:hover { transform: translateY(-4px); border-color: rgba(240,68,20,.35); box-shadow: var(--sk-shadow); }
.category-photo-v3 { width: 100%; height: 70px; margin-bottom: 8px; display: grid; place-items: center; overflow: hidden; border-radius: 11px; background: #fff1e4; }
.category-photo-v3 img { width: 100%; height: 100%; object-fit: cover; }
.category-photo-v3 span { font-size: 35px; }
.category-tile-v3 > strong { color: #4c1e12; font-size: 12px; text-align: center; }
.category-tile-v3 > small { margin-top: 3px; color: #a17465; font-size: 9px; }
.category-all-v3, .category-more-v3 { color: var(--sk-orange); background: #fff7ef; border-color: rgba(240,68,20,.28); }
.category-icon-v3 { width: 54px; height: 54px; margin-bottom: 8px; display: grid; place-items: center; border: 1px solid rgba(240,68,20,.16); border-radius: 15px; background: #fff0e2; font-size: 26px; }

.home-menu-layout-v3 { max-width: 1450px; margin: 0 auto; padding: 34px clamp(20px, 4vw, 60px) 48px; display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 30px; }
.home-special-column-v3 { display: flex; flex-direction: column; gap: 14px; }
.today-special-v3 { min-height: 620px; padding: 28px 23px 24px; display: flex; flex-direction: column; border-radius: 20px; color: #fff; background: radial-gradient(circle at 50% 53%, rgba(255,180,86,.28), transparent 29%), linear-gradient(160deg, #ff571d, #d91c08 72%); box-shadow: 0 22px 48px rgba(166,35,4,.25); overflow: hidden; }
.special-eyebrow-v3 { color: #ffe15a; font-size: 30px; font-weight: 900; line-height: 1.05; }
.today-special-v3 h2 { margin: 12px 0 7px; font-size: 24px; font-weight: 900; }
.today-special-v3 p { color: rgba(255,255,255,.84); font-size: 13px; line-height: 1.6; }
.special-image-v3 { width: 250px; height: 250px; margin: 24px auto 18px; display: grid; place-items: center; overflow: hidden; border: 8px solid rgba(255,255,255,.82); border-radius: 50%; background: #f8d6b4; box-shadow: 0 18px 35px rgba(72,5,0,.32); }
.special-image-v3 img { width: 100%; height: 100%; object-fit: cover; }
.special-image-v3 span { font-size: 95px; }
.special-price-v3 { width: max-content; margin: 0 auto 17px; padding: 10px 18px; border-radius: 13px; color: #ffd72f; background: rgba(132,19,1,.55); font-size: 26px; font-weight: 900; }
.today-special-v3 > a { min-height: 48px; margin-top: auto; display: flex; align-items: center; justify-content: center; gap: 25px; border-radius: 14px; color: #8c250e; background: #fff6e7; font-weight: 900; }
.home-promise-card-v3 { min-height: 105px; padding: 18px; display: flex; align-items: center; gap: 16px; border: 1px solid var(--sk-line); border-radius: 18px; background: #fff1e2; }
.home-promise-card-v3 > span { font-size: 37px; }
.home-promise-card-v3 div { display: flex; flex-direction: column; gap: 4px; }
.home-promise-card-v3 strong { color: #8c250e; }
.home-promise-card-v3 small { color: var(--sk-muted); line-height: 1.45; }
.home-dishes-v3 { min-width: 0; }
.row-heading-v3 { margin-bottom: 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.row-heading-v3 > a, .clear-filter-v3 { padding: 11px 15px; border-radius: 999px; color: #b72f0e; background: #fff0e6; font-size: 12px; font-weight: 900; }
.food-product-grid-v3 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 19px; }
.food-product-card { min-width: 0; overflow: hidden; border: 1px solid rgba(91, 38, 18, .1); border-radius: 18px; background: #fff; box-shadow: 0 12px 28px rgba(79, 27, 8, .08); transition: .22s ease; }
.food-product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 42px rgba(99,35,9,.14); }
.food-product-media { position: relative; height: 178px; overflow: hidden; background: #f7dec6; }
.food-product-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.food-product-card:hover .food-product-media > img { transform: scale(1.045); }
.food-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: 8px; color: #843018; background: linear-gradient(145deg,#ffe5cc,#ffc496); }
.food-image-placeholder span { font-size: 52px; }
.food-image-placeholder b { padding: 0 12px; text-align: center; font-size: 12px; }
.food-offer-tag { position: absolute; left: 10px; top: 10px; padding: 6px 9px; border-radius: 999px; color: #fff; background: var(--sk-orange); font-size: 10px; font-weight: 900; }
.food-heart-btn { position: absolute; right: 10px; top: 10px; width: 37px; height: 37px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #a83c1d; background: rgba(255,255,255,.93); box-shadow: 0 8px 18px rgba(61,16,3,.13); cursor: pointer; font-size: 23px; }
.food-heart-btn.active { color: #e63212; background: #fff1ed; }
.food-product-content { padding: 15px 15px 14px; }
.food-product-meta { display: flex; justify-content: space-between; gap: 8px; color: #b45b3e; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.food-rating { color: #f28a0d; }
.food-product-content h3 { margin: 7px 0 5px; color: #3f180e; font-size: 16px; line-height: 1.25; font-weight: 900; }
.food-product-content > p { height: 36px; overflow: hidden; color: #7e655c; font-size: 11px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.food-kitchen-name { display: block; margin-top: 7px; color: #9a796e; font-size: 9px; }
.food-product-bottom { margin-top: 13px; display: flex; align-items: flex-end; justify-content: space-between; gap: 9px; }
.food-product-price { display: flex; flex-direction: column; }
.food-product-price strong { color: #c9340f; font-size: 16px; font-weight: 900; }
.food-product-price del { color: #ad9188; font-size: 10px; }
.food-product-bottom form button { min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; gap: 6px; border: 0; border-radius: 10px; color: #fff; background: var(--sk-orange); font-size: 11px; font-weight: 900; cursor: pointer; }
.food-product-bottom form button:disabled { opacity: .7; cursor: wait; }

.trust-strip-v3 { max-width: 1360px; margin: 0 auto 48px; padding: 24px 30px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--sk-line); border-radius: 20px; background: #fff0df; }
.trust-strip-v3 > div { min-height: 62px; padding: 4px 25px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 13px; border-right: 1px solid rgba(109,46,20,.12); }
.trust-strip-v3 > div:last-child { border-right: 0; }
.trust-strip-v3 span { grid-row: 1 / 3; font-size: 34px; }
.trust-strip-v3 strong { color: #7d270f; font-size: 13px; }
.trust-strip-v3 small { color: var(--sk-muted); font-size: 10px; }

.food-explore-page-v3 { min-height: 70vh; background: #fffaf5; }
.explore-hero-v3 { padding: 65px clamp(22px, 6vw, 88px) 54px; display: flex; align-items: flex-end; justify-content: space-between; gap: 34px; background: radial-gradient(circle at 88% 18%, rgba(255,255,255,.25), transparent 26%), linear-gradient(120deg,#ffb06e,#ff7433 52%,#ed3d11); }
.explore-hero-v3.compact { align-items: center; }
.explore-hero-v3 > div { max-width: 700px; }
.explore-hero-v3 > div > span { color: #fff8e8; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.explore-hero-v3 h1 { margin: 7px 0 10px; color: #3f190e; font-size: clamp(38px, 5vw, 62px); line-height: 1.02; font-weight: 900; letter-spacing: -2.2px; }
.explore-hero-v3 p { color: #57271a; line-height: 1.65; }
.explore-search-v3 { width: min(540px, 100%); min-height: 58px; padding: 6px 7px 6px 16px; display: flex; align-items: center; gap: 9px; border-radius: 17px; background: #fff; box-shadow: 0 15px 35px rgba(105,25,3,.16); }
.explore-search-v3 > span { font-size: 22px; color: #ad4d2e; }
.explore-search-v3 input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; }
.explore-search-v3 button { min-height: 44px; padding: 0 21px; border: 0; border-radius: 12px; color: #fff; background: var(--sk-orange); font-weight: 900; cursor: pointer; }
.public-flash-v3 { max-width: 1320px; margin: 20px auto 0; }
.explore-category-filter-v3 { padding: 20px clamp(18px, 5vw, 70px); display: flex; gap: 10px; overflow-x: auto; background: #fff3e7; border-bottom: 1px solid var(--sk-line); scrollbar-width: thin; }
.explore-category-filter-v3 a { flex: 0 0 auto; min-height: 43px; padding: 0 15px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--sk-line); border-radius: 13px; color: #6b301e; background: #fff; font-size: 12px; font-weight: 900; }
.explore-category-filter-v3 a.active { color: #fff; background: var(--sk-orange); border-color: var(--sk-orange); box-shadow: 0 8px 20px rgba(231,58,13,.2); }
.explore-results-v3 { max-width: 1400px; margin: 0 auto; padding: 38px clamp(18px, 4vw, 55px) 70px; }
.explore-food-grid-v3 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.food-pagination-v3 { margin-top: 38px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; }
.food-pagination-v3 a, .food-pagination-v3 span { min-width: 42px; min-height: 42px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--sk-line); border-radius: 12px; color: #652b19; background: #fff; font-size: 12px; font-weight: 900; }
.food-pagination-v3 a.active { color: #fff; background: var(--sk-orange); border-color: var(--sk-orange); }
.food-pagination-v3 a.disabled { opacity: .42; pointer-events: none; }
.public-empty-state-v3 { grid-column: 1 / -1; min-height: 330px; padding: 50px 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed rgba(240,68,20,.25); border-radius: 22px; background: #fff4e9; text-align: center; }
.public-empty-state-v3 > span { font-size: 55px; }
.public-empty-state-v3 h3 { margin: 13px 0 7px; font-size: 25px; }
.public-empty-state-v3 p { color: var(--sk-muted); }
.public-empty-state-v3 a { margin-top: 18px; padding: 12px 18px; border-radius: 12px; color: #fff; background: var(--sk-orange); font-weight: 900; }

.site-footer-v3 { padding: 50px clamp(22px,5vw,76px) 20px; color: #fbe9df; background: #32150d; }
.footer-grid-v3 { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 44px; }
.footer-grid-v3 > div:not(.footer-brand-v3) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid-v3 h4 { margin-bottom: 7px; color: #fff; font-size: 14px; }
.footer-grid-v3 a, .footer-grid-v3 span { color: #d7b9ad; font-size: 12px; }
.footer-brand-v3 p { max-width: 410px; margin-top: 18px; color: #cfb0a4; line-height: 1.7; font-size: 13px; }
.site-footer-v3 .ck-logo-v3 strong { color: #ff7e45; }
.site-footer-v3 .ck-logo-v3 small { color: #d9b7aa; }
.footer-bottom-v3 { max-width: 1380px; margin: 35px auto 0; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #af8f83; font-size: 11px; }

.app-bottom-nav-v3 { display: none; }
.mobile-menu-v3 { background: #fff8f1; }

.app-toast-stack { position: fixed; right: 20px; bottom: 22px; z-index: 3000; width: min(380px, calc(100vw - 32px)); display: flex; flex-direction: column; gap: 10px; }
.app-toast { padding: 14px 14px; display: grid; grid-template-columns: 28px 1fr 24px; align-items: center; gap: 10px; border: 1px solid rgba(27,116,73,.17); border-radius: 15px; color: #16492f; background: #f2fff8; box-shadow: 0 18px 45px rgba(16,51,32,.18); opacity: 0; transform: translateY(12px); transition: .22s ease; }
.app-toast.show { opacity: 1; transform: translateY(0); }
.app-toast.error { color: #7d2018; border-color: rgba(198,55,40,.2); background: #fff4f1; }
.app-toast > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #1c9d5c; font-weight: 900; }
.app-toast.error > span { background: #d9442d; }
.app-toast p { margin: 0; font-size: 13px; font-weight: 750; }
.app-toast button { border: 0; background: transparent; color: inherit; font-size: 21px; cursor: pointer; }

@media (max-width: 1240px) {
    .ck-header-v3 { grid-template-columns: auto 1fr auto; }
    .ck-nav-v3 { justify-self: center; }
    .header-action-label { display: none; }
    .sathi-hero-v3 { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); }
    .category-scroll-v3 { grid-template-columns: repeat(5, minmax(110px, 1fr)); }
    .food-product-grid-v3, .explore-food-grid-v3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
    .ck-header-v3 { min-height: 70px; padding: 0 22px; grid-template-columns: 1fr auto; }
    .ck-nav-v3, .desktop-only { display: none !important; }
    .mobile-menu-btn { display: flex; }
    .sathi-hero-v3 { min-height: auto; grid-template-columns: 1fr; padding-top: 62px; }
    .hero-copy-v3 { max-width: 760px; }
    .hero-food-scene-v3 { min-height: 470px; max-width: 700px; width: 100%; margin: 0 auto; }
    .home-menu-layout-v3 { grid-template-columns: 240px minmax(0, 1fr); }
    .food-product-grid-v3, .explore-food-grid-v3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .explore-hero-v3 { align-items: flex-start; flex-direction: column; }
    .explore-search-v3 { width: 100%; }
    .trust-strip-v3 { grid-template-columns: repeat(2, 1fr); }
    .trust-strip-v3 > div:nth-child(2) { border-right: 0; }
    .trust-strip-v3 > div:nth-child(-n+2) { border-bottom: 1px solid rgba(109,46,20,.12); }
    .footer-grid-v3 { grid-template-columns: 2fr 1fr 1fr; }
    .footer-grid-v3 > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
    .ck-logo-v3 small { display: none; }
    .header-icon-link { padding: 0 10px; min-width: 43px; justify-content: center; }
    .header-icon-link:first-of-type { display: none; }
    .sathi-hero-v3 { padding: 46px 19px 30px; }
    .hero-copy-v3 h1 { letter-spacing: -2px; }
    .hero-food-scene-v3 { min-height: 370px; }
    .hero-dish-1 { width: 205px; height: 205px; left: 1%; }
    .hero-dish-2 { width: 165px; height: 165px; right: 1%; }
    .hero-dish-3 { width: 200px; height: 200px; }
    .hero-food-label-v3 { font-size: 9px; padding-right: 10px; }
    .category-scroll-v3 { display: flex; overflow-x: auto; padding-bottom: 8px; }
    .category-tile-v3 { flex: 0 0 118px; }
    .home-menu-layout-v3 { grid-template-columns: 1fr; padding-left: 16px; padding-right: 16px; }
    .home-special-column-v3 { display: grid; grid-template-columns: repeat(2, 1fr); }
    .today-special-v3 { grid-column: 1 / -1; min-height: 570px; }
    .food-product-grid-v3, .explore-food-grid-v3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .food-product-media { height: 150px; }
    .food-product-content { padding: 12px; }
    .food-product-content > p, .food-kitchen-name { display: none; }
    .food-product-bottom { align-items: center; }
    .food-product-bottom form button { width: 38px; padding: 0; justify-content: center; font-size: 0; }
    .food-product-bottom form button span { font-size: 14px; }
    .trust-strip-v3 { margin-left: 16px; margin-right: 16px; padding: 16px; }
    .footer-grid-v3 { grid-template-columns: 1fr 1fr; }
    .footer-brand-v3 { grid-column: 1 / -1; }
    .footer-grid-v3 > div:last-child { grid-column: auto; }
    .footer-bottom-v3 { flex-direction: column; }
    .app-bottom-nav-v3 { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 850; height: 66px; padding: 6px 9px; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid rgba(91,33,13,.1); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(64,19,3,.22); backdrop-filter: blur(18px); }
    .app-bottom-nav-v3 a { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: #8a6659; }
    .app-bottom-nav-v3 a > span { font-size: 19px; }
    .app-bottom-nav-v3 a small { font-size: 9px; font-weight: 800; }
    .app-bottom-nav-v3 a.active { color: var(--sk-orange); }
    .app-bottom-nav-v3 b { position: absolute; right: 10px; top: 1px; min-width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--sk-orange); font-size: 8px; }
    .site-footer-v3 { padding-bottom: 105px; }
}

@media (max-width: 520px) {
    .ck-header-v3 { padding: 0 13px; }
    .ck-logo-v3 > span { width: 40px; height: 40px; }
    .ck-logo-v3 strong { font-size: 14px; }
    .header-cart-link .header-action-label { display: none; }
    .hero-actions-v3 > a { flex: 1 1 140px; }
    .hero-search-v3 button { padding: 0 14px; }
    .hero-proof-v3 { gap: 17px; }
    .hero-food-scene-v3 { min-height: 320px; }
    .hero-dish-1 { width: 170px; height: 170px; top: 29%; }
    .hero-dish-2 { width: 135px; height: 135px; }
    .hero-dish-3 { width: 165px; height: 165px; }
    .hero-label-1 { top: 21%; }
    .hero-label-3 { left: 23%; }
    .home-special-column-v3 { grid-template-columns: 1fr; }
    .today-special-v3 { min-height: 520px; }
    .special-image-v3 { width: 215px; height: 215px; }
    .row-heading-v3 { align-items: flex-start; flex-direction: column; }
    .food-product-media { height: 128px; }
    .food-product-content h3 { font-size: 13px; }
    .food-product-price strong { font-size: 13px; }
    .trust-strip-v3 { grid-template-columns: 1fr; }
    .trust-strip-v3 > div { border-right: 0; border-bottom: 1px solid rgba(109,46,20,.12); }
    .trust-strip-v3 > div:last-child { border-bottom: 0; }
    .explore-hero-v3 { padding: 44px 18px 35px; }
    .explore-search-v3 button { padding: 0 14px; }
    .food-pagination-v3 a:first-child, .food-pagination-v3 a:last-child { width: 100%; }
}

/* ======================================================================
   FINAL PUBLIC RESPONSIVE FIX — based on the actual SathiFoods markup
   Loaded last so it intentionally resolves legacy app.css conflicts.
====================================================================== */

*, *::before, *::after { box-sizing: border-box; }

html, body, .app-wrapper {
    width: 100%;
    max-width: 100%;
}

html, body { overflow-x: hidden; }

.mobile-menu-btn {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border: 0;
    background: linear-gradient(135deg, #ff641f, #ef3d0b);
    box-shadow: 0 8px 20px rgba(239, 61, 11, .24);
}

.mobile-menu-btn span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: #fff !important;
}

.hero-primary-v3,
.explore-search-v3 button,
.food-card-action-v3 button,
.food-product-card-v3 button,
.checkout-btn,
.header-primary-btn,
.public-empty-state-v3 a {
    color: #fff !important;
}

@media (max-width: 760px) {
    .public-app-body {
        padding-bottom: 86px;
    }

    .ck-header-v3 {
        width: 100%;
        min-height: 68px;
        padding: 0 14px;
    }

    .ck-logo-v3 {
        min-width: 0;
    }

    .ck-logo-v3 strong {
        white-space: nowrap;
    }

    .ck-actions-v3 {
        min-width: 0;
        gap: 7px;
    }

    .header-icon-link {
        display: none !important;
    }

    .sathi-hero-v3,
    .explore-hero-v3,
    .explore-results-v3,
    .category-strip-v3,
    .home-menu-layout-v3,
    .trust-strip-v3 {
        width: 100%;
        max-width: 100%;
    }

    .hero-copy-v3 h1 {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .hero-actions-v3 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-actions-v3 a {
        width: 100%;
        justify-content: center;
    }

    .hero-search-v3,
    .explore-search-v3 {
        width: 100%;
        min-width: 0;
    }

    .hero-search-v3 input,
    .explore-search-v3 input {
        min-width: 0;
    }

    .footer-grid-v3 {
        grid-template-columns: 1fr !important;
        gap: 26px;
    }

    .footer-grid-v3 > div,
    .footer-grid-v3 > div:last-child {
        grid-column: auto !important;
        min-width: 0;
    }

    .footer-bottom-v3 {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .site-footer-v3 {
        width: 100%;
        padding: 38px 20px 112px;
    }

    /* app.css centers .app-bottom-nav with translateX(-50%).
       Resetting transform is essential; otherwise half the nav sits off-screen. */
    .app-bottom-nav.app-bottom-nav-v3,
    .app-bottom-nav {
        position: fixed !important;
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
        z-index: 2500 !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        height: 66px !important;
        margin: 0 !important;
        padding: 6px 8px calc(6px + env(safe-area-inset-bottom)) !important;
        transform: none !important;
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        align-items: stretch !important;
        overflow: visible !important;
        border: 1px solid rgba(91, 33, 13, .12) !important;
        border-radius: 20px !important;
        background: rgba(255, 255, 255, .98) !important;
        box-shadow: 0 14px 38px rgba(64, 19, 3, .22) !important;
        backdrop-filter: blur(18px);
    }

    .app-bottom-nav.app-bottom-nav-v3 a,
    .app-bottom-nav a {
        position: relative;
        width: 100% !important;
        min-width: 0 !important;
        height: 100%;
        padding: 4px 1px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 2px !important;
        border-radius: 12px;
        color: #8a6659 !important;
        background: transparent;
        text-align: center;
        text-decoration: none;
        transform: none !important;
    }

    .app-bottom-nav a > span {
        display: block !important;
        margin: 0 !important;
        font-size: 18px !important;
        line-height: 1 !important;
    }

    .app-bottom-nav a > small,
    .app-bottom-nav a > span:last-child:not(:first-child) {
        display: block !important;
        width: 100%;
        margin: 2px 0 0 !important;
        overflow: hidden;
        color: inherit;
        font-size: 9px !important;
        font-weight: 800;
        line-height: 1.1;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .app-bottom-nav a.active {
        color: #ef3d0b !important;
        background: #fff2ec;
    }

    .app-bottom-nav b {
        position: absolute !important;
        top: 0 !important;
        right: calc(50% - 20px) !important;
        min-width: 18px !important;
        height: 18px !important;
        padding: 0 5px !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
        border-radius: 999px !important;
        color: #fff !important;
        background: #ef3d0b !important;
        font-size: 8px !important;
        line-height: 1;
    }
}

@media (max-width: 420px) {
    .ck-logo-v3 strong { font-size: 14px; }
    .mobile-menu-btn { width: 42px; height: 42px; }
    .app-bottom-nav.app-bottom-nav-v3,
    .app-bottom-nav { left: 6px !important; right: 6px !important; bottom: 6px !important; }
    .app-bottom-nav a > small,
    .app-bottom-nav a > span:last-child:not(:first-child) { font-size: 8px !important; }
}

/* =========================================================
   DEFINITIVE MOBILE MENU OPEN/CLOSE FIX
========================================================= */

@media (max-width: 1024px) {
    body.mobile-menu-open {
        overflow: hidden !important;
    }

    #mobileMenu,
    .site-nav,
    [data-mobile-menu] {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;

        width: min(86vw, 360px) !important;
        height: 100vh !important;
        height: 100dvh !important;

        padding: 82px 22px 30px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;

        background: #ffffff !important;
        box-shadow: -18px 0 45px rgba(15, 23, 42, 0.2) !important;

        overflow-y: auto !important;

        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;

        transform: translateX(105%) !important;
        transition:
            transform 0.28s ease,
            opacity 0.28s ease,
            visibility 0.28s ease !important;

        z-index: 10002 !important;
    }

    #mobileMenu.is-open,
    #mobileMenu.open,
    #mobileMenu.show,
    .site-nav.is-open,
    .site-nav.open,
    .site-nav.show,
    [data-mobile-menu].is-open,
    [data-mobile-menu].open,
    [data-mobile-menu].show {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateX(0) !important;
    }

    .mobile-menu-overlay {
        position: fixed !important;
        inset: 0 !important;

        display: block !important;

        background: rgba(15, 23, 42, 0.58) !important;

        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;

        transition:
            opacity 0.25s ease,
            visibility 0.25s ease !important;

        z-index: 10001 !important;
    }

    .mobile-menu-overlay.is-open,
    .mobile-menu-overlay.open,
    .mobile-menu-overlay.show {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .mobile-menu-toggle {
        position: relative !important;
        z-index: 10003 !important;
        cursor: pointer !important;
        pointer-events: auto !important;
    }

    .mobile-menu-toggle span {
        pointer-events: none !important;
    }

    .mobile-menu-close {
        position: absolute !important;
        top: 18px !important;
        right: 18px !important;

        width: 42px !important;
        height: 42px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        border: 0 !important;
        border-radius: 12px !important;

        background: #fff1eb !important;
        color: #e83b08 !important;

        font-size: 28px !important;
        line-height: 1 !important;

        cursor: pointer !important;
    }
}