/**
 * Additional utility / print / RTL-safe overrides.
 * Kept separate from style.css so site owners can safely add
 * child-theme-style tweaks here without editing the main stylesheet.
 */

/* Lazy-load fade-in */
img[loading="lazy"]{ background:#f2f4f7; }

/* Print styles */
@media print{
	.site-header, .site-footer, .mp-hero-buttons, .mp-cta, .mp-newsletter{ display:none !important; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
	*{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; }
}
