.about-page-hero {
	position: relative;
	padding: clamp(3.5rem, 7vw, 7rem) 0;
	background: linear-gradient(135deg, #edf5fa 0%, #fff 62%);
	overflow: hidden;
}
.about-page-hero::before {
	position: absolute;
	top: -15rem;
	left: -13rem;
	width: 36rem;
	height: 36rem;
	border: 1px solid rgba(23, 104, 190, 0.12);
	border-radius: 50%;
	box-shadow:
		0 0 0 5rem rgba(23, 104, 190, 0.035),
		0 0 0 10rem rgba(23, 104, 190, 0.02);
	content: "";
}
.about-page-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.8fr);
	align-items: center;
	gap: clamp(3rem, 8vw, 7rem);
}
.about-breadcrumbs ol {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 2rem;
	padding: 0;
	color: var(--muted);
	font-size: 0.88rem;
	list-style: none;
}
.about-breadcrumbs li + li::before {
	margin-right: 0.65rem;
	color: #71858e;
	content: "/";
}
.about-breadcrumbs a {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.2em;
}
.about-breadcrumbs a:hover {
	text-decoration-color: currentColor;
}
.about-page-hero h1 {
	max-width: 43rem;
	margin-bottom: 1.5rem;
	color: var(--navy);
	font-size: clamp(3rem, 6vw, 5.6rem);
	text-wrap: balance;
}
.about-page-hero__lead {
	max-width: 44rem;
	color: var(--text);
	font-size: clamp(1.05rem, 1.6vw, 1.2rem);
}
.about-page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 2rem;
}
.about-page-hero__media {
	position: relative;
	margin: 0;
	padding: 0 0 1.75rem 1.75rem;
}
.about-page-hero__media::before {
	position: absolute;
	z-index: 0;
	right: 1.75rem;
	bottom: 0;
	left: 0;
	height: 72%;
	border-radius: var(--radius);
	background: var(--navy);
	content: "";
}
.about-page-hero__media img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 4/4.25;
	object-fit: cover;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}
.about-page-hero__media figcaption {
	position: absolute;
	z-index: 2;
	right: -1rem;
	bottom: 3.25rem;
	min-width: 15rem;
	padding: 1rem 1.2rem;
	border-radius: 1rem;
	background: #fff;
	box-shadow: var(--shadow);
}
.about-page-hero__media strong,
.about-page-hero__media span {
	display: block;
}
.about-page-hero__media strong {
	color: var(--navy);
}
.about-page-hero__media span {
	color: var(--muted);
	font-size: 0.76rem;
}

.about-story__grid,
.about-community__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(3rem, 8vw, 7rem);
}
.about-story__media {
	position: relative;
	padding: 0 1.4rem 1.4rem 0;
}
.about-story__media::before {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 68%;
	height: 72%;
	border-radius: var(--radius);
	background: #dcebf4;
	content: "";
}
.about-story__media img {
	width: 100%;
	aspect-ratio: 4/3.85;
	object-fit: cover;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}
.about-story__badge {
	position: absolute;
	right: -0.3rem;
	bottom: 2.8rem;
	padding: 1rem 1.2rem;
	border-radius: 0.9rem;
	background: #fff;
	box-shadow: var(--shadow);
}
.about-story__badge strong,
.about-story__badge span {
	display: block;
}
.about-story__badge strong {
	color: var(--navy);
}
.about-story__badge span {
	color: var(--muted);
	font-size: 0.76rem;
}
.about-story__lead {
	color: var(--ink);
	font-size: 1.1rem;
	font-weight: 700;
}
.about-story__copy > p:not(.eyebrow):not(.about-story__lead) {
	color: var(--muted);
}
.about-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--blue-dark);
	font-weight: 800;
	border-bottom: 1px solid transparent;
	transition:
		gap 0.2s,
		border-color 0.2s;
}
.about-text-link:hover {
	gap: 0.72rem;
	border-bottom-color: currentColor;
}

.about-philosophy {
	background: var(--surface);
}
.about-philosophy__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.2rem;
}
.about-principle {
	position: relative;
	padding: 2rem;
	border: 1px solid #d9e3e7;
	border-radius: var(--radius);
	background: #fff;
	overflow: hidden;
	transition:
		transform 0.25s,
		box-shadow 0.25s;
}
.about-principle:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow);
}
.about-principle > span {
	position: absolute;
	top: 0.6rem;
	right: 1rem;
	color: #52636b;
	font-family: Georgia, serif;
	font-size: 4.5rem;
	line-height: 1;
}
.about-principle h3,
.about-principle p {
	position: relative;
}
.about-principle h3 {
	margin: 3rem 0 0.75rem;
}
.about-principle p {
	margin: 0;
	color: var(--muted);
}

