/*
Theme Name: Hofmann Uhren
Theme URI: https://uhren-sachverstaendiger.net
Author: Daniel Hofmann
Description: Schlankes Block-Theme für den Sachverständigen für hochwertige Uhren Daniel Hofmann.
Version: 0.17.3
Requires at least: 7.0
Tested up to: 7.0.2
Requires PHP: 8.1
Text Domain: hofmann-uhren
*/

@font-face {
	font-family: "Source Sans 3";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/source-sans-3/source-sans-3-regular.ttf") format("truetype");
}

@font-face {
	font-family: "Source Sans 3";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/source-sans-3/source-sans-3-semibold.ttf") format("truetype");
}

@font-face {
	font-family: "Source Sans 3";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/source-sans-3/source-sans-3-bold.ttf") format("truetype");
}

:root {
	--hu-shadow: 0 1rem 2.5rem rgb(23 58 94 / 10%);
	--hu-header-logo-height: 50px;
	--hu-header-logo-width: 49.62px;
	--hu-footer-logo-height: 32px;
	--hu-footer-logo-width: 31.75px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.hu-menu-icon,
	.hu-menu-icon::before,
	.hu-menu-icon::after {
		transition: none;
	}
}

body {
	-webkit-font-smoothing: antialiased;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
}

a {
	text-underline-offset: 0.18em;
	text-decoration-thickness: 0.08em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}

.hu-site-header {
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.hu-brand {
	display: flex;
	min-width: 0;
	align-items: center;
	flex: 0 1 auto;
	flex-wrap: nowrap !important;
	gap: 16px;
	color: inherit;
	text-decoration: none;
}

.hu-brand:hover {
	opacity: 0.88;
}

.hu-brand:focus-visible {
	border-radius: 0.2rem;
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: 5px;
}

.hu-brand-logo,
.hu-footer-logo {
	display: block;
	flex: 0 0 auto;
	background: url("assets/images/branding/logo_DH_SV.svg") center / contain no-repeat;
}

.hu-brand-logo {
	width: var(--hu-header-logo-width);
	height: var(--hu-header-logo-height);
}

.hu-wordmark {
	margin: 0;
	line-height: 1.15;
}

.hu-wordmark strong {
	display: block;
	font-size: clamp(1.65rem, 2.1vw, 1.75rem);
	font-weight: 700;
	letter-spacing: -0.015em;
}

.hu-wordmark span {
	display: block;
	margin-top: 0.25rem;
	color: var(--wp--preset--color--text);
	font-size: clamp(1rem, 1.2vw, 1.125rem);
	font-weight: 600;
}

.hu-nav-labels {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem 1.25rem;
	justify-content: flex-end;
	margin: 0;
	color: var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	list-style: none;
}

.hu-navigation {
	position: relative;
	margin: 0;
}

.hu-menu-toggle {
	display: none;
}

.hu-nav-labels li {
	position: relative;
	margin: 0;
}

.hu-nav-labels a {
	color: inherit;
	text-decoration: none;
}

.hu-nav-labels > li > a,
.hu-nav-overview-link {
	display: flex;
	min-height: 2.75rem;
	align-items: center;
	padding-block: 0.5rem;
	line-height: 1.25;
}

.hu-nav-labels a:hover,
.hu-nav-labels a[aria-current="page"],
.hu-has-submenu[data-current-section] > .hu-nav-parent > a {
	color: var(--wp--preset--color--accent);
}

.hu-nav-parent {
	display: flex;
	min-height: 2.75rem;
	align-items: center;
}

.hu-submenu-toggle {
	display: inline-flex;
	width: 2.25rem;
	height: 2.75rem;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.hu-submenu-chevron {
	width: 0.45rem;
	height: 0.45rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-0.12rem) rotate(45deg);
}

.hu-submenu-toggle[aria-expanded="true"] .hu-submenu-chevron {
	transform: translateY(0.12rem) rotate(225deg);
}

.hu-submenu {
	position: absolute;
	z-index: 30;
	top: 100%;
	left: 0;
	display: none;
	width: max-content;
	min-width: 19rem;
	max-width: min(26rem, calc(100vw - 2rem));
	margin: 0;
	padding: 0.5rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 5px;
	background: var(--wp--preset--color--background);
	box-shadow: var(--hu-shadow);
	color: var(--wp--preset--color--primary);
	list-style: none;
}

.hu-has-submenu:hover > .hu-submenu,
.hu-has-submenu:focus-within > .hu-submenu,
.hu-has-submenu[data-submenu-open] > .hu-submenu {
	display: block;
}

.hu-submenu a {
	display: flex;
	min-height: 2.75rem;
	align-items: center;
	padding: 0.625rem 0.75rem;
	border-radius: 3px;
	line-height: 1.3;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

@media (min-width: 900px) {
	.hu-submenu a {
		white-space: nowrap;
	}
}

.hu-submenu a:hover,
.hu-submenu a:focus-visible,
.hu-submenu a[aria-current="page"] {
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--primary);
}

.hu-use-cases-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--wp--preset--spacing--40);
}

.hu-use-case-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
}

.hu-use-cases-grid > .hu-use-case-card {
	margin-block-start: 0 !important;
}

