/* One photograph coordinate space and one compositing operation for all steam. */
.signature {
  /* Horizontal finger trails remain interactive; vertical scroll and zoom stay native. */
  touch-action: pan-y pinch-zoom;
}
.signature .fx-steam,
.food-grid > .favorites-steam {
  display: none !important;
}
.steam-photo {
  position: absolute;
  display: block;
  visibility: hidden;
  z-index: 1;
  pointer-events: none;
  max-width: none;
}
.steam-photo.is-ready {
  visibility: visible;
}
.steam-photo-source {
  opacity: 0 !important;
}
/* Preserve semantic img elements and card flow while the renderer is visible. */
.food-card {
  isolation: isolate;
}
.food-card > div {
  z-index: 4;
}
@media (max-width: 700px) {
  /* The old full-height cover crop hid the left bowl and its entire plume. */
  .signature-tsubasa > .media {
    height: 64%;
    top: 5%;
    object-position: 50% 44% !important;
    transform: none !important;
    -webkit-mask-image: linear-gradient(#000 82%, transparent 100%);
    mask-image: linear-gradient(#000 82%, transparent 100%);
  }
}
