:root {
	--vo-green: #2f7548;
	--vo-green-dark: #1f5a3c;
	--vo-green-deep: #174530;
	--vo-green-soft: #e8f1eb;
	--vo-lime: #75b843;
	--vo-cream: #f4f7f5;
	--vo-white: #ffffff;
	--vo-ink: #17382a;
	--vo-muted: #617269;
	--vo-line: #dce7e0;
	--vo-shadow: 0 18px 50px rgba(24, 72, 48, .1);
}

.volim-people-page {
	background: #f2f6f4;
	color: var(--vo-ink);
}

.vo-profile-is-open {
	overflow: hidden;
}

.vo-people-main,
.vo-people,
.vo-people button,
.vo-people input {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.vo-people,
.vo-people *,
.vo-profile,
.vo-profile * {
	box-sizing: border-box;
}

.vo-people-main {
	margin: 0;
}

.vo-people {
	max-width: 1440px;
	margin: 0 auto;
	padding: clamp(1rem, 3vw, 2.5rem) clamp(1rem, 4vw, 4.5rem) clamp(5rem, 9vw, 9rem);
}

.vo-people [hidden] {
	display: none !important;
}

.vo-people__hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: end;
	overflow: hidden;
	min-height: 430px;
	padding: clamp(2.5rem, 6vw, 5.5rem);
	border-radius: .5rem .5rem 3rem .5rem;
	background:
		radial-gradient(circle at 86% 22%, rgba(117, 184, 67, .23), transparent 24%),
		linear-gradient(135deg, var(--vo-green-dark), var(--vo-green-deep));
	color: var(--vo-white);
	box-shadow: 0 25px 60px rgba(23, 69, 48, .18);
}

.vo-people__hero::before {
	content: "";
	position: absolute;
	right: -4rem;
	bottom: -8rem;
	width: 25rem;
	height: 25rem;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 50%;
	box-shadow: 0 0 0 4rem rgba(255, 255, 255, .025), 0 0 0 8rem rgba(255, 255, 255, .018);
	pointer-events: none;
}

.vo-people__hero::after {
	content: "8";
	position: absolute;
	right: clamp(-1rem, 2vw, 2rem);
	top: 48%;
	transform: translateY(-50%);
	font: 850 clamp(14rem, 24vw, 25rem)/1 system-ui, sans-serif;
	letter-spacing: -.08em;
	color: rgba(255, 255, 255, .07);
	pointer-events: none;
}

.vo-people__hero-content,
.vo-people__hero-meta {
	position: relative;
	z-index: 1;
}

.vo-people__eyebrow,
.vo-people__section-label,
.vo-profile__eyebrow,
.vo-person__position {
	margin: 0;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.vo-people__eyebrow {
	margin-bottom: 1rem;
	color: #bde09f;
}

.vo-people__hero h1 {
	margin: 0;
	font-size: clamp(3.8rem, 8vw, 7.8rem);
	font-weight: 820;
	line-height: .9;
	letter-spacing: -.065em;
	color: var(--vo-white);
}

.vo-people__lead {
	max-width: 720px;
	margin: 1.7rem 0 0;
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, .86);
}

.vo-people__hero-meta {
	display: grid;
	gap: 1rem;
}

.vo-people__ballot {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 1rem;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(8px);
	font-size: 1rem;
	font-weight: 780;
	line-height: 1.15;
}

.vo-people__ballot > span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: var(--vo-white);
	color: var(--vo-green-dark);
	font-size: 1.4rem;
	font-weight: 850;
}

.vo-people__ballot small {
	display: block;
	margin-bottom: .25rem;
	font-size: .7rem;
	font-weight: 650;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .66);
}

.vo-people__stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 1rem;
	background: rgba(255, 255, 255, .16);
}

.vo-people__stats > div {
	display: flex;
	flex-direction: column;
	padding: 1rem 1.15rem;
	background: rgba(21, 66, 45, .72);
}

.vo-people__stats strong {
	font-size: 1.6rem;
	line-height: 1;
	color: var(--vo-white);
}

.vo-people__stats span {
	margin-top: .35rem;
	font-size: .78rem;
	color: rgba(255, 255, 255, .65);
}

.vo-people__directory {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
	margin: clamp(4rem, 8vw, 7rem) 0 2rem;
}

.vo-people__section-label {
	margin-bottom: .8rem;
	color: var(--vo-green);
}

