/* Modern, mobile-first menu UI inspired by the provided layout */
:root{
  --bg:#151823;
  --panel:#1b1f2d;
  --card:#1f2433;
  --ink:#f3f6fb;
  --muted:#c8b6a7;
  --line:rgba(255,255,255,.08);
  --accent:#d7ad57;
  --accent-dark:#b8862f;
  --shadow: 0 22px 50px rgba(0,0,0,.55);
  --shadow-soft: 0 12px 24px rgba(0,0,0,.35);
  --r:22px;
  --topbar-h:84px;
  --topbar-offset:168px;
}

*{box-sizing:border-box}
html,body{height:100%}
html{
  background: #4a3b34;
}
body{
  margin:0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background: #4a3b34;
  position:relative;
  overflow-x:hidden;
}
body::before,
body::after{
  content:"";
  position:fixed;
  top: 210px;
  width: min(22vw, 300px);
  height: min(58vw, 760px);
  z-index:0;
  pointer-events:none;
  background: url("./assets/rajasthani-side-art.svg") center top / contain no-repeat;
  opacity:.82;
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.16));
}
body::before{
  left: max(18px, calc((100vw - 1280px) / 2));
}
body::after{
  right: max(18px, calc((100vw - 1280px) / 2));
  transform: scaleX(-1);
}
body.menu-restaurant{
  background: #4a3b34;
}
body.menu-bar{
  background: #4a3b34;
}

a{color:inherit; text-decoration:none}
img{display:block; max-width:100%}
.serif{font-family: "Playfair Display", "Times New Roman", serif}
.muted{color:var(--muted)}
.small{font-size:12px}

.container{max-width:860px; margin:0 auto; padding:18px; position:relative; z-index:1}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid rgba(255,255,255,.06);
  background: rgba(36,25,21,.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 30px rgba(0,0,0,.24);
}
body.menu-restaurant .topbar{
  background: rgba(36,25,21,.96);
}
body.menu-bar .topbar{
  background: rgba(36,25,21,.96);
}
.content{
  padding-top:6px;
}
.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height: var(--topbar-h);
  gap:10px;
}
.topbar-tools{
  padding-top:2px;
  padding-bottom:10px;
}

.brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  text-align:center;
}
.brand-logo{
  width:64px;
  height:64px;
  border-radius:50%;
  object-fit:cover;
  border:2px solid rgba(215,173,87,.55);
  box-shadow: 0 12px 28px rgba(0,0,0,.38);
}
.brand .logo{
  font-size:24px;
  font-weight:700;
  letter-spacing:2px;
  color:var(--accent);
}
.brand .subtitle{
  font-size:11px;
  color:rgba(255,255,255,.6);
  letter-spacing:.2px;
}

