/* SEO/CWV: keep primary headings visible for crawlers and LCP without changing final animation styles. */
html.w-mod-js:not(.w-mod-ix3) .header-section .header-title,
html.w-mod-js:not(.w-mod-ix3) .header-section .header-subtitle,
html.w-mod-js:not(.w-mod-ix3) .hero-section-title,
html.w-mod-js:not(.w-mod-ix3) .silomount-hero-heading,
html.w-mod-js:not(.w-mod-ix3) .silophotos-hero-heading,
html.w-mod-js:not(.w-mod-ix3) .sp-hero__title {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
