.main.about-page {
	padding-top: 3rem;
}

.about-intro,
.about-heading {
	width: min(100%, 46rem);
	min-width: 0;
	margin-inline: auto;
	text-align: left;
}

.about-intro {
	padding-bottom: clamp(3rem, 6.5vw, 5rem);
}

.about-page h1,
.about-page .section-title {
	margin: 0 0 1rem;
	color: var(--home-ink);
	background: none;
	-webkit-text-fill-color: currentColor;
	font-size: clamp(1.8rem, 3.5vw, 3rem);
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.about-intro h2 {
	margin: 2rem 0 1rem;
	color: var(--home-blue);
	font-size: clamp(1.3rem, 2.5vw, 1.7rem);
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.015em;
}

.about-page p:not(.hero-descriptor) {
	color: var(--home-muted);
	font-size: 1.12rem;
	line-height: 1.65;
}

.about-intro p:last-child,
.founder-text-box p:last-child {
	margin-bottom: 0;
}

.about-founders {
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
}

.founders {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.founder-card {
	display: grid;
	align-content: start;
	gap: 1.5rem;
	padding: clamp(1.4rem, 3vw, 2.2rem);
	border: 1px solid var(--home-line);
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 18px 60px rgba(19, 35, 39, 0.06);
}

.founder-image-box img {
	position: static;
	width: min(100%, 19rem);
	margin-inline: auto;
	border-radius: 1.1rem;
}

.founder-text-box h3 {
	margin: 0 0 0.3rem;
	color: var(--home-ink);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	letter-spacing: -0.03em;
}

.founder-text-box .title {
	margin-bottom: 1rem;
	color: var(--home-blue);
	font-weight: 800;
}

@media (max-width: 720px) {
	.founders {
		grid-template-columns: minmax(0, 1fr);
	}
}
