:root {
	--launch-ink: #002739;
	--launch-brand: #73182c;
	--launch-accent: #d79a59;
	--launch-cream: #f5f0e8;
	--launch-muted: #677476;
	--launch-border: rgba(0, 39, 57, 0.14);
}

.pd-home-hero {
	--launch-hero-image: url("../images/hero-office.jpg");
}

.pd-new-patient-hero {
	--launch-hero-image: url("../images/welcome.jpg");
}

.pd-home-hero::before {
	background-image: url("../images/hero-office.jpg");
	background-position: center 42%;
}

.pd-new-patient-hero::before {
	background-image: url("../images/welcome.jpg");
	background-position: center 30%;
}

.pd-home-hero::after {
	background:
		linear-gradient(90deg, rgba(0, 39, 57, 0.95) 0%, rgba(0, 39, 57, 0.82) 43%, rgba(0, 39, 57, 0.12) 75%),
		linear-gradient(0deg, rgba(0, 39, 57, 0.44), transparent 50%);
}

/* Present the homepage promises as four separate benefits, not one paragraph. */
body.home .launch-trust-strip {
	padding: 8px 14px;
}

body.home .launch-trust-strip > .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

body.home .launch-trust-strip .wp-block-column {
	min-width: 0;
	min-height: 72px;
	padding: 0;
	border-left: 1px solid var(--launch-border);
}

body.home .launch-trust-strip .wp-block-column:first-child {
	border-left: 0;
}

body.home .pd-home-trust-link {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	height: 100%;
	min-height: 72px;
	padding: 12px 18px;
	color: var(--launch-ink);
	border-radius: 14px;
	font-size: 0.88rem;
	font-weight: 750;
	line-height: 1.35;
	text-decoration: none;
	transition: color 160ms ease, background 160ms ease;
}

body.home .pd-home-trust-link::before {
	display: grid;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	place-items: center;
	color: var(--launch-brand);
	background: rgba(115, 24, 44, 0.08);
	border-radius: 50%;
	content: "✓";
	font-size: 0.8rem;
	font-weight: 800;
}

body.home .pd-home-trust-link::after {
	margin-left: auto;
	content: "›";
	color: var(--launch-brand);
	font-size: 1.25rem;
	line-height: 1;
}

body.home .pd-home-trust-link:hover {
	color: var(--launch-brand);
	background: rgba(115, 24, 44, 0.045);
}

body.home .pd-home-trust-link:focus-visible {
	outline: 3px solid rgba(115, 24, 44, 0.28);
	outline-offset: -3px;
}

