.details {
	padding: 16px 24px;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.details {
		padding: 12px 18px;
	}
}

.details > summary {
	box-sizing: border-box;
}

.js-tabs__panel--hidden {
	display: none;
}

.vwp-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	font-family: var(--wp--preset--font-family--space-grotesk);
	font-size: 15px;
	font-weight: 400;
	line-height: 120%; /* 18px */
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.vwp-breadcrumbs a {
	color: var(--wp--preset--color--ash-light);
	text-decoration: none;
	font-family: var(--wp--preset--font-family--space-grotesk);
	opacity: 0.65;
}

.vwp-breadcrumbs a:hover {
	opacity: 1;
}

.vwp-breadcrumbs span {
	color: var(--wp--preset--color--ash-light);
	text-decoration: none;
	font-family: var(--wp--preset--font-family--space-grotesk);
}

.tp-components--statistics .wp-block-columns {
	gap: 2em var(--wp--preset--spacing--60);
}

@media screen and (max-width: 640px) {
	.tp-components--statistics .wp-block-columns {
		gap: 2em var(--wp--preset--spacing--20);
	}
}

.tp-components--statistics .stat {
	border-right: 1px solid #5f6267;
}

.tp-components--statistics .stat .stat-value {
	font-size: var(--wp--preset--font-size--xx-lg);
	color: var(--wp--preset--color--electric-blue);
	font-weight: 600;
	line-height: 1;
}

@media screen and (max-width: 640px) {
	.tp-components--statistics .stat .stat-value {
		font-size: var(--wp--preset--font-size--lg);
	}
}

.tp-components--statistics .stat .stat-value span {
	font-size: var(--wp--preset--font-size--lg);
	color: var(--wp--preset--color--electric-blue);
	font-weight: 600;
	vertical-align: super;
}

@media screen and (max-width: 640px) {
	.tp-components--statistics .stat .stat-value span {
		font-size: var(--wp--preset--font-size--md);
		vertical-align: inherit;
	}
}

.tp-components--statistics .stat .stat-label {
	font-family: var(--wp--preset--font-family--space-grotesk);
	font-size: var(--wp--preset--font-size--caption);
	color: var(--wp--preset--color--ash-grey);
	font-weight: 400;
	text-transform: uppercase;
}

@media screen and (max-width: 640px) {
	.tp-components--statistics .stat .stat-label {
		font-size: 12px;
	}
}

.tp--content--intro-text--border-left {
	border-left: 1px solid #5f6267;
	padding-left: 24px;
	height: 100%;
	display: flex;
	align-items: center;
}

.tp--content--feature-grid--items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px 48px;
}

@media screen and (max-width: 781px) {
	.tp--content--feature-grid--items {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 32px 48px;
	}
}