.vo-people__directory-copy h2 {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 3.7rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.045em;
	color: var(--vo-ink);
}

.vo-people__directory-copy > p:last-child {
	max-width: 580px;
	margin: 1rem 0 0;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--vo-muted);
}

.vo-people__controls {
	display: grid;
	gap: .8rem;
}

.vo-people__search {
	position: relative;
	display: block;
}

.vo-people__search svg {
	position: absolute;
	left: 1rem;
	top: 50%;
	width: 1.2rem;
	transform: translateY(-50%);
	fill: none;
	stroke: var(--vo-green);
	stroke-width: 2;
	stroke-linecap: round;
}

.vo-people__search input {
	width: 100%;
	height: 3.4rem;
	margin: 0;
	padding: 0 1rem 0 3rem;
	border: 1px solid var(--vo-line);
	border-radius: .85rem;
	background: var(--vo-white);
	font-size: .95rem;
	color: var(--vo-ink);
	box-shadow: 0 7px 24px rgba(24, 72, 48, .05);
}

.vo-people__search input:focus {
	border-color: var(--vo-green);
	outline: 3px solid rgba(47, 117, 72, .15);
}

.vo-people__filters {
	display: flex;
	gap: .55rem;
	flex-wrap: wrap;
}

.vo-people__filters button {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	min-height: 2.75rem;
	margin: 0;
	padding: .65rem .9rem;
	border: 1px solid var(--vo-line);
	border-radius: 999px;
	background: transparent;
	color: var(--vo-muted);
	font-size: .82rem;
	font-weight: 750;
	letter-spacing: 0;
	text-transform: none;
}

.vo-people__filters button:hover,
.vo-people__filters button:focus-visible {
	border-color: var(--vo-green);
	color: var(--vo-green-dark);
}

.vo-people__filters button.is-active {
	border-color: var(--vo-green-dark);
	background: var(--vo-green-dark);
	color: var(--vo-white);
}

.vo-people__filters button span {
	display: grid;
	place-items: center;
	min-width: 1.65rem;
	height: 1.65rem;
	padding: 0 .35rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, .16);
	font-size: .72rem;
}

.vo-people__filters button:not(.is-active) span {
	background: var(--vo-green-soft);
	color: var(--vo-green-dark);
}

.vo-people__results {
	grid-column: 1 / -1;
	margin: .5rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid var(--vo-line);
	font-size: .86rem;
	color: var(--vo-muted);
}

.vo-people__results strong {
	color: var(--vo-green-dark);
}

.vo-people__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2.2vw, 1.8rem);
	align-items: stretch;
}

.vo-person {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-width: 0;
	border: 1px solid var(--vo-line);
	border-radius: 1.15rem;
	background: var(--vo-white);
	box-shadow: 0 10px 34px rgba(24, 72, 48, .07);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.vo-person:hover {
	transform: translateY(-5px);
	border-color: #c5d8ca;
	box-shadow: var(--vo-shadow);
}

.vo-person__link {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}

.vo-person--with-bio {
	cursor: pointer;
}

.vo-person--with-bio:has(.vo-person__link:focus-visible) {
	border-color: var(--vo-green);
	outline: 4px solid rgba(47, 117, 72, .18);
	outline-offset: 3px;
	transform: translateY(-4px);
	box-shadow: var(--vo-shadow);
}

.vo-person__link:focus-visible {
	outline: 0;
}

.vo-person__portrait {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 4.7;
	background: linear-gradient(145deg, #edf4ef, #d9e8de);
}

.vo-person__portrait::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 28%;
	background: linear-gradient(to top, rgba(14, 54, 36, .14), transparent);
	pointer-events: none;
}

.vo-person__portrait img,
.vo-profile__visual > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.vo-person__portrait img {
	transition: transform .5s ease;
}

.vo-person:hover .vo-person__portrait img {
	transform: scale(1.025);
}

.vo-person__number,
.vo-profile__number {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	border: 3px solid rgba(255, 255, 255, .95);
	border-radius: 50%;
	background: var(--vo-green-dark);
	color: var(--vo-white);
	font-weight: 850;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .18);
}

.vo-person__number {
	top: .85rem;
	left: .85rem;
	width: 2.35rem;
	height: 2.35rem;
	font-size: .92rem;
}

.vo-person__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
}