.launch-mega-menu .sub-menu :is(.pd-menu-featured-first-visit, .menu-item-105) > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100%, 430px);
	min-height: 58px;
	gap: 16px;
	padding: 12px 14px 12px 17px;
	margin-top: 7px;
	color: var(--launch-ink);
	background: linear-gradient(135deg, #fffdf9 0%, rgba(215, 154, 89, 0.18) 100%);
	border: 1px solid rgba(215, 154, 89, 0.48);
	border-left: 4px solid var(--launch-accent);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(0, 39, 57, 0.07);
	font-size: 0.96rem;
	font-weight: 800;
	transition: color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.launch-mega-menu .sub-menu :is(.pd-menu-featured-first-visit, .menu-item-105) > a::after {
	display: grid;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	color: #fff;
	background: var(--launch-accent);
	border-radius: 7px;
	content: "→";
	font-size: 1.05rem;
	line-height: 1;
	place-items: center;
}

.launch-mega-menu .sub-menu :is(.pd-menu-featured-first-visit, .menu-item-105) > a:hover {
	color: var(--launch-ink);
	background: var(--launch-accent);
	border-color: var(--launch-accent);
	box-shadow: 0 14px 30px rgba(215, 154, 89, 0.24);
	transform: translateY(-2px);
}

.launch-mega-menu .sub-menu :is(.pd-menu-featured-first-visit, .menu-item-105) > a:hover::after {
	color: var(--launch-ink);
	background: #fff;
}

.launch-mega-menu .sub-menu :is(.pd-menu-featured-first-visit, .menu-item-105) > a:focus-visible {
	outline: 3px solid rgba(215, 154, 89, 0.4);
	outline-offset: 2px;
}

body.home .launch-feature-grid .launch-check-list li:last-child {
	padding-bottom: 14px;
	border-bottom: 0;
}

body.home .launch-feature-grid .launch-check-list + .wp-block-buttons {
	margin-top: clamp(22px, 2.5vw, 32px);
}

.pd-home-location {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	align-items: start;
	gap: clamp(24px, 3vw, 42px) clamp(36px, 6vw, 84px);
	max-width: var(--launch-container);
	margin-bottom: 0;
}

.pd-home-location > .launch-kicker,
.pd-home-location > h2 {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

.pd-home-location > .launch-lede {
	max-width: none;
	margin: 0;
}

.pd-home-location > p:last-child {
	padding: clamp(22px, 3vw, 30px);
	margin: 0;
	background: #fff;
	border: 1px solid var(--launch-border);
	border-radius: 20px;
	box-shadow: 0 16px 40px rgba(0, 39, 57, 0.07);
}

.pd-insurance-feature {
	align-items: start;
}

.pd-insurance-photo {
	margin: 0;
}

.pd-insurance-photo img {
	object-position: 62% center;
}

@media (max-width: 800px) {
	.pd-home-location {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.pd-home-location > .launch-kicker,
	.pd-home-location > h2 {
		grid-column: auto;
	}

}

@media (max-width: 900px) {
	body.home .launch-trust-strip > .wp-block-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .launch-trust-strip .wp-block-column:nth-child(odd) {
		border-left: 0;
	}

	body.home .launch-trust-strip .wp-block-column:nth-child(n + 3) {
		border-top: 1px solid var(--launch-border);
	}
}

@media (max-width: 520px) {
	body.home .launch-trust-strip > .wp-block-columns {
		grid-template-columns: 1fr;
	}

	body.home .launch-trust-strip .wp-block-column {
		border-left: 0;
	}

	body.home .launch-trust-strip .wp-block-column:nth-child(n + 2) {
		border-top: 1px solid var(--launch-border);
	}

	body.home .launch-feature-grid .launch-check-list + .wp-block-buttons {
		margin-top: 20px;
	}
}

.pd-new-patient-hero::after {
	background:
		linear-gradient(90deg, rgba(0, 39, 57, 0.94) 0%, rgba(0, 39, 57, 0.78) 46%, rgba(0, 39, 57, 0.15) 76%),
		linear-gradient(0deg, rgba(0, 39, 57, 0.5), transparent 55%);
}

.pd-service-card {
	display: flex;
	min-height: 290px;
	flex-direction: column;
}

.pd-service-card > :last-child {
	margin-top: auto;
}

.pd-stat {
	padding: 26px;
	background: #fff;
	border: 1px solid var(--launch-border);
	border-radius: 20px;
}

.pd-stat strong {
	display: block;
	margin-bottom: 4px;
	color: var(--launch-brand);
	font-family: var(--launch-font-serif);
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	font-weight: 500;
	line-height: 1;
}

.pd-stat span {
	color: var(--launch-muted);
	font-size: 0.82rem;
	font-weight: 750;
}

.pd-welcome-note {
	position: relative;
	padding: clamp(30px, 5vw, 56px);
	background: #fff;
	border-left: 5px solid var(--launch-accent);
	border-radius: 0 24px 24px 0;
	box-shadow: var(--launch-shadow);
}

.pd-appointment-frame {
	width: 100%;
	min-height: 720px;
	background: #fff;
	border: 1px solid var(--launch-border);
	border-radius: 24px;
}

.pd-anchor-offset {
	scroll-margin-top: 150px;
}

.pd-page-intro {
	max-width: 820px;
}

.pd-service-hero {
	padding-block: clamp(64px, 7vw, 96px);
}

/* Photo-led treatment heroes use the same conversion pattern as the New
 * Patients page: real practice photography, readable copy, and two immediate
 * ways to contact the office. */
.pd-service-photo-hero {
	min-height: min(650px, calc(100vh - 124px));
}

.pd-service-photo-hero::before {
	background-image: var(--launch-hero-image);
	background-position: var(--pd-service-photo-position, center);
}

.pd-service-photo-hero::after {
	background:
		linear-gradient(90deg, rgba(0, 39, 57, 0.97) 0%, rgba(0, 39, 57, 0.9) 37%, rgba(0, 39, 57, 0.54) 57%, rgba(0, 39, 57, 0.08) 82%),
		linear-gradient(0deg, rgba(0, 39, 57, 0.5), transparent 58%);
}

.pd-service-photo-hero .launch-hero__content {
	max-width: 780px;
}

.pd-service-photo-hero h1 {
	font-size: clamp(3rem, 5.7vw, 5.6rem);
	line-height: 0.98;
}

.pd-service-photo-hero--care {
	--launch-hero-image: url("../images/service-care.jpg");
	--pd-service-photo-position: center 42%;
}

.pd-service-photo-hero--treatment {
	--launch-hero-image: url("../images/service-treatment.jpg");
	--pd-service-photo-position: center 48%;
}

.pd-service-photo-hero--technology {
	--launch-hero-image: url("../images/service-technology.jpg");
	--pd-service-photo-position: center 46%;
}

.pd-service-photo-hero--lab {
	--launch-hero-image: url("../images/service-lab.jpg");
	--pd-service-photo-position: center 55%;
}

.pd-service-photo-hero--smile {
	--launch-hero-image: url("../images/service-smile.jpg");
	--pd-service-photo-position: center 48%;
}

/* Existing service pages already contain carefully edited native blocks. Turn
 * their current first section into the same photo-led hero without replacing
 * any of that page content. */
body.pd-service-photo-page .pd-service-hero {
	position: relative;
	display: grid;
	min-height: min(650px, calc(100vh - 124px));
	padding: clamp(70px, 8vw, 112px) 0 clamp(68px, 8vw, 96px);
	overflow: hidden;
	color: #fff;
	background: var(--launch-ink);
	isolation: isolate;
	place-items: end start;
}

body.pd-service-photo-page .pd-service-hero::before,
body.pd-service-photo-page .pd-service-hero::after {
	position: absolute;
	inset: 0;
	content: "";
}

body.pd-service-photo-page .pd-service-hero::before {
	z-index: 0;
	background-image: var(--launch-hero-image);
	background-position: var(--pd-service-photo-position, center);
	background-size: cover;
}

body.pd-service-photo-page .pd-service-hero::after {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(0, 39, 57, 0.97) 0%, rgba(0, 39, 57, 0.9) 37%, rgba(0, 39, 57, 0.54) 57%, rgba(0, 39, 57, 0.08) 82%),
		linear-gradient(0deg, rgba(0, 39, 57, 0.5), transparent 58%);
}

body.pd-service-photo-page .pd-service-hero > .alignwide,
body.pd-service-photo-page .pd-service-hero > .wp-block-columns {
	position: relative;
	z-index: 2;
	display: block;
	width: var(--launch-container);
	max-width: 100%;
	margin: 0 auto;
}

body.pd-service-photo-page .pd-service-hero > .alignwide > :first-child,
body.pd-service-photo-page .pd-service-hero > .wp-block-columns > :first-child {
	max-width: 760px;
}

body.pd-service-photo-page .pd-service-hero figure,
body.pd-service-photo-page .pd-service-hero > .alignwide > :last-child.wp-block-image,
body.pd-service-photo-page .pd-service-hero > .wp-block-columns > :last-child {
	display: none;
}

body.pd-service-photo-page .pd-service-hero h1,
body.pd-service-photo-page .pd-service-hero h2 {
	color: #fff;
}

body.pd-service-photo-page .pd-service-hero h1 {
	font-size: clamp(3rem, 5.7vw, 5.6rem);
	line-height: 0.98;
}

body.pd-service-photo-page .pd-service-hero p:not(.launch-kicker) {
	max-width: 650px;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

body.pd-service-photo-page .pd-service-hero .launch-kicker {
	color: #b7e5df;
}

body.pd-service-photo-page .pd-service-hero .wp-block-button:not(.is-style-outline) > .wp-block-button__link {
	color: var(--launch-ink);
	background: #fff;
}

body.pd-service-photo-page .pd-service-hero .wp-block-button.is-style-outline > .wp-block-button__link {
	color: #fff;
	border-color: #fff;
}

body.pd-service-photo-hero--care {
	--launch-hero-image: url("../images/service-care.jpg");
	--pd-service-photo-position: center 42%;
}

body.pd-service-photo-hero--treatment {
	--launch-hero-image: url("../images/service-treatment.jpg");
	--pd-service-photo-position: center 48%;
}

body.pd-service-photo-hero--technology {
	--launch-hero-image: url("../images/service-technology.jpg");
	--pd-service-photo-position: center 46%;
}

body.pd-service-photo-hero--lab {
	--launch-hero-image: url("../images/service-lab.jpg");
	--pd-service-photo-position: center 55%;
}

body.pd-service-photo-hero--smile {
	--launch-hero-image: url("../images/service-smile.jpg");
	--pd-service-photo-position: center 48%;
}

body.pd-service-photo-hero--sterilization .pd-service-photo-hero,
body.pd-service-photo-hero--sterilization .pd-service-hero {
	--launch-hero-image: url("../images/service-sterilization.webp");
	--pd-service-photo-position: center 46%;
}

body.pd-service-photo-hero--sterilization .pd-service-photo-hero::after,
body.pd-service-photo-hero--sterilization .pd-service-hero::after {
	background:
		linear-gradient(90deg, rgba(0, 39, 57, 0.97) 0%, rgba(0, 39, 57, 0.9) 36%, rgba(0, 39, 57, 0.46) 50%, rgba(0, 39, 57, 0.16) 62%, rgba(0, 39, 57, 0.04) 76%),
		linear-gradient(0deg, rgba(0, 39, 57, 0.42), transparent 54%);
}

.pd-editable-columns {
	align-items: stretch;
	gap: clamp(24px, 4vw, 52px);
}

.pd-copy-cards {
	align-items: stretch;
	gap: 20px;
	margin-top: clamp(30px, 5vw, 54px);
}

.pd-copy-card {
	height: 100%;
	padding: clamp(24px, 3vw, 34px);
	background: #fff;
	border: 1px solid var(--launch-border);
	border-radius: 22px;
	box-shadow: 0 18px 44px rgba(0, 39, 57, 0.08);
}

.pd-copy-card h3 {
	margin-bottom: 14px;
}

.pd-copy-card p:last-child {
	margin-bottom: 0;
}

.pd-inline-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(24px, 4vw, 38px);
	margin-top: clamp(30px, 5vw, 54px);
	color: #fff;
	background: var(--launch-ink);
	border-radius: 24px;
}

.pd-inline-cta h3,
.pd-inline-cta p {
	color: inherit;
}

.pd-inline-cta h3 {
	margin-bottom: 8px;
}

.pd-inline-cta p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.78);
}

