/* =====================================================
   particles.css – Ambient floating particle canvas
   ===================================================== */

#particle-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
}

/* All phase2 content must sit above the canvas */
#site-header,
#hero-section,
#message-section,
#traits-section,
#gallery-section,
#site-footer {
  position: relative;
  z-index: 1;
}
