/* Approved bottle/glass decorations: preserve existing desktop geometry. */
.recruit .recruit-brand {
  font: 500 1.5em/1 var(--serif);
  letter-spacing: .15em;
  margin-right: .12em;
}
.menu-panel > div:first-child { position: relative; isolation: isolate; }
.menu-panel h2 { font-size: clamp(20px, 3vw, 42px); }
.menu-panel > div:first-child p { position: relative; z-index: 1; padding-right: 0; }
.panel.system { isolation: isolate; }
.system-ornament, .menu-ornament {
  position: absolute;
  height: auto;
  opacity: .22;
  filter: grayscale(1);
  pointer-events: none;
  z-index: -1;
  mask-image: linear-gradient(to right, transparent, #000 36%);
}
.system-ornament {
  width: clamp(100px, 12vw, 150px);
  left: auto;
  right: 6vw;
  top: auto;
  bottom: 16px;
}
.menu-ornament {
  width: min(52%, 260px);
  height: auto;
  right: 0;
  top: -18px;
  bottom: auto;
}
@media (max-width: 700px) {
  .panel.system { padding-right: 105px; }
  .system-ornament { right: 18px; bottom: 16px; width: clamp(96px, 27vw, 120px); }
  .menu-panel { position: relative; }
  .menu-panel > div { position: relative; z-index: 1; }
  .menu-panel > div:first-child p { padding-right: 0; }
  .menu-ornament { right: -18px; top: -4px; width: clamp(156px, 44vw, 204px); mask-image: linear-gradient(to right, transparent 12%, #000 58%); }
}