.pd-inline-cta .wp-block-buttons {
	flex: 0 0 auto;
}

.pd-form-panel {
	padding: clamp(26px, 4vw, 44px);
	color: var(--launch-ink);
	background: #fff;
	border: 1px solid var(--launch-border);
	border-radius: 24px;
	box-shadow: var(--launch-shadow);
}

.launch-section--ink .pd-form-panel :is(h2, h3, h4, p, label, .nf-form-fields-required) {
	color: var(--launch-ink);
}

.pd-form-panel .nf-form-content {
	padding: 0;
}

.pd-form-panel .nf-form-content input:not([type="button"]),
.pd-form-panel .nf-form-content textarea {
	border: 1px solid var(--launch-border);
	border-radius: 10px;
}

.pd-form-panel .nf-form-content input[type="button"] {
	padding: 13px 22px;
	color: #fff;
	background: var(--launch-brand);
	border: 0;
	border-radius: 999px;
	font-weight: 800;
	cursor: pointer;
}

/* Ninja Forms places newly added fields after Submit. Keep the patient’s
 * contact fields together and make Submit the final action in this panel. */
.pd-form-panel nf-fields-wrap {
	display: flex;
	flex-direction: column;
}

.pd-form-panel nf-fields-wrap > nf-field:nth-child(5) {
	order: 4;
}

.pd-form-panel nf-fields-wrap > nf-field:nth-child(4) {
	order: 5;
}

