/* ==========================================================================
   Founder Section ("Meet the Founder") — Home
   ========================================================================== */

.fae-founder__grid {
	display: grid;
	gap: 48px;
	align-items: center;
}

@media (min-width: 1024px) {
	.fae-founder__grid {
		grid-template-columns: repeat(12, 1fr);
		gap: 64px;
	}
}

.fae-founder__photo-col {
	display: flex;
	justify-content: center;
}

@media (min-width: 1024px) {
	.fae-founder__photo-col {
		grid-column: span 5;
		justify-content: flex-start;
	}
}

.fae-founder__photo-frame {
	width: 100%;
	max-width: 360px;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
}

@media (min-width: 1024px) {
	.fae-founder__photo-frame {
		max-width: none;
	}
}

.fae-founder__photo {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

@media (min-width: 1024px) {
	.fae-founder__content-col {
		grid-column: span 7;
	}
}

.fae-founder__eyebrow {
	margin: 0 0 24px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.24em;
	color: #6f6f74;
}

.fae-founder__quote-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.fae-founder__quote-mark {
	margin-top: 4px;
	user-select: none;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1;
	color: #c6f135;
}

.fae-founder__quote {
	margin: 0;
	font-size: clamp(1.7rem, 3.2vw, 2.35rem);
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -0.03em;
}

.fae-founder__bio {
	margin-top: 36px;
}

.fae-founder__name {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.fae-founder__title {
	margin: 4px 0 0;
	font-size: 15px;
	color: #a8a8b0;
}

.fae-founder__bio-text {
	margin: 16px 0 0;
	max-width: 480px;
	font-size: 17px;
	line-height: 1.6;
	color: #a8a8b0;
}