/* supplement.css — post-restore overrides (Phase 4 fills as needed) */

/* Webflow IX2 scroll-reveal: elements ship with inline opacity:0 +
   translate3d and are revealed by webflow.js on scroll-into-view.
   In the static full-page render (no scroll) they stay hidden → white
   gap + hidden_text on home. Force them visible. */
[data-w-id][style*="opacity:0"] {
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
}
