/* Menu page: full-width outer shell with medium-width content panels. */
body:not(.home) .page-shell.page-shell--menu {
  width:calc(100% - 40px);
  max-width:none;
  overflow:visible;
}

/* RL29: a small local plate-size correction shared by desktop and mobile. */
.page-shell--menu #menu-cat-124 .dish[data-sku="RL29"] .dish-image{
  transform:scale(1.04)!important;
  transform-origin:center center;
}
@media(max-width:620px){
  .page-shell--menu #menu-cat-124 .dish[data-sku="RL29"] .dish-image{
    transform:translateY(-13px) scale(1.08)!important;
  }
}

.page-shell--menu .page-title .eyebrow {
  color:#e3b24d!important;
}

.page-shell--menu .entry-content {
  width:100%;
  max-width:none;
}

.page-shell--menu .entry-content > * {
  max-width:none;
}

.page-shell--menu .entry-content > h2,
.page-shell--menu .entry-content > p {
  width:min(1320px,100%);
}

.page-shell--menu .menu-categories,
.page-shell--menu .restaurant-menu {
  width:min(1500px,100%);
  max-width:none!important;
  margin-inline:auto;
}

.page-shell--menu .menu-categories {
  margin-top:32px;
  padding:18px;
  position:sticky;
  top:118px;
  z-index:80;
  border:1px solid rgba(216,179,95,.28);
  border-radius:28px;
  background:linear-gradient(125deg,rgba(3,31,23,.84),rgba(8,51,37,.78) 58%,rgba(74,24,18,.72));
  box-shadow:0 18px 42px rgba(0,0,0,.18);
  backdrop-filter:blur(12px);
}

.page-shell--menu .menu-categories a {
  color:#35230f!important;
  background:linear-gradient(135deg,#f4dea0 0%,#d8b35f 55%,#bd842c 100%)!important;
  border-color:rgba(255,226,153,.78)!important;
  font-size:clamp(13px,.9vw,16px)!important;
  font-weight:700!important;
  letter-spacing:.055em;
  padding:12px 18px!important;
  box-shadow:0 7px 18px rgba(0,0,0,.18);
  transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;
}

.page-shell--menu .menu-categories a:hover,
.page-shell--menu .menu-categories a:focus-visible {
  color:#fff!important;
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.26);
}

.page-shell--menu .menu-categories a.is-active,
.page-shell--menu .menu-categories a[aria-current="true"] {
  color:#f7d982!important;
  background:linear-gradient(135deg,#68191c 0%,#8f2527 58%,#5a1518 100%)!important;
  border-color:#d8b35f!important;
  font-weight:800!important;
  box-shadow:0 0 0 1px rgba(216,179,95,.25),0 10px 24px rgba(72,8,12,.35);
}

.page-shell--menu .restaurant-menu {
  gap:30px;
  margin-top:30px;
}

.page-shell--menu .menu-section {
  width:min(1380px,calc(100% - 80px));
  margin-inline:auto;
  padding:clamp(34px,4vw,62px);
  border:1px solid rgba(216,179,95,.24);
  border-radius:clamp(26px,3vw,38px);
  overflow:hidden;
  scroll-margin-top:270px;
}

.page-shell--menu .menu-section[hidden] {
  display:none!important;
}

html.menu-switch-instant {
  scroll-behavior:auto!important;
}

@media (max-width:820px) {
  html.menu-category-view,
  body.menu-category-view {
    width:100%;
    max-width:100%;
    overflow-x:clip;
  }

  body:not(.home) .page-shell.page-shell--menu {
    width:calc(100% - 20px);
    max-width:calc(100vw - 20px);
    margin-inline:auto;
    overflow-x:clip;
  }

  .page-shell--menu .entry-content,
  .page-shell--menu .menu-layout,
  .page-shell--menu .restaurant-menu,
  .page-shell--menu .menu-section,
  .page-shell--menu .dish-list,
  .page-shell--menu .dish {
    min-width:0;
    max-width:100%;
  }

  .page-shell--menu .menu-categories {
    width:100%!important;
    max-width:100%!important;
    margin-inline:0;
    box-sizing:border-box;
    padding:12px;
    border-radius:22px;
    top:var(--menu-nav-top,92px);
    contain:paint;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    clip-path:inset(0 round 22px);
  }

  .page-shell--menu .menu-categories a {
    font-size:12px!important;
    padding:10px 13px!important;
  }

  .page-shell--menu .menu-section {
    width:100%;
    padding:28px 18px;
    border-radius:24px;
    scroll-margin-top:215px;
  }
}

@media (max-width:820px) {
  /* Keep the tea availability note clear of the oversized first teapot. */
  .page-shell--menu #menu-cat-137 .dish-list{
    padding-top:36px!important;
  }

  /* Wine starts promptly below the category ribbon, without the old empty shelf. */
  .page-shell--menu #menu-cat-136{
    padding-top:30px!important;
  }
}

/* Desktop menu: a quiet vertical category rail beside the dishes. */
.page-shell--menu .menu-layout {
  width:min(1500px,100%);
  max-width:none;
  margin:32px auto 0;
}

.page-shell--menu .menu-category-index,
.page-shell--menu .menu-category-back,
.page-shell--menu .menu-category-next {
  display:none;
}

@media (min-width:1101px) {
  .page-shell--menu .menu-layout {
    display:grid;
    grid-template-columns:260px minmax(0,1fr);
    align-items:start;
    gap:28px;
  }

  .page-shell--menu .menu-categories {
    width:100%;
    margin:0;
    padding:14px;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-items:stretch;
    gap:8px;
    position:sticky;
    top:118px;
    max-height:calc(100vh - 142px);
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior-y:contain;
    border-radius:24px;
    scrollbar-width:thin;
    scrollbar-color:rgba(216,179,95,.55) transparent;
  }

  .page-shell--menu .menu-categories::-webkit-scrollbar {
    display:block;
    width:5px;
  }

  .page-shell--menu .menu-categories::-webkit-scrollbar-thumb {
    border-radius:999px;
    background:rgba(216,179,95,.55);
  }

  .page-shell--menu .menu-categories a {
    flex:0 0 auto;
    width:100%;
    min-height:46px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-align:left;
    white-space:normal;
    line-height:1.18;
    padding:11px 15px!important;
    box-shadow:none;
  }

  .page-shell--menu .menu-categories a:hover,
  .page-shell--menu .menu-categories a:focus-visible {
    transform:translateX(3px);
  }

  .page-shell--menu .restaurant-menu {
    width:100%;
    min-width:0;
    margin:0;
  }

  .page-shell--menu .menu-section {
    width:100%;
    margin-inline:0;
    scroll-margin-top:138px;
  }
}

@media (max-width:1100px) {
  .page-shell--menu .menu-layout {
    display:block;
  }

  .page-shell--menu .menu-categories {
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    gap:8px;
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:none;
  }

  .page-shell--menu .menu-categories a {
    flex:0 0 auto;
    width:auto;
    white-space:nowrap;
  }
}

@media (max-width:820px) {
  .page-shell--menu .menu-layout {
    margin-top:18px;
  }

  .page-shell--menu .menu-layout--category-index .menu-category-index {
    display:block;
    width:100%;
    padding:24px 16px 28px;
    border:1px solid rgba(216,179,95,.28);
    border-radius:24px;
    background:linear-gradient(145deg,rgba(3,42,31,.96),rgba(10,55,40,.93) 58%,rgba(91,27,23,.88));
    box-shadow:0 18px 42px rgba(0,0,0,.2);
  }

  .page-shell--menu .menu-category-index h2 {
    margin:0 0 18px;
    color:#f3d67f;
    font-size:clamp(30px,9vw,42px);
    line-height:1;
  }

  .page-shell--menu .menu-category-index #menu-category-index-title {
    display:none;
  }

  .page-shell--menu .menu-category-index__grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .page-shell--menu .menu-category-index__grid a {
    min-width:0;
    min-height:66px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:11px 10px;
    border:1px solid rgba(255,226,153,.78);
    border-radius:18px;
    background:linear-gradient(135deg,#f4dea0 0%,#d8b35f 55%,#bd842c 100%);
    color:#35230f!important;
    font-size:18px;
    font-weight:700;
    line-height:1.08;
    letter-spacing:.025em;
    text-align:center;
    text-decoration:none;
    box-shadow:0 7px 18px rgba(0,0,0,.18);
    touch-action:manipulation;
  }

  .page-shell--menu .menu-layout--category-index .menu-categories,
  .page-shell--menu .menu-layout--category-index .menu-category-back,
  .page-shell--menu .menu-layout--category-index .menu-category-next,
  .page-shell--menu .menu-layout--category-index .restaurant-menu {
    display:none!important;
  }

  .page-shell--menu .menu-layout--category-open .menu-category-index {
    display:none;
  }

  .page-shell--menu .menu-layout--category-open .menu-categories {
    display:flex!important;
    width:calc(100% - 88px);
    margin-top:0;
    margin-right:88px;
  }

  .page-shell--menu :is(.menu-category-back,.menu-category-next) {
    position:fixed;
    top:50%;
    z-index:1000;
    width:44px;
    height:86px;
    display:grid;
    place-items:center;
    padding:0;
    border:0;
    border-radius:18px;
    background:transparent;
    color:transparent;
    font-size:0;
    touch-action:manipulation;
    transform:translateY(-50%);
    filter:drop-shadow(0 2px 5px rgba(232,189,96,.32));
  }

  .page-shell--menu .menu-category-back {left:0}
  .page-shell--menu .menu-category-next {right:0}

  .page-shell--menu :is(.menu-category-back,.menu-category-next)::before {
    content:"";
    display:block;
    width:27px;
    height:62px;
    background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 86'%3E%3Cpath d='M3 4c0 10 2 13 7 13 1 11 8 18 25 26C18 51 11 59 10 69c-5 0-7 3-7 13' fill='none' stroke='%23efd27e' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  .page-shell--menu .menu-category-back::before {transform:scaleX(-1)}
  .page-shell--menu :is(.menu-category-back,.menu-category-next):disabled {opacity:.22;pointer-events:none;filter:none}
}

/* The kids' menu cat rests on the section frame without covering its heading or cards. */
.page-shell--menu #menu-cat-130.menu-section--kids {
  --kids-menu-gold:#dfa536;
  position:relative;
  margin-top:110px;
  overflow:visible;
  border:2px solid var(--kids-menu-gold);
  box-shadow:
    inset 0 0 0 1px rgba(255,218,126,.13),
    inset 0 0 90px rgba(0,0,0,.34),
    0 18px 42px rgba(0,0,0,.18),
    0 0 24px rgba(223,165,54,.12);
}