.hu-use-case-card h3,
.hu-use-case-link a {
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.hu-use-case-link {
	margin-top: auto;
	padding-top: var(--wp--preset--spacing--30);
}

.hu-use-case-link a {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.hu-use-cases-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 599px) {
	.hu-use-cases-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Assessment process page: isolated additions based on the 0.16 components. */
.hu-process-detail-actions {
	width: 100%;
	justify-content: flex-end;
	margin-top: var(--wp--preset--spacing--50);
}

.hu-assessment-intro,
.hu-assessment-process-section,
.hu-assessment-documents,
.hu-assessment-tools,
.hu-assessment-duration,
.hu-assessment-limits,
.hu-assessment-faq,
.hu-assessment-trust,
.hu-assessment-cta {
	padding-top: var(--wp--preset--spacing--70);
	padding-bottom: var(--wp--preset--spacing--70);
}

.hu-assessment-copy,
.hu-assessment-section-heading,
.hu-assessment-cta-copy {
	max-width: 800px;
}

.hu-assessment-process {
	display: grid;
	max-width: 980px;
	margin-top: var(--wp--preset--spacing--60);
	gap: 3.5rem;
}

.hu-assessment-step {
	position: relative;
	display: grid;
	min-width: 0;
	grid-template-columns: 5rem minmax(0, 1fr);
	gap: var(--wp--preset--spacing--40);
	padding: var(--wp--preset--spacing--50);
}

.hu-assessment-step:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	bottom: -3.5rem;
	left: calc(var(--wp--preset--spacing--50) + 1.75rem);
	display: flex;
	width: 1.5rem;
	height: 3.5rem;
	align-items: flex-end;
	justify-content: center;
	background: linear-gradient(var(--wp--preset--color--primary), var(--wp--preset--color--primary)) center top / 2px calc(100% - 0.75rem) no-repeat;
	color: var(--wp--preset--color--primary);
	content: "↓";
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
}

.hu-assessment-number {
	display: inline-flex;
	width: 3.5rem;
	height: 3.5rem;
	align-items: center;
	justify-content: center;
	margin: 0;
	border-radius: 0.2rem;
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--background);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
}

.hu-assessment-step-copy { min-width: 0; }
.hu-assessment-step-copy h3 { margin-top: 0; }
.hu-assessment-step-copy > p:last-child { margin-bottom: 0; }

.hu-assessment-card-grid,
.hu-assessment-tools-grid,
.hu-assessment-trust-grid {
	display: grid;
	gap: var(--wp--preset--spacing--40);
	margin-top: var(--wp--preset--spacing--50);
}

.hu-assessment-card-grid,
.hu-assessment-tools-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.hu-assessment-card-grid > .hu-assessment-card,
.hu-assessment-tools-grid > .hu-assessment-card {
	margin-block-start: 0 !important;
	height: 100%;
	align-self: stretch;
	align-content: start;
}
.hu-assessment-trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.hu-assessment-trust-grid > * {
	margin-block-start: 0 !important;
	align-self: stretch;
}

.hu-assessment-card {
	min-width: 0;
	height: 100%;
	padding: var(--wp--preset--spacing--50);
}

.hu-assessment-card h3 { margin-top: 0; }
.hu-assessment-step-copy h3,
.hu-assessment-card h3 { overflow-wrap: anywhere; }
.hu-assessment-trust-grid .hu-assessment-card h3 {
	margin-bottom: var(--wp--preset--spacing--30);
	font-size: clamp(1.625rem, 1.2vw + 0.75rem, 1.75rem) !important;
	line-height: 1.18;
	text-align: left;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}
.hu-assessment-card > p:last-child { margin-bottom: 0; }

.hu-assessment-faq-list {
	max-width: 900px;
	margin-top: var(--wp--preset--spacing--50);
}

.hu-assessment-faq-list details {
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 0.35rem;
	background: var(--wp--preset--color--background);
	box-shadow: 0 0.4rem 1.5rem rgb(23 58 94 / 5%);
}

.hu-assessment-faq-list details + details { margin-top: var(--wp--preset--spacing--40); }

.hu-assessment-faq-list summary {
	padding: 1.1rem 1.25rem;
	color: var(--wp--preset--color--primary);
	cursor: pointer;
	font-weight: 700;
	line-height: 1.35;
}

.hu-assessment-faq-list details > p {
	margin: 0;
	padding: 0 1.25rem 1.25rem;
}

.hu-assessment-cta-copy { text-align: center; }
.hu-assessment-cta-actions { justify-content: center; }

@media (max-width: 1024px) {
	.hu-assessment-card-grid,
	.hu-assessment-tools-grid,
	.hu-assessment-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

	.hu-assessment-trust-grid .hu-assessment-card h3 {
		font-size: clamp(1.5rem, 2.6vw, 1.625rem) !important;
	}
}

@media (max-width: 599px) {
	.hu-assessment-step {
		grid-template-columns: minmax(0, 1fr);
		gap: var(--wp--preset--spacing--40);
		padding: var(--wp--preset--spacing--40);
	}

	.hu-assessment-step:not(:last-child)::after {
		left: calc(var(--wp--preset--spacing--40) + 1rem);
	}

	.hu-assessment-card-grid,
	.hu-assessment-tools-grid,
	.hu-assessment-trust-grid { grid-template-columns: minmax(0, 1fr); }

	.hu-assessment-card { padding: var(--wp--preset--spacing--40); }

	.hu-assessment-trust-grid .hu-assessment-card h3 {
		font-size: clamp(1.375rem, 6vw, 1.5rem) !important;
	}

	.hu-assessment-cta-actions,
	.hu-assessment-cta-actions .wp-block-button,
	.hu-assessment-cta-actions .wp-block-button__link { width: 100%; }
}

