/**
 * Aras Vogue — anti-flash hidden states for scroll reveals.
 * These only apply while <html class="aras-anim"> is present (added by an
 * inline head script, removed automatically if JS/GSAP fail to run, or when
 * prefers-reduced-motion is on) — so content never gets stuck hidden.
 */
html.aras-anim .wp-block-woocommerce-product-collection .wc-block-product,
html.aras-anim .single-product .wp-block-post-title,
html.aras-anim .single-product .wp-block-woocommerce-product-gallery,
html.aras-anim .single-product .wp-block-post-excerpt,
html.aras-anim .single-product .wp-block-woocommerce-product-price {
	opacity: 0;
	transform: translateY(32px);
}

/* Content section headings (never the hero cover / header / footer). */
html.aras-anim .wp-site-blocks main .wp-block-heading:not(.wp-block-cover *) {
	opacity: 0;
	transform: translateY(32px);
}

/* Homepage hero — plays a load-in intro (handled by JS, hidden here first). */
html.aras-anim .avg-hero-col > * {
	opacity: 0;
	transform: translateY(26px);
}
