.people-page {
	background: #fbfdfb;
}

.page-hero--people::after {
	background:
		linear-gradient(90deg, rgba(0, 42, 31, 0.98), rgba(0, 87, 63, 0.72), rgba(15, 23, 42, 0.12)),
		url("../images/laboratory/lab-main.png") center / cover no-repeat;
}

.people-page .container {
	width: min(100% - 48px, 1200px);
}

.people-section {
	padding: 38px 0;
}

.people-hero-stats {
	display: grid;
	grid-template-columns: repeat(4, max-content);
	gap: 0;
	margin-top: 30px;
	color: var(--color-white);
}

.people-hero-stats__item {
	position: relative;
	display: grid;
	grid-template-columns: 34px max-content;
	grid-template-rows: auto auto;
	column-gap: 12px;
	min-width: 126px;
	padding-right: 24px;
	margin-right: 24px;
}

.people-hero-stats__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 6px;
	right: 0;
	bottom: 6px;
	width: 1px;
	background: rgba(255, 255, 255, 0.28);
}

.people-hero-stats__item > span {
	grid-row: 1 / 3;
	align-self: center;
}

.people-hero__stat-icon,
.hero-stat__icon,
.stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	min-width: 34px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 10px;
}

.people-hero__stat-icon img,
.hero-stat__icon img,
.stat-icon img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
	filter: none;
}

.people-hero-stats__item strong {
	color: var(--color-white);
	font-size: 1.55rem;
	line-height: 1;
}

.people-hero-stats__item small {
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.2;
}

.people-section--leadership {
	padding-top: 34px;
}

.people-section--fellows,
.people-section--network,
.people-section--cta {
	padding-top: 20px;
}

.people-section-heading {
	max-width: 720px;
	margin: 0 auto 24px;
	text-align: center;
}

.people-section-heading h2,
.expertise-network h2,
.people-cta h2 {
	margin: 0 0 8px;
	color: #063f31;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	line-height: 1.15;
}

.people-section-heading p,
.expertise-network p,
.people-cta p {
	margin: 0 auto;
	color: var(--color-gray);
	font-size: 0.96rem;
	line-height: 1.6;
}

.leadership-grid,
.fellows-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.researcher-card {
	scroll-margin-top: 96px;
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: 12px;
	background: var(--color-white);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.people-card,
[id="yuni-kusumastuti"],
[id="herianto"],
[id="chandra-wahyu-purnomo"],
[id="nur-rofiqoh"],
[id="mukmin-sapto"],
[id="danang-tri-hartanto"] {
	scroll-margin-top: 96px;
}

.researcher-card__photo {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #f7faf8;
}

.researcher-card__photo img,
.people-photo-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.people-photo-placeholder {
	background:
		radial-gradient(circle at 50% 26%, rgba(134, 239, 172, 0.34), transparent 7rem),
		linear-gradient(135deg, #edf8f2 0%, #dcefe5 42%, #c6dfd2 100%);
}

.researcher-card__body {
	padding: 22px 22px 18px;
}

.researcher-card--leader .researcher-card__body {
	min-height: 246px;
}

.researcher-card h3 {
	margin: 0 0 8px;
	color: var(--color-dark);
	font-size: 1.15rem;
	line-height: 1.24;
}

.researcher-card--leader h3 {
	font-size: 1.22rem;
}

.researcher-card__position {
	margin: 0 0 18px;
	color: var(--color-primary);
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.45;
}

.researcher-card__expertise strong {
	display: block;
	margin-bottom: 9px;
	color: var(--color-dark);
	font-size: 0.84rem;
	font-weight: 900;
}

.researcher-card__expertise ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding-left: 18px;
	color: var(--color-dark);
	font-size: 0.86rem;
	line-height: 1.45;
}

.researcher-card__expertise li::marker {
	color: var(--color-primary);
}

.expertise-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.expertise-chip-row span {
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--color-primary-soft);
	color: var(--color-primary);
	font-size: 0.75rem;
	font-weight: 850;
}

.profile-link-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
	border-top: 1px solid var(--color-border);
}

.profile-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 58px;
	padding: 10px 6px 8px;
	border-right: 1px solid var(--color-border);
	color: var(--color-dark);
	text-align: center;
	transition: background-color 160ms ease, color 160ms ease;
}

.profile-link:last-child {
	border-right: 0;
}

.profile-link:hover,
.profile-link:focus-visible {
	background: var(--color-primary-soft);
	color: var(--color-primary);
}

.profile-link.is-disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.profile-link.is-disabled:hover,
.profile-link.is-disabled:focus-visible {
	background: transparent;
	color: var(--color-dark);
}

.profile-link__icon {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
	margin: 0 auto 6px;
}