@media (max-width: 781px) {
	.hu-process-detail-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 599px) {
	.hu-process-detail-actions,
	.hu-process-detail-actions .wp-block-button,
	.hu-process-detail-actions .wp-block-button__link {
		width: 100%;
	}
}

.hu-eyebrow {
	color: var(--wp--preset--color--accent);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hu-hero {
	overflow: hidden;
}

.hu-hero-lead {
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 400;
	line-height: 1.4;
}

.hu-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: var(--wp--preset--spacing--50);
}

.hu-hero-actions .wp-block-button__link {
	display: inline-flex;
	min-height: 3.25rem;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.25rem;
	border: 1.5px solid var(--wp--preset--color--primary);
	border-radius: 5px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.hu-hero-actions .hu-button-primary .wp-block-button__link {
	background: var(--wp--preset--color--primary);
	color: #fff;
}

.hu-hero-actions .hu-button-secondary .wp-block-button__link {
	background: #fff;
	color: var(--wp--preset--color--primary);
}

.hu-hero-actions .wp-block-button__link:hover {
	border-color: var(--wp--preset--color--accent);
	background: var(--wp--preset--color--accent);
	color: #fff;
}

.hu-hero-actions .wp-block-button__link:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}

.hu-trust-section {
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.hu-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 2rem);
	align-items: stretch;
}

.hu-trust-item {
	display: flex;
	min-width: 0;
	margin: 0 !important;
	padding: var(--wp--preset--spacing--40) 0 var(--wp--preset--spacing--40) 1.25rem;
	flex-direction: column;
	align-self: stretch;
	border-left: 2px solid var(--wp--preset--color--accent);
}

.hu-trust-item h2 {
	margin: 0 !important;
	font-size: clamp(1.2rem, 1.6vw, 1.45rem) !important;
}

.hu-trust-item p {
	margin: var(--wp--preset--spacing--40) 0 0 !important;
	font-size: 1rem;
}

#ablauf,
#kontakt {
	scroll-margin-top: 2rem;
}

.hu-placeholder {
	display: grid;
	min-height: clamp(17rem, 42vw, 31rem);
	align-items: center;
	border: 1px dashed var(--wp--preset--color--accent);
	background:
		linear-gradient(135deg, transparent 49.7%, rgb(47 111 159 / 12%) 50%, transparent 50.3%),
		linear-gradient(45deg, transparent 49.7%, rgb(47 111 159 / 12%) 50%, transparent 50.3%),
		var(--wp--preset--color--surface);
	color: var(--wp--preset--color--primary);
	text-align: center;
}

.hu-content-image {
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: var(--wp--preset--color--surface);
}

.hu-content-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hu-hero-image {
	aspect-ratio: 4 / 3;
}

.hu-hero-image img {
	object-position: 50% 50%;
}

.hu-expertise-image {
	aspect-ratio: 1 / 1;
}

.hu-expertise-image img {
	object-position: 50% 32%;
}

.hu-card {
	height: 100%;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 0.35rem;
	background: var(--wp--preset--color--background);
	box-shadow: 0 0.4rem 1.5rem rgb(23 58 94 / 5%);
}

/* Career page: scoped additions built on the current 0.15 component system. */
.hu-about-actions {
	justify-content: flex-start;
	margin-top: var(--wp--preset--spacing--50);
}

.hu-career-intro,
.hu-career-timeline-section,
.hu-career-foundations,
.hu-career-membership,
.hu-career-cta {
	padding-top: var(--wp--preset--spacing--70);
	padding-bottom: var(--wp--preset--spacing--70);
}

.hu-career-intro-copy,
.hu-career-section-heading,
.hu-career-membership-copy,
.hu-career-cta-copy { max-width: 760px; }

.hu-timeline {
	display: grid;
	margin-top: var(--wp--preset--spacing--60);
	gap: 2rem;
}

.hu-timeline-item {
	position: relative;
	min-width: 0;
	padding-left: 3.5rem;
}

.hu-timeline-item::before {
	position: absolute;
	z-index: 2;
	top: 1.45rem;
	left: 0.35rem;
	width: 1.25rem;
	height: 1.25rem;
	border: 4px solid var(--wp--preset--color--surface);
	border-radius: 50%;
	background: var(--wp--preset--color--accent);
	content: "";
}

.hu-timeline-item:not(:last-child)::after {
	position: absolute;
	top: 2.6rem;
	bottom: -4.25rem;
	left: 0.91rem;
	width: 2px;
	background: var(--wp--preset--color--primary);
	content: "";
}

.hu-timeline-card {
	min-width: 0;
	height: auto;
	padding: var(--wp--preset--spacing--50);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 0.35rem;
	background: var(--wp--preset--color--background);
	box-shadow: 0 0.4rem 1.5rem rgb(23 58 94 / 5%);
}

.hu-timeline-year {
	display: inline-flex;
	min-height: 2rem;
	align-items: center;
	margin: 0 0 var(--wp--preset--spacing--30) !important;
	padding: 0.2rem 0.75rem;
	border-radius: 999px;
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--background);
	font-weight: 700;
	line-height: 1.2;
}

.hu-timeline-card h3,
.hu-career-foundation-card h3 { margin-top: 0; }

.hu-timeline-card > p:last-child,
.hu-career-foundation-card > p:last-child { margin-bottom: 0; }

.hu-timeline-item:last-child::before {
	background: var(--wp--preset--color--primary);
	box-shadow: 0 0 0 3px rgb(47 111 159 / 28%);
}

.hu-career-foundations-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--wp--preset--spacing--40);
	margin-top: var(--wp--preset--spacing--50);
}

