/* Both variants occupy the original logo footprint. */
.px42-stage { position: relative; }
.hero-metal {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-metal canvas { display: block; width: 100%; height: 100%; }
.px42-stage.has-metal > .px42 { visibility: hidden; }

.hero-metal canvas { cursor: grab; touch-action: pan-y; }
.hero-metal canvas:active { cursor: grabbing; }