.actions{display:flex; gap:10px; align-items:center; flex-wrap:wrap}
.actions .btn{min-width:110px}
.hero-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:2px 0 8px;
}
.call-menu{position:relative}
.call-panel{
  position:absolute;
  left:50%;
  top: calc(100% + 12px);
  transform: translate(-50%, -6px);
  min-width:190px;
  padding:8px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(20,24,34,.92);
  box-shadow: 0 18px 40px rgba(0,0,0,.6);
  display:flex;
  flex-direction:column;
  gap:6px;
  z-index:80;
  opacity:0;
  pointer-events:none;
  visibility:hidden;
  transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
}
.call-menu.open .call-panel{
  opacity:1;
  transform: translate(-50%, 0);
  pointer-events:auto;
  visibility:visible;
  transition-delay:0s;
}
.call-menu.open .call-toggle{
  box-shadow: 0 0 0 3px rgba(215,173,87,.2);
}
.call-link{
  padding:8px 10px;
  border-radius:10px;
  border:1px solid transparent;
  font-weight:600;
  background: rgba(255,255,255,.08);
  color: #f3f6fb;
}
.call-link:hover{
  border-color: rgba(215,173,87,.5);
  background: rgba(215,173,87,.18);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  background: linear-gradient(135deg, rgba(230,126,34,.95), rgba(210,106,18,.95));
  color:#fff;
  font-weight:600;
  padding:10px 16px;
  border-radius:999px;
  box-shadow: var(--shadow);
  cursor:pointer;
  white-space:nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn.primary{
  background: #2d2d2d;
  box-shadow: none;
}
.btn.primary:hover{background:#1a1a1a}
.btn.ghost{
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
  box-shadow:none;
}
.theme-toggle{
  gap:8px;
}
.theme-toggle svg{
  width:16px;
  height:16px;
}
.btn:hover{transform: translateY(-1px); box-shadow: 0 16px 30px rgba(19,15,10,.12)}
.btn:active{transform: translateY(0px)}
.icon-btn{
  min-width:auto;
  width:44px;
  height:44px;
  padding:10px;
}
.icon-btn svg{
  width:18px;
  height:18px;
}
.fab{
  width:48px;
  height:48px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(26,30,42,.9);
  box-shadow: none;
  color:#fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.fab svg{
  width:18px;
  height:18px;
}
.fab:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0,0,0,.6);
}
.fab-whatsapp{
  background: #25d366;
  border-color: rgba(37,211,102,.55);
  color:#fff;
  box-shadow: none;
}
.fab-call{
  background: #d7ad57;
  border-color: rgba(215,173,87,.7);
  color:#2d2416;
  box-shadow: none;
}
.fab-call svg{
  stroke:#2d2416;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}

.search-row{
  display:flex;
  gap:10px;
  margin:0 0 8px;
  align-items:center;
}
.search-field{
  flex:1 1 auto;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:10px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.1);
  background: linear-gradient(180deg, rgba(102,78,68,.34), rgba(73,55,48,.24));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 10px 24px rgba(0,0,0,.16);
}
.search-field:focus-within{
  border-color: rgba(215,173,87,.55);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 0 0 3px rgba(215,173,87,.12);
}
.search-icon{
  width:18px;
  height:18px;
  color: rgba(255,255,255,.7);
  flex:0 0 auto;
}
#search{
  flex:1 1 auto;
  border:none;
  outline:none;
  background: transparent;
  color: var(--ink);
  font-size:14px;
}
#search::placeholder{color: rgba(255,255,255,.6)}
.tool-actions{
  display:none;
}
.mobile-category-picker{
  display:none;
  margin:0 0 8px;
  position:relative;
}
.mobile-category-picker::before{
  content:"Jump To Category";
  display:block;
  margin:0 0 6px 4px;
  color:rgba(240,224,208,.78);
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.mobile-category-select-wrap{
  position:relative;
}
.mobile-category-select-wrap::after{
  content:"";
  position:absolute;
  right:18px;
  top:50%;
  width:11px;
  height:11px;
  border-right:2px solid rgba(232,194,117,.9);
  border-bottom:2px solid rgba(232,194,117,.9);
  transform: translateY(-70%) rotate(45deg);
  pointer-events:none;
}
.mobile-category-select{
  width:100%;
  min-height:54px;
  padding:14px 48px 14px 16px;
  border-radius:20px;
  border:1px solid rgba(232,194,117,.18);
  background:
    linear-gradient(180deg, rgba(110,82,69,.52), rgba(78,58,49,.34));
  color:var(--ink);
  font-size:15px;
  font-weight:700;
  appearance:none;
  outline:none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 12px 24px rgba(0,0,0,.18);
}
.mobile-category-select:focus{
  border-color: rgba(232,194,117,.58);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 0 3px rgba(232,194,117,.14),
    0 12px 24px rgba(0,0,0,.18);
}
.mobile-category-select option{
  color:#2b201b;
  background:#f6e9d9;
}

.hide-scrollbar::-webkit-scrollbar{display:none}
.hide-scrollbar{scrollbar-width:none}
.chips{
  display:flex;
  gap:12px;
  overflow-x:auto;
  padding:8px 4px;
  justify-content:flex-start;
  scroll-behavior:smooth;
  scroll-padding-inline: 6px;
}
.chip{
  position:relative;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(114,87,76,.46), rgba(77,58,50,.26));
  padding:10px 16px;
  border-radius:999px;
  cursor:pointer;
  font-weight:700;
  font-size:13px;
  letter-spacing:.15px;
  color: rgba(255,255,255,.76);
  transition: color .2s ease, border .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
  white-space:nowrap;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.chip:hover{
  color: #fff;
  border-color: rgba(255,255,255,.18);
  transform: translateY(-1px);
}
.chip.active{
  color: #151823;
  background: linear-gradient(135deg, rgba(232,194,117,.98), rgba(215,173,87,.95));
  border-color: rgba(232,194,117,.98);
  box-shadow: 0 12px 26px rgba(0,0,0,.3);
  transform: translateY(-1px);
}
.chip:focus-visible{
  outline:none;
  border-color: rgba(232,194,117,.92);
  box-shadow: 0 0 0 3px rgba(215,173,87,.18);
}
.chips-nav{
  position:relative;
  display:flex;
  align-items:center;
  overflow:visible;
  padding:0 44px;
  min-height:52px;
  margin-top:8px;
}
.chips-nav::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:22px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.04);
  box-shadow: none;
  pointer-events:none;
}
.chip-nav{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(53,38,32,.94);
  color: rgba(255,255,255,.8);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow: 0 10px 22px rgba(0,0,0,.35);
  transition: transform .2s ease, color .2s ease, border .2s ease;
  z-index:5;
  pointer-events:auto;
}
.chip-nav:hover{
  color:#fff;
  border-color: rgba(215,173,87,.5);
  transform: translateY(-50%) scale(1.05);
}
.chip-nav:disabled{
  opacity:.35;
  cursor:default;
  box-shadow:none;
}
.chip-nav svg{
  width:16px;
  height:16px;
}
.chip-nav-left{left:6px}
.chip-nav-right{right:6px}

