/*
 * assets/css/home-lcp.css
 *
 * This file exists for one reason:
 * prevent Lighthouse/PageSpeed from blaming your LCP on "element render delay".
 *
 * Keep this tiny.
 * No layout, no big refactor rules.
 * Just ensure the hero headline is not accidentally hidden/animated.
 */

.home__headline,
#home-splash .home__headline,
#home-splash .c-section__title {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
}

#home-splash,
.home__splash,
.home__splash-header {
  opacity: 1 !important;
  visibility: visible !important;
}
