:root {
	--about-navy: #062b68;
	--about-dark: #031c47;
	--about-gold: #cd9018;
	--about-ink: #17243a;
	--about-muted: #637083;
	--about-soft: #f7f5ef;
}

.about-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(50px, 6vw, 82px) 0 clamp(75px, 8vw, 112px);
	color: #fff;
	background: var(--about-dark);
	padding-bottom: 0;
}

.about-hero::before {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 8% 15%, rgba(205, 144, 24, .18), transparent 26%),
		linear-gradient(118deg, transparent 68%, rgba(255, 255, 255, .035) 68%);
	content: "";
}

.about-hero .container {
	position: relative;
	z-index: 1;
}

.about-breadcrumb {
	display: flex;
	gap: 10px;
	margin-bottom: clamp(48px, 6vw, 75px);
	color: rgba(255, 255, 255, .5);
	font-size: 13px;
}

.about-breadcrumb a {
	color: var(--about-gold);
}

.about-hero__content {
	max-width: 760px;
}

.about-hero h1,
.about-section-heading h2,
.about-content h2 {
	margin: 0;
	font-weight: 500;
	letter-spacing: -.04em;
}

.about-hero h1 {
	color: #fff;
	font-size: clamp(48px, 6vw, 76px);
	line-height: 1.02;
}

.about-hero h1 span {
	color: var(--about-gold);
}

.about-hero p {
	margin: 28px 0 0;
	padding-left: 20px;
	color: rgba(255, 255, 255, .76);
	border-left: 2px solid var(--about-gold);
	font-size: 16px;
	line-height: 1.8;
}

.about-image-column {
	width: 100%;
	min-height: 420px;
}

.about-image-column--hero {
	min-height: 430px;
}

.about-image-column img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
}

.about-story,
.about-regenerative,
.about-philosophy,
.about-why {
	padding: clamp(80px, 9vw, 130px) 0;
}

.about-story__content {
	position: relative;
	padding: clamp(38px, 5vw, 68px);
	background: var(--about-soft);
	border-top: 3px solid var(--about-gold);
}

.about-index {
	display: block;
	margin-bottom: 25px;
	color: var(--about-gold);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .12em;
}

.about-story__content p {
	margin: 0;
	color: var(--about-ink);
	font-size: clamp(19px, 2vw, 25px);
	line-height: 1.65;
}

.about-expertise {
	padding: clamp(80px, 9vw, 125px) 0;
	background: var(--about-soft);
}

.about-section-heading {
	max-width: 800px;
	margin-bottom: clamp(40px, 5vw, 65px);
}

.about-section-heading h2,
.about-content h2 {
	color: var(--about-dark);
	font-size: clamp(36px, 4.6vw, 55px);
	line-height: 1.08;
}

.about-section-heading h2::after,
.about-content h2::after {
	display: block;
	width: 70px;
	height: 2px;
	margin-top: 24px;
	background: var(--about-gold);
	content: "";
}

.about-section-heading p {
	margin: 20px 0 0;
	color: var(--about-muted);
	font-size: 16px;
	line-height: 1.7;
}

.about-expertise__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(6, 43, 104, .13);
	border-left: 1px solid rgba(6, 43, 104, .13);
	list-style: none;
}

.about-expertise__grid li {
	min-height: 175px;
	padding: 28px;
	color: var(--about-dark);
	background: rgba(255, 255, 255, .7);
	border-right: 1px solid rgba(6, 43, 104, .13);
	border-bottom: 1px solid rgba(6, 43, 104, .13);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.45;
}

.about-expertise__grid span {
	display: block;
	margin-bottom: 38px;
	color: var(--about-gold);
	font-size: 12px;
	font-weight: 500;
}

.about-content {
	padding-left: clamp(0px, 3vw, 45px);
}

.about-content > p {
	margin: 25px 0 0;
	color: var(--about-muted);
	font-size: 16px;
	line-height: 1.85;
}

.about-content h3 {
	margin: 32px 0 17px;
	color: var(--about-dark);
	font-size: 17px;
	font-weight: 500;
}

.about-treatment-list {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(6, 43, 104, .12);
}

.about-treatment-list li {
	position: relative;
	padding: 17px 10px 17px 34px;
	color: var(--about-ink);
	border-bottom: 1px solid rgba(6, 43, 104, .12);
	font-size: 15px;
	line-height: 1.5;
}

.about-treatment-list li::before {
	position: absolute;
	top: 20px;
	left: 4px;
	width: 8px;
	height: 8px;
	background: var(--about-gold);
	border-radius: 50%;
	content: "";
}

.about-ultrasound {
	padding: clamp(80px, 9vw, 125px) 0;
	background:
		radial-gradient(circle at 92% 16%, rgba(205, 144, 24, .13), transparent 25%),
		var(--about-dark);
}

.about-content--dark {
	padding-left: 0;
	padding-right: clamp(0px, 3vw, 45px);
}

.about-content--dark h2 {
	color: #fff;
}

.about-content--dark > p {
	color: rgba(255, 255, 255, .72);
}

.about-philosophy {
	background: var(--about-soft);
}

.about-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.about-section-heading--center h2::after {
	margin-inline: auto;
}

.about-why__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	max-width: 1050px;
	margin: auto;
	padding: 0;
}

.about-why__grid li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 15px;
	min-height: 92px;
	padding: 18px;
	color: var(--about-ink);
	background: var(--about-soft);
	border: 1px solid rgba(6, 43, 104, .08);
	font-size: 14px;
	line-height: 1.5;
}

.about-why__grid span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	color: var(--about-dark);
	background: var(--about-gold);
	border-radius: 50%;
	font-weight: 700;
}

@media (max-width: 991px) {
	.about-image-column,
	.about-image-column--hero {
		min-height: 330px;
	}

	.about-content,
	.about-content--dark {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.about-hero {
		padding: 46px 0 68px;
	}

	.about-breadcrumb {
		margin-bottom: 40px;
	}

	.about-hero h1 {
		font-size: clamp(44px, 14vw, 64px);
	}

	.about-hero p {
		padding-left: 15px;
		font-size: 15px;
	}

	.about-image-column,
	.about-image-column--hero {
		min-height: 280px;
	}

	.about-expertise__grid,
	.about-why__grid {
		grid-template-columns: 1fr;
	}

	.about-story__content {
		padding: 32px 24px;
	}
}