@media (max-width: 600px) {
	.pd-inline-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	/* The base hero reserves 110px above its copy on small screens. On the
	 * taller homepage headline that pushes the inline buttons beneath the
	 * fixed action bar, so use a compact top inset on phones. */
	.pd-home-hero .launch-hero__inner {
		padding-top: 24px;
	}

	.pd-home-hero,
	.pd-new-patient-hero {
		--pd-mobile-background-position: 62% center;
	}

	.pd-home-hero::before,
	.pd-new-patient-hero::before {
		background-position: var(--pd-mobile-background-position);
	}

	.pd-service-photo-hero {
		min-height: 610px;
	}

	.pd-service-photo-hero::before {
		background-position: 66% center;
	}

	.pd-service-photo-hero::after {
		background: linear-gradient(0deg, rgba(0, 39, 57, 0.97) 0%, rgba(0, 39, 57, 0.78) 66%, rgba(0, 39, 57, 0.34) 100%);
	}

	.pd-service-photo-hero h1 {
		font-size: clamp(2.65rem, 13vw, 4.3rem);
	}

	body.pd-service-photo-page .pd-service-hero {
		min-height: 610px;
		padding-top: 110px;
	}

	body.pd-service-photo-page .pd-service-hero::before {
		background-position: 66% center;
	}

	body.pd-service-photo-page .pd-service-hero::after {
		background: linear-gradient(0deg, rgba(0, 39, 57, 0.97) 0%, rgba(0, 39, 57, 0.78) 66%, rgba(0, 39, 57, 0.34) 100%);
	}

	body.pd-service-photo-page .pd-service-hero h1 {
		font-size: clamp(2.65rem, 13vw, 4.3rem);
	}
}
.pd-page-toc {
	margin-block: clamp(1rem, 2vw, 1.75rem);
	padding: clamp(.9rem, 2vw, 1.2rem) clamp(1.1rem, 2.5vw, 1.5rem);
	border: 1px solid color-mix(in srgb, var(--launch-ink, #002739) 16%, transparent);
	border-radius: 1rem;
	background: #fff;
}

.pd-page-toc > p {
	margin: 0 0 .4rem;
	font-size: 1.05rem;
}

.pd-page-toc ul {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem 1.35rem;
	margin: 0;
	padding-left: 1.15rem;
}

.pd-page-toc li::marker {
	color: var(--launch-brand);
}

.pd-page-toc a {
	line-height: 1.35;
}

.pd-page-toc--jump {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 0;
	padding: 8px 14px;
	box-shadow: 0 16px 42px rgba(0, 39, 57, 0.08);
}

.pd-page-toc--jump > p {
	padding: 0 22px 0 10px;
	margin: 0;
	color: var(--launch-brand);
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pd-page-toc--jump ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	padding: 0;
	list-style: none;
}

.pd-page-toc--jump li {
	margin: 0;
	border-left: 1px solid var(--launch-border);
}

.pd-page-toc--jump a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 62px;
	padding: 12px 20px;
	color: var(--launch-ink);
	border-radius: 12px;
	font-weight: 750;
	text-decoration: none;
	transition: color 160ms ease, background 160ms ease;
}

.pd-page-toc--jump a::after {
	content: "↓";
	color: var(--launch-brand);
	font-size: 1rem;
}

.pd-page-toc--jump a:hover {
	color: var(--launch-brand);
	background: rgba(115, 24, 44, 0.045);
}

.pd-page-toc--jump a:focus-visible {
	outline: 3px solid rgba(115, 24, 44, 0.28);
	outline-offset: -3px;
}

.pd-page-toc + .launch-section {
	padding-top: clamp(48px, 6vw, 84px);
}

@media (max-width: 600px) {
	.pd-page-toc {
		padding: 16px 20px;
		margin-block: 12px;
	}

	.pd-page-toc ul {
		display: grid;
		gap: 6px;
	}

	.pd-page-toc--jump {
		grid-template-columns: 1fr;
		padding: 8px;
	}

	.pd-page-toc--jump > p {
		padding: 8px 12px 10px;
	}

	.pd-page-toc--jump ul {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.pd-page-toc--jump li {
		border-top: 1px solid var(--launch-border);
		border-left: 0;
	}

	.pd-page-toc--jump a {
		min-height: 52px;
		padding: 10px 12px;
	}

	.pd-page-toc + .launch-section {
		padding-top: 40px;
	}
}

.pd-rounded-image img,
figure.pd-rounded-image img {
	display: block;
	width: 100%;
	border-radius: 28px;
}

.pd-offer-grid {
	position: relative;
	z-index: 2;
	padding: clamp(24px, 4vw, 42px);
	margin-top: clamp(-52px, -4vw, -32px);
	background: #fff;
	border: 1px solid var(--launch-border);
	border-radius: 28px;
	box-shadow: var(--launch-shadow);
}

.pd-offer-grid .wp-block-columns {
	margin-bottom: 14px;
}

.pd-offer-card {
	padding: clamp(24px, 4vw, 38px);
	background: var(--launch-cream);
	border-radius: 22px;
}

.pd-offer-card--featured {
	color: #fff;
	background: var(--launch-brand);
}

.pd-offer-card--featured h2,
.pd-offer-card--featured h3,
.pd-offer-card--featured p {
	color: inherit;
}

.pd-offer-card--featured .launch-kicker {
	color: rgba(255, 255, 255, 0.78);
}

.pd-offer-price {
	margin: 0 0 4px;
	font-size: clamp(3.4rem, 7vw, 6rem);
	line-height: 0.95;
}

.pd-offer-note {
	margin: 0;
	color: var(--launch-muted);
	font-size: 0.88rem;
	text-align: center;
}

.pd-membership-pricing {
	position: relative;
	z-index: 2;
	padding: clamp(30px, 4vw, 46px);
	margin-top: clamp(-42px, -4vw, -24px);
	background: #fff;
	border: 1px solid var(--launch-border);
	border-radius: 28px;
	box-shadow: var(--launch-shadow);
	text-align: center;
}

.pd-membership-pricing .pd-copy-cards {
	align-items: stretch;
	width: min(100%, 980px);
	max-width: 980px !important;
	margin-top: clamp(28px, 3vw, 38px);
	margin-right: auto !important;
	margin-left: auto !important;
}

.pd-membership-price-card {
	display: flex;
	align-self: stretch;
	flex-direction: column;
	height: auto;
	min-height: 250px;
	text-align: left;
}

.pd-membership-price-card > p:last-child {
	margin-top: auto;
}

.pd-membership-price-card--featured {
	color: #fff;
	background: var(--launch-brand);
}

.pd-membership-price-card--featured h3,
.pd-membership-price-card--featured p {
	color: inherit;
}

.pd-membership-price {
	margin: 16px 0 4px;
	color: var(--launch-brand);
	font-family: var(--launch-font-serif);
	font-size: clamp(2.75rem, 4.1vw, 4.25rem);
	font-weight: 700;
	font-variant-numeric: lining-nums tabular-nums;
	letter-spacing: -0.035em;
	line-height: 0.95;
	overflow-wrap: normal;
	white-space: nowrap;
	word-break: keep-all;
}

.pd-membership-price-card--featured .pd-membership-price {
	color: #fff;
}

.pd-membership-savings {
	padding: clamp(26px, 4vw, 42px);
	background: var(--launch-cream);
	border-radius: 24px;
}

.pd-membership-savings h2 {
	font-size: clamp(2.1rem, 3.4vw, 3.35rem);
}

.pd-savings-row {
	display: grid;
	padding: 18px 0;
	border-bottom: 1px solid var(--launch-border);
	gap: 8px 20px;
	grid-template-columns: minmax(105px, auto) 1fr;
}

.pd-savings-row:last-child {
	border-bottom: 0;
}

.pd-savings-row p {
	margin: 0;
}

.pd-savings-row strong {
	color: var(--launch-brand);
	font-size: 1.45rem;
}

.pd-membership-terms {
	max-width: 940px;
}

.pd-faq-hero .pd-page-intro {
	max-width: 1050px;
}

.pd-faq-columns {
	align-items: flex-start;
	gap: clamp(28px, 5vw, 72px);
}

.pd-faq-columns > .wp-block-column {
	min-width: 0;
}

.pd-faq-columns .wp-block-details {
	padding: 0;
	margin: 0;
	background: transparent;
	border-top: 1px solid var(--launch-border);
}

.pd-faq-columns .wp-block-details:last-of-type {
	border-bottom: 1px solid var(--launch-border);
}

.pd-faq-columns .wp-block-details summary {
	position: relative;
	padding: 22px 42px 22px 0;
	color: var(--launch-ink);
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	font-weight: 780;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}

.pd-faq-columns .wp-block-details summary::-webkit-details-marker {
	display: none;
}

.pd-faq-columns .wp-block-details summary::after {
	position: absolute;
	top: 21px;
	right: 4px;
	color: var(--launch-brand);
	content: "+";
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
}

.pd-faq-columns .wp-block-details[open] summary::after {
	content: "−";
}

.pd-faq-columns .wp-block-details > p {
	padding: 0 36px 22px 0;
	margin: 0;
	color: var(--launch-muted);
	line-height: 1.75;
}

.pd-faq-help-card {
	padding: clamp(28px, 4vw, 48px);
	background: var(--launch-cream);
	border-radius: 26px;
}

@media (max-width: 600px) {
	.pd-savings-row {
		grid-template-columns: 1fr;
	}
}

/* Our Team */
body.page .launch-entry__content > :is(.pd-team-hero, .pd-doctor-story, .pd-doctor-approach, .pd-memberships, .pd-team-roster, .pd-team-cta) {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

body.page .launch-entry__content > .pd-team-toc {
	width: min(calc(100% - 40px), var(--launch-container));
	margin-right: auto;
	margin-left: auto;
}

.pd-team-shell {
	width: min(calc(100% - 40px), var(--launch-container));
	max-width: var(--launch-container);
	margin-inline: auto;
}

.pd-team-hero {
	padding-top: clamp(34px, 5vw, 76px);
	padding-bottom: clamp(40px, 6vw, 88px);
	background: linear-gradient(135deg, #fff 0%, #faf7f3 100%);
}

.pd-team-hero__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
	align-items: center;
	gap: clamp(34px, 5vw, 72px);
}

.pd-team-hero__portrait {
	position: relative;
	margin: 0;
}

.pd-team-hero__portrait::before {
	position: absolute;
	inset: 20px -18px -18px 20px;
	z-index: 0;
	background: var(--launch-cream);
	border-radius: 30px;
	content: "";
}

.pd-team-hero__portrait img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center 18%;
	border-radius: 30px;
	box-shadow: 0 24px 60px rgba(0, 39, 57, 0.14);
}

.pd-team-hero__content {
	position: relative;
	z-index: 0;
	max-width: 760px;
	isolation: isolate;
}

.pd-team-hero__content::before {
	position: absolute;
	top: clamp(-54px, -4vw, -30px);
	right: clamp(-66px, -4vw, -24px);
	z-index: -1;
	width: clamp(250px, 25vw, 340px);
	aspect-ratio: 1;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 500% auto;
	content: "";
	opacity: 0.045;
	pointer-events: none;
}

.pd-team-hero__content h1 {
	margin-bottom: 8px;
	font-size: clamp(2.8rem, 4.6vw, 4.6rem);
	line-height: 1;
}

.pd-team-hero__content h1 span {
	display: block;
}

.pd-team-role {
	margin: 0 0 24px;
	color: var(--launch-brand);
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	font-weight: 800;
}

.pd-team-hero__content .launch-lede {
	max-width: 700px;
}

.pd-team-hero__content .wp-block-buttons {
	margin-top: 30px;
}

.pd-team-toc {
	width: min(calc(100% - 40px), var(--launch-container));
	max-width: var(--launch-container);
	margin-inline: auto;
}

.pd-team-section-heading {
	max-width: 920px;
	margin-bottom: clamp(30px, 5vw, 58px);
}

.pd-team-section-heading h2 {
	margin-bottom: 22px;
	font-size: clamp(2.4rem, 4.5vw, 4.5rem);
	line-height: 1.04;
}

.pd-team-section-heading > p:last-child {
	max-width: 800px;
	color: var(--launch-muted);
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	line-height: 1.75;
}

.pd-doctor-story__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(32px, 6vw, 84px);
}

.pd-doctor-story__columns p {
	color: var(--launch-muted);
	font-size: 1.04rem;
	line-height: 1.82;
}

.pd-doctor-story__columns p:first-child {
	margin-top: 0;
}

.pd-doctor-approach {
	background: var(--launch-cream);
}

.pd-doctor-focus-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pd-doctor-focus-grid > div {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: clamp(22px, 3vw, 32px);
	background: #fff;
	border: 1px solid var(--launch-border);
	border-radius: 22px;
}

.pd-doctor-focus-grid strong {
	color: var(--launch-brand);
	font-size: 1.1rem;
}

.pd-doctor-focus-grid span {
	color: var(--launch-muted);
	line-height: 1.6;
}

.pd-doctor-approach__closing {
	max-width: 850px;
	margin: clamp(28px, 4vw, 42px) 0 0;
	color: var(--launch-ink);
	font-size: clamp(1.1rem, 1.8vw, 1.35rem);
	font-weight: 700;
	line-height: 1.6;
}

.pd-membership-logo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pd-membership-logo-grid a {
	display: grid;
	grid-template-rows: 90px auto;
	align-items: center;
	justify-items: center;
	gap: 16px;
	min-height: 190px;
	padding: 28px 24px;
	color: var(--launch-ink);
	background: #fff;
	border: 1px solid var(--launch-border);
	border-radius: 20px;
	font-weight: 750;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pd-membership-logo-grid a:hover {
	border-color: rgba(115, 24, 44, 0.35);
	box-shadow: 0 16px 36px rgba(0, 39, 57, 0.09);
	transform: translateY(-2px);
}

.pd-membership-logo-grid a:focus-visible {
	outline: 3px solid rgba(115, 24, 44, 0.28);
	outline-offset: 3px;
}

.pd-membership-logo-grid img {
	display: block;
	max-width: 220px;
	max-height: 90px;
	object-fit: contain;
}

.pd-membership-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	padding: 0;
	margin: 28px 0 0;
	list-style: none;
}

.pd-membership-link-list a {
	color: var(--launch-brand);
	font-weight: 750;
}

.pd-team-roster {
	background: var(--launch-cream);
}

.pd-team-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.pd-team-card {
	display: grid;
	grid-template-columns: minmax(150px, 0.68fr) minmax(0, 1.32fr);
	align-items: stretch;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--launch-border);
	border-radius: 24px;
	box-shadow: 0 14px 34px rgba(0, 39, 57, 0.06);
}

