/* Internal page system */
.internal-page {
	background: #fbfdfb;
}

.internal-hero {
	position: relative;
	min-height: 320px;
	display: grid;
	align-items: center;
	overflow: hidden;
	background: #05241b;
	color: var(--color-white);
}

.internal-hero::before,
.internal-hero::after {
	content: "";
	position: absolute;
	inset: 0;
}

.internal-hero::before {
	z-index: 1;
	background: linear-gradient(90deg, rgba(3, 17, 13, 0.94) 0%, rgba(0, 61, 43, 0.84) 43%, rgba(3, 17, 13, 0.32) 100%);
}

.internal-hero::after {
	background:
		linear-gradient(135deg, rgba(34, 197, 94, 0.24), transparent 42%),
		url("../images/hero/hero-biomaterial.png") center / cover no-repeat;
	opacity: 0.74;
}

.internal-hero__content {
	position: relative;
	z-index: 2;
	padding: 56px 0;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.82rem;
	font-weight: 700;
}

.breadcrumb a::after {
	content: ">";
	margin-left: 9px;
	color: rgba(255, 255, 255, 0.48);
}

.internal-hero h1 {
	margin-bottom: 12px;
	color: var(--color-white);
	font-size: clamp(2.25rem, 5vw, 3.9rem);
}

.internal-hero__lead {
	margin-bottom: 12px;
	color: #86efac;
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	font-weight: 850;
}

.internal-hero p:not(.internal-hero__lead) {
	max-width: 560px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1rem;
	line-height: 1.65;
}

.internal-section {
	padding: 48px 0;
}

.internal-section--tight {
	padding: 26px 0;
}

.section-kicker {
	margin: 0 0 8px;
	color: var(--color-primary);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.section-title {
	margin-bottom: 26px;
}

.section-title--center {
	text-align: center;
}

.section-title--center h2,
.section-title--center p {
	margin-inline: auto;
}

.section-title h2,
.section-copy h2,
.feature-panel h2,
.cta-strip h2 {
	margin-bottom: 12px;
	color: #063f31;
	font-size: clamp(1.55rem, 2.4vw, 2.2rem);
	line-height: 1.15;
}

.split-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.feature-panel,
.mini-card,
.research-card,
.publication-panel,
.contact-form,
.person-card,
.news-page-card,
.innovation-card-page,
.service-panel,
.facilities-panel,
.map-panel,
.newsletter-panel,
.patent-panel,
.trl-panel,
.expertise-map {
	border: 1px solid var(--color-border);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: var(--shadow-card);
}

.feature-panel {
	padding: 34px;
}

.feature-panel--light {
	background:
		radial-gradient(circle at 78% 84%, rgba(0, 87, 63, 0.12), transparent 14rem),
		#ffffff;
}

.panel-icon {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: var(--color-primary);
	color: var(--color-white);
	font-size: 0;
}

.panel-icon::before {
	content: "";
	width: 18px;
	height: 18px;
	border: 2px solid currentColor;
	border-radius: 999px;
}

.number-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 22px;
	color: var(--color-dark);
}

.number-list li::marker {
	color: var(--color-primary);
	font-weight: 900;
}

.cta-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 30px 36px;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	background:
		radial-gradient(circle at 6% 50%, rgba(0, 87, 63, 0.12), transparent 12rem),
		#f2f7f4;
}

.cta-strip p {
	margin-bottom: 0;
}

.metric-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border-radius: 8px;
	background: linear-gradient(135deg, #003f30, #03110d);
	color: var(--color-white);
}

.metric-strip article {
	padding: 24px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.metric-strip article:last-child {
	border-right: 0;
}

.metric-strip strong {
	display: block;
	font-size: 2rem;
	line-height: 1;
}

.metric-strip span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 750;
}