.hu-career-foundation-card {
	min-width: 0;
	height: 100%;
	padding: var(--wp--preset--spacing--50);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 0.35rem;
	background: var(--wp--preset--color--background);
	box-shadow: 0 0.4rem 1.5rem rgb(23 58 94 / 5%);
}

.hu-career-cta-copy { text-align: center; }
.hu-career-cta-actions { justify-content: center; }

@media (max-width: 1024px) {
	.hu-career-foundations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 599px) {
	.hu-timeline-item { padding-left: 2.5rem; }
	.hu-timeline-item::before { left: 0.1rem; }
	.hu-timeline-item:not(:last-child)::after { left: 0.66rem; }

	.hu-timeline-card,
	.hu-career-foundation-card { padding: var(--wp--preset--spacing--40); }

	.hu-timeline-card h3,
	.hu-career-foundation-card h3 { overflow-wrap: anywhere; }

	.hu-career-foundations-grid { grid-template-columns: minmax(0, 1fr); }

	.hu-career-cta-actions,
	.hu-career-cta-actions .wp-block-button,
	.hu-career-cta-actions .wp-block-button__link { width: 100%; }
}

@media (min-width: 900px) {
	.page-id-116 .wp-block-group:has(> h2:first-child + h3.has-large-font-size) > h3.has-large-font-size {
		font-size: 1.75rem !important;
	}

	.page-id-91 .hu-card,
	.page-id-91 .hu-card h3,
	.page-id-91 .hu-card p,
	.page-id-91 .hu-card li,
	.page-id-91 .hu-card a,
	.page-id-99 .hu-card,
	.page-id-99 .hu-card h3,
	.page-id-99 .hu-card p,
	.page-id-99 .hu-card li,
	.page-id-99 .hu-card a,
	.page-id-110 .hu-card,
	.page-id-110 .hu-card h3,
	.page-id-110 .hu-card p,
	.page-id-110 .hu-card li,
	.page-id-110 .hu-card a,
	.page-id-112 .hu-card,
	.page-id-112 .hu-card h3,
	.page-id-112 .hu-card p,
	.page-id-112 .hu-card li,
	.page-id-112 .hu-card a,
	.page-id-116 .hu-card,
	.page-id-116 .hu-card h3,
	.page-id-116 .hu-card p,
	.page-id-116 .hu-card li,
	.page-id-116 .hu-card a,
	.home .hu-use-case-card,
	.home .hu-use-case-card h3,
	.home .hu-use-case-card p,
	.home .hu-use-case-card a {
		min-width: 0;
		word-break: normal;
		overflow-wrap: normal;
		hyphens: none;
	}

	.page-id-91 .hu-card h3,
	.page-id-99 .hu-card h3,
	.page-id-110 .hu-card h3,
	.page-id-112 .hu-card h3,
	.page-id-116 .hu-card h3 {
		line-height: 1.2;
	}

	.page-id-91 .wp-block-columns:not(.hu-process-grid):has(> .wp-block-column:nth-child(3)):not(:has(> .wp-block-column:nth-child(4))):has(.hu-card),
	.page-id-99 .wp-block-columns:not(.hu-process-grid):has(> .wp-block-column:nth-child(3)):not(:has(> .wp-block-column:nth-child(4))):has(.hu-card),
	.page-id-110 .wp-block-columns:not(.hu-process-grid):has(> .wp-block-column:nth-child(3)):not(:has(> .wp-block-column:nth-child(4))):has(.hu-card),
	.page-id-112 .wp-block-columns:not(.hu-process-grid):has(> .wp-block-column:nth-child(3)):not(:has(> .wp-block-column:nth-child(4))):has(.hu-card),
	.page-id-116 .wp-block-columns:not(.hu-process-grid):has(> .wp-block-column:nth-child(3)):not(:has(> .wp-block-column:nth-child(4))):has(.hu-card) {
		max-width: 1180px !important;
	}
}

