/* Shared site header: the final authority for every static page. */
:root {
	--site-header-height: 76px;
	--site-header-mobile-height: 68px;
	--site-header-width: 1440px;
	--site-header-ink: #16263d;
	--site-header-muted: #526174;
	--site-header-accent: #b98c50;
	--site-header-line: rgba(15, 23, 42, 0.09);
	--site-header-surface: rgba(255, 255, 255, 0.96);
	--site-header-shadow: 0 18px 44px -32px rgba(15, 23, 42, 0.42);
}

body .site-header.site-header,
body .it-simple-header,
body .pe-header {
	position: fixed !important;
	inset: 0 0 auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	min-height: var(--site-header-height) !important;
	padding: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--site-header-line) !important;
	background: var(--site-header-surface) !important;
	box-shadow: none;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	transition: background-color 220ms ease, box-shadow 220ms ease !important;
}

body .site-header.site-header.scrolled,
body .gr-site-header.scrolled,
body .it-simple-header.scrolled,
body .pe-header.is-scrolled {
	background: rgba(255, 255, 255, 0.985) !important;
	box-shadow: var(--site-header-shadow) !important;
}

body .site-header.site-header > .wp-block-group.alignwide,
body .gr-site-header .gr-header-inner,
body .it-simple-header .it-header-inner,
body .pe-header .pe-header-inner {
	box-sizing: border-box;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	width: min(calc(100% - 3rem), var(--site-header-width)) !important;
	max-width: var(--site-header-width) !important;
	min-width: 0 !important;
	min-height: var(--site-header-height) !important;
	margin: 0 auto !important;
	padding: 0 !important;
	gap: clamp(0.75rem, 1.2vw, 1.25rem) !important;
	border: 0 !important;
}

body .site-header.site-header .wp-block-site-title {
	margin: 0 !important;
	line-height: 0;
}

body .site-header.site-header .wp-block-site-title a,
body .gr-site-header .gr-brand,
body .it-simple-header .it-brand,
body .pe-header .pe-brand {
	display: inline-flex !important;
	align-items: center !important;
	flex: 0 0 auto !important;
	text-decoration: none !important;
}

body .site-header.site-header .site-brand-logo,
body .gr-site-header .gr-brand img,
body .it-simple-header .it-brand img,
body .pe-header .pe-brand > img {
	display: block !important;
	width: 112px !important;
	max-width: 112px !important;
	height: auto !important;
}

body .site-header.site-header .wp-block-navigation,
body .gr-site-header .gr-primary-nav,
body .it-simple-header .it-nav,
body .pe-header .pe-primary-nav {
	min-width: 0 !important;
	margin-left: auto !important;
	color: var(--site-header-ink) !important;
	font-family: "Noto Sans SC", "Inter", sans-serif !important;
	font-size: 0.875rem !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
}

body .gr-site-header .gr-primary-nav,
body .it-simple-header .it-nav,
body .pe-header .pe-primary-nav {
	display: flex !important;
	align-items: stretch !important;
	justify-content: flex-end !important;
	gap: 0 !important;
	overflow: visible !important;
	white-space: nowrap;
}

body .site-header.site-header .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content,
body .site-header.site-header .wp-block-navigation__container > .wp-block-navigation-submenu > .wp-block-navigation-submenu__toggle,
body .gr-site-header .gr-primary-nav > a,
body .it-simple-header .it-nav > a,
body .pe-header .pe-primary-nav > a,
body .pe-header .pe-nav-group > summary {
	box-sizing: border-box;
	display: flex !important;
	align-items: center !important;
	min-height: var(--site-header-height) !important;
	padding: 1.65rem clamp(0.45rem, 0.7vw, 0.7rem) !important;
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--site-header-ink) !important;
	font-size: 0.875rem !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
	white-space: nowrap;
	transition: color 180ms ease, border-color 180ms ease !important;
}

body .site-header.site-header .wp-block-navigation__container > .wp-block-navigation-submenu > .wp-block-navigation-submenu__toggle {
	min-width: 1.25rem !important;
	padding-left: 0 !important;
}

