/* ============================================
   webXcode — scroll-reveal.css
   Reset all old reveal states.
   scroll-reveal.js drives everything via style.
============================================ */

/* Strip out old translateY/opacity initial states
   so JS has full control */
.reveal-section,
.feat-card,
.bento-panel,
.svc,
.stack-item,
.at-stat,
.prof-bar-row,
.service-row {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

/* Will-change hint for GPU compositing */
.wx-reveal {
  will-change: transform, opacity, filter;
}