.c-stuart-card {
	display: grid;
	grid-template-columns: minmax(24rem, .78fr) minmax(0, 1.22fr);
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(6, 23, 33, .08);
	border-bottom: 3px solid var(--primary, #19b5c9);
	border-radius: 0;
	background: #f1f3f4;
	box-shadow: 0 2.2rem 5.5rem rgba(6, 23, 33, .12);
}

.c-stuart-card__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 38rem;
	object-fit: cover;
}

.c-stuart-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(3.2rem, 5vw, 6.4rem);
}

.c-stuart-card__eyebrow {
	margin: 0 0 1.2rem;
	color: var(--primary, #19b5c9);
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.c-stuart-card__name {
	margin: 0;
	font-size: clamp(3rem, 4vw, 4.6rem);
	line-height: 1.08;
}

.c-stuart-card__role {
	margin: .8rem 0 0;
	color: #526069;
	font-size: 1.8rem;
	font-weight: 700;
}

.c-stuart-card__bio {
	max-width: 68rem;
	margin: 2rem 0 0;
	color: #3f4c54;
	font-size: 1.7rem;
	line-height: 1.65;
}

.c-stuart-card__link {
	margin-top: 2.8rem;
}

.c-about-intro__subtitle {
	max-width: 92rem;
	margin: 1.6rem 0 0;
	color: var(--primary, #19b5c9);
	font-size: clamp(2.2rem, 3vw, 3.2rem);
	font-weight: 700;
	line-height: 1.25;
	text-wrap: balance;
}

.c-about-projects {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.8rem, 3vw, 3.2rem);
	width: 100%;
	margin-top: clamp(3rem, 5vw, 5rem);
}

.c-about-project {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: clamp(2.6rem, 3.5vw, 4rem);
	border-top: 4px solid var(--primary, #19b5c9);
	border-radius: 0;
	background: #fff;
	box-shadow: 0 1.8rem 4.5rem rgba(6, 23, 33, .1);
}

.c-about-project__title {
	margin: 0;
	font-size: clamp(2.2rem, 2.6vw, 3rem);
	line-height: 1.2;
}

.c-about-project__body {
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
	margin-top: 1.8rem;
}

.c-about-project__body p {
	margin: 0;
	color: #3f4c54;
	font-size: 1.65rem;
	line-height: 1.65;
}

.l-split {
	align-items: flex-start;
}

.l-split__media {
	align-self: flex-start;
}

.l-split__image {
	object-position: top center;
}

.c-about-project-experience .c-content-band__inner {
	width: min(calc(100% - 4.8rem), 128rem);
	max-width: 128rem;
}

.c-about-project-experience .c-content-band__content {
	width: 100%;
	max-width: none;
}

@media (max-width: 767px) {
	.c-stuart-card {
		grid-template-columns: 1fr;
	}

	.c-stuart-card__image {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.c-stuart-card__content {
		padding: 3.2rem 2.4rem 3.8rem;
	}

	.c-about-projects {
		grid-template-columns: 1fr;
	}
}
