.gridscan {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.gridscan.is-active {
  pointer-events: auto;
}

.gridscan canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-visual-grid-scan {
  z-index: 3;
  opacity: 0;
  will-change: opacity;
}
