/*
 * GSAP animation prep — desktop only (this file is dequeued on mobile).
 * Applied after fonts load via html.gsap-animations-active.
 * Includes above-the-fold (.block-index-0) so hero can animate on desktop.
 */

/* html.gsap-animations-active body:not(.wp-admin) {
	.wp-block-blueprint-section,
	.wp-block-blueprint-parallax-background {
		> .container {
			opacity: 0;
		}

		.wp-block-blueprint-paragraph {
			opacity: 0;
		}

		.wp-block-blueprint-heading {
			h1, h2, h3, h4, h5, h6 {
				> div {
					opacity: 0;
				}

				.split-word {
					display: inline-block;
					will-change: transform, opacity;
				}
			}
		}

		.wp-block-blueprint-buttons {
			opacity: 0;
		}

		.wp-block-blueprint-link-with-icon {
			opacity: 0;
		}

		.wp-block-blueprint-video-popup-button {
			opacity: 0;
		}
	}

	.search-results__hero-inner,
	.search-results__item {
		opacity: 0;
	}
} */
