/* ============ NEVODI — animations texte ============ */

/* ---- Progress bar ---- */
.progress {
  position:fixed; top:0; left:0; right:0; height:2px; z-index:9999; pointer-events:none;
}
.progress .bar {
  height:100%; background:var(--grad); width:0%;
}

/* ---- Manifeste — révélation mot par mot ---- */
.manifesto { padding:clamp(80px,10vw,140px) 0; background:var(--paper) }
.reveal-words {
  width:min(90vw,1060px); margin:0 auto; text-align:center;
  font-family:'Bricolage Grotesque'; font-weight:700;
  letter-spacing:-.025em;
  font-size:clamp(24px,4.4vw,64px); line-height:1.18;
  padding:0 var(--gutter); position:relative; z-index:2;
}
.reveal-words .rw {
  display:inline-block; margin:0 .1em; will-change:transform,filter,opacity;
}
.reveal-words .rw.accent {
  background:var(--grad); -webkit-background-clip:text;
  background-clip:text; -webkit-text-fill-color:transparent;
}
