.village-home {
	background: #f6faf7;
	color: #14261f;
	font-family: inherit;
}

.village-home a {
	text-decoration: none;
}

.village-home__hero {
	background-image: linear-gradient(90deg, rgba(7, 36, 23, 0.68), rgba(7, 36, 23, 0.2)), var(--hero-image);
	background-position: center bottom;
	background-size: cover;
	align-items: center;
	display: flex;
	min-height: 100vh;
	padding: 150px 32px 96px;
	position: relative;
}

.village-home__hero-inner,
.section-pad {
	margin: 0 auto;
	max-width: 1180px;
}

.village-home__hero-inner {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(690px, 1fr) minmax(320px, 410px);
	width: 100%;
}

.village-home__hero-copy {
	color: #ffffff;
	max-width: none;
}

.village-home__eyebrow,
.village-home__section-label {
	color: #6faa77;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}

.village-home__hero-copy .village-home__eyebrow {
	color: #d8f3dd;
}

.village-home__hero h1 {
	color: #ffffff;
	font-size: clamp(52px, 6.2vw, 92px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0 0 22px;
	max-width: none;
	white-space: normal;
}

.village-home__hero h1 span {
	display: block;
}

.village-home__hero h1 span:last-child {
	white-space: nowrap;
}

.village-home__hero-copy p:not(.village-home__eyebrow) {
	color: #ecfff2;
	font-size: 18px;
	line-height: 1.75;
	margin: 0;
	max-width: 650px;
}

.village-home__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.village-home__hero-actions a,
.village-home__notice a {
	align-items: center;
	background: #2f8f5b;
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 46px;
	padding: 13px 20px;
}

.village-home__stats {
	backdrop-filter: blur(18px);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(232, 244, 235, 0.66));
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 16px;
	box-shadow: 0 28px 80px rgba(6, 29, 18, 0.28);
	overflow: hidden;
	padding: 18px;
	position: relative;
}

.village-home__stats::before {
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	content: "";
	height: 140%;
	left: -70%;
	position: absolute;
	top: -20%;
	transform: rotate(18deg);
	width: 42%;
}

.village-home__stats::after {
	animation: village-panel-glow 4s ease-in-out infinite alternate;
	background:
		radial-gradient(circle at 18% 0%, rgba(63, 209, 118, 0.42), transparent 34%),
		radial-gradient(circle at 100% 70%, rgba(97, 230, 139, 0.28), transparent 36%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.village-home__stats:hover::before {
	animation: village-stat-shine 1.15s ease;
}

.village-home__stats-head {
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
}

.village-home__stats-head p {
	color: #153526;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 6px;
}

.village-home__stats-head span {
	color: #63756b;
	display: block;
	font-size: 12px;
	font-weight: 700;
}

.village-home__stats-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
	position: relative;
	z-index: 1;
}

.village-home__stat-card {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(202, 246, 211, 0.58);
	border-radius: 10px;
	box-shadow: 0 12px 34px rgba(18, 55, 34, 0.08);
	display: grid;
	gap: 6px;
	min-height: 116px;
	padding: 14px;
	position: relative;
	transition: box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.village-home__stat-card::before {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), transparent 48%);
	border-radius: inherit;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.village-home__stat-card::after {
	animation: village-card-edge 3.6s linear infinite;
	background: linear-gradient(90deg, transparent, rgba(58, 199, 99, 0.78), transparent);
	content: "";
	height: 2px;
	left: -45%;
	position: absolute;
	top: 0;
	width: 45%;
}

.village-home__stat-card:hover {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 16px 38px rgba(18, 55, 34, 0.16), 0 0 22px rgba(67, 208, 103, 0.16);
	transform: translateY(-3px);
}

.village-home__stat-card:nth-child(2)::after {
	animation-delay: 0.55s;
}

.village-home__stat-card:nth-child(3)::after {
	animation-delay: 1.1s;
}

.village-home__stat-card:nth-child(4)::after {
	animation-delay: 1.65s;
}

.village-home__stat-icon {
	align-items: center;
	background: #e9f6ec;
	border: 1px solid #d3ead9;
	border-radius: 50%;
	color: #2f8f5b;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	position: relative;
	width: 34px;
	z-index: 1;
}

.village-home__stat-icon svg {
	fill: currentColor;
	height: 19px;
	width: 19px;
}

.village-home__stat-card strong {
	color: #173c28;
	display: block;
	font-size: clamp(21px, 2.3vw, 28px);
	font-weight: 800;
	line-height: 1.05;
	margin-top: 2px;
	position: relative;
	z-index: 1;
}

.village-home__stat-number {
	display: inline-block;
	transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.village-home__stat-number.is-counting {
	animation: village-number-pulse 720ms ease-in-out infinite alternate;
	color: #1f8f4d;
	text-shadow: 0 0 14px rgba(55, 216, 104, 0.34);
}

.village-home__stat-card sup {
	font-size: 0.48em;
	line-height: 0;
}

.village-home__stat-card > span:last-child {
	color: #64766d;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	position: relative;
	z-index: 1;
}

.village-home__stats-link {
	align-items: center;
	background: #186f3f;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(24, 111, 63, 0.24);
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	margin-top: 14px;
	min-height: 40px;
	padding: 10px 16px;
	position: relative;
	z-index: 1;
}

.village-home__stats-link::after {
	content: ">";
	font-size: 16px;
	margin-left: 10px;
}

.village-home__stats-link:hover,
.village-home__stats-link:focus {
	background: #0f5630;
	color: #ffffff;
	text-decoration: none;
}

@keyframes village-stat-shine {
	0% {
		left: -70%;
	}

	100% {
		left: 130%;
	}
}

@keyframes village-panel-glow {
	0% {
		opacity: 0.45;
		transform: translate3d(-8px, -4px, 0);
	}

	100% {
		opacity: 0.8;
		transform: translate3d(8px, 5px, 0);
	}
}

@keyframes village-card-edge {
	0% {
		left: -45%;
		opacity: 0;
	}

	18%,
	72% {
		opacity: 1;
	}

	100% {
		left: 100%;
		opacity: 0;
	}
}

@keyframes village-number-pulse {
	0% {
		transform: translateY(0) scale(1);
	}

	100% {
		transform: translateY(-1px) scale(1.04);
	}
}

@keyframes village-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

@keyframes village-image-shine {
	0%,
	55% {
		transform: translateX(-120%);
	}

	100% {
		transform: translateX(120%);
	}
}

@keyframes village-about-glow {
	0% {
		opacity: 0.45;
		transform: translate3d(0, 0, 0);
	}

	100% {
		opacity: 0.8;
		transform: translate3d(42px, 24px, 0);
	}
}

.section-pad {
	padding: 58px 32px;
}

.village-home__about {
	align-items: center;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(520px, 1.28fr) minmax(320px, 0.72fr);
	padding-bottom: 44px;
	padding-top: 42px;
	position: relative;
}

.village-home__about::before {
	animation: village-about-glow 5s ease-in-out infinite alternate;
	background: radial-gradient(circle, rgba(77, 190, 106, 0.16), transparent 64%);
	content: "";
	height: 320px;
	left: 4%;
	pointer-events: none;
	position: absolute;
	top: 8%;
	width: 420px;
}

.village-home__about-visual {
	position: relative;
	z-index: 1;
}

.village-home__about-head {
	margin: 0 auto 24px;
	max-width: 760px;
	text-align: center;
}

.village-home__about-head h2 {
	margin-bottom: 0;
}

.village-home__media-card {
	animation: village-float 5.5s ease-in-out infinite;
	background: linear-gradient(135deg, #ffffff, #e8f3ec);
	border-radius: 12px;
	box-shadow: 0 18px 45px rgba(22, 55, 37, 0.12), 0 0 34px rgba(65, 184, 94, 0.1);
	overflow: visible;
	padding: 14px;
	position: relative;
	z-index: 1;
}

.village-home__media-card::after {
	animation: village-image-shine 4.8s ease-in-out infinite;
	background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.52), transparent 58%);
	content: "";
	inset: 10px;
	pointer-events: none;
	position: absolute;
	transform: translateX(-120%);
}

.village-home__media-card img {
	aspect-ratio: auto;
	border-radius: 8px;
	display: block;
	height: auto;
	max-height: none;
	object-fit: contain;
	width: 100%;
}

.village-home h2 {
	color: #153526;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 18px;
}

.village-home__section-copy p:not(.village-home__section-label),
.village-home__notice p {
	color: #4f6258;
	font-size: 17px;
	line-height: 1.8;
	margin: 0;
}

.village-home__section-copy {
	position: relative;
	z-index: 1;
}

.village-home__pill-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 24px;
}

.village-home__pill-grid span {
	background: #eaf6ed;
	border: 1px solid #d8eadc;
	border-radius: 8px;
	color: #27613d;
	font-size: 14px;
	font-weight: 800;
	padding: 15px 12px;
	position: relative;
	text-align: center;
	transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.village-home__pill-grid span::before {
	background: #43b86b;
	border-radius: 999px;
	box-shadow: 0 0 14px rgba(67, 184, 107, 0.42);
	content: "";
	height: 7px;
	left: 12px;
	opacity: 0.7;
	position: absolute;
	top: 12px;
	width: 7px;
}

.village-home__pill-grid span:hover {
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(25, 90, 49, 0.12);
	transform: translateY(-4px);
}

.village-home__section-head {
	align-items: end;
	border-top: 1px solid #d9e7dd;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding-top: 30px;
}

.village-home__section-head a {
	color: #1f6f43;
	font-weight: 800;
	white-space: nowrap;
}

.village-home__news-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 26px;
}

.village-home__news {
	padding-top: 34px;
}

.village-home__news-grid article {
	background: #ffffff;
	border: 1px solid #edf2ee;
	border-radius: 10px;
	box-shadow: 0 16px 36px rgba(25, 57, 39, 0.1);
	overflow: hidden;
}

.village-home__news-grid img {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	width: 100%;
}

.village-home__news-grid article div {
	padding: 20px;
}

.village-home__news-grid span {
	color: #2f8f5b;
	font-size: 13px;
	font-weight: 800;
}

.village-home__news-grid h3 {
	color: #172d23;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.35;
	margin: 10px 0 10px;
}

.village-home__news-grid h3 a {
	color: inherit;
	text-decoration: none;
}

.village-home__news-grid h3 a:hover,
.village-home__news-grid h3 a:focus {
	color: #1f7a4b;
}

.village-home__news-media {
	display: block;
	overflow: hidden;
}

.village-home__news-media img {
	transition: transform 500ms ease;
}

.village-home__news-grid article:hover .village-home__news-media img {
	transform: scale(1.045);
}

.village-home__news-grid p {
	color: #5d7066;
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
}

.village-home__infographics {
	padding-bottom: 66px;
	padding-top: 42px;
}

.village-home__infographic-header {
	align-items: end;
	border-top: 1px solid #d9e7dd;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-top: 34px;
}

.village-home__infographic-header h2 {
	margin-bottom: 12px;
}

.village-home__infographic-header > div:first-child > p:last-child {
	color: #596b61;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	max-width: 650px;
}

.village-home__data-summary {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(105px, 1fr));
}

