/* Intraeats public site — minimal styling */
:root {
  --orange: #FF7A00;
  --orange-soft: #FFE6CC;
  --text: #1A1A1A;
  --muted: #666;
  --line: #EEE;
  --bg: #FAFAFA;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Outfit', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--orange); text-decoration: none; }
.hidden { display: none !important; }

/* ── Top bar ── */
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; background: white; border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 10;
}
.brand { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 20px; }
.brand-icon { font-size: 24px; }
.brand-name { color: var(--orange); }
.cta-small {
  background: var(--orange); color: white; padding: 8px 16px;
  border-radius: 999px; font-weight: 600; font-size: 14px;
}

/* ── Hero ── */
.hero {
  text-align: center; padding: 80px 20px;
  background: linear-gradient(180deg, #FFF7EC 0%, #FFFFFF 100%);
}
.hero h1 { font-size: 44px; font-weight: 800; margin: 0 0 12px; line-height: 1.15; }
.hero .accent { color: var(--orange); }
.hero .tag { font-size: 18px; color: var(--muted); margin: 0 auto 28px; max-width: 540px; }
.cta-big {
  display: inline-block; background: var(--orange); color: white;
  padding: 16px 32px; border-radius: 14px; font-weight: 700; font-size: 16px;
  border: none; cursor: pointer; transition: transform 0.1s;
}
.cta-big:hover { transform: translateY(-1px); }
.cta-big.primary { background: var(--orange); }
.cta-big.secondary { background: white; color: var(--orange); border: 2px solid var(--orange); }
.tiny { font-size: 13px; color: var(--muted); margin-top: 14px; }

/* ── Footer ── */
footer { text-align: center; padding: 30px 20px; font-size: 13px; color: var(--muted); }

/* ── States ── */
.state { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 20px; text-align: center; min-height: 60vh; }
.spinner {
  width: 38px; height: 38px; border: 3px solid var(--orange-soft);
  border-top-color: var(--orange); border-radius: 50%;
  animation: spin 0.8s linear infinite; margin-bottom: 16px;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ── Restaurant page ── */
.restaurant-page { background: white; }
.banner-wrap { position: relative; width: 100%; height: 220px; overflow: hidden; background: var(--orange-soft); }
.banner-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.banner-fade {
  position: absolute; bottom: 0; left: 0; right: 0; height: 80px;
  background: linear-gradient(180deg, transparent, white);
}
.back-btn {
  position: absolute; top: 14px; left: 14px;
  background: rgba(255,255,255,0.95); padding: 8px 14px;
  border-radius: 999px; font-weight: 600; font-size: 14px;
  color: var(--text); box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.info-card {
  max-width: 680px; margin: -50px auto 0; padding: 24px;
  background: white; border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06); position: relative;
}
.logo {
  width: 80px; height: 80px; border-radius: 50%;
  border: 4px solid white; box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  margin: -60px 0 12px; background: var(--orange-soft); object-fit: cover;
}
.info-card h1 { font-size: 28px; margin: 0 0 6px; font-weight: 800; }
.info-card .desc { font-size: 14px; color: var(--muted); margin: 0 0 14px; line-height: 1.5; }
.meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.chip { background: var(--bg); padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 600; }
.action-stack { display: flex; flex-direction: column; gap: 10px; }

/* ── Menu ── */
.menu-section { max-width: 680px; margin: 30px auto; padding: 0 24px 80px; }
.menu-section h2 { font-size: 22px; margin: 0 0 16px; }
.menu-list { display: flex; flex-direction: column; gap: 12px; }
.menu-item {
  display: flex; gap: 14px; padding: 14px; background: var(--bg);
  border-radius: 14px; border: 1px solid var(--line);
}
.menu-img { width: 80px; height: 80px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.menu-text { flex: 1; min-width: 0; }
.menu-title { font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.menu-desc { font-size: 13px; color: var(--muted); margin-bottom: 6px; line-height: 1.4; }
.menu-price { font-weight: 700; color: var(--orange); font-size: 15px; }
.muted { color: var(--muted); font-size: 14px; }

/* Mobile */
@media (max-width: 600px) {
  .hero h1 { font-size: 32px; }
  .info-card h1 { font-size: 22px; }
  .banner-wrap { height: 180px; }
}


/* ═══════════════════════════════════════════════════════════════
   INTRAEATS ORDERING APP — Visual System v2
   Modern food-delivery aesthetic, mobile-first
   ═══════════════════════════════════════════════════════════════ */

:root {
  --brand:        #FF6B1A;
  --brand-dark:   #E55A0F;
  --brand-soft:   #FFF1E6;
  --brand-grad:   linear-gradient(135deg, #FF8534 0%, #FF6B1A 100%);

  --ink-1: #0F1115;
  --ink-2: #2A2F3A;
  --ink-3: #525866;
  --ink-4: #868C98;
  --ink-5: #CDD0D5;

  --surface: #FFFFFF;
  --bg:      #F8F7F4;
  --border:  #ECEDF0;
  --border-2:#F4F5F7;

  --green:      #10B981;
  --green-soft: #ECFDF5;
  --red:        #EF4444;
  --red-soft:   #FEE2E2;
  --yellow:     #F59E0B;
  --blue:       #3B82F6;
  --blue-soft:  #DBEAFE;

  --r-sm:   10px;
  --r-md:   14px;
  --r-lg:   18px;
  --r-xl:   24px;
  --r-pill: 999px;

  --sh-sm:  0 1px 2px rgba(15,17,21,0.04);
  --sh-md:  0 4px 14px rgba(15,17,21,0.06);
  --sh-lg:  0 16px 40px rgba(15,17,21,0.08);
  --sh-cta: 0 8px 24px rgba(255,107,26,0.32);
  --sh-cta-hover: 0 12px 32px rgba(255,107,26,0.45);

  --tap: 0.12s cubic-bezier(.4,0,.2,1);
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }

body.app {
  font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  color: var(--ink-1);
  background: var(--bg);
  padding-bottom: 76px;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button, input, textarea, select { font-family: inherit; }
input, textarea { font-weight: 500; }

/* ─────────────────────────────────────────────────────────────
   TOP BAR
   ───────────────────────────────────────────────────────────── */
.app-topbar {
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border-2);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 30;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.brand-icon { font-size: 24px; }
.brand-name {
  background: var(--brand-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.topbar-right { display: flex; gap: 10px; align-items: center; }
.icon-btn {
  background: var(--bg);
  border: 1px solid var(--border);
  width: 42px;
  height: 42px;
  border-radius: var(--r-pill);
  font-size: 17px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--tap), background var(--tap);
}
.icon-btn:active { transform: scale(0.92); background: var(--border-2); }
.badge {
  position: absolute;
  top: -3px;
  right: -3px;
  background: var(--brand);
  color: white;
  font-size: 10px;
  font-weight: 800;
  min-width: 20px;
  height: 20px;
  border-radius: var(--r-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border: 2px solid var(--surface);
  box-shadow: var(--sh-sm);
}

/* ─────────────────────────────────────────────────────────────
   SCREENS / TRANSITIONS
   ───────────────────────────────────────────────────────────── */
.screen {
  min-height: calc(100vh - 66px);
  animation: screenIn 0.24s cubic-bezier(.4,0,.2,1);
}
@keyframes screenIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: none; }
}

.sec-header {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-2);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: sticky;
  top: 66px;
  z-index: 20;
}
.sec-header h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
}
.back-btn-inline {
  background: var(--bg);
  border: 1px solid var(--border);
  width: 38px;
  height: 38px;
  border-radius: var(--r-pill);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--tap);
}
.back-btn-inline:active { transform: scale(0.92); }

/* ─────────────────────────────────────────────────────────────
   FULL-SCREEN STATES (location, login, no-restaurant, empty)
   ───────────────────────────────────────────────────────────── */
.state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 28px 80px;
  text-align: center;
  min-height: calc(100vh - 200px);
  background:
    radial-gradient(circle at 80% -10%, rgba(255,107,26,0.10), transparent 50%),
    radial-gradient(circle at 10% 110%, rgba(255,107,26,0.08), transparent 50%);
}
.state h2 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 4px 0 10px;
}
.state .muted {
  max-width: 320px;
  margin: 0 0 28px;
  line-height: 1.55;
  font-size: 15px;
  color: var(--ink-3);
}
.center-text { text-align: center; }
.muted { color: var(--ink-3); }
.tiny { font-size: 13px; }

.big-emoji {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface);
  border-radius: 50%;
  font-size: 56px;
  margin-bottom: 24px;
  box-shadow: var(--sh-lg);
  animation: floatGentle 4s ease-in-out infinite;
}
@keyframes floatGentle {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-6px); }
}

