:where(
		.dentists-hero,
		.dentists-intro,
		.dentists-directory,
		.dentists-philosophy,
		.dentists-cta
	)
	p,
:where(
		.dentists-hero,
		.dentists-intro,
		.dentists-directory,
		.dentists-philosophy,
		.dentists-cta
	)
	figure {
	margin-top: 0;
}
:where(
		.dentists-hero,
		.dentists-intro,
		.dentists-directory,
		.dentists-philosophy,
		.dentists-cta
	)
	.eyebrow {
	font-size: 0.8rem;
}
.dentists-hero {
	display: grid;
	min-height: min(900px, 100dvh);
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	color: var(--white);
	background: var(--navy-deep);
}
.dentists-hero__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(82px, 8vw, 136px) clamp(44px, 5vw, 104px);
}
.dentists-hero .eyebrow,
.dentists-hero .heading em {
	color: var(--gold-light);
}
.dentists-hero .heading {
	max-width: 760px;
	margin: 0 0 28px;
	color: var(--white);
	font-size: clamp(3.1rem, 4.7vw, 5.2rem);
	letter-spacing: -0.052em;
	line-height: 1;
}
.dentists-hero .heading span,
.dentists-hero .heading em {
	display: block;
}
.dentists-hero .heading em {
	margin-top: 0.14em;
	font-family: var(--script);
	font-size: 0.65em;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.06;
}
.dentists-hero__lead {
	max-width: 650px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	line-height: 1.68;
}
.dentists-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px 28px;
}
.dentists-text-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: var(--white);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}
.dentists-hero__media {
	position: relative;
	min-height: 680px;
	margin: 0;
	overflow: hidden;
	background: #e6eef0;
}
.dentists-hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(17, 24, 49, 0.55), transparent 48%);
	content: "";
}
.dentists-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 18%;
}
.dentists-hero__media figcaption,
.dentist-profile__media figcaption {
	position: absolute;
	z-index: 2;
	right: clamp(22px, 4vw, 52px);
	bottom: clamp(22px, 4vw, 46px);
	max-width: 370px;
	padding: 16px 20px;
	border-left: 2px solid var(--gold-light);
	color: var(--white);
	background: rgba(17, 24, 49, 0.94);
	font-family: var(--display);
	font-size: 0.8rem;
	letter-spacing: 0.09em;
	line-height: 1.55;
	text-transform: uppercase;
}
.dentists-intro {
	background: var(--ivory);
}
.dentists-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(48px, 9vw, 130px);
}
.dentists-intro__copy {
	padding-top: 34px;
}
.dentists-intro__copy p {
	color: #4f5667;
	line-height: 1.75;
}
.dentists-directory {
	padding: clamp(90px, 11vw, 158px) 0;
	background: #edf6f7;
}
.dentists-directory__header {
	max-width: 920px;
	margin: 0 auto 64px;
	text-align: center;
}
.dentists-directory__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}
.dentist-profile,
.dentist-profile--featured {
	display: flex;
	overflow: hidden;
	min-width: 0;
	grid-column: auto;
	flex-direction: column;
	border: 1px solid rgba(32, 41, 85, 0.13);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 52px rgba(24, 38, 72, 0.07);
	transition:
		transform 0.4s ease,
		box-shadow 0.4s ease;
}
.dentist-profile:hover {
	box-shadow: 0 26px 64px rgba(24, 38, 72, 0.12);
	transform: translateY(-4px);
}
.dentist-profile__media,
.dentist-profile--featured .dentist-profile__media {
	position: relative;
	min-height: 0;
	aspect-ratio: 4/5;
	margin: 0;
	overflow: hidden;
	background: #dfe8e9;
}
.dentist-profile__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(17, 24, 49, 0.5), transparent 46%);
	content: "";
}
.dentist-profile__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 18%;
	transition: transform 0.75s ease;
}
.dentist-profile:nth-child(2) .dentist-profile__media img,
.dentist-profile:nth-child(3) .dentist-profile__media img {
	object-position: center center;
}
.dentist-profile:hover .dentist-profile__media img {
	transform: scale(1.018);
}
.dentist-profile__media figcaption {
	right: 18px;
	bottom: 18px;
	left: 18px;
	max-width: none;
}
.dentist-profile__content {
	position: relative;
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(30px, 3vw, 44px);
}
.dentist-profile__role {
	max-width: 100%;
	margin-bottom: 13px;
	color: #87652e;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.dentist-profile .heading {
	margin: 0 0 20px;
	color: var(--navy);
	font-family: var(--display);
	font-size: clamp(1.7rem, 2.1vw, 2.45rem);
	font-weight: 400;
	line-height: 1.1;
}
.dentist-profile__content
	> p:not(.dentist-profile__role) {
	color: #4f5667;
	line-height: 1.72;
}
.dentist-profile__details {
	display: grid;
	margin: 8px 0 24px;
	padding: 0;
	gap: 10px;
	color: #4f5667;
	list-style: none;
}
.dentist-profile__details li {
	position: relative;
	padding-left: 26px;
}
.dentist-profile__details li::before {
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 13px;
	height: 1px;
	background: #a77a31;
	content: "";
}
.dentist-profile__link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 12px;
	margin-top: auto;
	color: #075e84;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}
