:root {
  --ink: #171717;
  --ink-soft: #5f615f;
  --muted: #8b8e8b;
  --line: #e7e7e3;
  --surface: #ffffff;
  --surface-soft: #f5f5f2;
  --canvas: #eeefec;
  --button-bg: #171717;
  --button-hover: #303030;
  --button-text: #ffffff;
  --accent: #ffd800;
  --accent-hover: #f2cb00;
  --accent-text: #171717;
  --success: #168351;
  --danger: #bd2f38;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --radius-xl: 42px;
  --shadow-float: 0 18px 55px rgba(19, 21, 18, .14);
  --shadow-card: 0 8px 28px rgba(18, 20, 17, .07);
  --font: Inter, "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* Public opening hours: compact at rest, complete on demand. */
.oneapp-map-pin{border:0!important;background:transparent!important}.oneapp-map-pin>span{position:relative;display:block;width:36px;height:36px;border:3px solid #fff;border-radius:15px 15px 15px 4px;background:#171817;box-shadow:0 7px 20px rgba(0,0,0,.25);transform:rotate(-45deg)}.oneapp-map-pin>span i{position:absolute;inset:10px;border-radius:50%;background:#fff}.oneapp-map-pin.is-business>span{background:#f2d928}.oneapp-map-pin.is-business>span i{background:#171817}.oneapp-map-pin.is-destination>span{background:#171817}.oneapp-map-pin.is-destination>span i{background:#f2d928}
.business-hours-card{position:relative;z-index:4;display:grid;max-width:1180px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin:14px auto 0;padding:13px 15px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 10px 30px rgba(18,19,18,.055)}
.business-hours-card__status{display:flex;min-width:0;align-items:center;gap:11px}.business-hours-card__status>svg{flex:0 0 auto}.business-hours-card__status>span{display:grid;gap:2px}.business-hours-card__status small{color:var(--ink-soft);font-size:.62rem;font-weight:750}.business-hours-card__status strong{font-size:.77rem}.business-hours-card__status>b{margin-left:auto;padding:7px 10px;border-radius:99px;background:#f2f3ef;font-size:.65rem}.business-hours-card__status.is-open>svg,.business-hours-card__status.is-open strong{color:#18704a}.business-hours-card__status.is-closed>svg,.business-hours-card__status.is-closed strong{color:#a23c36}
.business-hours-card details{position:relative}.business-hours-card summary{display:flex;min-height:40px;align-items:center;gap:7px;padding:0 11px;border-radius:10px;background:#f5f6f2;font-size:.65rem;font-weight:850;cursor:pointer;list-style:none}.business-hours-card summary::-webkit-details-marker{display:none}.business-hours-card details[open] summary svg{transform:rotate(90deg)}.business-hours-card details>div{position:absolute;z-index:30;top:calc(100% + 9px);right:0;width:min(310px,calc(100vw - 28px));padding:8px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 18px 44px rgba(0,0,0,.14)}.business-hours-card details p{display:flex;justify-content:space-between;gap:18px;margin:0;padding:8px 9px;border-radius:8px;font-size:.64rem}.business-hours-card details p:nth-child(odd){background:#f7f8f4}.business-hours-card details p span{color:var(--ink-soft)}
@media(max-width:620px){.business-hours-card{grid-template-columns:1fr;margin-inline:12px}.business-hours-card details>div{right:auto;left:0}.business-hours-card summary{justify-content:center}}

html[lang="hy"] {
  --font: "Noto Sans Armenian", Inter, "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
svg { display: block; flex: 0 0 auto; }

.screen-reader-text,
.skip-link:not(:focus) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--ink);
  color: #fff;
}
:focus-visible { outline: 3px solid #2573e8; outline-offset: 3px; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 6px;
  color: var(--ink-soft);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .09em;
  line-height: 1.25;
  text-transform: uppercase;
}
.icon-button {
  position: relative;
  display: inline-grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--surface-soft);
  color: var(--ink);
  place-items: center;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}
.icon-button:hover { background: #e9e9e5; }
.icon-button:active { opacity: .65; }
.icon-button__label { display: none; }
.jv-cart-count {
  display: inline-grid;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 2px solid var(--surface);
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-text);
  font-size: 10px;
  font-weight: 850;
  line-height: 14px;
  place-items: center;
}
.icon-button > .jv-cart-count { position: absolute; top: -1px; right: -2px; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 0;
  border-radius: 18px;
  font-weight: 800;
  line-height: 1.15;
  transition: background-color 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
}
.button:active { opacity: .7; }
.button:disabled { cursor: wait; opacity: .5; }
.button--accent { background: var(--accent); color: var(--accent-text); }
.button--accent:hover { background: var(--accent-hover); box-shadow: 0 10px 24px rgba(255, 216, 0, .26); }
.button--primary { background: var(--button-bg); color: var(--button-text); }
.button--primary:hover { background: var(--button-hover); }
.button--secondary { border: 1px solid var(--line); background: var(--surface-soft); color: var(--ink); }

/* Guest menu */
.menu-app {
  width: 100%;
  max-width: 1220px;
  min-height: 100dvh;
  margin: 0 auto;
  padding: 0 0 150px;
  overflow: clip;
  background: var(--surface);
}
.restaurant-hero {
  position: relative;
  padding: max(18px, env(safe-area-inset-top)) 18px 0;
  border-radius: 0 0 36px 36px;
  background:
    radial-gradient(circle at 105% 10%, rgba(255,216,0,.24) 0, transparent 34%),
    linear-gradient(180deg, var(--surface) 0%, var(--surface) 100%);
}
.restaurant-hero__top {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px 48px;
  align-items: center;
  gap: 10px;
}
.language-switcher {
  position: relative;
  display: inline-grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface-soft);
  color: var(--ink);
  place-items: center;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms var(--ease);
}
.language-switcher:hover { border-color: #d2d3ce; background: #e9e9e5; transform: translateY(-1px); }
.language-switcher:active { transform: scale(.92); }
.language-switcher__code {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: grid;
  min-width: 23px;
  height: 20px;
  padding: 0 4px;
  border: 2px solid var(--surface);
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-size: .52rem;
  font-weight: 900;
  letter-spacing: .03em;
  place-items: center;
}
.language-switcher.is-changing svg { animation: language-globe-turn 420ms var(--ease); }
.restaurant-socials { display: flex; align-items: center; gap: 8px; margin: 14px 2px 0; }
.restaurant-socials a {
  display: grid;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-soft);
  color: var(--ink-soft);
  place-items: center;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms var(--ease);
}
.restaurant-socials a:hover { border-color: var(--ink); background: var(--ink); color: var(--surface); transform: translateY(-2px); }
.restaurant-socials a:active { transform: translateY(0) scale(.94); }
.restaurant-brand { display: flex; min-width: 0; align-items: center; justify-content: center; }
.restaurant-brand img { width: 160px; max-width: 100%; height: auto; object-fit: contain; }
.restaurant-hero__intro { max-width: 540px; padding: 45px 6px 28px; }
.restaurant-hero__intro h1 {
  max-width: 480px;
  margin: 0;
  font-size: clamp(2.35rem, 11vw, 4.7rem);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .94;
}
.restaurant-hero__intro > p:not(.eyebrow) { max-width: 440px; margin: 16px 0 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.55; }
.restaurant-about-link { width: fit-content; margin-top: 22px; gap: 12px; }
.restaurant-hero__actions { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-top:22px; }
.restaurant-hero__actions .restaurant-about-link { margin-top:0; }
.restaurant-reservation-link { width:fit-content; gap:10px; text-decoration:none; }
.restaurant-takeaway-link { width:fit-content; gap:9px; text-decoration:none; }
.order-mode-switch{max-width:680px;margin-top:24px;padding:6px;border:1px solid var(--line);border-radius:24px;background:rgba(245,245,242,.9)}
.order-mode-switch__heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 11px 11px;color:var(--muted);font-size:.68rem;font-weight:800}
.order-mode-switch__heading strong{color:var(--ink);font-size:.72rem}
.order-mode-switch__options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.order-mode-switch__options:has(>a:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
.order-mode-option{display:grid;min-height:76px;grid-template-columns:34px minmax(0,1fr) 22px;align-items:center;gap:9px;padding:11px;border:1px solid transparent;border-radius:18px;color:var(--ink);text-decoration:none;transition:background-color 160ms ease,border-color 160ms ease,transform 160ms ease}
.order-mode-option>svg{color:var(--ink-soft)}
.order-mode-option span{display:grid;min-width:0;gap:3px}
.order-mode-option b{font-size:.76rem}
.order-mode-option small{color:var(--muted);font-size:.61rem;line-height:1.3}
.order-mode-option>i{display:grid;width:20px;height:20px;border:1px solid #cfd1cb;border-radius:50%;color:#fff;place-items:center}
.order-mode-option:hover{border-color:var(--line);background:var(--surface);transform:translateY(-1px)}
.order-mode-option.is-active{border-color:var(--ink);background:var(--ink);color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.12)}
.order-mode-option.is-active>svg,.order-mode-option.is-active small{color:#c9cbc6}.order-mode-option.is-active>i{border-color:var(--accent);background:var(--accent);color:var(--accent-text)}
.order-mode-option:focus-visible{outline:3px solid rgba(23,23,23,.2);outline-offset:2px}
.restaurant-hero__secondary-actions{display:flex;flex-wrap:wrap;gap:18px;margin-top:14px;padding-inline:4px}
.restaurant-hero__secondary-actions a{display:inline-flex;min-height:42px;align-items:center;gap:7px;color:var(--ink-soft);font-size:.72rem;font-weight:800;text-decoration:none}
.restaurant-hero__secondary-actions a:hover{color:var(--ink)}
.reservation-menu-context { display:inline-flex; max-width:100%; align-items:center; gap:10px; margin-top:16px; padding:11px 13px; border:1px solid rgba(22,131,81,.25); border-radius:14px; background:rgba(22,131,81,.08); color:var(--success); }
.reservation-menu-context span,.reservation-menu-context small,.reservation-menu-context strong { display:block; min-width:0; }
.reservation-menu-context small { font-size:.64rem; font-weight:750; }
.reservation-menu-context strong { overflow-wrap:anywhere; color:var(--ink); font-size:.76rem; }
.restaurant-hero__visual { display: none; }
.table-status {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(245,245,242,.86);
}
.table-status__icon { display: grid; width: 46px; height: 46px; border-radius: 15px; background: var(--ink); color: #fff; place-items: center; }
.table-status span { display: block; color: var(--ink-soft); font-size: .75rem; }
.table-status strong { display: block; font-size: .96rem; font-weight: 800; }
.table-status .status-dot { display: flex; align-items: center; gap: 6px; padding: 8px 10px; border-radius: 999px; background: #e5f4ec; color: #126e44; font-weight: 750; }
.status-dot i { width: 7px; height: 7px; border-radius: 50%; background: #19a866; box-shadow: 0 0 0 4px rgba(25,168,102,.12); }
.current-order-banner {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 16px 18px 0;
  padding: 13px 14px;
  border-radius: 20px;
  background: var(--ink);
  box-shadow: var(--shadow-card);
  color: #fff;
}
.current-order-banner strong{font-size:.82rem;line-height:1.35}
@media(max-width:900px){.order-mode-switch{max-width:560px}.order-mode-switch__options{grid-template-columns:1fr!important}.order-mode-option{min-height:64px}.order-mode-switch{border-radius:21px}.restaurant-hero__secondary-actions{gap:12px}.restaurant-hero__intro h1{max-width:520px;font-size:3.35rem;line-height:.98}}
@media(max-width:520px){.restaurant-hero__intro{padding-top:34px}.restaurant-hero__intro h1{font-size:2.8rem;letter-spacing:-.055em}.order-mode-switch{margin-top:20px}.order-mode-option{grid-template-columns:32px minmax(0,1fr) 22px;padding:10px 12px}}
.current-order-banner__icon { display: grid; width: 46px; height: 46px; border-radius: 15px; background: #2b2b2b; color: var(--accent); place-items: center; }
.current-order-banner small,
.current-order-banner strong { display: block; }
.current-order-banner small { margin-bottom: 2px; color: #bdbeb9; font-size: .7rem; }
.current-order-banner strong { overflow: hidden; font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; }
.current-order-banner__action { display: flex; align-items: center; gap: 2px; color: var(--accent); font-size: .76rem; font-weight: 800; }
.current-order-banner.is-validating { pointer-events: none; opacity: .72; }

.category-tabs {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  gap: 10px;
  padding: 17px 18px 14px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(231,231,227,.8);
  background: rgba(255,255,255,.94);
  scrollbar-width: none;
  backdrop-filter: blur(18px);
}
.category-tabs::-webkit-scrollbar { display: none; }
.category-tab {
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-soft);
  font-weight: 720;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
.category-tab.is-active { border-color: var(--button-bg); background: var(--button-bg); color: var(--button-text); }

.menu-section { padding: 28px 18px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.section-heading h2 { margin: 0; font-size: clamp(1.8rem, 7vw, 3.2rem); font-weight: 900; letter-spacing: -.055em; line-height: 1.02; }
.dish-count { flex: none; color: var(--muted); font-size: .82rem; font-weight: 700; }
.dish-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 14px; }
.dish-card { position: relative; min-width: 0; }
.dish-card[hidden] { display: none; }
.dish-card__image { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 24px; background: #ecece8; }
.dish-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 280ms var(--ease); }
.dish-card:hover .dish-card__image img { transform: scale(1.025); }
.dish-badge { position: absolute; top: 10px; left: 10px; padding: 5px 8px; border-radius: 9px; background: var(--accent); color: var(--accent-text); font-size: .69rem; font-weight: 850; }
.dish-add {
  position: absolute;
  z-index: 2;
  top: clamp(92px, calc(50vw - 58px), 176px);
  right: 10px;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--surface);
  box-shadow: 0 5px 18px rgba(17,17,17,.16);
  color: var(--ink);
  place-items: center;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}
.dish-add:hover { background: var(--accent); color: var(--accent-text); }
.dish-add.is-loading,
.dish-add.is-loading:disabled {
  background: var(--accent);
  color: var(--accent-text);
  opacity: 1;
}
.dish-add.is-loading svg { opacity: 0; transform: scale(.72); }
.dish-add.is-loading::after {
  position: absolute;
  width: 21px;
  height: 21px;
  border: 2.5px solid rgba(17,17,17,.18);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: jv-button-spin .62s linear infinite;
  content: "";
}
.dish-add.is-added { background: var(--ink); color: #fff; }
.js-product-add.is-loading,
.js-product-add.is-loading:disabled { opacity: 1; }
.js-product-add.is-loading::before {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid rgba(17,17,17,.18);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: jv-button-spin .62s linear infinite;
  content: "";
}
@keyframes jv-button-spin { to { transform: rotate(360deg); } }
.dish-card__body { padding: 12px 6px 0; }
.dish-card__price { display: block; margin-bottom: 2px; font-size: 1.03rem; font-variant-numeric: tabular-nums; font-weight: 850; letter-spacing: -.025em; }
.dish-card__price del { margin-right: 5px; color: var(--muted); font-size: .85em; }
.dish-card__price ins { text-decoration: none; }
.dish-card h3 { margin: 0; font-size: .97rem; font-weight: 720; letter-spacing: -.02em; line-height: 1.28; }
.dish-card h3 a { display: block; }
.dish-card p { display: -webkit-box; margin: 3px 0 0; overflow: hidden; color: var(--muted); font-size: .8rem; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.filtered-empty { display: grid; min-height: 260px; padding: 40px 20px; text-align: center; color: var(--ink-soft); place-content: center; justify-items: center; }
.filtered-empty strong { margin: 15px 0 4px; color: var(--ink); font-size: 1.2rem; }
.filtered-empty p { margin: 0; }

.floating-order {
  position: fixed;
  z-index: 40;
  right: max(18px, calc((100vw - 1184px) / 2));
  bottom: calc(82px + env(safe-area-inset-bottom));
  display: flex;
  min-width: 190px;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 17px 11px 20px;
  border-radius: 22px;
  background: var(--accent);
  box-shadow: var(--shadow-float);
  color: var(--accent-text);
  transition: background-color 180ms ease, opacity 180ms ease;
}
.floating-order:hover { background: var(--accent-hover); }
.floating-order b, .floating-order small { display: block; }
.floating-order b { font-size: 1rem; font-weight: 850; }
.floating-order small { margin-top: 2px; color: inherit; font-size: .72rem; opacity: .72; }
.floating-order .jv-cart-count { display: inline; min-width: 0; height: auto; padding: 0; border: 0; background: transparent; font-size: inherit; line-height: inherit; }

@media (max-width: 699px) {
  /* The mobile dock already exposes the order action; a second floating CTA
     obscures the business-hours card and creates a conflicting navigation target. */
  .floating-order { display: none; }
}

.mobile-dock {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 68px;
  padding: 7px max(20px, env(safe-area-inset-right)) max(7px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(20px);
}
.mobile-dock__item { display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 8px; color: var(--muted); font-size: .78rem; font-weight: 750; }
.mobile-dock__item.is-active { color: var(--ink); }
.mobile-dock__icon-wrap { position: relative; }
.mobile-dock__icon-wrap .jv-cart-count { position: absolute; top: -8px; right: -10px; }

/* Search bottom sheet */
.search-sheet, .qr-sheet, .variation-sheet { position: fixed; z-index: 100; inset: 0; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity 180ms ease, visibility 180ms ease; }
.search-sheet.is-open, .qr-sheet.is-open, .variation-sheet.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.search-sheet__scrim, .qr-sheet__scrim { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(10,10,10,.52); backdrop-filter: blur(5px); }
.search-sheet__panel, .qr-sheet__panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: calc(100dvh - 28px);
  padding: 24px 20px calc(28px + env(safe-area-inset-bottom));
  border-radius: 32px 32px 0 0;
  background: var(--surface);
  transform: translateY(24px);
  transition: transform 260ms var(--ease);
}
.search-sheet.is-open .search-sheet__panel, .qr-sheet.is-open .qr-sheet__panel { transform: translateY(0); }
.search-sheet__header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.search-sheet__header h2 { margin: 0; font-size: 1.8rem; font-weight: 900; letter-spacing: -.05em; }
.search-field { display: flex; min-height: 58px; align-items: center; gap: 12px; padding: 0 16px; border: 1.5px solid transparent; border-radius: 18px; background: var(--surface-soft); color: var(--ink-soft); }
.search-field:focus-within { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(23,23,23,.08); }
.search-field input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 1rem; }
.search-field input::placeholder { color: #9b9c99; }
.search-suggestions { display: flex; align-items: center; gap: 8px; padding-top: 15px; overflow-x: auto; color: var(--muted); font-size: .78rem; }
.search-suggestions button { min-height: 44px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink); font-weight: 700; }

/* Variable product chooser */
.variation-sheet { z-index: 120; }
.variation-sheet__scrim { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(10,10,10,.58); backdrop-filter: blur(6px); }
.variation-sheet__panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: calc(100dvh - 18px);
  padding: 13px 18px calc(18px + env(safe-area-inset-bottom));
  overflow-y: auto;
  border-radius: 30px 30px 0 0;
  background: var(--surface);
  box-shadow: 0 -20px 70px rgba(0,0,0,.2);
  transform: translateY(28px);
  transition: transform 260ms var(--ease);
}
.variation-sheet.is-open .variation-sheet__panel { transform: translateY(0); }
.variation-sheet__handle { width: 44px; height: 5px; margin: 0 auto 15px; border-radius: 999px; background: var(--line); }
.variation-sheet__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.variation-sheet__header .eyebrow { margin-bottom: 5px; }
.variation-sheet__header h2 { margin: 0; font-size: clamp(1.55rem, 7vw, 2.05rem); font-weight: 900; letter-spacing: -.045em; line-height: 1.05; }
.variation-sheet__header .icon-button { flex: 0 0 46px; }
.variation-sheet__product { display: grid; grid-template-columns: 64px minmax(0,1fr); align-items: center; gap: 13px; margin-top: 18px; padding: 11px; border: 1px solid var(--line); border-radius: 19px; background: var(--surface-soft); }
.variation-sheet__product img { width: 64px; height: 64px; border-radius: 15px; background: var(--surface); object-fit: cover; }
.variation-sheet__product strong,
.variation-sheet__product span { display: block; }
.variation-sheet__product strong { overflow: hidden; font-size: .95rem; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.variation-sheet__product span { margin-top: 3px; color: var(--ink-soft); font-size: .82rem; font-weight: 750; }
.variation-sheet__help { margin: 15px 2px 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.45; }
.variation-sheet__loading { display: flex; min-height: 130px; align-items: center; justify-content: center; gap: 9px; color: var(--ink-soft); font-size: .84rem; font-weight: 750; }
.variation-sheet__loading svg { animation: variation-loading-spin 1.1s linear infinite; }
.variation-form { display: grid; gap: 18px; margin-top: 18px; }
.variation-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.variation-group legend { margin-bottom: 9px; font-size: .82rem; font-weight: 850; }
.variation-options { display: flex; flex-wrap: wrap; gap: 8px; }
.variation-options label { position: relative; cursor: pointer; }
.variation-options input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.variation-options span { display: grid; min-height: 46px; padding: 9px 15px; border: 1.5px solid var(--line); border-radius: 14px; background: var(--surface); color: var(--ink-soft); font-size: .82rem; font-weight: 750; place-items: center; transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease; }
.variation-options label:hover span { border-color: var(--ink); color: var(--ink); }
.variation-options input:focus-visible + span { outline: 3px solid #2573e8; outline-offset: 2px; }
.variation-options input:checked + span { border-color: var(--button-bg); background: var(--button-bg); color: var(--button-text); box-shadow: 0 5px 16px color-mix(in srgb, var(--button-bg) 18%, transparent); }
.variation-options label.is-unavailable { cursor: not-allowed; }
.variation-options label.is-unavailable span { border-style: dashed; opacity: .36; text-decoration: line-through; }
.variation-sheet__error { margin: 14px 0 0; padding: 10px 12px; border-radius: 12px; background: color-mix(in srgb, var(--danger) 9%, var(--surface)); color: var(--danger); font-size: .76rem; font-weight: 750; }
.variation-sheet__footer { position: sticky; bottom: calc(-18px - env(safe-area-inset-bottom)); display: grid; grid-template-columns: max-content minmax(0,1fr); gap: 9px; margin: 20px -18px calc(-18px - env(safe-area-inset-bottom)); padding: 12px 18px calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.variation-sheet__footer .quantity-control { min-height: 56px; border-radius: 18px; }
.variation-sheet__footer .button { min-width: 0; min-height: 56px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1px; padding: 9px 15px; border-radius: 18px; }
.variation-sheet__footer .button span,
.variation-sheet__footer .button strong { display: block; width: 100%; overflow: hidden; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.variation-sheet__footer .button span { font-size: .82rem; }
.variation-sheet__footer .button strong { font-size: .72rem; opacity: .72; }
.variation-sheet__footer .button:disabled { cursor: not-allowed; opacity: .46; }

/* Cart and order */
.order-page { width: 100%; max-width: 1180px; min-height: 100dvh; margin: 0 auto; padding: 0 0 140px; background: var(--canvas); }
.app-bar { position: sticky; z-index: 30; top: 0; display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; gap: 12px; min-height: 78px; padding: max(14px, env(safe-area-inset-top)) 18px 12px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); text-align: center; backdrop-filter: blur(18px); }
.app-bar strong, .app-bar span { display: block; }
.app-bar strong { font-size: 1rem; font-weight: 850; letter-spacing: -.025em; }
.app-bar span { color: var(--muted); font-size: .73rem; }
.order-layout { display: grid; gap: 14px; padding: 18px; }
.order-card, .order-details, .order-summary { border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow-card); }
.order-card__title { display: flex; min-height: 60px; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); font-weight: 850; }
.text-button { min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--ink-soft); font-size: .82rem; font-weight: 750; }
.cart-items:empty { display: none; }
.cart-item { display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 13px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.cart-item:last-child { border-bottom: 0; }
.cart-item img { width: 78px; height: 78px; border-radius: 18px; object-fit: cover; }
.cart-item__content { min-width: 0; }
.cart-item__top { display: flex; align-items: start; justify-content: space-between; gap: 10px; }
.cart-item__top > div { min-width: 0; }
.cart-item__top strong { display: block; overflow: hidden; font-size: .96rem; font-weight: 760; text-overflow: ellipsis; white-space: nowrap; }
.cart-item__top span { flex: none; font-size: .91rem; font-variant-numeric: tabular-nums; font-weight: 850; }
.cart-item__variation { display: block; margin-top: 2px; overflow: hidden; color: var(--ink-soft); font-size: .71rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.cart-item__bottom { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 13px; }
.cart-item__price { color: var(--muted); font-size: .77rem; }
.quantity-control { display: inline-grid; grid-template-columns: 42px 38px 42px; min-height: 42px; align-items: center; overflow: hidden; border-radius: 14px; background: var(--surface-soft); }
.quantity-control button { display: grid; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; place-items: center; transition: background-color 160ms ease; }
.quantity-control button:hover { background: #e9e9e5; }
.quantity-control b { text-align: center; font-variant-numeric: tabular-nums; font-size: .92rem; }
.cart-remove { display: grid; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 14px; background: transparent; color: var(--muted); place-items: center; }
.cart-remove:hover { background: #fff0f0; color: var(--danger); }
.cart-empty { min-height: 460px; padding: 50px 24px; text-align: center; place-content: center; justify-items: center; }
.cart-empty:not([hidden]) { display: grid; }
.cart-empty__icon { display: grid; width: 78px; height: 78px; margin-bottom: 20px; border-radius: 26px; background: var(--surface-soft); place-items: center; }
.cart-empty h1 { margin: 0; font-size: 1.8rem; font-weight: 900; letter-spacing: -.05em; }
.cart-empty p { max-width: 310px; margin: 9px 0 24px; color: var(--ink-soft); }
.order-details { overflow: hidden; }
.detail-row { display: grid; width: 100%; min-height: 80px; grid-template-columns: 44px 1fr 24px; align-items: center; gap: 12px; padding: 12px 16px; border: 0; background: transparent; text-align: left; }
.detail-row__icon { display: grid; width: 44px; height: 44px; border-radius: 15px; background: var(--surface-soft); color: var(--ink-soft); place-items: center; }
.detail-row strong, .detail-row small { display: block; }
.detail-row strong { font-size: .92rem; }
.detail-row small { margin-top: 2px; color: var(--muted); font-size: .73rem; }
.note-field, .table-field { padding: 0 16px 16px; }
.note-field label, .table-field label { display: block; margin-bottom: 7px; font-size: .78rem; font-weight: 800; }
.note-field textarea, .table-field input { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 15px; outline: 0; background: var(--surface-soft); color: var(--ink); font-size: 16px; }
.note-field textarea { min-height: 96px; resize: vertical; }
.note-field textarea:focus, .table-field input:focus { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(23,23,23,.07); }
.note-field small { display: block; margin-top: 6px; color: var(--muted); font-size: .7rem; }
.table-field { border-top: 1px solid var(--line); padding-top: 16px; }
.table-field input[readonly] { border-color: rgba(22,131,81,.28); background: rgba(22,131,81,.07); color: var(--ink); font-weight: 750; cursor: default; }
.table-field__mapped { display: block; margin-top: 7px; color: var(--success); font-size: .76rem; font-weight: 650; }
.delivery-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 20px; }
.delivery-fields__heading { grid-column: 1 / -1; margin-bottom: 2px; }
.delivery-fields__heading h2 { margin: 3px 0 5px; font-size: 1.28rem; font-weight: 900; letter-spacing: -.035em; }
.delivery-fields__heading > p:last-child { max-width: 580px; margin: 0; color: var(--ink-soft); font-size: .8rem; }
.reservation-order-context { display:grid; grid-template-columns:50px minmax(0,1fr) auto; align-items:center; gap:14px; margin:18px; padding:17px; border:1px solid #b9dfc9; border-radius:18px; background:#edf8f1; }
.reservation-order-context__icon { display:grid; width:50px; height:50px; border-radius:15px; background:#d9f1e3; color:var(--success); place-items:center; }
.reservation-order-context h2,.reservation-order-context p { margin:0; }
.reservation-order-context h2 { font-size:1.1rem; }
.reservation-order-context p:last-child { margin-top:4px; color:var(--ink-soft); font-size:.76rem; line-height:1.45; }
.reservation-order-context>strong { padding:8px 10px; border-radius:10px; background:#fff; font-size:.78rem; }
.reservation-order-context.is-error { border-color:#efc8ca; background:#fff2f2; }
.reservation-order-context.is-error .reservation-order-context__icon { background:#f8dddd; color:var(--danger); }
.reservation-order-context a { display:inline-flex; min-height:44px; align-items:center; padding:0 13px; border-radius:12px; background:var(--ink); color:#fff; font-size:.76rem; font-weight:850; text-decoration:none; }
.note-field--visible { padding-top:2px; }
.checkout-field { display: grid; align-content: start; gap: 7px; min-width: 0; color: var(--ink); font-size: .78rem; font-weight: 800; }
.checkout-field--wide { grid-column: 1 / -1; }
.checkout-field > span b { color: var(--danger); }
.checkout-field input,
.checkout-field textarea,
.checkout-field select { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 15px; outline: 0; background: var(--surface-soft); color: var(--ink); font-size: 16px; font-weight: 500; transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease; }
.checkout-field textarea { min-height: 88px; resize: vertical; }
.checkout-field input:focus,
.checkout-field textarea:focus,
.checkout-field select:focus { border-color: var(--button-bg); background: var(--surface); box-shadow: 0 0 0 4px color-mix(in srgb, var(--button-bg) 11%, transparent); }
.checkout-field.has-error input,
.checkout-field.has-error textarea,
.checkout-field.has-error select { border-color: var(--danger); box-shadow: 0 0 0 4px color-mix(in srgb, var(--danger) 10%, transparent); }
.checkout-field.has-error > span { color: var(--danger); }
.checkout-field .field-error { min-height: 1em; color: var(--danger); font-size: .67rem; font-weight: 650; }
.order-action .button[aria-busy="true"] { cursor: wait; opacity: .78; }
@media (max-width: 600px) {
  .delivery-fields { grid-template-columns: 1fr; padding: 18px 16px; }
  .checkout-field--wide,
  .delivery-fields__heading { grid-column: auto; }
  .reservation-order-context { grid-template-columns:44px minmax(0,1fr); margin:14px; }
  .reservation-order-context__icon { width:44px; height:44px; }
  .reservation-order-context>strong,.reservation-order-context>a { grid-column:1/-1; justify-content:center; text-align:center; }
  .table-status { grid-template-columns: 46px minmax(0, 1fr); }
  .table-status .status-dot { grid-column: 2; justify-self: start; }
  .current-order-banner strong { display: -webkit-box; overflow: hidden; line-height: 1.25; text-overflow: clip; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
}
.order-summary { padding: 20px; }
.order-summary > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 0; color: var(--ink-soft); font-size: .9rem; }
.order-summary > div strong { color: var(--ink); font-variant-numeric: tabular-nums; }
.order-summary .order-summary__total { margin-top: 5px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink); font-size: 1.1rem; font-weight: 800; }
.order-summary__total strong { font-size: 1.35rem; }
.order-summary__hint { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; padding: 11px 12px; border-radius: 13px; background: #f7f7f3; color: var(--ink-soft); font-size: .73rem; }
.order-action { position: fixed; z-index: 45; right: 0; bottom: 68px; left: 0; padding: 12px 18px; border-top: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(18px); }
.order-action .button { width: 100%; min-height: 68px; justify-content: space-between; padding: 12px 18px 12px 20px; border-radius: 22px; text-align: left; }
.order-action small, .order-action strong { display: block; }
.order-action small { margin-bottom: 3px; color: inherit; font-size: .69rem; font-weight: 700; opacity: .72; }
.order-action strong { font-size: 1.08rem; }

.qr-sheet__panel { overflow-y: auto; text-align: center; }
.qr-sheet__handle, .product-sheet__handle { width: 44px; height: 5px; margin: -8px auto 18px; border-radius: 999px; background: #dbdcd8; }
.qr-status { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 14px; padding: 7px 11px; border-radius: 999px; background: #e7f6ee; color: #126e44; font-size: .75rem; font-weight: 800; }
.qr-status__dot { width: 7px; height: 7px; border-radius: 50%; background: #19a866; box-shadow: 0 0 0 4px rgba(25,168,102,.12); }
.qr-sheet h2 { max-width: 450px; margin: 0 auto; font-size: clamp(1.7rem, 7vw, 2.4rem); font-weight: 900; letter-spacing: -.055em; line-height: 1.05; }
.qr-sheet h2 + p { max-width: 390px; margin: 10px auto 18px; color: var(--ink-soft); font-size: .88rem; }
.qr-code { display: grid; width: min(67vw, 260px); aspect-ratio: 1; margin: 0 auto; padding: 15px; border: 1px solid var(--line); border-radius: 26px; background: var(--surface); box-shadow: var(--shadow-card); place-items: center; }
.qr-code canvas { width: 100% !important; height: 100% !important; image-rendering: pixelated; }
.qr-order-meta { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 15px 0 18px; font-size: .8rem; }
.qr-order-meta strong { padding: 5px 9px; border-radius: 9px; background: var(--surface-soft); font-variant-numeric: tabular-nums; }
.waiter-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; max-width: 440px; margin: 0 auto 18px; }
.waiter-steps span { display: flex; flex-direction: column; align-items: center; gap: 5px; color: var(--ink-soft); font-size: .67rem; font-weight: 700; }
.waiter-steps b { display: grid; width: 28px; height: 28px; border-radius: 10px; background: var(--surface-soft); color: var(--ink); place-items: center; }
.qr-sheet .button { width: 100%; max-width: 440px; }

/* Product */
.product-page { width: 100%; max-width: 980px; min-height: 100dvh; margin: 0 auto; padding-bottom: 100px; background: var(--surface); }
.product-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #e7e6e1; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-back { position: absolute; top: max(16px, env(safe-area-inset-top)); left: 16px; background: rgba(255,255,255,.94); box-shadow: 0 5px 18px rgba(0,0,0,.13); }
.product-sheet { position: relative; z-index: 2; margin-top: -28px; padding: 26px 20px calc(100px + env(safe-area-inset-bottom)); border-radius: 32px 32px 0 0; background: var(--surface); }
.product-sheet h1 { max-width: 670px; margin: 0; font-size: clamp(2rem, 8vw, 4rem); font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.product-price { margin-top: 10px; font-size: 1.35rem; font-weight: 850; }
.product-price ins { text-decoration: none; }
.product-description { max-width: 650px; margin-top: 20px; color: var(--ink-soft); }
.product-description p { margin: 0; }
.product-option { display: flex; max-width: 650px; align-items: center; gap: 13px; margin-top: 24px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface-soft); }
.product-option > span { display: grid; width: 42px; height: 42px; border-radius: 14px; background: var(--surface); place-items: center; }
.product-option strong, .product-option small { display: block; }
.product-option small { margin-top: 2px; color: var(--muted); font-size: .74rem; }
.product-add-row { position: fixed; z-index: 45; right: 0; bottom: 68px; left: 0; display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 10px; padding: 12px 18px; border-top: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(18px); }
.product-add-row .quantity-control { width: 122px; min-width: 122px; min-height: 56px; border-radius: 18px; }
.product-add-row .quantity-control button { height: 56px; }
.product-add-row .button { min-width: 0; min-height: 56px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; padding: 9px 18px; border-radius: 18px; text-align: left; }
.product-add-row .button > span { display: block; width: 100%; font-size: .91rem; line-height: 1.15; white-space: normal; }
.product-add-row .button > strong { display: block; color: #675a00; font-size: .74rem; line-height: 1.15; white-space: nowrap; }
.product-add-row .button > strong .woocommerce-Price-amount { font-size: inherit; }

/* Waiter console */
.jv-waiter-page { background: #f1f2ef; }
.waiter-app { width: 100%; max-width: 920px; min-height: 100dvh; margin: 0 auto; padding-bottom: 130px; }
.waiter-header { display: flex; min-height: 76px; align-items: center; justify-content: space-between; padding: max(14px, env(safe-area-inset-top)) 18px 12px; border-bottom: 1px solid var(--line); background: var(--surface); }
.waiter-header__actions { display: flex; align-items: center; gap: 9px; }
.waiter-header__actions .language-switcher { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 14px; }
.waiter-header__actions .language-switcher__code { border-color: var(--surface); }
.waiter-brand { display: flex; align-items: center; gap: 10px; }
.waiter-brand > div { min-width: 0; }
.waiter-brand > span { display: grid; width: 44px; height: 44px; border-radius: 15px; background: var(--ink); color: #fff; place-items: center; }
.waiter-brand strong, .waiter-brand small { display: block; }
.waiter-brand strong { font-size: .98rem; font-weight: 850; }
.waiter-brand small { color: var(--muted); font-size: .69rem; }
.waiter-live { display: flex; align-items: center; gap: 6px; padding: 8px 10px; border-radius: 999px; background: #e7f6ee; color: #126e44; font-size: .72rem; font-weight: 800; }
.waiter-live i { width: 7px; height: 7px; border-radius: 50%; background: #19a866; }
.waiter-invalid { display: grid; min-height: calc(100dvh - 80px); padding: 50px 22px; text-align: center; place-content: center; justify-items: center; }
.waiter-invalid > div { display: grid; width: 86px; height: 86px; margin-bottom: 22px; border-radius: 28px; background: var(--surface); box-shadow: var(--shadow-card); place-items: center; }
.waiter-invalid h1 { max-width: 500px; margin: 0; font-size: clamp(2.1rem, 8vw, 3.8rem); font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.waiter-invalid > p:last-child { max-width: 470px; margin: 14px 0 0; color: var(--ink-soft); }
.waiter-overview { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin: 14px; padding: 24px 20px; border-radius: 24px; background: var(--ink); color: #fff; }
.waiter-overview .eyebrow { color: #bcbdb8; }
.waiter-overview h1 { margin: 0; font-size: clamp(2rem, 8vw, 3.2rem); font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.waiter-overview h1 + p { margin: 8px 0 0; color: #bbbcb8; font-size: .78rem; }
.waiter-overview__count { display: grid; min-width: 72px; aspect-ratio: 1; border: 1px solid #3b3b3b; border-radius: 22px; background: #242424; text-align: center; place-content: center; }
.waiter-overview__count strong, .waiter-overview__count span { display: block; }
.waiter-overview__count strong { font-size: 1.65rem; font-variant-numeric: tabular-nums; line-height: 1; }
.waiter-overview__count span { margin-top: 3px; color: #bbbcb8; font-size: .68rem; }
.guest-note { display: flex; align-items: flex-start; gap: 12px; margin: 0 14px 14px; padding: 15px; border: 1px solid #efd266; border-radius: 18px; background: #fff8d9; }
.guest-note > span { display: grid; width: 38px; height: 38px; border-radius: 12px; background: var(--surface); place-items: center; }
.guest-note strong { font-size: .8rem; }
.guest-note p { margin: 2px 0 0; color: #635a32; font-size: .78rem; }
.waiter-call-alert { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 12px; margin: 0 14px 14px; padding: 13px; border: 1px solid #f1c54b; border-radius: 19px; background: #fff5c6; box-shadow: 0 8px 24px rgba(143,101,0,.1); }
.waiter-call-alert > span { display: grid; width: 46px; height: 46px; border-radius: 15px; background: var(--ink); color: var(--accent); place-items: center; animation: waiter-call-ring 1.1s ease-in-out infinite; }
.waiter-call-alert strong, .waiter-call-alert small { display: block; }
.waiter-call-alert strong { font-size: .83rem; font-weight: 900; }
.waiter-call-alert small { margin-top: 2px; color: #746321; font-size: .66rem; }
.waiter-call-alert button { min-height: 42px; padding: 0 13px; border: 0; border-radius: 13px; background: var(--ink); color: #fff; font-size: .7rem; font-weight: 850; }
.waiter-order-card { margin: 0 14px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow-card); }
.waiter-section-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 18px; border-bottom: 1px solid var(--line); }
.waiter-section-title h2 { margin: 0; font-size: 1.35rem; font-weight: 900; letter-spacing: -.045em; }
.waiter-section-title > span { max-width: 120px; color: var(--muted); font-size: .65rem; text-align: right; }
.waiter-item { display: grid; grid-template-columns: 66px minmax(0,1fr); gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.waiter-item.is-removed { opacity: .42; }
.waiter-item img { width: 66px; height: 66px; border-radius: 16px; object-fit: cover; }
.waiter-item__info { min-width: 0; padding-top: 2px; }
.waiter-item__info strong, .waiter-item__info span { display: block; }
.waiter-item__info strong { overflow: hidden; font-size: .91rem; text-overflow: ellipsis; white-space: nowrap; }
.waiter-item__info span { margin-top: 3px; color: var(--muted); font-size: .76rem; }
.waiter-item .quantity-control { grid-column: 2; justify-self: start; }
.waiter-totals { padding: 13px 18px 18px; }
.waiter-totals > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 7px 0; color: var(--ink-soft); font-size: .83rem; }
.waiter-totals > div:last-child { margin-top: 6px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink); font-size: 1rem; font-weight: 800; }
.waiter-totals strong { font-variant-numeric: tabular-nums; }
.waiter-totals > div:last-child strong { font-size: 1.25rem; }
.waiter-actions { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10px; padding: 12px 14px calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(18px); }
.waiter-actions .button { padding-inline: 12px; }
.waiter-actions > :only-child { grid-column: 1 / -1; }
.waiter-actions.is-read-only { grid-template-columns: 1fr; }
.waiter-actions.is-read-only .button { width: 100%; }
.waiter-invalid .button { margin-top: 24px; }
.approval-sheet { position: fixed; z-index: 100; inset: 0; display: grid; padding: 30px; background: var(--surface); text-align: center; visibility: hidden; opacity: 0; place-content: center; justify-items: center; transition: opacity 220ms ease, visibility 220ms ease; }
.approval-sheet.is-open { visibility: visible; opacity: 1; }
.approval-sheet__mark { display: grid; width: 92px; height: 92px; margin-bottom: 22px; border-radius: 31px; background: #e4f5ec; color: var(--success); place-items: center; }
.approval-sheet h2 { margin: 0; font-size: clamp(2.2rem, 9vw, 4.2rem); font-weight: 900; letter-spacing: -.065em; line-height: 1; }
.approval-sheet > p:last-child { max-width: 430px; margin: 13px 0 0; color: var(--ink-soft); }

/* Guest current order */
.guest-order-page { width: 100%; max-width: 1040px; min-height: 100dvh; margin: 0 auto; padding-bottom: 140px; background: var(--canvas); }
.order-live-dot { display: inline-flex; min-width: 70px; min-height: 38px; align-items: center; justify-content: center; gap: 8px; padding: 0 12px; border-radius: 999px; background: #e5f4ec; color: #176a49; }
.order-live-dot i { width: 9px; height: 9px; border-radius: 50%; background: #19a866; box-shadow: 0 0 0 5px rgba(25,168,102,.13); }
.order-live-dot b { font-size: .67rem; font-weight: 900; }
.guest-order-layout { display: grid; gap: 14px; padding: 18px; }
.guest-order-rail { display: contents; }
.guest-order-hero { position: relative; overflow: hidden; padding: 24px 20px 22px; border-radius: 26px; background: var(--ink); color: #fff; }
.guest-order-hero::after { position: absolute; top: -80px; right: -55px; width: 210px; height: 210px; border-radius: 50%; background: rgba(255,216,0,.14); content: ""; }
.guest-order-hero.status-step-3::after,
.guest-order-hero.status-step-4::after,
.guest-order-hero.status-step-5::after,
.guest-order-hero.status-step-6::after { background: rgba(25,168,102,.18); }
.guest-order-hero__meta { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; margin-bottom: 34px; }
.guest-order-hero__meta span,
.guest-order-hero__meta strong { padding: 6px 9px; border: 1px solid #3b3b3b; border-radius: 10px; background: #242424; font-size: .7rem; font-weight: 800; }
.guest-order-hero__mark { position: absolute; z-index: 1; top: 20px; right: 20px; display: grid; width: 56px; height: 56px; border-radius: 19px; background: #292929; color: var(--accent); place-items: center; }
.guest-order-hero.status-step-3 .guest-order-hero__mark,
.guest-order-hero.status-step-4 .guest-order-hero__mark,
.guest-order-hero.status-step-5 .guest-order-hero__mark,
.guest-order-hero.status-step-6 .guest-order-hero__mark { background: #173c2d; color: #6ce1a8; }
.guest-order-hero .eyebrow { position: relative; z-index: 1; color: #bdbeb9; }
.guest-order-hero h1 { position: relative; z-index: 1; max-width: 540px; margin: 0; font-size: clamp(2rem, 9vw, 3.8rem); font-weight: 900; letter-spacing: -.06em; line-height: .98; }
.guest-order-hero > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 520px; margin: 12px 0 0; color: #c8c9c4; font-size: .85rem; }
.order-progress { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(6,minmax(48px,1fr)); margin-top: 26px; overflow-x: auto; scrollbar-width: none; }
.order-progress::-webkit-scrollbar { display: none; }
.order-progress::before { position: absolute; top: 15px; right: 8%; left: 8%; height: 2px; background: #3c3c3c; content: ""; }
.order-progress span { position: relative; z-index: 1; display: grid; gap: 7px; justify-items: center; color: #8c8d89; font-size: .56rem; text-align: center; }
.order-progress i { display: grid; width: 32px; height: 32px; border: 2px solid #424242; border-radius: 50%; background: var(--ink); font-style: normal; font-weight: 800; place-items: center; }
.order-progress b { font-weight: 750; }
.order-progress .is-complete,
.order-progress .is-current { color: #fff; }
.order-progress .is-complete i { border-color: var(--accent); background: var(--accent); color: var(--accent-text); }
.order-progress .is-current i { border-color: var(--accent); color: var(--accent); }
.guest-order-items,
.guest-order-customer,
.guest-order-qr { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow-card); }
.guest-order-customer dl { display: grid; gap: 0; margin: 0; padding: 0 16px 16px; }
.guest-order-customer dl > div { display: grid; grid-template-columns: minmax(90px, .45fr) 1fr; gap: 14px; padding: 11px 0; border-top: 1px solid var(--line); }
.guest-order-customer dt { color: var(--muted); font-size: .73rem; font-weight: 750; }
.guest-order-customer dd { margin: 0; overflow-wrap: anywhere; color: var(--ink); font-size: .8rem; font-weight: 700; }
.guest-order-customer a { color: var(--success); text-decoration: underline; text-underline-offset: 2px; }
.guest-section-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 18px; border-bottom: 1px solid var(--line); }
.guest-section-title h2,
.guest-order-qr h2 { margin: 0; font-size: 1.35rem; font-weight: 900; letter-spacing: -.045em; }
.guest-section-title > span { color: var(--muted); font-size: .72rem; font-weight: 750; }
.guest-order-item { display: grid; grid-template-columns: 64px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.guest-order-item img { width: 64px; height: 64px; border-radius: 16px; object-fit: cover; }
.guest-order-item div { min-width: 0; }
.guest-order-item div strong,
.guest-order-item div span { display: block; }
.guest-order-item div strong { overflow: hidden; font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; }
.guest-order-item div span { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.guest-order-item > b { font-size: .84rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.guest-order-total { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px; font-weight: 800; }
.guest-order-total strong { font-size: 1.3rem; font-variant-numeric: tabular-nums; }
.guest-order-note { display: flex; align-items: flex-start; gap: 11px; margin: 0 16px 16px; padding: 13px; border-radius: 15px; background: #fff8d9; color: #635a32; }
.guest-order-note > span { display: grid; width: 36px; height: 36px; flex: none; border-radius: 12px; background: var(--surface); place-items: center; }
.guest-order-note strong { font-size: .76rem; }
.guest-order-note p { margin: 2px 0 0; font-size: .75rem; }
.guest-order-more { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: 7px; margin: 0 16px 16px; border: 1px solid var(--line); border-radius: 15px; color: var(--ink-soft); font-size: .75rem; font-weight: 800; }
.guest-order-qr { display: grid; gap: 20px; padding: 20px; }
.guest-order-qr > div:first-child > p:last-child { margin: 7px 0 0; color: var(--ink-soft); font-size: .8rem; }
.guest-order-qr__code { display: grid; width: min(64vw, 230px); aspect-ratio: 1; margin: 0 auto; padding: 13px; border: 1px solid var(--line); border-radius: 23px; background: var(--surface); box-shadow: var(--shadow-card); place-items: center; }
.guest-order-qr__code canvas { width: 100% !important; height: 100% !important; image-rendering: pixelated; }
.guest-order-actions { position: fixed; z-index: 45; right: 0; bottom: 68px; left: 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9px; padding: 11px 14px; border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(18px); }
.jv-cash-order-mode .guest-order-actions,.guest-order-actions--single { grid-template-columns: 1fr; }
.guest-order-actions .button { padding-inline: 12px; font-size: .8rem; }
.guest-order-actions .js-status-primary.is-approved { background: #dff3e9; color: #126e44; pointer-events: none; }
.guest-call-button { border: 1px solid #d9dad5; background: var(--surface); color: var(--ink); }
.guest-call-button:hover { background: var(--surface-soft); }
.guest-call-button.is-active { border-color: #f0c327; background: #fff2ad; color: #725800; }
.guest-call-button.is-answered { border-color: #b8dfc9; background: #e2f5e9; color: #126e44; }
.guest-call-button.is-loading svg { animation: waiter-call-ring .7s ease-in-out infinite; }
.order-link-invalid { display: grid; min-height: calc(100dvh - 78px); padding: 50px 24px; text-align: center; place-content: center; justify-items: center; }
.order-link-invalid > div { display: grid; width: 82px; height: 82px; margin-bottom: 20px; border-radius: 27px; background: var(--surface); box-shadow: var(--shadow-card); place-items: center; }
.order-link-invalid h1 { max-width: 500px; margin: 0; font-size: clamp(2rem, 8vw, 3.5rem); font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.order-link-invalid > p:not(.eyebrow) { max-width: 430px; margin: 13px 0 24px; color: var(--ink-soft); }

@media (max-width: 699px) {
  .jv-order-status-page .mobile-dock { display: none; }
  .jv-order-status-page .guest-order-page { padding-bottom: 96px; }
  .guest-order-hero { order: 1; }
  .guest-order-items { order: 2; }
  .guest-order-rail { display: grid; order: 3; gap: 14px; min-width: 0; }
  .guest-order-actions { bottom: 0; padding-bottom: calc(11px + env(safe-area-inset-bottom)); }
  .order-progress {
    grid-template-columns: repeat(6, 80px);
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px 8px;
    scroll-padding-inline: 20px;
    scroll-snap-type: x proximity;
  }
  .order-progress::before { right: auto; left: 60px; width: 400px; }
  .order-progress span { width: 80px; scroll-snap-align: start; }
  .order-progress b { max-width: 76px; line-height: 1.25; overflow-wrap: anywhere; }
}

.jv-toast { position: fixed; z-index: 200; top: max(18px, env(safe-area-inset-top)); left: 50%; max-width: calc(100vw - 36px); padding: 11px 15px; border-radius: 13px; background: var(--ink); box-shadow: var(--shadow-float); color: #fff; font-size: .82rem; font-weight: 750; visibility: hidden; opacity: 0; transform: translate(-50%, -8px); transition: opacity 180ms ease, transform 180ms var(--ease), visibility 180ms ease; }
.jv-toast.is-visible { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.jv-toast.is-error { background: var(--danger); }

.content-page { min-height: 100dvh; padding: 40px 18px 120px; background: var(--surface); }
.content-page__inner { max-width: 900px; margin: 0 auto; }
.content-page h1 { font-size: clamp(2rem, 7vw, 4rem); font-weight: 900; letter-spacing: -.06em; }

/* About restaurant */
.about-page { width: 100%; max-width: 1220px; min-height: 100dvh; margin: 0 auto; padding-bottom: 120px; overflow: hidden; background: var(--surface); }
.about-header { display: flex; min-height: 92px; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 18px; border-bottom: 1px solid var(--line); }
.about-brand { display: block; flex: none; }
.about-brand img { width: 120px; height: auto; object-fit: contain; }
.about-header__actions { display: flex; align-items: center; gap: 8px; }
.about-header__actions .icon-button { flex: 0 0 48px; }
.about-header__menu { width: 48px; min-height: 48px; padding: 0; }
.about-header__menu span { display: none; }
.about-hero { padding: 42px 18px 24px; }
.about-hero__copy { align-self: center; }
.about-hero h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 13vw, 5.8rem); font-weight: 900; letter-spacing: -.07em; line-height: .95; text-wrap: balance; }
.about-hero__intro { max-width: 630px; margin: 22px 0 0; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.65; }
.about-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.about-hero__actions .button { min-height: 56px; }
.about-hero__media { position: relative; aspect-ratio: 4 / 3; margin-top: 34px; overflow: hidden; border-radius: 28px; background: var(--surface-soft); box-shadow: var(--shadow-card); }
.about-hero__media > img { width: 100%; height: 100%; object-fit: cover; }
.about-hero__media.is-placeholder { display: grid; padding: 18%; background: linear-gradient(145deg, #f7f7f4, #ecece7); place-items: center; }
.about-hero__media.is-placeholder > img { object-fit: contain; }
.about-content { padding: 54px 18px; }
.about-content > * { max-width: 760px; margin-right: auto; margin-left: auto; }
.about-content > * + * { margin-top: 22px; }
.about-content h2 { margin-bottom: 18px; font-size: clamp(2rem, 8vw, 4rem); font-weight: 900; letter-spacing: -.055em; line-height: 1.02; text-wrap: balance; }
.about-content h3 { margin: 0 0 8px; font-size: 1.2rem; font-weight: 850; letter-spacing: -.025em; }
.about-content p,
.about-content li { color: var(--ink-soft); line-height: 1.72; }
.about-content .has-large-font-size { color: var(--ink); font-size: clamp(1.2rem, 3vw, 1.55rem) !important; line-height: 1.48; }
.about-content .wp-block-columns { display: grid; max-width: 1080px; gap: 14px; margin-top: 42px; }
.about-content .about-values .wp-block-column { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface-soft); }
.about-content .wp-block-quote { max-width: 900px; margin-top: 38px; padding: 28px 0 4px 24px; border-left: 4px solid var(--accent); }
.about-content .wp-block-quote p { margin: 0; color: var(--ink); font-size: clamp(1.35rem, 4vw, 2.2rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.3; }
.about-content img { height: auto; border-radius: 24px; }
.about-content a:not(.button) { text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 3px; text-underline-offset: 4px; }
.about-socials { display: flex; max-width: 1080px; flex-wrap: wrap; gap: 10px; margin: 0 auto; padding: 0 18px 54px; }
.about-socials a { display: inline-flex; min-height: 48px; align-items: center; gap: 9px; padding: 0 15px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-soft); color: var(--ink-soft); font-size: .82rem; font-weight: 750; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease; }
.about-socials a:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.about-cta { display: grid; gap: 24px; margin: 0 18px; padding: 30px; border-radius: 28px; background: var(--ink); color: #fff; }
.about-cta .eyebrow { color: rgba(255,255,255,.6); }
.about-cta h2 { margin: 0; font-size: clamp(2rem, 8vw, 3.8rem); font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.about-cta .button { width: 100%; min-height: 58px; justify-content: space-between; }

@media (min-width: 700px) {
  body { padding: 24px; }
  .menu-app, .product-page, .order-page, .waiter-app, .about-page { border-radius: 38px; box-shadow: 0 24px 80px rgba(20,22,19,.1); }
  .restaurant-hero { padding: 24px 32px 0; }
  .restaurant-hero__intro { padding: 68px 4px 35px; }
  .current-order-banner { margin-inline: 32px; }
  .table-status { max-width: 540px; }
  .category-tabs { padding-inline: 32px; }
  .menu-section { padding: 40px 32px 0; }
  .dish-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 20px; }
  .dish-add { top: auto; right: 12px; bottom: 104px; }
  .mobile-dock { right: 24px; bottom: 20px; left: auto; width: 240px; min-height: 60px; padding: 5px 9px; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-float); }
  .floating-order { bottom: 94px; }
  .search-sheet__panel, .qr-sheet__panel { right: 50%; bottom: 24px; left: auto; width: min(560px, calc(100vw - 48px)); border-radius: 32px; transform: translate(50%, 24px); }
  .search-sheet.is-open .search-sheet__panel, .qr-sheet.is-open .qr-sheet__panel { transform: translate(50%, 0); }
  .variation-sheet__panel { right: 50%; bottom: 24px; left: auto; width: min(620px, calc(100vw - 48px)); max-height: calc(100dvh - 48px); padding: 18px 24px 24px; border-radius: 32px; transform: translate(50%, 28px); }
  .variation-sheet.is-open .variation-sheet__panel { transform: translate(50%, 0); }
  .variation-sheet__footer { bottom: -24px; margin: 24px -24px -24px; padding: 14px 24px 18px; border-radius: 0 0 32px 32px; }
  .order-layout { grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: start; padding: 24px; }
  .order-card { grid-row: 1 / span 2; }
  .order-details, .order-summary { grid-column: 2; }
  .order-action { position: relative; right: auto; bottom: auto; left: auto; grid-column: 2; width: auto; padding: 0; border: 0; background: transparent; align-self: start; }
  .product-page { display: grid; min-height: calc(100dvh - 48px); grid-template-columns: 1.08fr .92fr; overflow: hidden; }
  .product-media { height: 100%; aspect-ratio: auto; }
  .product-sheet { margin: 0; padding: 72px 42px 130px; border-radius: 0; }
  .product-sheet__handle { display: none; }
  .product-add-row { right: max(24px, calc((100vw - 980px) / 2)); bottom: 94px; left: auto; width: 440px; border: 0; border-radius: 22px; box-shadow: var(--shadow-float); }
  .waiter-overview { margin: 22px; padding: 30px; }
  .guest-note { margin-inline: 22px; }
  .waiter-order-card { margin: 0 22px; }
  .waiter-item { grid-template-columns: 74px minmax(0,1fr) auto; align-items: center; }
  .waiter-item img { width: 74px; height: 74px; }
  .waiter-item .quantity-control { grid-column: 3; }
  .waiter-actions { right: max(24px, calc((100vw - 876px) / 2)); bottom: 94px; left: auto; width: 470px; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-float); }
  .guest-order-page { border-radius: 38px; box-shadow: 0 24px 80px rgba(20,22,19,.1); }
  .guest-order-layout { grid-template-columns: minmax(0,1.12fr) minmax(300px,.88fr); align-items: start; padding: 24px; }
  .guest-order-hero { grid-column: 1 / -1; padding: 32px; }
  .guest-order-items { grid-column: 1; }
  .guest-order-rail { position: sticky; top: 24px; display: grid; grid-column: 2; grid-row: 2; align-self: start; gap: 12px; min-width: 0; }
  .guest-order-qr,.guest-order-customer { position: static; }
  .guest-order-actions { position: relative; right: auto; bottom: auto; left: auto; width: auto; padding: 0; border: 0; background: transparent; backdrop-filter: none; box-shadow: none; }
  .guest-order-actions .button { min-height: 58px; border-radius: 18px; }
  .about-header { min-height: 132px; padding: 28px 32px; }
  .about-brand img { width: 160px; }
  .about-header__menu { width: auto; padding: 0 17px; }
  .about-header__menu span { display: inline; }
  .about-hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); align-items: center; gap: 48px; padding: 64px 48px 44px; }
  .about-hero__media { min-height: 460px; margin: 0; aspect-ratio: auto; }
  .about-content { padding: 74px 48px; }
  .about-content .wp-block-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .about-content .about-values .wp-block-column { padding: 28px; }
  .about-socials { padding-inline: 48px; padding-bottom: 72px; }
  .about-cta { grid-template-columns: minmax(0, 1fr) auto; align-items: end; margin: 0 48px; padding: 42px; }
  .about-cta .button { width: auto; min-width: 210px; }
}

@media (min-width: 1050px) {
  body { padding: 28px; }
  .menu-app { padding-bottom: 90px; }
  .restaurant-hero { min-height: 468px; padding: 28px 36px 0; background: var(--surface); }
  .restaurant-hero__top { position: relative; z-index: 5; display: flex; align-items: flex-start; gap: 10px; }
  .restaurant-brand { order: 1; margin-right: auto; justify-content: flex-start; }
  .restaurant-brand img { width: 160px; height: auto; }
  .restaurant-hero__top .js-open-search { order: 2; }
  .restaurant-hero__top > a.icon-button { order: 3; }
	.restaurant-hero__top .language-switcher { order: 4; flex: 0 0 48px; border-radius: 16px; background: var(--surface); }
  .restaurant-hero__top .icon-button { display: inline-flex; width: auto; min-width: 48px; padding: 0 16px; gap: 9px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
  .restaurant-hero__top .icon-button:hover { border-color: #d7d7d2; background: var(--surface-soft); }
  .restaurant-hero__top .icon-button__label { display: inline; font-size: .8rem; font-weight: 800; white-space: nowrap; }
  .restaurant-hero__top .jv-cart-count { top: -7px; right: -7px; }
  .restaurant-socials { position: absolute; z-index: 5; top: 176px; left: 36px; margin: 0; }
  .restaurant-hero__intro { position: relative; z-index: 3; width: 44%; max-width: 510px; padding: 86px 4px 44px; }
  .restaurant-hero__intro h1 { font-size: clamp(3.9rem, 5.4vw, 5.4rem); }
  .restaurant-hero__intro > p:not(.eyebrow) { font-size: 1.06rem; }
  .restaurant-hero__visual { position: absolute; top: 92px; right: 36px; bottom: 28px; display: block; width: 46%; overflow: hidden; border-radius: 30px; background: #d8d4cb var(--hero-dish) center / cover no-repeat; box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); }
  .restaurant-hero__visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06), transparent 42%, rgba(0,0,0,.36)); content: ""; }
  .hero-visual__badge { position: absolute; z-index: 2; top: 18px; right: 18px; display: flex; align-items: center; gap: 6px; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 4px 16px rgba(0,0,0,.1); font-size: .72rem; font-weight: 800; backdrop-filter: blur(12px); }
  .hero-visual__caption { position: absolute; z-index: 2; right: 22px; bottom: 106px; left: 22px; color: #fff; text-shadow: 0 2px 16px rgba(0,0,0,.3); }
  .hero-visual__caption strong,
  .hero-visual__caption span { display: block; }
  .hero-visual__caption strong { font-size: 1.3rem; font-weight: 900; letter-spacing: -.035em; }
  .hero-visual__caption span { margin-top: 2px; color: rgba(255,255,255,.82); font-size: .75rem; }
  .table-status { position: absolute; z-index: 4; right: 52px; bottom: 45px; width: calc(46% - 32px); max-width: none; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.94); box-shadow: 0 12px 35px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
  .current-order-banner { max-width: 560px; margin-top: 20px; }
  .category-tabs { top: 0; padding-block: 18px 15px; }
  .menu-section { padding-top: 46px; }
  .section-heading { margin-bottom: 24px; }
  .dish-card__image { border-radius: 26px; }
  .dish-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 42px 24px; }
  .mobile-dock { display: none; }
  .floating-order { right: max(42px, calc((100vw - 1164px) / 2)); bottom: 32px; min-width: 210px; }
  .search-sheet__panel,
  .qr-sheet__panel { top: 50%; bottom: auto; max-height: calc(100dvh - 64px); transform: translate(50%, -46%); }
  .search-sheet.is-open .search-sheet__panel,
  .qr-sheet.is-open .qr-sheet__panel { transform: translate(50%, -50%); }
  .order-page,
  .guest-order-page,
  .waiter-app { min-height: calc(100dvh - 56px); }
  .app-bar { min-height: 86px; padding: 18px 28px; border-radius: 38px 38px 0 0; }
  .order-layout { grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr); gap: 18px; padding: 28px; }
  .order-card,
  .order-details,
  .order-summary { border-radius: 26px; }
  .cart-item { grid-template-columns: 92px minmax(0,1fr); gap: 16px; padding: 18px 20px; }
  .cart-item img { width: 92px; height: 92px; border-radius: 20px; }
  .order-summary { position: sticky; top: 106px; }
  .order-page.is-empty .order-layout { grid-template-columns: 1fr; }
  .order-page.is-empty .order-card { grid-row: auto; width: min(100%, 760px); margin: 30px auto; }
  .order-action { right: auto; bottom: auto; }
  .product-page { min-height: calc(100dvh - 56px); }
  .product-sheet { padding: 88px 52px 150px; }
  .product-add-row { right: max(28px, calc((100vw - 980px) / 2)); bottom: 32px; }
  .waiter-actions { right: max(28px, calc((100vw - 864px) / 2)); bottom: 32px; }
  .guest-order-layout { gap: 18px; padding: 28px; }
  .guest-order-hero { padding: 38px; border-radius: 28px; }
  .guest-order-hero__meta { margin-bottom: 42px; }
  .guest-order-items,
  .guest-order-qr { border-radius: 26px; }
  .guest-order-actions { right: auto; bottom: auto; }
}

@keyframes language-globe-turn { to { transform: rotate(180deg); } }
@keyframes waiter-call-ring { 0%,100% { transform: rotate(0); } 20% { transform: rotate(10deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(6deg); } 80% { transform: rotate(-6deg); } }
@keyframes variation-loading-spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .language-switcher { transition: none; }
  .language-switcher.is-changing svg { animation: none; }
}

@media (max-width: 390px) {
  .waiter-header { padding-inline: 12px; }
  .waiter-brand { min-width: 0; gap: 7px; }
  .waiter-brand > span { width: 40px; height: 40px; flex: 0 0 40px; }
  .waiter-brand strong { display: block; max-width: 116px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .waiter-header__actions { gap: 7px; }
  .waiter-header__actions .waiter-live { width: 30px; height: 30px; padding: 0; font-size: 0; justify-content: center; }
  .waiter-header__actions .language-switcher { width: 40px; height: 40px; flex-basis: 40px; }
  .restaurant-hero { padding-inline: 14px; }
  .menu-section { padding-inline: 14px; }
  .category-tabs { padding-inline: 14px; }
  .dish-grid { gap-inline: 10px; }
  .dish-card__image { border-radius: 20px; }
  .dish-add { width: 44px; height: 44px; right: 8px; }
  .dish-card__body { padding-inline: 3px; }
  .floating-order { right: 14px; }
  .quantity-control { grid-template-columns: 38px 34px 38px; }
  .quantity-control button { width: 38px; }
  .product-add-row .quantity-control { width: 110px; min-width: 110px; }
  .waiter-actions { grid-template-columns: 1fr 1.2fr; }
  .waiter-actions .button { font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.product-unavailable{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:auto;padding:14px;border:1px solid #e8c7c4;border-radius:16px;background:#fff5f4;color:#8f3733}.product-unavailable>span{display:grid;width:42px;height:42px;border-radius:12px;background:#f4dfdd;place-items:center}.product-unavailable>div{display:grid;gap:3px}.product-unavailable strong{font-size:.75rem}.product-unavailable small{color:#925c58;font-size:.62rem;line-height:1.4}.product-unavailable>a{padding:10px 12px;border:1px solid #d9b7b4;border-radius:10px;color:inherit;font-size:.62rem;font-weight:900;text-decoration:none}
@media(max-width:560px){.product-unavailable{grid-template-columns:42px minmax(0,1fr)}.product-unavailable>a{grid-column:1/-1;text-align:center}}

/* Location-based delivery checkout */
.delivery-location-picker{display:grid;gap:12px}.delivery-location-picker__heading{display:grid;gap:4px}.delivery-location-picker__heading>span{font-size:.75rem;font-weight:850}.delivery-location-picker__heading>b{color:var(--danger)}.delivery-location-picker__heading small{color:var(--muted);font-size:.65rem;line-height:1.4}.delivery-location-picker__actions{display:flex;flex-wrap:wrap;gap:8px}.delivery-location-picker__actions .button{min-height:44px;padding-inline:13px;border:1px solid var(--line);border-radius:13px;background:var(--surface-soft);color:var(--ink);font-size:.7rem}.delivery-location-picker__actions .button:hover{border-color:var(--ink);background:var(--surface)}.delivery-map{height:270px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#e8eae5}.delivery-map .leaflet-control-attribution{font-size:9px}.delivery-address-results{display:grid;gap:6px;padding:6px;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft)}.delivery-address-results button{display:flex;min-height:46px;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;border:0;border-radius:10px;background:var(--surface);color:var(--ink);font:inherit;text-align:left;cursor:pointer}.delivery-address-results button+button{border-top:1px solid var(--line)}.delivery-address-results span{font-size:.67rem;line-height:1.35}.delivery-address-results b{color:var(--success);font-size:.63rem;white-space:nowrap}.delivery-quote{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:11px 12px;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft)}.delivery-quote>span{display:grid;width:38px;height:38px;border-radius:11px;background:var(--surface);place-items:center}.delivery-quote>div{display:grid;gap:3px}.delivery-quote strong{font-size:.72rem}.delivery-quote small{color:var(--muted);font-size:.62rem}.delivery-quote.is-ready{border-color:rgba(22,131,81,.3);background:rgba(22,131,81,.07)}.delivery-quote.is-ready>span{color:var(--success)}.delivery-quote.is-error{border-color:rgba(189,47,56,.28);background:rgba(189,47,56,.06)}.delivery-quote.is-error>span{color:var(--danger)}
@media(max-width:520px){.delivery-location-picker__actions{display:grid;grid-template-columns:1fr}.delivery-location-picker__actions .button{justify-content:flex-start}.delivery-map{height:235px}}

/* Resilient address finder */
.delivery-location-picker__help{margin:-3px 0 0;color:var(--muted);font-size:.63rem;line-height:1.5}
.delivery-location-picker__actions .button.is-loading{cursor:wait;opacity:.68}
.delivery-address-results{max-height:360px;overflow:auto;padding:8px;scrollbar-gutter:stable}
.delivery-address-results__heading{display:grid;gap:3px;padding:7px 9px 10px}
.delivery-address-results__heading strong{font-size:.69rem}
.delivery-address-results__heading small{color:var(--muted);font-size:.59rem;line-height:1.4}
.delivery-address-results button{display:grid;min-height:62px;grid-template-columns:34px minmax(0,1fr) auto;padding:10px;transition:border-color .16s ease,background .16s ease,transform .16s ease}
.delivery-address-results button+button{border-top:0}
.delivery-address-results button:hover{background:#fff;border-color:var(--ink);transform:translateY(-1px)}
.delivery-address-results button:focus-visible{outline:3px solid rgba(239,213,32,.45);outline-offset:1px}
.delivery-address-result__pin{display:grid;width:34px;height:34px;border-radius:10px;background:var(--surface-soft);color:var(--ink);place-items:center}
.delivery-address-result__copy{display:grid;min-width:0;gap:3px}
.delivery-address-result__copy strong{overflow:hidden;color:var(--ink);font-size:.69rem;line-height:1.3;text-overflow:ellipsis}
.delivery-address-result__copy small{overflow:hidden;color:var(--muted);font-size:.59rem;line-height:1.35;text-overflow:ellipsis}
.delivery-address-results button>b{align-self:center;padding:7px 9px;border-radius:9px;background:rgba(22,131,81,.08)}
@media(max-width:520px){.delivery-address-results{max-height:330px}.delivery-address-results button{grid-template-columns:32px minmax(0,1fr)}.delivery-address-results button>b{grid-column:2;justify-self:start}.delivery-address-result__pin{width:32px;height:32px}}
@media(prefers-reduced-motion:reduce){.delivery-address-results button{transition:none}.delivery-address-results button:hover{transform:none}}

/* Cash delivery checkout: balanced desktop workspace and natural mobile flow */
.order-page--cash .delivery-location-picker__actions .button { justify-content: flex-start; }
.order-page--cash .delivery-address-results { scrollbar-color: #b9beb5 transparent; scrollbar-width: thin; }
.order-page--cash .delivery-address-results::-webkit-scrollbar { width: 8px; }
.order-page--cash .delivery-address-results::-webkit-scrollbar-thumb { border: 2px solid transparent; border-radius: 999px; background: #b9beb5; background-clip: padding-box; }
.order-page--cash .delivery-address-results::-webkit-scrollbar-track { background: transparent; }
.order-page--cash .delivery-map .leaflet-control-zoom a { width: 42px; height: 42px; font-size: 21px; line-height: 42px; }

@media (min-width: 700px) and (max-width: 979px) {
  .order-page--cash .order-rail { display: contents; }
  .order-page--cash .order-layout { grid-template-columns: 1fr; }
  .order-page--cash .order-card,
  .order-page--cash .order-details,
  .order-page--cash .order-summary,
  .order-page--cash .order-action { position: static; grid-column: 1; grid-row: auto; }
  .order-page--cash .order-card { order: 1; }
  .order-page--cash .order-details { order: 2; }
  .order-page--cash .order-summary { order: 3; }
  .order-page--cash .order-action { order: 4; }
}

@media (min-width: 980px) {
  .order-page--cash { max-width: 1380px; padding-bottom: 28px; }
  .order-page--cash .order-layout {
    grid-template-columns: minmax(360px, .78fr) minmax(560px, 1.22fr);
    gap: 18px;
  }
  .order-page--cash .order-rail { position: sticky; top: 106px; display: grid; grid-column: 1; grid-row: 1; align-content: start; gap: 18px; }
  .order-page--cash .order-card,
  .order-page--cash .order-summary,
  .order-page--cash .order-action { position: static; grid-column: auto; grid-row: auto; }
  .order-page--cash .order-details { grid-column: 2; grid-row: 1; }
  .order-page--cash .order-action .button { min-height: 64px; border-radius: 19px; }
  .order-page--cash .delivery-fields { gap: 17px 14px; padding: 26px; }
  .order-page--cash .delivery-fields__heading { padding-bottom: 3px; }
  .order-page--cash .delivery-fields__heading h2 { font-size: 1.55rem; }
  .order-page--cash .delivery-fields__heading > p:last-child { font-size: .86rem; line-height: 1.5; }
  .order-page--cash .delivery-location-picker {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 12px;
  }
  .order-page--cash .delivery-location-picker__heading,
  .order-page--cash .delivery-location-picker__actions,
  .order-page--cash .delivery-location-picker__help,
  .order-page--cash .delivery-quote,
  .order-page--cash .field-error { grid-column: 1 / -1; }
  .order-page--cash .delivery-address-results { grid-column: 1; max-height: 300px; }
  .order-page--cash .delivery-map { height: 300px; grid-column: 2; }
  .order-page--cash .delivery-location-picker:has(.delivery-address-results[hidden]) .delivery-map { grid-column: 1 / -1; }
  .order-page--cash .delivery-address-results button { min-height: 64px; }
  .order-page--cash .delivery-quote { min-height: 62px; }
}

@media (max-width: 699px) {
  .order-page--cash { padding-bottom: calc(164px + env(safe-area-inset-bottom)); }
  .order-page--cash .order-rail { display: contents; }
  .order-page--cash .order-card { order: 1; }
  .order-page--cash .order-details { order: 2; }
  .order-page--cash .order-summary { order: 3; }
  .order-page--cash .order-action { order: 4; }
  .order-page--cash .app-bar { min-height: 72px; padding-inline: 14px; }
  .order-page--cash .order-layout { padding: 12px; }
  .order-page--cash .order-card,
  .order-page--cash .order-details,
  .order-page--cash .order-summary { border-radius: 20px; }
  .order-page--cash .delivery-address-results { max-height: none; overflow: visible; }
  .order-page--cash .delivery-map { height: 230px; border-radius: 15px; }
  .order-page--cash .quantity-control { grid-template-columns: 44px 40px 44px; min-height: 44px; }
  .order-page--cash .quantity-control button,
  .order-page--cash .cart-remove { width: 44px; height: 44px; }
  .order-page--cash .delivery-quote { align-items: start; }
  .order-page--cash .order-action { padding-inline: 12px; padding-bottom: max(12px, env(safe-area-inset-bottom)); }
  .order-page--cash .order-action .button { min-height: 62px; border-radius: 18px; }
}
