/* FZ subtiele beweging — scroll-reveal voor secties. Premium & rustig, GPU-only.
   .fz-reveal wordt door JS gezet (zonder JS blijft alles gewoon zichtbaar). */
.fz-reveal{opacity:0;transform:translateY(18px);will-change:opacity,transform;}
.fz-reveal.fz-in{opacity:1;transform:none;
  transition:opacity .55s ease, transform .65s cubic-bezier(.22,1,.36,1);}
@media (prefers-reduced-motion:reduce){
  .fz-reveal,.fz-reveal.fz-in{opacity:1 !important;transform:none !important;transition:none !important;}
}
