/**
 * Optional global footer redesign: compact contact surface.
 */

body.hbpp-footer-redesign .cta-feature.cta01,
body.hbpp-footer-redesign footer.site-footer {
	display: none !important;
}

body.hbpp-footer-redesign .hbpp-footer {
	--hbpp-footer-bg: #003b2f;
	--hbpp-footer-panel: #064638;
	--hbpp-footer-text: #f4f0e6;
	--hbpp-footer-muted: rgba(244, 240, 230, 0.76);
	--hbpp-footer-line: rgba(244, 240, 230, 0.2);
	--hbpp-footer-orange: #ff6a13;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: clamp(44px, 5vw, 86px) clamp(22px, 4vw, 72px) 0;
	background:
		radial-gradient(circle at 78% 18%, rgba(37, 109, 86, 0.18), transparent 38%),
		linear-gradient(145deg, #004236 0%, var(--hbpp-footer-bg) 64%, #002b23 100%);
	color: var(--hbpp-footer-text);
	font-family: Arial, Helvetica, sans-serif;
}

body.hbpp-footer-redesign .hbpp-footer,
body.hbpp-footer-redesign .hbpp-footer * {
	box-sizing: border-box;
}

body.hbpp-footer-redesign .hbpp-footer a {
	color: inherit;
	text-decoration: none;
}

body.hbpp-footer-redesign .hbpp-footer__panel {
	position: relative;
	max-width: 1780px;
	min-height: 410px;
	margin: 0 auto clamp(42px, 4vw, 68px);
	overflow: hidden;
	border: 1px solid rgba(126, 192, 164, 0.34);
	border-radius: 26px;
	background: linear-gradient(110deg, rgba(0, 59, 47, 0.98) 0%, rgba(1, 64, 51, 0.96) 66%, rgba(5, 72, 57, 0.82) 100%);
	box-shadow: 0 28px 70px rgba(0, 19, 15, 0.24);
}

body.hbpp-footer-redesign .hbpp-footer__map {
	position: absolute;
	inset: 0 0 0 auto;
	width: 34%;
	min-width: 430px;
	overflow: hidden;
	opacity: 0.5;
	pointer-events: none;
}

body.hbpp-footer-redesign .hbpp-footer__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	filter: grayscale(1) sepia(0.2) hue-rotate(105deg) saturate(0.75) brightness(0.6) contrast(1.08);
	transform: scale(1.04);
}

body.hbpp-footer-redesign .hbpp-footer__map-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #003b2f 0%, rgba(0, 59, 47, 0.98) 61%, rgba(0, 59, 47, 0.76) 78%, rgba(0, 43, 35, 0.28) 100%);
	pointer-events: none;
}

body.hbpp-footer-redesign .hbpp-footer__content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(330px, 1.08fr) minmax(300px, 0.88fr) minmax(360px, 1fr);
	gap: clamp(44px, 5vw, 94px);
	align-items: center;
	min-height: 410px;
	padding: clamp(42px, 4.5vw, 76px) clamp(34px, 4.5vw, 82px);
}

body.hbpp-footer-redesign .hbpp-footer__brand,
body.hbpp-footer-redesign .hbpp-footer__services {
	padding-right: clamp(24px, 3vw, 54px);
	border-right: 1px solid var(--hbpp-footer-line);
}

body.hbpp-footer-redesign .hbpp-footer__brand-link {
	display: flex;
	align-items: center;
	gap: clamp(20px, 2vw, 32px);
}

body.hbpp-footer-redesign .hbpp-footer__brand-link img {
	display: block;
	width: clamp(88px, 7vw, 124px);
	height: clamp(136px, 10.8vw, 191px);
	margin: 0;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 12px 20px rgba(0, 20, 15, 0.2));
}

body.hbpp-footer-redesign .hbpp-footer__wordmark {
	display: flex;
	width: 0;
	min-width: 0;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
}

