/* MV: keep the original artwork, remove the baked title, and restore the logo. */
.mayoi-mv-reset {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #fff;
}

.mayoi-mv-reset-stage {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
  background: #fff;
}

/* mv-clean is the same illustration with the large outlined title removed. */
.mayoi-mv-reset-art {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* Reuse the exact label artwork from the reference image without bringing back its title. */
.mayoi-mv-label-layer {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: fill;
}
.mayoi-mv-label-layer-cook { clip-path: inset(23.5% 66% 68% 0); }
.mayoi-mv-label-layer-eat { clip-path: inset(49% 0 38% 74%); }
.mayoi-mv-label-layer-energy { clip-path: inset(85% 44% 1% 0); }

.mayoi-mv-reset-logo {
  position: absolute;
  z-index: 3;
  top: 3.5%;
  left: 4.5%;
  width: 100%;
  pointer-events: none;
}
.mayoi-mv-reset-logo img {
  display: block;
  width: clamp(96px, 25%, 210px);
  height: auto;
}

@media (max-width: 768px) {
  .mayoi-mv-reset-art {
    width: 100%;
    height: auto;
  }
  .mayoi-mv-reset-logo {
    top: 3.5%;
    left: 5%;
  }
  .mayoi-mv-reset-logo img {
    width: 29%;
    min-width: 84px;
  }
}