.vo-person__placeholder svg {
	width: 38%;
	fill: none;
	stroke: #96b2a3;
	stroke-width: 3;
	stroke-linecap: round;
}

.vo-person__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.2rem 1.25rem 1.3rem;
}

.vo-person__position {
	margin-bottom: .45rem;
	font-size: 11px;
	color: #779185;
}

.vo-person__content h3 {
	margin: 0;
	font-size: clamp(18px, 1.45vw, 22px);
	font-weight: 780;
	line-height: 1.25;
	letter-spacing: -.018em;
	color: var(--vo-green-deep);
}

.vo-person__open {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 2.8rem;
	margin: auto 0 0;
	padding: .9rem 0 0;
	border: 0;
	border-top: 1px solid var(--vo-line);
	background: transparent;
	color: var(--vo-green-dark);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	text-align: left;
	text-transform: none;
}

.vo-person__open svg {
	width: 1.25rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .2s ease;
}

.vo-person__link:hover .vo-person__open,
.vo-person__link:focus-visible .vo-person__open {
	color: var(--vo-lime);
}

.vo-person__link:hover .vo-person__open svg,
.vo-person__link:focus-visible .vo-person__open svg {
	transform: translateX(4px);
}

.vo-person__pending {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin: auto 0 0;
	padding-top: 1.1rem;
	font-size: .78rem;
	font-weight: 650;
	color: #84948c;
}

.vo-person__pending span {
	width: .45rem;
	height: .45rem;
	border-radius: 50%;
	background: #b7c9bf;
}

.vo-people__empty {
	padding: 5rem 1rem;
	text-align: center;
}

.vo-people__empty svg {
	width: 3rem;
	fill: none;
	stroke: var(--vo-green);
	stroke-width: 1.5;
	stroke-linecap: round;
}

.vo-people__empty h2 {
	margin: 1rem 0 .5rem;
	font-size: 1.8rem;
	color: var(--vo-ink);
}

.vo-people__empty p {
	margin: 0;
	color: var(--vo-muted);
}

.vo-profile {
	width: min(1280px, calc(100vw - 2rem));
	max-width: none;
	height: min(780px, calc(100vh - 2rem));
	max-height: none;
	margin: auto;
	padding: 0;
	border: 0;
	border-radius: 1.35rem;
	background: var(--vo-white);
	color: var(--vo-ink);
	box-shadow: 0 35px 100px rgba(8, 34, 22, .36);
}

.vo-profile::backdrop {
	background: rgba(10, 35, 24, .72);
	backdrop-filter: blur(8px);
}

.vo-profile[open] {
	animation: vo-dialog-in .25s ease-out;
}

.vo-profile__panel {
	display: grid;
	grid-template-columns: minmax(330px, 36%) minmax(0, 1fr);
	height: 100%;
}

