.stage-transition {
  position: relative;
  z-index: 1;
  height: clamp(280px, 27vw, 440px);
  pointer-events: none;
  overflow: hidden;
}
.stage-transition canvas {
  display: block;
  width: 100%;
  height: 100%;
}