/* ─────────────────────────────────────────────────────────────
   CTA BUTTONS
   ───────────────────────────────────────────────────────────── */
.cta-big {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--brand-grad);
  color: white;
  padding: 16px 28px;
  border-radius: var(--r-md);
  font-weight: 700;
  font-size: 16px;
  border: none;
  cursor: pointer;
  box-shadow: var(--sh-cta);
  transition: transform var(--tap), box-shadow var(--tap);
  letter-spacing: -0.01em;
  min-width: 240px;
}
.cta-big:hover { box-shadow: var(--sh-cta-hover); transform: translateY(-1px); }
.cta-big:active { transform: scale(0.98); box-shadow: var(--sh-cta); }
.cta-big:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

.cta-big.secondary {
  background: var(--surface);
  color: var(--brand);
  border: 1.5px solid var(--brand);
  box-shadow: none;
}
.cta-big.secondary:hover { background: var(--brand-soft); }

.cta-big.full-width {
  display: flex;
  width: 100%;
  min-width: 0;
}

.google-btn {
  background: var(--ink-1) !important;
  color: white !important;
}
.google-btn:hover { background: #2A2F3A !important; }

/* ─────────────────────────────────────────────────────────────
   RESTAURANT HEADER
   ───────────────────────────────────────────────────────────── */
.rest-header { background: var(--bg); }

.rest-hero {
  position: relative;
  height: 200px;
  background: var(--brand-grad);
  overflow: hidden;
}
.rest-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rest-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,17,21,0.05) 0%, rgba(15,17,21,0.5) 100%);
}

