
.mhead{padding:clamp(26px,5vw,60px) 0 clamp(16px,3vw,26px)}
.mhead__h{font-family:var(--display);font-weight:600;line-height:1.02;margin:.1em 0 .35em;
  font-size:clamp(2.4rem,7vw,4.4rem);
  background-image:linear-gradient(96deg,var(--orange-disp),var(--green-disp));
  color:var(--orange-disp)}
@supports (background-clip:text) or (-webkit-background-clip:text){
  .mhead__h{-webkit-background-clip:text;background-clip:text;color:transparent}
}
/* .kicker itself lives in site.css and is shared by every page — redefining the
   type here made the menu kicker 12.5px against 11px elsewhere. Only the spacing
   differs on this page, where the kicker sits flush above the gradient heading. */
body.menu-page .kicker{margin:0}
/* .lede is already defined in site.css (color, max-width, margin, font-size) —
   the shared rule reads fine here too, so it is intentionally not redefined. */

/* ─────  the sticky finder  ───── */
.mbar{position:sticky;top:64px;z-index:30;
  background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  padding:12px 0 10px}
.mbar__in{display:grid;gap:10px}
.find{position:relative;display:flex;align-items:center}
.find__icon{position:absolute;left:15px;pointer-events:none;opacity:.55;font-size:1rem}
.find__input{width:100%;min-height:52px;padding:0 116px 0 44px;
  background:var(--panel);border:1px solid var(--line);border-radius:14px;
  color:var(--fg);font-family:var(--sans);font-size:1.02rem;
  -webkit-appearance:none;appearance:none}
.find__input::placeholder{color:var(--fg-faint)}
.find__input:focus{border-color:var(--orange);background:var(--panel);outline:none}
.find__input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}
.find__clear{position:absolute;right:8px;min-height:40px;padding:0 15px;
  background:transparent;border:1px solid var(--line);border-radius:999px;
  color:var(--fg);font-family:var(--sans);font-size:.85rem;cursor:pointer}
.find__clear:hover{color:var(--fg);border-color:var(--fg-faint)}
/* The empty state is a block, not a sentence: it names what happened and carries the
   two ways out with it, because the controls that caused it are a scroll away on a
   phone once the list has collapsed. */
.find__none{width:var(--shell);margin:28px auto;padding:26px 24px;text-align:center;
  border:1px dashed var(--line);border-radius:16px;color:var(--fg)}
