/* ==========================================================================
   psa.it — wow.css stub (2026)
   Originariamente usato per animazioni cinematografiche (altro progetto).
   Su psa.it le animazioni .reveal/.is-visible sono in style.css @layer utilities
   e in psa.css. Questo file è mantenuto per compatibilità con il <link> in
   header.php — non aggiungere regole cinematografiche qui.
   ========================================================================== */

/* Reading progress bar — clinico, colore accent */
.reading-progress {
  position: fixed; top: 0; left: 0;
  width: 100%; height: 3px;
  z-index: 60;
  pointer-events: none;
  background: transparent;
}
.reading-progress__fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--c-accent-strong), var(--c-peach-strong));
  transform-origin: left;
  transition: width .12s linear;
  box-shadow: 0 0 10px oklch(from var(--c-accent) l c h / .45);
}

/* Custom cursor: disabilitato su psa.it */
.cursor, .cursor-dot { display: none !important; }

/* View transitions drammatiche (nessuna; usa lo stile base di style.css) */