.rest-info {
  position: relative;
  margin: -56px 16px 0;
  padding: 20px;
  background: var(--surface);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-md);
}
.rest-name-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}
.rest-name {
  flex: 1;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.15;
}
.rating-pill {
  background: var(--green);
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: var(--r-sm);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.rest-addr {
  color: var(--ink-3);
  font-size: 13px;
  margin: 4px 0 12px;
  line-height: 1.5;
}
.rest-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rest-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--bg);
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  border: 1px solid var(--border);
}
.rest-chip.phone { background: var(--green-soft); color: var(--green); border-color: transparent; }
.rest-chip.phone:hover { background: var(--green); color: white; }

/* ─────────────────────────────────────────────────────────────
   SEARCH
   ───────────────────────────────────────────────────────────── */
.search-wrap {
  padding: 16px 16px 8px;
  background: var(--bg);
  position: sticky;
  top: 66px;
  z-index: 9;
}
.search-input {
  width: 100%;
  padding: 14px 18px 14px 44px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  font-size: 15px;
  background: var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23868C98' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat 16px center;
  box-shadow: var(--sh-sm);
  transition: border-color var(--tap), box-shadow var(--tap);
}
.search-input:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(255,107,26,0.12);
}

/* ─────────────────────────────────────────────────────────────
   MENU CARDS
   ───────────────────────────────────────────────────────────── */
.menu-grid {
  padding: 8px 16px 120px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.menu-card {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 14px;
  display: flex;
  gap: 14px;
  box-shadow: var(--sh-sm);
  border: 1px solid var(--border-2);
  transition: transform var(--tap), box-shadow var(--tap);
}
.menu-card:active { transform: scale(0.99); box-shadow: var(--sh-md); }
.menu-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.menu-title-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.veg-mark {
  width: 14px;
  height: 14px;
  border: 1.5px solid var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.veg-mark::before {
  content: '';
  width: 7px; height: 7px;
  background: var(--green);
  border-radius: 50%;
}
.veg-mark.nonveg { border-color: var(--red); }
.veg-mark.nonveg::before { background: var(--red); }

.menu-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.menu-desc {
  font-size: 13px;
  color: var(--ink-3);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.menu-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
}
.price {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink-1);
  letter-spacing: -0.01em;
}
.price-strike {
  font-size: 13px;
  color: var(--ink-4);
  text-decoration: line-through;
  font-weight: 600;
}
.discount-tag {
  font-size: 11px;
  font-weight: 700;
  color: var(--green);
  background: var(--green-soft);
  padding: 2px 6px;
  border-radius: var(--r-sm);
}

.menu-img-col {
  position: relative;
  width: 116px;
  flex-shrink: 0;
}
.menu-img {
  width: 116px;
  height: 116px;
  border-radius: var(--r-md);
  object-fit: cover;
  background: var(--bg);
}
.menu-img-placeholder {
  width: 116px;
  height: 116px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--brand-soft), var(--bg));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}
.offer-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  background: var(--red);
  color: white;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: var(--r-sm);
  letter-spacing: 0.02em;
  box-shadow: var(--sh-sm);
}

.add-btn, .qty-stepper {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 92px;
}
.add-btn {
  background: var(--surface);
  color: var(--brand);
  border: 1.5px solid var(--brand);
  padding: 8px 0;
  width: 92px;
  border-radius: var(--r-sm);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: var(--sh-md);
  transition: transform var(--tap), background var(--tap);
}
.add-btn:active { transform: translateX(-50%) scale(0.95); background: var(--brand-soft); }

.qty-stepper {
  display: flex;
  align-items: center;
  background: var(--brand);
  color: white;
  border-radius: var(--r-sm);
  overflow: hidden;
  box-shadow: var(--sh-md);
  width: 92px;
}
.qty-stepper button {
  background: transparent;
  border: none;
  color: white;
  width: 30px;
  height: 32px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-stepper button:active { background: rgba(0,0,0,0.18); }
.qty-stepper span {
  flex: 1;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
}

/* ─────────────────────────────────────────────────────────────
   STICKY CART BAR
   ───────────────────────────────────────────────────────────── */
.cart-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 90px;
  background: var(--ink-1);
  color: white;
  border-radius: var(--r-lg);
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 10px 32px rgba(15,17,21,0.35);
  cursor: pointer;
  z-index: 25;
  animation: cartBarIn 0.3s cubic-bezier(.34,1.56,.64,1);
}
@keyframes cartBarIn {
  from { transform: translateY(120%); }
  to   { transform: translateY(0); }
}
.cart-bar-left strong { font-size: 14px; font-weight: 700; }
.cart-bar-left span { font-size: 13px; opacity: 0.85; margin-left: 4px; }
.cart-bar-btn {
  background: var(--brand);
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: var(--r-sm);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.02em;
  cursor: pointer;
}

/* ─────────────────────────────────────────────────────────────
   CART PAGE
   ───────────────────────────────────────────────────────────── */