.pd-team-card figure {
	min-height: 100%;
	margin: 0;
}

.pd-team-card figure img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	object-position: center 18%;
}

.pd-team-card__content {
	padding: clamp(24px, 3vw, 34px);
}

.pd-team-card__content .launch-kicker {
	margin-bottom: 8px;
}

.pd-team-card__content h3 {
	margin: 0 0 18px;
	font-size: clamp(1.8rem, 2.4vw, 2.45rem);
}

.pd-team-card__content p {
	color: var(--launch-muted);
	font-size: 0.96rem;
	line-height: 1.7;
}

.pd-team-card__content p:last-child {
	margin-bottom: 0;
}

.pd-team-cta > .pd-team-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.pd-team-cta h2 {
	margin-bottom: 12px;
}

.pd-team-cta p:last-child {
	margin-bottom: 0;
}

.pd-team-cta .wp-block-buttons {
	flex: 0 0 auto;
}

@media (max-width: 1050px) {
	.pd-team-grid {
		grid-template-columns: 1fr;
	}

	.pd-team-card {
		grid-template-columns: minmax(210px, 0.52fr) minmax(0, 1.48fr);
	}

	.pd-team-card figure img {
		min-height: 360px;
	}
}

@media (max-width: 780px) {
	.pd-team-hero__grid,
	.pd-doctor-story__columns,
	.pd-doctor-focus-grid {
		grid-template-columns: 1fr;
	}

	.pd-team-hero__portrait {
		width: min(100%, 520px);
	}

	.pd-membership-logo-grid {
		grid-template-columns: 1fr;
	}

	.pd-membership-logo-grid a {
		grid-template-columns: minmax(120px, 0.55fr) minmax(0, 1.45fr);
		grid-template-rows: 1fr;
		min-height: 132px;
		text-align: left;
	}

	.pd-team-cta > .pd-team-shell {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	.pd-team-shell,
	.pd-team-toc {
		width: min(calc(100% - 28px), var(--launch-container));
	}

	.pd-team-hero__portrait::before {
		inset: 12px -8px -10px 12px;
	}

	.pd-team-hero__content::before {
		top: -24px;
		right: -12px;
		width: 210px;
		opacity: 0.035;
	}

	.pd-team-card {
		grid-template-columns: 1fr;
	}

	.pd-team-card figure img {
		min-height: 0;
		aspect-ratio: 4 / 5;
	}

	.pd-membership-logo-grid a {
		grid-template-columns: 1fr;
		grid-template-rows: 78px auto;
		text-align: center;
	}

	.pd-membership-link-list {
		display: grid;
	}
}

.pd-results-hero__inner {
	max-width: 940px;
	margin-inline: auto;
	text-align: center;
}

.pd-results-hero__inner .launch-lede {
	max-width: 800px;
	margin-inline: auto;
}

.pd-results-section {
	padding-top: clamp(44px, 6vw, 84px);
}

.launch-before-after-module {
	position: relative;
	left: 50%;
	width: min(1480px, calc(100vw - clamp(32px, 6vw, 96px)));
	max-width: none;
	transform: translateX(-50%);
}

.pd-results-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 3vw, 44px);
}