@media (min-width: 1200px) {
	.page-id-91 .hu-card h3,
	.page-id-99 .hu-card h3,
	.page-id-110 .hu-card h3,
	.page-id-112 .hu-card h3,
	.page-id-116 .hu-card h3 {
		font-size: 1.875rem !important;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {
	.page-id-91 .hu-card h3,
	.page-id-99 .hu-card h3,
	.page-id-110 .hu-card h3,
	.page-id-112 .hu-card h3,
	.page-id-116 .hu-card h3 {
		font-size: 1.625rem !important;
	}

	.page-id-99 .hu-card h3,
	.page-id-112 .hu-card h3 {
		font-size: 1.5rem !important;
	}
}

@media (min-width: 900px) and (max-width: 959px) {
	.page-id-91 .hu-card h3,
	.page-id-99 .hu-card h3,
	.page-id-110 .hu-card h3,
	.page-id-112 .hu-card h3,
	.page-id-116 .hu-card h3 {
		font-size: 1.5rem !important;
	}

	.page-id-91 .hu-card,
	.page-id-99 .hu-card,
	.page-id-110 .hu-card,
	.page-id-112 .hu-card,
	.page-id-116 .hu-card {
		padding-right: 0.75rem !important;
		padding-left: 0.75rem !important;
	}

	.page-id-112 .hu-card {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
}

@media (min-width: 1025px) {
	.home .hu-use-case-card h3 {
		font-size: 1.75rem !important;
		line-height: 1.2;
	}

	.page-id-91 .wp-block-columns:not(.hu-process-grid):has(> .wp-block-column:nth-child(4)):not(:has(> .wp-block-column:nth-child(5))):has(.hu-card) {
		max-width: 1180px !important;
	}

	.page-id-91 .wp-block-columns:not(.hu-process-grid):has(> .wp-block-column:nth-child(4)):not(:has(> .wp-block-column:nth-child(5))):has(.hu-card) > .wp-block-column {
		min-width: 0;
	}
}

@media (min-width: 900px) and (max-width: 1024px) {
	.page-id-91 .wp-block-columns:not(.hu-process-grid):has(> .wp-block-column:nth-child(4)):not(:has(> .wp-block-column:nth-child(5))):has(.hu-card) {
		max-width: 1180px !important;
		flex-wrap: wrap !important;
	}

	.page-id-91 .wp-block-columns:not(.hu-process-grid):has(> .wp-block-column:nth-child(4)):not(:has(> .wp-block-column:nth-child(5))):has(.hu-card) > .wp-block-column {
		min-width: 0;
		flex-basis: calc(50% - 0.625rem) !important;
		flex-grow: 0;
	}
}

.hu-step-number {
	display: inline-grid;
	width: 2.5rem;
	height: 2.5rem;
	margin: 0 auto;
	place-items: center;
	border-radius: 50%;
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--background);
	font-weight: 700;
}

.hu-process-step .hu-step-number,
.hu-process-step h3 {
	text-align: center;
}

.hu-process-step .hu-step-number {
	display: grid;
}

@media (min-width: 1200px) {
	.page-id-91 .hu-process-grid .hu-process-step h3,
	.page-id-95 .hu-process-grid .hu-process-step h3,
	.page-id-97 .hu-process-grid .hu-process-step h3,
	.page-id-99 .hu-process-grid .hu-process-step h3,
	.page-id-110 .hu-process-grid .hu-process-step h3,
	.page-id-112 .hu-process-grid .hu-process-step h3,
	.page-id-116 .hu-process-grid .hu-process-step h3 {
		min-height: 5.2rem;
	}
}

@media (min-width: 900px) and (max-width: 1199px) {
	.page-id-91 .hu-process-grid .hu-process-step h3,
	.page-id-95 .hu-process-grid .hu-process-step h3,
	.page-id-97 .hu-process-grid .hu-process-step h3,
	.page-id-99 .hu-process-grid .hu-process-step h3,
	.page-id-110 .hu-process-grid .hu-process-step h3,
	.page-id-112 .hu-process-grid .hu-process-step h3,
	.page-id-116 .hu-process-grid .hu-process-step h3 {
		min-height: 10.4rem;
	}
}

.hu-contact-section .hu-contact-copy .hu-eyebrow,
.hu-contact-section .hu-contact-copy h2 {
	color: #fff !important;
}

.hu-contact-section .hu-contact-copy > p:not(.hu-eyebrow),
.hu-contact-section .hu-contact-copy li,
.hu-contact-section .hu-contact-copy dd,
.hu-contact-section .hu-contact-panel p {
	color: rgb(255 255 255 / 82%);
}

.hu-contact-layout {
	align-items: flex-start;
}

.hu-contact-details {
	margin-top: 2rem;
}

.hu-contact-identity {
	margin-bottom: 1.5rem;
}

.hu-contact-identity p {
	margin: 0;
	color: rgb(255 255 255 / 82%);
}

.hu-contact-identity strong {
	color: #fff;
	font-size: 1.125rem;
}

.hu-contact-group-heading {
	margin: 0 0 0.875rem;
	color: #fff;
	font-size: 1.125rem;
}

.hu-contact-list {
	display: grid;
	margin: 0;
	gap: 1rem;
}

.hu-contact-list > div {
	display: grid;
	grid-template-columns: 5rem minmax(0, 1fr);
	gap: 0.75rem;
}

.hu-contact-list dt {
	color: #fff;
	font-weight: 700;
}

.hu-contact-list dd {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
}

.hu-contact-list a {
	color: #fff;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.hu-contact-list a:hover {
	text-decoration-thickness: 2px;
}

.hu-contact-list a:focus-visible,
.hu-contact-button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.hu-contact-panel {
	margin-top: 1.75rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgb(255 255 255 / 25%);
}

.hu-contact-panel h3 {
	margin: 0 0 0.5rem;
	color: #fff;
	font-size: 1.125rem;
}

.hu-logistics-actions {
	display: grid;
	gap: 0.75rem;
}

.hu-logistics-actions h3 {
	margin-bottom: 0;
}

.hu-contact-panel p {
	margin: 0;
}

.hu-contact-panel p + p,
.hu-contact-panel p + .hu-contact-button {
	margin-top: 0.75rem;
}

.hu-contact-button {
	display: inline-flex;
	min-height: 2.875rem;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1rem;
	border: 1px solid transparent;
	border-radius: 5px;
	font: inherit;
	font-weight: 700;
	text-align: center;
}

.hu-contact-button-secondary {
	border-color: #fff;
	background: #fff;
	color: var(--wp--preset--color--primary);
}

.hu-contact-button-outline {
	border-color: rgb(255 255 255 / 70%);
	background: transparent;
	color: #fff;
}

.hu-contact-button:disabled {
	cursor: not-allowed;
	opacity: 0.72;
}

.hu-contact-status {
	margin-top: 0.625rem !important;
	font-size: 0.875rem;
}

.hu-qualification-list {
	padding-left: 1.2rem;
}

.hu-qualification-list li + li {
	margin-top: 0.75rem;
}

.hu-form-prototype {
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 0.35rem;
	background: var(--wp--preset--color--background);
	box-shadow: var(--hu-shadow);
	color: var(--wp--preset--color--text);
}

.hu-contact-form h3 {
	margin-top: 0;
}

.hu-form-notice {
	margin-bottom: 1.5rem;
	padding: 0.875rem 1rem;
	border: 1px solid var(--wp--preset--color--border);
	background: var(--wp--preset--color--surface);
	font-size: 0.9375rem;
}

.hu-form-required-note {
	margin-top: -0.5rem;
	margin-bottom: 1.5rem;
	color: #5b6873;
	font-size: 0.875rem;
}

.hu-form-message {
	margin-bottom: 1.5rem;
	padding: 1rem;
	border: 1px solid;
	border-radius: 4px;
}

.hu-form-message p:first-child,
.hu-form-message ul:last-child {
	margin-top: 0;
}

.hu-form-message p:last-child,
.hu-form-message ul:last-child {
	margin-bottom: 0;
}

.hu-form-errors {
	border-color: #a43b3b;
	background: #fff4f4;
	color: #6f2020;
}

.hu-form-success {
	border-color: #3d7651;
	background: #f0f8f2;
	color: #244d32;
}

.hu-field-error {
	margin: 0.375rem 0 0;
	color: #8a2727;
	font-size: 0.875rem;
	font-weight: 600;
}

.hu-hp-field {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.hu-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.hu-form-field {
	min-width: 0;
}

.hu-form-field-wide {
	grid-column: 1 / -1;
}

.hu-form-field label,
.hu-file-label {
	display: block;
	margin-bottom: 0.375rem;
	font-weight: 600;
}

.hu-form-field input,
.hu-form-field textarea,
.hu-upload-prototype input[type="file"] {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #8a99a5;
	border-radius: 4px;
	background: #fff;
	color: var(--wp--preset--color--text);
	font: inherit;
}

.hu-form-field input {
	min-height: 3rem;
	padding: 0.625rem 0.75rem;
}

.hu-form-field textarea {
	min-height: 9rem;
	padding: 0.75rem;
	resize: vertical;
}

.hu-form-field input:focus-visible,
.hu-form-field textarea:focus-visible,
.hu-upload-prototype input[type="file"]:focus-visible,
.hu-consent-field input:focus-visible {
	border-color: var(--wp--preset--color--accent);
	outline: 3px solid rgb(47 111 159 / 30%);
	outline-offset: 2px;
}

.hu-form-subsection {
	margin: 1.75rem 0 0;
	padding: 1.25rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 4px;
	background: var(--wp--preset--color--surface);
}

.hu-optional-details-toggle {
	display: none;
	width: 100%;
	min-height: 3rem;
	margin-top: 1.75rem;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem 1rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 4px;
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--text);
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	text-align: left;
}

.hu-optional-details-toggle:focus-visible {
	border-color: var(--wp--preset--color--accent);
	outline: 3px solid rgb(47 111 159 / 30%);
	outline-offset: 2px;
}

.hu-toggle-label-closed {
	display: none;
}

.hu-toggle-indicator {
	width: 0.65rem;
	height: 0.65rem;
	margin-left: 1rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

.hu-optional-details-toggle[aria-expanded="true"] .hu-toggle-indicator {
	transform: rotate(225deg);
}

.hu-optional-details-toggle[aria-expanded="false"] .hu-toggle-label-open {
	display: none;
}

.hu-optional-details-toggle[aria-expanded="false"] .hu-toggle-label-closed {
	display: inline;
}

.hu-optional-details-toggle + .hu-form-subsection {
	margin-top: 0.75rem;
}

.hu-form-subsection legend {
	padding: 0 0.375rem;
	font-size: 1.0625rem;
	font-weight: 700;
}

.hu-form-subsection legend span {
	color: #5b6873;
	font-size: 0.875rem;
	font-weight: 400;
}

.hu-upload-prototype p {
	margin-top: 0;
}

.hu-upload-prototype input[type="file"] {
	min-height: 3rem;
	padding: 0.625rem;
}

.hu-upload-prototype input[type="file"]:disabled {
	background: #eef2f5;
	color: #5b6873;
}

.hu-form-help {
	margin: 0.625rem 0 0;
	color: #5b6873;
	font-size: 0.875rem;
}

.hu-consent-field {
	display: grid;
	grid-template-columns: 1.25rem minmax(0, 1fr);
	margin-top: 1.75rem;
	gap: 0.625rem;
	align-items: start;
}

.hu-consent-field input {
	width: 1.125rem;
	height: 1.125rem;
	margin: 0.2rem 0 0;
}

.hu-future-link {
	color: inherit;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 0.2em;
}

.hu-future-link:focus-visible,
.hu-footer-legal-links a:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}

.hu-submit-prototype {
	width: 100%;
	min-height: 3rem;
	margin-top: 1.5rem;
	padding: 0.75rem 1rem;
	border: 0;
	border-radius: 5px;
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--background);
	cursor: pointer;
	font: inherit;
	font-weight: 700;
}

.hu-submit-prototype:hover {
	background: #102d49;
}

.hu-submit-prototype:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}