.cart-items { padding: 14px 16px; }
.cart-item {
  background: var(--surface);
  border: 1px solid var(--border-2);
  border-radius: var(--r-lg);
  padding: 14px;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 10px;
  box-shadow: var(--sh-sm);
}
.cart-item img,
.cart-img-placeholder {
  width: 62px;
  height: 62px;
  border-radius: var(--r-md);
  object-fit: cover;
  flex-shrink: 0;
}
.cart-img-placeholder {
  background: var(--brand-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.cart-item-body { flex: 1; min-width: 0; }
.cart-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-price { font-size: 13px; color: var(--ink-3); }
.cart-item .qty-stepper {
  position: static;
  transform: none;
  margin: 0;
}

.cart-summary {
  background: var(--surface);
  border: 1px solid var(--border-2);
  border-radius: var(--r-lg);
  margin: 6px 16px 16px;
  padding: 18px;
  box-shadow: var(--sh-sm);
}
.sum-row {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  font-size: 14px;
  color: var(--ink-2);
}
.sum-row.total {
  border-top: 1px dashed var(--border);
  margin-top: 8px;
  padding-top: 14px;
  font-size: 17px;
  font-weight: 800;
  color: var(--ink-1);
  letter-spacing: -0.01em;
}
.sum-row .free { color: var(--green); font-weight: 700; }

/* ─────────────────────────────────────────────────────────────
   FORMS / CHECKOUT
   ───────────────────────────────────────────────────────────── */
.form-card {
  background: var(--surface);
  border: 1px solid var(--border-2);
  border-radius: var(--r-lg);
  padding: 18px;
  margin: 12px 16px;
  box-shadow: var(--sh-sm);
}
.form-card.summary-card {
  background: linear-gradient(135deg, #FFF9F0, #FFF1E6);
  border-color: transparent;
}
.form-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-2);
  margin-bottom: 10px;
  letter-spacing: -0.005em;
}
.form-input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  font-size: 15px;
  font-weight: 500;
  background: var(--bg);
  color: var(--ink-1);
  transition: border-color var(--tap), background var(--tap), box-shadow var(--tap);
}
.form-input::placeholder { color: var(--ink-4); font-weight: 500; }
.form-input:focus {
  outline: none;
  background: var(--surface);
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(255,107,26,0.12);
}
textarea.form-input { resize: vertical; min-height: 72px; line-height: 1.5; }
.form-error {
  color: var(--red);
  font-size: 13px;
  margin-top: 8px;
  font-weight: 600;
}
.form-hint {
  font-size: 12px;
  color: var(--ink-4);
  margin-top: 8px;
  font-weight: 500;
}
.form-hint.ok { color: var(--green); font-weight: 600; }
.form-hint.warn { color: var(--yellow); font-weight: 600; }

.btn-link {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--ink-1);
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  padding: 10px 14px;
  margin-top: 10px;
  border-radius: var(--r-sm);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-link:hover { background: var(--brand-soft); color: var(--brand); border-color: var(--brand-soft); }
.btn-link:disabled { opacity: 0.5; cursor: not-allowed; }