.pd-result-card {
	display: grid;
	grid-template-rows: 1fr auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--launch-border);
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(0, 39, 57, 0.08);
}

.pd-result-card__header {
	padding: clamp(24px, 3vw, 36px);
}

.pd-result-card__header .launch-kicker {
	margin-bottom: 8px;
}

.pd-result-card__header h2 {
	margin: 0 0 14px;
	font-size: clamp(1.65rem, 2.3vw, 2.3rem);
}

.pd-result-card__header p:last-child {
	margin-bottom: 0;
	color: var(--launch-muted);
	line-height: 1.65;
}

.pd-result-pair {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2px;
	background: var(--launch-border);
	border-top: 1px solid var(--launch-border);
}

.pd-result-pair figure {
	display: grid;
	grid-template-rows: auto 1fr;
	margin: 0;
	background: #eef1f1;
}

.pd-result-pair img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
}

.pd-result-label {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 14px;
	color: #fff;
	background: var(--launch-ink);
	border-radius: 0;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.pd-result-label--after {
	background: var(--launch-brand);
}

.pd-results-note {
	align-items: center;
}

.pd-results-note > div:first-child {
	max-width: 800px;
}

@media (max-width: 900px) {
	.pd-results-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.pd-result-pair {
		grid-template-columns: 1fr;
	}

	.pd-result-pair img {
		aspect-ratio: 16 / 10;
	}
}

/* Licensed patient education videos */
.pd-video-library {
	width: min(1180px, calc(100% - 40px));
	margin: clamp(58px, 7vw, 104px) auto;
	padding: clamp(34px, 5vw, 68px);
	background: #f6f1e9;
	border-top: 4px solid #d9a45f;
	border-radius: 18px;
}

.pd-video-library__shell {
	max-width: 1060px;
	margin: 0 auto;
}

.pd-video-library__header {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1.15fr);
	column-gap: clamp(28px, 5vw, 72px);
	align-items: end;
	margin-bottom: 32px;
}

.pd-video-library__header .launch-kicker {
	grid-column: 1 / -1;
	margin-bottom: 12px;
}

.pd-video-library__header h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.8rem);
	line-height: 0.98;
}

.pd-video-library__header > p:last-child {
	margin: 0;
	color: var(--launch-muted);
	font-size: 1.05rem;
	line-height: 1.65;
}

.pd-video-library__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.pd-video-library--single .pd-video-library__grid {
	grid-template-columns: minmax(0, 820px);
	justify-content: center;
}

.pd-video-card {
	align-self: start;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(0, 39, 57, 0.15);
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(0, 39, 57, 0.08);
}

.pd-video-card__trigger {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	width: 100%;
	padding: 18px 20px;
	color: var(--launch-ink);
	background: transparent;
	border: 0;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}

.pd-video-card__trigger:hover,
.pd-video-card__trigger:focus-visible {
	color: var(--launch-ink);
	background: rgba(115, 24, 44, 0.055);
}

.pd-video-card__external {
	min-height: 92px;
}

.pd-video-card__trigger:focus-visible {
	outline: 3px solid rgba(217, 164, 95, 0.65);
	outline-offset: -3px;
}

.pd-video-card__play {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding-left: 2px;
	color: #fff;
	background: var(--launch-brand);
	border-radius: 50%;
	font-size: 0.82rem;
}

.pd-video-card__label {
	display: grid;
	gap: 3px;
}

.pd-video-card__label strong {
	font-size: 1rem;
	line-height: 1.25;
}