.profile-link span {
	display: block;
	color: var(--color-gray);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.people-icon,
.researcher-icon,
.card-icon {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.researcher-card--fellow {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
}

.researcher-card--fellow .researcher-card__photo {
	aspect-ratio: auto;
	min-height: 214px;
}

.researcher-card--fellow .researcher-card__photo img {
	object-position: center top;
}

.researcher-card--fellow .researcher-card__body {
	padding: 22px 20px 14px;
}

.researcher-card--fellow h3 {
	font-size: 1.05rem;
}

.researcher-card--fellow .profile-link-row {
	grid-column: 1 / -1;
}

.expertise-network {
	display: grid;
	grid-template-columns: 340px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	padding: 28px;
	border: 1px solid var(--color-border);
	border-radius: 12px;
	background: var(--color-white);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.expertise-network__map {
	position: relative;
	min-height: 250px;
	border-radius: 12px;
	background:
		radial-gradient(circle at 50% 48%, rgba(134, 239, 172, 0.24), transparent 7rem),
		radial-gradient(circle at 18% 20%, rgba(0, 87, 63, 0.1), transparent 6rem),
		linear-gradient(135deg, #ffffff 0%, #eef8f2 100%);
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(0, 87, 63, 0.08);
}

.expertise-network__visual::before {
	content: "";
	position: absolute;
	inset: 22px;
	border: 1px solid rgba(0, 87, 63, 0.07);
	border-radius: 12px;
}

.expertise-network__line {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	width: 31%;
	height: 1px;
	background: rgba(0, 87, 63, 0.18);
	transform-origin: left center;
}

.expertise-network__line--biomaterial {
	transform: rotate(-145deg);
}

.expertise-network__line--polymer {
	transform: rotate(-82deg);
}

.expertise-network__line--circular {
	transform: rotate(-28deg);
}

.expertise-network__line--waste {
	transform: rotate(145deg);
}

.expertise-network__line--health {
	transform: rotate(82deg);
}

.expertise-network__line--manufacturing {
	transform: rotate(28deg);
}

.expertise-node {
	position: absolute;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 154px;
	min-height: 54px;
	padding: 8px 10px;
	border: 1px solid rgba(0, 87, 63, 0.14);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--color-dark);
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a.expertise-node:hover,
a.expertise-node:focus-visible {
	border-color: rgba(0, 87, 63, 0.34);
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.expertise-node__icon {
	display: inline-flex;
	flex: 0 0 36px;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: #eef8f2;
}

.expertise-node__icon img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.expertise-node__text {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.expertise-node strong {
	color: #063f31;
	font-size: 0.77rem;
	font-weight: 900;
	line-height: 1.18;
}

.expertise-node small {
	color: var(--color-gray);
	font-size: 0.65rem;
	font-weight: 800;
	line-height: 1.15;
}

.expertise-node--center {
	top: 50%;
	left: 50%;
	min-width: 176px;
	transform: translate(-50%, -50%);
	background: linear-gradient(135deg, #003f30, #00573f);
	color: var(--color-white);
	box-shadow: 0 18px 36px rgba(0, 87, 63, 0.2);
}

.expertise-node--center .expertise-node__icon {
	background: rgba(255, 255, 255, 0.16);
}

.expertise-node--center .expertise-node__icon img {
	filter: brightness(0) invert(1);
}

.expertise-node--center strong,
.expertise-node--center small {
	color: var(--color-white);
}

.expertise-node--center small {
	opacity: 0.78;
}

.expertise-node--biomaterial {
	top: 24px;
	left: 24px;
}

.expertise-node--polymer {
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
}

.expertise-node--circular {
	top: 48px;
	right: 24px;
}

.expertise-node--waste {
	bottom: 38px;
	left: 28px;
}

.expertise-node--health {
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
}

.expertise-node--manufacturing {
	right: 24px;
	bottom: 38px;
}

.people-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 30px 36px;
	border-radius: 12px;
	background:
		radial-gradient(circle at 78% 50%, rgba(34, 197, 94, 0.16), transparent 16rem),
		linear-gradient(135deg, #003f30, #03110d);
	color: var(--color-white);
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.people-cta h2,
.people-cta p {
	color: var(--color-white);
}

.people-cta p {
	opacity: 0.78;
}

.people-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 8px;
	background: var(--color-white);
	color: var(--color-primary);
	font-size: 0.88rem;
	font-weight: 900;
	white-space: nowrap;
}

.people-cta__button .people-icon {
	flex: 0 0 auto;
}

@media (max-width: 900px) {
	.people-hero-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 18px;
		width: min(100%, 520px);
	}

	.people-hero-stats__item {
		grid-template-columns: 30px minmax(0, max-content);
		min-width: 0;
		padding-right: 18px;
		margin-right: 18px;
	}
}

@media (max-width: 600px) {
	.people-hero-stats {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 24px;
	}

	.people-hero-stats__item {
		padding-right: 0;
		margin-right: 0;
	}

	.people-hero-stats__item:not(:last-child)::after {
		display: none;
	}
}