body .site-header.site-header .wp-block-navigation__container > .wp-block-navigation-item:hover > .wp-block-navigation-item__content,
body .site-header.site-header .wp-block-navigation__container > .wp-block-navigation-submenu:hover > .wp-block-navigation-submenu__toggle,
body .site-header.site-header .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content[aria-current="page"],
body .site-header.site-header .wp-block-navigation__container > .wp-block-navigation-item:has(.wp-block-navigation__submenu-container a[aria-current="page"]) > .wp-block-navigation-item__content,
body .site-header.site-header .wp-block-navigation__container > .wp-block-navigation-submenu:has(.wp-block-navigation__submenu-container a[aria-current="page"]) > .wp-block-navigation-submenu__toggle,
body .gr-site-header .gr-primary-nav > a:hover,
body .gr-site-header .gr-primary-nav > a[aria-current="page"],
body .it-simple-header .it-nav > a:hover,
body .it-simple-header .it-nav > a.active,
body .it-simple-header .it-nav > a[aria-current="page"],
body .pe-header .pe-primary-nav > a:hover,
body .pe-header .pe-primary-nav > a[aria-current="page"],
body .pe-header .pe-nav-group:has(a[aria-current="page"]) > summary,
body .pe-header .pe-nav-group > summary:hover {
	border-bottom-color: var(--site-header-accent) !important;
	color: var(--site-header-accent) !important;
}

body .pe-header .pe-primary-nav > a::after,
body .pe-header .pe-nav-group > summary::after {
	display: none !important;
}

body .site-header.site-header .wp-block-navigation__submenu-container,
body .pe-header .pe-nav-dropdown {
	border-color: var(--site-header-accent) !important;
	background: #fff !important;
	box-shadow: 0 22px 54px -24px rgba(15, 23, 42, 0.34) !important;
}

body .site-header.site-header .wp-block-navigation__submenu-container a[aria-current="page"],
body .pe-header .pe-nav-dropdown a.is-current {
	color: var(--site-header-accent) !important;
}

body .site-header.site-header .wp-block-buttons,
body .gr-site-header .gr-header-cta,
body .it-simple-header .it-header-cta,
body .pe-header .pe-header-cta {
	flex: 0 0 auto !important;
}

body .site-header.site-header .wp-block-button__link,
body .gr-site-header .gr-header-cta,
body .it-simple-header .it-header-cta,
body .pe-header .pe-header-cta {
	box-sizing: border-box;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 6.25rem !important;
	min-height: 2.5rem !important;
	padding: 0.7rem 0.95rem !important;
	border: 1px solid #0a192f !important;
	border-radius: 0.4rem !important;
	background: #0a192f !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 0.875rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease !important;
}

body .site-header.site-header .wp-block-button__link:hover,
body .gr-site-header .gr-header-cta:hover,
body .it-simple-header .it-header-cta:hover,
body .pe-header .pe-header-cta:hover {
	background: #163253 !important;
	box-shadow: 0 12px 24px -16px rgba(10, 25, 47, 0.72) !important;
	transform: translateY(-1px) !important;
}

body .site-header.site-header .wp-block-button__link:focus-visible,
body .gr-site-header .gr-header-cta:focus-visible,
body .it-simple-header .it-header-cta:focus-visible,
body .pe-header .pe-header-cta:focus-visible,
body .site-header.site-header button:focus-visible,
body .gr-site-header button:focus-visible,
body .it-simple-header button:focus-visible,
body .pe-header button:focus-visible {
	outline: 3px solid rgba(185, 140, 80, 0.34) !important;
	outline-offset: 3px;
}

.it-menu-toggle,
body .gr-site-header .gr-menu-toggle,
body .pe-header .pe-nav-toggle {
	display: none !important;
}

