:root {
	--vo-green: #064b39;
	--vo-green-dark: #03382b;
	--vo-green-soft: #eff6f4;
	--vo-lime: #4d9f32;
	--vo-white: #fff;
	--vo-ink: #123d31;
	--vo-muted: #4e6860;
	--vo-line: #cfe0d8;
	--vo-shadow: 0 2.2rem 5rem rgba(3, 56, 43, .12);
}

.volim-people-page { background: var(--vo-white); color: var(--vo-ink); }
.vo-profile-is-open { overflow: hidden; }
.vo-people-main { margin: 0; }
.vo-people-main, .vo-people, .vo-people button, .vo-people input, .vo-profile, .vo-profile button { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.vo-people, .vo-people *, .vo-profile, .vo-profile * { box-sizing: border-box; }
.vo-people { background: var(--vo-white); color: var(--vo-ink); font-size: 1.8rem; line-height: 1.65; margin: 0; max-width: none; padding: 0; }
.vo-people [hidden] { display: none !important; }

.vo-people__hero, .vo-people__directory, .vo-people__grid, .vo-people__empty {
	margin-left: auto; margin-right: auto; max-width: 140rem;
	padding-left: clamp(2rem, 5vw, 8rem); padding-right: clamp(2rem, 5vw, 8rem);
}

.vo-people__hero {
	padding-bottom: clamp(3.5rem, 5vw, 6rem); padding-top: clamp(4rem, 6vw, 7rem);
}

.vo-people__eyebrow, .vo-people__section-label, .vo-profile__eyebrow, .vo-person__position {
	font-size: 1.35rem; font-weight: 850; letter-spacing: .13em; line-height: 1.4; margin: 0; text-transform: uppercase;
}
.vo-people__eyebrow, .vo-people__section-label, .vo-profile__eyebrow { color: #287449; }
.vo-people__hero h1 {
	color: var(--vo-green-dark); font-size: clamp(5rem, 7vw, 9rem); font-weight: 800;
	letter-spacing: -.055em; line-height: .95; margin: 1.2rem 0 0;
}
.vo-people__lead {
	color: var(--vo-muted); font-size: clamp(1.8rem, 1.8vw, 2.3rem); font-weight: 600;
	letter-spacing: -.02em; line-height: 1.45; margin: 1.8rem 0 0; max-width: 90rem;
}
.vo-people__hero-meta { border-left: .5rem solid var(--vo-lime); padding-left: clamp(2.5rem, 4vw, 5rem); }
.vo-people__ballot {
	align-items: center; background: var(--vo-green-dark); color: var(--vo-white); display: flex;
	font-size: 1.8rem; font-weight: 800; gap: 1.8rem; line-height: 1.2; padding: 2.3rem 2.5rem;
}
.vo-people__ballot > span {
	align-items: center; background: var(--vo-white); border-radius: 50%; color: var(--vo-green-dark); display: flex;
	flex: 0 0 auto; font-size: 2.6rem; font-weight: 850; height: 5.5rem; justify-content: center; width: 5.5rem;
}
.vo-people__ballot small { color: #b8e88f; display: block; font-size: 1.2rem; font-weight: 800; letter-spacing: .1em; margin-bottom: .5rem; text-transform: uppercase; }
.vo-people__stats { border-bottom: 1px solid var(--vo-line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vo-people__stats > div { display: flex; flex-direction: column; padding: 2.2rem 0; }
.vo-people__stats > div + div { border-left: 1px solid var(--vo-line); padding-left: 2.5rem; }
.vo-people__stats strong { color: var(--vo-green-dark); font-size: 3.2rem; line-height: 1; }
.vo-people__stats span { color: var(--vo-muted); font-size: 1.45rem; margin-top: .7rem; }

.vo-people__directory {
	align-items: center; border-top: 1px solid var(--vo-line); display: grid; gap: 2rem clamp(3rem, 7vw, 9rem);
	grid-template-columns: minmax(0, 1fr) minmax(34rem, .75fr); padding-bottom: 2rem; padding-top: clamp(2.5rem, 4vw, 4rem);
}
.vo-people__directory-copy h2 {
	color: var(--vo-green-dark); font-size: clamp(3.8rem, 5.5vw, 7rem); font-weight: 800;
	letter-spacing: -.045em; line-height: 1.02; margin: 1.6rem 0 0;
}
.vo-people__directory-copy > p:last-child { color: var(--vo-muted); font-size: 1.6rem; line-height: 1.55; margin: .8rem 0 0; max-width: 60rem; }
.vo-people__controls { display: grid; gap: 1.2rem; }
.vo-people__search { display: block; position: relative; }
.vo-people__search svg { fill: none; left: 1.7rem; position: absolute; stroke: var(--vo-green); stroke-linecap: round; stroke-width: 2; top: 50%; transform: translateY(-50%); width: 2rem; }
.vo-people__search input {
	background: var(--vo-white); border: 1px solid var(--vo-line); border-radius: 0; color: var(--vo-ink);
	font-size: 1.6rem; height: 5.8rem; margin: 0; padding: 0 1.8rem 0 5rem; width: 100%;
}
.vo-people__search input:focus { border-color: var(--vo-green); box-shadow: 0 0 0 .3rem rgba(6, 75, 57, .14); outline: 0; }
.vo-people__filters { display: flex; flex-wrap: wrap; gap: .8rem; }
.vo-people__filters button {
	align-items: center; background: transparent; border: 1px solid var(--vo-line); border-radius: 999px; color: var(--vo-muted);
	display: inline-flex; font-size: 1.4rem; font-weight: 750; gap: .7rem; letter-spacing: 0; margin: 0;
	min-height: 4.4rem; padding: .8rem 1.4rem; 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 { background: var(--vo-green-dark); border-color: var(--vo-green-dark); color: var(--vo-white); }
.vo-people__filters button span { align-items: center; background: rgba(255,255,255,.16); border-radius: 999px; display: flex; font-size: 1.2rem; height: 2.3rem; justify-content: center; min-width: 2.3rem; padding: 0 .5rem; }
.vo-people__filters button:not(.is-active) span { background: var(--vo-green-soft); color: var(--vo-green-dark); }
.vo-people__results { border-top: 1px solid var(--vo-line); color: var(--vo-muted); font-size: 1.45rem; grid-column: 1 / -1; margin: 0; padding-top: 1.5rem; }
.vo-people__results strong { color: var(--vo-green-dark); }

.vo-people__grid {
	align-items: stretch; display: grid; gap: clamp(1.4rem, 2vw, 2.4rem); grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-bottom: clamp(7rem, 10vw, 13rem);
}
.vo-person {
	background: var(--vo-white); border: 1px solid var(--vo-line); display: flex; flex-direction: column;
	min-width: 0; overflow: hidden; transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.vo-person:hover { border-color: #93b8a6; box-shadow: var(--vo-shadow); transform: translateY(-.4rem); }
.vo-person__link { color: inherit; display: flex; flex: 1; flex-direction: column; min-width: 0; text-decoration: none; }
.vo-person--with-bio { cursor: pointer; }
.vo-person--with-bio:has(.vo-person__link:focus-visible) { border-color: var(--vo-green); box-shadow: 0 0 0 .35rem rgba(6,75,57,.14); transform: translateY(-.3rem); }
.vo-person__link:focus-visible { outline: 0; }
.vo-person__portrait { aspect-ratio: 4 / 4.8; background: linear-gradient(145deg,#edf4ef,#d9e8de); overflow: hidden; position: relative; }
.vo-person__portrait::after { background: linear-gradient(to top,rgba(3,56,43,.16),transparent); bottom: 0; content: ""; height: 24%; left: 0; pointer-events: none; position: absolute; right: 0; }
.vo-person__portrait img, .vo-profile__visual > img { display: block; height: 100%; object-fit: cover; object-position: center top; width: 100%; }
.vo-person__portrait img { transition: transform 300ms ease; }
.vo-person:hover .vo-person__portrait img { transform: scale(1.025); }
.vo-person__number, .vo-profile__number {
	align-items: center; background: var(--vo-green-dark); border: .25rem solid rgba(255,255,255,.95); border-radius: 50%;
	box-shadow: 0 .5rem 1.6rem rgba(0,0,0,.18); color: var(--vo-white); display: flex; font-weight: 850;
	justify-content: center; position: absolute; z-index: 2;
}
.vo-person__number { font-size: 1.4rem; height: 4rem; left: 1.2rem; top: 1.2rem; width: 4rem; }
.vo-person__placeholder { align-items: center; display: flex; height: 100%; justify-content: center; width: 100%; }
.vo-person__placeholder svg { fill: none; stroke: #96b2a3; stroke-linecap: round; stroke-width: 3; width: 38%; }
.vo-person__content { align-items: flex-start; display: flex; flex: 1; flex-direction: column; padding: 2rem 2rem 2.2rem; }
.vo-person__position { color: #607d71; font-size: 1.25rem; margin-bottom: .8rem; }
.vo-person__content h3 { color: var(--vo-green-dark); font-size: clamp(2rem,1.65vw,2.5rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.2; margin: 0; }
.vo-person__open {
	align-items: center; background: transparent; border: 0; border-top: 1px solid var(--vo-line); color: var(--vo-green-dark);
	display: flex; font-size: 1.5rem; font-weight: 800; justify-content: space-between; letter-spacing: 0;
	margin: 2.2rem 0 0; min-height: 4.4rem; padding: 1.5rem 0 0; text-align: left; text-transform: none; width: 100%;
}
.vo-person__open svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform 160ms ease; width: 2rem; }
.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(.4rem); }
.vo-person__pending { align-items: center; color: #71857c; display: flex; font-size: 1.4rem; font-weight: 650; gap: .7rem; margin: auto 0 0; padding-top: 2rem; }
.vo-person__pending span { background: #a8bcb2; border-radius: 50%; height: .7rem; width: .7rem; }

.vo-people__empty { padding-bottom: 10rem; padding-top: 7rem; text-align: center; }
.vo-people__empty svg { fill: none; stroke: var(--vo-green); stroke-linecap: round; stroke-width: 1.5; width: 5rem; }
.vo-people__empty h2 { color: var(--vo-ink); font-size: 3rem; margin: 1.5rem 0 .7rem; }
.vo-people__empty p { color: var(--vo-muted); font-size: 1.6rem; margin: 0; }

.vo-profile {
	background: var(--vo-white); border: 0; border-radius: .4rem; box-shadow: 0 3.5rem 10rem rgba(3,38,28,.4);
	color: var(--vo-ink); height: min(82rem,calc(100vh - 2rem)); margin: auto; max-height: none; max-width: none;
	padding: 0; width: min(132rem,calc(100vw - 2rem));
}
.vo-profile::backdrop { backdrop-filter: blur(.6rem); background: rgba(3,56,43,.78); }
.vo-profile[open] { animation: vo-dialog-in 200ms ease-out; }
.vo-profile__panel { display: grid; grid-template-columns: minmax(34rem,38%) minmax(0,1fr); height: 100%; }
.vo-profile__close {
	align-items: center; background: rgba(255,255,255,.96); border: 1px solid var(--vo-line); border-radius: 50%;
	box-shadow: 0 .5rem 2rem rgba(0,0,0,.1); color: var(--vo-green-dark); display: flex; height: 4.8rem;
	justify-content: center; margin: 0; padding: 0; position: absolute; right: 1.5rem; top: 1.5rem; width: 4.8rem; z-index: 4;
}
.vo-profile__close:hover, .vo-profile__close:focus-visible { background: var(--vo-green-dark); color: var(--vo-white); }
.vo-profile__close svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; width: 2rem; }
.vo-profile__visual { background: linear-gradient(145deg,#edf4ef,#d9e8de); min-height: 0; overflow: hidden; position: relative; }
.vo-profile__visual::after { background: linear-gradient(to top,rgba(3,56,43,.28),transparent); bottom: 0; content: ""; height: 30%; left: 0; pointer-events: none; position: absolute; right: 0; }
.vo-profile__number { font-size: 1.7rem; height: 5.6rem; left: 2rem; top: 2rem; width: 5.6rem; }
.vo-profile__content { overflow-y: auto; padding: clamp(4rem,6vw,7rem) clamp(3rem,5vw,7rem) 3rem; scrollbar-color: #aec8b8 transparent; scrollbar-width: thin; }
.vo-profile__content h2 { color: var(--vo-green-dark); font-size: clamp(4.2rem,5vw,7rem); font-weight: 800; letter-spacing: -.05em; line-height: .98; margin: 1.2rem 0 3rem; }
.vo-profile__bio { color: #334d41; font-family: inherit; font-size: clamp(1.8rem,1.4vw,2.1rem); line-height: 1.75; max-width: 70ch; }
.vo-profile__bio p { margin: 0 0 1.4em; }
.vo-profile__bio .vo-profile__intro { color: var(--vo-green-dark); font-size: 1.08em; font-weight: 650; line-height: 1.62; margin-bottom: 1.5em; }
.vo-profile__bio h3 { color: var(--vo-green-dark); font-size: clamp(2.4rem,2vw,3rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.25; margin: 2em 0 .8em; }
.vo-profile__bio ul { display: grid; gap: 1rem; list-style: none; margin: .5rem 0 2rem; padding: 0; }
.vo-profile__bio li { padding-left: 2.6rem; position: relative; }
.vo-profile__bio li::before { color: var(--vo-lime); content: "→"; font-weight: 900; left: 0; position: absolute; }
.vo-profile__bio li strong { color: var(--vo-green-dark); }
.vo-profile__bio blockquote { border-left: .4rem solid var(--vo-lime); color: var(--vo-green-dark); font-size: 1.08em; font-style: normal; font-weight: 650; line-height: 1.6; margin: 2rem 0; padding: .5rem 0 .5rem 2rem; }
.vo-profile__nav { border-top: 1px solid var(--vo-line); display: flex; gap: 1rem; justify-content: space-between; margin-top: 3rem; padding-top: 2rem; }
.vo-profile__nav button { align-items: center; background: transparent; border: 0; color: var(--vo-green-dark); display: inline-flex; font-size: 1.6rem; font-weight: 800; gap: .8rem; letter-spacing: 0; margin: 0; min-height: 4.4rem; padding: .7rem 0; text-transform: none; }
.vo-profile__nav button:hover, .vo-profile__nav button:focus-visible { color: var(--vo-lime); }
.vo-profile__nav svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 2rem; }

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

@media (max-width: 1100px) {
	.vo-people__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 900px) {
	.vo-people__directory { grid-template-columns: 1fr; }
	.vo-people__controls { max-width: 65rem; }
	.vo-profile { height: calc(100vh - 1rem); width: calc(100vw - 1rem); }
	.vo-profile__panel { grid-template-columns: 1fr; grid-template-rows: minmax(24rem,38vh) minmax(0,1fr); }
	.vo-profile__content { padding: 3.5rem 2.5rem 2.5rem; }
}

@media (max-width: 720px) {
	.vo-people__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 560px) {
	.vo-people { font-size: 1.7rem; }
	.vo-people__hero { padding-bottom: 3.5rem; padding-top: 4rem; }
	.vo-people__hero h1 { font-size: clamp(4.8rem,18vw,7rem); }
	.vo-people__directory { padding-top: 2.5rem; }
	.vo-people__grid { grid-template-columns: 1fr; }
	.vo-person { min-height: 19rem; }
	.vo-person__link { display: grid; grid-template-columns: 42% minmax(0,1fr); }
	.vo-person__portrait { aspect-ratio: auto; height: 100%; }
	.vo-person__number { font-size: 1.2rem; height: 3.4rem; left: .8rem; top: .8rem; width: 3.4rem; }
	.vo-person__content { padding: 1.6rem; }
	.vo-person__content h3 { font-size: 2rem; }
	.vo-person__open { font-size: 1.4rem; margin-top: auto; }
	.vo-profile__panel { grid-template-rows: minmax(21rem,34vh) minmax(0,1fr); }
	.vo-profile__number { font-size: 1.4rem; height: 4.6rem; left: 1rem; top: 1rem; width: 4.6rem; }
	.vo-profile__content h2 { font-size: clamp(3.7rem,12vw,5rem); }
}

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