.hu-site-footer {
	border-top: 0;
	color: rgb(255 255 255 / 82%);
	padding-top: clamp(3rem, 4vw, 3.5rem) !important;
	padding-bottom: clamp(3rem, 4vw, 3.5rem) !important;
	font-size: 1rem;
	line-height: 1.5;
}

.hu-site-footer h2,
.hu-site-footer .hu-eyebrow {
	color: #fff !important;
}

.hu-footer-logo {
	width: var(--hu-footer-logo-width);
	height: var(--hu-footer-logo-height);
	margin-bottom: 1rem;
	filter: invert(1);
}

.hu-site-footer h2 {
	margin: 0 0 0.75rem !important;
	font-size: clamp(1.375rem, 1.55vw, 1.5rem) !important;
	line-height: 1.45;
}

.hu-site-footer .wp-block-column > p {
	margin: 0;
}

.hu-site-footer .wp-block-column > p + p {
	margin-top: 0.375rem;
}

.hu-footer-legal-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hu-footer-legal-links li + li {
	margin-top: 0.375rem;
}

.hu-footer-legal-links a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.hu-footer-contact a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.hu-footer-contact a:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: 3px;
}

.hu-footer-copyright {
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	text-wrap: balance;
}

.hu-longform-shell {
	box-sizing: border-box;
	width: min(100%, 1200px);
	margin-inline: auto;
	padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 3vw, 2rem);
}

