/* Chargé uniquement par l'accueil. */
.home-page .hero-section[data-home-tech-circuits] {
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 18%, rgba(34, 197, 94, .065), transparent 31%),
    #0d1014;
}

.home-page .hero-section[data-home-tech-circuits]::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 16, 20, .64), rgba(13, 16, 20, .27) 55%, rgba(13, 16, 20, .58)),
    radial-gradient(circle at 78% 18%, rgba(34, 197, 94, .055), transparent 31%);
}

.home-tech-circuit-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-page .hero-section[data-home-tech-circuits] .hero-grid {
  z-index: 2;
}