.content{margin-top:20px}
.sticky{
  position:sticky;
  top: var(--topbar-offset);
  z-index:60;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(54,40,34,.88);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 30px rgba(0,0,0,.35);
  margin-bottom:10px;
}
.active-cat{
  font-weight:700;
  padding:6px 12px;
  border-radius:999px;
  background: rgba(215,173,87,.2);
  border:1px solid rgba(215,173,87,.35);
}

.menu{
  margin-top:14px;
  display:grid;
  grid-template-columns: 1fr;
  gap:18px;
}
@media (max-width: 720px){
  :root{--topbar-offset:220px;}
}
@media (max-width: 1180px){
  body::before,
  body::after{
    display:none;
  }
}

.section{
  border:1px solid rgba(255,255,255,.06);
  border-radius: var(--r);
  overflow:hidden;
  background: rgba(50,38,34,.82);
  box-shadow: 0 16px 30px rgba(0,0,0,.36);
  animation: fadeUp .6s ease both;
  scroll-margin-top: calc(var(--topbar-h) + 80px);
}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 14px 7px;
  background: transparent;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section-title{
  font-weight:700;
  letter-spacing:.3px;
  color: var(--accent);
}
.section-sub{color:var(--muted); font-size:11px}
.items{padding:4px 14px 10px}

.item{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:8px;
  padding:8px 0;
  border-bottom: 1px dashed rgba(255,255,255,.06);
}
.item:last-child{border-bottom:none}
.item-main{
  flex:1 1 0;
  min-width:0;
}
.item-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.item-with-image{
  flex-wrap:nowrap;
  align-items:flex-start;
}
.item-image-wrap{
  flex:0 0 76px;
}
.item-image{
  width:76px;
  height:76px;
  object-fit:contain;
  object-position:center;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  box-shadow: 0 8px 18px rgba(0,0,0,.22);
  background:#fff;
  cursor: zoom-in;
}
.item-name{font-weight:700; flex:1 1 auto; line-height:1.35}
.item-desc{color: var(--muted); font-size:11px; line-height:1.45; margin-top:4px}
.price-list{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:6px;
}
.price-option{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:2px 4px 2px 0;
}
.price-option-label{
  font-size:11px;
  color:rgba(255,255,255,.68);
  text-transform:uppercase;
  letter-spacing:.4px;
}
.price{
  font-weight:700;
  font-size:12px;
  padding:3px 9px;
  border-radius:999px;
  background: rgba(243,219,179,.92);
  border:1px solid rgba(255,236,209,.95);
  color:#37261f;
}

.empty{
  margin:16px 0;
  text-align:center;
  padding:22px 18px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(64,49,43,.78);
  box-shadow: 0 18px 30px rgba(0,0,0,.35);
  color:#f2e5d8;
}
.hidden{display:none}

.footer{
  margin-top:18px;
  padding:14px 0 6px;
  border-top:1px solid rgba(255,255,255,.08);
}

.scroll-toggle{
  display:none;
}

