/* Keep the WPML flag box stable while Avada lazy-loading initializes it. */
.wpml-ls-flag {
	width: 18px !important;
	height: 12px !important;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

/* Above-the-fold motion delays mobile LCP and can move the hero while loading. */
@media only screen and (max-width: 640px) {
	.home-stage-bg .fusion-animated {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
		visibility: visible !important;
	}
}

/* Use the stable mobile viewport where supported. */
@supports (height: 100svh) {
	@media only screen and (max-width: 640px) {
		.home-stage-bg {
			min-height: calc(100svh - 100px) !important;
		}
	}
}

/* Complianz can output an empty policy link when no separate cookie page exists. */
.cmplz-documents .cmplz-link.cookie-statement:empty {
	display: none;
}

/* Avada otherwise reserves only 500px for this long, off-screen card grid.
 * On mobile that places the footer over the final cards until they render. */
@media only screen and (max-width: 640px) {
	.home .fusion-builder-row-7.awb-cv-auto {
		contain-intrinsic-size: auto 2400px !important;
	}
}
