/* =============================================
   ABOUT PAGE, HERO SECTION
   ============================================= */
.sfd-about-hero {
	width: 100%;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.sfd-about-hero::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 360px;
	height: 290px;
	background: rgba(238, 114, 144, 0.10);
	border-radius: 62% 38% 55% 45% / 48% 52% 48% 52%;
	pointer-events: none;
	z-index: 0;
	animation: sfd-blob-float-1 18s ease-in-out infinite;
}

.sfd-about-hero__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 96px;
	position: relative;
	z-index: 1;
}

.sfd-about-hero__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	max-width: 624px;
	text-align: center;
}

.sfd-about-hero__label {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #ee7290;
	margin: 0;
}

.sfd-about-hero__heading {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.72px;
	color: #181d27;
	margin: 0;
}

.sfd-about-hero__desc {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.65;
	color: #535862;
	margin: 4px 0 0;
}

.sfd-about-hero__photo {
	width: 100%;
}

.sfd-about-hero__photo img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	aspect-ratio: 2 / 1;
	background: #f0f0f0;
}

/* =============================================
   ABOUT PAGE, SUPER COACHES SECTION
   (Now uses flip-card layout from style.css)
   ============================================= */
.sfd-team-section {
	background: #fff;
}

.sfd-team-section .sfd-section-label {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #F34188;
	margin: 0;
	text-align: center;
}

.sfd-team-section .sfd-section-title {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.72px;
	color: #181d27;
	margin: 8px 0 0;
	text-align: center;
}

.sfd-team-section .sfd-section-subtitle {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.65;
	color: #535862;
	margin: 4px 0 0;
	text-align: center;
	max-width: 624px;
	margin-left: auto;
	margin-right: auto;
}

.sfd-team-section .sfd-section-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	box-sizing: border-box;
}

/* =============================================
   ABOUT PAGE, RESPONSIVE
   ============================================= */
@media (max-width: 900px) {
	.sfd-about-hero__inner {
		gap: 48px;
		padding: 60px 20px;
	}

	.sfd-team-section .sfd-section-inner {
		padding: 60px 20px;
	}
}

@media (max-width: 600px) {
	.sfd-about-hero__heading,
	.sfd-team-section .sfd-section-title {
		font-size: 28px;
		line-height: 36px;
	}

	.sfd-about-hero__inner,
	.sfd-team-section .sfd-section-inner {
		padding: 48px 16px;
	}
}

/* =============================================
   ABOUT LEADERSHIP, TWO COLUMN PEOPLE SECTION
   ============================================= */
.about-leadership {
	padding: 1.5rem 0;
}

.about-leadership.sfd-animate-on-scroll.sfd-animated {
	background: linear-gradient(
		to top,
		rgba(238, 114, 142, 0.22) 0%,
		rgba(238, 114, 142, 0.10) 45%,
		#ffffff 100%
	);
}

.about-leadership__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	align-items: start;
}

.about-leadership__person {
	background: #ffffff;
	border: 1px solid #eceff1;
	border-radius: 16px;
	padding: 1.5rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.about-leadership__photo {
	width: 100%;
	margin: 0 0 1.25rem;
}

.about-leadership__photo > img,
.about-leadership__photo > .about-dr-reiner__img-placeholder,
.about-leadership__photo > .about-victoria__img-placeholder {
	width: 100%;
	height: 290px;
}

.about-dr-reiner__img-placeholder,
.about-victoria__img-placeholder {
	width: 100%;
	height: 290px;
	border-radius: 12px;
	background: #e9ecef;
}

.about-leadership__body .section__heading {
	margin-top: 0;
	margin-bottom: 1rem;
	/* Leadership cards are narrower than full-width sections, so scale the
	   heading down from the global section__heading size. */
	font-size: clamp(1.5rem, 2.2vw, 1.875rem);
	line-height: 1.2;
	/* Override the centered default, these headings introduce a bio block
	   that's already left-aligned, so the heading should match. */
	text-align: left;
}

.about-leadership__bio p {
	color: #4a4a4a;
	line-height: 1.75;
	margin: 0 0 1.25rem;
}

.about-leadership__bio p:last-child {
	margin-bottom: 0;
}

.about-dr-reiner__signature {
	font-style: italic;
	color: #262626;
	font-weight: 600;
	border-top: 1px solid #e9ecef;
	padding-top: 1.25rem;
	margin-top: 1.75rem !important;
}

@media (max-width: 1024px) {
	.about-leadership__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}

@media (max-width: 768px) {
	.about-dr-reiner__img-placeholder,
	.about-victoria__img-placeholder {
		width: 100%;
		height: 290px;
	}
}

/* =============================================
   ABOUT STORY, TWO-COLUMN + TIMELINE
   ============================================= */
.about-story {
    padding: 5rem 0;
}

.about-story__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: start;
}

.about-story__left p {
	color: #4a4a4a;
	line-height: 1.75;
	margin: 0 0 1.25rem;
}

.about-story__left p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.about-story__grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.about-story .sfd-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