@media (max-width: 640px){
  .mobile-category-picker{
    display:block;
  }
  .chips-nav{
    display:none;
  }
  .topbar-inner{align-items:center}
  .brand-logo{width:82px; height:82px}
  .hero-actions{gap:14px}
  .fab{width:52px; height:52px}
  .search-row{flex-direction:column; align-items:stretch}
  .clear-btn{align-self:flex-end}
  .item-with-image{
    flex-wrap:wrap;
  }
  .item-image-wrap{
    flex:0 0 100%;
  }
  .item-image{
    width:100%;
    height:180px;
    object-fit:contain;
    object-position:center;
    background:#fff;
  }
}

@keyframes fadeUp{
  from{opacity:0; transform: translateY(12px)}
  to{opacity:1; transform: translateY(0)}
}
.menu-mode{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 8px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background: rgba(79,60,52,.32);
}
.utility-btn{
  border:none;
  border-radius:999px;
  padding:11px 16px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  color:#151823;
  background: rgba(215,173,87,.96);
  box-shadow: 0 14px 28px rgba(0,0,0,.28);
}
.utility-btn.ghost{
  color:var(--ink);
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:none;
}
body.menu-bar .brand .logo,
body.menu-bar .section-title{
  color:#ffbf66;
}
body.menu-bar .search-field:focus-within{
  border-color: rgba(255,191,102,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 0 0 3px rgba(255,191,102,.14);
}
body.menu-restaurant .chip.active{
  background: linear-gradient(135deg, rgba(232,194,117,.98), rgba(215,173,87,.95));
  border-color: rgba(232,194,117,.98);
}
body.menu-bar .menu-mode-btn.active,
body.menu-bar .chip.active,
body.menu-bar .utility-btn{
  background:#ffbf66;
  border-color:#ffbf66;
}
body.menu-bar .fab-call{
  background:#ffbf66;
  border-color: rgba(255,191,102,.8);
}
.menu-mode-label{
  font-size:12px;
  color:rgba(255,255,255,.62);
  letter-spacing:.2px;
}
.menu-mode-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.menu-mode-btn{
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.05);
  color:rgba(255,255,255,.8);
  border-radius:999px;
  padding:7px 12px;
  font-size:12px;
  font-weight:600;
  cursor:pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.menu-mode-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(215,173,87,.55);
}
.menu-mode-btn.active{
  background: rgba(215,173,87,.95);
  color:#151823;
  border-color: rgba(215,173,87,.95);
}
.price-table-wrap{
  overflow-x:auto;
  padding:6px 14px 12px;
}
.price-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  min-width:720px;
}
.price-table th,
.price-table td{
  padding:11px 10px;
  text-align:left;
  border-bottom:1px solid rgba(255,255,255,.08);
  vertical-align:top;
}
.price-table th{
  position:sticky;
  top:0;
  background: rgba(42,31,27,.96);
  color:rgba(255,255,255,.72);
  font-size:12px;
  letter-spacing:.5px;
  text-transform:uppercase;
  z-index:1;
}
.price-table tbody tr:last-child td{
  border-bottom:none;
}
.price-table-brand{
  display:flex;
  align-items:flex-start;
  gap:10px;
  min-width:220px;
}
.price-table-image{
  width:52px;
  height:52px;
  object-fit:contain;
  object-position:center;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:#fff;
  box-shadow: 0 8px 16px rgba(0,0,0,.2);
  flex:0 0 auto;
  cursor: zoom-in;
}
.price-table-name{
  font-weight:700;
  line-height:1.3;
}
.price-table-desc{
  margin-top:4px;
  color:var(--muted);
  font-size:11px;
  line-height:1.4;
}
.price-table-value{
  white-space:nowrap;
  font-weight:700;
  color:#f7e5b4;
}
.price-table-brand-cell{
  width:40%;
}
.menu-chooser{
  position:fixed;
  inset:0;
  z-index:120;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background: rgba(8,11,18,.78);
  backdrop-filter: blur(10px);
  opacity:0;
  pointer-events:none;
  transition: opacity .25s ease;
}
.menu-chooser.open{
  opacity:1;
  pointer-events:auto;
}
.menu-chooser-card{
  width:min(100%, 560px);
  border-radius:28px;
  padding:28px;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(500px 240px at 50% -10%, rgba(215,173,87,.18), transparent 70%),
    linear-gradient(180deg, rgba(28,32,45,.98), rgba(18,21,33,.98));
  box-shadow: 0 28px 60px rgba(0,0,0,.55);
  text-align:center;
}
.menu-chooser-kicker{
  font-size:12px;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:rgba(215,173,87,.9);
  margin-bottom:10px;
}
.menu-chooser-title{
  margin:0;
  font-size:38px;
  color:var(--ink);
}
.menu-chooser-copy{
  margin:14px auto 0;
  max-width:42ch;
  color:rgba(255,255,255,.75);
  line-height:1.6;
}
.menu-chooser-actions{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:12px;
  margin-top:24px;
}
.menu-choice-btn{
  border:none;
  border-radius:20px;
  padding:18px 16px;
  font-size:17px;
  font-weight:700;
  cursor:pointer;
  color:#151823;
  background: linear-gradient(135deg, #e2bb6d, #c79438);
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 16px 32px rgba(0,0,0,.35);
}
.menu-choice-btn.secondary{
  color:var(--ink);
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
}
.menu-choice-btn:hover{
  transform: translateY(-2px);
}
.menu-chooser-note{
  margin-top:16px;
  color:rgba(255,255,255,.56);
  font-size:12px;
}
.image-lightbox{
  position:fixed;
  inset:0;
  z-index:140;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  background: rgba(14,10,9,.82);
  backdrop-filter: blur(10px);
  opacity:0;
  pointer-events:none;
  transition: opacity .2s ease;
}
.image-lightbox.open{
  opacity:1;
  pointer-events:auto;
}
.image-lightbox-stage{
  max-width:min(92vw, 980px);
  max-height:86vh;
  display:flex;
  align-items:center;
  justify-content:center;
}
.image-lightbox-img{
  max-width:100%;
  max-height:86vh;
  object-fit:contain;
  border-radius:22px;
  background:#f7f2eb;
  box-shadow: 0 22px 60px rgba(0,0,0,.4);
}
.image-lightbox-close{
  position:absolute;
  top:18px;
  right:18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  padding:10px 14px;
  background: rgba(74,59,52,.92);
  color:#fff;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}
body.lightbox-open{
  overflow:hidden;
}
body.chooser-open{
  overflow:hidden;
}
@media (max-width: 640px){
  body::before,
  body::after{
    display:none;
  }
  .menu-mode{
    flex-direction:column;
    align-items:flex-start;
  }
  .topbar-inner{
    min-height:76px;
  }
  .brand-logo{width:56px; height:56px}
  .brand .logo{font-size:21px}
  .price-table-wrap{
    padding:8px 12px 14px;
  }
  .price-table{
    min-width:640px;
  }
  .items{
    padding:2px 12px 8px;
  }
  .item{
    padding:7px 0;
  }
  .item-image-wrap{
    flex:0 0 68px;
  }
  .item-image{
    width:68px;
    height:68px;
    object-fit:contain;
    object-position:center;
    background:#fff;
  }
  .hero-actions{margin-bottom:10px}
  .menu-chooser-card{
    padding:24px 20px;
  }
  .menu-chooser-title{
    font-size:32px;
  }
  .menu-chooser-actions{
    grid-template-columns: 1fr;
  }
  .image-lightbox{
    padding:18px;
  }
  .image-lightbox-close{
    top:14px;
    right:14px;
  }
}
@media (max-width: 980px){
  .price-table{
    min-width:660px;
  }
  .price-table th,
  .price-table td{
    padding:10px 8px;
  }
  .price-table-brand{
    min-width:190px;
    gap:8px;
  }
  .price-table-name{
    font-size:15px;
  }
  .price-table-desc{
    font-size:10px;
  }
}
@media print{
  body,
  body.menu-bar,
  body.menu-restaurant{
    background:#fff !important;
    color:#111 !important;
  }
  .topbar{
    position:static;
    background:#fff;
    backdrop-filter:none;
  }
  .hero-actions,
  .search-row,
  .menu-mode,
  .chips-nav,
  .scroll-toggle,
  .menu-chooser,
  .call-menu{
    display:none !important;
  }
  .brand .logo,
  .section-title{
    color:#222 !important;
  }
  .section{
    background:#fff !important;
    color:#111 !important;
    box-shadow:none !important;
    border-color:#ddd !important;
    break-inside:avoid;
  }
  .item-desc,
  .section-sub,
  .brand .subtitle{
    color:#555 !important;
  }
  .price{
    background:#f3f3f3 !important;
    border-color:#ddd !important;
    color:#111 !important;
  }
  .container{
    max-width:none;
    padding:0;
  }
}
