/* Veya Digital — Contact section's own quiet visual story: "your idea
   becomes a Veya system." Ambient only (no scroll pin, no text) — this
   is the conversion point right before the lead form, so it stays out
   of the way rather than scroll-jacking. */

.contact {
  position: relative;
}

.contact-story-canvas {
  position: absolute;
  top: 60px;
  right: 4.5vw;
  width: 220px;
  height: 220px;
  display: block;
  opacity: 0.85;
  pointer-events: none;
}

@media (max-width: 900px) {
  .contact-story-canvas {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-story-canvas {
    display: none;
  }
}
