.site-header.village-header {
	background: transparent;
	border-bottom: 0;
	box-sizing: border-box;
	box-shadow: none;
	display: block;
	margin: 0;
	max-width: none;
	padding: 14px 24px;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 50;
}

.home .village-header {
	background: transparent;
	border-bottom-color: transparent;
	box-shadow: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.home.admin-bar .village-header {
	top: 32px;
}

.village-header__inner {
	align-items: stretch;
	-webkit-backdrop-filter: blur(22px) saturate(1.25);
	backdrop-filter: blur(18px);
	background: linear-gradient(125deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.7) 58%, rgba(230, 244, 235, 0.76));
	border: 1px solid rgba(255, 255, 255, 0.76);
	border-radius: 22px;
	box-shadow: 0 18px 46px rgba(7, 36, 22, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.95), inset 0 -1px 0 rgba(42, 111, 73, 0.08);
	box-sizing: border-box;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: none;
	min-height: 74px;
	padding: 0 18px 0 16px;
	position: relative;
	width: 100%;
}

.village-header__inner::before {
	background: linear-gradient(105deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0) 44%, rgba(100, 185, 133, 0.12));
	border-radius: inherit;
	content: "";
	inset: 1px;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.village-header__inner > * {
	z-index: 1;
}

.home .village-header__inner {
	background: linear-gradient(125deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62) 58%, rgba(225, 242, 232, 0.68));
	border-color: rgba(255, 255, 255, 0.64);
}

.village-header__brand {
	align-items: center;
	color: #10261f;
	display: inline-flex;
	gap: 12px;
	min-width: 270px;
	text-decoration: none;
}

.village-header__brand:hover,
.village-header__brand:focus {
	color: #10261f;
	text-decoration: none;
}

.village-header__brand img {
	border-radius: 50%;
	display: block;
	flex: 0 0 auto;
	height: 48px;
	object-fit: cover;
	width: 48px;
}

.village-header__brand span {
	display: grid;
	gap: 2px;
	line-height: 1.2;
}

.village-header__brand strong {
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 0;
}

.village-header__brand small {
	color: #5b6e66;
	font-size: 13px;
	font-weight: 600;
}

.village-header__right {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.village-header__nav ul {
	align-items: center;
	-webkit-backdrop-filter: blur(18px) saturate(1.2);
	backdrop-filter: blur(16px);
	background: linear-gradient(135deg, rgba(225, 231, 228, 0.74), rgba(242, 246, 244, 0.56));
	border: 1px solid rgba(16, 38, 31, 0.08);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 8px 22px rgba(20, 55, 37, 0.07);
	display: flex;
	gap: 2px;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 6px;
}

@media (max-width: 782px) {
	.home.admin-bar .village-header {
		top: 46px;
	}
}

.village-header__nav li {
	margin: 0;
}

.village-header__nav a {
	border-radius: 999px;
	color: #22382f;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	padding: 11px 12px;
	text-decoration: none;
	transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.village-header__nav a:hover,
.village-header__nav a:focus {
	background: rgba(255, 255, 255, 0.76);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	color: #176a3d;
	text-decoration: none;
	transform: translateY(-1px);
}

.village-header__nav .village-header__nav-cta {
	background: linear-gradient(145deg, #37a269, #247b4d);
	box-shadow: 0 10px 24px rgba(47, 143, 91, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
	color: #ffffff;
	margin-left: 8px;
	padding-inline: 18px;
}

.village-header__nav a.is-current:not(.village-header__nav-cta) {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 245, 0.82));
	box-shadow: 0 7px 18px rgba(20, 60, 38, 0.09), inset 0 1px 0 #ffffff;
	color: #176a3d;
}

.village-header__nav .village-header__nav-cta:hover,
.village-header__nav .village-header__nav-cta:focus {
	background: #226f47;
	color: #ffffff;
}

.village-header__toggle {
	display: none;
}

.village-header__toggle-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(16, 38, 31, 0.1);
	border-radius: 999px;
	cursor: pointer;
	display: none;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.village-header__toggle-button span,
.village-header__toggle-button span::before,
.village-header__toggle-button span::after {
	background: #10261f;
	border-radius: 999px;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	width: 20px;
}

.village-header__toggle-button span::before {
	position: absolute;
	top: -7px;
}

.village-header__toggle-button span::after {
	position: absolute;
	top: 7px;
}

@media (max-width: 1180px) {
	.village-header {
		padding: 12px 14px;
	}

	.village-header__inner {
		border-radius: 18px;
		min-height: 72px;
		padding: 0 12px;
	}

	.village-header__right {
		align-items: flex-end;
		justify-content: center;
	}

	.village-header__toggle-button {
		display: inline-flex;
	}

	.village-header__nav {
		-webkit-backdrop-filter: blur(22px) saturate(1.2);
		backdrop-filter: blur(18px);
		background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(234, 244, 238, 0.88));
		border: 1px solid rgba(255, 255, 255, 0.5);
		border-radius: 24px;
		box-shadow: 0 18px 45px rgba(16, 38, 31, 0.15);
		display: none;
		left: 0;
		padding: 10px;
		position: absolute;
		right: 0;
		top: calc(100% + 10px);
	}

	.village-header__nav ul {
		align-items: stretch;
		background: transparent;
		border: 0;
		border-radius: 0;
		display: grid;
		gap: 2px;
		padding: 0;
	}

	.village-header__nav a {
		display: flex;
		justify-content: space-between;
		padding: 13px 14px;
		white-space: normal;
	}

	.village-header__nav .village-header__nav-cta {
		justify-content: center;
		margin: 8px 0 0;
	}

	.village-header__toggle:checked ~ .village-header__nav {
		display: block;
	}
}

@media (max-width: 560px) {
	.village-header {
		padding: 10px 8px;
	}

	.village-header__brand {
		flex: 1 1 auto;
		min-width: 0;
	}

	.village-header__brand span {
		min-width: 0;
	}

	.village-header__brand img {
		height: 44px;
		width: 44px;
	}

	.village-header__brand strong {
		font-size: 16px;
		line-height: 1.15;
		overflow-wrap: anywhere;
	}

	.village-header__brand small {
		font-size: 11px;
		line-height: 1.25;
	}

	.village-header__inner {
		gap: 10px;
		min-height: 66px;
		padding: 0 10px;
	}

	.village-header__right {
		flex: 0 0 auto;
	}

	.village-header__toggle-button {
		height: 42px;
		width: 42px;
	}
}