.pd-video-card__label small {
	color: var(--launch-muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.pd-video-card__toggle {
	color: var(--launch-brand);
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 1;
	transition: transform 180ms ease;
}

.pd-video-card.is-open .pd-video-card__toggle {
	transform: rotate(45deg);
}

.pd-video-card__player {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: var(--launch-ink);
	border-top: 1px solid rgba(0, 39, 57, 0.12);
}

.pd-video-card__player[hidden] {
	display: none;
}

.pd-video-card__player iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.pd-video-library__note {
	max-width: 850px;
	margin: 28px 0 0;
	color: var(--launch-muted);
	font-size: 0.9rem;
	line-height: 1.6;
}

@media (max-width: 780px) {
	.pd-video-library {
		width: calc(100% - 24px);
		padding: 30px 18px;
		border-radius: 12px;
	}

	.pd-video-library__header,
	.pd-video-library__grid {
		grid-template-columns: 1fr;
	}

	.pd-video-library__header {
		row-gap: 18px;
	}

	.pd-video-card__trigger {
		padding: 15px;
	}
}

/* 2026 art-direction pass: precise shapes, editorial rhythm, and stronger brand contrast. */
:root {
	--launch-radius-sm: 8px;
	--launch-radius: 14px;
	--launch-radius-lg: 20px;
	--launch-shadow: 0 24px 70px rgba(0, 39, 57, 0.11);
	--pd-button-height: 52px;
	--pd-button-radius: 14px;
}

/* Keep all true calls to action in one visual family. Content navigation
 * cards remain rectangular so they still read as destinations, not buttons. */
.launch-button,
.wp-block-button__link,
.pd-form-panel .nf-form-content input[type="button"] {
	min-height: var(--pd-button-height);
	padding: 13px 28px;
	border-radius: var(--pd-button-radius);
}

.launch-header-phone,
.launch-header-actions > .launch-button {
	height: 48px;
	min-height: 48px;
	padding-inline: 20px;
	border-width: 2px;
	border-radius: var(--pd-button-radius);
}

.wp-block-button:not(.is-style-outline) > .wp-block-button__link,
.launch-button--primary,
.launch-hero .wp-block-button:not(.is-style-outline) > .wp-block-button__link,
.launch-section--ink .wp-block-button:not(.is-style-outline) > .wp-block-button__link,
body.pd-service-photo-page .pd-service-hero .wp-block-button:not(.is-style-outline) > .wp-block-button__link,
.pd-form-panel .nf-form-content input[type="button"] {
	color: #fff;
	background: var(--launch-brand);
	border-color: var(--launch-brand);
	box-shadow: 0 10px 24px rgba(115, 24, 44, 0.24);
}

.wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover,
.launch-button--primary:hover,
.launch-hero .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover,
.launch-section--ink .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover,
body.pd-service-photo-page .pd-service-hero .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover,
.pd-form-panel .nf-form-content input[type="button"]:hover {
	color: #fff;
	background: #5b1021;
	border-color: #5b1021;
}

.wp-block-button.is-style-outline > .wp-block-button__link,
.launch-button--outline,
.launch-header-phone {
	border-width: 2px;
	border-radius: var(--pd-button-radius);
}

:where(.launch-card, .launch-trust-strip, .launch-cta-panel, .launch-quote, .pd-copy-card, .pd-inline-cta, .pd-form-panel, .pd-page-toc, .pd-team-card, .pd-membership-pricing, .pd-membership-savings, .pd-faq-help-card, .pd-video-library) {
	border-radius: var(--launch-radius);
}

.pd-home-hero {
	--launch-hero-image: url("../images/hero-office.jpg");
}

.pd-home-hero::before {
	background-image: url("../images/hero-office.jpg");
	background-position: center 42%;
}

.pd-home-hero .launch-hero__content {
	max-width: 790px;
	padding-left: 0;
	border-left: 0;
}

.pd-home-hero .launch-kicker {
	color: #f0ba77;
}

body.home .launch-trust-strip {
	border-radius: 10px;
	border-top: 3px solid var(--launch-accent);
	box-shadow: 0 18px 45px rgba(0, 39, 57, 0.1);
}

body.home .pd-home-trust-link {
	border-radius: 6px;
}

.pd-home-intro {
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: clamp(42px, 7vw, 104px);
}

.pd-home-intro .wp-block-image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
	border-radius: 0 0 42px 0;
	box-shadow: 24px 24px 0 rgba(215, 154, 89, 0.16);
}

.pd-home-intro > .wp-block-group {
	padding-left: clamp(24px, 3vw, 42px);
	border-left: 2px solid var(--launch-accent);
}

.pd-home-services .launch-card {
	min-height: 300px;
	margin-block-start: 0;
	border-radius: 10px;
	border-top: 4px solid var(--launch-accent);
	box-shadow: none;
}

.pd-home-services .launch-card:hover {
	box-shadow: 0 18px 40px rgba(0, 39, 57, 0.1);
	transform: translateY(-2px);
}

.pd-home-services .launch-card:nth-child(2) {
	color: #fff;
	background: var(--launch-ink);
	border-color: var(--launch-accent);
}

.pd-home-services .launch-card:nth-child(3) {
	color: #fff;
	background: var(--launch-brand);
	border-color: var(--launch-accent);
}

.pd-home-services .launch-card:nth-child(n + 2) :is(h3, a) {
	color: #fff;
}

.pd-home-services .launch-card:nth-child(n + 2) p {
	color: rgba(255, 255, 255, 0.82);
}

.pd-home-services .launch-card:nth-child(n + 2) .launch-kicker {
	color: #f0ba77;
}

.pd-home-location {
	position: relative;
	isolation: isolate;
	padding: clamp(32px, 5vw, 66px);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.6);
	border-top: 4px solid var(--launch-accent);
}

.pd-home-location::after {
	position: absolute;
	top: 50%;
	right: clamp(-80px, -4vw, -35px);
	z-index: -1;
	width: clamp(240px, 28vw, 430px);
	aspect-ratio: 1;
	background: url("../images/favicon.png") center / contain no-repeat;
	content: "";
	opacity: 0.045;
	transform: translateY(-50%) rotate(-8deg);
}

.pd-home-location > p:last-of-type {
	position: relative;
	border-radius: 8px;
	border: 0;
	border-top: 4px solid var(--launch-accent);
	box-shadow: 0 16px 38px rgba(0, 39, 57, 0.08);
}

.pd-home-services-cta,
.pd-home-location-cta {
	width: 100%;
	max-width: none;
}

.pd-home-location-cta {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

.pd-inline-cta > .wp-block-group {
	min-width: 0;
	max-width: 650px !important;
	flex: 1 1 auto;
	margin-inline: 0 !important;
}

.pd-inline-cta > .wp-block-buttons {
	margin-inline: 0 !important;
}

.pd-home-doctor {
	grid-template-columns: minmax(0, 1.18fr) minmax(310px, 0.82fr);
	gap: 0;
}

.pd-home-doctor .wp-block-image {
	margin: 0;
}

.pd-home-doctor .wp-block-image img {
	aspect-ratio: 4 / 5;
	object-position: center 16%;
	border-radius: 0 0 34px 0;
	box-shadow: var(--launch-shadow);
}

.pd-home-doctor > .wp-block-group {
	position: relative;
	z-index: 2;
	padding: clamp(34px, 5vw, 68px);
	margin-right: -54px;
	background: var(--launch-cream);
	border-top: 4px solid var(--launch-accent);
	border-radius: 12px 0 0 12px;
}

#technology .launch-feature-grid {
	grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

#technology .launch-feature-grid .wp-block-image img {
	border-radius: 6px;
}

#technology .launch-feature-grid > .wp-block-group {
	padding-left: clamp(24px, 3vw, 40px);
	border-left: 2px solid var(--launch-accent);
}

body.home .launch-cta-panel {
	background: var(--launch-ink);
	border-top: 4px solid var(--launch-accent);
	border-radius: 12px;
}

/* Internal page-header system. Photo and text-only pages share one scale,
 * height, alignment, and color hierarchy so navigation feels continuous. */
:root {
	--pd-internal-hero-height: 520px;
	--pd-internal-hero-title: clamp(3.25rem, 5vw, 4.8rem);
}

body:not(.home) .pd-new-patient-hero,
body:not(.home) .pd-service-photo-hero,
body.pd-service-photo-page .pd-service-hero {
	min-height: var(--pd-internal-hero-height);
}

body.pd-service-photo-page .pd-service-hero {
	padding-block: clamp(72px, 7vw, 96px);
	place-items: center start;
}

body:not(.home) .launch-entry__content > .launch-section:first-child:has(> .pd-page-intro) {
	display: grid;
	min-height: var(--pd-internal-hero-height);
	padding-block: clamp(72px, 7vw, 96px);
	color: #fff;
	background: var(--launch-ink);
	place-items: center stretch;
}

