body.landing-page{background:var(--canvas);margin:0;padding:0;overflow-x:hidden}

    /* ── Top Header ── */
    .landing-header{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:var(--brand);backdrop-filter:blur(8px);width:min(100%,720px)}
body.landing-search-floating .landing-header{position:fixed;top:0;}
.landing-nav-item,.landing-nav-qr{flex:1 1 0!important;min-width:0!important;}
.landing-bottom-nav{justify-content:stretch!important;}
.landing-quick-actions .quick-action{width:68px;min-width:68px;max-width:68px;}
    .landing-search{flex:1;max-width:280px}
    .landing-search input{width:100%;padding:9px 14px 9px 36px;border:none;border-radius:8px;background:#fff;font-size:.88rem;color:var(--ink);outline:none}
    .landing-search input::placeholder{color:var(--muted)}
    .landing-search-placeholder{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;font-size:.92rem;font-weight:700;color:#2563eb;white-space:nowrap;overflow:hidden;max-width:calc(100% - 70px);text-align:center}
    .placeholder-static{color:#2563eb;font-weight:700}
    .landing-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:.9rem;pointer-events:none}
    .landing-search{position:relative;z-index:20}
body.landing-search-floating .landing-search{position:fixed;top:12px;left:50%;width:min(calc(100% - 28px),680px);max-width:none;transform:translateX(-50%);padding:0;z-index:120;filter:drop-shadow(0 8px 18px rgba(93,64,55,.16))}
body.landing-search-floating .landing-search input{height:44px!important;}
body.landing-search-floating .landing-search input{border:1px solid rgba(255,193,7,.95)!important;box-shadow:0 4px 16px rgba(93,64,55,.12)!important}
    .landing-logo{display:flex;align-items:center;gap:8px;color:#fff;font-weight:850;font-size:1rem;text-decoration:none;flex-shrink:0}
    .landing-logo .brand-mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--accent);color:var(--brand);font-weight:900;font-size:.95rem}

    /* ── Main Content ── */
    .landing-content{padding:72px 16px 100px;max-width:480px;margin:0 auto}
    .landing-section-title{font-size:1rem;font-weight:800;color:var(--ink);margin:18px 0 12px;letter-spacing:-.02em}

    /* ── Menu Grid (2-col) ── */
    .landing-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .landing-menu-card{border-radius:var(--radius-md);background:var(--surface);box-shadow:0 2px 12px rgba(0,0,0,.06);overflow:hidden;border:1px solid var(--line);text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.landing-menu-card.is-hidden{display:none!important}
    .landing-menu-card:active{transform:scale(.97)}
    .landing-menu-card-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:var(--surface-soft)}
    .landing-menu-card-img-empty{width:100%;aspect-ratio:4/3;display:grid;place-items:center;background:var(--surface-soft);color:var(--muted);font-size:2rem}
    .landing-menu-card-body{padding:10px 12px 14px}
    .landing-menu-card-body h3{margin:0 0 4px;font-size:.88rem;font-weight:800;line-height:1.25;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
    .landing-menu-card-body .price{font-size:.84rem;font-weight:850;color:var(--brand-2);margin:0}

    /* ── Empty State ── */
    .landing-empty,.landing-menu-load-state{grid-column:1/-1;padding:40px 16px;text-align:center;color:var(--muted);font-size:.92rem}
    .landing-menu-retry{display:block;margin:24px auto}.landing-menu-retry[hidden]{display:none!important}
    #landing-menu-load-sentinel{height:1px;width:100%}
    .landing-no-results{grid-column:1/-1;padding:32px 16px;text-align:center;color:var(--muted);font-size:.9rem;display:none}
    .landing-search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--muted);font-size:1.1rem;cursor:pointer;padding:4px;display:none;line-height:1}

    /* ── Bottom Nav ── */
    .landing-bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:100;background:var(--surface);border-top:1px solid var(--line);padding:0 8px;padding-bottom:env(safe-area-inset-bottom,0);display:flex;align-items:flex-end;justify-content:space-around;height:64px;transition:transform .3s ease;width:min(100%,720px)}
    .landing-bottom-nav.nav-hidden{transform:translate(-50%,100%)}
    .landing-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1;padding:8px 4px;background:none;border:none;color:var(--muted);font-size:.65rem;font-weight:700;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent;position:relative}
    .landing-nav-item svg{width:22px;height:22px;flex-shrink:0}
    .landing-nav-item:active{color:var(--brand)}
    .landing-nav-item.active{color:var(--brand)}

    /* ── QR Center Button ── */
    .landing-nav-qr{position:relative;flex:1;display:flex;align-items:center;justify-content:center}
    .landing-nav-qr-btn{position:absolute;bottom:8px;width:56px;height:56px;border-radius:50%;background:var(--brand);color:var(--accent);border:4px solid var(--surface);box-shadow:0 4px 16px rgba(0,0,0,.15);display:grid;place-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .15s}
    .landing-nav-qr-btn:active{transform:scale(.92)}
    .landing-nav-qr-btn svg{width:26px;height:26px}

    /* ── Popups (Dialogs) ── */
    .landing-popup{border:none;border-radius:var(--radius-lg);padding:0;background:var(--surface);box-shadow:var(--shadow);max-width:min(380px,calc(100vw - 32px));width:100%}
    .landing-popup::backdrop{background:rgba(0,0,0,.45)}
    .landing-popup-body{padding:28px 24px}
    .landing-popup-body h2{font-size:1.15rem;margin:0 0 8px;letter-spacing:-.02em}
    .landing-popup-body p{color:var(--muted);margin:0 0 20px;font-size:.92rem;line-height:1.5}
    .landing-popup-body label{display:block;font-size:.82rem;font-weight:700;color:var(--ink);margin-bottom:6px}
    .landing-popup-body input{width:100%;padding:11px 14px;border:1px solid var(--line);border-radius:var(--radius-md);font-size:1rem;background:var(--surface);color:var(--ink);outline:none;text-align:center;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
    .landing-popup-body input:focus{border-color:var(--brand)}
    .landing-popup-actions{display:flex;gap:10px;margin-top:20px}
    .landing-popup-actions button{flex:1;padding:12px 16px;border-radius:var(--radius-md);border:none;font-weight:800;font-size:.9rem;cursor:pointer}
    .landing-popup-actions .btn-primary{background:var(--brand);color:#fff}
    .landing-popup-actions .btn-secondary{background:var(--surface-soft);color:var(--ink)}
    .dinein-table-error{display:none;margin:12px 0 0;padding:9px 11px;border-radius:10px;background:#fee4e2;color:#C62828;font-size:.82rem;font-weight:700;line-height:1.35}
    .dinein-table-error.is-visible{display:block}
    #takeaway-name-dialog .landing-popup-body{position:relative;padding-top:62px!important}
    #delivery-dialog .landing-popup-body{position:relative;padding-top:62px!important}
    #dinein-dialog .landing-popup-body{position:relative;padding:62px 22px 26px!important}
    .dinein-dialog-close,.takeaway-dialog-close,.delivery-dialog-close{position:absolute;top:16px;right:16px;left:auto;width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;min-height:36px!important;max-height:36px!important;padding:0!important;border:1px solid #e7eaf0;border-radius:50%!important;box-sizing:border-box!important;background:#fff;color:#111827;box-shadow:none;display:grid!important;place-items:center!important;cursor:pointer;font-family:Arial,sans-serif;font-size:1.45rem;line-height:1;font-weight:400}
    .dinein-table-input-wrap{display:flex;align-items:flex-end;gap:8px}
    .dinein-table-input-wrap input{width:auto!important;min-width:0!important;flex:1 1 0!important;height:48px!important;min-height:48px!important;box-sizing:border-box!important;padding:0 12px!important;border:1px solid var(--line)!important;border-radius:13px!important;box-shadow:none!important;line-height:48px!important}
    .dinein-scan-button{flex:0 0 70px;width:70px;height:48px;align-self:flex-end;padding:0 7px;border:0;border-radius:13px;background:#2563eb;color:#111827;display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer}
    .dinein-scan-button svg{display:block;flex:0 0 auto;width:18px;height:18px}
    .dinein-scan-button-label{display:flex;flex-direction:column;align-items:flex-start;font-size:.63rem;font-weight:900;letter-spacing:.04em;line-height:1.05;text-align:left}
    .takeaway-name-dialog{max-width:min(380px,calc(100vw - 32px))}
    #delivery-dialog{max-width:min(460px,calc(100vw - 24px))}
    #delivery-dialog .landing-popup-body{max-height:min(88vh,760px);overflow-y:auto}
    .delivery-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}
    .delivery-address-grid .full-width{grid-column:1/-1}
    .delivery-range-status{margin:10px 0;padding:10px 12px;border-radius:10px;background:#f5f7fb;color:#667085;font-size:.82rem;line-height:1.45}
    .delivery-range-warning{background:#f5f7fb;color:#1d4ed8;border:1px solid #2563eb}
    .delivery-range-success{background:#E8F5E9;color:#2E6B34;border:1px solid #A5D6A7}
    @media(max-width:520px){.delivery-address-grid{grid-template-columns:1fr}}

    /* ── Item Detail Bottom Sheet ── */
    .item-sheet{border:none;padding:0;background:transparent;max-width:none!important;width:100vw;height:100dvh;max-height:none!important;margin:0;position:fixed;inset:0!important;transform:none!important;border-radius:0!important}
    .item-sheet::backdrop{background:rgba(0,0,0,.45)}
    .item-sheet[open]{display:flex;flex-direction:column;justify-content:flex-end;animation:sheetUp .3s cubic-bezier(.22,1,.36,1)}
    @keyframes sheetUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
    .item-sheet-inner{background:var(--surface);border-radius:0!important;height:100dvh!important;max-height:none!important;display:flex;flex-direction:column;overflow:hidden;position:relative}
    .item-sheet-close{position:absolute;top:12px;left:12px;z-index:2;width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;min-height:36px!important;max-height:36px!important;flex:0 0 36px;padding:0;border:0;border-radius:50%!important;box-sizing:border-box;background:rgba(255,255,255,.94);color:var(--ink);box-shadow:0 2px 8px rgba(0,0,0,.18);display:block;cursor:pointer;font-family:Arial,sans-serif;font-size:1.5rem;line-height:1;font-weight:500;text-align:center;-webkit-appearance:none;appearance:none}
    .item-sheet-close > span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:1em;height:1em;line-height:1}
    .item-sheet-close:active{transform:scale(.92)}
    .item-sheet-handle{display:none!important}
    .item-sheet-scroll{flex:1;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}
    .item-sheet-scroll::-webkit-scrollbar{display:none}
    .item-sheet-img{width:100%;aspect-ratio:1/1!important;object-fit:contain;display:block;background:var(--surface-soft);border-radius:0!important}

    /* ── Desktop containment ── */
    @media (min-width:641px){
      body.landing-page{background:var(--surface-soft)}
      .landing-page-shell{width:min(calc(100% - 32px), 720px);max-width:720px;margin:0 auto;position:relative;background:var(--canvas);min-height:100vh;box-shadow:0 0 60px rgba(93,64,55,.08)}
      .landing-header{position:absolute;left:50%;right:auto;transform:translateX(-50%);width:min(100%,720px);max-width:none}
      .landing-bottom-nav{position:absolute;left:50%;right:auto;transform:translateX(-50%);width:min(100%,720px);max-width:none}
      .item-sheet{max-width:none!important;left:0;transform:none!important}
      .landing-popup{position:fixed}
    }
    /* Cashier embeds the landing page in a full-width workspace. */
    @media (min-width:641px){
      .landing-content{width:min(calc(100% - 32px), 1240px);max-width:none}
      .landing-menu-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
      body.landing-embedded .landing-page-shell{max-width:none;box-shadow:none}
      body.landing-embedded .landing-content{width:min(calc(100% - 32px), 1240px);max-width:none;padding-inline:clamp(16px,3vw,40px)}
      body.landing-embedded .landing-menu-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
      body.landing-embedded .landing-header,
      body.landing-embedded .landing-bottom-nav{position:fixed;left:50%;transform:translateX(-50%);width:min(100%,720px)}
      body.landing-embedded .item-sheet{max-width:none!important}
    }
    .item-sheet-img{width:100%;max-height:44vh;aspect-ratio:1/1;object-fit:contain;display:block;background:var(--surface-soft)}
    .item-sheet-content{padding:18px 20px 32px}
    .sheet-name{font-size:1.2rem;font-weight:850;margin:0 0 6px;color:var(--ink)}
    .sheet-price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin:0 0 8px}
    .sheet-price{font-size:1.05rem;font-weight:900;color:#2563eb;margin:0}
    .sheet-price-before{color:var(--muted);font-size:.82rem;font-weight:650;white-space:nowrap}
    .sheet-price-before span{text-decoration:line-through}
    .sheet-promo-badge{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;margin:0 0 18px;padding:9px 12px;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-size:.76rem;font-weight:900;line-height:1.2;text-align:center}
    .sheet-promo-badge[hidden],.sheet-price-before[hidden]{display:none}
    .sheet-divider{border:none;border-top:1px solid var(--line);margin:14px 0}
    .sheet-desc-label{font-size:.78rem;font-weight:750;color:var(--muted);margin:0 0 6px;text-transform:uppercase;letter-spacing:.06em}
    .sheet-desc{font-size:.92rem;color:var(--muted);line-height:1.6;margin:0}
    .sheet-item-note{display:block;margin:18px 0 0}
    .sheet-item-note[hidden]{display:none}
    .sheet-item-note .sheet-desc-label{display:block}
    .sheet-item-note textarea{display:block;width:100%;min-height:78px;box-sizing:border-box;resize:vertical;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink);font:inherit;font-size:.88rem;line-height:1.45}
    .sheet-item-note textarea:focus{outline:none;border-color:var(--brand)}
    .item-sheet-footer{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:14px 18px!important;border-top:1px solid #e7eaf0!important;background:#fff!important}
    .sheet-qty-control{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;order:0!important}
    .sheet-qty-btn{width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;min-height:34px!important;max-height:34px!important;flex:0 0 34px!important;padding:0!important;margin:0!important;border-radius:50%!important;border:1.5px solid #e7eaf0!important;background:#fff!important;color:#111827!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-sizing:border-box!important;-webkit-appearance:none!important;appearance:none!important}
    .sheet-qty-btn svg{display:block!important;width:14px!important;height:14px!important}
    .sheet-qty-btn:active{background:#f5f7fb!important}
    .sheet-qty-val{font-size:1rem!important;font-weight:900!important;min-width:20px!important;text-align:center!important}
    .sheet-add-btn{display:flex!important;width:100%!important;flex:0 0 auto!important;order:1!important;height:44px!important;border:0!important;border-radius:12px!important;background:#2563eb!important;color:#111827!important;font-size:.95rem!important;font-weight:800!important;cursor:pointer!important;box-shadow:0 6px 16px rgba(198,105,0,.3)!important}
    .sheet-add-btn:active{opacity:.9!important}

body.landing-page{background:#fafbfc!important}
.landing-page-shell{background:#fafbfc!important}
.landing-header{
  padding:10px 14px!important;background:rgba(93,64,55,.98)!important;
  box-shadow:0 10px 30px rgba(93,64,55,.2)!important
}
.landing-search{max-width:none!important}
.landing-search input{
  height:44px!important;padding-left:14px!important;padding-right:14px!important;border-radius:12px!important;
  box-shadow:0 4px 14px rgba(0,0,0,.08)!important
}
.landing-search-icon{left:14px!important}
.landing-search-placeholder{left:50%!important;transform:translate(-50%,-50%)!important;text-align:center!important;color:#2563eb!important;font-weight:700!important}
.landing-logo{font-size:.9rem!important}
.landing-logo .brand-mark{width:34px!important;height:34px!important;border-radius:11px!important}
.landing-content{padding:78px 14px 104px!important;max-width:720px!important}
.landing-section-title{
  margin:14px 2px 12px!important;font-size:1.05rem!important;letter-spacing:-.03em!important
}
.landing-menu-grid{gap:12px!important}
.landing-menu-card{
  border:1px solid #e7eaf0!important;border-radius:18px!important;background:#fff!important;
  box-shadow:0 8px 24px rgba(93,64,55,.055)!important
}
.landing-menu-card:active{transform:scale(.985)!important}
.landing-menu-card-img,.landing-menu-card-img-empty{aspect-ratio:16/11!important}
.landing-menu-card-body{padding:12px 13px 14px!important}
.landing-menu-card-body h3{font-size:.92rem!important;letter-spacing:-.02em!important;margin-bottom:7px!important}
.landing-menu-card-body .price{font-size:.86rem!important;color:#2563eb!important}
.landing-bottom-nav{
  height:68px!important;background:rgba(255,255,255,.98)!important;border-top:1px solid #e7eaf0!important;
  box-shadow:0 -10px 30px rgba(93,64,55,.07)!important
}
.landing-nav-item{color:#667085!important;font-size:.64rem!important}
.landing-nav-item.active{color:#2563eb!important}
.landing-nav-qr-btn{
  width:54px!important;height:54px!important;bottom:9px!important;background:#2563eb!important;
  color:#fff!important;border-color:#fff!important
}
.landing-popup{border-radius:22px!important;border:1px solid #e7eaf0!important}
.landing-popup-body{padding:26px 22px!important}
.landing-popup-body input{
  min-height:48px!important;border-radius:13px!important;text-transform:none!important;letter-spacing:0!important;text-align:left!important
}
.landing-popup-actions button{border-radius:12px!important}
.item-sheet-inner{border-radius:0!important;box-shadow:0 -18px 50px rgba(93,64,55,.16)!important}
@media(min-width:641px){
  .landing-page-shell{border-left:1px solid #e7eaf0;border-right:1px solid #e7eaf0;box-shadow:0 0 45px rgba(93,64,55,.06)!important}
  .landing-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:420px){
  .landing-header{gap:8px!important}
  .landing-logo span:last-child{display:none}
}

.item-sheet-inner{
  border-radius:0!important;
}

:root{
  --mh-brand: #2563eb;
  --mh-brand-dark: #1d4ed8;
  --mh-accent: #2563eb;
  --mh-bg: #f5f7fb;
  --mh-card: #ffffff;
  --mh-ink: #111827;
  --mh-muted: #667085;
  --mh-line: #e7eaf0;
}
body.landing-page{
  background:var(--mh-bg)!important;
  color:var(--mh-ink)!important;
}
.landing-page-shell{
  width:min(100%,720px)!important;
  max-width:720px!important;
  margin:0 auto!important;
  min-height:100vh!important;
  background:var(--mh-bg)!important;
  position:relative!important;
  overflow:hidden!important;
}

/* Hero */
.landing-hero{
  position:relative;
  min-height:292px;
  padding:18px 18px 72px;
  background:#2563eb;
  border-bottom:1px solid #1d4ed8;
  box-shadow:0 10px 28px rgba(198,105,0,.2);
  color:#fff;
}
.landing-hero-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:22px;
  transition:opacity .35s ease, transform .35s ease;
}
body.landing-search-floating .landing-hero-top{
  opacity:0;
  transform:translateY(-12px);
  pointer-events:none;
}
.landing-merchant{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
}
.landing-merchant-mark{
  width:55px;height:55px;border-radius:14px;
  display:grid;place-items:center;
  flex:0 0 55px;
  background:#C62828;
  color:#fff;
  font-weight:950;
  box-shadow:0 9px 22px rgba(0,0,0,.14);
}
.landing-merchant-copy{min-width:0}
.landing-merchant-copy small{
  display:block;
  margin-bottom:2px;
  color:#fff;
  font-size:.7rem;
  font-weight:750;
}
.landing-merchant-copy strong{
  display:block;
  max-width:220px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:1.6rem;
  letter-spacing:-.02em;
}
.landing-hero-link{
  width:42px;height:42px;border-radius:50%;
  display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.22);
  color:#fff;text-decoration:none;
  background:rgba(255,255,255,.35);
}

/* Search moved into hero */
.landing-header{
  position:relative!important;
  inset:auto!important;
  left:auto!important;
  top:auto!important;
  transform:none!important;
  width:100%!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  z-index:3!important;
  display:block!important;
  transition:all .3s cubic-bezier(.16,1,.3,1)!important;
}
body.landing-search-floating .landing-header{
  position:fixed!important;
  top:0!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:min(100%,720px)!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  z-index:150!important;
  background:#2563eb!important;
  border-bottom:0!important;
  box-shadow:0 2px 10px rgba(198,105,0,.2)!important;
  backdrop-filter:none!important;
  animation:headerFadeIn .3s ease-out forwards;
}
body.landing-search-floating .landing-scroll-gesture{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:26px!important;
  margin:0!important;
  padding:6px 14px!important;
  width:100%!important;
  background:#2563eb!important;
  box-sizing:border-box!important;
  color:#fff!important;
  font-size:.7rem!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
}
.landing-scroll-gesture{display:none}

@keyframes headerFadeIn{
  from{opacity:0;transform:translate(-50%,-10px)}
  to{opacity:1;transform:translate(-50%,0)}
}
.landing-header .landing-logo{display:none!important}
.landing-search{
  width:100%!important;
  max-width:none!important;
  position:relative!important;
}
.landing-search input{
  width:100%!important;
  height:25px!important;
  border:0!important;
  border-radius:14px!important;
  padding:0 46px 0 16px!important;
  background:#fff!important;
  box-shadow:0 8px 26px rgba(0,0,0,.12)!important;
  color:var(--mh-ink)!important;
  font-size:.96rem!important;
  text-align:center!important;
}
.landing-search-icon{
  left:18px!important;
  color:#667085!important;
  font-size:1rem!important;
}
.landing-search-placeholder{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  max-width:calc(100% - 92px)!important;
  color:#2563eb!important;
  font-size:.94rem!important;
  font-weight:700!important;
  text-align:center!important;
}
.landing-search-clear{right:16px!important}

.landing-promo{
  margin-top:20px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:end;
}
.landing-promo-copy{max-width:330px}
.landing-promo-kicker{
  display:inline-flex;
  padding:5px 9px;
  margin-bottom:10px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:.7rem;
  font-weight:850;
}
.landing-promo h1{
  margin:0;
  max-width:13ch;
  font-size:clamp(1.65rem,7vw,2.45rem);
  line-height:1.02;
  letter-spacing:-.05em;
}
.landing-promo p{
  margin:10px 0 0;
  color:#fff;
  font-size:.86rem;
  line-height:1.5;
}
.landing-promo-badge{
  width:86px;height:86px;
  border-radius:24px;
  display:grid;place-items:center;
  align-self:end;
  background:#fff;
  color:var(--mh-brand-dark);
  font-size:2.2rem;
  box-shadow:0 12px 26px rgba(0,0,0,.15);
}

/* White overlap content like the reference */
.landing-content{
  position:relative!important;
  z-index:4!important;
  width:100%!important;
  max-width:none!important;
  margin:-44px 0 0!important;
  padding:0 0 118px!important;
  background:var(--mh-bg)!important;
  border-radius:28px 28px 0 0!important;
}
.landing-quick-panel{
  padding:18px 14px 16px;
  border-radius:28px 28px 0 0;
  background:#fff;
  border-bottom:1px solid var(--mh-line);
}
.landing-quick-actions{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:12px;
  overflow-x:auto;
  scrollbar-width:none;
}
.landing-quick-actions .quick-action{flex:0 0 auto;width:68px;min-width:68px;max-width:68px;}
.landing-quick-actions .quick-action span:last-child{white-space:nowrap;}
.landing-quick-actions::-webkit-scrollbar{display:none}
.quick-action{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  min-width:68px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  color:var(--mh-ink);
  text-decoration:none;
  font:inherit;
  cursor:pointer;
  transition:none!important;
}
.quick-action:hover,.quick-action:focus,.quick-action:active{
  transform:none!important;
  opacity:1!important;
  background:transparent!important;
  box-shadow:none!important;
}
.quick-action-icon{
  width:50px;height:50px;border-radius:15px;
  display:grid;place-items:center;
  background:#f5f7fb;
  color:var(--mh-brand);
  border:1px solid #e7eaf0;
  transition:none!important;
}
.quick-action:hover .quick-action-icon,
.quick-action:focus .quick-action-icon,
.quick-action:active .quick-action-icon{
  transform:none!important;
  opacity:1!important;
  background:#f5f7fb!important;
  color:var(--mh-brand)!important;
  box-shadow:none!important;
}
.quick-action-icon svg{width:22px;height:22px}
.quick-action span:last-child{
  font-size:.68rem;
  line-height:1.2;
  font-weight:800;
  text-align:center;
}

.landing-category-section{
  padding:20px 14px 8px;
  background:#fff;
  border-bottom:1px solid var(--mh-line);
}
.landing-section-head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin:0 2px 14px;
}
.landing-section-head h2{
  margin:0;
  font-size:1.2rem;
  letter-spacing:-.035em;
}
.landing-section-head span{
  color:var(--mh-muted);
  font-size:.74rem;
  font-weight:750;
}
.landing-category-rail{
  display:flex;
  flex-wrap:nowrap;
  justify-content:safe center;
  align-items:center;
  gap:28px;
  overflow-x:auto;
  padding:0 2px 4px;
  scrollbar-width:none;
  -ms-overflow-style:none;
  scroll-snap-type:x proximity;
}
.landing-category-rail::-webkit-scrollbar{display:none}
.landing-category-chip{
  position:relative;
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:32px;
  max-width:180px;
  min-height:48px;
  padding:0 4px;
  border:0;
  border-radius:0;
  background:transparent;
  color:#667085;
  font:inherit;
  font-size:.85rem;
  font-weight:750;
  line-height:1.2;
  text-align:center;
  scroll-snap-align:start;
  cursor:default!important;
}
.landing-category-chip:hover,
.landing-category-chip:focus-visible{
  background:transparent!important;
}
@media (hover:hover) and (pointer:fine){
  .landing-category-chip{cursor:pointer!important}
}
.landing-category-chip > span{
  display:-webkit-box;
  overflow:hidden;
  white-space:normal;
  overflow-wrap:anywhere;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
}
.landing-category-chip.is-active{
  color:#111827;
  font-weight:900;
}
.landing-category-chip.is-active::after{
  content:"";
  position:absolute;
  right:0;
  bottom:2px;
  left:0;
  height:3px;
  border-radius:999px;
  background:#2563eb;
}

.landing-menu-section{
  margin-top:0;
  padding:12px 14px 8px;
  background:#fff;
}
.menu-category-viewport{
  position:relative;
  width:100%;
  min-height:calc(100dvh - var(--landing-header-height,0px) - var(--landing-category-height,0px));
  overflow:hidden;
}
.landing-menu-grid{overflow-anchor:auto}
.landing-menu-load-state.is-loading-more{
  display:flex;align-items:center;justify-content:center;gap:9px;
  min-height:44px;padding:16px;color:var(--mh-muted);font-size:.82rem;font-weight:700;
}
.landing-menu-load-state.is-loading-more::before{
  content:"";width:15px;height:15px;border:2px solid #e7eaf0;border-top-color:#2563eb;
  border-radius:50%;animation:landingMenuLoadSpin .7s linear infinite;
}
@keyframes landingMenuLoadSpin{to{transform:rotate(360deg)}}
.menu-category-panel{width:100%;transform:translate3d(0,0,0)}
.menu-category-panel.is-category-panel-old{
  position:absolute;top:0;left:0;z-index:2;will-change:transform;
}
.menu-category-panel.is-category-panel-entering{position:relative;z-index:1;will-change:transform}
.menu-category-panel.is-category-panel-animating{
  transition:transform 260ms cubic-bezier(.22,1,.36,1);
}
@media (prefers-reduced-motion:reduce){
  .menu-category-panel.is-category-panel-animating{transition-duration:1ms!important}
}
.landing-section-title{
  margin:0 2px 14px!important;
  color:var(--mh-ink)!important;
  font-size:1.22rem!important;
  letter-spacing:-.04em!important;
  text-transform:none!important;
}
.landing-section-title-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin:0 2px 14px;
}
.landing-section-title{
  margin:0!important;
}
.landing-swipe-hint{
  display:flex;
  align-items:center;
  gap:4px;
  color:var(--mh-muted);
  font-size:.72rem;
  font-weight:700;
  white-space:nowrap;
  flex-shrink:0;
}
.landing-swipe-hint svg{
  width:14px;height:14px;
  opacity:.5;
}
.landing-menu-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:16px!important;
}
.landing-menu-card{
  position:relative;
  display:grid;
  grid-template-columns:124px 1fr;
  min-height:124px;
  overflow:hidden;
  border:1px solid var(--mh-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:none!important;
}
.landing-menu-card:active{transform:scale(.99)!important}
.landing-menu-card-img,
.landing-menu-card-img-empty{
  width:124px!important;
  height:100%!important;
  min-height:124px!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
}
.landing-menu-card-img-empty{
  display:grid!important;
  place-items:center!important;
  background:#f5f7fb!important;
  color:var(--mh-brand)!important;
}
.landing-menu-card-body{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:14px!important;
}
.landing-menu-card-body h3{
  margin:0 0 8px!important;
  font-size:.98rem!important;
  line-height:1.25!important;
  letter-spacing:-.025em!important;
}
.landing-menu-card-body .price{
  margin:0!important;
  color:var(--mh-brand)!important;
  font-size:.9rem!important;
  font-weight:900!important;
}
.landing-menu-card::after{
  content:'›';
  position:absolute;
  right:12px;
  bottom:11px;
  width:28px;height:28px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#f5f7fb;
  color:var(--mh-brand);
  font-size:1.1rem;
  font-weight:900;
}

/* Mixed All-menu rhythm: 3-card grid, review rail, then 4 more grid cards. */
.landing-menu-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px 12px!important;
}
.landing-menu-card--rect{
  grid-column:1 / -1!important;
  display:grid!important;
  grid-template-columns:130px minmax(0,1fr)!important;
  min-height:130px!important;
  border:1px solid var(--mh-line)!important;
  border-radius:18px!important;
}
.landing-menu-card--rect .landing-menu-card-media{grid-column:1!important;grid-row:1!important}
.landing-menu-card--rect .landing-menu-card-img,
.landing-menu-card--rect .landing-menu-card-img-empty{
  width:130px!important;height:130px!important;min-height:130px!important;
  aspect-ratio:1!important;border-radius:17px 0 0 17px!important;
}
.landing-menu-card--rect .landing-menu-card-body{
  grid-column:2!important;grid-row:1!important;display:flex!important;
  flex-direction:column!important;justify-content:center!important;padding:14px!important;
}
.landing-menu-card--grid{display:flex!important;flex-direction:column!important;border:0!important}
.landing-menu-card--grid .landing-menu-card-img,
.landing-menu-card--grid .landing-menu-card-img-empty{
  width:100%!important;height:auto!important;min-height:0!important;
  aspect-ratio:1!important;border-radius:18px!important;
}
.landing-menu-card--grid .landing-menu-card-body{padding:10px 2px 0!important}
.landing-menu-divider{
  grid-column:1 / -1;border:0;border-top:1px solid var(--mh-line);width:100%;margin:2px 0;
}

/* Floating cart: above the visible bottom navigation, at the bottom when hidden. */
.floating-cart-bar{position:fixed;bottom:calc(92px + env(safe-area-inset-bottom,0));left:50%;transform:translateX(-50%);z-index:151;width:min(calc(100% - 28px),540px);min-height:48px;box-sizing:border-box;padding:8px 14px;border:0;border-radius:14px;background:#2563eb;color:#fff;box-shadow:0 8px 24px rgba(93,64,55,.35);display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}.floating-cart-bar[hidden]{display:none!important}.floating-cart-bar.nav-hidden{bottom:calc(16px + env(safe-area-inset-bottom,0))}.cart-bar-count-circle{width:30px;height:30px;min-width:30px;border:1.8px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:.85rem;font-weight:800}.cart-bar-copy{display:grid;min-width:0;flex:1;gap:2px}.cart-bar-copy strong,.cart-bar-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-bar-copy strong{font-size:.85rem}.cart-bar-copy span{font-size:.68rem;opacity:.85}.cart-bar-total{font-size:1rem;white-space:nowrap}

/* Shared first-trio/review-rail/final-grid menu group styles. */
.landing-menu-grid{display:block!important}
.landing-menu-layout-group{display:block;margin:0 0 20px}
.landing-menu-layout-group:not(:has(.landing-menu-card:not(.is-hidden))){display:none}
.landing-menu-stack{display:grid;grid-template-columns:1fr;gap:16px}
.landing-menu-stack .landing-menu-card{display:grid!important;grid-template-columns:124px 1fr!important;min-height:124px!important;border:1px solid var(--mh-line)!important;border-radius:18px!important;overflow:hidden!important}
.landing-menu-stack .landing-menu-card-media{grid-column:1;grid-row:1}
.landing-menu-stack .landing-menu-card-img,.landing-menu-stack .landing-menu-card-img-empty{width:124px!important;height:100%!important;min-height:124px!important;aspect-ratio:auto!important;border-radius:0!important}
.landing-menu-stack .landing-menu-card-body{grid-column:2;grid-row:1;min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:14px!important}
.landing-menu-stack .landing-menu-card-body h3{margin:0 0 8px!important;font-size:.98rem!important;line-height:1.25!important;letter-spacing:-.025em!important}
.landing-menu-stack .landing-menu-card-body .price{margin:0!important;font-size:.9rem!important;font-weight:900!important}
.landing-menu-image-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}
.landing-menu-image-grid .landing-menu-card{display:flex!important;flex-direction:column!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
    .landing-menu-image-grid .landing-menu-card-img,.landing-menu-image-grid .landing-menu-card-img-empty{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1!important;border-radius:18px!important;object-fit:cover!important}
.landing-menu-image-grid .landing-menu-card-body{display:flex!important;flex-direction:column!important;flex:1!important;padding:10px 2px 0!important}
.landing-menu-image-grid .landing-menu-card-body h3{margin:0 0 4px!important;font-size:.95rem!important;line-height:1.25!important;font-weight:900!important;letter-spacing:-.025em!important}
.landing-menu-image-grid .landing-menu-card-body .price{margin:0!important;font-size:.9rem!important;font-weight:950!important}
.landing-menu-divider{display:block!important;border:0!important;border-top:1px solid var(--mh-line)!important;margin:16px 0!important}
.landing-menu-group-divider{margin:24px 0 16px!important}
.landing-menu-stack .landing-menu-card.is-hidden,
.landing-menu-image-grid .landing-menu-card.is-hidden{display:none!important}
body.landing-searching .landing-menu-divider{display:none!important}
@media(min-width:641px){
  .landing-menu-stack .landing-menu-card{grid-template-columns:112px 1fr!important}
  .landing-menu-stack .landing-menu-card-img,.landing-menu-stack .landing-menu-card-img-empty{width:112px!important}
}
@media(max-width:390px){
  .landing-menu-stack .landing-menu-card{grid-template-columns:108px 1fr!important}
  .landing-menu-stack .landing-menu-card-img,.landing-menu-stack .landing-menu-card-img-empty{width:108px!important}
}

/* Floating bottom nav */
.landing-bottom-nav{
  display:flex!important;
  justify-content:center!important;
  position:fixed!important;
  left:50%!important;
  bottom:14px!important;
  transform:translateX(-50%)!important;
  width:min(calc(100% - 28px),680px)!important;
  height:70px!important;
  padding:7px 8px calc(7px + env(safe-area-inset-bottom,0))!important;
  border:1px solid rgba(255,193,7,.95)!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 12px 36px rgba(93,64,55,.16)!important;
  backdrop-filter:blur(16px)!important;
  overflow:visible!important;
  align-items:center!important;
}
.landing-bottom-nav.nav-hidden{
  transform:translate(-50%,120px)!important;
}
.landing-nav-item{
  min-height:54px!important;
  border-radius:18px!important;
  color:#667085!important;
  font-size:.63rem!important;
}
.landing-nav-item:active{
  background:#f5f7fb!important;
  color:var(--mh-brand)!important;
}
.landing-nav-item svg{width:21px!important;height:21px!important}
.landing-nav-qr{
  height:54px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.landing-nav-qr-btn{
  position:relative!important;
  inset:auto!important;
  bottom:auto!important;
  width:48px!important;height:48px!important;
  border:0!important;
  border-radius:17px!important;
  background:var(--mh-brand)!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(93,64,55,.23)!important;
}

/* Dialogs: keep the requested square item sheet */
.item-sheet-inner{border-radius:0!important}
.landing-popup{
  border-radius:20px!important;
  border:1px solid var(--mh-line)!important;
}
.landing-popup-body{padding:24px 20px!important}

/* Search mode: hide decorative sections so results feel intentional */
body.landing-searching .landing-category-section,
body.landing-searching .landing-promo,
body.landing-searching .landing-quick-panel{
  display:none!important;
}
body.landing-searching .landing-content{margin:-16px 0 0!important}

@media(min-width:641px){
  body.landing-page{background:#f5f7fb!important}
  .landing-page-shell{
    border-left:1px solid #e7eaf0;
    border-right:1px solid #e7eaf0;
    box-shadow:0 0 60px rgba(93,64,55,.09)!important;
  }
  .landing-hero{padding-inline:28px}
  .landing-content{border-radius:32px 32px 0 0!important}
  .landing-quick-panel{padding-inline:24px}
  .landing-category-section,.landing-menu-section{padding-inline:24px}
  .landing-menu-grid{grid-template-columns:1fr 1fr!important}
  .landing-menu-card{grid-template-columns:112px 1fr}
  .landing-menu-card-img,.landing-menu-card-img-empty{width:112px!important}
  .landing-bottom-nav{width:min(650px,calc(100% - 52px))!important}
}
@media(max-width:390px){
  .landing-hero{padding-inline:14px}
  .landing-promo-badge{width:72px;height:72px;border-radius:20px;font-size:1.9rem}
  .landing-promo h1{font-size:1.7rem}
  .landing-menu-card{grid-template-columns:108px 1fr}
  .landing-menu-card-img,.landing-menu-card-img-empty{width:108px!important}
}

/* Large restaurant-style menu cards */
.landing-menu-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:22px!important;
}
.landing-menu-card{
  position:relative!important;
  display:block!important;
  min-height:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
.landing-menu-card:active{
  transform:scale(.995)!important;
}
.landing-menu-card-img,
.landing-menu-card-img-empty{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
  display:block!important;
  border-radius:18px!important;
  background:#f5f7fb!important;
}
.landing-menu-card-img-empty{
  place-items:center!important;
  color:var(--mh-brand)!important;
  font-size:2rem!important;
}
.landing-menu-card-body{
  display:block!important;
  padding:13px 2px 4px!important;
}
.landing-menu-card-body h3{
  margin:0 0 7px!important;
  padding-right:0!important;
  color:var(--mh-ink)!important;
  font-size:1.08rem!important;
  line-height:1.26!important;
  font-weight:900!important;
  letter-spacing:-.03em!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.landing-menu-meta{
  margin:0 0 8px;
  color:var(--mh-muted);
  font-size:.86rem;
  line-height:1.45;
}
.landing-menu-card-body .price{
  display:block!important;
  margin:0 0 10px!important;
  color:#667085!important;
  font-size:.92rem!important;
  font-weight:800!important;
}
.landing-discount-box{
  display:inline-flex;
  align-items:center;
  gap:7px;
  max-width:100%;
  padding:8px 12px;
  border-radius:999px;
  background:#fee4e2;
  color:#667085;
  font-size:.82rem;
  line-height:1.25;
  font-weight:900;
}
.landing-discount-icon{
  flex:0 0 auto;
  width:18px;height:18px;
  display:grid;place-items:center;
  border-radius:5px;
  background:#667085;
  color:#fff;
  font-size:.7rem;
  font-weight:950;
}
.landing-discount-note{
  margin:6px 2px 0;
  color:#e7eaf0;
  font-size:.69rem;
  line-height:1.35;
}
.landing-menu-card::after{
  display:none!important;
}
@keyframes cardFadeIn{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
.landing-menu-card.card-visible{
  animation:cardFadeIn .25s ease both;
}
@media(min-width:641px){
  .landing-menu-grid{
    grid-template-columns:1fr 1fr!important;
    gap:26px 18px!important;
  }
  .landing-menu-card-img,
  .landing-menu-card-img-empty{
    aspect-ratio:16/10!important;
  }
}
/* Final authoritative mixed-menu layout: placed after global card refresh rules. */
.landing-menu-grid{display:block!important}
.landing-menu-stack{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}
.landing-menu-stack .landing-menu-card{display:block!important;min-height:0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important}
.landing-menu-stack .landing-menu-card-media{position:relative!important}
.landing-menu-stack .landing-menu-card-img,.landing-menu-stack .landing-menu-card-img-empty{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:5/2!important;object-fit:cover!important;border-radius:18px!important}
.landing-menu-stack .landing-menu-card-body{display:block!important;min-width:0!important;padding:13px 2px 4px!important}
.landing-menu-stack .landing-menu-card-body h3{margin:0 0 7px!important;font-size:1.08rem!important;line-height:1.26!important;font-weight:900!important;letter-spacing:-.03em!important}
.landing-menu-stack .landing-menu-card-body .price{display:block!important;margin:0 0 10px!important;font-size:.92rem!important;font-weight:800!important}
/* Later stacked groups use a compact right-image layout. */
.landing-menu-stack--compact .landing-menu-card{display:grid!important;grid-template-columns:minmax(0,1fr) 130px!important;align-items:center!important;column-gap:14px!important;min-height:112px!important;padding:10px 0!important;overflow:visible!important}
.landing-menu-stack--compact .landing-menu-card-media{grid-column:2!important;grid-row:1!important;position:relative!important;width:130px!important;height:130px!important;align-self:center!important}
.landing-menu-stack--compact .landing-menu-card-img,.landing-menu-stack--compact .landing-menu-card-img-empty{width:130px!important;height:130px!important;min-height:130px!important;aspect-ratio:1!important;border-radius:16px!important;object-fit:cover!important}
.landing-menu-stack--compact .landing-menu-card-body{grid-column:1!important;grid-row:1!important;display:flex!important;min-width:0!important;flex-direction:column!important;justify-content:center!important;padding:0 0 0 2px!important}
.landing-menu-stack--compact .landing-menu-card-body h3{margin:0 0 4px!important;font-size:.95rem!important;line-height:1.25!important;font-weight:900!important;letter-spacing:-.025em!important}
.landing-menu-stack--compact .landing-menu-card-body .price{margin:0!important;font-size:.9rem!important;font-weight:950!important}
.landing-menu-stack--compact .landing-menu-card-add{right:8px!important;bottom:8px!important}
.landing-menu-image-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px 12px!important}
.landing-menu-image-grid .landing-menu-card{display:flex!important;flex-direction:column!important;min-height:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
.landing-menu-image-grid .landing-menu-card-media{position:relative!important}
    .landing-menu-image-grid .landing-menu-card-img,.landing-menu-image-grid .landing-menu-card-img-empty{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1/1!important;object-fit:cover!important;border-radius:18px!important}
.landing-menu-image-grid .landing-menu-card-body{display:flex!important;flex-direction:column!important;flex:1!important;padding:10px 2px 0!important}
.landing-menu-image-grid .landing-menu-card-body h3{margin:0 0 4px!important;font-size:.95rem!important;line-height:1.25!important;font-weight:900!important;letter-spacing:-.025em!important}
.landing-menu-image-grid .landing-menu-card-body .price{margin:0!important;font-size:.9rem!important;font-weight:950!important}
.landing-menu-image-grid .landing-menu-card--fill-row{grid-column:1 / -1!important}
.landing-menu-image-grid .landing-menu-card--fill-row .landing-menu-card-img,
.landing-menu-image-grid .landing-menu-card--fill-row .landing-menu-card-img-empty{aspect-ratio:5 / 2!important}
@media(min-width:641px){.landing-menu-stack .landing-menu-card-img,.landing-menu-stack .landing-menu-card-img-empty{aspect-ratio:5/2!important}}
.offers-list{display:grid;gap:0}.offer-card{display:block!important;padding:13px 0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}.offer-card:first-child{padding-top:0}.offer-card:last-child{padding-bottom:0;border-bottom:0}.offer-card .promo-badge{display:flex!important;flex-basis:auto!important;width:max-content!important;margin:0 0 8px!important}

/* =========================================================
   QUICK ORDER ACTIONS
   Keep each compact icon + label centered as one group.
   ========================================================= */
.landing-quick-actions{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:flex-start!important;
  justify-content:center!important;
  justify-content:safe center!important;
  gap:12px!important;
  width:100%!important;
  overflow-x:auto!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
.landing-quick-actions::-webkit-scrollbar{
  display:none!important;
}
.landing-quick-actions .quick-action{
  flex:0 0 auto!important;
  width:68px!important;
  min-width:68px!important;
  max-width:68px!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
  text-align:center!important;
}
.landing-quick-actions .quick-action[hidden]{display:none!important}
.landing-quick-actions > .quick-action{
  margin:0!important;
  padding:0!important;
  border:0!important;
  font:inherit!important;
  line-height:normal!important;
}
.landing-quick-actions .quick-action .quick-action-icon{
  width:50px!important;
  height:50px!important;
  border-radius:15px!important;
  margin:0 auto!important;
  flex:0 0 50px!important;
}
.landing-quick-actions .quick-action .quick-action-icon svg{
  width:22px!important;
  height:22px!important;
}
.landing-quick-actions .quick-action span:last-child{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  font-size:.68rem!important;
  white-space:nowrap!important;
  text-align:center!important;
  line-height:1.2!important;
}
@media(max-width:390px){
  .landing-quick-panel{padding-inline:10px!important}
  .landing-quick-actions{gap:12px!important}
  .quick-action-icon{width:50px!important;height:50px!important}
  .landing-quick-actions .quick-action span:last-child{font-size:.68rem!important}
}

/* =========================================================
   BOTTOM NAVIGATION
   Every item occupies equal width. Icon and text are stacked
   and vertically centered within the bar. QR is NOT raised.
   ========================================================= */
.landing-bottom-nav{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  align-items:center!important;
  justify-items:stretch!important;
  height:72px!important;
  padding:6px 8px calc(6px + env(safe-area-inset-bottom,0))!important;
}
.landing-bottom-nav > .landing-nav-item,
.landing-bottom-nav > .landing-nav-qr{
  width:100%!important;
  min-width:0!important;
  height:58px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
}
.landing-bottom-nav > .landing-nav-item{
  min-height:58px!important;
}
.landing-bottom-nav .landing-nav-item svg{
  width:22px!important;
  height:22px!important;
  margin:0!important;
  flex:0 0 22px!important;
}
.landing-bottom-nav .landing-nav-item span{
  display:block!important;
  width:100%!important;
  max-width:76px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  text-align:center!important;
  line-height:1.05!important;
}
.landing-bottom-nav .landing-nav-qr{
  position:relative!important;
}
.landing-bottom-nav .landing-nav-qr-btn{
  position:relative!important;
  inset:auto!important;
  bottom:auto!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  margin:0 auto!important;
  width:48px!important;
  height:48px!important;
  border-radius:16px!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 48px!important;
}
.landing-bottom-nav .landing-nav-qr-btn:active{
  transform:scale(.94)!important;
}

/* =========================================================
   STICKY / FLOATING SEARCH
   Normal position inside hero initially.
   Once the original search reaches/passes the viewport top,
   show a fixed search bar at the top until user returns.
   ========================================================= */
body.landing-search-floating{
  --floating-search-top:10px;
}
body.landing-search-floating .landing-header .landing-search{
  position:relative!important;
  inset:auto!important;
  left:auto!important;
  top:auto!important;
  width:100%!important;
  max-width:none!important;
  transform:none!important;
  margin:0!important;
  padding:0 14px 10px!important;
  filter:none!important;
  z-index:auto!important;
}
body.landing-search-floating .landing-header .landing-search input{
  width:100%!important;
  height:44px!important;
  min-height:44px!important;
  margin:0!important;
  border:1px solid #2563eb!important;
  border-radius:14px!important;
  padding:0 46px 0 16px!important;
  background:#fff!important;
  box-shadow:0 6px 18px rgba(0,0,0,.12)!important;
  font-size:.94rem!important;
  text-align:center!important;
}
body.landing-search-floating .landing-header .landing-search input:focus{
  border-color:#2563eb!important;
  outline:2px solid rgba(255,143,0,.22)!important;
  outline-offset:1px!important;
}
body.landing-search-floating .landing-search-placeholder{
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  font-size:.94rem!important;
  color:#2563eb!important;
  font-weight:700!important;
  text-align:center!important;
}
body.landing-search-floating .landing-search-clear{
  right:24px!important;
}

/* prevent the floating search from being hidden when user scrolls down */
body.landing-search-floating .landing-header{
  pointer-events:auto!important;
}

/* Keep the category rail directly under the floating search while browsing. */
body.landing-search-floating:not(.landing-searching) .landing-category-section{
  position:fixed!important;
  top:var(--landing-header-height,80px)!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  z-index:140!important;
  width:min(100%,720px)!important;
  padding:8px 11.2px 6.4px!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:0 8px 20px rgba(93,64,55,.10)!important;
  animation:categoryRailFadeIn .35s cubic-bezier(.16,1,.3,1) forwards;
}

@keyframes categoryRailFadeIn{
  from{opacity:0;transform:translate(-50%,-8px)}
  to{opacity:1;transform:translate(-50%,0)}
}
body.landing-search-floating:not(.landing-searching) .landing-category-section .landing-section-head{
  display:none!important;
}
.landing-sticky-category-label{
  display:none;
  margin:0 1.6px 5.6px;
  color:var(--mh-muted);
  font-size:.544rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.landing-search-floating:not(.landing-searching) .landing-sticky-category-label{
  display:block!important;
}
body.landing-search-floating:not(.landing-searching) .landing-category-section .landing-category-rail{
  justify-content:safe center!important;
  padding-left:0!important;
  padding-bottom:0!important;
}
body.landing-search-floating:not(.landing-searching) .landing-menu-section{
  padding-top:12px!important;
}

@media(min-width:641px){
  body.landing-search-floating .landing-header{
    width:min(100%,720px)!important;
  }
}

.landing-menu-meta{display:flex!important;align-items:center!important;gap:5px!important;margin:0 0 10px!important;color:var(--mh-muted)!important;font-size:.78rem!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important}
.landing-menu-category,.landing-menu-description{overflow:hidden;text-overflow:ellipsis}
.landing-menu-category{font-weight:inherit!important;color:inherit!important;flex:0 1 auto}
.landing-menu-separator{color:#e7eaf0!important;flex:0 0 auto}
.landing-menu-promo-mark{color:var(--mh-muted)!important;font-weight:inherit!important;letter-spacing:normal!important;flex:0 0 auto}
.landing-menu-description{min-width:0;flex:1 1 auto}
.promo-price-row{display:flex!important;align-items:baseline!important;gap:8px!important;flex-wrap:wrap!important;margin-top:2px!important}
.landing-menu-card-body .price.promo-after{margin:0!important;font-size:.98rem!important;font-weight:900!important;color:#2563eb!important;display:inline-flex!important;align-items:baseline!important}
.promo-price-caption{display:none!important}
.promo-before{color:var(--mh-muted)!important;font-size:.8rem!important;font-weight:650!important;white-space:nowrap!important}
.promo-original{text-decoration:line-through!important}
.promo-badge{display:inline-flex!important;align-items:center!important;flex-basis:100%!important;width:max-content!important;margin-top:1px!important;padding:5px 9px!important;border:0!important;border-radius:8px!important;background:#eff6ff!important;color:#1d4ed8!important;font-size:.7rem!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important}
.landing-menu-card-media{position:relative!important}
.landing-menu-card-add{position:absolute!important;right:10px!important;bottom:10px!important;z-index:2!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;padding:0!important;border:3px solid #fff!important;border-radius:50%!important;background:#2563eb!important;color:#111827!important;font-size:1.35rem!important;font-weight:700!important;line-height:1!important;display:grid!important;place-items:center!important;box-sizing:border-box!important;box-shadow:0 4px 12px rgba(198,105,0,.35)!important;cursor:pointer!important}.landing-menu-card-add:active{background:#2563eb!important;transform:scale(.92)!important}
body.landing-page .landing-search input{height:48px!important;min-height:48px!important;box-sizing:border-box!important}
.customer-promo-bar{position:fixed!important;inset:0 auto auto 50%!important;transform:translateX(-50%)!important;z-index:150!important;box-sizing:border-box!important;width:min(100%,720px)!important;margin:0!important;padding:10px 14px!important;border:1px solid #2563eb;border-radius:0;background:linear-gradient(105deg,#f5f7fb,#eff6ff);color:var(--ink);box-shadow:0 8px 24px rgba(93,64,55,.14);display:flex;align-items:center;gap:10px;text-align:left;transition:opacity .18s ease,transform .22s ease!important}
body.landing-has-promo-bar{--promo-bar-height:48px}
body.landing-has-promo-bar .landing-hero{padding-top:calc(var(--promo-bar-height) + 16px)!important}
.customer-promo-bar.is-suspended{opacity:0;pointer-events:none}
body.landing-promo-hidden .customer-promo-bar{opacity:0!important;pointer-events:none!important;transform:translate(-50%,-100%)!important}
.customer-promo-copy{flex:1;min-width:0}
.customer-promo-copy strong,.customer-promo-copy span{display:block}
.customer-promo-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.customer-promo-copy span{font-size:.76rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-promo-meta{display:grid;justify-items:end;gap:4px;flex:0 0 auto}
.customer-promo-countdown{display:inline-flex;align-items:center;padding:3px 7px;border-radius:999px;background:#1d4ed8;color:#fff;font-size:.68rem;font-weight:900;font-variant-numeric:tabular-nums;white-space:nowrap}
.customer-promo-countdown[hidden]{display:none}
@media(prefers-reduced-motion:reduce){.customer-promo-bar{transition:none!important}}
.sheet-addons{margin-top:4px}
.sheet-addons-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}
.addon-option{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;border:1.5px solid var(--line);border-radius:12px;background:var(--surface);cursor:pointer;gap:10px;transition:border-color .15s,background .15s}
.addon-option.selected{border-color:var(--brand);background:#f5f7fb}
.addon-option-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}
.addon-option input[type=checkbox]{width:18px;min-height:18px;flex-shrink:0;accent-color:var(--brand)}
.addon-option-name{font-size:.9rem;font-weight:750;color:var(--ink)}
.addon-option-price{font-size:.88rem;font-weight:800;color:var(--brand);white-space:nowrap}

/* Merchant-centric storefront hero */
.landing-hero{min-height:0!important;padding:0 0 8px!important;background:#fff!important;border-bottom:1px solid var(--mh-line)!important;box-shadow:none!important;color:var(--mh-ink)!important}
body.landing-has-promo-bar .landing-hero{padding-top:var(--promo-bar-height,48px)!important}
.storefront-cover{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#f5f7fb}
.storefront-cover img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.storefront-actions{position:absolute;top:14px;right:14px;display:flex;gap:10px;z-index:4}
.storefront-action{width:39.6px;height:39.6px;min-width:39.6px;min-height:39.6px;aspect-ratio:1 / 1;box-sizing:border-box;padding:0;border:1px solid rgba(255,255,255,.7);border-radius:50%;display:grid;place-items:center;background:rgba(62,39,35,.72);color:#fff;box-shadow:0 3px 12px rgba(0,0,0,.18);cursor:pointer}
.storefront-action svg{width:18.9px;height:18.9px}.storefront-action[aria-pressed="true"]{background:#22C55E;color:#fff}
.storefront-action[aria-pressed="true"] svg{fill:currentColor}
.storefront-identity{padding:18px 18px 8px;text-align:center;border-bottom:1px solid var(--mh-line)}
.storefront-identity h1{margin:0 auto 8px;max-width:24ch;color:var(--mh-ink);font-size:clamp(1.35rem,5.5vw,2rem);line-height:1.15;overflow-wrap:anywhere}
.storefront-rating{margin:0;color:var(--mh-muted);font-size:.88rem;font-weight:750}.storefront-stars{color:#2563eb;letter-spacing:.06em}
.storefront-love-status:empty{display:none}.storefront-love-status{margin:5px 0 0;color:#22C55E;font-size:.78rem}
.landing-hero .landing-header{padding:0 14px!important}
.landing-hero .landing-search{width:100%!important}
.landing-hero .landing-search input{border:1px solid var(--mh-line)!important;box-shadow:none!important;color:var(--mh-ink)!important;font-weight:800!important}
.landing-search-placeholder{transition:opacity .16s ease,visibility .16s ease!important}
.landing-search.is-input-active .landing-search-placeholder{opacity:0!important;visibility:hidden!important}
body.landing-search-floating .landing-header{display:block!important;background:#2563eb!important;padding:0!important;border-bottom:0!important;box-shadow:0 2px 10px rgba(198,105,0,.2)!important;transition:transform .22s ease,background .22s ease,box-shadow .22s ease!important}
body.landing-search-floating .landing-header .landing-search{padding:0 14px 10px!important}
body.landing-search-floating .landing-scroll-gesture{display:block!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0!important;box-sizing:border-box!important;width:100%!important;background:#2563eb!important;pointer-events:none!important}
body.landing-search-floating .storefront-actions{position:fixed!important;top:7px!important;right:max(10px,calc((100vw - 720px)/2 + 10px))!important;z-index:170!important;align-items:center!important;gap:6px!important}
body.landing-search-floating .storefront-action{flex:0 0 30px!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;aspect-ratio:1 / 1!important;box-sizing:border-box!important;margin:0!important;padding:0!important;border-radius:50%!important;border-color:rgba(255,255,255,.9)!important;background:rgba(62,39,35,.82)!important;box-shadow:none!important}
body.landing-search-floating .storefront-action svg{width:16px!important;height:16px!important}
body.landing-search-floating .storefront-action:active{transform:scale(.9)!important}
body.landing-search-floating .storefront-action[aria-pressed="true"]{background:#22C55E!important;color:#fff!important}
body.landing-search-floating .storefront-action[aria-pressed="true"] svg{fill:currentColor!important}
body:has(#merchant-info-dialog[open]) #merchant-info-button{background:#fff!important;color:#2563eb!important;border-color:#fff!important}
body.landing-search-floating .landing-hero{padding-bottom:56px!important}
.landing-content,body.landing-searching .landing-content{margin:0!important;border-radius:0!important}
.merchant-info-lines{font-style:normal;line-height:1.65;color:var(--ink)}
.merchant-info-lines span{display:block}.merchant-info-phone{display:inline-block;margin-top:12px;font-weight:800;color:var(--brand)}
.storefront-phone-error{min-height:1.3em;margin:8px 0 0!important;color:#C62828!important;font-size:.8rem!important}
@media(max-width:360px){.storefront-actions{top:10px;right:10px}.storefront-action{width:37.8px;height:37.8px;min-width:37.8px;min-height:37.8px;aspect-ratio:1 / 1}}

/* Customer ordering stays in its phone layout on larger screens as well. */
@media (min-width:641px){
  body.landing-page{background:#f5f7fb!important}
  .landing-page-shell,body.landing-embedded .landing-page-shell{width:500px!important;max-width:100%!important;margin:0 auto!important}
  .landing-header,.landing-bottom-nav{width:500px!important;max-width:100%!important}
  body.landing-search-floating .landing-header{width:min(500px,100vw)!important;max-width:100%!important}
  body.landing-search-floating .storefront-actions{right:max(10px,calc((100vw - 500px)/2 + 10px))!important}
  body.landing-search-floating:not(.landing-searching) .landing-category-section{
    width:min(500px,100vw)!important;max-width:100%!important;box-sizing:border-box!important
  }
  body.landing-search-floating:not(.landing-searching) .landing-category-rail{
    width:100%!important;max-width:100%!important;box-sizing:border-box!important
  }
  .customer-promo-bar{width:min(500px,100vw)!important;max-width:100%!important}
  .landing-content,body.landing-embedded .landing-content{width:500px!important;max-width:100%!important;padding-inline:14px!important}
  .landing-menu-grid,body.landing-embedded .landing-menu-grid{grid-template-columns:1fr!important;gap:16px!important}
  .landing-menu-stack--compact .landing-menu-card{grid-template-columns:minmax(0,1fr) 130px!important}
  .item-sheet,body.landing-embedded .item-sheet{
    left:0!important;right:0!important;width:min(100vw,500px)!important;max-width:500px!important;
    margin:0 auto!important;transform:none!important;box-sizing:border-box!important
  }
  .item-sheet-inner{width:100%!important;max-width:500px!important;box-sizing:border-box!important}
  .landing-popup{max-width:min(calc(100vw - 32px),468px)!important}
  .floating-cart-bar{width:min(calc(100vw - 28px),472px)!important}
}

:root{--customer-nav-height:64px;--customer-slide-width:min(100vw,500px);--border-muted:#e7eaf0}
body.customer-slide-open{overflow:hidden!important}
.customer-slide{position:fixed;inset:0;z-index:240;width:var(--customer-slide-width)!important;max-width:500px!important;height:100dvh;margin:0 auto!important;background:#fff;color:var(--ink);visibility:hidden;opacity:0;transform:translateX(100%);transition:transform .24s ease,opacity .18s ease,visibility 0s linear .24s;overflow:hidden;box-shadow:0 0 36px rgba(62,39,35,.12)}
.customer-slide.is-active{visibility:visible;opacity:1;transform:translateX(0);transition-delay:0s}
.customer-slide.is-leaving{transform:translateX(100%)}
.customer-slide-inner{display:flex;flex-direction:column;height:100%;min-height:0}
.customer-slide-header{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;min-height:58px;padding:env(safe-area-inset-top,0) 8px 0;border-bottom:1px solid var(--border-muted);background:#fff}
.customer-slide-header h2{margin:0;font-size:1.03rem;font-weight:700;text-align:center;letter-spacing:0}
.customer-back{width:40px;height:40px;padding:0;border:0;background:transparent;color:var(--ink);display:grid;place-items:center;cursor:pointer}
.customer-back svg{width:24px;height:24px}
.customer-slide-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;padding:20px 18px calc(28px + env(safe-area-inset-bottom,0));-webkit-overflow-scrolling:touch}
.customer-slide-scroll form{display:grid;gap:14px}
.customer-slide-scroll label{display:grid;gap:6px;color:var(--ink);font-size:.82rem;font-weight:650}
.customer-slide-scroll input,.customer-slide-scroll textarea{width:100%;box-sizing:border-box;padding:12px 13px;border:1px solid var(--border-muted);border-radius:8px;background:#fff;color:var(--ink);font:inherit}
.customer-slide-scroll input:focus,.customer-slide-scroll textarea:focus{outline:2px solid rgba(255,143,0,.22);border-color:var(--brand)}
.customer-primary{width:100%;min-height:48px;padding:12px 16px;border:0;border-radius:8px;background:var(--brand);color:#fff;font:inherit;font-weight:700;cursor:pointer}
.customer-primary:disabled{opacity:.52;cursor:not-allowed}
.customer-menu-context{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:8px;padding:8px 0;background:#fff}
.customer-context-back{width:40px;height:40px;padding:0;border:0;background:transparent;color:var(--ink);display:grid;place-items:center;cursor:pointer}
.customer-context-back svg{width:24px;height:24px}
.customer-menu-context-button{display:grid;grid-template-columns:minmax(0,1fr) 22px;gap:8px;width:100%;min-width:0;padding:0;border:0;background:transparent;color:var(--ink);text-align:left;cursor:pointer}
.customer-menu-context-label{display:block;color:var(--brand);font-size:.78rem;font-weight:700}.customer-menu-context-value{display:block;margin-top:3px;overflow-wrap:anywhere;font-size:.92rem;line-height:1.35}.customer-menu-context-button svg{width:18px;margin-top:8px;color:var(--muted)}
.landing-header{position:relative!important;top:auto!important;left:auto!important;transform:none!important;width:100%!important;padding:4px 16px 0!important;background:#fff!important;backdrop-filter:none!important}
.landing-header .landing-logo{display:none!important}.landing-search{max-width:none!important;width:100%!important}.landing-search input{height:46px;border:1px solid var(--border-muted)!important;background:#fff!important}
body.landing-search-floating .landing-header{position:fixed!important;top:0!important;left:50%!important;transform:translateX(-50%)!important;width:min(100vw,500px)!important;z-index:120!important}
body.landing-search-floating .landing-search,body.landing-search-floating .landing-header .landing-search{position:relative!important;inset:auto!important;transform:none!important;width:100%!important;margin:0!important;padding:0!important;filter:none!important}
body.landing-search-floating .landing-hero{padding-bottom:var(--landing-header-height,112px)!important}
.landing-hero{padding-bottom:0!important}.storefront-identity{padding-bottom:8px!important}
.landing-quick-panel.has-active-mode:not(.is-mode-picker-visible){display:none}
body.landing-search-floating:not(.landing-searching) .landing-category-section{position:fixed!important;top:var(--landing-header-height,112px)!important;right:auto!important;bottom:auto!important;left:50%!important;transform:translateX(-50%)!important;z-index:119!important;width:min(100vw,500px)!important;padding:0 14px!important;background:#fff!important;box-shadow:0 2px 8px rgba(62,39,35,.06)!important;animation:none!important}
body.landing-search-floating:not(.landing-searching) .landing-category-section .landing-section-head{display:none!important}
body.landing-search-floating:not(.landing-searching) .landing-sticky-category-label{display:none!important}
body.landing-search-floating:not(.landing-searching) .landing-menu-section{padding-top:calc(var(--landing-category-height,56px) + 12px)!important}
.landing-bottom-nav{position:fixed!important;left:50%!important;right:auto!important;bottom:0!important;transform:translateX(-50%)!important;width:var(--customer-slide-width)!important;max-width:500px!important;box-sizing:border-box!important;height:calc(64px + env(safe-area-inset-bottom,0))!important;padding:4px 6px env(safe-area-inset-bottom,0)!important;border:0!important;border-top:1px solid var(--border-muted)!important;border-radius:0!important;background:#fff!important;box-shadow:0 -2px 12px rgba(62,39,35,.08)!important;overflow:hidden!important}
.landing-bottom-nav.nav-hidden{transform:translate(-50%,100%)!important}
.landing-bottom-nav>.landing-nav-item{height:60px!important;min-height:60px!important;border-radius:0!important}
.landing-bottom-nav .landing-nav-qr-btn{position:relative!important;inset:auto!important;width:100%!important;height:60px!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--brand)!important;box-shadow:none!important;display:flex!important}
.landing-bottom-nav .landing-nav-qr-btn svg{width:22px!important;height:22px!important}
.landing-content{padding-bottom:calc(var(--customer-nav-height) + var(--promo-bar-height,0px) + 70px + env(safe-area-inset-bottom,0))!important}
.dinein-table-input-wrap{display:block!important}.dinein-table-input-wrap input{width:100%!important;min-width:0!important}
.dinein-choice-separator{display:flex;align-items:center;gap:12px;margin:2px 0;color:var(--muted);font-size:.78rem;text-align:center}.dinein-choice-separator::before,.dinein-choice-separator::after{content:"";height:1px;flex:1;background:var(--border-muted)}
.dinein-scan-card{width:100%;min-height:150px;padding:22px 18px;border:1px solid var(--border-muted);border-radius:8px;background:var(--surface-soft);color:var(--ink);display:grid;place-items:center;gap:7px;text-align:center;cursor:pointer}
.dinein-scan-card svg{width:32px;height:32px;color:var(--brand)}.dinein-scan-card strong{font-size:.95rem}.dinein-scan-card span{max-width:260px;color:var(--muted);font-size:.8rem;line-height:1.45}
.customer-cart-panel .customer-slide-scroll,.customer-review-panel .customer-slide-scroll{padding-bottom:calc(96px + env(safe-area-inset-bottom,0))}
.cart-flow{--cart-flow-number-size:34px;position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;margin:0 0 18px;padding-top:2px}.cart-flow::before,.cart-flow::after{content:"";position:absolute;top:19px;height:5px;border-radius:999px;background:#eff6ff}.cart-flow::before{left:0;width:100%}.cart-flow::after{left:0;width:50%;background:#111827}.cart-flow.is-checkout::after{width:100%;background:#111827}
.cart-flow-step{position:relative;z-index:1;min-width:0;display:grid;justify-items:center;gap:7px;color:#667085;text-align:center}.cart-flow-step-button{width:100%;min-width:0;margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;display:grid;justify-items:center;gap:7px}.cart-flow-number{display:grid;place-items:center;width:34px;height:34px;border:1px solid #1d4ed8;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-size:.92rem;font-weight:850}.cart-flow-label{font-size:.72rem;font-weight:800}.cart-flow-step.is-complete .cart-flow-number{border-color:#111827;background:#111827;color:#fff}.cart-flow-step.is-current .cart-flow-number{border-color:var(--brand);background:var(--brand);color:#fff}.cart-flow-step.is-current .cart-flow-label{color:var(--brand)}
.customer-cart-context{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-bottom:16px;padding:12px;border:1px solid var(--border-muted);border-radius:8px;background:var(--surface-soft);color:var(--ink);font:inherit;text-align:left;cursor:pointer}.customer-cart-context span,.customer-cart-context strong{display:block}.customer-cart-context small{display:block;margin-bottom:3px;color:var(--muted);font-size:.72rem}.customer-cart-context svg{width:20px;height:20px;flex:0 0 20px;color:var(--muted)}
.customer-cart-lines{display:grid;gap:10px}.customer-cart-line{padding:12px;border:1px solid var(--border-muted);border-radius:8px;background:#fff}.customer-cart-line-main{display:flex;align-items:center;gap:12px}.customer-cart-image{width:72px;height:72px;flex:0 0 72px;border-radius:8px;object-fit:cover;background:var(--surface-soft)}.customer-cart-details{min-width:0;flex:1}.customer-cart-line h3{margin:0 0 4px;font-size:.92rem;font-weight:700;line-height:1.2}.customer-cart-meta{margin:3px 0;padding:4px 7px;border:1px solid var(--border-muted);border-radius:7px;background:var(--surface-soft);color:var(--muted);font-size:.72rem;line-height:1.3}.customer-cart-each{display:block;margin-top:5px;color:var(--ink);font-size:.76rem;font-weight:700}.customer-cart-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.customer-cart-price{font-weight:900;color:var(--brand);white-space:nowrap}
.customer-cart-qty{display:flex;align-items:center;gap:8px}.customer-cart-qty button{width:36px;height:36px;border:1px solid var(--border-muted);border-radius:10px;background:#fff;color:var(--brand);font-size:1.1rem;font-weight:800;display:grid;place-items:center}.customer-cart-qty span{min-width:18px;text-align:center;font-weight:800}.customer-cart-remove{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.25}
.customer-cart-summary{display:grid;gap:7px;margin-top:16px;padding-top:14px;border-top:1px solid var(--border-muted)}.customer-summary-row{display:flex;justify-content:space-between;gap:16px;margin:0;color:var(--muted);font-size:.88rem}.customer-summary-row[hidden]{display:none!important}.customer-summary-row.total{margin-top:1px;padding-top:9px;border-top:1px solid var(--border-muted);color:var(--ink);font-size:1.05rem;font-weight:850}
.customer-cart-panel label[for="customer-order-note"]{margin-top:16px}.customer-cart-section-title{margin:0 0 10px;font-size:.95rem;color:#111827}.customer-cart-empty{padding:28px 12px;text-align:center;color:var(--muted)}
.customer-sticky-cta{position:absolute;right:0;bottom:0;left:0;padding:12px 18px calc(12px + env(safe-area-inset-bottom,0));border-top:1px solid var(--border-muted);background:#fff}
.customer-link-button{width:100%;padding:12px;border:0;background:transparent;color:var(--brand);font:inherit;font-weight:700;cursor:pointer}
.customer-track-form{display:grid;gap:10px}.customer-track-results{display:grid;gap:10px;margin-top:20px}.customer-track-result{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--border-muted);border-radius:8px}.customer-track-result strong,.customer-track-result span{display:block}.customer-track-result span{margin-top:4px;color:var(--muted);font-size:.78rem}.customer-track-result a{min-height:36px;padding:8px 11px;border:1px solid var(--border-muted);border-radius:8px;color:var(--brand);font-size:.78rem;font-weight:800;text-decoration:none;display:grid;place-items:center;white-space:nowrap}.customer-track-empty{padding:24px 8px;text-align:center;color:var(--muted)}
.customer-mode-list{display:grid;border-top:1px solid var(--border-muted)}.customer-mode-option{display:grid;grid-template-columns:minmax(0,1fr) 20px;align-items:center;gap:12px;width:100%;padding:16px 4px;border:0;border-bottom:1px solid var(--border-muted);border-radius:0;background:#fff;color:var(--ink);font:inherit;text-align:left;cursor:pointer}.customer-mode-option strong,.customer-mode-option small{display:block}.customer-mode-option strong{font-size:.92rem}.customer-mode-option small{margin-top:4px;color:var(--muted);font-size:.76rem}.customer-mode-option svg{width:18px;height:18px;color:var(--muted)}
.customer-menu-header-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding:8px 0}.customer-menu-header-row .customer-menu-context{display:block;padding:0;min-width:0}.customer-menu-context-button{display:block;min-width:0}.customer-menu-context-label{font-size:.86rem}.customer-menu-context-value{display:-webkit-box;max-width:32ch;margin-top:3px;overflow:hidden;font-size:.83rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.customer-menu-header-row .storefront-actions{position:static!important;display:flex;align-items:center;gap:8px;padding:0}.customer-menu-header-row .storefront-action{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border:1px solid var(--border-muted)!important;border-radius:8px!important;background:#fff!important;color:var(--ink)!important;box-shadow:none!important}.customer-menu-header-row .storefront-action svg{width:19px;height:19px}.customer-context-back{display:none!important}.customer-menu-context-button svg{display:none!important}
.landing-search{position:relative!important;width:100%!important;padding:0!important;filter:none!important}.landing-search-icon{position:absolute;left:14px;top:50%;z-index:1;transform:translateY(-50%);color:var(--muted);font-size:1.15rem;line-height:1;pointer-events:none}.landing-search input,.landing-header .landing-search input{height:46px!important;min-height:46px!important;padding:0 42px!important;border:1px solid #e7eaf0!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important;color:var(--ink)!important;font-size:.92rem!important;font-weight:500!important;text-align:left!important}.landing-search input::placeholder{color:#667085!important;opacity:1}.landing-search-placeholder{display:none!important}.landing-search-clear{right:12px!important;color:var(--muted)!important}.landing-scroll-gesture,body.landing-search-floating .landing-scroll-gesture{display:none!important;height:0!important;min-height:0!important}
body.landing-search-floating .landing-header{background:#fff!important;border-bottom:0!important;box-shadow:none!important;padding:4px 14px 0!important}body.landing-search-floating .landing-header .landing-search input{border:1px solid #e7eaf0!important;box-shadow:none!important}body.landing-search-floating .landing-header .storefront-actions{position:static!important}body.landing-search-floating .customer-menu-header-row .storefront-action{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border:1px solid var(--border-muted)!important;border-radius:8px!important;background:#fff!important;color:var(--ink)!important;box-shadow:none!important}
body.landing-search-floating .customer-menu-header-row{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;min-height:40px!important;padding:4px 0!important}body.landing-search-floating .customer-menu-header-row .customer-menu-context{align-self:start!important;justify-self:start!important;width:100%!important}body.landing-search-floating .customer-menu-context-button{display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;min-height:40px!important;margin:0!important;text-align:left!important}body.landing-search-floating .customer-menu-context-label,body.landing-search-floating .customer-menu-context-value{text-align:left!important}body.landing-search-floating .customer-menu-context-value{max-width:28ch!important}body.landing-search-floating .customer-menu-header-row .storefront-actions{align-self:start!important;justify-self:end!important}
.landing-content{padding-top:0!important}.landing-category-section{padding-top:0!important}.landing-category-rail{padding-top:0!important;padding-bottom:0!important;touch-action:pan-x!important}.landing-menu-section{min-height:100dvh!important;touch-action:pan-y!important}.landing-menu-grid.is-category-loading .landing-menu-layout-group{opacity:.45;transition:opacity .15s ease}.landing-category-chip{min-height:56px!important;font-size:1rem!important;font-weight:700!important}.landing-category-chip.is-active{font-weight:800!important}body.landing-page{overscroll-behavior-x:none!important;touch-action:pan-y!important}
.floating-cart-bar{bottom:calc(var(--customer-nav-height) + 6px + env(safe-area-inset-bottom,0))!important;box-shadow:0 5px 16px rgba(93,64,55,.22)!important}.floating-cart-bar.nav-hidden{bottom:calc(6px + env(safe-area-inset-bottom,0))!important}.floating-cart-bar.cart-bounce{animation:customerCartBounce .72s cubic-bezier(.2,.9,.25,1.25)}
@keyframes customerCartBounce{0%,100%{transform:translateX(-50%) scale(1)}18%{transform:translateX(-50%) scale(1.18)}38%{transform:translateX(-50%) scale(.92)}58%{transform:translateX(-50%) scale(1.09)}78%{transform:translateX(-50%) scale(.98)}}
.customer-review-section{padding:16px 0;border-bottom:1px solid var(--border-muted)}.customer-review-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.customer-review-heading h3{margin:0;font-size:.9rem;font-weight:700}.customer-change{border:0;background:transparent;color:var(--brand);font:inherit;font-size:.82rem;font-weight:700;cursor:pointer}.customer-review-section p{margin:4px 0;color:var(--muted);font-size:.85rem;line-height:1.5}.customer-review-action{display:block;width:100%;padding:0;border:0;background:transparent;color:var(--ink);font:inherit;text-align:left;cursor:pointer}.customer-review-action .customer-review-heading{margin-bottom:4px}.customer-review-action .customer-review-heading strong{font-size:.9rem}.customer-review-action .customer-chevron{width:20px;height:20px;flex:0 0 20px;color:var(--muted)}.customer-review-action .customer-review-value{display:block;color:var(--muted);font-size:.85rem;line-height:1.5}
.customer-review-panel .customer-slide-scroll{padding-top:0!important}.customer-review-panel .customer-review-section:first-child{padding-top:0}.customer-review-panel .customer-review-heading h3,.customer-review-panel .customer-review-action .customer-review-heading strong{font-size:1.3em!important;font-weight:600!important}.customer-review-panel .customer-review-section p,.customer-review-panel .customer-review-action .customer-review-value,.customer-review-panel .customer-summary-row,.customer-review-panel .customer-change{font-size:1.10em!important}#customer-review-items{display:grid;gap:8px}.customer-review-item{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:16px;margin:0!important;font-size:1.10em!important}.customer-review-item strong{min-width:88px;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}
.customer-cart-panel .customer-cart-section-title,.customer-cart-panel .customer-cart-context small{font-size:1.3em!important;font-weight:600!important}.customer-cart-panel .customer-cart-context strong,.customer-cart-panel .customer-cart-line h3,.customer-cart-panel .customer-cart-meta,.customer-cart-panel .customer-cart-each,.customer-cart-panel .customer-cart-price,.customer-cart-panel .customer-cart-qty,.customer-cart-panel label[for="customer-order-note"],.customer-cart-panel #customer-order-note,.customer-cart-panel .customer-summary-row{font-size:1.10em!important}.customer-cart-panel .customer-cart-line h3,.customer-cart-panel .customer-cart-price{font-weight:600!important}.customer-cart-panel .customer-summary-row strong{font-variant-numeric:tabular-nums}
.customer-feedback{margin:12px 0;padding:10px 12px;border-radius:8px;background:#fee4e2;color:#B3261E;font-size:.82rem}.customer-feedback[hidden]{display:none}
.customer-info-lines{font-style:normal;line-height:1.7}.customer-info-lines span{display:block}
.customer-edge{position:fixed;z-index:320;pointer-events:none;opacity:0;transition:opacity .14s}.customer-edge.is-visible{opacity:.8}.customer-edge-left,.customer-edge-right{top:0;bottom:0;width:18px}.customer-edge-left{left:max(0px,calc((100vw - 500px)/2));background:linear-gradient(90deg,rgba(255,143,0,.14),transparent)}.customer-edge-right{right:max(0px,calc((100vw - 500px)/2));background:linear-gradient(270deg,rgba(255,143,0,.14),transparent)}.customer-edge-bottom{right:max(0px,calc((100vw - 500px)/2));bottom:var(--customer-nav-height);left:max(0px,calc((100vw - 500px)/2));height:24px;background:linear-gradient(0deg,rgba(255,143,0,.14),transparent)}
.item-sheet.customer-slide{display:block!important;max-width:500px!important;border:0!important;background:#fff!important}.item-sheet .item-sheet-inner{height:100dvh!important}.item-sheet .item-sheet-close{position:static!important;width:40px!important;height:40px!important;min-width:40px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.item-sheet .item-sheet-close span{display:none}.item-sheet .item-sheet-close::before{content:'‹';font-size:2rem;line-height:1}.item-sheet .item-sheet-header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;min-height:58px;border-bottom:1px solid var(--border-muted)}.item-sheet .item-sheet-header strong{text-align:center;font-size:.95rem}
@media(prefers-reduced-motion:reduce){.customer-slide,.customer-edge{transition:none!important}.floating-cart-bar.cart-bounce{animation:none!important}}

.store-hours-banner{position:sticky;top:0;z-index:155;display:flex;justify-content:center;gap:8px;padding:8px 14px;background:#f5f7fb;color:#1d4ed8;font-size:.78rem}.store-hours-banner[hidden]{display:none!important}.quick-action-label small{display:block;width:max-content;margin:4px auto 0;padding:2px 6px;border-radius:999px;background:#f5f7fb;color:#1d4ed8;font-size:.58rem;font-style:normal;line-height:1.2}.quick-action-label small[hidden]{display:none!important}.quick-action:disabled{cursor:not-allowed;opacity:.62;filter:grayscale(.25)}.landing-menu-card-add:disabled,.sheet-add-btn:disabled,.sheet-qty-btn:disabled{cursor:not-allowed!important;opacity:.42!important;filter:grayscale(.4)}.merchant-hours-card{margin-top:16px;padding:14px;border:1px solid #e7eaf0;border-radius:14px;background:#f5f7fb}.merchant-hours-card>p{margin:4px 0 0;color:var(--muted);font-size:.82rem}.merchant-mode-statuses{display:grid;gap:7px;margin-top:12px}.merchant-mode-statuses span{display:flex;justify-content:space-between;gap:12px}.merchant-mode-statuses em{color:var(--muted);font-style:normal}
.landing-menu-card.menu-qr-target{outline:4px solid #2563eb;outline-offset:4px;box-shadow:0 10px 30px rgba(255,143,0,.32)!important;animation:menuQrPulse 1.2s ease-in-out 2}
@keyframes menuQrPulse{50%{transform:scale(1.025)}}
.landing-search-clear{top:7px!important;width:32px!important;height:32px!important;min-height:32px!important;margin:0!important;padding:0!important;align-items:center!important;justify-content:center!important;line-height:1!important;text-align:center!important;transform:none!important}
body.landing-search-floating .landing-search-clear{right:12px!important;top:7px!important;transform:none!important}