.village-home__data-summary div {
	background: #ffffff;
	border: 1px solid #dceae0;
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(24, 70, 43, 0.07);
	min-height: 82px;
	padding: 14px 16px;
}

.village-home__data-summary strong,
.village-home__data-summary span {
	display: block;
}

.village-home__data-summary strong {
	color: #1b6440;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.1;
}

.village-home__data-summary span {
	color: #708078;
	font-size: 12px;
	font-weight: 700;
	margin-top: 7px;
}

.village-home__infographic-tool {
	background: #ffffff;
	border: 1px solid #dce9e0;
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(19, 65, 39, 0.1);
	margin-top: 28px;
	overflow: hidden;
}

.village-home__infographic-toolbar {
	align-items: center;
	background: #f1f7f3;
	border-bottom: 1px solid #dce9e0;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 14px 16px;
}

.village-home__infographic-tabs {
	display: flex;
	gap: 4px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.village-home__infographic-tabs button {
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: #53675c;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	min-height: 40px;
	padding: 9px 13px;
	transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.village-home__infographic-tabs button:hover,
.village-home__infographic-tabs button:focus-visible {
	background: #e2efe6;
	color: #1f6f43;
	outline: none;
}

.village-home__infographic-tabs button[aria-selected="true"] {
	background: #1f7046;
	box-shadow: 0 8px 18px rgba(31, 112, 70, 0.2);
	color: #ffffff;
}

.village-home__dusun-filter {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 9px;
}

.village-home__dusun-filter span {
	color: #62736a;
	font-size: 12px;
	font-weight: 800;
}

.village-home__dusun-filter select {
	appearance: none;
	background-color: #ffffff;
	background-image: linear-gradient(45deg, transparent 50%, #2a6f49 50%), linear-gradient(135deg, #2a6f49 50%, transparent 50%);
	background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	border: 1px solid #cbded1;
	border-radius: 6px;
	color: #214f35;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	min-height: 40px;
	min-width: 160px;
	padding: 8px 34px 8px 12px;
}

.village-home__dusun-filter select:focus {
	border-color: #2f8f5b;
	box-shadow: 0 0 0 3px rgba(47, 143, 91, 0.14);
	outline: none;
}

.village-home__infographic-content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 250px;
	min-height: 480px;
}

.village-home__chart-area {
	min-width: 0;
	padding: 30px;
}

.village-home__chart-heading {
	align-items: start;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.village-home__chart-heading span {
	color: #2f8f5b;
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.village-home__chart-heading h3 {
	color: #173c28;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
}

.village-home__chart-heading p {
	background: #edf6ef;
	border-radius: 6px;
	color: #4f6b5a;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 8px 10px;
	text-align: right;
}

.village-home__chart {
	min-height: 300px;
	position: relative;
}

.village-home__chart [tabindex="0"]:focus-visible {
	outline: 3px solid rgba(47, 143, 91, 0.3);
	outline-offset: 3px;
}

.village-home__data-insight {
	background: linear-gradient(160deg, #1b6f3d, #0f3b27);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 34px 28px;
	position: relative;
}

.village-home__data-insight::before {
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	content: "";
	inset: 0;
	pointer-events: none;
	transform: translateX(-65%);
	transition: transform 700ms ease;
}

.village-home__infographic-tool:hover .village-home__data-insight::before {
	transform: translateX(65%);
}

.village-home__data-insight > * {
	position: relative;
	z-index: 1;
}

.village-home__data-insight > span {
	color: #bde6c9;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.village-home__data-insight > strong {
	font-size: 52px;
	font-weight: 800;
	line-height: 1;
	margin: 30px 0 12px;
}

.village-home__data-insight h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
}

.village-home__data-insight p {
	color: #d5eadc;
	font-size: 13px;
	line-height: 1.7;
	margin: 14px 0 0;
}

.village-home__data-source {
	color: #75837b;
	font-size: 12px;
	line-height: 1.6;
	margin: 12px 0 0;
}

.village-home__chart-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-top: 24px;
}

.village-home__legend-item {
	align-items: center;
	color: #5e7066;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	gap: 7px;
}

.village-home__legend-item i,
.village-home__donut-detail i {
	border-radius: 3px;
	display: inline-block;
	flex: 0 0 auto;
	height: 10px;
	width: 10px;
}

.village-home__stacked-chart {
	display: grid;
	gap: 26px;
}

.village-home__stacked-row {
	display: grid;
	gap: 10px;
}

.village-home__stacked-label {
	display: flex;
	justify-content: space-between;
}

.village-home__stacked-label strong {
	color: #284a37;
	font-size: 13px;
}

.village-home__stacked-label span {
	color: #77867e;
	font-size: 12px;
	font-weight: 700;
}

.village-home__stacked-track {
	background: #eaf0ec;
	border-radius: 6px;
	display: flex;
	height: 28px;
	overflow: hidden;
}

.village-home__stacked-segment {
	cursor: help;
	display: block;
	height: 100%;
	transition: filter 180ms ease, width 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 0;
}

.village-home__chart.is-visible .village-home__stacked-segment {
	width: var(--segment-size);
}

.village-home__stacked-segment:hover,
.village-home__stacked-segment:focus-visible {
	filter: brightness(1.14);
}

.village-home__bar-chart,
.village-home__lollipop-chart {
	display: grid;
	gap: 12px;
}

.village-home__bar-row,
.village-home__lollipop-row {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(150px, 0.9fr) minmax(180px, 1.6fr) 44px;
	min-height: 28px;
}

.village-home__bar-label,
.village-home__lollipop-label {
	color: #40584a;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.village-home__bar-row > strong,
.village-home__lollipop-row > strong {
	color: #244a34;
	font-size: 12px;
	text-align: right;
}

.village-home__bar-track {
	background: #edf2ef;
	border-radius: 5px;
	height: 14px;
	overflow: hidden;
}

.village-home__bar-fill {
	border-radius: inherit;
	cursor: help;
	display: block;
	height: 100%;
	transition: filter 180ms ease, width 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 0;
}

.village-home__chart.is-visible .village-home__bar-fill {
	width: var(--bar-size);
}

.village-home__bar-fill:hover,
.village-home__bar-fill:focus-visible {
	filter: brightness(1.13);
}

.village-home__lollipop-track {
	background: #e9efeb;
	height: 2px;
	position: relative;
}

.village-home__lollipop-line {
	display: block;
	height: 2px;
	transition: width 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 0;
}

.village-home__lollipop-dot {
	border: 3px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(20, 67, 39, 0.24);
	cursor: help;
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: left 720ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 180ms ease;
	width: 16px;
}

.village-home__chart.is-visible .village-home__lollipop-line {
	width: var(--lollipop-size);
}

.village-home__chart.is-visible .village-home__lollipop-dot {
	left: var(--lollipop-position);
}

.village-home__lollipop-dot:hover,
.village-home__lollipop-dot:focus-visible {
	transform: translate(-50%, -50%) scale(1.25);
}

.village-home__donut-layout {
	align-items: center;
	display: grid;
	gap: 50px;
	grid-template-columns: minmax(210px, 0.8fr) minmax(260px, 1.2fr);
	min-height: 300px;
}

.village-home__donut {
	align-items: center;
	aspect-ratio: 1;
	border-radius: 50%;
	box-shadow: 0 18px 38px rgba(23, 77, 44, 0.16);
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 245px;
	transform: rotate(-32deg) scale(0.82);
	transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
}

.village-home__chart.is-visible .village-home__donut {
	transform: rotate(0) scale(1);
}

.village-home__donut-center {
	align-items: center;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #e2ece5;
	display: flex;
	flex-direction: column;
	height: 62%;
	justify-content: center;
	width: 62%;
}

.village-home__donut-center strong {
	color: #173c28;
	font-size: 31px;
	font-weight: 800;
}

.village-home__donut-center span {
	color: #718078;
	font-size: 11px;
	font-weight: 700;
}

.village-home__donut-details {
	display: grid;
	gap: 10px;
}

.village-home__donut-detail {
	align-items: center;
	border-bottom: 1px solid #e7eee9;
	display: flex;
	justify-content: space-between;
	padding: 10px 2px;
}

.village-home__donut-detail > span {
	align-items: center;
	color: #50645a;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 9px;
}

.village-home__donut-detail strong {
	color: #1e5637;
	font-size: 14px;
}

.village-home__column-chart {
	align-items: end;
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(11, minmax(38px, 1fr));
	min-height: 300px;
	padding-top: 22px;
}

.village-home__column {
	align-items: center;
	display: grid;
	grid-template-rows: 24px 230px 24px;
	height: 100%;
	text-align: center;
}

.village-home__column > strong {
	color: #355743;
	font-size: 11px;
}

.village-home__column > span:last-child {
	color: #66786e;
	font-size: 11px;
	font-weight: 800;
	padding-top: 6px;
}

.village-home__column-track {
	align-items: end;
	background: linear-gradient(to top, #f0f5f1, transparent);
	border-bottom: 1px solid #ccdcd1;
	display: flex;
	height: 100%;
	justify-content: center;
}

.village-home__column-bar {
	border-radius: 5px 5px 0 0;
	cursor: help;
	display: block;
	height: 0;
	transition: filter 180ms ease, height 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: min(34px, 70%);
}

.village-home__chart.is-visible .village-home__column-bar {
	height: var(--column-size);
}

.village-home__column-bar:hover,
.village-home__column-bar:focus-visible {
	filter: brightness(1.14);
}

.village-home__proportion-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(5, minmax(110px, 1fr));
	min-height: 300px;
}

.village-home__proportion-item {
	align-items: center;
	background: #f7faf8;
	border: 1px solid #e1ebe4;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 18px 12px;
	text-align: center;
	transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.village-home__proportion-item:hover,
.village-home__proportion-item:focus-visible {
	background: #ffffff;
	box-shadow: 0 14px 28px rgba(20, 73, 41, 0.12);
	transform: translateY(-4px);
}

.village-home__proportion-ring {
	align-items: center;
	border-radius: 50%;
	display: flex;
	height: 82px;
	justify-content: center;
	position: relative;
	transform: scale(0.75) rotate(-28deg);
	transition: transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 82px;
}

.village-home__chart.is-visible .village-home__proportion-ring {
	transform: scale(1) rotate(0);
}

.village-home__proportion-ring::before {
	background: #f7faf8;
	border-radius: 50%;
	content: "";
	inset: 8px;
	position: absolute;
}

.village-home__proportion-ring strong {
	color: #244c34;
	font-size: 15px;
	position: relative;
	z-index: 1;
}

.village-home__proportion-item h4 {
	color: #244c34;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	margin: 14px 0 5px;
}

.village-home__proportion-item p {
	color: #718078;
	font-size: 11px;
	font-weight: 700;
	margin: 0;
}

.village-home__chart-error {
	background: #fff4ed;
	border: 1px solid #f1d7c7;
	border-radius: 6px;
	color: #8b4d30;
	margin: 0;
	padding: 18px;
}

.village-home__gallery {
	background: linear-gradient(135deg, rgba(235, 248, 239, 0.94), rgba(255, 255, 255, 0.76));
	border: 1px solid rgba(38, 123, 76, 0.13);
	border-radius: 16px;
	box-shadow: 0 24px 60px rgba(20, 55, 37, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
	margin-bottom: 72px;
	margin-top: 18px;
	padding: 36px 32px;
	position: relative;
	overflow: hidden;
}

.village-home__gallery::before {
	background: radial-gradient(circle at 14% 10%, rgba(87, 178, 111, 0.18), transparent 28%),
		radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.6), transparent 24%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.village-home__gallery .village-home__section-head {
	border-top: 0;
	padding-top: 0;
	position: relative;
	z-index: 1;
}

.village-home__gallery-row {
	display: flex;
	gap: 14px;
	margin-top: 22px;
	overflow-x: auto;
	padding: 4px 2px 18px;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-color: rgba(29, 117, 72, 0.32) transparent;
	scrollbar-width: thin;
}

.village-home__gallery-row::-webkit-scrollbar {
	height: 5px;
}

.village-home__gallery-row::-webkit-scrollbar-track {
	background: transparent;
}

.village-home__gallery-row::-webkit-scrollbar-thumb {
	background: rgba(29, 117, 72, 0.28);
	border-radius: 999px;
}

.village-home__gallery-photo {
	background: #dce8e1;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(13, 50, 36, 0.11);
	cursor: pointer;
	flex: 0 0 clamp(210px, 21vw, 300px);
	overflow: hidden;
	position: relative;
	scroll-snap-align: start;
	transition: box-shadow 200ms ease, transform 200ms ease;
}

.village-home__gallery-photo::before {
	content: "";
	display: block;
	padding-top: 72%;
}

.village-home__gallery-photo img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: transform 360ms ease;
	width: 100%;
}

.village-home__gallery-photo:hover,
.village-home__gallery-photo:focus-visible {
	box-shadow: 0 18px 38px rgba(13, 50, 36, 0.18);
	outline: 3px solid rgba(54, 163, 101, 0.28);
	outline-offset: 2px;
	transform: translateY(-3px);
}

.village-home__gallery-photo:hover img,
.village-home__gallery-photo:focus-visible img {
	transform: scale(1.045);
}

.village-home__gallery-shade {
	background: linear-gradient(0deg, rgba(4, 28, 20, 0.72), transparent 48%);
	inset: 0;
	position: absolute;
}

.village-home__gallery-year {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 5px;
	color: #176a43;
	font-size: 12px;
	font-weight: 900;
	left: 12px;
	line-height: 1;
	padding: 7px 9px;
	position: absolute;
	top: 12px;
}

.village-home__gallery-action {
	align-items: center;
	bottom: 12px;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 6px;
	left: 12px;
	opacity: 0;
	position: absolute;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.36);
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.village-home__gallery-photo:hover .village-home__gallery-action,
.village-home__gallery-photo:focus-visible .village-home__gallery-action {
	opacity: 1;
	transform: translateY(0);
}

.village-home__gallery-shell {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	position: relative;
	z-index: 1;
}

.village-home__gallery-button {
	align-items: center;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(37, 115, 74, 0.22);
	border-radius: 50%;
	box-shadow: 0 14px 28px rgba(20, 47, 31, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
	color: #16623c;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	line-height: 1;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
	width: 44px;
}

.village-home__gallery-button:hover,
.village-home__gallery-button:focus {
	background: #1f7a4b;
	color: #ffffff;
	transform: translateY(-2px);
}

.village-home__notice {
	align-items: center;
	background: linear-gradient(135deg, #1b6f3d, #0f3b27);
	border-radius: 14px;
	color: #ffffff;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 80px;
	padding: 44px 48px;
}

.village-home__notice .village-home__section-label,
.village-home__notice h2,
.village-home__notice p {
	color: #ffffff;
}

.village-home__notice p {
	max-width: 760px;
	opacity: 0.9;
}

.village-home__notice a {
	background: #ffffff;
	color: #174a2d;
	flex: 0 0 auto;
}

@media (max-width: 1180px) {
	.village-home__hero-inner {
		grid-template-columns: 1fr;
	}

	.village-home__stats {
		max-width: 560px;
	}
}

@media (max-width: 980px) {
	.village-home__hero {
		min-height: auto;
		padding: 128px 22px 76px;
	}

	.village-home__hero h1 {
		white-space: normal;
	}

	.village-home__hero-inner,
	.village-home__about,
	.village-home__news-grid,
	.village-home__infographic-header,
	.village-home__infographic-content {
		grid-template-columns: 1fr;
	}

	.village-home__data-summary {
		max-width: 430px;
	}

	.village-home__data-insight {
		min-height: 220px;
	}

	.village-home__proportion-grid {
		grid-template-columns: repeat(3, minmax(130px, 1fr));
	}

	.village-home__about-head {
		margin-bottom: 18px;
	}

	.village-home__stats,
	.village-home__stats-grid,
	.village-home__pill-grid,
	.village-home__gallery-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.village-home__notice {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.section-pad {
		padding: 52px 18px;
	}

	.village-home__hero {
		padding: 118px 18px 64px;
	}

	.village-home__stats,
	.village-home__stats-grid,
	.village-home__pill-grid,
	.village-home__gallery-row {
		grid-template-columns: 1fr;
	}

	.village-home__stats {
		padding: 18px;
	}

	.village-home__stat-card {
		min-height: 120px;
	}

	.village-home__section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.village-home__infographics {
		padding-bottom: 52px;
		padding-top: 34px;
	}

	.village-home__infographic-header {
		gap: 24px;
	}

	.village-home__data-summary {
		gap: 6px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: none;
		width: 100%;
	}

	.village-home__data-summary div {
		min-height: 74px;
		padding: 12px 10px;
	}

	.village-home__data-summary strong {
		font-size: 20px;
	}

	.village-home__infographic-toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.village-home__infographic-tabs {
		padding-bottom: 4px;
		width: 100%;
	}

	.village-home__dusun-filter {
		justify-content: space-between;
	}

	.village-home__dusun-filter select {
		min-width: 0;
		width: 65%;
	}

	.village-home__chart-area {
		padding: 22px 18px 26px;
	}

	.village-home__chart-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		margin-bottom: 24px;
	}

	.village-home__chart-heading h3 {
		font-size: 21px;
	}

	.village-home__chart-heading p {
		text-align: left;
	}

	.village-home__chart {
		min-height: 280px;
	}

	.village-home__chart--columns {
		overflow-x: auto;
	}

	.village-home__bar-row,
	.village-home__lollipop-row {
		gap: 7px 10px;
		grid-template-columns: minmax(0, 1fr) 42px;
	}

	.village-home__bar-track,
	.village-home__lollipop-track {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.village-home__bar-row > strong,
	.village-home__lollipop-row > strong {
		grid-column: 2;
		grid-row: 1;
	}

	.village-home__donut-layout {
		gap: 24px;
		grid-template-columns: 1fr;
	}

	.village-home__donut {
		max-width: 220px;
	}

	.village-home__column-chart {
		min-width: 620px;
	}

	.village-home__proportion-grid {
		grid-template-columns: repeat(2, minmax(120px, 1fr));
	}

	.village-home__proportion-item {
		min-height: 210px;
	}

	.village-home__data-insight {
		min-height: 210px;
		padding: 30px 24px;
	}

	.village-home__data-insight > strong {
		font-size: 44px;
		margin-top: 24px;
	}

	.village-home__gallery {
		border-radius: 0;
		margin-inline: 0;
	}

	.village-home__notice {
		border-radius: 0;
		margin-bottom: 0;
		padding: 36px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.village-home__stacked-segment,
	.village-home__bar-fill,
	.village-home__lollipop-line,
	.village-home__lollipop-dot,
	.village-home__donut,
	.village-home__column-bar,
	.village-home__proportion-ring {
		transition-duration: 1ms;
	}
}

@media (max-width: 640px) {
	html,
	body,
	.village-home {
		max-width: 100%;
		overflow-x: hidden;
		width: 100%;
	}

	.village-home,
	.village-home *,
	.village-home *::before,
	.village-home *::after {
		box-sizing: border-box;
	}

	.village-home__hero {
		box-sizing: border-box;
		min-height: 100svh;
		overflow: hidden;
		padding: 112px 16px 48px;
		width: 100%;
	}

	.village-home__hero-inner {
		gap: 28px;
		grid-template-columns: minmax(0, 1fr);
		max-width: 100%;
		min-width: 0;
		width: min(100%, calc(100vw - 32px));
	}

	.village-home__hero-copy {
		max-width: min(100%, calc(100vw - 32px));
		min-width: 0;
		width: 100%;
	}

	.village-home__hero h1 {
		font-size: clamp(34px, 10.5vw, 42px);
		line-height: 1.08;
		max-width: calc(100vw - 32px);
		overflow-wrap: normal;
		word-break: normal;
	}

	.village-home__hero h1 span:last-child {
		white-space: normal;
	}

	.village-home__hero-copy p:not(.village-home__eyebrow) {
		font-size: 16px;
		line-height: 1.65;
		max-width: min(100%, 330px);
		overflow-wrap: break-word;
		width: 100%;
	}

	.village-home__hero-actions a,
	.village-home__notice a {
		width: 100%;
	}

	.village-home__stats {
		max-width: 100%;
		padding: 16px;
		width: min(100%, calc(100vw - 32px));
	}

	.village-home__stats-head h2 {
		font-size: 26px;
		line-height: 1.15;
	}

	.village-home__stats-grid {
		gap: 12px;
	}
}