body.hbpp-footer-redesign .hbpp-footer__service {
	margin-bottom: 8px;
	color: var(--hbpp-footer-orange);
	font-size: clamp(14px, 1.2vw, 20px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.23em;
	text-transform: uppercase;
}

body.hbpp-footer-redesign .hbpp-footer__name {
	display: block;
	max-width: 100%;
	color: var(--hbpp-footer-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 2.75vw, 52px);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.035em;
	white-space: nowrap;
}

body.hbpp-footer-redesign .hbpp-footer__brand p {
	margin: 20px 0 0 calc(clamp(88px, 7vw, 124px) + clamp(20px, 2vw, 32px));
	color: var(--hbpp-footer-muted);
	font-size: clamp(16px, 1.3vw, 21px);
	font-weight: 400;
	line-height: 1.55;
}

body.hbpp-footer-redesign .hbpp-footer h2 {
	margin: 0 0 22px;
	color: var(--hbpp-footer-orange);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.hbpp-footer-redesign .hbpp-footer ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.hbpp-footer-redesign .hbpp-footer__services li {
	margin: 0;
	border-bottom: 1px solid var(--hbpp-footer-line);
}

body.hbpp-footer-redesign .hbpp-footer__services li:last-child {
	border-bottom: 0;
}

body.hbpp-footer-redesign .hbpp-footer__services a {
	display: block;
	padding: 12px 0;
	color: var(--hbpp-footer-text);
	font-size: clamp(16px, 1.12vw, 20px);
	font-weight: 600;
	line-height: 1.3;
	transition: color 160ms ease, transform 160ms ease;
}

body.hbpp-footer-redesign .hbpp-footer__services a:hover,
body.hbpp-footer-redesign .hbpp-footer__services a:focus-visible {
	color: var(--hbpp-footer-orange);
	transform: translateX(4px);
}

body.hbpp-footer-redesign .hbpp-footer__contact {
	position: relative;
	z-index: 2;
}

body.hbpp-footer-redesign .hbpp-footer__contact li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin: 0 0 17px;
	color: var(--hbpp-footer-text);
	font-size: clamp(16px, 1.2vw, 21px);
	font-weight: 500;
	line-height: 1.35;
}

body.hbpp-footer-redesign .hbpp-footer__contact li a:hover,
body.hbpp-footer-redesign .hbpp-footer__contact li a:focus-visible {
	color: var(--hbpp-footer-orange);
}

body.hbpp-footer-redesign .hbpp-footer__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: var(--hbpp-footer-orange);
}

body.hbpp-footer-redesign .hbpp-footer__icon svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

