/* About page refinement layer. */
.page-id-110 .c2-hero-copy .jgr-actions {
	gap: 14px;
}

.page-id-110 .c2-joshua-placeholder {
	margin: 30px 0 0;
}

.page-id-110 .c2-portrait-frame {
	display: grid;
	place-items: center;
	align-content: center;
	aspect-ratio: 4 / 5;
	min-height: 360px;
	border: 1px solid #bcd4e1;
	border-radius: 24px;
	color: #0b5279;
	background: radial-gradient(circle at 50% 35%, rgba(83, 229, 255, .2), transparent 27%), linear-gradient(145deg, #f9fdff, #e6f2f8);
	box-shadow: 0 22px 54px rgba(8, 54, 82, .1);
}

.page-id-110 .c2-portrait-frame span {
	display: grid;
	place-items: center;
	width: 110px;
	height: 110px;
	border: 2px solid #42cde9;
	border-radius: 50%;
	font-size: 1.5rem;
	font-weight: 900;
}

.page-id-110 .c2-portrait-frame small {
	margin-top: 18px;
	font-size: .75rem;
	font-weight: 750;
}

.page-id-110 .c2-joshua-placeholder figcaption {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-top: 14px;
	color: #567084;
}

.page-id-110 .c2-joshua-placeholder figcaption strong {
	color: #0a2a43;
}

.page-id-110 .c2-team {
	background: #fff;
}

.page-id-110 .c2-team-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.page-id-110 .c2-team-card {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	min-width: 0;
	overflow: hidden;
	border: 1px solid #c8dce7;
	border-radius: 20px;
	background: linear-gradient(145deg, #fff, #eef7fc);
	box-shadow: 0 16px 38px rgba(8, 54, 82, .07);
}

.page-id-110 .c2-team-portrait {
	display: grid;
	place-items: center;
	min-height: 180px;
	color: #dff9ff;
	background: radial-gradient(circle, rgba(83, 229, 255, .26), transparent 42%), linear-gradient(145deg, #08243d, #0b4f70);
}

.page-id-110 .c2-team-portrait span {
	font-size: 1.15rem;
	font-weight: 900;
	letter-spacing: .1em;
}

.page-id-110 .c2-team-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 24px 22px;
}

.page-id-110 .c2-team-copy h3 {
	margin: 0 0 8px;
	color: #0a2a43;
	font-size: 1.05rem;
}

.page-id-110 .c2-team-copy p {
	margin: 0;
	font-size: .8rem;
}

.page-id-110 .c2-team-copy a {
	margin-top: auto;
	padding-top: 20px;
	color: #087fc0;
	font-size: .75rem;
	font-weight: 820;
}

@media (min-width: 1060px) {
	.page-id-110 .c2-hero-grid {
		grid-template-columns: minmax(0, 1.15fr) minmax(410px, .85fr);
		gap: 60px;
	}

	.page-id-110 #about-h1 {
		max-width: 680px;
		font-size: 4rem;
	}

	.page-id-110 #story-title {
		max-width: 430px;
	}

	.page-id-110 #evolution-title,
	.page-id-110 #capability-title {
		max-width: 720px;
	}

	.page-id-110 #evolution-title {
		font-size: 2.7rem;
	}

	.page-id-110 #about-a2c-title {
		max-width: none;
		white-space: nowrap;
		font-size: clamp(2rem, 3.15vw, 3.15rem);
	}
}

@media (max-width: 1050px) {
	.page-id-110 .c2-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.page-id-110 .c2-hero-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.page-id-110 .c2-hero-copy {
		min-width: 0;
	}

	.page-id-110 .c2-hero-copy .jgr-eyebrow {
		white-space: normal;
	}

	.page-id-110 .c2-hero-copy .jgr-actions {
		display: grid;
	}

	.page-id-110 .c2-team-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 430px) {
	.page-id-110 .c2-team-card {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.page-id-110 .c2-team-copy {
		padding: 21px 18px;
	}
}
