.hhb-header {
	background: #fff;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	position: relative;
	z-index: var(--hhb-z-index, 999);
}

.hhb-is-sticky {
	position: sticky;
	top: 0;
}

.hhb-header.hhb-has-scrolled {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.hhb-row {
	background: var(--hhb-row-bg, #fff);
	color: var(--hhb-row-colour, #111);
	min-height: var(--hhb-row-height, auto);
	transition: background 180ms ease, color 180ms ease, max-height 180ms ease, min-height 180ms ease, opacity 180ms ease;
}

.hhb-header.hhb-has-scrolled .hhb-row-top {
	background: transparent;
	border: 0;
	max-height: 0;
	min-height: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
}

.hhb-header.hhb-has-scrolled .hhb-row-top .hhb-inner {
	min-height: 0;
	padding-block: 0;
}

.hhb-inner {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(220px, 0.9fr) minmax(420px, 1.35fr) minmax(180px, 0.9fr);
	margin: 0 auto;
	max-width: var(--hhb-max-width, 1300px);
	min-height: var(--hhb-row-height, auto);
	padding-inline: 24px;
}

.hhb-zone {
	align-items: center;
	display: flex;
	gap: 20px;
	min-width: 0;
}

.hhb-zone-left {
	justify-content: flex-start;
	align-self: stretch;
}

.hhb-zone-centre {
	justify-content: center;
	width: 100%;
}

.hhb-zone-right {
	justify-content: flex-end;
}

.hhb-logo img {
	display: block;
	height: calc(var(--hhb-row-height, 82px) - 6px);
	max-height: calc(var(--hhb-row-height, 82px) - 6px);
	max-width: min(100%, 360px);
	object-fit: contain;
	width: auto;
}

.hhb-logo {
	align-items: center;
	align-self: stretch;
	display: flex;
}

.hhb-nav,
.hhb-menu,
.hhb-desktop-nav .menu {
	align-items: center;
	display: flex;
	gap: clamp(1.35rem, 2.2vw, 2.75rem);
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.hhb-desktop-nav {
	max-width: 620px;
	min-width: min(100%, 440px);
	width: 100%;
}

.hhb-zone-centre .hhb-element-navigation,
.hhb-zone-centre .hhb-desktop-nav,
.hhb-zone-centre .hhb-nav,
.hhb-zone-centre .hhb-menu,
.hhb-zone-centre .menu {
	width: 100%;
}

.hhb-zone-centre .hhb-element-navigation {
	flex: 1 1 min(100%, 620px);
	max-width: 620px;
	min-width: min(100%, 440px);
}

.hhb-nav a,
.hhb-desktop-nav a,
.hhb-phone {
	color: currentColor;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
	transition: color 180ms ease, opacity 180ms ease;
}

.hhb-nav a,
.hhb-desktop-nav a {
	font-size: 1.08rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	white-space: nowrap;
}

.hhb-button,
.hhb-phone {
	border-radius: 6px;
	display: inline-flex;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: 800;
	line-height: 1;
	padding: 0.82rem 1rem;
	text-decoration: none;
	transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.hhb-button {
	background: #363d84;
	color: #fff;
}

.hhb-phone {
	background: rgba(255, 255, 255, 0.12);
	color: currentColor;
}

.hhb-mobile-toggle,
.hhb-mobile-panel {
	display: none;
}

.hhb-mobile-toggle {
	background: #363d84;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: 800;
	padding: 0.75rem 0.9rem;
	transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.hhb-button:hover,
.hhb-button:focus-visible,
.hhb-phone:hover,
.hhb-phone:focus-visible,
.hhb-mobile-toggle:hover,
.hhb-mobile-toggle:focus-visible {
	box-shadow: 0 12px 24px rgba(23, 27, 61, 0.2);
	transform: translateY(-2px);
}

.hhb-button:hover,
.hhb-mobile-toggle:hover {
	background-color: #171b3d;
}

.hhb-button:active,
.hhb-phone:active,
.hhb-mobile-toggle:active {
	box-shadow: 0 6px 14px rgba(23, 27, 61, 0.16);
	transform: translateY(0);
}

.hhb-nav a:hover,
.hhb-desktop-nav a:hover {
	opacity: 0.78;
}

.hhb-button:focus-visible,
.hhb-phone:focus-visible,
.hhb-mobile-toggle:focus-visible,
.hhb-nav a:focus-visible,
.hhb-desktop-nav a:focus-visible {
	outline: 3px solid #f5b942;
	outline-offset: 3px;
}

.hhb-mobile-panel {
	background: #fff;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
	color: #171b3d;
	left: 0;
	padding: 1rem 1.25rem;
	position: absolute;
	right: 0;
	top: 100%;
}

.hhb-mobile-panel .hhb-nav,
.hhb-mobile-panel .menu {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hhb-mobile-panel a {
	color: #171b3d;
	display: block;
	padding: 0.85rem 0;
	text-decoration: none;
}

.hhb-mobile-panel-open .hhb-mobile-panel {
	display: block;
}

.hhb-hide-desktop {
	display: none !important;
}

@media (max-width: 1024px) {
	.hhb-hide-tablet {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.hhb-hide-mobile {
		display: none !important;
	}

	.hhb-inner {
		grid-template-columns: auto 1fr auto;
		padding-inline: 16px;
	}

	.hhb-row-top .hhb-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.hhb-row-top .hhb-zone {
		justify-content: center;
	}

	.hhb-desktop-nav {
		display: none;
	}

	.hhb-mobile-toggle {
		display: inline-flex;
	}

	.hhb-zone-centre {
		justify-content: flex-end;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hhb-header,
	.hhb-row,
	.hhb-mobile-panel,
	.hhb-nav a,
	.hhb-desktop-nav a,
	.hhb-button,
	.hhb-phone,
	.hhb-mobile-toggle {
		transition: none !important;
	}

	.hhb-button:hover,
	.hhb-phone:hover,
	.hhb-mobile-toggle:hover {
		transform: none;
	}
}