.page-shell--menu #menu-cat-130.menu-section--kids .dish {
  border:2px solid var(--kids-menu-gold);
  box-shadow:
    inset 0 1px 0 rgba(255,225,151,.10),
    inset -16px -18px 32px rgba(104,35,27,.16),
    0 18px 34px rgba(0,0,0,.22),
    0 0 16px rgba(223,165,54,.08);
}

.page-shell--menu #menu-cat-130 .menu-kids-cat-stage {
  position:absolute;
  z-index:3;
  top:0;
  right:clamp(18px,4vw,64px);
  width:clamp(440px,40vw,600px);
  max-width:62%;
  aspect-ratio:1672/941;
  transform:translateY(-61%);
  display:block;
  pointer-events:none;
  user-select:none;
  overflow:visible;
}

.page-shell--menu #menu-cat-130 .menu-kids-cat {
  position:absolute;
  z-index:2;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 14px 14px rgba(0,0,0,.22));
}

.page-shell--menu #menu-cat-130 > h2,
.page-shell--menu #menu-cat-130 > .menu-kids-subtitle,
.page-shell--menu #menu-cat-130 > .dish-list {
  position:relative;
  z-index:2;
}

.page-shell--menu #menu-cat-130 > h2:has(+ .menu-kids-subtitle) {
  margin-bottom:0;
}

.page-shell--menu #menu-cat-130 > .menu-kids-subtitle {
  margin:-6px 0 18px;
  color:var(--kids-menu-gold);
  font:500 clamp(18px,2vw,26px)/1.15 var(--serif);
  letter-spacing:.03em;
}

@media (min-width:1101px) and (max-width:1450px) {
  .page-shell--menu #menu-cat-130.menu-section--kids {
    padding-top:150px;
  }

  .page-shell--menu #menu-cat-130 .menu-kids-cat-stage {
    width:min(520px,60%);
  }
}

@media (max-width:1100px) {
  .page-shell--menu #menu-cat-130.menu-section--kids {
    margin-top:92px;
    padding-top:150px;
  }

  .page-shell--menu #menu-cat-130 .menu-kids-cat-stage {
    right:18px;
    width:min(460px,72vw);
    max-width:none;
  }
}

@media (max-width:620px) {
  .page-shell--menu #menu-cat-130.menu-section--kids {
    margin-top:72px;
    padding-top:112px;
  }

  .page-shell--menu #menu-cat-130 .menu-kids-cat-stage {
    right:8px;
    width:min(310px,80vw);
  }
}

/* Pilot dish-card design for the Shashlik category. */
.page-shell--menu .restaurant-menu .menu-section.menu-section--card-pilot {
  background-color:#062b22;
  background-image:
    linear-gradient(135deg,rgba(1,25,19,.76),rgba(3,36,27,.68) 54%,rgba(48,22,16,.74));
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  box-shadow:inset 0 0 90px rgba(0,0,0,.34),0 18px 42px rgba(0,0,0,.18);
}

.page-shell--menu .menu-section--card-pilot .dish-list {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:42px 24px;
  padding-top:44px;
}

.page-shell--menu .menu-section--card-pilot .dish {
  min-width:0;
  min-height:250px;
  padding:14px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  gap:8px;
  border:1px solid rgba(216,179,95,.24);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(5,54,41,.68),rgba(8,42,33,.72) 64%,rgba(82,36,24,.52));
  backdrop-filter:blur(3px);
  box-shadow:0 14px 28px rgba(0,0,0,.13);
  overflow:visible;
}

.page-shell--menu .menu-section--card-pilot .dish {
  border-color:rgba(224,185,91,.34);
  background:
    radial-gradient(circle at 100% 100%,rgba(126,42,31,.68) 0,rgba(92,34,27,.50) 28%,rgba(48,31,25,.26) 52%,transparent 72%),
    linear-gradient(145deg,rgba(5,54,41,.76),rgba(7,45,35,.78) 55%,rgba(72,31,23,.66));
  box-shadow:
    inset 0 1px 0 rgba(255,226,151,.07),
    inset -16px -18px 32px rgba(104,35,27,.16),
    0 18px 34px rgba(0,0,0,.22);
}

.page-shell--menu .menu-section--card-pilot .dish-image-placeholder {
  width:100%;
  height:82px;
  margin:0;
  border:0;
  border-radius:20px;
}

.page-shell--menu .menu-section--card-pilot .dish-image {
  position:relative;
  z-index:2;
  width:116%;
  max-width:none;
  height:215px;
  margin:-77px -8% -37px;
  object-fit:contain;
  background:transparent;
  opacity:1;
  filter:drop-shadow(0 12px 12px rgba(0,0,0,.28));
}

/* Match the replacement Fattoush bowl to the previous visible plate size. */
.page-shell--menu #menu-cat-118 .dish[data-sku="A12"] .dish-image {
  transform:translateY(-11px) scale(1.15);
  transform-origin:center center;
}

/* Match both replacement Caesar plates to the visible size of the A7 eggplant salad. */
.page-shell--menu #menu-cat-118 .dish[data-sku="A3"] .dish-image,
.page-shell--menu #menu-cat-118 .dish[data-sku="A31"] .dish-image {
  transform:translateY(-10px) scale(.8);
  transform-origin:center center;
}

/* Keep the replacement Khanum and fresh vegetable plates at their previous visible size. */
.page-shell--menu #menu-cat-117 .dish[data-sku="C18"] .dish-image {
  transform:translateY(-7px) scale(.8);
  transform-origin:center center;
}

.page-shell--menu #menu-cat-117 .dish[data-sku="C5"] .dish-image {
  transform:translateY(-7px) scale(.74);
  transform-origin:center center;
}

/* Preserve the former C1 platter size and angle for both replacement appetizer images. */
.page-shell--menu #menu-cat-117 .dish[data-sku="C1"] .dish-image {
  transform:translateY(-10px) scale(.77,.75);
  transform-origin:center center;
}

.page-shell--menu #menu-cat-117 .dish[data-sku="C7"] .dish-image {
  transform:translateY(-8px) scale(.8,.73);
  transform-origin:center center;
}

/* Match the visible M8 plate diameter to M4. */
.page-shell--menu #menu-cat-121 .dish[data-sku="M8"] .dish-image {
  transform:scale(.9,.96);
  transform-origin:center center;
}

/* V8 and V9 use matching square source canvases; keep both trays at one balanced visual size. */
@media(min-width:1001px) {
  .page-shell--menu #menu-cat-123 .dish:is([data-sku="V8"],[data-sku="V9"],[data-sku="C16"]) .dish-image {
    transform:translateY(-8px) scale(1.14);
    transform-origin:center center;
  }
}

/* Match the replacement F4 platter to F7 in size, position, and existing image angle. */
.page-shell--menu #menu-cat-120 .dish[data-sku="F4"] .dish-image {
  transform:scale(.81,.78);
  transform-origin:center center;
}

@media (max-width:1450px) {
  .page-shell--menu #menu-cat-120 .dish[data-sku="F4"] .dish-image {
    transform:scale(.95,.92);
  }
}

/* Match the new spinach-and-cheese dumpling plate to the neighboring dumplings. */
.page-shell--menu #menu-cat-122 .dish[data-sku="M19"] .dish-image {
  transform:translateY(-7px) scale(.7);
  transform-origin:center center;
}

.page-shell--menu #menu-cat-122 .dish[data-sku="M16"] .dish-image {
  transform:translateY(-5px) scale(.74);
  transform-origin:center center;
}

/* Keep all three vareniki plates at the same visible size as M18. */
.page-shell--menu #menu-cat-122 .dish[data-sku="M20"] .dish-image {
  transform:scale(.89);
  transform-origin:center center;
}

.page-shell--menu #menu-cat-122 .dish[data-sku="M21"] .dish-image {
  transform:scale(.88);
  transform-origin:center center;
}

