/* =========================================================
   MHP FOOTER
   ========================================================= */

.mhp-site-footer {
	margin-top: 72px;
	background: #171b1d;
	color: #fff;
}

.mhp-footer-container {
	width: min(1320px, calc(100% - 40px));
	margin-inline: auto;
}

.mhp-footer-main {
	padding: 58px 0 52px;
}

.mhp-footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 1.05fr 1fr .9fr;
	gap: 44px;
	align-items: start;
}

.mhp-footer-wordmark {
	display: inline-flex;
	align-items: baseline;
	color: #fff;
	text-decoration: none;
	letter-spacing: -.045em;
	line-height: 1;
}

.mhp-footer-wordmark__strong,
.mhp-footer-wordmark__light {
	font-size: 1.75rem;
}

.mhp-footer-wordmark__strong {
	font-weight: 850;
}

.mhp-footer-wordmark__light {
	font-weight: 500;
}

.mhp-footer-brand p {
	max-width: 310px;
	margin: 18px 0 0;
	color: rgba(255,255,255,.64);
	font-size: .92rem;
	line-height: 1.65;
}

.mhp-site-footer h2 {
	margin: 2px 0 18px;
	color: #fff;
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mhp-footer-contact-link {
	display: block;
	margin-bottom: 18px;
	color: #fff;
	text-decoration: none;
}

.mhp-footer-contact-label {
	display: block;
	margin-bottom: 3px;
	color: rgba(255,255,255,.56);
	font-size: .76rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .055em;
}

.mhp-footer-contact-link strong {
	font-size: 1.02rem;
	font-weight: 750;
	line-height: 1.35;
}

.mhp-footer-contact-link:hover strong {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.mhp-footer-address address {
	margin: 0;
	color: rgba(255,255,255,.75);
	font-size: .91rem;
	font-style: normal;
	line-height: 1.7;
}

.mhp-footer-address address strong {
	color: #fff;
	font-weight: 750;
}

.mhp-footer-cvr {
	margin-top: 12px;
	color: rgba(255,255,255,.56);
	font-size: .82rem;
}

.mhp-footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mhp-footer-menu li {
	margin: 0 0 10px;
}

.mhp-footer-menu a {
	color: rgba(255,255,255,.72);
	font-size: .9rem;
	text-decoration: none;
}

.mhp-footer-menu a:hover,
.mhp-footer-menu a:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.mhp-footer-bottom {
	border-top: 1px solid rgba(255,255,255,.12);
	background: #121618;
}

.mhp-footer-bottom__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	min-height: 64px;
	color: rgba(255,255,255,.50);
	font-size: .78rem;
}

.mhp-footer-bottom-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
}

.mhp-footer-bottom-links a {
	color: rgba(255,255,255,.62);
	text-decoration: none;
}

.mhp-footer-bottom-links a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 1000px) {
	.mhp-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px 32px;
	}
}

@media (max-width: 620px) {
	.mhp-site-footer {
		margin-top: 52px;
	}

	.mhp-footer-container {
		width: min(100% - 30px, 1320px);
	}

	.mhp-footer-main {
		padding: 42px 0 38px;
	}

	.mhp-footer-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.mhp-footer-brand p {
		max-width: none;
	}

	.mhp-footer-bottom__inner {
		align-items: flex-start;
		flex-direction: column;
		padding: 18px 0;
	}

	.mhp-footer-bottom-links {
		gap: 8px 18px;
	}
}