.hu-longform-content {
	width: min(100%, 820px);
	margin: 0;
}

.hu-longform-content h1 {
	margin: 0 0 clamp(2rem, 3vw, 2.5rem);
	font-size: clamp(2rem, 3.2vw, 2.625rem);
	line-height: 1.18;
}

.hu-longform-content h2 {
	margin: clamp(2.5rem, 4vw, 3rem) 0 0.875rem;
	font-size: clamp(1.5rem, 2.2vw, 1.75rem);
	line-height: 1.25;
}

.hu-longform-content h3 {
	margin: 1.75rem 0 0.75rem;
	font-size: clamp(1.25rem, 1.8vw, 1.375rem);
	line-height: 1.3;
}

.hu-longform-content p,
.hu-longform-content li {
	font-size: clamp(1rem, 1.3vw, 1.125rem);
	line-height: 1.65;
}

.hu-longform-content p {
	margin: 0 0 1rem;
}

.hu-longform-content ul,
.hu-longform-content ol {
	margin: 0.75rem 0 1.25rem;
	padding-left: 1.5rem;
}

.hu-longform-content li + li {
	margin-top: 0.4rem;
}

@media (max-width: 1199px) {
	.hu-longform-content h1 {
		font-size: 2.25rem;
	}

	.hu-longform-content h2 {
		font-size: 1.625rem;
	}

	.hu-longform-content h3 {
		font-size: 1.3125rem;
	}

	.hu-longform-content p,
	.hu-longform-content li {
		font-size: 1.0625rem;
	}
}

@media (max-width: 599px) {
	.hu-longform-content h1 {
		font-size: 2rem;
	}

	.hu-longform-content h2 {
		font-size: 1.5rem;
	}

	.hu-longform-content h3 {
		font-size: 1.25rem;
	}

	.hu-longform-content p,
	.hu-longform-content li {
		font-size: 1rem;
	}
}

