/* Solid diagonal campaign wipe, confined to Amy's media; controls stay above it. */
.amy-reveal__media { container-type: inline-size; }
.yta-glaze {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  contain: paint;
}
.amy-reveal__media .yta-glaze__plate {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}
.yta-glaze__panel {
  position: absolute;
  top: -15%;
  left: -40%;
  width: 70%;
  height: 130%;
  visibility: hidden;
  transform: skewX(-18deg);
  background: #ff785d;
  box-shadow: -4.63cqw 0 0 #88f0de;
}
@media (prefers-reduced-motion: reduce) {
  .yta-glaze { display: none; }
}