/* Match both replacement khinkali plates to the visible size of the manty plate. */
.page-shell--menu #menu-cat-122 .dish[data-sku="M51"] .dish-image,
.page-shell--menu #menu-cat-122 .dish[data-sku="M71"] .dish-image {
  transform:translateY(-14px) scale(1.25);
  transform-origin:center center;
}

/* Preserve the previous visible size of the replacement seafood julienne. */
.page-shell--menu #menu-cat-127 .dish[data-sku="R29"] .dish-image {
  transform:translateY(-5px) scale(.68);
  transform-origin:center center;
}

/* Balance the square R19 source canvas against the neighbouring seafood plates. */
@media(min-width:1001px) {
  .page-shell--menu #menu-cat-127 .dish[data-sku="R19"] .dish-image {
    transform:translateY(-6px) scale(1.45);
    transform-origin:center center;
  }

  .page-shell--menu #menu-cat-127 .dish[data-sku="R15"] .dish-image {
    transform:translateY(-4px) scale(1.18);
    transform-origin:center center;
  }

  /* Keep the new square R8 and R14 plates equal in visible size and clear of their titles. */
  .page-shell--menu #menu-cat-127 .dish[data-sku="R8"] .dish-image {
    transform:translateY(-12px) scale(1.25);
    transform-origin:center center;
  }

  .page-shell--menu #menu-cat-127 .dish[data-sku="R14"] .dish-image {
    transform:translateY(-12px) scale(1.34);
    transform-origin:center center;
  }

  .page-shell--menu #menu-cat-117 .dish:is([data-sku="C9"],[data-sku="C10"]) .dish-image {
    transform:translateY(-5px) scale(1.4);
    transform-origin:center center;
  }

  .page-shell--menu #menu-cat-117 .dish[data-sku="C2"] .dish-image {
    transform:translateY(8px) scale(1.65);
    transform-origin:center center;
  }

  /* Desktop order without explicit grid coordinates, so the native columns stay intact. */
  .page-shell--menu #menu-cat-117 .dish[data-sku="C1"]{order:1}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C12"]{order:2}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C11"]{order:3}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C7"]{order:4}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C17"]{order:5}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C18"]{order:6}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C2"]{order:7}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C3"]{order:8}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C5"]{order:9}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C10"]{order:10}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C9"]{order:11}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C15"]{order:12}
}

/* Give the L4 borscht a little more visual presence without reaching the card text. */
.page-shell--menu #menu-cat-119 .dish[data-sku="L4"] .dish-image {
  transform:translateY(-5px) scale(1.1);
  transform-origin:center center;
}

/* Preserve the former visible bowl size for the matching square L6 and L6K replacements. */
@media(min-width:1001px) {
  .page-shell--menu #menu-cat-119 .dish:is([data-sku="L6"],[data-sku="L6K"]) .dish-image {
    transform:translateY(-6px) scale(1.65);
    transform-origin:center center;
  }
}

.page-shell--menu #menu-cat-130 .dish[data-sku="M19S"] .dish-image {
  transform:translateY(-10px) scale(.74);
  transform-origin:center center;
}

/* Fresh juices use tall glassware, so they need a little more visual scale. */
.page-shell--menu #menu-cat-133 .dish-image {
  width:120%;
  height:225px;
  margin:-78px -10% -18px;
}

/* Fruit shakes share one visual size and stay clear of their dish titles. */
.page-shell--menu #menu-cat-134 .dish-image {
  transform:translateY(-12px) scale(.72);
  transform-origin:center center;
}

/* Alcoholic cocktails use one generous glass size while staying clear of their titles. */
.page-shell--menu #menu-cat-135 .dish-image {
  width:120%;
  height:225px;
  margin:-78px -10% -18px;
  object-fit:contain;
  object-position:center bottom;
  transform:none;
}

/* Desktop: keep cocktail names below the glassware without moving the glasses. */
@media(min-width:1001px) {
  .page-shell--menu #menu-cat-135 .dish h3 {
    transform:translateY(14px);
  }
}

/* Keep the tall Aperol glass below the controls of the card above. */
.page-shell--menu #menu-cat-135 .dish:nth-child(11) .dish-image {
  transform:translateY(10px) scale(.93);
  transform-origin:center center;
}

/* Keep the next tall cocktail glasses inside their own card rows. */
.page-shell--menu #menu-cat-135 .dish:nth-child(n+12):nth-child(-n+19) .dish-image {
  transform:translateY(8px) scale(.92);
  transform-origin:center center;
}

/* Match Tropical Passion and Sun Sunych to the apparent size of Basil Kiss. */
.page-shell--menu #menu-cat-135 .dish[data-title-ru="Tropical Passion"] .dish-image,
.page-shell--menu #menu-cat-135 .dish[data-title-ru="Sun Sunych"] .dish-image {
  transform:translateY(-6px) scale(1.04) !important;
  transform-origin:center center;
}

/* Keep the four Thai soup bowls inside their image zones and clear of titles and controls. */
.page-shell--menu #menu-cat-128 .dish:is(
  [data-sku="TS21"],
  [data-sku="TS2"],
  [data-sku="TS11"],
  [data-sku="TS1"]
) .dish-image {
  transform:scale(.7);
  transform-origin:center center;
}

/* Keep the supplied Thai rice and Pad Thai plates at one safe visual scale. */
.page-shell--menu #menu-cat-128 .dish:is(
  [data-sku="N1"],
  [data-sku="N11"],
  [data-sku="N4"],
  [data-sku="N41"],
  [data-sku="N5"]
) .dish-image {
  transform:scale(.79);
  transform-origin:center center;
}

.page-shell--menu #menu-cat-128 .dish[data-sku="N41"] .dish-image {
  transform:translateY(-12px) scale(.79);
}

/* Match both Thai spinach plates to the established Thai rice plate size. */
.page-shell--menu #menu-cat-128 .dish-image:is(
  [src*="/15335.png"],
  [src*="/15327.png"],
  [src*="/13470.png"]
) {
  transform:scale(.79);
  transform-origin:center center;
}

.page-shell--menu #menu-cat-128 .dish-image:is(
  [src*="/15327.png"],
  [src*="/13470.png"]
) {
  transform:scale(.72);
}

.page-shell--menu #menu-cat-128 .dish[data-title-ru="Тайский шпинат с морепродуктами"] > div:not(.dish-order):not(.dish-image-placeholder) {
  padding-block:12px;
}

.page-shell--menu #menu-cat-128 .dish[data-title-ru="Спринг роллы с овощами"] > div:not(.dish-order):not(.dish-image-placeholder) {
  padding-block:12px;
}

/* Keep the three supplied Thai salad bowls at one visual size. */
.page-shell--menu #menu-cat-128 .dish-image:is(
  [src*="/15324.png"],
  [src*="/15325.png"],
  [src*="/15326.png"]
) {
  transform:scale(.72);
  transform-origin:center center;
}

.page-shell--menu #menu-cat-128 .dish:is(
  [data-title-ru="Салат с говядиной и манго"],
  [data-title-ru="Салат с морепродуктами"]
) > div:not(.dish-order):not(.dish-image-placeholder) {
  padding-block:6px;
}

.page-shell--menu #menu-cat-128 .dish-choice-note {
  display:block;
  margin-top:5px;
  color:#d99b76;
  font-size:.72em;
  line-height:1.18;
}

.page-shell--menu :is(#menu-cat-129,#menu-cat-130) .dish:is([data-sku="D8"],[data-sku="KD9"]) .dish-choice-note {
  display:block;
  margin-top:5px;
  color:#d99b76;
  font-size:.72em;
  line-height:1.18;
}

/* The landscape KD9 source fills its canvas; keep the desktop plate inside the image zone. */
@media(min-width:1001px) {
  .page-shell--menu #menu-cat-130 .dish[data-sku="KD9"] .dish-image {
    transform:translateY(-8px) scale(.72);
    transform-origin:center center;
  }
}

.page-shell--menu #menu-cat-128 .dish-title-line {
  display:block;
}

.page-shell--menu .dish-title-line {
  display:block;
}

.page-shell--menu .dish-title-line--mobile {
  display:inline;
}

.page-shell--menu #menu-cat-128 .dish:is(
  [data-sku="N1"],
  [data-sku="N11"],
  [data-sku="N5"]
) > div:not(.dish-order):not(.dish-image-placeholder) {
  padding-block:12px;
}

/* Align every Thai-cuisine title to the established N11 title baseline. */
.page-shell--menu #menu-cat-128 .dish > div:not(.dish-order):not(.dish-image-placeholder) {
  padding-top:12px;
}

/* Keep wine cards at their established height after enlarging the availability note. */
.page-shell--menu #menu-cat-136 .dish-list {
  align-items:start;
}

.page-shell--menu #menu-cat-136 .dish {
  padding-block:6px;
  gap:3px;
}

.page-shell--menu #menu-cat-136 .dish-image {
  pointer-events:none;
}

/* The two draught-wine cards have no availability note and stay compact. */
.page-shell--menu #menu-cat-136 .dish:nth-child(n+4) {
  min-height:250px;
}

/* Spirits without photos use compact full-width rows. */
.page-shell--menu #menu-cat-138 .dish-list {
  grid-template-columns:1fr;
  gap:9px;
  padding-top:30px;
}

.page-shell--menu #menu-cat-138 .dish {
  min-height:0;
  padding:13px 20px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  border-radius:18px;
}