.tp--content--feature-grid--item--top {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
	.tp--content--feature-grid--item--top {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}

.tp--content--feature-grid--item--top h3 {
	margin-bottom: 0;
}

.tp--content--feature-grid--item--icon {
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.tp--content--feature-grid--item--icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tp--projects-archive {
	padding: 180px 0;
}

.tp-components--projects-slider--main {
	overflow: visible;
	margin-bottom: 24px;
}
.tp-components--projects-slider--footer {
	display: flex;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
}

.tp-components--projects-slider--footer > *:nth-child(1) {
	flex-basis: 70%;
	margin: 0;
}

@media screen and (max-width: 640px) {
	.tp-components--projects-slider--footer > *:nth-child(1) {
		flex-basis: 50%;
		margin: 0;
	}
}

.tp-components--projects-slider--footer .swiper-slide {
	cursor: pointer;
	width: 180px;
	transition: all 0.3s ease-in-out;
	opacity: 0.35;
}

@media screen and (max-width: 640px) {
	.tp-components--projects-slider--footer .swiper-slide {
		width: 120px;
	}
}

.tp-components--projects-slider--footer .swiper-slide-thumb-active {
	opacity: 1;
}

.tp-components--projects-slider--footer .block--home-projects--pagination {
	width: auto;
	min-width: 110px;
	text-align: center;
	font-family: var(--wp--preset--font-family--tt-hoves);
	font-size: var(--wp--preset--font-size--med);
	color: #fff;
}

.tp-components--projects-slider--footer
	.block--home-projects--pagination
	.swiper-pagination-current {
	color: var(--wp--preset--color--electric-blue);
}

.tp-components--projects-slider--footer button {
	cursor: pointer;
	background: transparent;
}

.tp-components--projects-slider--footer button:hover svg path {
	stroke: var(--wp--preset--color--electric-blue);
}

.tp-components--projects-slider--footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.tp-components--projects-slider .image-wrapper {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.tp-components--projects-slider .image-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.projects-page--content--articles {
	row-gap: 48px;
	column-gap: 24px;
}
.projects-page--content--articles > *:only-child {
	grid-column: 1 / 13 !important;
}
.projects-page--content--articles > *:nth-child(5n + 1) {
	grid-column: 1 / 9;
}
.projects-page--content--articles > *:nth-child(5n + 2) {
	grid-column: 9 / 13;
}
.projects-page--content--articles > *:nth-child(5n + 3) {
	grid-column: 1 / 5;
}
.projects-page--content--articles > *:nth-child(5n + 4) {
	grid-column: 5 / 13;
}
.projects-page--content--articles > *:nth-child(5n + 5) {
	grid-column: 1 / 13;
}
@media screen and (max-width: 1024px) {
	.projects-page--content--articles > *:nth-child(5n + 1) {
		grid-column: 1 / 7;
	}
	.projects-page--content--articles > *:nth-child(5n + 2) {
		grid-column: 7 / 13;
	}
	.projects-page--content--articles > *:nth-child(5n + 3) {
		grid-column: 1 / 13;
	}
	.projects-page--content--articles > *:nth-child(5n + 4) {
		grid-column: 1 / 7;
	}
	.projects-page--content--articles > *:nth-child(5n + 5) {
		grid-column: 7 / 13;
	}
}
@media screen and (max-width: 768px) {
	.projects-page--content--articles {
		row-gap: 24px;
	}
	.projects-page--content--articles > * {
		grid-column: 1 / 13 !important;
	}
}

.projects-page--content--article {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.projects-page--content--article:hover
	.projects-page--content--article--hover-content {
	opacity: 1;
	visibility: visible;
}
.projects-page--content--article figure {
	flex-grow: 1;
	overflow: hidden;
	height: 620px;
}
@media screen and (max-width: 1024px) {
	.projects-page--content--article figure {
		height: 580px;
	}
}
@media screen and (max-width: 768px) {
	.projects-page--content--article figure {
		height: 540px;
	}
}
@media screen and (max-width: 640px) {
	.projects-page--content--article figure {
		height: 340px;
	}
}
.projects-page--content--article figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.projects-page--content--article figure a {
	position: relative;
}
.projects-page--content--article
	figure
	.projects-page--content--article--hover-content {
	position: absolute;
	bottom: 0;
	padding: 32px;
	margin: 32px;
	border-radius: 2px;
	background: rgba(165, 163, 163, 0.4);
	backdrop-filter: blur(10px);
	color: white;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
	.projects-page--content--article
		figure
		.projects-page--content--article--hover-content {
		font-size: 13px;
	}
}
.projects-page--content--article--content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #a5a3a3;
}
@media screen and (max-width: 768px) {
	.projects-page--content--article--content {
		padding-top: 12px;
		padding-bottom: 0;
		flex-direction: column;
		border-bottom: 1px solid transparent;
	}
}
.projects-page--content--article--title {
	color: #042135;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
}

@media screen and (max-width: 768px) {
	.projects-page--content--article--title {
		border-bottom: 1px solid #a5a3a3;
		padding-bottom: 4px;
		margin-bottom: 8px;
	}
}
.projects-page--content--article--title a {
	text-decoration: none;
}

.tp--projects-archive--categories {
	margin-bottom: 64px;
}

.tp--projects-archive--categories--filters {
	display: flex;
	gap: 16px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #879ba0;
	overflow: hidden;
	overflow-x: auto;
}

.tp--projects-archive--categories--filters::-webkit-scrollbar {
	width: 1px;
	height: 0px;
}

.tp--projects-archive--categories--filters::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.tp--projects-archive--categories--filters::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.tp--projects-archive--categories--filters li a {
	display: block;
	padding: 10px;
	font-family: var(--wp--preset--font-family--space-grotesk);
	font-size: var(--wp--preset--font-size--body);
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
	letter-spacing: 0.36px;
	color: #879ba0;
}

.tp--projects-archive--categories--filters li a.active {
	border-bottom: 3px solid #54b8fa;
	font-weight: 500;
	color: #042135;
}

.tp--projects--projects-slider {
	overflow: hidden;
	padding: 180px 0;
	background-color: var(--wp--preset--color--oxford-navy);
	color: var(--wp--preset--color--gypsum);
}

@media screen and (max-width: 640px) {
	.tp--projects--projects-slider {
		overflow: hidden;
		padding: 96px 0;
		background-color: var(--wp--preset--color--oxford-navy);
		color: var(--wp--preset--color--gypsum);
	}
}

.tp--projects--header .arrow-wrapper button {
	position: static;
	margin-top: 120px;
}

.tp--projects--intro {
	padding: 180px 0;
	background-color: #ebf0ef;
}

@media screen and (max-width: 640px) {
	.tp--projects--intro {
		padding: 80px 0;
		background-color: #ebf0ef;
	}
}

/* .tp--projects--intro .wp-block-columns:first-of-type {
    gap: 1.2rem 64px;
}

@media screen and (max-width: 640px) {
    .tp--projects--intro .wp-block-columns:first-of-type {
        gap: 2.4rem 64px;
    }
} */

.tp--projects--intro h1 {
	text-wrap: balance;
}

.tp--projects--intro .wp-block-buttons {
	margin-top: 48px;
}

.tp--projects--intro figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.tp--projects--our-approach {
	padding: 140px 0;
	background-color: #d5e3e6;
}

@media screen and (max-width: 640px) {
	.tp--projects--our-approach {
		padding: 80px 0;
		background-color: #d5e3e6;
	}
}

.tp-components--detail-list-item {
	border-bottom: 1px solid #b5c8cd;
	padding-bottom: 8px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.tp--projects--intro--right .tp-components--statistics .stat {
	border-right: 1px solid #b5c8cd;
}

.projects-page--content--article--featured {
	position: relative;
}

.projects-page--content--article--featured .label {
	border: 1px solid var(--wp--preset--color--gypsum);
}

.projects-page--content--article--title {
	display: flex;
}

.projects-page--content--article--title a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	width: 100%;
	font-weight: 400;
}

.block--accordion {
	border-top: 1px solid #b5c8cd;
	border-bottom: 1px solid #b5c8cd;
}

.block--accordion .details {
	padding: 20px 0;
	border-bottom: 1px solid #b5c8cd;
}

.block--accordion .details:last-of-type {
	border-bottom: none;
}

.block--accordion .details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.details-summary-content {
	display: flex;
	align-items: center;
	gap: 12px;
}

.block--accordion .details summary svg {
	transform: rotate(0deg);
	transition: transform 0.2s ease;
}

.block--accordion .details[open] summary svg {
	transform: rotate(90deg);
}

.block--accordion .details .inner {
	padding-top: 16px;
}

.block--accordion .details .details-number {
	font-weight: 600;
	color: var(--wp--preset--color--oxford-navy);
	line-height: 1;
}

.block--accordion .details .details-number::after {
	content: '';
	display: inline-block;
	height: 6px;
	width: 6px;
	background-color: var(--wp--preset--color--electric-blue);
	vertical-align: middle;
	margin-left: 2px;
	margin-top: -3px;
}

.block--accordion .details .details-icon {
	margin-right: 16px;
}

.block--accordion .details h4 {
	margin-bottom: 0;
}

[data-bg-colour='oxford-navy'] h4 {
	color: var(--wp--preset--color--ash-light);
}

[data-bg-colour='oxford-navy'] .content-wrapper .inner > * {
	color: var(--wp--preset--color--ash-light);
}

.tp--team-member {
	display: flex;
	flex-direction: column;
}

.tp--team-member--info {
	position: relative;
	/* border: 1px solid #B5C8CD; */
	padding: 24px;
	isolation: isolate;
}

.tp--team-member--info::before {
	--border-width: 1px;
	--cut-size: 40px;
	--cut-width: 1px;
	content: '';
	position: absolute;
	inset: 0;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - var(--cut-size)),
		calc(100% - var(--cut-size)) 100%,
		0 100%,
		0 0,
		var(--border-width) var(--border-width),
		var(--border-width) calc(100% - var(--border-width)),
		calc(100% - var(--cut-size) - var(--cut-width))
			calc(100% - var(--border-width)),
		calc(100% - var(--border-width))
			calc(100% - var(--cut-size) - var(--cut-width)),
		calc(100% - var(--border-width)) var(--border-width),
		var(--border-width) var(--border-width)
	);
	background-color: #b5c8cd;
	pointer-events: none;
	transition: clip-path 0.3s ease-in-out;
}

@media screen and (max-width: 640px) {
	.tp--team-member--info::before {
		--cut-size: 25px;
	}
}

.tp--team-member--bio-button {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 42px;
	height: 34px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='34' viewBox='0 0 42 34' fill='none'%3E%3Cpath d='M41.0528 12.1785L30.1983 0.96875H16.6433L27.3462 12.0219H0.774902V21.9156H27.3462L16.6433 32.9687H30.1983L41.1059 21.7041L41.0528 12.1785Z' stroke='%2354B8FA' stroke-miterlimit='10'/%3E%3C/svg%3E")
		no-repeat center;
	background-size: contain;
	border: none;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.tp--team-member--bio-button:hover {
	transform: scale(1.1);
}

.tp--team-member--bio-button:focus {
	outline: 2px solid #54b8fa;
	outline-offset: 2px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.tp--team-member--info .socials {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
}

.tp--team-member--image {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.tp--team-member--image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tp--team-member--position {
	font-family: var(--wp--preset--font-family--space-grotesk);
	font-size: var(--wp--preset--font-size--caption);
	color: var(--wp--preset--color--ash-grey);
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 8px;
}

.tp--team-member--email {
	font-family: var(--wp--preset--font-family--space-grotesk);
	font-size: var(--wp--preset--font-size--caption);
	color: var(--wp--preset--color--gypsum);
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 12px;
}

.tp--toolbox-talk--articles {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 24px;
	margin-bottom: 64px;
}

.tp--toolbox-talk--article {
	display: flex;
	flex-direction: column;
	border: 1px solid #1a2b3b;
	min-height: 300px;
}

.tp--toolbox-talk--article figure {
	position: relative;
	height: 220px;
	width: 100%;
	overflow: hidden;
	/* background-color: var(--wp--preset--color--ash-light); */
	border-bottom: 1px solid #1a2b3b;
}

.tp--toolbox-talk--article figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--wp--preset--color--ash-light);
	animation: noThumbnailAnimation 1s ease-in-out alternate infinite;
}

@keyframes noThumbnailAnimation {
	from {
		filter: brightness(1);
	}
	to {
		filter: brightness(0.925);
	}
}

.tp--toolbox-talk--article figure img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.tp--toolbox-talk--article--content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.tp--toolbox-talk--article--content .blog-post-date {
	color: #879ba0;
	font-family: var(--wp--preset--font-family--space-grotesk);
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 15.4px */
	letter-spacing: 0.22px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.tp--toolbox-talk--article--content .blog-post-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tp--toolbox-talk--article--content .blog-post-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tp--toolbox-talk--article--content .read-more {
	margin-top: auto;
}

.tp--toolbox-talk .pagination {
	display: flex;
	gap: 16px;
	align-items: center;
}

.tp--toolbox-talk .pagination .page-numbers {
	font-size: var(--wp--preset--font-size--med);
	color: var(--wp--preset--color--ash-grey);
}

.tp--toolbox-talk .pagination .page-numbers .current {
	color: var(--wp--preset--color--electric-blue);
}

/* Projects Archive Pagination */
.tp--projects-archive--pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 64px;
}

.tp--projects-archive--pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.tp--projects-archive--pagination .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	min-width: 36px;
	padding: 0 12px;
	border-radius: 0px;
	border: 1px solid #879ba0;
	font-family: var(--wp--preset--font-family--space-grotesk);
	font-size: var(--wp--preset--font-size--body);
	color: #042135;
	text-decoration: none;
	transition: all 0.3s ease;
}

.tp--projects-archive--pagination .page-numbers:hover {
	background-color: #879ba0;
	color: #fff;
}

.tp--projects-archive--pagination .page-numbers.current {
	background-color: var(--wp--preset--color--electric-blue);
	border-color: var(--wp--preset--color--electric-blue);
	color: #fff;
	font-weight: 500;
}

.tp--projects-archive--pagination .page-numbers.prev,
.tp--projects-archive--pagination .page-numbers.next {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: 36px;
	padding: 0;
	border: 1px solid #879ba0;
	background-color: transparent;
	transition: all 0.3s ease;
}

.tp--projects-archive--pagination .page-numbers.prev:hover,
.tp--projects-archive--pagination .page-numbers.next:hover {
	background-color: #879ba0;
	border-color: #879ba0;
}

.tp--projects-archive--pagination .page-numbers.prev:hover svg path,
.tp--projects-archive--pagination .page-numbers.next:hover svg path {
	fill: #fff;
}

.tp--projects-archive--pagination .page-numbers.prev svg,
.tp--projects-archive--pagination .page-numbers.next svg {
	transition: all 0.3s ease;
}

.tp--projects-archive--pagination .page-numbers.inactive {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}

.tp--projects-archive--pagination .page-numbers.inactive:hover {
	background-color: transparent;
	border-color: #879ba0;
	color: #042135;
}

.tp--projects-archive--pagination .page-numbers.inactive:hover svg path {
	fill: #111111;
}

@media screen and (max-width: 640px) {
	.tp--projects-archive--pagination {
		margin-top: 48px;
		gap: 12px;
	}

	.tp--projects-archive--pagination .nav-links {
		gap: 12px;
	}

	.tp--projects-archive--pagination .page-numbers {
		height: 28px;
		min-width: 28px;
		padding: 0 8px;
		font-size: 14px;
	}

	.tp--projects-archive--pagination .page-numbers.prev,
	.tp--projects-archive--pagination .page-numbers.next {
		height: 28px;
		width: 28px;
	}
}

/* Team Member Bio Modal */
.team-member-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.team-member-modal[aria-hidden='false'] {
	opacity: 1;
	visibility: visible;
}

.team-member-modal__backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(4px);
}