@media (min-width: 1281px) {
	body .site-header.site-header .wp-block-navigation__responsive-container-open {
		display: none !important;
	}

	body .site-header.site-header .wp-block-navigation__responsive-container {
		display: block !important;
		position: static !important;
		inset: auto !important;
		padding: 0 !important;
		background: transparent !important;
		overflow: visible !important;
	}

	body .site-header.site-header .wp-block-navigation__responsive-close,
	body .site-header.site-header .wp-block-navigation__responsive-dialog,
	body .site-header.site-header .wp-block-navigation__responsive-container-content {
		display: block !important;
		position: static !important;
		padding: 0 !important;
		overflow: visible !important;
	}

	body .site-header.site-header .wp-block-navigation__responsive-container-close {
		display: none !important;
	}

	body .site-header.site-header .wp-block-navigation__container {
		display: flex !important;
		flex-flow: row nowrap !important;
		align-items: stretch !important;
		justify-content: flex-end !important;
		gap: 0 !important;
	}
}

@media (max-width: 1280px) {
	body .site-header.site-header,
	body .it-simple-header,
	body .pe-header {
		min-height: var(--site-header-mobile-height) !important;
	}

	body .site-header.site-header > .wp-block-group.alignwide,
	body .gr-site-header .gr-header-inner,
	body .it-simple-header .it-header-inner,
	body .pe-header .pe-header-inner {
		width: calc(100% - 2rem) !important;
		min-height: var(--site-header-mobile-height) !important;
		justify-content: space-between !important;
		gap: 0.75rem !important;
	}

	body .site-header.site-header .site-brand-logo,
	body .gr-site-header .gr-brand img,
	body .it-simple-header .it-brand img,
	body .pe-header .pe-brand > img {
		width: 96px !important;
		max-width: 96px !important;
	}

	body .site-header.site-header .wp-block-buttons,
	body .gr-site-header .gr-header-cta,
	body .it-simple-header .it-header-cta,
	body .pe-header .pe-header-cta {
		display: none !important;
	}

	body .site-header.site-header .wp-block-navigation {
		position: static !important;
		flex: 0 0 auto !important;
		margin-left: auto !important;
		overflow: visible !important;
	}

	body .site-header.site-header button.wp-block-navigation__responsive-container-open,
	body .gr-site-header .gr-menu-toggle,
	body .it-simple-header .it-menu-toggle,
	body .pe-header .pe-nav-toggle {
		position: static !important;
		inset: auto !important;
		display: grid !important;
		place-items: center !important;
		flex: 0 0 2.625rem !important;
		width: 2.625rem !important;
		height: 2.625rem !important;
		margin: 0 0 0 auto !important;
		padding: 0 !important;
		border: 1px solid var(--site-header-line) !important;
		border-radius: 0.5rem !important;
		background: #fff !important;
		box-shadow: none !important;
		color: var(--site-header-ink) !important;
		font-size: 1.35rem !important;
		line-height: 1 !important;
		transform: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		z-index: 2 !important;
	}

	body .site-header.site-header button.wp-block-navigation__responsive-container-open svg,
	body .site-header.site-header button.wp-block-navigation__responsive-container-open path {
		display: block !important;
		fill: currentColor !important;
	}

	body .site-header.site-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}

	body .site-header.site-header .wp-block-navigation__responsive-container.is-menu-open,
	body .gr-site-header .gr-primary-nav.is-open,
	body .it-simple-header .it-nav.is-open,
	body .pe-header .pe-primary-nav.is-open {
		position: fixed !important;
		top: var(--site-header-mobile-height) !important;
		right: 1rem !important;
		bottom: auto !important;
		left: 1rem !important;
		display: block !important;
		width: auto !important;
		max-width: none !important;
		max-height: calc(100dvh - var(--site-header-mobile-height) - 1rem) !important;
		margin: 0 !important;
		padding: 1rem !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		border: 1px solid var(--site-header-line) !important;
		border-top: 2px solid var(--site-header-accent) !important;
		border-radius: 0 0 0.75rem 0.75rem !important;
		background: #fff !important;
		box-shadow: 0 24px 54px -22px rgba(15, 23, 42, 0.42) !important;
		white-space: normal !important;
		z-index: 1001 !important;
	}

	body .gr-site-header .gr-primary-nav:not(.is-open),
	body .it-simple-header .it-nav:not(.is-open),
	body .pe-header .pe-primary-nav:not(.is-open) {
		display: none !important;
	}

	body .site-header.site-header .wp-block-navigation__responsive-close,
	body .site-header.site-header .wp-block-navigation__responsive-dialog {
		position: static !important;
		display: block !important;
		padding: 0 !important;
	}

	body .site-header.site-header .wp-block-navigation__responsive-container-close {
		position: absolute !important;
		top: 0.65rem !important;
		right: 0.65rem !important;
		display: grid !important;
		place-items: center !important;
		width: 2.25rem !important;
		height: 2.25rem !important;
		padding: 0 !important;
		border: 1px solid var(--site-header-line) !important;
		border-radius: 0.45rem !important;
		background: #fff !important;
		color: var(--site-header-ink) !important;
	}

	body .site-header.site-header .wp-block-navigation__responsive-container-content {
		display: block !important;
		padding: 2.75rem 0 0 !important;
	}

	body .site-header.site-header .wp-block-navigation__container {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 0.125rem !important;
	}

	body .site-header.site-header .wp-block-navigation__container > .wp-block-navigation-item {
		position: relative !important;
		display: block !important;
		width: 100% !important;
	}

	body .site-header.site-header .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content,
	body .site-header.site-header .wp-block-navigation__container > .wp-block-navigation-submenu > .wp-block-navigation-submenu__toggle,
	body .gr-site-header .gr-primary-nav > a,
	body .it-simple-header .it-nav > a,
	body .pe-header .pe-primary-nav > a,
	body .pe-header .pe-nav-group > summary {
		min-height: 0 !important;
		padding: 0.8rem 0.9rem !important;
		border: 0 !important;
		border-radius: 0.4rem !important;
		font-size: 0.9rem !important;
		white-space: normal !important;
	}

	body .site-header.site-header .wp-block-navigation__container > .wp-block-navigation-submenu > .wp-block-navigation-item__content {
		padding-right: 3rem !important;
	}

	body .site-header.site-header .wp-block-navigation__container > .wp-block-navigation-submenu > .wp-block-navigation-submenu__toggle {
		position: absolute !important;
		top: 0.2rem !important;
		right: 0.2rem !important;
		display: grid !important;
		place-items: center !important;
		width: 2.5rem !important;
		height: 2.5rem !important;
		padding: 0 !important;
	}

	body .site-header.site-header .wp-block-navigation__submenu-container {
		position: static !important;
		display: none !important;
		width: 100% !important;
		min-width: 0 !important;
		height: auto !important;
		margin: 0.15rem 0 0.5rem !important;
		padding: 0.35rem 0.35rem 0.35rem 0.75rem !important;
		overflow: visible !important;
		border: 0 !important;
		border-left: 2px solid rgba(185, 140, 80, 0.28) !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		pointer-events: auto !important;
	}

	body .site-header.site-header .wp-block-navigation-submenu.is-submenu-open > .wp-block-navigation__submenu-container {
		display: block !important;
	}

	body .site-header.site-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
		padding: 0.65rem 0.85rem !important;
		border: 0 !important;
		font-size: 0.84rem !important;
	}

	body .gr-site-header .gr-primary-nav > a,
	body .it-simple-header .it-nav > a,
	body .pe-header .pe-primary-nav > a,
	body .pe-header .pe-nav-group > summary {
		display: flex !important;
		width: 100% !important;
	}

	body .pe-header .pe-primary-nav > a:nth-of-type(4),
	body .pe-header .pe-primary-nav > a:nth-of-type(5) {
		display: flex !important;
	}

	body .pe-header .pe-nav-group {
		width: 100%;
	}

	body .pe-header .pe-nav-dropdown {
		position: static !important;
		width: 100% !important;
		margin: 0 0 0.4rem !important;
		padding: 0.35rem 0.65rem !important;
		border: 0 !important;
		border-left: 2px solid rgba(185, 140, 80, 0.28) !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		transform: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body .site-header.site-header *,
	body .gr-site-header *,
	body .it-simple-header *,
	body .pe-header * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