.page-shell--menu #menu-cat-138 .dish .dish-image-placeholder {
  display:none;
}

.page-shell--menu #menu-cat-138 .dish > div:not(.dish-order):not(.dish-image-placeholder) {
  min-height:0;
  align-items:flex-start;
  text-align:left;
}

.page-shell--menu #menu-cat-138 .dish h3 {
  font-size:clamp(19px,1.5vw,23px);
  line-height:1.2;
}

.page-shell--menu #menu-cat-138 .dish .dish-order {
  width:auto;
  margin:0;
  flex-direction:row;
  align-items:center;
  gap:16px;
}

.page-shell--menu #menu-cat-138 .dish .dish-order > strong {
  min-width:92px;
  font-size:21px;
  text-align:right;
}

@media(max-width:700px) {
  .page-shell--menu #menu-cat-138 .dish {
    grid-template-columns:1fr;
    gap:12px;
  }

  .page-shell--menu #menu-cat-138 .dish .dish-order {
    width:100%;
    justify-content:space-between;
  }
}

/* Match the photographed soft drinks to the restrained fruit-shake image scale. */
.page-shell--menu #menu-cat-132 .dish-image {
  transform:translateY(-4px) scale(.72);
  transform-origin:center center;
}

/* Normalize the visible mug sizes despite different transparent canvases. */
.page-shell--menu #menu-cat-132 .dish-image[src*="/19132.png"] {
  transform:translateY(-4px) scale(.75);
}

.page-shell--menu #menu-cat-132 .dish-image[src*="/19133.png"] {
  transform:translateY(-20px) scale(.87);
}

/* The six supplied lemonade portraits fill their canvases and need full card scale. */
.page-shell--menu #menu-cat-132 .dish:nth-child(-n+6) .dish-image {
  transform:translateY(-18px) scale(.88);
}

/* Keep both lemonade rows aligned while their tall garnishes clear the controls above. */
.page-shell--menu #menu-cat-132 .dish-list {
  row-gap:60px;
}

/* Centre the visible glass base, rather than the transparent PNG canvas. */
.page-shell--menu #menu-cat-132 .dish:nth-child(1){--drink-image-x:-1.3%}
.page-shell--menu #menu-cat-132 .dish:nth-child(2){--drink-image-x:-2%}
.page-shell--menu #menu-cat-132 .dish:nth-child(3){--drink-image-x:-1.9%}
.page-shell--menu #menu-cat-132 .dish:nth-child(4){--drink-image-x:.2%}
.page-shell--menu #menu-cat-132 .dish:nth-child(5){--drink-image-x:-1.9%}
.page-shell--menu #menu-cat-132 .dish:nth-child(6){--drink-image-x:-2%}
.page-shell--menu #menu-cat-132 .dish:nth-child(7){--drink-image-x:-2.4%}
.page-shell--menu #menu-cat-132 .dish:nth-child(8){--drink-image-x:-2.3%}
.page-shell--menu #menu-cat-132 .dish:nth-child(9){--drink-image-x:-2.4%}
.page-shell--menu #menu-cat-132 .dish:nth-child(10){--drink-image-x:-2.6%}
.page-shell--menu #menu-cat-132 .dish:nth-child(11){--drink-image-x:-2.2%}
.page-shell--menu #menu-cat-132 .dish:nth-child(12){--drink-image-x:-2.1%}
.page-shell--menu #menu-cat-132 .dish:nth-child(13){--drink-image-x:-3.6%}
.page-shell--menu #menu-cat-132 .dish:nth-child(14){--drink-image-x:-1.5%}
.page-shell--menu #menu-cat-132 .dish:nth-child(15){--drink-image-x:-1.3%}
.page-shell--menu #menu-cat-132 .dish:nth-child(-n+15) .dish-image{
  translate:var(--drink-image-x) 0;
}

/* Keep the four oversized dessert plates at the established D1/D2 visual size. */
.page-shell--menu #menu-cat-129 .dish:is(
  [data-sku="D11"],
  [data-sku="D13"],
  [data-sku="D14"]
) .dish-image {
  transform:scale(.72);
  transform-origin:center center;
}

/* The supplied dessert PNGs have different transparent canvases, so size each plate independently. */
@media(min-width:621px) {
  .page-shell--menu #menu-cat-129 .dish[data-sku="D1"] .dish-image {
    transform:scale(.72);
    transform-origin:center center;
  }
}

.page-shell--menu #menu-cat-129 .dish[data-sku="D8"] .dish-image {
  transform:scale(1.15);
  transform-origin:center center;
}

/* Desktop: add a little air between fresh-juice glassware and every title. */
@media(min-width:621px) {
  .page-shell--menu #menu-cat-133 .dish h3 {
    transform:translateY(5px);
  }
}

.page-shell--menu #menu-cat-129 .dish[data-sku="HD1"] .dish-image {
  transform:scale(.68);
  transform-origin:center center;
}

.page-shell--menu #menu-cat-129 .dish[data-sku="KD7"] .dish-image {
  transform:scale(.7);
  transform-origin:center center;
}

/* Match C17's diagonal presentation to the adjacent chicken pita card. */
.page-shell--menu #menu-cat-117 .dish[data-sku="C17"] .dish-image {
  transform:translateY(-8px) rotate(45deg) scale(.95);
  transform-origin:center center;
}

/* Match the replacement F6 platter to F9's visible size and diagonal. */
.page-shell--menu .dish[data-sku="F6"] .dish-image {
  transform:translateY(-5px) rotate(3deg) scale(.78);
  transform-origin:center center;
}

/* Normalize the visible plate footprint and angle across the second row of main dishes. */
.page-shell--menu #menu-cat-121 .dish[data-sku="M5"] .dish-image {
  transform:translateY(-11px) scale(.967, .845) rotate(-9.03deg);
  transform-origin:center center;
}

.page-shell--menu #menu-cat-121 .dish[data-sku="M9"] .dish-image {
  transform:translateY(-7px) scale(1.006, .978) rotate(4.32deg);
  transform-origin:center center;
}

.page-shell--menu #menu-cat-121 .dish[data-sku="M33"] .dish-image {
  transform:translateY(-7px);
  transform-origin:center center;
}

/* Match M3's visible plate dimensions to M2 despite its wider transparent PNG content. */
.page-shell--menu #menu-cat-121 .dish[data-sku="M3"] .dish-image {
  transform:scale(.858, 1.007);
  transform-origin:center center;
}

/* Keep the replacement M13 bowl compact and proportional inside its card. */
.page-shell--menu #menu-cat-121 .dish[data-sku="M13"] .dish-image {
  transform:translateY(-3px) scale(.78);
  transform-origin:center center;
}

/* Match M32's visible plate size, baseline and angle to M5. */
.page-shell--menu #menu-cat-121 .dish[data-sku="M32"] .dish-image {
  transform:translate(-3.5px, -8px) scale(1.008, .867) rotate(9.87deg);
  transform-origin:center center;
}

/* Keep the Chang mug at the same visual height as the neighbouring draught-beer glasses. */
.page-shell--menu #menu-cat-131 .dish[data-title-ru="Chang"] .dish-image {
  transform:translateY(-4px) scale(.72);
  transform-origin:center center;
}

/* Bottled beers share one large visual height and one baseline. */
.page-shell--menu #menu-cat-131 .dish-list > .dish:nth-child(n+6) .dish-image {
  width:116%;
  height:205px;
  margin:-72px -8% -12px;
  object-fit:contain;
  object-position:center bottom;
  transform:none;
}

/* The supplied rice PNG has extra transparent canvas; scale its plate to match the other side dishes. */
.page-shell--menu #menu-cat-125 .dish[data-sku="H6"] .dish-image,
.page-shell--menu #menu-cat-125 .dish[data-sku="H7"] .dish-image {
  transform:scale(.8);
  transform-origin:center center;
}

/* Match the newly supplied Lagman and French fries photos to neighboring desktop plates. */
@media (min-width:621px) {
  .page-shell--menu #menu-cat-121 .dish[data-sku="M6"] .dish-image {
    transform:scale(1.35);
    transform-origin:center center;
  }

  .page-shell--menu #menu-cat-125 .dish[data-sku="H6"] .dish-image {
    transform:translateY(-10px) scale(1.36);
    transform-origin:center center;
  }

  /* Desktop-only: add one pixel of air between side-dish photos and titles. */
  .page-shell--menu #menu-cat-125 .dish h3 {
    transform:translateY(1px);
  }

  /* Desktop-only: match the four smaller sauce images to the unchanged S9 reference. */
  .page-shell--menu #menu-cat-126 .dish:is([data-sku="S3"],[data-sku="S4"]) .dish-image {
    transform:scale(1.035);
    transform-origin:center center;
  }

  .page-shell--menu #menu-cat-126 .dish[data-sku="S7"] .dish-image {
    transform:scale(1.05);
    transform-origin:center center;
  }

  .page-shell--menu #menu-cat-126 .dish[data-sku="S8"] .dish-image {
    transform:scale(1.07);
    transform-origin:center center;
  }
}

.page-shell--menu #menu-cat-125 .dish[data-sku="H8"] .dish-image {
  transform:scale(1.28) translateY(-5px);
  transform-origin:center center;
}

/* Lift the Borodinsky garlic croutons slightly clear of their title. */
.page-shell--menu #menu-cat-125 .dish[data-sku="H13"] .dish-image {
  transform:translateY(-8px);
}