body.hbpp-footer-redesign .hbpp-footer__cta {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-width: min(100%, 330px);
	margin-top: 12px;
	padding: 17px 24px;
	border: 2px solid var(--hbpp-footer-orange);
	border-radius: 999px;
	background: var(--hbpp-footer-orange);
	color: #092c23;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	box-shadow: 0 12px 24px rgba(255, 106, 19, 0.14);
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

body.hbpp-footer-redesign .hbpp-footer__cta span {
	font-size: 24px;
	font-weight: 400;
	line-height: 0;
}

body.hbpp-footer-redesign .hbpp-footer__cta:hover,
body.hbpp-footer-redesign .hbpp-footer__cta:focus-visible {
	background: transparent;
	color: var(--hbpp-footer-text);
	transform: translateY(-2px);
}

body.hbpp-footer-redesign .hbpp-footer__legal {
	display: flex;
	max-width: 1780px;
	min-height: 76px;
	margin: 0 auto;
	padding: 0 28px;
	border-top: 2px solid var(--hbpp-footer-orange);
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	color: var(--hbpp-footer-muted);
	font-size: 14px;
	line-height: 1.4;
}

body.hbpp-footer-redesign .hbpp-footer__legal nav {
	display: flex;
	align-items: center;
	gap: 0;
}

body.hbpp-footer-redesign .hbpp-footer__legal nav a {
	padding: 0 22px;
	border-left: 1px solid var(--hbpp-footer-line);
	color: var(--hbpp-footer-text);
}

body.hbpp-footer-redesign .hbpp-footer__legal nav a:hover,
body.hbpp-footer-redesign .hbpp-footer__legal nav a:focus-visible {
	color: var(--hbpp-footer-orange);
}

@media (max-width: 1240px) {
	body.hbpp-footer-redesign .hbpp-footer__content {
		grid-template-columns: minmax(280px, 1fr) minmax(250px, 0.8fr) minmax(320px, 1fr);
		gap: 34px;
		padding-inline: 40px;
	}

	body.hbpp-footer-redesign .hbpp-footer__map {
		width: 39%;
	}

	body.hbpp-footer-redesign .hbpp-footer__brand p {
		margin-left: 0;
	}
}

@media (max-width: 980px) {
	body.hbpp-footer-redesign .hbpp-footer__map {
		width: 56%;
		opacity: 0.3;
	}

	body.hbpp-footer-redesign .hbpp-footer__map-shade {
		background: linear-gradient(90deg, #003b2f 0%, rgba(0, 59, 47, 0.97) 52%, rgba(0, 59, 47, 0.66) 100%);
	}

	body.hbpp-footer-redesign .hbpp-footer__content {
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}

	body.hbpp-footer-redesign .hbpp-footer__brand {
		grid-column: 1 / -1;
		padding: 0 0 34px;
		border-right: 0;
		border-bottom: 1px solid var(--hbpp-footer-line);
	}

	body.hbpp-footer-redesign .hbpp-footer__brand p {
		margin-left: calc(clamp(88px, 7vw, 124px) + clamp(20px, 2vw, 32px));
	}

	body.hbpp-footer-redesign .hbpp-footer__services {
		padding-right: 34px;
	}
}

@media (max-width: 680px) {
	body.hbpp-footer-redesign .hbpp-footer {
		padding: 28px 16px 0;
	}

	body.hbpp-footer-redesign .hbpp-footer__panel {
		min-height: 0;
		margin-bottom: 28px;
		border-radius: 22px;
	}

	body.hbpp-footer-redesign .hbpp-footer__map {
		display: none;
	}

	body.hbpp-footer-redesign .hbpp-footer__map-shade {
		display: none;
	}

	body.hbpp-footer-redesign .hbpp-footer__content {
		display: block;
		min-height: 0;
		padding: 34px 26px;
	}

	body.hbpp-footer-redesign .hbpp-footer__brand,
	body.hbpp-footer-redesign .hbpp-footer__services,
	body.hbpp-footer-redesign .hbpp-footer__contact {
		padding: 0 0 28px;
		border: 0;
	}

	body.hbpp-footer-redesign .hbpp-footer__services,
	body.hbpp-footer-redesign .hbpp-footer__contact {
		padding-top: 28px;
		border-top: 1px solid var(--hbpp-footer-line);
	}

	body.hbpp-footer-redesign .hbpp-footer__contact {
		padding-bottom: 0;
	}

	body.hbpp-footer-redesign .hbpp-footer__brand-link {
		align-items: flex-end;
		gap: 12px;
	}

	body.hbpp-footer-redesign .hbpp-footer__brand-link img {
		width: 60px;
		height: 94px;
	}

	body.hbpp-footer-redesign .hbpp-footer__service {
		font-size: 11px;
		letter-spacing: 0.17em;
	}

	body.hbpp-footer-redesign .hbpp-footer__name {
		font-size: clamp(32px, 10vw, 42px);
	}

	body.hbpp-footer-redesign .hbpp-footer__brand p {
		margin: 18px 0 0;
		font-size: 16px;
	}

	body.hbpp-footer-redesign .hbpp-footer__cta {
		width: 100%;
		min-width: 0;
	}

	body.hbpp-footer-redesign .hbpp-footer__legal {
		min-height: 0;
		padding: 24px 4px 28px;
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	body.hbpp-footer-redesign .hbpp-footer__legal nav a:first-child {
		padding-left: 0;
		border-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.hbpp-footer-redesign .hbpp-footer__services a,
	body.hbpp-footer-redesign .hbpp-footer__cta {
		transition: none;
	}
}
