/* Interactive Bayer dither wave field */

.dither-wave-wrap {
  position: relative;
  background: var(--white);
  overflow: hidden;
  touch-action: none;
}

.dither-wave__canvas {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--white);
}

/* Standalone lab section */
.dither-wave-section .dither-wave-wrap {
  min-height: min(72vh, 720px);
  cursor: crosshair;
}

.dither-wave-section .dither-wave__canvas {
  min-height: min(72vh, 720px);
}

/* Hero background */
.hero-shell[data-dither-wave] {
  touch-action: none;
}

.hero-shell[data-dither-wave] .hero-bg {
  background: var(--white);
}

.hero-shell[data-dither-wave] .dither-wave-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-shell[data-dither-wave] .hero-grid-lines {
  z-index: 1;
}