/* Keep the newly added kids' main-course plates inside the image zone and clear of dish titles. */
.page-shell--menu #menu-cat-130 .dish:is(
  [data-sku="L7"],
  [data-sku="KD7"],
  [data-sku="KD3"],
  [data-sku="KD5"],
  [data-sku="KD12"],
  [data-sku="KD13"],
  [data-sku="KD81S"],
  [data-sku="KD82S"],
  [data-sku="M15S"],
  [data-sku="M17S"],
  [data-sku="M18S"],
  [data-sku="M20S"],
  [data-sku="M21S"]
) .dish-image {
  transform:translateY(-10px) scale(.76);
  transform-origin:center center;
}

/* Match the apparent plate size of kids' dishes despite different source canvases. */
.page-shell--menu #menu-cat-130 .dish[data-sku="L1(S)"] .dish-image {
  transform:translateY(-10px) scale(.8);
  transform-origin:center center;
}

.page-shell--menu #menu-cat-130 .dish[data-sku="L7"] .dish-image {
  transform:translateY(-10px) scale(.84);
}

/* Keep the kids' pancake plate inside its image zone and clear of the title. */
.page-shell--menu #menu-cat-130 .dish[data-sku="D8"] .dish-image {
  transform:translateY(-10px) scale(.68);
  transform-origin:center center;
}

.page-shell--menu #menu-cat-130 .dish:is(
  [data-sku="KD12"],
  [data-sku="KD81S"],
  [data-sku="M18S"],
  [data-sku="M20S"],
  [data-sku="M21S"]
) .dish-image {
  transform:translateY(-10px) scale(.9);
}

.page-shell--menu #menu-cat-130 .dish:is(
  [data-sku="KD7"],
  [data-sku="KD82S"]
) .dish-image {
  transform:translateY(-10px) scale(1);
}

/* Match the visible spaghetti plate to the kids' steamed chicken cutlet plate. */
.page-shell--menu #menu-cat-130 .dish[data-title-ru="Спагетти со сливочным маслом"] .dish-image {
  transform:translateY(-10px) scale(1.32);
  transform-origin:center center;
}

.page-shell--menu .menu-section--card-pilot .dish-image-placeholder {
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(ellipse at center,rgba(216,179,95,.12),transparent 62%),
    linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,0));
}

.page-shell--menu .menu-section--card-pilot .dish-image-placeholder::after {
  content:'';
  position:absolute;
  left:12%;
  right:12%;
  bottom:22%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(216,179,95,.24),transparent);
}

.page-shell--menu .menu-section--card-pilot .dish > div:not(.dish-order):not(.dish-image-placeholder) {
  flex:0 0 auto;
  min-height:52px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-align:center;
}

.page-shell--menu .menu-section--card-pilot .dish h3 {
  margin:0;
  color:#f7dfa0;
  font-size:clamp(22px,1.55vw,27px);
  line-height:1.18;
  font-weight:500;
  overflow-wrap:anywhere;
}

/* Keep every desktop sauce title clear of the large spoon artwork. */
@media (min-width:621px) {
  .page-shell--menu #menu-cat-126 .dish > div:not(.dish-order):not(.dish-image-placeholder) {
    margin-top:10px;
  }
}

.page-shell--menu .menu-section--card-pilot .dish p:not(.dish-wine-note) {
  display:none;
}

.page-shell--menu .menu-section--card-pilot .dish .dish-wine-note {
  display:block;
  margin:8px 0 0;
  color:rgba(247,223,160,.86);
  font-size:16px;
  line-height:1.35;
  text-align:center;
}

.page-shell--menu .menu-section--card-pilot .dish-order {
  width:100%;
  margin-top:auto;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:center;
  gap:9px;
}

.page-shell--menu .menu-section--card-pilot .dish-order > strong {
  color:#e5b84f;
  font-size:24px;
  line-height:1;
}

/* The tea card is informational only: title and price, with no delivery controls. */
.page-shell--menu .menu-section--tea-card .dish {
  min-height:250px;
  justify-content:center;
  gap:28px;
  padding:32px 22px;
}

.page-shell--menu .menu-section--tea-card .dish > div:not(.dish-order) {
  min-height:0;
}

.page-shell--menu .menu-section--tea-card .dish > strong {
  color:#e5b84f;
  font-size:24px;
  line-height:1;
  width:100%;
  align-self:center;
  text-align:center;
}

.page-shell--menu .menu-section--tea-card > h2 {
  margin-bottom:8px;
}

.page-shell--menu .menu-section--tea-card > .menu-section-note {
  margin:0 0 34px;
  color:rgba(245,216,151,.78);
  font-size:clamp(15px,1.5vw,18px);
  line-height:1.35;
  text-align:center;
}

/* Tea pots use one large visual grid while keeping titles and prices clear. */
.page-shell--menu .menu-section--tea-card .dish:has(.dish-image) {
  justify-content:flex-start;
  gap:12px;
  padding:18px 22px 28px;
}

.page-shell--menu .menu-section--tea-card .dish .dish-image {
  width:116%;
  height:215px;
  margin:-64px -8% -12px;
  object-fit:contain;
  object-position:center bottom;
}

.page-shell--menu .menu-section--tea-card .dish:has(.dish-image) > strong {
  margin-top:auto;
}

.page-shell--menu .menu-section--card-pilot .dish-quantity button {
  font-size:24px;
  font-weight:700;
  cursor:inherit;
  transition:background-color .18s ease,color .18s ease,box-shadow .18s ease;
}

.page-shell--menu .menu-section--card-pilot .dish-quantity button:hover,
.page-shell--menu .menu-section--card-pilot .dish-quantity button:focus-visible {
  background:#d9b458;
  color:#063026;
  box-shadow:0 0 14px rgba(217,180,88,.48);
  outline:none;
}

.page-shell--menu .menu-section--card-pilot .dish-quantity button:active {
  background:#f0ce73;
  transform:scale(.94);
}

.page-shell--menu .menu-section--card-pilot .dish-add {
  display:none;
}

.page-shell--menu .menu-section--card-pilot .dish:has(.dish-options) .dish-add {
  display:block;
}

@media (min-width:1600px) {
  .page-shell--menu .menu-section--card-pilot .dish-list {
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

@media (max-width:1100px) {
  .page-shell--menu .menu-section--card-pilot .dish-list {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:620px) {
  .page-shell--menu .menu-section--card-pilot .dish-list {
    grid-template-columns:1fr;
  }

  .page-shell--menu .menu-section--card-pilot .dish {
    min-height:250px;
    padding:14px;
  }

  .page-shell--menu .menu-section--card-pilot .dish-image-placeholder {
    height:82px;
  }

  .page-shell--menu .menu-section--card-pilot .dish-image {
    width:110%;
    height:145px;
    margin:-40px -5% -6px;
  }

  .page-shell--menu #menu-cat-133 .dish-image {
    width:116%;
    height:160px;
    margin:-44px -8% 0;
  }

  .page-shell--menu #menu-cat-134 .dish-image {
    transform:translateY(-4px) scale(.8);
  }

  .page-shell--menu #menu-cat-131 .dish-list > .dish:nth-child(n+6) .dish-image {
    width:110%;
    height:150px;
    margin:-40px -5% 0;
    object-position:center bottom;
    transform:none;
  }

  .page-shell--menu #menu-cat-125 .dish[data-sku="H8"] .dish-image {
    transform:scale(1.25) translateY(-3px);
  }

  .page-shell--menu #menu-cat-125 .dish[data-sku="H6"] .dish-image,
  .page-shell--menu #menu-cat-125 .dish[data-sku="H7"] .dish-image {
    transform:scale(.82);
  }

  .page-shell--menu #menu-cat-125 .dish[data-sku="H6"] .dish-image {
    transform:translateY(-10px) scale(1.36);
  }

  .page-shell--menu #menu-cat-130 .dish:is(
    [data-sku="L7"],
    [data-sku="KD7"],
    [data-sku="KD3"],
    [data-sku="KD5"],
    [data-sku="KD12"],
    [data-sku="KD13"],
    [data-sku="KD81S"],
    [data-sku="KD82S"],
    [data-sku="M15S"],
    [data-sku="M17S"],
    [data-sku="M18S"],
    [data-sku="M20S"],
    [data-sku="M21S"]
  ) .dish-image {
    transform:translateY(-4px) scale(.84);
  }

  .page-shell--menu #menu-cat-130 .dish[data-sku="M19S"] .dish-image {
    transform:translateY(-4px) scale(.78);
  }

  .page-shell--menu #menu-cat-130 .dish[data-sku="L1(S)"] .dish-image {
    transform:translateY(-4px) scale(1.08);
  }

  .page-shell--menu #menu-cat-130 .dish:is(
    [data-sku="KD12"],
    [data-sku="KD81S"],
    [data-sku="M18S"],
    [data-sku="M20S"],
    [data-sku="M21S"]
  ) .dish-image {
    transform:translateY(-4px) scale(.92);
  }

  .page-shell--menu #menu-cat-130 .dish:is(
    [data-sku="KD7"],
    [data-sku="KD82S"]
  ) .dish-image {
    transform:translateY(-4px) scale(1);
  }

  .page-shell--menu #menu-cat-130 .dish[data-title-ru="Спагетти со сливочным маслом"] .dish-image {
    transform:translateY(-4px) scale(1.32);
  }


  .page-shell--menu .menu-section--card-pilot .dish h3 {
    font-size:24px;
  }
}

