:root {
  --ink: #080706;
  --panel: #17120f;
  --panel-2: #211913;
  --line: rgba(255,255,255,.13);
  --paper: #fff8ec;
  --muted: #b9aa98;
  --gold: #d6ad61;
  --red: #b93a2f;
  --green: #6f8b67;
  --shadow: 0 18px 50px rgba(0,0,0,.32);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 24px 24px, rgba(255,248,236,.035) 1px, transparent 1.5px) 0 0/34px 34px,
    linear-gradient(180deg, #080706 0%, #100d0a 48%, #080706 100%);
  color: var(--paper);
  font-family: Inter, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px clamp(14px, 3vw, 34px);
  background: rgba(8,7,6,.88);
  border-bottom: 1px solid rgba(214,173,97,.18);
  backdrop-filter: blur(16px);
}
.brand {
  margin-right: auto;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: 0;
}
.topbar nav { display: none; gap: 22px; color: var(--muted); font-size: 14px; }
.topbar nav a { position: relative; padding: 7px 0; }
.topbar nav a:hover { color: var(--paper); }
.cart-pill, .primary, .secondary, .addButton, .cart-head button {
  border: 0;
  border-radius: 6px;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
  font-size: 14px;
}
.cart-pill, .primary, .addButton {
  background: linear-gradient(180deg, #e0bb70, #c69443);
  color: #120d08;
  box-shadow: 0 10px 24px rgba(198,148,67,.16);
}
.cart-pill.cart-bump { animation: cartBump .42s ease; }
.addButton.added { background: #efe1ba; }
.cart-fly { position: absolute; z-index: 80; pointer-events: none; transform: translate(-50%, -8px); border-radius: 999px; background: var(--gold); color: #120d08; padding: 7px 11px; font-size: 12px; font-weight: 800; box-shadow: 0 10px 26px rgba(0,0,0,.36); animation: cartFly .82s ease forwards; }
.secondary, .cart-head button { background: rgba(255,255,255,.03); color: var(--paper); border: 1px solid var(--line); }
.secondary:hover, .cart-head button:hover { border-color: rgba(214,173,97,.55); }
.hero {
  position: relative;
  min-height: min(760px, 78vh);
  display: grid;
  place-items: start center;
  padding: 96px clamp(18px, 5vw, 72px) 310px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(8,7,6,.68) 0%, rgba(8,7,6,.18) 38%, rgba(8,7,6,.82) 100%),
    url('/img/koi-comfort-food-hero-clean.png?v=20260625-clean') center bottom/cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214,173,97,.65), transparent);
}
.hero-copy { position: relative; z-index: 1; max-width: 860px; }
.hero h1 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 4.8vw, 66px);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 16px 48px rgba(0,0,0,.46);
}
.hero p { max-width: 720px; margin-left: auto; margin-right: auto; color: #e4c88d; line-height: 1.5; font-size: clamp(17px, 1.8vw, 22px); }
.hero-menu-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 13px;
  margin: 14px auto 0;
  color: var(--paper) !important;
  font-size: clamp(14px, 1.6vw, 19px) !important;
  line-height: 1.25 !important;
  text-shadow: 0 8px 26px rgba(0,0,0,.62);
}
.hero-menu-line span { color: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: clamp(72px, 10vh, 138px); }
.hero-actions .primary, .hero-actions .secondary { min-width: 150px; text-align: center; padding: 13px 18px; }
.info-grid { display: grid; gap: 14px; width: min(1240px, calc(100% - 36px)); margin: -68px auto 18px; padding: 0; position: relative; z-index: 2; }
.info-grid article, .category-panel, .dish-card, .cart-drawer, .status-card { border: 1px solid var(--line); background: var(--panel); border-radius: 8px; }
.info-grid article {
  min-height: 112px;
  padding: 18px;
  background: rgba(26,20,15,.86);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 42px rgba(0,0,0,.22);
}
.info-grid h2 { margin: 0 0 8px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.info-grid p { margin: 0; color: var(--paper); line-height: 1.45; }
#openingHours { display: grid; gap: 3px; }
#openingHours span { display: block; }
.map-wrap { padding: 0 18px 22px; }
.map-wrap iframe { width: 100%; height: 280px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.menu-layout { display: grid; gap: 18px; padding: 18px; max-width: 1240px; margin: 0 auto 80px; }
.category-panel {
  position: sticky;
  top: 74px;
  padding: 13px;
  align-self: start;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(23,18,15,.96));
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}
.category-panel input, .checkout input, .checkout textarea, .selectors select, .selectors input {
  width: 100%;
  border: 1px solid var(--line);
  background: #211a15;
  color: var(--paper);
  border-radius: 6px;
  padding: 12px;
  outline: none;
  font-size: 15px;
}
.category-panel input:focus, .checkout input:focus, .checkout textarea:focus, .selectors input:focus {
  border-color: rgba(214,173,97,.62);
  box-shadow: 0 0 0 3px rgba(214,173,97,.1);
}
#categoryList { display: flex; gap: 8px; overflow-x: auto; margin-top: 12px; }
#categoryList button {
  display: grid;
  gap: 2px;
  min-width: max-content;
  white-space: nowrap;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
  color: var(--paper);
  border-radius: 999px;
  padding: 9px 13px;
  cursor: pointer;
  text-align: left;
}
#categoryList button span { font-weight: 800; }
#categoryList button small { color: var(--muted); font-size: 11px; }
#categoryList button.active {
  background: linear-gradient(180deg, rgba(214,173,97,.98), rgba(198,148,67,.98));
  color: #120d08;
  border-color: var(--gold);
}
#categoryList button.active small { color: rgba(18,13,8,.72); }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(214,173,97,.24);
  padding-bottom: 12px;
}
.section-heading h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(32px, 5vw, 48px); }
.section-heading h2::after { content: ""; display: block; width: 58px; height: 3px; margin-top: 8px; background: var(--red); }
.section-heading p { max-width: 540px; margin: 0; color: var(--muted); line-height: 1.55; }
.dish-list { display: grid; gap: 14px; }
.dish-card {
  position: relative;
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 14px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.018));
  box-shadow: 0 10px 30px rgba(0,0,0,.16);
  overflow: hidden;
}
.dish-card > div { min-width: 0; }
.dish-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  background: var(--gold);
  opacity: .82;
}
.dish-card[data-accent="noodles"]::before { background: var(--red); }
.dish-card[data-accent="don"]::before { background: #d08b42; }
.dish-card[data-accent="curry"]::before { background: #c7a23d; }
.dish-card[data-accent="sides"]::before { background: var(--green); }
.dish-card img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  border-radius: 6px;
  background: #251d17;
  filter: saturate(1.04) contrast(1.02);
}
.dish-title { display: flex; justify-content: space-between; gap: 12px; min-width: 0; }
.dish-title h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0;
  min-width: 0;
}
.dish-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  padding: 3px 7px;
  border-radius: 4px;
  background: rgba(214,173,97,.16);
  border: 1px solid rgba(214,173,97,.48);
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .92em;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.dish-name-main { font-weight: 850; color: var(--paper); min-width: 0; }
.dish-title strong { color: var(--gold); white-space: nowrap; }
.desc, .allergens { color: var(--muted); line-height: 1.5; font-size: 13px; }
.allergens { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.diet-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.diet-badge.gluten-free {
  background: rgba(65, 145, 82, .18);
  border: 1px solid rgba(98, 190, 116, .58);
  color: #8ee6a0;
}
.selectors { display: grid; gap: 8px; margin: 10px 0; }
.optionControls { display: grid; gap: 8px; margin: 10px 0; }
.option-group { display: grid; gap: 9px; border: 1px solid rgba(214,173,97,.18); border-radius: 8px; padding: 10px; background: rgba(0,0,0,.16); }
.option-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 12px; }
.option-head strong { color: var(--paper); font-size: 13px; }
.option-head span { color: var(--gold); }
.option-head small, .option-slot span { color: var(--muted); font-size: 12px; }
.option-slot { display: grid; gap: 6px; }
.option-pill-row { display: flex; flex-wrap: wrap; gap: 7px; }
.optionPill { border: 1px solid var(--line); border-radius: 999px; background: #211a15; color: var(--muted); padding: 8px 10px; font-size: 13px; cursor: pointer; }
.optionPill.active { background: var(--gold); border-color: var(--gold); color: #120d08; font-weight: 800; }
.cart-drawer { position: fixed; z-index: 40; top: 0; right: 0; width: min(440px, 100vw); height: 100vh; transform: translateX(105%); transition: .22s ease; padding: 18px; overflow-y: auto; }
.cart-drawer.open { transform: translateX(0); }
body.cart-open .cart-drawer { transform: translateX(0); }
#overlay { display: none; position: fixed; inset: 0; z-index: 30; background: rgba(0,0,0,.62); }
#overlay.open { display: block; }
body.cart-open #overlay { display: block; }
.cart-head { display: flex; justify-content: space-between; align-items: center; }
.fulfilment { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 14px 0; }
.fulfilment label, .cart-line { border: 1px solid var(--line); border-radius: 6px; padding: 12px; color: var(--muted); }
.cart-line { margin-bottom: 10px; }
.qty-row, .fee-row, .total-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 8px; }
.fee-row { color: var(--muted); font-size: 14px; }
.delivery-note { color: var(--muted); font-size: 13px; line-height: 1.45; margin: 0; }
.schedule-field { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
.schedule-toggle { display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 6px; padding: 12px; color: var(--paper); cursor: pointer; }
.schedule-toggle input { width: auto; }
.schedule-wrap { display: grid; gap: 8px; }
.qty-row button { border: 1px solid var(--line); background: transparent; color: var(--paper); border-radius: 4px; padding: 6px 10px; }
.checkout { display: grid; gap: 10px; margin-top: 18px; }
.modal-shell { position: fixed; inset: 0; z-index: 55; display: grid; place-items: center; padding: 18px; background: rgba(0,0,0,.66); }
.modal-card { width: min(920px, 100%); max-height: 92vh; overflow-y: auto; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); padding: 18px; box-shadow: 0 24px 80px rgba(0,0,0,.55); }
.account-card h3 { margin: 0; }
.account-card p { color: var(--muted); }
.account-grid { display: grid; gap: 14px; }
.account-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
.order-history { display: grid; gap: 10px; margin-top: 16px; }
.order-history article { border: 1px solid var(--line); border-radius: 6px; padding: 12px; }
.order-history h3 { display: flex; justify-content: space-between; gap: 12px; margin: 0 0 8px; font-size: 16px; }
.order-history p { margin: 5px 0; }
.address-wrap { position: relative; }
.address-suggestions { position: absolute; left: 0; right: 0; top: calc(100% + 4px); z-index: 60; border: 1px solid var(--line); border-radius: 6px; background: #211a15; box-shadow: 0 16px 32px rgba(0,0,0,.35); overflow: hidden; }
.address-option { display: grid; gap: 3px; width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--paper); padding: 11px 12px; text-align: left; cursor: pointer; }
.address-option:hover { background: rgba(200,164,95,.14); }
.address-option small { color: var(--muted); }
.address-message { color: var(--muted); font-size: 13px; line-height: 1.45; padding: 11px 12px; }
.wide { width: 100%; }
.status-page { min-height: 100vh; display: grid; place-items: center; padding: 18px; }
.status-card { width: min(680px, 100%); padding: 28px; }
.hidden { display: none !important; }
.admin-shell { max-width: 1280px; margin: 0 auto; padding: 18px; }
.admin-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.admin-head h1 { margin: 0; }
.admin-head p { color: var(--muted); }
.admin-card { border: 1px solid var(--line); background: var(--panel); border-radius: 8px; padding: 18px; }
.admin-card.narrow { max-width: 460px; }
.admin-grid { display: grid; gap: 16px; }
.admin-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-tabs button { border: 1px solid var(--line); background: transparent; color: var(--muted); border-radius: 6px; padding: 10px 12px; cursor: pointer; }
.admin-tabs button.active { background: var(--gold); border-color: var(--gold); color: #120d08; font-weight: 700; }
.admin-form { display: grid; gap: 10px; margin: 12px 0; }
.admin-form input, .admin-form textarea, .admin-form select, .admin-textarea, .orderStatus { width: 100%; border: 1px solid var(--line); background: #211a15; color: var(--paper); border-radius: 6px; padding: 10px; }
.admin-check { display: inline-flex; align-items: center; gap: 8px; color: var(--paper); }
.admin-check input { width: auto; margin: 0; }
.admin-form textarea { min-height: 90px; }
.admin-textarea { min-height: 240px; font-family: ui-monospace, Menlo, Consolas, monospace; }
.admin-list { display: grid; gap: 10px; margin-top: 14px; }
.admin-list article, .admin-list details { border: 1px solid var(--line); border-radius: 6px; padding: 12px; }
.admin-list article { position: relative; }
.admin-list article.paid-order { border-color: rgba(200,164,95,.86); background: linear-gradient(90deg, rgba(200,164,95,.13), rgba(23,18,15,1) 38%); }
.admin-list article.paid-order::after { content: "PAID"; position: absolute; top: 10px; right: 10px; border-radius: 999px; background: var(--gold); color: #120d08; padding: 4px 9px; font-size: 12px; font-weight: 800; }
.order-time-strip { display: grid; grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 8px; margin: 10px 0; }
.order-time-strip div { border: 1px solid var(--line); border-radius: 8px; padding: 10px; background: rgba(0,0,0,.16); }
.order-time-strip span { display: block; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.order-time-strip strong { display: block; margin-top: 3px; color: var(--paper); font-size: 24px; line-height: 1; }
.order-time-strip div:last-child { border-color: rgba(200,164,95,.72); background: rgba(200,164,95,.13); }
.order-time-strip div:last-child strong { color: var(--gold); }
.order-accept-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.order-accept-row .estimateMinutes { min-width: 120px; flex: 1 1 120px; }
.order-accept-row button { flex: 1 1 150px; }
.option-bind-panel { display: grid; gap: 8px; margin: 10px 0; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.025); }
.option-bind-panel legend { color: var(--gold); font-weight: 800; padding: 0 6px; }
.option-bind-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 6px; padding: 10px 12px; background: #211a15; }
.option-bind-info { display: grid; gap: 3px; min-width: 0; }
.option-bind-info strong { color: var(--paper); font-size: 14px; line-height: 1.25; }
.option-bind-info small { color: var(--muted); font-size: 12px; }
.option-bind-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.option-bind-actions label { display: inline-flex; align-items: center; gap: 7px; min-width: 96px; border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; color: var(--muted); background: rgba(0,0,0,.12); }
.option-bind-actions input { width: auto; margin: 0; }
.admin-list p, .admin-card p { color: var(--muted); }
.danger { border: 1px solid rgba(169,65,50,.7); background: rgba(169,65,50,.18); color: var(--paper); border-radius: 6px; padding: 10px 12px; cursor: pointer; }
pre { overflow-x: auto; border: 1px solid var(--line); border-radius: 6px; padding: 12px; color: var(--muted); }
@keyframes cartBump {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.12); }
}
@keyframes cartFly {
  0% { opacity: 0; transform: translate(-50%, 6px) scale(.88); }
  18% { opacity: 1; }
  100% { opacity: 0; transform: translate(calc(var(--fly-x) - 50%), var(--fly-y)) scale(.55); }
}
@media (max-width: 620px) {
  body { font-size: 15px; }
  .topbar {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 10px 10px 9px;
  }
  .brand {
    min-width: 0;
    margin: 0;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #accountOpen {
    grid-column: 1 / 2;
    min-width: 0;
    width: 100%;
    padding: 10px;
    font-size: 13px;
  }
  #cartOpen {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    align-self: stretch;
    min-width: 86px;
    padding: 10px 12px;
    font-size: 14px;
  }
  .hero {
    min-height: 420px;
    padding: 70px 16px 150px;
    background-position: center bottom;
  }
  .hero h1 { font-size: clamp(31px, 10vw, 42px); }
  .hero p { font-size: 16px; }
  .hero-menu-line { font-size: 14px !important; }
  .hero-actions { margin-top: 36px; }
  .hero-actions .primary, .hero-actions .secondary { flex: 1 1 130px; }
  .info-grid {
    width: calc(100% - 20px);
    margin-top: -34px;
    gap: 10px;
  }
  .info-grid article { min-height: 86px; padding: 14px; }
  .map-wrap { padding: 0 10px 16px; }
  .map-wrap iframe { height: 180px; }
  .menu-layout {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    padding: 10px;
    margin-bottom: 62px;
    max-width: 100%;
  }
  .category-panel {
    position: sticky;
    top: 92px;
    z-index: 12;
    max-height: calc(100vh - 104px);
    overflow: hidden;
    padding: 8px 6px;
    margin: 0;
    border-radius: 8px;
    background: rgba(18, 14, 11, .98);
    box-shadow: 0 12px 32px rgba(0,0,0,.34);
    backdrop-filter: none;
  }
  .category-panel input {
    display: none;
  }
  #categoryList {
    display: grid;
    gap: 7px;
    max-height: calc(100vh - 120px);
    margin-top: 0;
    padding: 0 1px 4px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
  }
  #categoryList::-webkit-scrollbar { display: none; }
  #categoryList button {
    display: grid;
    justify-items: center;
    align-content: center;
    min-width: 0;
    width: 100%;
    min-height: 58px;
    padding: 7px 5px;
    max-width: none;
    white-space: normal;
    text-align: center;
    border-radius: 8px;
    background: rgba(255,255,255,.035);
  }
  #categoryList button span {
    width: 100%;
    font-size: 12px;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #categoryList button small {
    width: 100%;
    font-size: 9px;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .menu-main {
    min-width: 0;
  }
  .section-heading { display: block; }
  .section-heading h2 { font-size: 30px; }
  .section-heading p { margin-top: 10px; }
  .dish-list { gap: 10px; }
  .dish-card {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 10px 11px;
    width: 100%;
  }
  .dish-card img { width: 82px; height: 82px; }
  .dish-title { display: grid; gap: 4px; }
  .dish-title h3 {
    display: block;
    font-size: 15px;
    line-height: 1.28;
  }
  .dish-code {
    min-width: 0;
    margin-right: 5px;
    padding: 2px 6px;
    font-size: 12px;
    vertical-align: 1px;
  }
  .dish-name-main {
    display: inline;
    overflow-wrap: anywhere;
  }
  .dish-title strong {
    font-size: 15px;
    justify-self: start;
  }
  .desc, .allergens { font-size: 12px; line-height: 1.35; }
  .diet-badge { font-size: 10px; padding: 2px 7px; min-height: 20px; }
  .selectors { gap: 7px; margin: 8px 0; }
  .selectors input, .selectors select { padding: 10px; font-size: 13px; }
  .addButton {
    width: 100%;
    min-height: 42px;
    margin-top: 2px;
    font-size: 14px;
  }
  .cart-drawer { z-index: 120; width: 100vw; padding: 14px; background: var(--panel); }
  #overlay { z-index: 110; }
  .option-bind-row { grid-template-columns: 1fr; }
  .option-bind-actions { justify-content: flex-start; }
}
@media (max-width: 390px) {
  .menu-layout { grid-template-columns: 82px minmax(0, 1fr); gap: 8px; padding: 8px; }
  #categoryList button { min-height: 54px; padding: 6px 4px; }
  #categoryList button span { font-size: 11px; }
  .dish-card { grid-template-columns: 72px minmax(0, 1fr); }
  .dish-card img { width: 72px; height: 72px; }
  .dish-title h3 { font-size: 14px; }
  .dish-title strong { font-size: 14px; }
  .allergens { display: block; }
  .diet-badge { margin-top: 5px; }
}
@media (min-width: 760px) {
  .topbar nav { display: flex; }
  .info-grid { grid-template-columns: repeat(3, 1fr); max-width: 1240px; margin: 0 auto; }
  .map-wrap { max-width: 1240px; margin: 0 auto; }
  .menu-layout { grid-template-columns: 260px 1fr; }
  #categoryList { display: grid; overflow: visible; }
  #categoryList button { text-align: left; border-radius: 6px; min-width: 0; }
  .dish-card { grid-template-columns: 180px 1fr; padding: 16px; }
  .dish-card img { width: 180px; height: 150px; }
  .selectors { grid-template-columns: 170px 170px 1fr; }
  .account-grid { grid-template-columns: repeat(3, 1fr); }
}
