/**
 * Masked Text Reveal (stellae resource) — FOUC prevention, straight from
 * the resource's own documented pattern: hide split-target elements until
 * mask-text-reveal.js's gsap.set(heading, {autoAlpha:1}) reveals them right
 * before splitting/animating.
 */
[data-split="heading"] {
  visibility: hidden;
}