/* Mobile trial: two compact cards per row in the Shashlik category only. */
@media(max-width:620px){
  .page-shell--menu .menu-section--shashlik {padding:24px 10px 28px}
  .page-shell--menu .menu-section--shashlik>h2{margin-bottom:0;font-size:clamp(38px,11vw,48px)}
  .page-shell--menu .menu-section--shashlik .dish-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px;padding-top:28px}
  .page-shell--menu .menu-section--shashlik .dish{min-height:222px;padding:8px 8px 10px;gap:4px;border-radius:18px}
  .page-shell--menu .menu-section--shashlik .dish-image{width:116%;height:100px;margin:-14px -8% -2px}
  .page-shell--menu .menu-section--shashlik .dish-image-placeholder{height:88px}
  .page-shell--menu .menu-section--shashlik .dish>div:not(.dish-order):not(.dish-image-placeholder){min-height:42px;gap:2px}
  .page-shell--menu .menu-section--shashlik .dish h3{font-size:16px;line-height:1.12}
  .page-shell--menu .menu-section--shashlik .dish-order{gap:5px;margin-top:0}
  .page-shell--menu .menu-section--shashlik .dish-order>strong{font-size:20px}
  .page-shell--menu .menu-section--shashlik .dish-quantity{grid-template-columns:32px 34px 32px}
  .page-shell--menu .menu-section--shashlik .dish-quantity button{min-height:36px;font-size:24px}

  /* Mobile-only normalized canvases keep every plate on one line and at one width. */
  .page-shell--menu .menu-section--shashlik .dish-image{transform:none!important;object-position:center top}

  /* Trial: Shashlik cards sit directly on the main Menu panel without a nested section panel. */
  .page-shell--menu #menu-cat-120.menu-section--shashlik{
    width:100%;
    padding:6px 0 28px;
    border:0;
    border-radius:0;
    background:none;
    box-shadow:none;
    overflow:visible;
  }
  .page-shell--menu #menu-cat-120.menu-section--shashlik>h2{display:none}
  .page-shell--menu #menu-cat-120.menu-section--shashlik .dish-list{padding-top:0}
  .page-shell--menu .restaurant-menu:has(>#menu-cat-120:not([hidden])){margin-top:0}
}