body:not(.home) .launch-entry__content > .launch-section:first-child > .pd-page-intro,
body:not(.home) .launch-hero__content,
body.pd-service-photo-page .pd-service-hero > .alignwide > :first-child,
body.pd-service-photo-page .pd-service-hero > .wp-block-columns > :first-child {
	width: 100%;
	max-width: 820px;
}

body:not(.home) .launch-entry__content > .launch-section:first-child h1,
body:not(.home) .launch-hero h1,
body.pd-service-photo-page .pd-service-hero h1 {
	max-width: 820px;
	margin-block: 18px 24px;
	font-size: var(--pd-internal-hero-title);
	line-height: 1;
	letter-spacing: -0.025em;
}

body:not(.home) .launch-entry__content > .launch-section:first-child:has(> .pd-page-intro) h1 {
	color: #fff;
}

body:not(.home) .launch-entry__content > .launch-section:first-child:has(> .pd-page-intro) .launch-kicker,
body:not(.home) .launch-hero .launch-kicker,
body.pd-service-photo-page .pd-service-hero .launch-kicker {
	color: #f0ba77;
}

body:not(.home) .launch-entry__content > .launch-section:first-child:has(> .pd-page-intro) .launch-lede {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 782px) {
	.pd-home-hero .launch-hero__content {
		padding-left: 20px;
	}

	.pd-home-intro,
	.pd-home-doctor,
	#technology .launch-feature-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.pd-home-intro > .wp-block-group,
	#technology .launch-feature-grid > .wp-block-group {
		padding-left: 20px;
	}

	.pd-home-doctor > .wp-block-group {
		padding: 32px 24px;
		margin-right: 0;
		border-radius: 10px;
	}

	.pd-home-location {
		padding: 30px 22px;
	}
}

@media (max-width: 600px) {
	:root {
		--pd-internal-hero-height: 460px;
		--pd-internal-hero-title: clamp(2.65rem, 12vw, 3.8rem);
	}
}

/* Sign-led brand refinement: matte ink, warm ivory, and restrained champagne
 * details echo the new exterior signage and the office's stone-and-wood tones. */
.launch-cta-panel {
	background: var(--launch-ink);
	border-top: 3px solid var(--launch-accent);
	border-radius: 12px;
}

.launch-membership-callout {
	color: var(--launch-ink);
	background: var(--launch-cream);
	border-top: 1px solid color-mix(in srgb, var(--launch-accent) 48%, transparent);
	border-bottom: 1px solid color-mix(in srgb, var(--launch-accent) 48%, transparent);
}

.launch-membership-callout::after {
	border-color: rgba(215, 154, 89, 0.3);
	box-shadow: 0 0 0 46px rgba(215, 154, 89, 0.07), 0 0 0 92px rgba(215, 154, 89, 0.045);
}

.launch-membership-callout :is(h2, p) {
	color: inherit;
}

.launch-membership-callout p {
	color: var(--launch-muted);
}

.launch-membership-callout .launch-kicker {
	color: var(--launch-brand);
}

.launch-membership-callout .launch-button--light {
	color: #fff;
	background: var(--launch-brand);
	border-color: var(--launch-brand);
	box-shadow: 0 10px 24px rgba(115, 24, 44, 0.2);
}

.launch-membership-callout .launch-button--light:hover {
	color: #fff;
	background: #5b1021;
	border-color: #5b1021;
}

.pd-offer-card--featured,
.pd-membership-price-card--featured {
	background: var(--launch-ink);
	border-top: 3px solid var(--launch-accent);
}

.pd-home-services .launch-card:nth-child(3) {
	color: var(--launch-ink);
	background: var(--launch-cream);
	border-color: var(--launch-accent);
}

.pd-home-services .launch-card:nth-child(3) :is(h3, a) {
	color: var(--launch-ink);
}

.pd-home-services .launch-card:nth-child(3) p {
	color: var(--launch-muted);
}

.pd-home-services .launch-card:nth-child(3) .launch-kicker {
	color: var(--launch-brand);
}

.launch-contact-band__form,
.pd-offer-grid,
.pd-membership-pricing {
	border-top: 3px solid var(--launch-accent);
	border-radius: 14px;
}

.pd-offer-card,
.pd-membership-price-card,
.pd-membership-savings,
.pd-doctor-focus-grid > div {
	border-radius: 12px;
}

.pd-rounded-image img,
figure.pd-rounded-image img {
	border-radius: 4px 4px 24px 4px;
}

:is(.launch-section--ink, .pd-inline-cta, .pd-team-cta) .launch-kicker,
.launch-footer h2 {
	color: #e0ad73;
}

.launch-footer {
	border-top: 1px solid rgba(215, 154, 89, 0.42);
}

/* The cleanings hero has a large blank wall on the right. A tighter desktop
 * crop moves the staff member into the lighter side of the overlay while
 * preserving the open left side for copy. */
@media (min-width: 783px) {
	/* WordPress's constrained-layout rules were collapsing hero containers to
	 * the narrow text measure on desktop. Keep the copy itself readable, but
	 * align it to the same wide grid as the header and the sections below. */
	.launch-hero__inner {
		width: var(--launch-container);
		max-width: var(--launch-container) !important;
	}

	/* Gutenberg centers constrained child groups and narrower blocks by
	 * default. Anchor every desktop hero element to the container's left edge
	 * so the kicker, heading, copy, and buttons share one alignment line. */
	.launch-hero__inner > .launch-hero__content {
		margin-inline: 0 !important;
	}

	.launch-hero__content > * {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	body:not(.home) .launch-entry__content > .launch-section:first-child > .pd-page-intro {
		width: var(--launch-container);
		max-width: var(--launch-container);
		margin-inline: auto;
	}

	body.pd-care-hero-crop .pd-service-photo-hero::before,
	body.pd-care-hero-crop .pd-service-hero::before {
		background-position: left 42%;
		background-size: 125% auto;
	}

	body.pd-service-photo-hero--sterilization .pd-service-photo-hero::before,
	body.pd-service-photo-hero--sterilization .pd-service-hero::before {
		background-position: left 46%;
		background-size: 125% auto;
	}

	/* Keep the gold rule exclusive to the current page. Using the same rule
	 * for hover made two navigation items appear active at once. */
	.launch-primary-menu > li:not(.current-menu-item):not(.current-menu-ancestor):hover > a {
		color: var(--launch-brand);
	}

	.launch-primary-menu > li:not(.current-menu-item):not(.current-menu-ancestor):hover > a::after {
		transform: scaleX(0);
	}

	body.home .launch-primary-menu > .pd-about-menu-item > a::after,
	body.home .launch-primary-menu > li > a[href$="/our-team/"]::after {
		transform: scaleX(0);
	}
}
