/* Canvas prospettiva — embeddabile con css/scene.css + js/perspective-background.js */

.perspective-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: var(--perspective-bg, #e8e9e8);
}

.perspective-bg__canvas {
  display: block;
  width: 100%;
  height: 100%;
  height: 100dvh;
  touch-action: pan-y;
}