/* All mobile photo-menu categories follow the compact Shashlik card standard. */
@media(max-width:620px){
  .page-shell--menu .menu-section--card-pilot .dish-image{pointer-events:none}
  .page-shell--menu .menu-section--card-pilot .dish>div:not(.dish-order):not(.dish-image-placeholder),
  .page-shell--menu .menu-section--card-pilot .dish-order{position:relative;z-index:6}

  .page-shell--menu .menu-section--mobile-compact{padding:24px 10px 28px}
  .page-shell--menu .menu-section--mobile-compact>h2{margin-bottom:0;font-size:clamp(34px,10vw,46px);line-height:1.05}
  .page-shell--menu .menu-section--mobile-compact .dish-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px;padding-top:28px}
  .page-shell--menu #menu-cat-132.menu-section--mobile-compact .dish-list{row-gap:12px}
  .page-shell--menu #menu-cat-132 .dish:nth-child(1){--drink-image-x:-1.7%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(2){--drink-image-x:-2.5%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(3){--drink-image-x:-2.7%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(4){--drink-image-x:-3%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(5){--drink-image-x:-3.2%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(6){--drink-image-x:-2.9%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(7){--drink-image-x:-3.8%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(8){--drink-image-x:-3.8%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(9){--drink-image-x:-3.7%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(10){--drink-image-x:-3.8%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(11){--drink-image-x:-3.8%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(12){--drink-image-x:-3.6%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(13){--drink-image-x:-4.6%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(14){--drink-image-x:-1%}
  .page-shell--menu #menu-cat-132 .dish:nth-child(15){--drink-image-x:-4.4%}
  .page-shell--menu #menu-cat-133.menu-section--mobile-compact .dish-list{row-gap:30px}
  .page-shell--menu #menu-cat-131.menu-section--mobile-compact .dish-list{row-gap:12px}
  .page-shell--menu .menu-section--mobile-compact .dish{min-height:222px;padding:8px 8px 10px;gap:4px;border-radius:18px}
  .page-shell--menu .menu-section--mobile-compact .dish-image{width:116%;height:100px;margin:-14px -8% -2px;transform:none!important;object-position:center top}
  .page-shell--menu .menu-section--mobile-compact .dish-image-placeholder{height:78px}
  .page-shell--menu .menu-section--mobile-compact .dish>div:not(.dish-order):not(.dish-image-placeholder){min-height:42px;gap:2px}

  /* Balance the new square source photos inside their compact mobile cards. */
  .page-shell--menu #menu-cat-121 .dish[data-sku="M6"] .dish-image{
    transform:translateY(-8px) scale(1.25)!important;
  }
  .page-shell--menu #menu-cat-125 .dish[data-sku="H6"] .dish-image{
    transform:translateY(-3px) scale(1.62)!important;
  }

  /* Mobile sauces: slightly larger spoons with a little more air above the titles. */
  .page-shell--menu #menu-cat-126 .dish-image{
    width:122%;
    height:108px;
    margin:-16px -11% -2px;
  }
  .page-shell--menu #menu-cat-126 .dish>div:not(.dish-order):not(.dish-image-placeholder){
    margin-top:3px;
  }
  .page-shell--menu #menu-cat-126 .dish[data-sku="S9"] .dish-image{
    transform:scale(.945)!important;
    transform-origin:center center;
  }

  .page-shell--menu .menu-section--mobile-compact .dish h3{font-size:16px;line-height:1.12}
  .page-shell--menu .menu-section--mobile-compact .dish p:not(.dish-wine-note){font-size:12px;line-height:1.2}
  .page-shell--menu .menu-section--mobile-compact .dish-order{gap:5px;margin-top:auto}
  .page-shell--menu .menu-section--mobile-compact .dish-order>strong{font-size:20px}
  .page-shell--menu .menu-section--mobile-compact .dish-quantity{grid-template-columns:32px 34px 32px}
  .page-shell--menu .menu-section--mobile-compact .dish-quantity button{min-height:36px;font-size:24px;touch-action:manipulation}

  /* Spirits stay a list; price sits above the compact quantity controls. */
  .page-shell--menu #menu-cat-138 .dish-list{gap:7px;padding-top:0}
  .page-shell--menu #menu-cat-138>h2{max-width:240px;font-size:30px;line-height:1.08}
  .page-shell--menu #menu-cat-138 .dish{grid-template-columns:minmax(0,1fr) auto;padding:9px 10px;gap:8px 10px;border-radius:14px}
  .page-shell--menu #menu-cat-138 .dish h3{font-size:16px;line-height:1.15}
  .page-shell--menu #menu-cat-138 .dish .dish-order{width:auto;margin:0;flex-direction:column;align-items:center;justify-content:center;gap:3px}
  .page-shell--menu #menu-cat-138 .dish .dish-order>strong{min-width:0;font-size:18px;line-height:1;text-align:center}
  .page-shell--menu #menu-cat-138 .dish .dish-quantity{grid-template-columns:30px 32px 30px}
  .page-shell--menu #menu-cat-138 .dish .dish-quantity button{min-height:34px;font-size:22px;touch-action:manipulation}

  /* Wine glasses and barrels match the generous visual scale of cocktail glassware. */
  .page-shell--menu #menu-cat-135>h2{max-width:220px;font-size:38px;line-height:1.02;text-wrap:balance}
  .page-shell--menu #menu-cat-135 .dish-list{row-gap:70px}
  .page-shell--menu #menu-cat-136 .dish-list{row-gap:36px;padding-top:0}
  .page-shell--menu #menu-cat-136 .dish-image{width:120%;height:225px;margin:-78px -10% -18px;object-fit:contain;object-position:center bottom;transform:translateY(-18px)!important}
  .page-shell--menu #menu-cat-136 .dish:nth-child(-n+3) .dish-image{transform-origin:center bottom;transform:translateY(-18px) scale(1.03)!important}
  .page-shell--menu #menu-cat-136 .dish:first-child .dish-image{transform:translate(9px,-18px) scale(1.03)!important}

  /* Local mobile image balancing against neighbouring reference cards. */
  .page-shell--menu #menu-cat-117 .dish[data-sku="C2"]{min-height:263px}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C2"] .dish-image-placeholder{height:118px}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C2"] .dish-image{transform:translateY(10px) scale(2.48)!important;transform-origin:center center}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C9"]{min-height:248px}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C9"] .dish-image-placeholder{height:104px}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C9"] .dish-image{transform:translateY(-12px) scale(2)!important;transform-origin:center center}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C10"]{min-height:264px}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C10"] .dish-image-placeholder{height:120px}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C10"] .dish-image{transform:translateY(-2px) scale(2.12)!important;transform-origin:center center}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C5"]{min-height:264px}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C5"] .dish-image-placeholder{height:120px}
  .page-shell--menu #menu-cat-117 .dish:is([data-sku="C5"],[data-sku="C10"])>div:not(.dish-order):not(.dish-image-placeholder){margin-top:6px}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C15"]{min-height:248px}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C15"] .dish-image-placeholder{height:104px}
  .page-shell--menu #menu-cat-117 .dish:is([data-sku="C9"],[data-sku="C15"])>div:not(.dish-order):not(.dish-image-placeholder){margin-top:6px}
  .page-shell--menu #menu-cat-117 .dish:is([data-sku="C1"],[data-sku="C3"],[data-sku="C7"],[data-sku="C12"]){min-height:234px}
  .page-shell--menu #menu-cat-117 .dish:is([data-sku="C1"],[data-sku="C3"],[data-sku="C7"],[data-sku="C12"]) .dish-image-placeholder{height:90px}
  .page-shell--menu #menu-cat-117 .dish:is([data-sku="C1"],[data-sku="C3"],[data-sku="C7"],[data-sku="C12"]) .dish-image{transform:translateY(-6px) scale(1.12)!important;transform-origin:center center}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C17"]{min-height:238px}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C17"] .dish-image-placeholder{height:94px}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C17"] .dish-image{transform:translate(10px,-4px) rotate(45deg) scale(1.1)!important;transform-origin:center center}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C1"]{order:1}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C12"]{order:2}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C11"]{order:3}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C7"]{order:4}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C17"]{order:5}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C18"]{order:6}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C2"]{order:7}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C3"]{order:8}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C5"]{order:9}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C10"]{order:10}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C9"]{order:11}
  .page-shell--menu #menu-cat-117 .dish[data-sku="C15"]{order:12}
  .page-shell--menu #menu-cat-118 .dish[data-sku="A6"] .dish-image{transform:translateY(-13px) scale(1.07)!important}
  .page-shell--menu #menu-cat-121 .dish[data-sku="M2"] .dish-image{width:123%;height:106px;margin:-20px -11.5% -2px}
  .page-shell--menu #menu-cat-121 .dish[data-sku="M32"] .dish-image{transform:translateY(-4px) scale(1.05)!important}
  .page-shell--menu #menu-cat-127 .dish[data-sku="R15"] .dish-image{transform:translateY(-6px) scale(1.85)!important;transform-origin:center center}
  .page-shell--menu #menu-cat-127 .dish[data-sku="R19"] .dish-image{transform:translateY(-8px) scale(2.05)!important;transform-origin:center center}
  .page-shell--menu #menu-cat-123 .dish[data-sku="V1"] .dish-image,
  .page-shell--menu #menu-cat-123 .dish[data-sku="V2"] .dish-image{transform:translateY(-3px) scale(1.07)!important}
  .page-shell--menu #menu-cat-123 .dish[data-sku="V3"] .dish-image{transform:translateY(-3px) scale(1.07)!important}
  .page-shell--menu #menu-cat-123 .dish:is([data-sku="V8"],[data-sku="V9"],[data-sku="C16"]) .dish-image{transform:translateY(-10px) scale(1.62)!important;transform-origin:center center}
  .page-shell--menu #menu-cat-119 .dish[data-sku="L4"] .dish-image{transform:translateY(-5px) scale(1.12)!important}
  .page-shell--menu #menu-cat-119 .dish:is([data-sku="L6"],[data-sku="L6K"]) .dish-image{transform:translateY(-8px) scale(2.12)!important;transform-origin:center center}
  .page-shell--menu #menu-cat-127 .dish:is([data-sku="R8"],[data-sku="R14"]){min-height:240px}
  .page-shell--menu #menu-cat-127 .dish:is([data-sku="R8"],[data-sku="R14"]) .dish-image-placeholder{height:100px}
  .page-shell--menu #menu-cat-127 .dish[data-sku="R8"] .dish-image{transform:translateY(-6px) scale(1.84)!important;transform-origin:center center}
  .page-shell--menu #menu-cat-127 .dish[data-sku="R14"] .dish-image{transform:translateY(-6px) scale(1.84)!important;transform-origin:center center}
  .page-shell--menu #menu-cat-124 .dish-image{transform:translateY(-9px)!important}
  .page-shell--menu .dish-title-line--mobile{display:block}
  .page-shell--menu #menu-cat-125 .dish:is([data-sku="H3"],[data-sku="H4"]) h3{font-size:14px;white-space:nowrap}

  /* Compact kids heading and larger mobile drink photography. */
  .page-shell--menu #menu-cat-130.menu-section--kids{padding-top:68px}
  .page-shell--menu #menu-cat-130 .dish-list{padding-top:6px}
  .page-shell--menu #menu-cat-130>.menu-kids-subtitle{margin-bottom:6px}
  .page-shell--menu #menu-cat-134 .dish-image{width:145%;height:120px;margin:-24px -22.5% -2px}

  /* Fresh juices stay inside their image zones but approach the coconut's visual weight. */
  .page-shell--menu #menu-cat-133 .dish>div:not(.dish-order):not(.dish-image-placeholder){min-height:26px}
  .page-shell--menu #menu-cat-133 .dish[data-title-ru="Ананасовый фреш"] .dish-image{width:170%;margin-left:-35%;margin-right:-35%}
  .page-shell--menu #menu-cat-133 .dish[data-title-ru="Арбузный фреш"] .dish-image{width:168%;margin-left:-34%;margin-right:-34%}
  .page-shell--menu #menu-cat-133 .dish[data-title-ru="Яблочный фреш"] .dish-image{width:160%;margin-left:-30%;margin-right:-30%}
  .page-shell--menu #menu-cat-133 .dish[data-title-ru="Морковный фреш"] .dish-image{width:153%;margin-left:-26.5%;margin-right:-26.5%}
  .page-shell--menu #menu-cat-133 .dish[data-title-ru="Манго фреш"] .dish-image{width:157%;margin-left:-28.5%;margin-right:-28.5%}
  .page-shell--menu #menu-cat-133 .dish:not([data-title-ru="Кокос"]) .dish-image{transform:translateX(4px)!important}
  .page-shell--menu #menu-cat-133 .dish[data-title-ru="Кокос"] .dish-image{width:150%;margin-left:-25%;margin-right:-25%;transform:translateY(5px)!important}

  /* Exact mobile-only image alignment for the two approved cards. */
  .page-shell--menu #menu-cat-130 .dish[data-sku="H10"] .dish-image{
    transform:translateY(-4px) scale(1.75)!important;
    transform-origin:center center;
  }
  .page-shell--menu #menu-cat-133 .dish[data-title-ru="Ананасовый фреш"] .dish-image{
    transform:translateX(10px) scale(1.11)!important;
    transform-origin:center center;
  }
  .page-shell--menu #menu-cat-133 .dish[data-title-ru="Арбузный фреш"] .dish-image{
    transform:translateX(4px) scale(1.06)!important;
    transform-origin:center center;
  }

  .page-shell--menu #menu-cat-132 .dish[data-title-ru="Пина-Колада б/а"] .dish-image{width:150%;height:120px;margin:-24px -25% -12px;transform:translateY(-10px)!important}

  /* Non-alcoholic drinks: centre the glass bases and keep title, price and controls compact. */
  .page-shell--menu #menu-cat-132 .dish-image{
    width:155%;
    height:126px;
    margin:-24px -27.5% -4px;
    object-fit:contain;
    object-position:center bottom;
    transform:none!important;
  }
  .page-shell--menu #menu-cat-132 .dish>div:not(.dish-order):not(.dish-image-placeholder){
    min-height:26px!important;
    margin-top:4px;
  }
  .page-shell--menu #menu-cat-132 .dish-order{
    margin-top:2px!important;
  }
  .page-shell--menu #menu-cat-132 .dish[data-title-ru="Пина-Колада б/а"] .dish-image{
    width:158%;
    height:126px;
    margin:-24px -29% -4px;
    transform:scale(1.1)!important;
    transform-origin:center bottom;
  }
  .page-shell--menu #menu-cat-124 .dish:is([data-sku="RL23"],[data-sku="RL24"],[data-sku="RL25"]) .dish-image{transform:translateY(-16px)!important}

  /* Beer cards use larger glassware and one aligned compact order baseline. */
  .page-shell--menu #menu-cat-131 .dish{min-height:210px}
  .page-shell--menu #menu-cat-131 .dish-image{width:145%!important;height:125px!important;margin:-24px -22.5% -2px!important;object-position:center top!important}
  .page-shell--menu #menu-cat-131 .dish>div:not(.dish-order):not(.dish-image-placeholder){min-height:24px}
  .page-shell--menu #menu-cat-131 .dish-order{margin-top:auto}

  /* Keep every mobile category on the main Menu panel, directly below the ribbon. */
  .page-shell--menu .restaurant-menu{margin-top:0}
  .page-shell--menu .restaurant-menu>.menu-section{
    width:100%;
    margin:0;
    padding:18px 0 28px;
    border:0!important;
    border-radius:0!important;
    background:none!important;
    box-shadow:none!important;
    overflow:visible;
  }
  .page-shell--menu .restaurant-menu>.menu-section>h2{display:none}
  .page-shell--menu .restaurant-menu>.menu-section .dish-list{padding-top:0!important}
  .page-shell--menu #menu-cat-130.menu-section--kids{margin-top:0;padding-top:18px}
  .page-shell--menu #menu-cat-130 .menu-kids-cat-stage,
  .page-shell--menu #menu-cat-130>.menu-kids-subtitle{display:none}
  .page-shell--menu .menu-layout--category-open .menu-categories{
    width:calc(100% - 64px)!important;
    margin-right:64px;
    gap:6px;
    background-image:linear-gradient(125deg,rgba(3,31,23,.84),rgba(8,51,37,.78) 58%,rgba(74,24,18,.72));
  }
  .page-shell--menu .menu-layout--category-open .menu-categories a{
    padding-left:5px!important;
    padding-right:5px!important;
  }
  .page-shell--menu .menu-layout--category-open .menu-categories::after{
    content:none;
  }

  /* Individual Shashlik photo balance; mobile only. */
  .page-shell--menu #menu-cat-120 .dish:is([data-sku="F13"],[data-sku="F16"]) .dish-image{
    transform:translateY(-8px) scale(1.08)!important;
  }
  .page-shell--menu #menu-cat-120 .dish[data-sku="F11"] .dish-image{
    transform:scale(1.06)!important;
  }

  /* Keep protruding first-row photography clear of the sticky category ribbon. */
  .page-shell--menu #menu-cat-120.menu-section--shashlik{padding-top:18px}
  .page-shell--menu #menu-cat-124{padding-top:21px}
  .page-shell--menu #menu-cat-131,
  .page-shell--menu #menu-cat-134{padding-top:22px}
  .page-shell--menu #menu-cat-133{padding-top:42px}
  .page-shell--menu #menu-cat-135{padding-top:70px}
  .page-shell--menu #menu-cat-136{padding-top:96px}
}

