.lhc-home--launch {
	--lhc-home-hero-image: url("../images/home-hero-v-reference.webp");
	--lhc-home-hero-image-mobile: url("../images/home-hero-v-reference.webp");
}

body.lhc-homepage-shell .lhc-home-hero-shell {
	background-position: center center;
}

body.lhc-homepage-shell .lhc-home-hero-shell__inner {
	align-items: center;
	justify-content: space-between;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner {
	width: min(100%, 760px);
	align-self: center;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner__content {
	max-width: 760px;
	margin-inline: auto;
	padding: clamp(20px, 3vw, 34px);
	text-align: center;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner strong {
	font-weight: 700;
	font-size: clamp(42px, 4.8vw, 64px);
	line-height: 1.04;
	text-wrap: balance;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner p {
	max-width: 660px;
	margin-inline: auto;
}

@media (max-width: 640px) {
	body.lhc-homepage-shell .lhc-home-hero-shell {
		background-position: center top;
	}

	body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner {
		width: min(100%, 520px);
	}

	body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner__content {
		padding: 16px;
	}

	body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner strong {
	font-weight: 700;
		font-size: clamp(30px, 7.4vw, 40px);
		line-height: 1.08;
	}
}

/* TASKS/002 homepage hero/header refinement. */
body.lhc-homepage-shell .lhc-home-hero-shell {
	min-height: clamp(520px, 58vw, 720px);
	border: 0;
	border-radius: 0;
	background-color: #1b3440;
	background-image: var(--lhc-home-hero-image);
	background-position: center top;
	background-size: cover;
	box-shadow: none;
}

body.lhc-homepage-shell .lhc-home-hero-shell__overlay {
	background: rgba(10, 22, 28, 0.08);
}

body.lhc-homepage-shell .lhc-home-hero-shell::after {
	content: none;
}

body.lhc-homepage-shell .lhc-home-hero-shell__inner {
	align-items: center;
	justify-content: flex-start;
	padding-top: clamp(18px, 3vw, 30px);
	padding-bottom: clamp(44px, 7vw, 84px);
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar {
	width: 100%;
	margin-bottom: clamp(72px, 12vw, 140px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar__brand,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar__brand:hover,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar__brand:focus,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-language-switcher__item,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-language-switcher__item:hover,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-language-switcher__item:focus,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-language-switcher__item.is-active {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
	background: transparent;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-language-switcher {
	border-left: 0;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner {
	width: min(100%, 720px);
	align-self: center;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner__content {
	max-width: 720px;
	margin-inline: auto;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.34);
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner strong {
	font-weight: 700;
	color: #fff;
	font-size: clamp(36px, 4.2vw, 56px);
	line-height: 1.06;
	text-wrap: balance;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner p {
	display: none;
}

@media (max-width: 640px) {
	body.lhc-homepage-shell .lhc-home-hero-shell {
		min-height: clamp(460px, 118vw, 620px);
		background-image: var(--lhc-home-hero-image-mobile);
		background-position: center top;
	}

	body.lhc-homepage-shell .lhc-home-hero-shell__inner {
		padding: 14px 18px 32px;
	}

	body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar {
		display: flex;
		margin-bottom: clamp(74px, 24vw, 132px);
		padding: 0;
		border-radius: 0;
	}

	body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner__content {
		padding: 0;
	}

	body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner strong {
	font-weight: 700;
		font-size: clamp(30px, 8.8vw, 42px);
		line-height: 1.08;
	}
}

/* TASKS/003 remove theme/content spacing above the first-screen hero. */
body.lhc-homepage-shell :where(.entry-content, .wp-block-post-content, .wp-block-shortcode, .is-layout-constrained) {
	padding-top: 0 !important;
}

body.lhc-homepage-shell :where(.entry-content, .wp-block-post-content, .wp-block-shortcode, .is-layout-constrained) > :first-child {
	margin-top: 0 !important;
}

body.lhc-homepage-shell .lhc-home--launch,
body.lhc-homepage-shell .lhc-home-hero-shell {
	margin-top: 0 !important;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-language-switcher,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-language-switcher__item {
	box-shadow: none;
	background-color: transparent;
}

/* TASKS/003 remove the Twenty Twenty-Five main block gap above the homepage hero. */
body.lhc-homepage-shell .wp-site-blocks > main.wp-block-group#wp--skip-link--target {
	margin-block-start: 0 !important;
	margin-top: 0 !important;
}

/* TASKS/003 title and brand final cleanup. */
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar {
	margin-bottom: clamp(44px, 5vw, 72px);
	align-items: center;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar__brand,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar__brand:hover,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar__brand:focus {
	font-family: Manrope, "Avenir Next", Montserrat, Poppins, Arial, sans-serif;
	font-size: clamp(24px, 2.2vw, 32px);
	font-weight: 780;
	line-height: 1.08;
	letter-spacing: 0;
	text-shadow: none;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-language-switcher,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-language-switcher__item {
	font-family: Manrope, "Avenir Next", Montserrat, Poppins, Arial, sans-serif;
	letter-spacing: 0;
	text-shadow: none;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner__content,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner strong {
	background: none;
	background-color: transparent;
	box-shadow: none;
	filter: none;
	backdrop-filter: none;
	text-shadow: none;
}

body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner::before,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner::after,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner__content::before,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner__content::after,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner strong::before,
body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-banner strong::after {
	display: none;
	content: none;
}

@media (max-width: 640px) {
	body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar {
		margin-bottom: clamp(58px, 18vw, 92px);
	}

	body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar__brand,
	body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar__brand:hover,
	body.lhc-homepage-shell .lhc-home-hero-shell .lhc-home-topbar__brand:focus {
		font-size: clamp(21px, 6.4vw, 26px);
	}
}

html:has(body.lhc-homepage-shell) {
	overflow-x: clip;
}
