/* White in-flow footer — replaces the unused Glow overlay chrome */

html {
	scroll-padding-bottom: 0;
}

body {
	padding-bottom: 0;
}

.lh-page {
	padding-bottom: 3rem;
}

.lh-footer {
	position: relative;
	z-index: 2;
	margin-top: 0;
	padding: 0;
	background: #a2d7df;
	color: #24367d;
}

.lh-footer__main {
	position: relative;
	overflow: hidden;
	padding: 56px 0 0;
}

.lh-footer__skyline {
	position: absolute;
	bottom: 0;
	z-index: 0;
	height: auto;
	pointer-events: none;
	user-select: none;
}

.lh-footer__skyline--left {
	left: 0;
	width: min(52%, 620px);
	transform: translateX(-50%) scaleX(-1);
	transform-origin: center bottom;
}

.lh-footer__skyline--right {
	right: 0;
	width: min(52%, 620px);
	transform: translateX(50%);
}

.lh-footer__inner {
	position: relative;
	z-index: 1;
	width: var(--container-wide);
	margin-inline: auto;
}

.lh-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2.5rem 2rem;
	padding-bottom: 2.5rem;
	align-items: start;
}

.lh-footer__col {
	min-width: 0;
}

.lh-footer__heading,
.lh-footer h3 {
	margin: 0 0 1rem;
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #24367d;
}

.lh-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
}

.lh-footer__logo {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.lh-footer__logo img,
.lh-footer__widget img {
	display: block;
	height: 3.5rem;
	width: auto;
	max-width: 12rem;
	object-fit: contain;
}

.lh-footer__company {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0;
	color: #24367d;
}

.lh-footer__contact p {
	margin: 0 0 0.65rem;
	font-size: 0.92rem;
	line-height: 1.55;
	letter-spacing: 0;
	color: #24367d;
}

.lh-footer__contact p:last-child {
	margin-bottom: 0;
}

.lh-footer__address {
	white-space: pre-line;
}

.lh-footer a {
	color: inherit;
	text-decoration: none;
	letter-spacing: 0;
	transition: color 0.2s ease;
}

.lh-footer a:hover,
.lh-footer a:focus-visible {
	color: #013d7c;
}

.lh-footer__menu,
.lh-footer__widget ul,
.lh-footer__widget .menu {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lh-footer__menu a,
.lh-footer__widget a {
	font-size: 0.92rem;
	font-weight: 500;
	letter-spacing: 0;
	color: #24367d;
}

.lh-footer__menu a:hover,
.lh-footer__widget a:hover,
.lh-footer__menu .current-menu-item > a,
.lh-footer__widget .current-menu-item > a {
	color: #013d7c;
}

.lh-footer__widget {
	margin: 0 0 1.25rem;
}

.lh-footer__widget:last-child {
	margin-bottom: 0;
}

.lh-footer__widget p {
	margin: 0 0 0.65rem;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #24367d;
}

.lh-footer__widget p:last-child {
	margin-bottom: 0;
}

.lh-footer__bottom {
	width: 100%;
	border-top: 1px solid #24367d;
	background: #a2d7df;
}

.lh-footer::after {
	content: '';
	display: block;
	height: 6rem;
	background-image: url('../img/who-footer-pattern.png');
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 100%;
}

.lh-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	padding: 1.25rem 0 1.5rem;
	flex-wrap: wrap;
}

.lh-footer__copy {
	margin: 0;
	font-size: 0.82rem;
	letter-spacing: 0;
	color: #24367d;
}

.lh-footer__connect {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
}

.lh-footer__connect-label {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0;
	color: #24367d;
}

.lh-footer__social {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lh-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	color: #24367d;
}

.lh-footer__social-link:hover,
.lh-footer__social-link:focus-visible {
	color: #013d7c;
}

.lh-footer__icon {
	display: block;
	width: 20px;
	height: 20px;
}

@media (max-width: 960px) {
	.lh-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 2rem 1.75rem;
	}
}

@media (max-width: 640px) {
	.lh-footer__main {
		padding-top: 2.5rem;
	}

	.lh-footer__skyline--left,
	.lh-footer__skyline--right {
		width: 80%;
	}

	.lh-footer__grid {
		grid-template-columns: 1fr;
		gap: 1.75rem;
		padding-bottom: 2rem;
	}

	.lh-footer__bottom-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