.find__none-h{margin:0;font-family:var(--display);font-weight:600;font-size:1.15rem}
.find__none-p{margin:8px auto 0;max-width:46ch;font-size:.94rem}
.find__none-do{margin:18px 0 0;display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.find__none-do .btn[hidden]{display:none}

.mbar__row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
/* The × sits next to the button it clears, not inside it: a <summary> that also
   contains a button is a click-target inside a click-target, and the toggle and the
   clear then fight over the same tap. */
/* 44px, not the 34px it started at: this is a standalone control on a touch surface,
   and the harness fails a touch viewport under 40px (invariant 8). */
.mbar__clear{width:44px;height:44px;flex:0 0 auto;border-radius:999px;cursor:pointer;
  display:inline-grid;place-items:center;line-height:1;font-size:1.05rem;
  background:var(--film);border:1px solid var(--line);color:var(--fg)}
.mbar__clear:hover{border-color:var(--fg-faint)}
.mbar__count{margin:0 0 0 auto;color:var(--fg-faint);font-size:.88rem;
  font-variant-numeric:tabular-nums;white-space:nowrap}

/* ─────  the one panel: filters + sections  ───── */
/* The bar is a search box and this button, nothing else. `position:relative` on the
   <details> plus an absolutely positioned panel means opening it overlays the menu
   instead of shoving the first dish down the page — the sticky bar keeps its height
   either way. */
.jump{position:relative}
.jump__btn{min-height:44px;padding:0 15px;border-radius:999px;
  display:inline-flex;align-items:center;gap:9px;cursor:pointer;
  background:var(--film);border:1px solid var(--line);
  color:var(--fg);font-size:.9rem;list-style:none;user-select:none;
  max-width:min(74vw,340px)}
/* The tag is separated from the value by weight, size and a hairline, never by a
   lighter colour: on the green fill there is no lighter tone that still clears 4.5:1,
   and a label that changes hue between states reads as two different controls. */
.jump__tag{flex:0 0 auto;font-family:var(--sans);font-weight:500;font-size:.66rem;
  letter-spacing:.14em;text-transform:uppercase;color:var(--fg-faint);
  padding-right:9px;border-right:1px solid var(--line)}
.jump--on .jump__tag{color:#0e1406;border-right-color:rgba(14,20,6,.32)}
.jump__now{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/* Safari still paints the default triangle without both of these. */
.jump__btn::-webkit-details-marker{display:none}
.jump__btn::marker{content:""}
.jump__btn:hover{border-color:var(--fg-faint)}
.jump[open] .jump__btn{background:var(--panel);border-color:var(--fg-faint)}
/* Filtering is a state the closed button has to advertise, so it takes the same green
   fill the pressed chips used to. */
.jump--on .jump__btn{background:var(--green);border-color:var(--green);color:#0e1406}
.jump--on .jump__chev{color:#0e1406}
.jump__chev{color:var(--orange-ink);transition:transform .18s var(--ease);flex:0 0 auto}
.jump[open] .jump__chev{transform:rotate(180deg)}

.jump__panel{position:absolute;z-index:40;top:calc(100% + 8px);left:0;
  width:max(280px,min(340px,calc(100vw - 40px)));
  background:var(--bg);border:1px solid var(--line);border-radius:16px;
  box-shadow:0 18px 40px rgba(62,62,63,.16);padding:10px 8px 8px;
  max-height:min(64vh,470px);overflow-y:auto}
.jump__head{margin:2px 0 4px;padding:0 12px;
  font-family:var(--sans);font-weight:500;font-size:.7rem;letter-spacing:.16em;
  text-transform:uppercase;color:var(--fg-faint)}
.jump__head + .jump__list{margin-bottom:10px}
.jump__list{list-style:none;margin:0;padding:0;display:grid;gap:1px}
/* One row shape for both halves of the panel: a filter toggle and a section link look
   and measure the same, so the list reads as one list. */
.jump__row{display:flex;align-items:center;justify-content:space-between;gap:16px;
  width:100%;min-height:44px;padding:0 12px;border-radius:10px;text-decoration:none;
  background:none;border:0;font:inherit;text-align:left;cursor:pointer;
  color:var(--fg);font-size:.94rem}
.jump__row:hover,.jump__row:focus-visible{background:var(--film)}
/* One selected state for the whole panel: a pressed filter and the current group look
   the same, because they do the same thing — narrow what is on the page. */
.jump__filter[aria-pressed="true"],
.jump__group[aria-current="true"]{background:var(--green);color:#0e1406}
.jump__filter[aria-pressed="true"] .jump__n,
.jump__group[aria-current="true"] .jump__n{color:#0e1406}
/* The count is why this list beats a bare index: it says how much is behind a row
   before the guest commits to it. */
.jump__n{color:var(--fg-faint);font-size:.82rem;font-variant-numeric:tabular-nums;
  flex:0 0 auto}
/* A row that would land on an empty list says so by fading, rather than by letting the
   guest tap it and find nothing. Still focusable and still clickable — this is a hint,
   not a disabled control, and a disabled control cannot explain itself. */
.jump__row--empty{opacity:.45}
/* Without scripting the filter rows do nothing, so they are not shown at all. The
   section links are plain anchors and keep working. */
@media (scripting:none){
  .jump__head:first-of-type,
  .jump__head:first-of-type + .jump__list{display:none}
}
@media (prefers-reduced-motion:reduce){.jump__chev{transition:none}}

/* ─────  sections and rows  ───── */
.menu{padding-bottom:clamp(36px,6vw,72px)}
.mgroup[hidden]{display:none}
.msec{padding-top:clamp(28px,5vw,54px);scroll-margin-top:200px}
.msec[hidden]{display:none}
/* The three colour roles below are taken from the printed card
   (Asia-Hub-Eppendorf-Restaurantkarte-07-2026.pdf), sampled from its rendered
   pixels: section heading lime #AFCA0B, item number orange #F39317, dish name
   green #5F8732. The site had the first two the wrong way round — orange
   headings over green numbers — so a guest comparing the paper card with the
   phone saw two different documents.

   The print values themselves cannot ship: #AFCA0B is 1.86:1 on white and
   #F39317 is 2.33:1, both far under AA, and the dish-name green is 4.20:1,
   just under. So each keeps its ROLE and moves to the tier that passes:
   the heading is the display green at 20.8px/700, which WCAG scores as large
   text at 3:1 (it measures 3.44:1) and which also restores the print card's
   size jump between heading and dish; the number and the name take the ink
   tier. --green-ink #5C7C31 is 11 RGB steps from the card's own dish green. */
.msec__h{font-family:var(--sans);font-weight:700;font-size:1.3rem;letter-spacing:.10em;
  text-transform:uppercase;color:var(--green-disp);margin:0;
  padding-bottom:12px;border-bottom:1px solid var(--line)}

/* Two columns, always: name/description, then price. There is no image column,
   because there are no dish photographs on this page — see the note at the top of
   templates/menu.mjs. Every one of the 240 names therefore starts on the same
   left edge, which is the edge a menu is actually read down. */
.dish{--no-w:2.5rem;
  display:grid;grid-template-columns:1fr auto;gap:10px 14px;
  align-items:start;padding:16px 0;border-bottom:1px solid var(--hair)}
.dish[hidden]{display:none}

/* The item number hangs in a gutter of its own; everything else in the row —
   description, protein variants, allergen codes — lines up under the dish NAME,
   not under the number. Measured off the printed card, where the number sits at
   x=57 and the name, its description and every variant row all start at x=85.

   Done with padding on the body and an equal negative margin on the heading, so
   the number stays inside the <h3>. Lifting it into its own grid cell would read
   the heading as just "Kathmandu Gravy" and drop the number from the accessible
   name — the one string a guest reads down the phone. --no-w is a min-width, not
   a fixed width: a four-character number like 402a widens its own row rather
   than overlapping the name — at 2.5rem the widest of them, 402b, still fits. */
.dish__body{min-width:0;padding-left:var(--no-w)}
.dish__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px 9px;
  margin:0 0 0 calc(-1 * var(--no-w));
  font-family:var(--display);font-weight:600;font-size:1.05rem;line-height:1.28}
/* Orange, like the card. This is the number a guest reads out on the phone, so
   it is the one string on the page that must be unmistakably the same in both
   places. */
.dish__no{font-family:var(--sans);font-weight:500;font-size:.8rem;
  color:var(--orange-ink);font-variant-numeric:tabular-nums;
  flex:0 0 auto;min-width:calc(var(--no-w) - 9px)}
.dish__name{color:var(--green-ink)}
.dish__desc{margin:5px 0 0;color:var(--fg);font-size:.93rem;line-height:1.55;
  max-width:62ch}
.dish__origin{margin:4px 0 0;color:var(--fg-faint);font-size:.85rem;font-style:italic}
.dish__price{font-family:var(--sans);font-weight:500;font-variant-numeric:tabular-nums;
  white-space:nowrap;text-align:right;color:var(--fg);margin:0}
.dish__price--from{color:var(--fg);font-size:.9rem}

.badge{font-family:var(--sans);font-weight:400;font-size:.68rem;letter-spacing:.03em;
  padding:3px 8px;border-radius:999px;white-space:nowrap;flex:0 0 auto}
.badge--veg{background:rgba(116,157,62,.18);color:#47611F}
.badge--hot{background:rgba(244,147,42,.16);color:#8A5215}

/* Three columns, so the letters form their own edge and the protein names form
   another — the card sets its letters at x=85 and the names at x=98, the same
   13pt step. `auto 1fr auto` rather than a flex row: the letter column then sizes
   itself to the widest letter and every name in the group starts level. */
.dish__variants{list-style:none;margin:9px 0 0;padding:0;display:grid;gap:5px;max-width:46ch}
.dish__variants li{display:grid;grid-template-columns:auto 1fr auto;gap:4px 10px;
  align-items:baseline;font-size:.92rem;color:var(--fg)}
.var__no{font-family:var(--sans);font-size:.8rem;color:var(--orange-ink)}
/* A protein variant is a dish name, so it takes the dish-name green. */
.var__label{min-width:0;color:var(--green-ink)}
.var__price{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--fg)}

.dish__codes{margin:8px 0 0;display:flex;flex-wrap:wrap;gap:4px}
.code{font-family:var(--sans);font-size:.65rem;line-height:1;
  padding:4px 6px;border-radius:5px;border:1px solid var(--line);
  color:var(--fg-faint);text-transform:uppercase}

/* ─────  legend  ───── */
.legend h2{font-family:var(--display);font-size:clamp(1.4rem,3vw,2rem);margin:0 0 8px}
.legend__note{color:var(--fg);max-width:60ch;margin:0 0 24px}
.legend__cols{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}
.legend h3{font-family:var(--sans);font-size:.78rem;letter-spacing:.14em;
  text-transform:uppercase;color:var(--orange-ink);margin:0 0 10px}
.legend__list{list-style:none;margin:0;padding:0;display:grid;gap:7px;
  font-size:.89rem;color:var(--fg)}
.legend__list b{color:var(--fg);font-weight:500;margin-right:6px}

.totop{width:var(--shell);margin:0 auto 44px;text-align:center}
.totop a{display:inline-flex;align-items:center;min-height:44px;padding:0 18px;
  color:var(--fg);text-decoration:none;font-size:.9rem}
.totop a:hover{color:var(--fg)}

@media (min-width:760px){
  .dish{--no-w:2.9rem;gap:12px 20px;padding:20px 0}
  .dish__head{font-size:1.13rem}
}
@media (prefers-reduced-motion:reduce){
  .btn:hover{transform:none}
}
