/* A transparent foreground of particles. No rules change the existing site artwork. */
#tugan-stars { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 36; display: block; pointer-events: none; background: transparent; }
/* Original camera motion, with the current starry background image retained. */
body.home #hero::before {
  translate: var(--tugan-depth-x, 0px) var(--tugan-depth-y, 0px);
  rotate: var(--tugan-depth-roll, 0deg);
  scale: var(--tugan-depth-zoom, 1);
}