.team-member-modal__content {
	position: relative;
	background: white;
	max-width: 720px;
	width: 90%;
	max-height: 80vh;
	overflow-y: auto;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

.team-member-modal[aria-hidden='false'] .team-member-modal__content {
	transform: scale(1);
}

.team-member-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: background-color 0.2s ease;
}

.team-member-modal__close:hover {
	background: rgba(255, 255, 255, 1);
}

.team-member-modal__close svg {
	width: 20px;
	height: 20px;
	color: #333;
}

.team-member-modal__body {
	display: flex;
	gap: 24px;
	padding: 32px;
}

.team-member-modal__image {
	flex-shrink: 0;
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.team-member-modal__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-member-modal__info {
	flex: 1;
	min-width: 0;
}

.team-member-modal__role {
	margin: 8px 0 16px 0;
	color: #666;
	font-size: 16px;
	line-height: 1.4;
}

.team-member-modal__bio {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

.team-member-modal__bio p {
	margin: 0 0 16px 0;
}

.team-member-modal__bio p:last-child {
	margin-bottom: 0;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
	.team-member-modal__content {
		width: 95%;
		max-height: 90vh;
	}

	.team-member-modal__body {
		flex-direction: column;
		gap: 16px;
		padding: 24px;
	}

	.team-member-modal__close {
		top: 12px;
		right: 12px;
		width: 36px;
		height: 36px;
	}

	.team-member-modal__close svg {
		width: 18px;
		height: 18px;
	}
}