.vo-profile__close {
	position: absolute;
	z-index: 4;
	top: 1rem;
	right: 1rem;
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	margin: 0;
	padding: 0;
	border: 1px solid var(--vo-line);
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	color: var(--vo-green-dark);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.vo-profile__close:hover,
.vo-profile__close:focus-visible {
	background: var(--vo-green-dark);
	color: var(--vo-white);
}

.vo-profile__close svg {
	width: 1.2rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.vo-profile__visual {
	position: relative;
	overflow: hidden;
	min-height: 0;
	background: linear-gradient(145deg, #edf4ef, #d9e8de);
}

.vo-profile__visual::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 35%;
	background: linear-gradient(to top, rgba(17, 64, 41, .3), transparent);
	pointer-events: none;
}

.vo-profile__number {
	left: 1.5rem;
	top: 1.5rem;
	width: 3.4rem;
	height: 3.4rem;
	font-size: 1.25rem;
}

.vo-profile__content {
	overflow-y: auto;
	padding: clamp(3.5rem, 6vw, 5.5rem) clamp(2rem, 4vw, 4rem) 2rem;
	scrollbar-color: #aec8b8 transparent;
	scrollbar-width: thin;
}

.vo-profile__eyebrow {
	color: var(--vo-green);
	font-size: 14px;
}

.vo-profile__content h2 {
	margin: .65rem 0 2rem;
	font-size: clamp(38px, 4vw, 64px);
	font-weight: 820;
	line-height: .98;
	letter-spacing: -.05em;
	color: var(--vo-green-deep);
}

.vo-profile__bio {
	max-width: 70ch;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(19px, 1.45vw, 22px);
	line-height: 1.72;
	color: #334d41;
}

.vo-profile__bio p {
	margin: 0 0 1.45em;
}

.vo-profile__bio .vo-profile__intro {
	margin-bottom: 1.55em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 1.08em;
	font-weight: 650;
	line-height: 1.58;
	color: var(--vo-green-deep);
}

.vo-profile__bio .vo-profile__intro::first-letter {
	float: left;
	margin: .08em .1em 0 0;
	font-size: 3.4em;
	font-weight: 700;
	line-height: .75;
	color: var(--vo-green);
}

.vo-profile__bio h3 {
	margin: 2.1em 0 .8em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: clamp(23px, 2vw, 29px);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -.025em;
	color: var(--vo-green-deep);
}

.vo-profile__bio ul {
	display: grid;
	gap: .85rem;
	margin: .5rem 0 1.8rem;
	padding: 0;
	list-style: none;
}

.vo-profile__bio li {
	position: relative;
	padding-left: 1.65rem;
}

.vo-profile__bio li::before {
	content: "";
	position: absolute;
	left: .25rem;
	top: .72em;
	width: .48rem;
	height: .48rem;
	border-radius: 50%;
	background: var(--vo-lime);
}

.vo-profile__bio li strong {
	color: var(--vo-green-deep);
}

.vo-profile__bio blockquote {
	margin: 1.8rem 0;
	padding: .35rem 0 .35rem 1.4rem;
	border-left: 4px solid var(--vo-lime);
	font-size: 1.12em;
	font-style: italic;
	font-weight: 650;
	line-height: 1.55;
	color: var(--vo-green-deep);
}

.vo-profile__nav {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--vo-line);
}

.vo-profile__nav button {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin: 0;
	padding: .7rem 0;
	border: 0;
	background: transparent;
	color: var(--vo-green-dark);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
}

.vo-profile__nav button:hover,
.vo-profile__nav button:focus-visible {
	color: var(--vo-lime);
}

.vo-profile__nav svg {
	width: 1.2rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@keyframes vo-dialog-in {
	from { opacity: 0; transform: translateY(18px) scale(.985); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1100px) {
	.vo-people__hero {
		grid-template-columns: minmax(0, 1.35fr) minmax(240px, .75fr);
	}

	.vo-people__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.vo-people__hero {
		grid-template-columns: 1fr;
		min-height: 0;
		border-radius: .5rem .5rem 2.25rem .5rem;
	}

	.vo-people__hero-meta {
		grid-template-columns: 1.3fr 1fr;
	}

	.vo-people__directory {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.vo-people__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vo-profile {
		height: calc(100vh - 1rem);
		width: calc(100vw - 1rem);
	}

	.vo-profile__panel {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(240px, 38vh) minmax(0, 1fr);
	}

	.vo-profile__content {
		padding: 2.5rem 1.5rem 1.5rem;
	}

	.vo-profile__content h2 {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 560px) {
	.vo-people {
		padding-left: .75rem;
		padding-right: .75rem;
	}

	.vo-people__hero {
		padding: 2.25rem 1.4rem 1.4rem;
	}

	.vo-people__hero h1 {
		font-size: clamp(3.3rem, 17vw, 5rem);
	}

	.vo-people__hero-meta {
		grid-template-columns: 1fr;
	}

	.vo-people__grid {
		grid-template-columns: 1fr;
	}

	.vo-person {
		min-height: 185px;
	}

	.vo-person__link {
		display: grid;
		grid-template-columns: 42% 1fr;
	}

	.vo-person__portrait {
		height: 100%;
		aspect-ratio: auto;
	}

	.vo-person__number {
		top: .65rem;
		left: .65rem;
		width: 2rem;
		height: 2rem;
		font-size: .78rem;
	}

	.vo-person__content {
		padding: 1rem;
	}

	.vo-person__open {
		font-size: 14px;
	}

	.vo-profile__panel {
		grid-template-rows: minmax(210px, 34vh) minmax(0, 1fr);
	}

	.vo-profile__number {
		left: 1rem;
		top: 1rem;
		width: 2.8rem;
		height: 2.8rem;
		font-size: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vo-person,
	.vo-person__portrait img,
	.vo-person__open svg,
	.vo-profile[open] {
		animation: none;
		transition: none;
	}
}
