/* Loaded LAST, after every ERA stylesheet, so these win the cascade.

   This file used to carry a blanket `[data-reveal] { transform: none !important }`.
   That was a band-aid for the missing reveal plugin, and it also froze the header:
   the header carries data-reveal="header-slide-in", so the inline transform that
   slides it out of the way on scroll was overridden to none. Reveal is rebuilt in
   EraBehaviours.tsx now, so the blanket rule is gone. */

/* ERA's preloader markup is not ported; make sure no remnant of it can paint. */
html .preloader, html .js-preloader, html .js-preloader-landing { display: none !important; }

/* their SVG headings are drawn with a mask their script activates */
html svg.svg-fix, html .svg-fix { visibility: visible !important; opacity: 1 !important; }
html .js-intro-title, html .intro-sticky__text { opacity: 1 !important; }
