/* IEQ desktop header clearance.
 * The active fixed header is approximately 264px tall at 1440px. The inline
 * WBH hero capped its top padding at 225px, placing the H1 beneath the header.
 * 328px = 264px header + 64px breathing room for the eyebrow and H1.
 */
@media (min-width: 1024px) {
	.page-id-54282 #wbh-ieq .hero {
		padding-top: clamp(328px, 23vw, 360px);
	}
}