.payment-option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 2px solid var(--line, #e8e8e4);
  border-radius: var(--r-md);
  background: #fff;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.payment-option.selected {
  border-color: var(--brand);
  background: linear-gradient(135deg, #FFF9F0, var(--brand-soft));
}
.payment-option .check {
  background: var(--brand);
  color: white;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  box-shadow: var(--sh-cta);
}

.sticky-bottom {
  position: sticky;
  bottom: 76px;
  background: linear-gradient(180deg, transparent, var(--bg) 30%, var(--bg));
  padding: 24px 16px 16px;
  margin-top: 16px;
  z-index: 5;
}

/* ─────────────────────────────────────────────────────────────
   MY ORDERS
   ───────────────────────────────────────────────────────────── */
.orders-list { padding: 14px 16px; }
.order-card {
  background: var(--surface);
  border: 1px solid var(--border-2);
  border-radius: var(--r-lg);
  padding: 16px;
  margin-bottom: 12px;
  cursor: pointer;
  box-shadow: var(--sh-sm);
  transition: transform var(--tap), box-shadow var(--tap);
}
.order-card:active { transform: scale(0.99); }
.order-card:hover { box-shadow: var(--sh-md); }

.order-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 12px;
}
.order-rest {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.order-when {
  font-size: 12px;
  color: var(--ink-4);
  margin-top: 2px;
}
.order-status {
  font-size: 11px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: var(--r-pill);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.status-pending   { background: #FEF3C7; color: #92400E; }
.status-active    { background: var(--blue-soft); color: #1E40AF; }
.status-done      { background: var(--green-soft); color: #065F46; }
.status-cancelled { background: var(--red-soft); color: #991B1B; }

.order-items {
  font-size: 13px;
  color: var(--ink-3);
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.order-card-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px dashed var(--border);
}
.order-total {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.arrow {
  font-size: 13px;
  color: var(--brand);
  font-weight: 700;
}

/* ─────────────────────────────────────────────────────────────
   ORDER DETAIL / TRACKING
   ───────────────────────────────────────────────────────────── */
.order-status-big {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  padding: 24px 16px;
  margin: 0;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, var(--green-soft), #D1FAE5);
  color: #065F46;
  border-bottom: 1px solid var(--border-2);
}
.order-status-big.status-pending {
  background: linear-gradient(135deg, #FEF3C7, #FDE68A);
  color: #92400E;
}
.order-status-big.status-active {
  background: linear-gradient(135deg, var(--blue-soft), #BFDBFE);
  color: #1E3A8A;
}
.order-status-big.status-cancelled {
  background: linear-gradient(135deg, var(--red-soft), #FECACA);
  color: #7F1D1D;
}

.status-pipeline {
  display: flex;
  justify-content: space-between;
  padding: 22px 18px 18px;
  background: var(--surface);
  border-bottom: 1px solid var(--border-2);
  position: relative;
}
.status-pipeline::before {
  content: '';
  position: absolute;
  top: 31px;
  left: calc(18px + 8%);
  right: calc(18px + 8%);
  height: 2px;
  background: var(--border);
  z-index: 0;
}
.step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
.step-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--surface);
  border: 2.5px solid var(--ink-5);
  margin: 0 auto 8px;
  transition: all 0.3s ease;
}
.step.done .step-dot {
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 0 0 4px var(--green-soft);
}
.step.current .step-dot {
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-soft);
  animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 4px var(--brand-soft); }
  50%     { box-shadow: 0 0 0 8px var(--brand-soft); }
}
.step-label {
  font-size: 10px;
  color: var(--ink-4);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.step.done .step-label,
.step.current .step-label { color: var(--ink-1); }

.otp-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.otp-code {
  background: var(--brand-grad);
  color: white;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 6px;
  padding: 10px 18px;
  border-radius: var(--r-md);
  box-shadow: var(--sh-cta);
  font-family: 'SF Mono', Menlo, monospace;
}

.order-item-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  color: var(--ink-2);
  border-bottom: 1px dashed var(--border);
}
.order-item-row:last-of-type { border-bottom: none; }

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--green);
  color: white !important;
  text-align: center;
  padding: 16px;
  border-radius: var(--r-md);
  font-weight: 700;
  text-decoration: none;
  margin-top: 10px;
  box-shadow: 0 8px 24px rgba(16,185,129,0.32);
  transition: transform var(--tap);
  font-size: 15px;
}
.contact-btn:active { transform: scale(0.99); }

/* ─────────────────────────────────────────────────────────────
   BOTTOM NAV
   ───────────────────────────────────────────────────────────── */
.bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-2);
  display: flex;
  z-index: 50;
  padding: 6px 0 max(env(safe-area-inset-bottom, 0), 6px);
}
.nav-btn {
  flex: 1;
  background: none;
  border: none;
  padding: 8px 0 6px;
  cursor: pointer;
  color: var(--ink-4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  transition: color var(--tap);
}
.nav-btn.active { color: var(--brand); }
.nav-btn:active { transform: scale(0.94); }
.nav-icon {
  font-size: 22px;
  line-height: 1;
}
.nav-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* ─────────────────────────────────────────────────────────────
   TOAST
   ───────────────────────────────────────────────────────────── */
.toast {
  position: fixed;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ink-1);
  color: white;
  padding: 14px 22px;
  border-radius: var(--r-md);
  font-size: 14px;
  font-weight: 600;
  z-index: 200;
  box-shadow: 0 12px 32px rgba(15,17,21,0.4);
  max-width: 88%;
  text-align: center;
  animation: toastIn 0.3s cubic-bezier(.34,1.56,.64,1);
}
@keyframes toastIn {
  from { opacity: 0; transform: translate(-50%, 14px); }
  to   { opacity: 1; transform: translate(-50%, 0); }
}

/* ─────────────────────────────────────────────────────────────
   SPINNER
   ───────────────────────────────────────────────────────────── */
.spinner {
  width: 32px;
  height: 32px;
  border: 3px solid var(--border);
  border-top-color: var(--brand);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin: 0 auto;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ─────────────────────────────────────────────────────────────
   TABLET (768–1023px) — keep the phone-frame look
   ───────────────────────────────────────────────────────────── */
@media (min-width: 768px) and (max-width: 1023px) {
  body.app {
    max-width: 540px;
    margin: 0 auto;
    background: var(--surface);
    box-shadow: 0 0 0 1px var(--border-2), 0 24px 60px rgba(15,17,21,0.06);
    min-height: 100vh;
  }
  .cart-bar {
    max-width: 508px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .bottom-nav {
    max-width: 540px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 1px solid var(--border-2);
    border-right: 1px solid var(--border-2);
  }
  .toast { bottom: 120px; }
  html, body { background: #F4F2EE !important; }
  body.app { background: var(--surface); }
}

/* ─────────────────────────────────────────────────────────────
   DESKTOP (≥1024px) — proper wide layout
   ───────────────────────────────────────────────────────────── */
@media (min-width: 1024px) {
  html, body { background: #F8F7F4 !important; }
  body.app {
    max-width: 1180px;
    margin: 0 auto;
    background: var(--surface);
    box-shadow: 0 0 0 1px var(--border-2), 0 24px 60px rgba(15,17,21,0.04);
    min-height: 100vh;
    padding-bottom: 96px;
  }

  /* Full-width top bar spanning the whole desktop container */
  .app-topbar, .topbar {
    padding: 18px 40px;
    max-width: none;
  }
  .brand-name { font-size: 26px; }

  /* Content sections get comfortable padding */
  .screen { padding: 24px 40px 40px; }

  /* Food / menu list becomes a 2-column card grid on desktop */
  .menu-grid,
  #menuList {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }

  /* Individual food cards look richer on desktop */
  .menu-card {
    padding: 18px;
    border-radius: 18px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .menu-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(15,17,21,0.10);
  }
  .menu-img,
  .menu-img-placeholder {
    width: 130px !important;
    height: 130px !important;
    border-radius: 14px;
  }
  .menu-img-col { width: 130px !important; }

  /* Restaurant/menu section container */
  .menu-section {
    max-width: 1100px;
    padding: 30px 40px 100px;
  }
  .info-card {
    max-width: 1100px;
    padding: 30px 40px;
  }

  /* Search bar wider on desktop */
  .search-bar,
  #searchBar,
  .search-wrap {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Bottom nav becomes a slim floating footer instead of full-width fixed bar */
  .bottom-nav {
    max-width: 1180px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 1px solid var(--border-2);
    border-right: 1px solid var(--border-2);
    padding: 10px 0 max(env(safe-area-inset-bottom, 0), 10px);
  }
  .nav-btn { font-size: 14px; }
  .nav-icon { font-size: 22px; }

  /* Cart bar centered */
  .cart-bar {
    max-width: 1140px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 20px;
    bottom: 96px;
  }

  /* Section headings a touch larger on desktop */
  .section-heading, .screen h2 { font-size: 26px; }

  /* Toast bottom offset */
  .toast { bottom: 140px; }
}

/* ─────────────────────────────────────────────────────────────
   XL DESKTOP (≥1440px) — 3-column food grid on big screens
   ───────────────────────────────────────────────────────────── */
@media (min-width: 1440px) {
  body.app { max-width: 1320px; }
  .app-topbar, .topbar { padding: 20px 56px; }
  .screen { padding: 28px 56px 44px; }
  .menu-grid, #menuList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1240px;
  }
  .bottom-nav { max-width: 1320px; }
  .cart-bar { max-width: 1280px; }
}

/* ─────────────────────────────────────────────────────────────
   SAFE AREA / TINY SCREEN ADJUSTMENTS
   ───────────────────────────────────────────────────────────── */
@media (max-width: 360px) {
  .rest-name { font-size: 21px; }
  .state h2 { font-size: 22px; }
  .menu-img,
  .menu-img-placeholder { width: 100px; height: 100px; }
  .menu-img-col { width: 100px; }
}

.hidden { display: none !important; }

/* ═══════════════════════════════════════════════════════════════
   RESTAURANT CHOOSER + GLOBAL SEARCH
   ═══════════════════════════════════════════════════════════════ */
.chooser-head { padding: 24px 20px 8px; }
.chooser-head h2 { font-size: 22px; margin: 0 0 6px; font-weight: 800; }
.chooser-list { display: flex; flex-direction: column; gap: 12px; padding: 12px 20px 40px; }
.chooser-card {
  display: flex; align-items: center; gap: 14px; width: 100%;
  padding: 14px; background: var(--surface, #fff); border: 1px solid var(--border-2, #eee);
  border-radius: 16px; cursor: pointer; text-align: left; transition: all 0.15s ease;
}
.chooser-card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(15,17,21,0.08); border-color: var(--orange, #ff6b35); }
.chooser-logo {
  width: 60px; height: 60px; border-radius: 12px; object-fit: cover;
  flex-shrink: 0; background: var(--orange-soft, #fff0e8);
  display: flex; align-items: center; justify-content: center; font-size: 28px;
}
.chooser-logo.ph { color: var(--orange, #ff6b35); }
.chooser-body { flex: 1; min-width: 0; }
.chooser-name { font-weight: 700; font-size: 16px; margin-bottom: 3px; }
.chooser-meta { font-size: 12.5px; color: var(--muted, #888); margin-bottom: 5px; }
.chooser-offer { font-size: 13px; color: var(--orange, #ff6b35); font-weight: 600; }
.chooser-offer.muted { color: var(--muted, #aaa); font-weight: 500; }
.chooser-arrow { font-size: 20px; color: var(--muted, #bbb); flex-shrink: 0; }

.search-head { display: flex; align-items: center; gap: 10px; padding: 16px 20px 8px; }
.back-btn {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border-2, #eee);
  background: var(--surface, #fff); font-size: 20px; cursor: pointer; flex-shrink: 0;
}
.search-results { display: flex; flex-direction: column; gap: 10px; padding: 8px 20px 60px; }
.search-result {
  display: flex; gap: 14px; padding: 14px; background: var(--surface, #fff);
  border: 1px solid var(--border-2, #eee); border-radius: 14px; cursor: pointer; transition: all 0.15s ease;
}
.search-result:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(15,17,21,0.07); }
.search-rest { font-size: 12.5px; color: var(--muted, #888); margin: 4px 0 6px; }

/* Desktop: chooser + search go 2-column grid */
@media (min-width: 1024px) {
  .chooser-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 1000px; margin: 0 auto; }
  .search-results { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 1100px; margin: 0 auto; }
  .search-head { max-width: 1100px; margin: 0 auto; }
  .chooser-head { max-width: 1000px; margin: 0 auto; }
}

/* ═══════════════════════════════════════════════════════════════
   LOGO IN HEADER
   ═══════════════════════════════════════════════════════════════ */
.brand-logo {
  width: 40px; height: 40px; border-radius: 10px;
  object-fit: contain; display: block;
}
@media (min-width: 1024px) {
  .brand-logo { width: 46px; height: 46px; }
}

/* ═══════════════════════════════════════════════════════════════
   EXPLORE PAGE (Swiggy/Zomato-style desktop landing)
   ═══════════════════════════════════════════════════════════════ */
.explore-hero {
  background: linear-gradient(135deg, #FF5A00 0%, #FF8A3D 100%);
  color: #fff; padding: 60px 20px 50px; text-align: center;
  margin-bottom: 20px;
}
.explore-hero-inner { max-width: 780px; margin: 0 auto; }
.explore-hero-title { font-size: clamp(24px, 4vw, 40px); font-weight: 800; margin-bottom: 10px; line-height: 1.2; }
.explore-hero-sub { font-size: clamp(14px, 2vw, 17px); opacity: 0.95; margin-bottom: 26px; }
.explore-search-wrap {
  background: #fff; border-radius: 14px; padding: 14px 20px;
  display: flex; align-items: center; gap: 12px;
  cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  transition: transform .15s;
}
.explore-search-wrap:hover { transform: translateY(-2px); }
.explore-search-icon { font-size: 20px; }
.explore-search-input {
  border: none; outline: none; flex: 1; font-size: 15px; color: #333;
  background: transparent; cursor: pointer; font-family: inherit;
}

.explore-block { padding: 20px; max-width: 1240px; margin: 0 auto 24px; }
.explore-block-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.explore-block-head h2 { font-size: 22px; font-weight: 800; margin: 0; }
.explore-block-head .muted { font-size: 13px; }

/* Category strip (Swiggy "What's on your mind?") */
.category-strip {
  display: flex; gap: 20px; overflow-x: auto; padding: 8px 4px 16px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.category-strip::-webkit-scrollbar { height: 6px; }
.category-strip::-webkit-scrollbar-thumb { background: #ddd; border-radius: 3px; }
.category-pill { flex: 0 0 auto; cursor: pointer; text-align: center; scroll-snap-align: start; transition: transform .15s; }
.category-pill:hover { transform: translateY(-4px); }
.category-circle {
  width: 110px; height: 110px; border-radius: 50%;
  background: linear-gradient(135deg, #FFF6F0, #FFE4D2);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; margin-bottom: 8px;
  box-shadow: 0 4px 12px rgba(255,90,0,0.08);
}
.category-circle img { width: 100%; height: 100%; object-fit: cover; }
.category-emoji { font-size: 48px; }
.category-label { font-size: 14px; font-weight: 700; color: #333; }

/* Restaurant grid */
.restaurant-grid {
  display: grid; grid-template-columns: 1fr; gap: 16px;
}
.rest-card {
  background: var(--surface, #fff); border-radius: 16px; overflow: hidden;
  cursor: pointer; transition: transform .15s, box-shadow .15s;
  border: 1px solid var(--border-2, #eee);
}
.rest-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,0.10); }
.rest-cover {
  width: 100%; height: 160px; object-fit: cover;
  background: linear-gradient(135deg, #FFF0E0, #FFD4B3);
}
.rest-cover.ph { display: flex; align-items: center; justify-content: center; font-size: 60px; color: #FF5A00; }
.rest-card-body { padding: 14px 16px; }
.rest-card-name { font-weight: 700; font-size: 17px; margin-bottom: 6px; }
.rest-card-meta { font-size: 13px; color: var(--muted, #777); margin-bottom: 3px; }

/* Desktop: multi-column grids */
@media (min-width: 768px) {
  .restaurant-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (min-width: 1024px) {
  .restaurant-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .category-circle { width: 130px; height: 130px; }
  .category-emoji { font-size: 60px; }
  .rest-cover { height: 180px; }
}
@media (min-width: 1440px) {
  .restaurant-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ═══════════════════════════════════════════════════════════════
   SWIGGY-STYLE DESKTOP HEADER
   ═══════════════════════════════════════════════════════════════ */
@media (min-width: 1024px) {
  .app-topbar {
    display: flex !important; align-items: center; justify-content: space-between;
    padding: 12px 40px !important; gap: 16px;
    border-bottom: 1px solid #f0f0f0; background: #fff;
    position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }
  .topbar-left {
    display: flex; align-items: center; gap: 20px; flex: 1;
  }
  .topbar-right {
    display: flex; align-items: center; gap: 6px;
  }
  .brand-logo { width: 42px; height: 42px; }
  .brand-name { font-size: 22px; font-weight: 800; }

  /* Location pill */
  .location-pill {
    display: flex; align-items: center; gap: 6px; cursor: pointer;
    padding: 8px 14px; border-radius: 12px; transition: background .15s;
    white-space: nowrap; max-width: 200px;
  }
  .location-pill:hover { background: #f5f5f5; }
  .loc-icon { font-size: 16px; }
  .loc-text { font-size: 14px; font-weight: 600; color: #333; overflow: hidden; text-overflow: ellipsis; }
  .loc-arrow { font-size: 12px; color: #FF5A00; }

  /* Header search bar */
  .header-search-wrap {
    display: flex; align-items: center; gap: 10px;
    background: #f2f2f2; border-radius: 12px; padding: 10px 18px;
    flex: 1; max-width: 520px; cursor: pointer; transition: box-shadow .15s;
  }
  .header-search-wrap:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
  .header-search-icon { font-size: 16px; color: #888; }
  .header-search-input {
    border: none; outline: none; background: transparent; font-size: 14px;
    color: #888; cursor: pointer; flex: 1; font-family: inherit;
  }

  /* Nav links (Offers, Help, Sign In, Cart) */
  .nav-link {
    display: flex; align-items: center; gap: 6px; padding: 8px 14px;
    border: none; background: transparent; cursor: pointer;
    font-family: inherit; font-size: 15px; font-weight: 600; color: #333;
    border-radius: 10px; transition: background .15s; white-space: nowrap;
  }
  .nav-link:hover { background: #f5f5f5; }
  .nav-link-icon { font-size: 18px; }
  .nav-link-text { font-size: 15px; }
  .new-badge { color: #FF5A00; font-size: 10px; font-weight: 700; margin-left: 2px; }
  .cart-badge {
    background: #FF5A00; color: #fff; font-size: 11px; font-weight: 700;
    min-width: 18px; height: 18px; border-radius: 9px; display: inline-flex;
    align-items: center; justify-content: center; margin-left: -4px;
  }
  .cart-link { position: relative; }
}

/* Mobile: hide desktop-only elements */
@media (max-width: 1023px) {
  .location-pill, .header-search-wrap, .nav-link-text, .new-badge { display: none; }
  .nav-link { padding: 6px; }
  .topbar-left { display: contents; }
}

/* ═══════════════════════════════════════════════════════════════
   SWIGGY-STYLE HERO BANNER
   ═══════════════════════════════════════════════════════════════ */
.explore-hero {
  background: linear-gradient(135deg, #FFF5EE 0%, #FFE8D6 100%);
  padding: 40px 20px; display: flex; align-items: center;
  justify-content: center; gap: 40px; overflow: hidden;
}
.explore-hero-left { flex: 1; max-width: 480px; }
.explore-hero-title { font-size: clamp(28px, 4vw, 44px); font-weight: 800; line-height: 1.15; margin-bottom: 14px; color: #1a1a1a; }
.text-orange { color: #FF5A00; }
.explore-hero-sub { font-size: 16px; color: #555; margin-bottom: 24px; }
.explore-hero-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #FF5A00; color: #fff; font-weight: 700; font-size: 15px;
  padding: 13px 28px; border-radius: 12px; border: none; cursor: pointer;
  box-shadow: 0 4px 14px rgba(255,90,0,0.25); transition: transform .15s;
}
.explore-hero-btn:hover { transform: translateY(-2px); }
.explore-hero-right { flex: 0 0 auto; }
.hero-food-img {
  width: clamp(200px, 30vw, 420px); height: auto; border-radius: 24px;
  object-fit: cover; display: block;
}
@media (max-width: 767px) {
  .explore-hero { flex-direction: column; padding: 30px 20px; gap: 20px; text-align: center; }
  .explore-hero-right { display: none; }
}

/* ═══════════════════════════════════════════════════════════════
   RESTAURANT CARDS (enhanced Swiggy-style)
   ═══════════════════════════════════════════════════════════════ */
.rest-card-cuisine { font-size: 13px; color: #777; margin-bottom: 4px; }
.rest-rating { color: #48c479; font-weight: 700; font-size: 13px; }
.rest-orders { font-size: 12px; color: #FF5A00; font-weight: 600; }
.see-items-btn {
  display: inline-block; margin-top: 10px; padding: 8px 20px;
  background: #FF5A00; color: #fff; font-weight: 700; font-size: 13px;
  border: none; border-radius: 8px; cursor: pointer; transition: background .15s;
}
.see-items-btn:hover { background: #e04f00; }

/* ═══════════════════════════════════════════════════════════════
   PAYMENT METHODS STRIP
   ═══════════════════════════════════════════════════════════════ */
.payment-strip { display: flex; gap: 12px; flex-wrap: wrap; }
.payment-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: #f8f8f8; border: 1px solid #eee; border-radius: 10px;
  padding: 10px 18px; font-size: 14px; font-weight: 600; color: #333;
}
.payment-icon { font-size: 20px; }

/* ============================================================
   DONATION / TIP amount pills (checkout)
   ============================================================ */
.amount-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.amount-pill {
  padding: 10px 16px;
  border-radius: 20px;
  border: 1.5px solid #e8e8e4;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #444;
  cursor: pointer;
  transition: all .15s;
}
.amount-pill:hover { border-color: var(--brand); }
.amount-pill.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.amount-pill.custom { min-width: 44px; text-align: center; }

/* ============================================================
   COLLABORATOR SHOPS — a restaurant can host one or more partner
   shops; customers can order from the main menu AND one collab
   shop in the same cart (never two different collab shops).
   ============================================================ */
.collab-shops-wrap { padding: 4px 16px 8px; }
.collab-shop-block {
  margin-bottom: 14px;
  border: 1.5px solid #F3E5F5;
  background: #FCF7FD;
  border-radius: var(--r-md, 14px);
  overflow: hidden;
}
.collab-shop-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #F3E5F5;
}
.collab-shop-badge {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #8E24AA;
}
.collab-shop-name { font-weight: 700; font-size: 14.5px; color: #4A148C; }
.collab-shop-meta { font-size: 11.5px; color: #7B1FA2; opacity: .85; }
.collab-food-list { padding: 6px 10px 10px; }

.collab-cart-banner {
  margin: 0 16px 12px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #F3E5F5;
  border: 1px solid #E1BEE7;
  font-size: 12.5px;
  color: #6A1B9A;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ============================================================
   RESTAURANT UNAVAILABLE (locked / closed) inline banner
   ============================================================ */
.restaurant-unavailable-banner {
  margin: 12px 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #FFEBEE;
  border: 1px solid #FFCDD2;
  color: #C62828;
  font-size: 13.5px;
  line-height: 1.5;
}
.restaurant-unavailable-banner strong { display: block; margin-bottom: 4px; font-size: 15px; }