.hu-site-footer .hu-eyebrow {
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.hu-footer-separator {
	margin-top: 1.5rem !important;
	margin-bottom: 0.75rem !important;
	border-color: rgb(255 255 255 / 25%) !important;
	background: rgb(255 255 255 / 25%) !important;
}

.hu-site-footer > p:last-child {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.8125rem;
	line-height: 1.45;
}

@media (max-width: 899px) {
	:root {
		--hu-header-logo-height: 40px;
		--hu-header-logo-width: 39.69px;
	}

	.hu-header-layout {
		position: relative;
		flex-wrap: nowrap !important;
		align-items: center !important;
	}

	.hu-brand {
		min-width: 0;
		margin-right: var(--wp--preset--spacing--40);
		gap: 14px;
	}

	.hu-wordmark {
		min-width: 0;
	}

	.hu-navigation {
		position: relative;
		margin-left: auto;
		flex: 0 0 auto;
	}

	.hu-menu-toggle {
		display: inline-flex;
		width: 2.75rem;
		height: 2.75rem;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 1px solid var(--wp--preset--color--border);
		border-radius: 5px;
		background: var(--wp--preset--color--background);
		color: var(--wp--preset--color--primary);
		cursor: pointer;
	}

	.hu-menu-toggle:focus-visible {
		outline: 3px solid var(--wp--preset--color--accent);
		outline-offset: 3px;
	}

	.hu-menu-icon,
	.hu-menu-icon::before,
	.hu-menu-icon::after {
		display: block;
		width: 1.25rem;
		height: 2px;
		background: currentColor;
		transition: transform 160ms ease, opacity 160ms ease;
	}

	.hu-menu-icon {
		position: relative;
	}

	.hu-menu-icon::before,
	.hu-menu-icon::after {
		position: absolute;
		left: 0;
		content: "";
	}

	.hu-menu-icon::before {
		top: -0.4rem;
	}

	.hu-menu-icon::after {
		top: 0.4rem;
	}

	.hu-menu-toggle[aria-expanded="true"] .hu-menu-icon {
		background: transparent;
	}

	.hu-menu-toggle[aria-expanded="true"] .hu-menu-icon::before {
		top: 0;
		transform: rotate(45deg);
	}

	.hu-menu-toggle[aria-expanded="true"] .hu-menu-icon::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.hu-navigation .hu-nav-labels {
		position: absolute;
		z-index: 20;
		top: calc(100% + 0.75rem);
		right: 0;
		display: none;
		width: min(20rem, calc(100vw - 2rem));
		padding: 0.5rem;
		flex-direction: column;
		gap: 0;
		border: 1px solid var(--wp--preset--color--border);
		border-radius: 5px;
		background: var(--wp--preset--color--background);
		box-shadow: var(--hu-shadow);
	}

	.hu-navigation[data-menu-open] .hu-nav-labels {
		display: flex;
	}

	.hu-navigation .hu-nav-labels a {
		display: flex;
		min-height: 2.75rem;
		align-items: center;
		padding: 0.625rem 0.75rem;
		border-radius: 3px;
	}

	.hu-navigation .hu-nav-labels a:hover,
	.hu-navigation .hu-nav-labels a:focus-visible {
		background: var(--wp--preset--color--surface);
		color: var(--wp--preset--color--primary);
	}

	.hu-navigation .hu-nav-parent {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 2.75rem;
	}

	.hu-navigation .hu-submenu-toggle {
		width: 2.75rem;
		height: 2.75rem;
		border-radius: 3px;
	}

	.hu-navigation .hu-submenu {
		position: static;
		display: none;
		width: auto;
		min-width: 0;
		max-width: none;
		margin: 0 0 0.25rem 0.75rem;
		padding: 0 0 0 0.5rem;
		border: 0;
		border-left: 1px solid var(--wp--preset--color--border);
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.hu-navigation .hu-has-submenu:hover > .hu-submenu,
	.hu-navigation .hu-has-submenu:focus-within > .hu-submenu {
		display: none;
	}

	.hu-navigation .hu-has-submenu[data-submenu-open] > .hu-submenu {
		display: block;
	}

	.hu-navigation .hu-submenu a {
		min-height: 2.75rem;
		padding-left: 0.75rem;
		white-space: normal;
	}

	.hu-optional-details-toggle {
		display: flex;
	}
}

@media (max-width: 781px) {
	.hu-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hu-process-grid {
		row-gap: 1.25rem;
	}

	.hu-process-step > * + * {
		margin-block-start: 0.75rem !important;
	}

	.hu-process-step > p:last-child {
		margin-bottom: 0 !important;
	}

	.hu-site-footer h2 {
		font-size: 1.375rem !important;
	}

	.hu-contact-layout {
		flex-wrap: wrap !important;
	}

	.hu-contact-layout > .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width: 481px) and (max-width: 900px) {
	.hu-hero-lead {
		font-size: 1.5rem;
	}
}

@media (max-width: 480px) {
	:root {
		--hu-header-logo-height: 36px;
		--hu-header-logo-width: 35.72px;
	}

	.hu-contact-list > div {
		gap: 0.2rem;
	}

	.hu-contact-button {
		width: 100%;
	}

	.hu-form-prototype {
		padding: var(--wp--preset--spacing--40) !important;
	}

	.hu-form-subsection {
		padding: 1rem;
	}

	.hu-contact-panel {
		margin-top: 1.5rem;
		padding-top: 1.25rem;
	}

	.hu-brand {
		margin-right: 0.75rem;
		gap: 10px;
	}

	.hu-wordmark strong {
		font-size: clamp(1rem, 5.25vw, 1.3rem);
	}

	.hu-wordmark span {
		font-size: clamp(0.875rem, 4vw, 1rem);
	}

	.hu-hero-actions,
	.hu-hero-actions .wp-block-button,
	.hu-hero-actions .wp-block-button__link {
		width: 100%;
	}

	.hu-hero-actions {
		flex-direction: column;
	}

	.hu-trust-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.hu-trust-item {
		padding: var(--wp--preset--spacing--40);
		border-top: 1px solid var(--wp--preset--color--border);
		border-left: 0;
	}

	.hu-trust-item:first-child {
		border-top: 0;
	}

	.hu-site-footer {
		padding-top: 2.75rem !important;
		padding-bottom: 2.75rem !important;
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important;
		font-size: 0.9375rem;
	}

	.hu-site-footer .wp-block-column + .wp-block-column {
		margin-block-start: 1.5rem !important;
	}

	.hu-site-footer .hu-eyebrow {
		font-size: 0.8125rem;
	}

	.hu-site-footer > p:last-child {
		font-size: 0.75rem;
	}
}

@media (max-width: 429px) {
	.hu-form-grid {
		grid-template-columns: 1fr;
	}

	.hu-form-field-wide {
		grid-column: auto;
	}
}

@media (max-width: 360px) {
	:root {
		--hu-header-logo-height: 32px;
		--hu-header-logo-width: 31.75px;
	}

	.hu-brand {
		margin-right: 0.5rem;
		gap: 8px;
	}

	.hu-wordmark strong {
		font-size: 0.9375rem;
	}

	.hu-wordmark span {
		font-size: 0.8125rem;
	}

	.hu-hero-actions .wp-block-button__link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
		font-size: 0.9375rem;
	}
}

@media (max-width: 599px) {
	.hu-about-actions,
	.hu-about-actions .wp-block-button,
	.hu-about-actions .wp-block-button__link {
		width: 100%;
	}

	:root {
		--hu-footer-logo-height: 29px;
		--hu-footer-logo-width: 28.78px;
	}

	.hu-footer-logo {
		margin-bottom: 0.875rem;
	}

	.hu-site-footer {
		font-size: 0.9375rem;
		line-height: 1.5;
	}

	.hu-site-footer h2 {
		font-size: 1.25rem !important;
		line-height: 1.45;
	}

	.hu-site-footer .hu-eyebrow {
		font-size: 0.8125rem;
		line-height: 1.45;
	}

	.hu-site-footer > p:last-child {
		font-size: 0.75rem;
		line-height: 1.45;
	}

	.hu-site-footer .wp-block-column + .wp-block-column {
		margin-block-start: 1.25rem !important;
	}
}