@media (max-width: 1199px) {
	.container {
		width: min(100% - 28px, var(--container));
	}

	.section {
		padding: 44px 0;
	}

	.section-heading {
		align-items: flex-start;
		gap: 12px;
	}

	.site-header__inner {
		min-height: 72px;
		flex-wrap: wrap;
		gap: 14px;
		padding-block: 14px;
	}

	.site-title {
		order: 1;
		margin-right: auto;
	}

	.menu-toggle {
		order: 2;
		display: inline-flex;
	}

	.site-header__actions {
		order: 3;
		gap: 12px;
	}

	.site-nav {
		order: 3;
		flex-basis: 100%;
		display: none;
		justify-content: stretch;
		overflow: visible;
		padding-bottom: 0;
	}

	.site-header.is-menu-open .site-nav {
		display: block;
		order: 4;
	}

	.site-nav__list {
		display: grid;
		gap: 4px;
		width: 100%;
		padding: 8px 0 2px;
	}

	.site-nav__item {
		border-top: 1px solid rgba(219, 229, 225, 0.78);
	}

	.site-nav__row {
		justify-content: space-between;
		min-height: 48px;
	}

	.site-nav__link {
		min-height: 48px;
		font-size: 0.96rem;
	}

	.site-nav__link::after {
		display: none;
	}

	.submenu-toggle {
		width: 44px;
		height: 44px;
	}

	.site-nav__submenu {
		position: static;
		display: none;
		min-width: 0;
		padding: 0 0 12px 12px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		transition: none;
	}

	.site-nav__item.is-open > .site-nav__submenu {
		display: grid;
		gap: 2px;
	}

	.site-nav__item:hover > .site-nav__submenu,
	.site-nav__item:focus-within > .site-nav__submenu {
		transform: none;
	}

	.site-nav__submenu a {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding: 10px 12px;
		white-space: normal;
	}

	.site-nav__item:hover .submenu-toggle::before,
	.site-nav__item:focus-within .submenu-toggle::before {
		transform: translateY(-2px) rotate(45deg);
	}

	.site-nav__item.is-open .submenu-toggle::before,
	.submenu-toggle[aria-expanded="true"]::before {
		transform: translateY(1px) rotate(225deg);
	}

	.hero {
		height: auto;
		min-height: 560px;
		overflow: hidden;
		padding: 48px 0;
	}

	.hero::before {
		background: linear-gradient(90deg, rgba(0, 87, 63, 0.98) 0%, rgba(0, 87, 63, 0.92) 52%, rgba(15, 23, 42, 0.58) 100%);
	}

	.hero::after {
		width: 100%;
		background-position: center right;
		opacity: 0.34;
		mask-image: none;
	}

	.hero h1 {
		max-width: 620px;
		font-size: clamp(40px, 7vw, 54px);
	}

	.hero__description {
		max-width: 620px;
		font-size: 17px;
	}

	.hero__inner,
	.section--why-biomaterial .container,
	.laboratory-layout,
	.people-layout,
	.map-split {
		grid-template-columns: 1fr;
	}

	.hero {
		height: auto;
		min-height: 560px;
		overflow: hidden;
		padding: 48px 0;
	}

	.hero__inner {
		height: auto;
		min-height: 464px;
		align-items: center;
	}

	.hero__content {
		width: 100%;
		max-width: 620px;
	}

	.section--why-biomaterial .why-biomaterial__grid {
		display: grid;
		grid-template-columns: 1fr;
	}

	.why-biomaterial__intro {
		max-width: 560px;
	}

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

	.why-biomaterial__items::before {
		display: none;
	}

	.why-grid,
	.impact-grid,
	.research-grid,
	.innovation-grid,
	.news-grid,
	.capability-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.impact-grid {
		border-radius: 12px;
	}

	.impact-card {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

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

	.impact-statbar .impact-card {
		min-height: 104px;
		border-right: 1px solid rgba(255, 255, 255, 0.13);
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}

	.impact-statbar .impact-card:nth-child(2n) {
		border-right: 0;
	}

	.impact-statbar .impact-card:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.impact-bar .impact-stat {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.laboratory-content {
		order: 1;
	}

	.laboratory-showcase {
		order: 2;
		min-height: 0;
	}

	.lab-panel--large {
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.global-map__visual {
		height: 300px;
	}

	.map-split {
		grid-template-columns: 1fr;
	}

	.map-detail {
		padding: 24px;
	}

	.impact-grid,
	.research-grid,
	.innovation-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.section--research .research-card .card-image {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.section--innovation .innovation-card .card-image {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.section--news .news-card .card-image {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.laboratory-layout {
		grid-template-columns: 1fr;
	}

	.people-layout,
	.news-grid {
		grid-template-columns: 1fr;
	}

	.cta-panel {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-footer__bottom nav {
		justify-content: flex-start;
	}

	.page-hero,
	.about-intro-grid,
	.about-profile__grid,
	.vision-mission,
	.value-grid,
	.roadmap,
	.timeline-grid,
	.process-grid,
	.research-area-grid,
	.research-card-grid,
	.collab-type-grid,
	.news-page-grid,
	.innovation-grid-page,
	.publication-stats,
	.publication-filters,
	.collaboration-grid,
	.process-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-hero__visual {
		min-height: 260px;
	}
}

@media (max-width: 600px) {
	body {
		font-size: 16px;
	}

	h1 {
		font-size: clamp(2.2rem, 12vw, 3.4rem);
	}

	h2 {
		font-size: clamp(1.65rem, 9vw, 2.35rem);
	}

	.section-heading {
		flex-wrap: wrap;
	}

	.section-heading__link {
		flex: 0 0 auto;
	}

	.site-title {
		font-size: 0.92rem;
		max-width: 58vw;
	}

	.site-title::before {
		width: 34px;
		height: 34px;
		border-radius: 10px;
	}

	.hero {
		min-height: 0;
		padding: 36px 0 40px;
	}

	.hero::before {
		background: linear-gradient(90deg, rgba(0, 87, 63, 0.98) 0%, rgba(0, 87, 63, 0.9) 62%, rgba(15, 23, 42, 0.68) 100%);
	}

	.hero::after {
		background-position: 76% center;
		opacity: 0.22;
	}

	.hero h1 {
		font-size: clamp(2.45rem, 12vw, 3.35rem);
	}

	.hero__description {
		font-size: 16px;
	}

	.site-header__actions {
		width: 100%;
		justify-content: space-between;
	}

	.header-button {
		min-height: 44px;
		padding-inline: 14px;
	}

	.site-footer {
		padding-top: 0;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 34px 0 28px;
	}

	.impact-grid,
	.research-grid,
	.innovation-grid,
	.news-grid,
	.why-grid,
	.capability-grid {
		grid-template-columns: 1fr;
	}

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

	.why-biomaterial__items {
		grid-template-columns: 1fr;
	}

	.why-item {
		display: grid;
		grid-template-columns: 46px minmax(0, 1fr);
		column-gap: 14px;
		align-items: start;
	}

	.why-item__icon {
		grid-row: span 2;
		margin-bottom: 0;
	}

	.laboratory-showcase {
		min-height: 360px;
	}

	.researcher-grid {
		grid-template-columns: 1fr;
	}

	.global-map__visual {
		height: 260px;
	}

	.editorial-card .card-body {
		padding: 22px;
	}

	.person-photo--leader img,
	.person-photo--leader .image-slot {
		min-height: 220px;
	}

	.cta-panel {
		min-height: 0;
		padding: 28px;
	}

	.internal-page {
		padding: 44px 0;
	}

	.page-hero,
	.about-intro-grid,
	.vision-mission,
	.value-grid,
	.roadmap,
	.process-grid,
	.research-area-grid,
	.publication-stats,
	.publication-filters,
	.collaboration-grid,
	.process-row {
		grid-template-columns: 1fr;
	}

	.page-hero {
		padding: 30px;
	}

	.facilities-teaser,
	.collaboration-cta,
	.cta-strip,
	.trl-panel,
	.patent-panel,
	.publication-card {
		align-items: flex-start;
		flex-direction: column;
	}

	.about-profile__grid,
	.split-cards,
	.contact-grid,
	.map-panel,
	.newsletter-panel,
	.featured-article,
	.leader-panel,
	.expertise-map,
	.process-panel,
	.facilities-panel,
	.service-panel,
	.publication-card,
	.publication-selects,
	.research-card-grid,
	.collab-type-grid,
	.news-page-grid,
	.people-grid,
	.people-grid--pi,
	.innovation-grid-page {
		grid-template-columns: 1fr;
	}

	.metric-strip,
	.publication-stats,
	.value-grid,
	.timeline-grid,
	.process-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.timeline-grid::before {
		display: none;
	}

	.publication-card__body,
	.publication-card__actions {
		padding: 0 18px 18px;
	}

	.publication-card__metric {
		width: 100%;
	}

	.contact-form,
	.newsletter-panel form {
		grid-template-columns: 1fr;
	}

	.publication-stats article {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}

	.publication-stats article:last-child {
		border-bottom: 0;
	}

	.page-hero__title {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.publication-card__button,
	.collaboration-cta__button {
		width: 100%;
	}
}

@media (min-width: 601px) and (max-width: 1199px) {
	.site-nav {
		gap: 16px;
	}

	.site-nav a {
		font-size: 0.88rem;
	}

	.header-button {
		padding-inline: 14px;
	}

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

	.site-footer__brand {
		grid-column: 1 / -1;
	}

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

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

	.people-layout {
		grid-template-columns: 1fr 1fr;
	}

	.fellows-panel {
		grid-column: 1 / -1;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

.section--laboratory .laboratory-layout {
	grid-template-columns: minmax(0, 68%) minmax(300px, 32%);
	align-items: stretch;
}

.section--laboratory .laboratory-showcase,
.section--laboratory .laboratory-content {
	height: 380px;
	min-height: 0;
}

.section--laboratory .lab-panel--large {
	inset: auto;
	height: 100%;
	min-height: 0;
}

.section--people .people-layout,
.section--people .home-people {
	grid-template-columns: 1.45fr 1fr 1fr 1.35fr;
	gap: 12px;
}

.section--people .professor-column {
	grid-column: span 2;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section--people .fellows-panel {
	grid-column: auto;
}

@media (max-width: 1100px) {
	.section--laboratory .laboratory-layout {
		grid-template-columns: 1fr;
	}

	.section--laboratory .laboratory-content {
		height: auto;
	}

	.section--laboratory .laboratory-showcase {
		height: 360px;
	}

	.section--people .professor-column {
		grid-column: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.section--people .people-layout,
	.section--people .home-people {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.section--people .home-people__leader,
	.section--people .home-people__prof-card,
	.section--people .home-people__fellows {
		max-height: none;
	}

	.section--people .home-people__fellows {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.section--laboratory .laboratory-showcase {
		height: 280px;
	}

	.section--people .professor-column {
		grid-template-columns: 1fr;
	}

	.section--people .leader-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.section--people .people-layout,
	.section--people .home-people {
		grid-template-columns: 1fr;
	}

	.section--people .home-people__leader {
		grid-template-columns: 1fr;
	}

	.section--people .home-people__leader .person-photo,
	.section--people .home-people__leader .person-photo img,
	.section--people .home-people__leader .person-photo .image-slot {
		height: 210px;
	}

	.section--people .home-people__fellows .fellows-panel__list {
		grid-template-columns: 1fr;
	}

	.section--people .home-people__fellows .fellow-card {
		grid-template-columns: 72px minmax(0, 1fr);
		align-items: center;
	}

	.section--people .home-people__fellows .person-photo,
	.section--people .home-people__fellows .person-photo img,
	.section--people .home-people__fellows .person-photo .image-slot {
		width: 72px;
		height: 72px;
	}
}

.section--people {
	padding: 28px 0 34px;
}

.section--people .section-heading {
	margin-bottom: 12px;
}

.section--people .section-heading__title {
	font-size: 13px;
	line-height: 1.2;
}

.section--people .section-heading__link {
	font-size: 12px;
	line-height: 1.2;
}

.section--people .home-people,
.section--people .home-people__grid {
	grid-template-columns: 1.55fr 1fr 1fr 1.35fr;
	gap: 10px;
}

.section--people .home-people__leader,
.section--people .home-people__prof-card,
.section--people .home-people__fellows {
	height: 176px;
	min-height: 176px;
	max-height: 176px;
}

.section--people .home-people__leader {
	grid-template-columns: 36% 64%;
}

.section--people .home-people__prof-card {
	grid-template-rows: 105px minmax(0, 1fr);
}

.section--people .home-people__prof-card .person-photo img {
	height: 105px;
	padding: 6px 8px 0;
}

.section--people .home-people__fellows .person-photo,
.section--people .home-people__fellows .person-photo img,
.section--people .home-people__fellows .person-photo .image-slot,
.section--people .home-people__fellows-grid img {
	height: 66px;
}

.section--people .home-people__leader .leader-card__content {
	padding: 13px 14px;
}

.section--people .home-people__leader h3 {
	font-size: 16px;
}

.section--people .home-people__prof-body {
	padding: 8px 12px;
}

.section--people .home-people__prof-card h3 {
	font-size: 13.5px;
}

.section--people .home-people__fellows {
	padding: 12px;
}

.section--people .home-people__fellows .fellows-panel__heading {
	margin-bottom: 8px;
}

.section--people .home-people__fellows .fellows-panel__heading h3 {
	font-size: 14px;
}

@media (max-width: 1024px) {
	.section--people .home-people {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.section--people .home-people__leader,
	.section--people .home-people__prof-card,
	.section--people .home-people__fellows {
		height: auto;
		min-height: 176px;
		max-height: none;
	}
}

@media (max-width: 640px) {
	.section--people .home-people {
		grid-template-columns: 1fr;
	}

	.section--people .home-people__leader {
		grid-template-columns: 1fr;
	}

	.section--people .home-people__leader .person-photo,
	.section--people .home-people__leader .person-photo img,
	.section--people .home-people__leader .person-photo .image-slot {
		height: 190px;
	}

	.section--people .home-people__fellows .fellows-panel__list {
		grid-template-columns: 1fr;
	}

	.section--people .home-people__fellows .fellow-card {
		grid-template-columns: 72px minmax(0, 1fr);
		align-items: center;
	}

	.section--people .home-people__fellows .person-photo,
	.section--people .home-people__fellows .person-photo img,
	.section--people .home-people__fellows .person-photo .image-slot {
		width: 72px;
		height: 72px;
	}
}

@media (max-width: 720px) {
	.home-cta {
		padding: 36px 0;
	}

	.home-cta__inner {
		flex-direction: column;
		align-items: flex-start;
		width: min(100% - 28px, 1200px);
		gap: 20px;
	}

	.home-cta__button {
		width: 100%;
	}
}

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

.site-footer__grid {
	grid-template-columns: minmax(230px, 1.28fr) repeat(4, minmax(118px, 1fr));
	column-gap: 44px;
	row-gap: 24px;
	padding: 42px 0 28px;
}

.footer-logo {
	height: auto;
	max-width: 112px;
}

.site-footer__brand h2,
.site-footer__column h3 {
	font-size: 13px;
}

.site-footer__nav a,
.site-footer__contact a,
.site-footer__contact p,
.site-footer__bottom p,
.site-footer__bottom a {
	font-size: 12px;
}

.site-footer__bottom {
	padding: 16px 0;
}

@media (max-width: 900px) {
	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.site-footer .container {
		width: min(100% - 28px, 1200px);
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 36px 0 20px;
	}

	.footer-logo {
		max-width: 104px;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding: 14px 0 18px;
	}
}

/* Final internal page design system */
.internal-page {
	background: #fbfdfb;
}

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

.internal-page .page-hero {
	position: relative;
	min-height: 340px;
	display: grid;
	align-items: center;
	overflow: hidden;
	background: #03110d;
	color: var(--color-white);
}

.internal-page .page-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
}

.internal-page .page-hero__content {
	position: relative;
	z-index: 1;
	padding: 72px 0 56px;
}

.internal-page .page-hero__eyebrow,
.internal-page .section-heading__eyebrow,
.internal-page .info-card__label {
	margin: 0 0 10px;
	color: #86efac;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.internal-page .section-heading__eyebrow,
.internal-page .info-card__label {
	color: var(--color-primary);
}

.internal-page .page-hero__title {
	max-width: 760px;
	margin: 0 0 16px;
	color: var(--color-white);
	font-size: clamp(2.3rem, 4.8vw, 4rem);
	line-height: 1.05;
}

.internal-page .page-hero__text {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.02rem;
	line-height: 1.7;
}

.internal-page .internal-section {
	padding: 56px 0;
}

.internal-page .internal-section--compact {
	padding: 32px 0;
}

.internal-page .section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.internal-page .section-heading--stacked {
	display: block;
	margin-bottom: 0;
}

.internal-page .section-heading__title {
	margin: 0;
	color: #063f31;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	line-height: 1.18;
}

.internal-page .section-heading__link {
	color: var(--color-primary);
	font-size: 0.9rem;
	font-weight: 900;
	white-space: nowrap;
}

.internal-page .info-card,
.internal-page .visual-card {
	border: 1px solid var(--color-border);
	border-radius: 12px;
	background: var(--color-white);
	box-shadow: var(--shadow-card);
}

.internal-page .info-card {
	padding: 28px;
}

.internal-page .info-card--dark {
	background: linear-gradient(135deg, #003f30, #03110d);
	color: var(--color-white);
}

.internal-page .info-card--compact {
	padding: 24px;
}

.internal-page .info-card h2,
.internal-page .info-card h3 {
	margin-bottom: 12px;
	color: #063f31;
}

.internal-page .info-card--dark h2,
.internal-page .info-card--dark p,
.internal-page .info-card--dark .info-card__label {
	color: var(--color-white);
}

.internal-page .info-card p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.62;
}

.internal-page .card-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: var(--color-primary-soft);
}

.internal-page .card-icon::before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: var(--color-primary);
}

.internal-page .visual-card__placeholder,
.internal-page .image-slot {
	width: 100%;
	min-height: 180px;
	border-radius: 12px;
	background:
		radial-gradient(circle at 72% 28%, rgba(134, 239, 172, 0.28), transparent 8rem),
		linear-gradient(135deg, #063f31, #111827);
}

.internal-page .two-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.internal-page .check-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.internal-page .check-list li {
	position: relative;
	padding-left: 24px;
	color: var(--color-dark);
}

.internal-page .check-list li::before {
	content: "";
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--color-primary);
}

.internal-page .timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.internal-page .timeline::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: rgba(0, 87, 63, 0.22);
}

.internal-page .timeline__item {
	position: relative;
	text-align: center;
}

.internal-page .timeline__dot {
	display: grid;
	width: 44px;
	height: 44px;
	margin: 0 auto 14px;
	border: 6px solid #e5f4ed;
	border-radius: 999px;
	background: var(--color-primary);
}

.internal-page .timeline h3 {
	margin-bottom: 8px;
	color: #063f31;
	font-size: 1.05rem;
}

.internal-page .timeline p {
	margin: 0 auto;
	font-size: 0.9rem;
	line-height: 1.5;
}

.internal-page .stat-bar,
.internal-page .process-flow {
	display: grid;
	overflow: hidden;
	border-radius: 12px;
	background: linear-gradient(135deg, #003f30, #03110d);
	color: var(--color-white);
	box-shadow: var(--shadow-card);
}

.internal-page .stat-bar {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.internal-page .stat-bar--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.internal-page .stat-bar article,
.internal-page .process-flow article {
	padding: 24px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.internal-page .stat-bar article:last-child,
.internal-page .process-flow article:last-child {
	border-right: 0;
}

.internal-page .stat-bar strong,
.internal-page .process-flow strong {
	display: block;
	color: var(--color-white);
	font-size: 1.9rem;
	line-height: 1;
}

.internal-page .stat-bar span,
.internal-page .process-flow span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.86rem;
	font-weight: 800;
}

.internal-page .process-flow {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.internal-page .process-flow--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.internal-page .filter-panel {
	display: grid;
	gap: 16px;
	padding: 22px;
	border: 1px solid var(--color-border);
	border-radius: 12px;
	background: var(--color-white);
	box-shadow: var(--shadow-card);
}

.internal-page .filter-panel label,
.internal-page .filter-panel__selects span {
	display: grid;
	gap: 6px;
	color: #063f31;
	font-size: 0.82rem;
	font-weight: 900;
}

.internal-page .filter-panel input,
.internal-page .filter-panel select {
	width: 100%;
	min-height: 46px;
	padding: 0 14px;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	background: var(--color-white);
	color: var(--color-dark);
	font: inherit;
}

.internal-page .filter-panel__selects {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.internal-page .cta-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 30px 36px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: linear-gradient(135deg, #003f30, #03110d);
	color: var(--color-white);
	box-shadow: var(--shadow-card);
}

.internal-page .cta-panel--light {
	border-color: var(--color-border);
	background: #f2f7f4;
	color: var(--color-dark);
}

.internal-page .cta-panel h2 {
	margin-bottom: 8px;
	color: inherit;
	font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.internal-page .cta-panel p {
	margin: 0;
	color: currentColor;
	opacity: 0.78;
}

.internal-page .internal-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 8px;
	background: var(--color-accent);
	color: #052e1a;
	font-size: 0.88rem;
	font-weight: 900;
	white-space: nowrap;
	box-shadow: 0 14px 28px rgba(34, 197, 94, 0.22);
}

.internal-page .internal-button--outline {
	border: 1px solid var(--color-primary);
	background: transparent;
	color: var(--color-primary);
	box-shadow: none;
}

.internal-page--news .page-hero--news {
	min-height: 330px;
	background: #03110d;
}

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

.news-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.82rem;
	font-weight: 800;
}

.news-breadcrumb a {
	color: rgba(255, 255, 255, 0.9);
}

.news-filter-section {
	position: relative;
	z-index: 2;
	margin-top: -28px;
}

.news-filter-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px;
	border: 1px solid rgba(0, 87, 63, 0.1);
	border-radius: 12px;
	background: var(--color-white);
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.news-filter-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.news-filter-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 0 13px;
	border: 1px solid var(--color-border);
	border-radius: 999px;
	background: #f8fafc;
	color: var(--color-dark);
	font-size: 0.82rem;
	font-weight: 850;
	white-space: nowrap;
}

.news-filter-chip svg,
.news-search svg,
.news-date svg,
.news-submit-cta__icon svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.news-filter-chip svg {
	width: 14px;
	height: 14px;
}

.news-filter-chip.is-active {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--color-white);
}

.news-search {
	position: relative;
	flex: 0 0 280px;
}

.news-search input {
	width: 100%;
	min-height: 42px;
	padding: 0 44px 0 14px;
	border: 1px solid var(--color-border);
	border-radius: 999px;
	background: #f8fafc;
	color: var(--color-dark);
	font: inherit;
}

.news-search button {
	position: absolute;
	top: 50%;
	right: 7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 999px;
	background: var(--color-primary);
	color: var(--color-white);
	transform: translateY(-50%);
	cursor: pointer;
}

.news-search svg {
	width: 17px;
	height: 17px;
}

.internal-page--news .news-main-section {
	padding-top: 36px;
}

.internal-page--news .news-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 28px;
	align-items: start;
}

.news-main {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.internal-page--news .featured-article,
.news-featured-card {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 0;
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--color-border);
	border-radius: 12px;
	background: var(--color-white);
	box-shadow: var(--shadow-card);
}

.news-featured-card__media,
.internal-page--news .news-card__media {
	display: block;
	overflow: hidden;
	background: #eef8f2;
}

.news-featured-card__media {
	min-height: 300px;
}

.news-featured-card__media img,
.internal-page--news .news-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 220ms ease;
}

.news-featured-card:hover .news-featured-card__media img,
.news-card:hover .news-card__media img,
.popular-post:hover img {
	transform: scale(1.035);
}

.news-featured-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}

.news-card-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin-bottom: 12px;
}

.news-category {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 9px;
	border-radius: 999px;
	background: var(--color-primary-soft);
	color: var(--color-primary);
	font-size: 0.67rem;
	font-weight: 950;
	letter-spacing: 0.04em;
}

.news-date {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--color-gray);
	font-size: 0.78rem;
	font-weight: 800;
}

.news-date svg {
	width: 14px;
	height: 14px;
}

.news-featured-card h2,
.news-featured-card h3 {
	margin: 0 0 12px;
	color: var(--color-dark);
	font-size: clamp(1.42rem, 2.2vw, 2rem);
	line-height: 1.18;
}

.news-featured-card p,
.news-card p {
	margin: 0;
	color: var(--color-gray);
	line-height: 1.58;
}

.news-read-more {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-top: 18px;
	color: var(--color-primary);
	font-size: 0.88rem;
	font-weight: 900;
}

.internal-page--news .news-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.internal-page--news .news-card {
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: 12px;
	background: var(--color-white);
	box-shadow: var(--shadow-card);
}

.internal-page--news .news-card__media {
	height: 180px;
	border-radius: 12px 12px 0 0;
}

.internal-page--news .news-card__body {
	padding: 20px;
}

.internal-page--news .news-card h2,
.internal-page--news .news-card h3 {
	margin: 0 0 10px;
	color: var(--color-dark);
	font-size: 1.08rem;
	line-height: 1.34;
}

.news-sidebar {
	display: grid;
	gap: 22px;
	min-width: 0;
}

.news-sidebar-panel,
.internal-page--news .newsletter-box {
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: 12px;
	box-shadow: var(--shadow-card);
}

.news-sidebar-panel {
	padding: 22px;
	background: var(--color-white);
}

.news-sidebar-panel h2,
.internal-page--news .newsletter-box h2 {
	margin: 0 0 16px;
	font-size: 1.12rem;
	line-height: 1.25;
}

.popular-post-list {
	display: grid;
	gap: 14px;
}

.popular-post {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	color: var(--color-dark);
}

.popular-post img {
	display: block;
	width: 72px;
	height: 64px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
	transition: transform 220ms ease;
}

.popular-post strong {
	display: block;
	color: var(--color-dark);
	font-size: 0.86rem;
	line-height: 1.32;
}

.popular-post small {
	display: block;
	margin-top: 5px;
	color: var(--color-gray);
	font-size: 0.74rem;
	font-weight: 800;
}

.internal-page--news .newsletter-box {
	padding: 24px;
	background: linear-gradient(135deg, #003f30, #03110d);
	color: var(--color-white);
}

.internal-page--news .newsletter-box h2,
.internal-page--news .newsletter-box p {
	color: var(--color-white);
}

.internal-page--news .newsletter-box p {
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.9rem;
	line-height: 1.6;
}

.internal-page--news .newsletter-box form {
	display: grid;
	gap: 12px;
}

.internal-page--news .newsletter-box input {
	width: 100%;
	min-height: 44px;
	padding: 0 13px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--color-dark);
	font: inherit;
}

.news-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding-top: 6px;
}

.news-pagination a,
.news-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	background: var(--color-white);
	color: var(--color-dark);
	font-size: 0.88rem;
	font-weight: 900;
}

.news-pagination a.is-active {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--color-white);
}

.news-submit-cta {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 26px 30px;
	border: 1px solid rgba(0, 87, 63, 0.12);
	border-radius: 12px;
	background:
		radial-gradient(circle at 8% 50%, rgba(134, 239, 172, 0.18), transparent 12rem),
		var(--color-white);
	box-shadow: var(--shadow-card);
}

.news-submit-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: var(--color-primary-soft);
	color: var(--color-primary);
}

.news-submit-cta__icon svg {
	width: 24px;
	height: 24px;
}

.news-submit-cta h2 {
	margin: 0 0 6px;
	color: #063f31;
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	line-height: 1.2;
}

.news-submit-cta p {
	margin: 0;
	color: var(--color-gray);
	font-size: 0.94rem;
	line-height: 1.58;
}

@media (max-width: 900px) {
	.news-filter-bar {
		align-items: stretch;
		flex-direction: column;
	}

	.news-search {
		flex: 1 1 auto;
		width: 100%;
	}

	.internal-page--news .featured-article,
	.news-featured-card {
		grid-template-columns: 1fr;
	}

	.news-featured-card__media {
		min-height: 240px;
	}

	.news-submit-cta {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.news-submit-cta .internal-button {
		grid-column: 2;
		width: fit-content;
	}
}

@media (max-width: 600px) {
	.news-filter-section {
		margin-top: -18px;
	}

	.news-filter-bar {
		padding: 12px;
	}

	.news-filter-chip {
		flex: 1 1 auto;
		justify-content: center;
	}

	.news-featured-card__media,
	.internal-page--news .news-card__media {
		height: auto;
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.news-featured-card__body,
	.internal-page--news .news-card__body,
	.news-sidebar-panel,
	.internal-page--news .newsletter-box {
		padding: 18px;
	}

	.news-submit-cta {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.news-submit-cta .internal-button {
		grid-column: auto;
		width: 100%;
	}
}

.internal-page--innovation .innovation-card__media {
	position: relative;
	height: 160px;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
	background: #eef8f2;
}

.internal-page--innovation .innovation-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 12px 12px 0 0;
}

.internal-page--innovation .innovation-card__media span {
	z-index: 1;
}

.internal-page--innovation .page-hero__content {
	padding-bottom: 84px;
}

.internal-page--innovation .innovation-stats-section {
	position: relative;
	z-index: 2;
	margin-top: 36px;
	margin-bottom: 56px;
}

.internal-page--innovation .innovation-stat-bar {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1000px;
	overflow: hidden;
	border-radius: 12px;
	background: linear-gradient(135deg, #003f30, #03110d);
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.18);
}

.internal-page--innovation .innovation-stat {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
	padding: 24px 28px;
	color: var(--color-white);
}

.internal-page--innovation .innovation-stat:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 20px;
	width: 1px;
	background: rgba(255, 255, 255, 0.16);
}

.internal-page--innovation .innovation-stat__icon {
	display: inline-flex;
	flex: 0 0 48px;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(217, 164, 65, 0.34);
	border-radius: 999px;
	background: rgba(217, 164, 65, 0.1);
}

.internal-page--innovation .innovation-stat__icon img {
	display: block;
	width: 26px;
	height: 26px;
	object-fit: contain;
}

.internal-page--innovation .innovation-stat__content {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.internal-page--innovation .innovation-stat strong {
	color: var(--color-white);
	font-size: clamp(26px, 2.4vw, 30px);
	line-height: 1;
}

.internal-page--innovation .innovation-stat span:not(.innovation-stat__icon):not(.innovation-stat__content) {
	color: var(--color-white);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
}

.internal-page--innovation .innovation-stat small {
	color: rgba(255, 255, 255, 0.68);
	font-size: 11.5px;
	font-weight: 650;
	line-height: 1.42;
}

@media (max-width: 760px) {
	.internal-page--innovation .page-hero__content {
		padding-bottom: 64px;
	}

	.internal-page--innovation .innovation-stats-section {
		margin-top: 24px;
		margin-bottom: 40px;
	}

	.internal-page--innovation .innovation-stat-bar {
		grid-template-columns: 1fr;
	}

	.internal-page--innovation .innovation-stat {
		padding: 20px;
	}

	.internal-page--innovation .innovation-stat:not(:last-child)::after {
		top: auto;
		right: 20px;
		bottom: 0;
		left: 20px;
		width: auto;
		height: 1px;
	}
}

@media (max-width: 1199px) {
	.people-page .container {
		width: min(100% - 28px, 1200px);
	}

	.people-page .leadership-grid,
	.people-page .fellows-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.people-page .expertise-network {
		grid-template-columns: 1fr;
	}

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

	.internal-page .research-grid-page,
	.internal-page .leader-grid,
	.internal-page .innovation-card-grid,
	.internal-page .collaboration-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.internal-page .news-layout,
	.internal-page .contact-layout,
	.internal-page--about .editorial-split,
	.internal-page .teaser-split,
	.internal-page .patent-teaser,
	.internal-page .expertise-panel {
		grid-template-columns: 1fr;
	}

	.internal-page .detail-block,
	.internal-page .detail-block--reverse {
		grid-template-columns: 1fr;
	}

	.internal-page .detail-block--reverse .visual-card {
		order: 0;
	}

	.internal-page .stat-bar,
	.internal-page .stat-bar--three,
	.internal-page .process-flow,
	.internal-page .process-flow--four,
	.internal-page .value-grid--four,
	.internal-page .timeline,
	.internal-page .filter-panel__selects {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.internal-page .timeline::before {
		display: none;
	}
}

@media (max-width: 600px) {
	.people-page .people-section {
		padding: 30px 0;
	}

	.people-page .leadership-grid,
	.people-page .fellows-grid {
		grid-template-columns: 1fr;
	}

	.people-page .researcher-card--fellow {
		grid-template-columns: 1fr;
	}

	.people-page .researcher-card--fellow .researcher-card__photo {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}

	.people-page .researcher-card--leader .researcher-card__body {
		min-height: 0;
	}

	.people-page .people-cta {
		align-items: flex-start;
		flex-direction: column;
		padding: 28px;
	}

	.people-page .people-cta__button {
		width: 100%;
	}

	.people-page .expertise-network__map {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		min-height: 0;
		padding: 18px;
	}

	.people-page .expertise-node {
		position: static;
		transform: none;
		min-width: 0;
		width: 100%;
		margin: 0;
	}

	.people-page .expertise-node--center {
		grid-column: 1 / -1;
		justify-self: center;
		width: min(100%, 260px);
	}

	.people-page .expertise-network__line,
	.people-page .expertise-network__visual::before {
		display: none;
	}

	.internal-page {
		padding: 0;
	}

	.internal-page .page-hero__content {
		padding: 54px 0 44px;
	}

	.internal-page .internal-section,
	.internal-page .internal-section--compact {
		padding: 36px 0;
	}

	.internal-page .section-heading,
	.internal-page .cta-panel {
		align-items: flex-start;
		flex-direction: column;
	}

	.internal-page .two-card-grid,
	.internal-page .research-grid-page,
	.internal-page .leader-grid,
	.internal-page .fellow-grid,
	.internal-page .news-card-grid,
	.internal-page .innovation-card-grid,
	.internal-page .collaboration-grid,
	.internal-page .stat-bar,
	.internal-page .stat-bar--three,
	.internal-page .process-flow,
	.internal-page .process-flow--four,
	.internal-page .value-grid--four,
	.internal-page .timeline,
	.internal-page .filter-panel__selects,
	.internal-page .form-grid {
		grid-template-columns: 1fr;
	}

	.internal-page .publication-card {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.internal-page .publication-card__content,
	.internal-page .doi-button {
		margin: 0;
		padding: 18px;
	}

	.internal-page .person-card--fellow {
		grid-template-columns: 1fr;
	}

	.internal-page .internal-button {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.people-page .expertise-network__map {
		grid-template-columns: 1fr;
	}
}

.internal-page--contact .contact-form-card {
	display: grid;
	gap: 16px;
	padding: 30px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 12px;
	background: var(--color-white);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.internal-page--contact .contact-form-card h2 {
	margin-bottom: 18px;
}

.internal-page--contact .form-grid {
	gap: 16px;
}

.internal-page--contact .map-placeholder {
	margin-top: 18px;
}

.internal-page--research .research-card-page__media {
	height: 170px;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.internal-page--research .research-card-page__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.internal-page--research .teaser-split .visual-card {
	width: 100%;
	height: 100%;
	min-height: 260px;
	overflow: hidden;
	border-radius: 20px;
}

.internal-page--research .research-facility-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 600px) {
	.internal-page--research .research-card-page__media {
		height: 180px;
	}

	.internal-page--research .teaser-split .visual-card,
	.internal-page--research .research-facility-image {
		min-height: 220px;
	}
}

@media (max-width: 1199px) {
	.internal-page.internal-page--collaboration .card-icon {
		width: 40px;
		height: 40px;
	}

	.internal-page.internal-page--collaboration .card-icon::before {
		display: none;
	}

	.internal-page.internal-page--collaboration .card-icon img {
		width: 20px;
		height: 20px;
		object-fit: contain;
	}

	.internal-page--collaboration .detail-block,
	.internal-page--collaboration .detail-block--reverse {
		grid-template-columns: 1fr;
	}

	.internal-page--collaboration .detail-block--reverse .visual-card {
		order: 0;
	}

	.internal-page--collaboration .visual-card {
		width: min(100%, 220px);
		height: 130px;
	}
}

@media (max-width: 600px) {
	.internal-page--collaboration .detail-block {
		padding: 20px;
	}

	.internal-page--collaboration .visual-card {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 768px) {
	.internal-page--contact .contact-form-card {
		padding: 20px;
	}

	.internal-page--contact .form-grid {
		grid-template-columns: 1fr;
	}
}

.innovation-page {
	overflow-x: hidden;
	background: #fbfdfb;
}

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

.innovation-hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 260px;
	overflow: hidden;
	background: #03110d;
	color: var(--color-white);
}

.innovation-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 42, 31, 0.96), rgba(0, 87, 63, 0.76), rgba(15, 23, 42, 0.28)),
		url("../images/laboratory/lab-main.png") center / cover no-repeat;
}

.innovation-hero__content {
	position: relative;
	z-index: 1;
	padding: 48px 0 54px;
}

.innovation-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.82rem;
	font-weight: 800;
}

.innovation-breadcrumb a {
	color: rgba(255, 255, 255, 0.9);
}

.innovation-hero h1 {
	max-width: 720px;
	margin: 0 0 12px;
	color: var(--color-white);
	font-size: clamp(2.1rem, 4vw, 3.25rem);
	line-height: 1.08;
}

.innovation-hero p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1rem;
	line-height: 1.64;
}

.innovation-page .innovation-stats-section {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 36px 0 56px;
	background: #fff;
}

.innovation-page .innovation-stats {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.innovation-page .innovation-stat-bar {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 12px;
	background: linear-gradient(135deg, #003f30, #03110d);
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.18);
}

.innovation-page .innovation-stat {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
	padding: 24px 28px;
	color: var(--color-white);
}

.innovation-page .innovation-stat:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 20px;
	width: 1px;
	background: rgba(255, 255, 255, 0.16);
}

.innovation-page .innovation-stat__icon {
	display: inline-flex;
	flex: 0 0 48px;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(217, 164, 65, 0.42);
	border-radius: 999px;
	background: rgba(217, 164, 65, 0.1);
}

.innovation-page .innovation-stat__icon img {
	display: block;
	width: 26px;
	height: 26px;
	object-fit: contain;
}

.innovation-page .innovation-stat__content {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.innovation-page .innovation-stat strong {
	color: var(--color-white);
	font-size: 1.85rem;
	line-height: 1;
}

.innovation-page .innovation-stat span:not(.innovation-stat__icon):not(.innovation-stat__content) {
	color: var(--color-white);
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1.25;
}

.innovation-page .innovation-stat small {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.73rem;
	font-weight: 650;
	line-height: 1.42;
}

.innovation-section {
	padding: 0 0 48px;
}

.innovation-section--compact {
	padding-bottom: 38px;
}

.innovation-section-heading {
	max-width: 650px;
	margin: 0 auto 28px;
	text-align: center;
}

.innovation-section-heading h2 {
	margin: 0 0 10px;
	color: #063f31;
	font-size: clamp(1.8rem, 3vw, 2.35rem);
	line-height: 1.15;
}

.innovation-section-heading p {
	margin: 0;
	color: var(--color-gray);
	line-height: 1.62;
}

.innovation-page .innovation-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.innovation-page .innovation-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
	background: var(--color-white);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.innovation-page .innovation-card__media {
	position: relative;
	height: 170px;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
	background: #eef8f2;
}

.innovation-page .innovation-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
}

.innovation-page .innovation-card__media span {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: #d9a441;
	color: #1f1604;
	font-size: 0.74rem;
	font-weight: 950;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.innovation-page .innovation-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.innovation-page .innovation-card h3 {
	margin: 0 0 10px;
	color: var(--color-dark);
	font-size: 1rem;
	line-height: 1.28;
}

.innovation-page .innovation-card p {
	margin: 0 0 16px;
	color: var(--color-gray);
	font-size: 0.86rem;
	line-height: 1.55;
}

.innovation-card__meta {
	display: grid;
	gap: 4px;
	margin-top: auto;
}

.innovation-card__meta span,
.innovation-card__applications > span {
	color: #64746c;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.02em;
}

.innovation-card__meta strong {
	color: #063f31;
	font-size: 0.83rem;
	line-height: 1.25;
}

.innovation-page .trl-meter {
	height: 7px;
	margin: 9px 0 16px;
	overflow: hidden;
	border-radius: 999px;
	background: #e2e8f0;
}

.innovation-page .trl-meter span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #00573f, #22c55e);
}

.innovation-card__applications {
	display: grid;
	gap: 8px;
}

.innovation-card__applications div {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.innovation-card__applications small {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 8px;
	border-radius: 999px;
	background: #eef8f2;
	color: #00573f;
	font-size: 0.69rem;
	font-weight: 850;
	line-height: 1;
}

.innovation-page .patent-teaser {
	display: grid;
	grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
	gap: 36px;
	align-items: center;
	padding: 34px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
	background: var(--color-white);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.patent-teaser__intro {
	display: grid;
	justify-items: start;
	gap: 14px;
}

.patent-teaser__icon {
	display: inline-grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 16px;
	background: #f7efd9;
}

.patent-teaser__icon img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.patent-teaser__intro h2 {
	margin: 0;
	color: #063f31;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	line-height: 1.18;
}

.patent-teaser__intro p {
	margin: 0;
	color: var(--color-gray);
	line-height: 1.62;
}

.innovation-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 17px;
	border-radius: 8px;
	font-size: 0.87rem;
	font-weight: 900;
	white-space: nowrap;
}

.innovation-button img {
	display: block;
	width: 15px;
	height: 15px;
	object-fit: contain;
}

.innovation-button--green {
	background: var(--color-primary);
	color: var(--color-white);
}

.innovation-button--light {
	background: rgba(255, 255, 255, 0.96);
	color: #063f31;
}

.patent-checklist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.patent-checklist article {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	min-width: 0;
	padding: 16px;
	border: 1px solid rgba(0, 87, 63, 0.08);
	border-radius: 10px;
	background: #fbfdfb;
}

.patent-checklist__icon {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: #e7f6ec;
}

.patent-checklist__icon img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.patent-checklist h3 {
	margin: 0 0 5px;
	color: #063f31;
	font-size: 0.94rem;
	line-height: 1.24;
}

.patent-checklist p {
	margin: 0;
	color: var(--color-gray);
	font-size: 0.83rem;
	line-height: 1.48;
}

.innovation-cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 140px;
	overflow: hidden;
	padding: 30px 34px;
	border-radius: 12px;
	background:
		linear-gradient(90deg, rgba(0, 42, 31, 0.96), rgba(0, 87, 63, 0.78), rgba(3, 17, 13, 0.84)),
		url("../images/background/cta-biomaterial.jpg") center / cover no-repeat;
	color: var(--color-white);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.innovation-cta h2 {
	max-width: 560px;
	margin: 0 0 8px;
	color: var(--color-white);
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	line-height: 1.18;
}

.innovation-cta p {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.58;
}

@media (max-width: 1199px) {
	.innovation-page .innovation-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.innovation-page .patent-teaser {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.innovation-page .container {
		width: min(100% - 28px, 1200px);
	}

	.innovation-hero {
		min-height: 250px;
	}

	.innovation-hero__content {
		padding: 42px 0 52px;
	}

	.innovation-page .innovation-stats-section {
		margin: 0;
		padding: 24px 0 40px;
	}

	.innovation-page .innovation-stat-bar,
	.innovation-page .innovation-card-grid,
	.patent-checklist {
		grid-template-columns: 1fr;
	}

	.innovation-page .innovation-stat:not(:last-child)::after {
		top: auto;
		right: 22px;
		bottom: 0;
		left: 22px;
		width: auto;
		height: 1px;
	}

	.innovation-section,
	.innovation-section--compact {
		padding-bottom: 34px;
	}

	.innovation-page .innovation-card__media {
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.innovation-page .patent-teaser,
	.innovation-cta {
		padding: 24px;
	}

	.innovation-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.innovation-button {
		width: 100%;
	}
}

@media (max-width: 640px) {
	html,
	body {
		overflow-x: hidden;
	}

	.container,
	.site-container,
	.home-section,
	section {
		max-width: 100%;
	}

	img,
	svg,
	video {
		max-width: 100%;
	}

	.section--people {
		padding: 32px 0;
		overflow-x: hidden;
	}

	.section--people .home-people,
	.section--people .home-people__grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
		width: 100%;
		max-width: 100%;
		margin-inline: 0;
		overflow-x: hidden;
	}

	.section--people .home-people__leader,
	.section--people .home-people__prof-card,
	.section--people .home-people__fellows {
		width: 100%;
		height: auto;
		min-height: 0;
		max-height: none;
	}

	.section--people .home-people__leader {
		display: grid;
		grid-template-columns: 1fr;
	}

	.section--people .home-people__leader .person-photo,
	.section--people .home-people__prof-card .person-photo {
		width: 100%;
		height: auto;
		min-height: 0;
	}

	.section--people .home-people__leader .person-photo img,
	.section--people .home-people__leader .person-photo .image-slot {
		width: 100%;
		height: 180px;
		min-height: 0;
		object-fit: cover;
		object-position: top center;
	}

	.section--people .home-people__leader .leader-card__content {
		display: block;
		padding: 16px;
	}

	.section--people .home-people__leader .people-arrow {
		position: static;
		margin-top: 12px;
	}

	.section--people .home-people__prof-card {
		display: grid;
		grid-template-rows: auto auto;
		height: auto;
	}

	.section--people .home-people__prof-card .person-photo {
		background: #f8fafc;
	}

	.section--people .home-people__prof-card .person-photo img,
	.section--people .home-people__prof-card .person-photo .image-slot {
		width: 100%;
		height: 130px;
		min-height: 0;
		padding: 8px 8px 0;
		background: #f8fafc;
		object-fit: contain;
		object-position: center top;
	}

	.section--people .home-people__prof-body {
		padding: 14px 16px 16px;
	}

	.section--people .home-people__fellows {
		display: grid;
		height: auto;
		min-height: 0;
		padding: 16px;
	}

	.section--people .home-people__fellows .fellows-panel__list,
	.section--people .home-people__fellows-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.section--people .home-people__fellows .fellow-card {
		display: grid;
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 10px;
		align-items: center;
		width: 100%;
		min-width: 0;
	}

	.section--people .home-people__fellows .person-photo,
	.section--people .home-people__fellows .person-photo img,
	.section--people .home-people__fellows .person-photo .image-slot,
	.section--people .home-people__fellows-grid img {
		width: 56px;
		height: 56px;
		min-height: 0;
		border-radius: 10px;
		object-fit: cover;
		object-position: top center;
	}

	.section--people .home-people__leader h3,
	.section--people .home-people__prof-card h3,
	.section--people .home-people__fellows .fellow-card h4 {
		overflow-wrap: anywhere;
	}

	.section--global-map,
	.global-map,
	.global-collaboration,
	.home-global {
		overflow-x: hidden;
	}

	.section--global-map .map-showcase,
	.section--global-map .map-split,
	.global-map__layout,
	.global-map__grid,
	.global-collaboration__grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
		width: 100%;
		max-width: 100%;
		padding: 16px;
		overflow: hidden;
		border-radius: 16px;
	}

	.section--global-map .global-map__visual {
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 220px;
		overflow: hidden;
	}

	.section--global-map .global-map__image {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 0;
		object-fit: contain;
	}

	.section--global-map .map-detail,
	.global-map__content,
	.global-map__panel {
		width: 100%;
		max-width: 100%;
		padding: 20px;
	}

	.section--global-map .country-list,
	.global-map__partners,
	.partner-logos,
	.partner-chips {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		max-width: 100%;
	}

	.section--global-map .country-list > *,
	.section--global-map .partner-logo,
	.global-map__partners > *,
	.partner-logos > *,
	.partner-chips > * {
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 640px) {
	.section--people {
		padding: 28px 0;
		overflow-x: hidden;
	}

	.section--people .section-heading {
		margin-bottom: 12px;
	}

	.section--people .home-people,
	.section--people .home-people__grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		width: 100%;
		max-width: 100%;
		margin-inline: 0;
		overflow-x: hidden;
	}

	.section--people .home-people__leader,
	.section--people .home-people__prof-card,
	.section--people .home-people__fellows {
		width: 100%;
		height: auto;
		max-height: none;
	}

	.section--people .home-people__leader {
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		min-height: 150px;
	}

	.section--people .home-people__leader .person-photo {
		width: 96px;
		height: 150px;
		min-height: 0;
	}

	.section--people .home-people__leader .person-photo img,
	.section--people .home-people__leader .person-photo .image-slot {
		width: 96px;
		height: 150px;
		min-height: 0;
		object-fit: cover;
		object-position: center top;
	}

	.section--people .home-people__leader .leader-card__content {
		position: relative;
		display: block;
		min-width: 0;
		padding: 12px 48px 12px 12px;
	}

	.section--people .home-people__leader .person-kicker {
		margin-bottom: 5px;
		font-size: 8px;
		line-height: 1.2;
	}

	.section--people .home-people__leader h3 {
		margin-bottom: 4px;
		font-size: 14px;
		line-height: 1.15;
	}

	.section--people .home-people__leader p:not(.person-kicker) {
		margin-bottom: 6px;
		font-size: 10px;
		line-height: 1.35;
	}

	.section--people .home-people__leader .leader-expertise {
		margin-top: 0;
		padding-left: 14px;
		font-size: 9.5px;
		line-height: 1.35;
	}

	.section--people .home-people__leader .leader-expertise li {
		font-size: 9.5px;
		line-height: 1.35;
	}

	.section--people .home-people__leader .people-arrow {
		position: absolute;
		right: 10px;
		bottom: 10px;
		width: 32px;
		height: 32px;
		margin: 0;
	}

	.section--people .home-people__prof-card {
		display: grid;
		grid-template-columns: 86px minmax(0, 1fr);
		grid-template-rows: none;
		min-height: 112px;
	}

	.section--people .home-people__prof-card .person-photo {
		width: 86px;
		height: 112px;
		min-height: 0;
		background: #f8fafc;
	}

	.section--people .home-people__prof-card .person-photo img,
	.section--people .home-people__prof-card .person-photo .image-slot {
		width: 86px;
		height: 112px;
		min-height: 0;
		padding: 6px;
		background: #f8fafc;
		object-fit: contain;
		object-position: center top;
	}

	.section--people .home-people__prof-body {
		align-self: center;
		min-width: 0;
		padding: 12px;
	}

	.section--people .home-people__prof-card h3 {
		margin-bottom: 4px;
		font-size: 13px;
		line-height: 1.15;
	}

	.section--people .home-people__prof-card p {
		font-size: 10px;
		line-height: 1.3;
	}

	.section--people .home-people__fellows {
		height: auto;
		min-height: 0;
		padding: 14px;
	}

	.section--people .home-people__fellows .fellows-panel__list,
	.section--people .home-people__fellows-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.section--people .home-people__fellows .fellow-card {
		display: grid;
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 10px;
		align-items: center;
	}

	.section--people .home-people__fellows .person-photo,
	.section--people .home-people__fellows .person-photo img,
	.section--people .home-people__fellows .person-photo .image-slot,
	.section--people .home-people__fellows-grid img {
		width: 48px;
		height: 48px;
		min-height: 0;
		object-fit: cover;
		object-position: center top;
	}
}
