:root {
	--header-locator-stylesheet-version: "header-locator-20260526i";
}

#site-header-root .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#site-header-root .site-header__discovery {
	grid-template-columns: 245px 38px 18px 340px auto;
	justify-content: end;
	width: min(100%, 860px);
	column-gap: 8px;
	overflow: visible;
	transform: translateX(34px);
}

#site-header-root .site-header__discovery .site-header__query {
	justify-self: start;
	width: 340px;
}

#site-header-root .site-header__discovery .site-header__find {
	margin-left: 0;
}

#site-header-root .site-header__locator {
	position: relative;
	isolation: isolate;
	align-self: center;
	display: grid;
	grid-template-rows: 1fr auto 1fr;
	align-items: center;
	justify-items: center;
	width: 38px;
	min-width: 38px;
	height: 46px;
	margin: 0;
	font-family: var(--font-display);
	color: rgba(244, 239, 228, 0.9);
}

#site-header-root .site-header__locator::before,
#site-header-root .site-header__locator::after {
	display: none;
	content: none;
}

#site-header-root .site-header__locator-label {
	font-size: 0.54rem;
	line-height: 0.84;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.36);
	user-select: none;
}

#site-header-root .site-header__locator .locate-button {
	position: relative;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	transform: translateZ(0);
	transition: transform 160ms ease, filter 160ms ease;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

#site-header-root .site-header__locator .locate-button .locate-button__icon {
	display: none;
}

#site-header-root .site-header__locator .locate-button::before,
#site-header-root .site-header__locator .locate-button::after {
	content: "";
	position: absolute;
	display: block;
	border-radius: inherit;
	pointer-events: none;
}

#site-header-root .site-header__locator .locate-button::before {
	inset: 3px;
	background: #4f83d1;
	box-shadow:
		0 0 0 1.5px rgba(244, 239, 228, 0.94),
		0 0 10px rgba(79, 131, 209, 0.72),
		0 4px 9px rgba(0, 0, 0, 0.28);
}

#site-header-root .site-header__locator .locate-button::after {
	display: none;
	content: none;
}

#site-header-root .site-header__locator .locate-button:hover,
#site-header-root .site-header__locator .locate-button:focus-visible {
	filter: brightness(1.08);
}

#site-header-root .site-header__locator .locate-button:active {
	transform: translateY(1px) scale(0.985);
}

#site-header-root .site-header__search-divider {
	position: relative;
	align-self: center;
	justify-self: center;
	display: block;
	width: 1px;
	height: 42px;
	border-radius: 999px;
	background: linear-gradient(180deg, transparent, rgba(226, 185, 99, 0.84) 14%, rgba(248, 230, 173, 0.96) 50%, rgba(226, 185, 99, 0.84) 86%, transparent);
	box-shadow: 0 0 8px rgba(226, 185, 99, 0.18);
}

@media (max-width: 1040px) {
	#site-header-root .site-header__discovery {
		grid-template-columns: minmax(176px, 0.78fr) 38px 16px minmax(0, 1fr) auto;
		justify-content: stretch;
		transform: translateX(0);
	}

	#site-header-root .site-header__discovery .site-header__query {
		width: min(100%, 340px);
	}

	#site-header-root .site-header__locator {
		width: 38px;
		min-width: 38px;
	}

	#site-header-root .site-header__search-divider {
		height: 38px;
	}
}

@media (max-width: 720px) {
	#site-header-root .site-header__discovery {
		grid-template-columns: auto 14px minmax(0, 1fr);
		grid-template-areas:
			"cta cta cta"
			"locator divider query"
			"find find find";
		align-items: center;
		gap: 8px;
	}

	#site-header-root .site-header__discovery .site-header__cta {
		grid-area: cta;
	}

	#site-header-root .site-header__discovery .site-header__locator {
		grid-area: locator;
	}

	#site-header-root .site-header__discovery .site-header__search-divider {
		grid-area: divider;
		height: 34px;
	}

	#site-header-root .site-header__discovery .site-header__query {
		grid-area: query;
		width: 100%;
	}

	#site-header-root .site-header__discovery .site-header__find {
		grid-area: find;
	}
}
