/* UAYoga home header/hero styles extracted from MU-plugin inline CSS. */
body.home .entry-content > .uayoga-home-hero-cover {
	min-height: clamp(39rem, 86vh, 46rem) !important;
	margin-top: 0 !important;
	padding: clamp(4.75rem, 8vw, 6.25rem) 0 clamp(3.25rem, 6vw, 4.5rem) !important;
	color: var(--white, #fff) !important;
	background: var(--navy-dark, #17477f) !important;
	border-radius: 0 !important;
	border-bottom: .45rem solid var(--orange, #f39208) !important;
}

body.home .uayoga-home-hero-cover .wp-block-cover__background {
	opacity: 1 !important;
	background:
		linear-gradient(90deg, rgba(18, 61, 104, .97) 0%, rgba(23, 71, 127, .88) 38%, rgba(23, 71, 127, .48) 68%, rgba(23, 71, 127, .26) 100%) !important;
}

body.home .uayoga-home-hero-cover .wp-block-cover__image-background {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center top !important;
	background: var(--navy-dark, #17477f) !important;
	filter: saturate(.96) contrast(.98) !important;
	opacity: .9 !important;
}

body.home .uayoga-home-hero-cover .wp-block-cover__inner-container {
	width: min(calc(100% - 2rem), var(--max, 72rem)) !important;
	max-width: calc(100% - 2rem) !important;
	margin: 0 auto !important;
}

body.home .uayoga-home-hero-cover .hero-copy {
	max-width: 47rem !important;
	margin: 0 !important;
	text-shadow: 0 .75rem 1.75rem rgba(10, 42, 73, .26) !important;
}

body.home .uayoga-home-hero-cover .eyebrow {
	color: var(--white, #fff) !important;
}

body.home .uayoga-home-hero-cover h1,
body.home .uayoga-home-hero-cover h1 span {
	color: var(--white, #fff) !important;
}

body.home .uayoga-home-hero-cover h1 span {
	color: #ffe2a7 !important;
}

body.home .uayoga-home-hero-cover .lead {
	max-width: 41rem !important;
}

body.home .uayoga-home-hero-cover .wp-block-button.button-light .wp-block-button__link {
	color: var(--navy-dark, #17477f) !important;
	background: var(--orange, #f39208) !important;
	border-color: var(--orange, #f39208) !important;
	box-shadow: 0 1rem 2rem rgba(8, 35, 63, .24) !important;
}

body.home .uayoga-home-hero-cover .wp-block-button.button-light .wp-block-button__link:hover,
body.home .uayoga-home-hero-cover .wp-block-button.button-light .wp-block-button__link:focus {
	color: var(--navy-dark, #17477f) !important;
	background: var(--sand, #fff4e5) !important;
	border-color: var(--sand, #fff4e5) !important;
}

body.home .entry-content > .uayoga-home-hero-cover + .proof-strip {
	margin-top: 0 !important;
}

@media (max-width: 767px) {
	body.home .entry-content > .uayoga-home-hero-cover {
		min-height: 42rem !important;
		padding-top: 5rem !important;
		padding-bottom: 3rem !important;
	}

	body.home .uayoga-home-hero-cover .wp-block-cover__background {
		background:
			linear-gradient(180deg, rgba(18, 61, 104, .96) 0%, rgba(23, 71, 127, .9) 52%, rgba(23, 71, 127, .72) 100%) !important;
	}

	body.home .uayoga-home-hero-cover .wp-block-cover__image-background {
		object-fit: contain !important;
		object-position: center 72% !important;
		opacity: .42 !important;
	}

	body.home .uayoga-home-hero-cover .hero-copy {
		text-shadow: 0 .65rem 1.5rem rgba(10, 42, 73, .34) !important;
	}
}