.about-facts {
	background: var(--navy);
	color: #d6e4e9;
}
.about-facts__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.6fr);
	align-items: end;
	gap: 3rem;
	margin-bottom: 3rem;
}
.about-facts .eyebrow {
	color: #9dccff;
}
.about-facts h2 {
	margin: 0;
	color: #fff;
}
.about-facts__heading > p {
	margin: 0;
	color: #c4d6dc;
}
.about-facts__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.about-facts__grid div {
	padding: 1.65rem;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.about-facts__grid div:last-child {
	border: 0;
}
.about-facts__grid dt {
	color: #fff;
	font-size: 1.05rem;
	font-weight: 900;
}
.about-facts__grid dd {
	margin: 0.35rem 0 0;
	color: #bcd0d7;
	font-size: 0.8rem;
}

.about-community__grid {
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.85fr);
}
.about-community__copy > p:not(.eyebrow) {
	color: var(--muted);
}
.about-community address {
	margin: 1.5rem 0;
	color: var(--ink);
	font-style: normal;
	font-weight: 800;
}
.about-community__media {
	position: relative;
	margin: 0;
	padding: 1.3rem 1.3rem 0 0;
}
.about-community__media::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 70%;
	height: 70%;
	border-radius: var(--radius);
	background: #dcebf4;
	content: "";
}
.about-community__media img {
	width: 100%;
	aspect-ratio: 4/3.7;
	object-fit: cover;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.about-comfort {
	background: #eaf4ff;
}
.about-comfort__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
	align-items: start;
	gap: clamp(3rem, 8vw, 7rem);
}
.about-comfort__intro {
	position: sticky;
	top: 8rem;
}
.about-comfort__intro > p:not(.eyebrow) {
	color: var(--muted);
}
.about-comfort__cards {
	display: grid;
	gap: 1rem;
}
.about-comfort-card {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 1.2rem;
	padding: 1.5rem;
	border: 1px solid rgba(23, 104, 190, 0.16);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.84);
}
.about-comfort-card svg {
	grid-row: 1/3;
	width: 2.25rem;
	fill: none;
	stroke: var(--blue-dark);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.about-comfort-card h3 {
	margin: 0 0 0.35rem;
}
.about-comfort-card p {
	margin: 0;
	color: var(--muted);
}

.about-final-cta {
	position: relative;
	display: flex;
	min-height: clamp(25rem, 42vw, 34rem);
	align-items: center;
	padding: clamp(3.5rem, 6vw, 5.5rem) 0;
	background-color: #0d3545;
	background-image:
		linear-gradient(
			90deg,
			rgba(6, 33, 45, 0.9) 0%,
			rgba(13, 53, 69, 0.78) 45%,
			rgba(35, 128, 228, 0.42) 100%
		),
		radial-gradient(
			circle at 84% 18%,
			rgba(234, 244, 255, 0.28),
			transparent 38%
		),
		url("/wp-content/uploads/2026/08/union-family-dental-cabinet-horizontal.webp");
	background-position: center;
	background-size: cover;
	color: #d7e4e9;
	isolation: isolate;
	overflow: hidden;
}
.about-final-cta::after {
	position: absolute;
	z-index: -1;
	right: clamp(-9rem, -8vw, -4rem);
	bottom: clamp(-12rem, -10vw, -6rem);
	width: clamp(18rem, 35vw, 32rem);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	box-shadow:
		0 0 0 3rem rgba(255, 255, 255, 0.035),
		0 0 0 6rem rgba(255, 255, 255, 0.02);
	content: "";
}
.about-final-cta__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
}
.about-final-cta .eyebrow {
	color: #9dccff;
}
.about-final-cta h2 {
	margin-bottom: 0.6rem;
	color: #fff;
}
.about-final-cta p:last-child {
	margin: 0;
}
.about-final-cta__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 0.8rem;
}
.about-final-cta__secondary {
	border-color: #fff;
	background: #fff;
	color: var(--navy);
}
.about-final-cta__secondary:hover {
	background: #dcebf4;
	color: var(--navy);
}

@media (max-width: 1000px) {
	.about-page-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.72fr);
		gap: 3rem;
	}
	.about-facts__grid {
		grid-template-columns: 1fr 1fr;
	}
	.about-facts__grid div:nth-child(2) {
		border-right: 0;
	}
	.about-facts__grid div:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
}
@media (max-width: 820px) {
	.about-page-hero__grid,
	.about-story__grid,
	.about-community__grid,
	.about-comfort__grid {
		grid-template-columns: 1fr;
	}
	.about-page-hero__media {
		width: min(100%, 35rem);
		margin-inline: auto;
	}
	.about-story__media,
	.about-community__media {
		width: min(100%, 38rem);
		margin-inline: auto;
	}
	.about-philosophy__grid {
		grid-template-columns: 1fr;
	}
	.about-facts__heading {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.about-comfort__intro {
		position: static;
	}
	.about-final-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
	.about-final-cta__actions {
		flex: none;
	}
}
@media (max-width: 560px) {
	.about-page-hero {
		padding-top: 2.5rem;
	}
	.about-page-hero__actions,
	.about-page-hero__actions .button,
	.about-final-cta__actions,
	.about-final-cta__actions .button {
		width: 100%;
	}
	.about-page-hero__media {
		padding: 0 0 1rem 1rem;
	}
	.about-page-hero__media figcaption {
		right: 0;
		bottom: 2rem;
		min-width: 13rem;
	}
	.about-story__media {
		padding: 0 0.75rem 0.75rem 0;
	}
	.about-story__badge {
		right: 0;
		bottom: 1.5rem;
	}
	.about-facts__grid {
		grid-template-columns: 1fr;
	}
	.about-facts__grid div {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	.about-facts__grid div:last-child {
		border-bottom: 0;
	}
	.about-comfort-card {
		grid-template-columns: 1fr;
	}
	.about-comfort-card svg {
		grid-row: auto;
		margin-bottom: 1rem;
	}
}
@media (prefers-reduced-motion: reduce) {
	.about-principle {
		transition: none;
	}
}