.dentist-profile__link span {
	transition: transform 0.3s ease;
}
.dentist-profile__link:hover span {
	transform: translate(3px, -3px);
}
.dentists-philosophy {
	padding: clamp(90px, 11vw, 158px) 0;
	color: var(--white);
	background: var(--navy);
}
.dentists-philosophy__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(55px, 9vw, 130px);
	align-items: center;
}
.dentists-philosophy__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.dentists-philosophy .eyebrow,
.dentists-philosophy .heading em {
	color: var(--gold-light);
}
.dentists-philosophy .heading,
.dentists-philosophy .lead {
	color: var(--white);
}
.dentists-philosophy__content > p:not(.eyebrow, .lead) {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.75;
}
.dentists-philosophy__list {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	list-style: none;
}
.dentists-philosophy__list li {
	display: grid;
	padding: 30px 0;
	grid-template-columns: 58px 1fr;
	gap: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dentists-philosophy__list li > span {
	color: var(--gold-light);
	font-family: var(--display);
	font-size: 0.86rem;
}
.dentists-philosophy__list .heading {
	margin: 0 0 8px;
	color: var(--white);
	font-family: var(--display);
	font-size: 1.35rem;
}
.dentists-philosophy__list p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.65;
}
.dentists-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(100px, 12vw, 170px) 0;
	color: var(--white);
	background: var(--navy-deep);
	text-align: center;
	isolation: isolate;
}
.dentists-cta::before {
	position: absolute;
	z-index: -1;
	inset: 6% max(20px, 10vw);
	border: 1px solid rgba(203, 156, 77, 0.22);
	border-radius: 50%;
	content: "";
}
.dentists-cta__mark {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: min(42vw, 520px);
	opacity: 0.035;
	transform: translate(-50%, -50%);
}
.dentists-cta__mark img {
	display: block;
	width: 100%;
}
.dentists-cta .eyebrow,
.dentists-cta .heading em {
	color: var(--gold-light);
}
.dentists-cta .heading {
	color: var(--white);
}
.dentists-cta p:not(.eyebrow) {
	max-width: 700px;
	margin: 24px auto 34px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
}
:where(
		.dentists-hero,
		.dentists-intro,
		.dentists-directory,
		.dentists-philosophy,
		.dentists-cta
	)
	a:focus-visible {
	outline: 3px solid var(--azure);
	outline-offset: 4px;
}
@media (max-width: 1100px) {
	.dentists-hero {
		min-height: auto;
		grid-template-columns: 1fr 1fr;
	}
	.dentists-hero__content {
		padding: 82px 42px;
	}
	.dentists-hero .heading {
		font-size: clamp(2.75rem, 5.7vw, 4.3rem);
	}
	.dentists-directory__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 780px) {
	.dentists-hero {
		grid-template-columns: 1fr;
	}
	.dentists-hero__content {
		min-height: 630px;
		padding: 78px 24px 62px;
	}
	.dentists-hero .heading {
		font-size: clamp(2.7rem, 11.5vw, 4rem);
	}
	.dentists-hero__media {
		min-height: 550px;
	}
	.dentists-intro__grid,
	.dentists-directory__grid,
	.dentists-philosophy__grid {
		grid-template-columns: 1fr;
	}
	.dentists-intro__copy {
		padding-top: 0;
	}
	.dentist-profile__content {
		min-height: auto;
	}
	.dentists-cta::before {
		inset: 5% -20%;
	}
}
@media (max-width: 520px) {
	.dentists-hero__actions,
	.dentists-hero__actions .button {
		width: 100%;
	}
	.dentists-hero__media {
		min-height: 450px;
	}
	.dentists-hero__media figcaption {
		right: 18px;
		bottom: 18px;
		left: 18px;
		max-width: none;
	}
	.dentist-profile__media,
	.dentist-profile--featured .dentist-profile__media {
		aspect-ratio: 4/5;
	}
	.dentist-profile__content {
		padding: 34px 24px;
	}
	.dentists-philosophy__list li {
		grid-template-columns: 42px 1fr;
	}
}
@media (prefers-reduced-motion: reduce) {
	.dentist-profile,
	.dentist-profile__media img,
	.dentist-profile__link span {
		transition: none;
	}
}