@media(max-width:620px){
  /* Every two-column row shares one baseline for price and quantity controls. */
  .page-shell--menu .menu-section--card-pilot:not(.menu-section--tea-card) .dish-list{
    align-items:stretch!important;
  }
  .page-shell--menu .menu-section--card-pilot:not(.menu-section--tea-card) .dish-order{
    margin-top:auto!important;
  }
  /* Titles start from the same top line regardless of one-, two- or three-line copy. */
  .page-shell--menu .menu-section--card-pilot .dish>div:not(.dish-order):not(.dish-image-placeholder){
    align-self:stretch;
    justify-content:flex-start!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  .page-shell--menu .menu-section--card-pilot .dish h3{
    width:100%;
  }
}

@media(max-width:620px){
  /* Restore the compact illustrated panel only for the Kids Menu. */
  .page-shell--menu .restaurant-menu>#menu-cat-130.menu-section--kids{
    margin-top:110px!important;
    padding:56px 10px 28px!important;
    border:2px solid var(--kids-menu-gold)!important;
    border-radius:24px!important;
    background-color:#062b22!important;
    background-image:linear-gradient(135deg,rgba(1,25,19,.76),rgba(3,36,27,.68) 54%,rgba(48,22,16,.74))!important;
    box-shadow:inset 0 0 0 1px rgba(255,218,126,.13),inset 0 0 90px rgba(0,0,0,.34),0 18px 42px rgba(0,0,0,.18),0 0 24px rgba(223,165,54,.12)!important;
    overflow:visible!important;
  }
  .page-shell--menu #menu-cat-130 .menu-kids-cat-stage{
    display:block!important;
    transform:translateY(-61%);
  }
  .page-shell--menu .restaurant-menu>#menu-cat-130>h2{
    display:block!important;
    margin-bottom:0;
  }
  .page-shell--menu #menu-cat-130>.menu-kids-subtitle{
    display:block!important;
    margin:-6px 0 6px;
  }
  .page-shell--menu #menu-cat-130 .dish-list{padding-top:6px!important}
}

/* Desktop menu: align every card title at the top and every price/control row at the bottom. */
@media(min-width:1001px){
  .page-shell--menu .menu-section--card-pilot:not(.menu-section--tea-card) .dish-list{
    align-items:stretch;
  }

  .page-shell--menu .menu-section--card-pilot:not(.menu-section--tea-card) .dish>div:not(.dish-order):not(.dish-image-placeholder){
    align-self:stretch;
    justify-content:flex-start;
  }

  .page-shell--menu .menu-section--card-pilot:not(.menu-section--tea-card) .dish h3{
    width:100%;
  }

  .page-shell--menu .menu-section--card-pilot:not(.menu-section--tea-card) .dish-order{
    margin-top:auto;
  }

}

@media(max-width:620px){
  /* Thai cuisine: enlarge every non-soup plate without entering the copy/control zone. */
  .page-shell--menu #menu-cat-128 .dish:is(
    [data-sku="N1"],
    [data-sku="N11"],
    [data-sku="N4"],
    [data-sku="N41"],
    [data-sku="N5"],
    [data-sku="T3"],
    [data-sku="T6"],
    [data-sku="T5"],
    [data-sku="B16"],
    [data-sku="B18"]
  ) .dish-image{
    transform:translateY(-15px) scale(1.12)!important;
    transform-origin:center top!important;
  }
}

@media(max-width:620px){
  /* Cocktails are one-column cards: undo two-column baseline equalisation here. */
  .page-shell--menu #menu-cat-135{
    padding-top:12px!important;
  }
  .page-shell--menu #menu-cat-135 .dish-list{
    align-items:start!important;
    padding-top:23px!important;
    row-gap:20px!important;
  }
  .page-shell--menu #menu-cat-135 .dish{
    min-height:0!important;
    height:auto!important;
    padding:8px 12px 5px!important;
    gap:1px!important;
  }
  .page-shell--menu #menu-cat-135 .dish-image{
    width:120%!important;
    height:255px!important;
    margin:-28px -10% 2px!important;
    object-position:center bottom!important;
    transform:none!important;
  }
  .page-shell--menu #menu-cat-135 .dish>div:not(.dish-order):not(.dish-image-placeholder){
    min-height:0!important;
    padding:0!important;
    justify-content:flex-start!important;
  }
  .page-shell--menu #menu-cat-135 .dish-order{
    margin-top:0!important;
    gap:4px!important;
  }
  .page-shell--menu #menu-cat-135 .dish[data-title-ru="Mojito"] .dish-image{transform:none!important}
}

/* Mobile kitchen: compact dough-card rhythm without shrinking local dish artwork. */
@media(max-width:620px){
  .page-shell--menu .restaurant-menu :is(
    #menu-cat-120,#menu-cat-117,#menu-cat-118,#menu-cat-121,#menu-cat-123,
    #menu-cat-122,#menu-cat-127,#menu-cat-119,#menu-cat-125,#menu-cat-126,
    #menu-cat-124,#menu-cat-128,#menu-cat-130,#menu-cat-129
  ).menu-section--mobile-compact .dish{
    height:auto!important;
    min-height:222px!important;
  }

  .page-shell--menu .restaurant-menu :is(
    #menu-cat-120,#menu-cat-117,#menu-cat-118,#menu-cat-121,#menu-cat-123,
    #menu-cat-122,#menu-cat-127,#menu-cat-119,#menu-cat-125,#menu-cat-126,
    #menu-cat-124,#menu-cat-128,#menu-cat-130,#menu-cat-129
  ).menu-section--mobile-compact .dish-image{
    flex-shrink:0!important;
  }

  .page-shell--menu .restaurant-menu :is(
    #menu-cat-120,#menu-cat-117,#menu-cat-118,#menu-cat-121,#menu-cat-123,
    #menu-cat-122,#menu-cat-127,#menu-cat-119,#menu-cat-125,#menu-cat-126,
    #menu-cat-124,#menu-cat-128,#menu-cat-130,#menu-cat-129
  ).menu-section--mobile-compact .dish h3{
    font-size:16px!important;
    line-height:1.12!important;
  }

  .page-shell--menu .restaurant-menu :is(
    #menu-cat-120,#menu-cat-117,#menu-cat-118,#menu-cat-121,#menu-cat-123,
    #menu-cat-122,#menu-cat-127,#menu-cat-119,#menu-cat-125,#menu-cat-126,
    #menu-cat-124,#menu-cat-128,#menu-cat-130,#menu-cat-129
  ).menu-section--mobile-compact .dish>div:not(.dish-order):not(.dish-image-placeholder){
    min-height:42px!important;
  }

  .page-shell--menu .restaurant-menu :is(
    #menu-cat-120,#menu-cat-117,#menu-cat-118,#menu-cat-121,#menu-cat-123,
    #menu-cat-122,#menu-cat-127,#menu-cat-119,#menu-cat-125,#menu-cat-126,
    #menu-cat-124,#menu-cat-128,#menu-cat-130,#menu-cat-129
  ).menu-section--mobile-compact .dish-order{
    margin-top:auto!important;
  }
}

/* Very narrow phones only: keep the approved 375px+ mobile layout unchanged. */
@media(max-width:360px){
  html[lang^="ru"] .page-shell--menu #menu-cat-125 .dish:is([data-sku="H3"],[data-sku="H4"]) h3{
    font-size:clamp(14px,calc(5vw - 2px),16px)!important;
  }

  html[lang^="en"] .page-shell--menu #menu-cat-125 .dish:is([data-sku="H3"],[data-sku="H4"]) h3{
    white-space:normal;
  }

  .page-shell--menu .menu-category-index__grid a:is(
    [href="#menu-cat-127"],
    [href="#menu-cat-133"],
    [href="#menu-cat-132"]
  ){
    font-size:clamp(14px,calc(7.5vw - 10px),17px);
  }
}
