/**
 * Premier Heart Health homepage styles.
 * Scoped under body.phh-home. Header/footer owned by Divi Theme Builder.
 */

.phh-home {
	--phh-ink: #292922;
	--phh-olive: #5e684d;
	--phh-olive-dark: #4f5842;
	--phh-gold: #b2a26f;
	--phh-cream: #f7f3ed;
	--phh-warm: #eee8df;
	--phh-line: #ded7cd;
	--phh-serif: "Playfair Display", Georgia, serif;
	--phh-sans: "DM Sans", Arial, sans-serif;
	--phh-content: 1180px;
	--phh-shadow: 0 12px 40px rgba(58, 54, 45, 0.08);
	color: var(--phh-ink);
	font-family: var(--phh-sans);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

.phh-home .phh-main,
.phh-home .phh-page,
.phh-home .phh-page__content {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
}

.phh-home .phh-page__content > *:last-child {
	margin-bottom: 0;
}

/* Hide Divi default page title on this template */
.phh-home .entry-title,
.phh-home .et_pb_title_container,
.phh-home #main-content .container > .et_pb_row .et_pb_title,
.phh-home .phh-page > .entry-title {
	display: none !important;
}

.phh-home .phh-page__content a {
	color: inherit;
	text-decoration: none;
}

.phh-home .phh-page__content a.phh-button,
.phh-home .phh-page__content a.phh-outline-button,
.phh-home .phh-page__content a.phh-light-button {
	text-decoration: none;
}

.phh-home .phh-page__content h1,
.phh-home .phh-page__content h2,
.phh-home .phh-page__content h3 {
	font-family: var(--phh-serif);
	font-weight: 400;
	line-height: 1.08;
	margin-top: 0;
}

.phh-home .phh-page__content p {
	margin-top: 0;
}

.phh-home .phh-content-width {
	width: min(calc(100% - 48px), var(--phh-content));
	margin-inline: auto;
}

.phh-home .phh-svg-library {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.phh-home .phh-sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.phh-home .phh-gold-rule {
	display: block;
	width: 33px;
	height: 2px;
	background: var(--phh-gold);
	margin: 18px 0 18px;
}

.phh-home .phh-button,
.phh-home .phh-outline-button,
.phh-home .phh-light-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 12px 28px;
	border: 0;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
	cursor: pointer;
}

.phh-home .phh-button {
	background: var(--phh-olive);
	color: #fff;
}

.phh-home .phh-page__content a.phh-button {
	background: var(--phh-olive);
	color: #fff;
}

.phh-home .phh-button:hover,
.phh-home .phh-button:focus-visible,
.phh-home .phh-page__content a.phh-button:hover,
.phh-home .phh-page__content a.phh-button:focus-visible {
	background: var(--phh-olive-dark);
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(94, 104, 77, 0.22);
	color: #fff;
}

.phh-home .phh-outline-button {
	border: 1px solid var(--phh-ink);
	padding: 9px 27px;
	background: transparent;
}

.phh-home .phh-outline-button:hover,
.phh-home .phh-outline-button:focus-visible,
.phh-home .phh-page__content a.phh-outline-button:hover,
.phh-home .phh-page__content a.phh-outline-button:focus-visible {
	background: var(--phh-ink);
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(41, 41, 34, 0.14);
	color: #fff;
}

.phh-home .phh-light-button,
.phh-home .phh-page__content a.phh-light-button {
	background: #fff;
	color: var(--phh-olive-dark);
	padding: 9px 27px;
}

.phh-home .phh-light-button:hover,
.phh-home .phh-light-button:focus-visible,
.phh-home .phh-page__content a.phh-light-button:hover,
.phh-home .phh-page__content a.phh-light-button:focus-visible {
	color: var(--phh-olive-dark);
}

/* ——— Header layout: logo left, links centered, CTA far right ——— */
@media (min-width: 981px) {
	.phh-home .phh-menu .et_pb_menu__wrap {
		flex-grow: 1;
	}

	.phh-home .phh-menu .et_pb_menu__menu {
		flex-grow: 1;
	}

	.phh-home .phh-menu nav.et-menu-nav {
		width: 100%;
	}

	.phh-home .phh-menu ul.et-menu {
		display: flex !important;
		align-items: center;
		width: 100%;
		justify-content: center;
	}

	.phh-home .phh-menu ul.et-menu > li:first-child {
		margin-left: auto !important;
	}

	.phh-home .phh-menu ul.et-menu > li.menu-cta,
	.phh-home .phh-menu ul.et-menu > li.cta-menu {
		margin-left: auto !important;
	}
}

/* ——— Header CTA menu item (Join Interest List) ——— */
.phh-home .menu-cta,
.phh-home .cta-menu {
	display: flex !important;
	align-items: center !important;
	margin-left: 10px;
}

.phh-home .menu-cta > a,
.phh-home .cta-menu > a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center;
	align-self: center !important;
	height: auto !important;
	background: var(--phh-olive) !important;
	color: #fff !important;
	border-radius: 999px;
	padding: 12px 26px !important;
	font-family: inherit !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	line-height: 1 !important;
	transition: background 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease;
}

.phh-home .menu-cta > a:hover,
.phh-home .menu-cta > a:focus-visible,
.phh-home .cta-menu > a:hover,
.phh-home .cta-menu > a:focus-visible {
	background: var(--phh-olive-dark) !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(94, 104, 77, 0.22);
	opacity: 1 !important;
}

/* ——— Hero ——— */
.phh-home .phh-hero {
	position: relative;
	display: grid;
	grid-template-columns: 57% 43%;
	align-items: stretch;
	min-height: 650px;
	background: #ffffff;
}

.phh-home .phh-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 65px 24px 66px max(48px, calc((100vw - var(--phh-content)) / 2));
}

.phh-home .phh-hero__copy > p {
	margin: 0;
}

.phh-home .phh-hero__title {
	font-size: clamp(47px, 4.2vw, 69px);
	line-height: 1.05;
	margin: 0 0 19px;
	letter-spacing: -0.02em;
}

.phh-home .phh-hero__kicker {
	margin: 0;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.phh-home .phh-hero__doctor {
	font: 400 clamp(34px, 3vw, 49px) / 1.1 var(--phh-serif);
	margin: 2px 0 0;
	padding-bottom: 10px;
}

.phh-home .phh-hero__lede {
	font-size: 18px;
	line-height: 1.48;
	max-width: 400px;
	margin: 0 0 20px;
}

.phh-home .phh-hero__opening {
	margin: 0 0 22px;
	color: var(--phh-olive);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.phh-home .phh-hero__copy .phh-button,
.phh-home .phh-hero__copy a.phh-button {
	align-self: flex-start;
	margin-top: 20px;
}

.phh-home .phh-hero__media {
	position: absolute;
	inset: 0 0 0 40%;
	z-index: 1;
	margin: 0;
	min-height: 100%;
}

.phh-home .phh-hero__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Anchor to the right edge so any crop happens on the left, under the white fade. */
	object-position: 100% 35%;
}

.phh-home .phh-hero__media::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		#ffffff 0%,
		#ffffff 12%,
		rgba(255, 255, 255, 0.92) 18%,
		rgba(255, 255, 255, 0.55) 24%,
		rgba(255, 255, 255, 0.2) 28%,
		transparent 32%
	);
}

/* ——— Benefits ——— */
.phh-home .phh-benefits {
	background: #fff;
}

.phh-home .phh-benefits__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 42px 0;
}

.phh-home .phh-benefit {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 2px 34px;
	border-right: 1px solid #ece7df;
	margin: 0;
}

.phh-home .phh-benefit:first-child {
	padding-left: 20px;
}

.phh-home .phh-benefit:last-child {
	border-right: 0;
}

.phh-home .phh-round-icon {
	width: 65px;
	height: 65px;
	flex: 0 0 65px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: radial-gradient(circle, #faf8f4 0 60%, #f0ece5 61%);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.phh-home .phh-benefit:hover .phh-round-icon {
	transform: translateY(-3px) scale(1.04);
	box-shadow: 0 10px 24px rgba(58, 54, 45, 0.08);
}

.phh-home .phh-round-icon svg {
	width: 39px;
	height: 39px;
	fill: none;
	stroke: var(--phh-olive);
	stroke-width: 1.45;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.phh-home .phh-benefit__title {
	font-size: 18px;
	margin: 0 0 4px;
}

.phh-home .phh-benefit__text {
	font-size: 12.5px;
	line-height: 1.55;
	margin: 0;
}

/* ——— About ——— */
.phh-home .phh-about {
	padding: 10px 0;
	background: #f7f3ed;
}

.phh-home .phh-about__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	min-height: 300px;
}

.phh-home .phh-about__media {
	margin: 0;
	min-height: 350px;
	overflow: hidden;
}

.phh-home .phh-about__photo {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 350px;
	object-fit: cover;
	object-position: center 28%;
}

.phh-home .phh-about__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 49px 58px;
	background: #f7f3ed;
}

.phh-home .phh-about__copy .phh-gold-rule {
	margin: 16px 0 14px;
}

.phh-home .phh-about__title,
.phh-home .phh-section-heading__title {
	font-size: 33px;
	margin: 0;
}

.phh-home .phh-about__copy .phh-outline-button,
.phh-home .phh-page__content .phh-about__copy a.phh-outline-button {
	max-width: 170px;
	width: 100%;
	font-weight: 700;
	align-self: flex-start;
}

.phh-home .phh-about__text {
	font-size: 13.5px;
	line-height: 1.55;
	max-width: 560px;
	margin: 0 0 22px;
}

/* ——— Shared sections ——— */
.phh-home .phh-section {
	padding: 42px 0;
}

.phh-home .phh-section-heading {
	text-align: center;
}

.phh-home .phh-section-heading .phh-gold-rule {
	margin: 12px auto 28px;
}

/* ——— Services ——— */
.phh-home .phh-services {
	padding-bottom: 26px;
}

.phh-home .phh-services__grid {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 15px;
	text-align: center;
}

.phh-home .phh-service {
	margin: 0;
	min-width: 0;
}

.phh-home .phh-service svg {
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto 10px;
	fill: none;
	stroke: var(--phh-olive);
	stroke-width: 1.35;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.phh-home .phh-service__title {
	font: 600 10.5px / 1.27 var(--phh-sans);
	margin: 0;
}

/* ——— Fit ——— */
.phh-home .phh-fit {
	padding-top: 20px;
}

.phh-home .phh-fit__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.phh-home .phh-fit-card {
	background: linear-gradient(135deg, #f7f3ed, #f0ebe3);
	text-align: center;
	padding: 15px 12px 16px;
	min-height: 116px;
	margin: 0;
}

.phh-home .phh-fit-card svg {
	width: 39px;
	height: 39px;
	fill: none;
	stroke: var(--phh-olive);
	stroke-width: 1.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.phh-home .phh-fit-card__text {
	font-size: 11.5px;
	line-height: 1.35;
	margin: 5px 0 0;
}

/* ——— Care options ——— */
.phh-home .phh-care {
	background: #faf8f5;
	padding-top: 18px;
}

.phh-home .phh-care__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1035px;
	margin: auto;
}

.phh-home .phh-care-card {
	min-height: 260px;
	padding: 26px 48px 28px;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.phh-home .phh-care-card__title {
	font-size: 30px;
	margin: 0 0 3px;
}

.phh-home .phh-care-card__lede {
	font-size: 12.5px;
}

.phh-home .phh-short-rule {
	display: block;
	width: 30px;
	height: 2px;
	background: currentColor;
	opacity: 0.45;
	margin: 18px 0;
}

.phh-home .phh-care-card__list {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
}

.phh-home .phh-care-card__list li {
	font-size: 12.5px;
	margin: 4px 0;
}

.phh-home .phh-care-card__list li::before {
	content: "\2713";
	margin-right: 8px;
}

.phh-home .phh-care-card--membership {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(79, 88, 66, 0.94) 0%, rgba(94, 104, 77, 0.88) 55%, rgba(79, 88, 66, 0.82) 100%),
		url("../images/office-lobby.webp") center / cover no-repeat;
	background-color: var(--phh-olive);
	color: #fff;
	isolation: isolate;
}

/* Beat Divi Customizer heading colors on the olive card */
.phh-home .phh-care-card--membership h3,
.phh-home .phh-care-card--membership .phh-care-card__title,
.phh-home .phh-care-card--membership p,
.phh-home .phh-care-card--membership li,
.phh-home .phh-care-card--membership strong,
.phh-home .phh-care-card--membership .phh-care-card__lede,
.phh-home .phh-care-card--membership .phh-care-card__price,
.phh-home .phh-page__content .phh-care-card--membership h3,
.phh-home .phh-page__content .phh-care-card--membership .phh-care-card__title {
	color: #fff !important;
}

.phh-home .phh-care-card--membership > * {
	position: relative;
	z-index: 1;
}

.phh-home .phh-care-card--consult {
	background: #fff;
	border: 1px solid #aaa59b;
}

.phh-home .phh-care-card__footer {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-top: auto;
}

.phh-home .phh-care-card__price {
	font-size: 9.5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* ——— Experience steps ——— */
.phh-home .phh-experience {
	padding-top: 6px;
	padding-bottom: 18px;
}

.phh-home .phh-steps {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
}

.phh-home .phh-steps::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 12.5%;
	right: 12.5%;
	border-top: 1px dotted #c8c0b2;
}

.phh-home .phh-steps__item {
	position: relative;
}

.phh-home .phh-steps__num {
	position: relative;
	z-index: 1;
	width: 44px;
	height: 44px;
	margin: 0 auto 11px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--phh-olive);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.phh-home .phh-steps__text {
	font-size: 11.5px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

/* ——— Interest list CTA (form shortcode slot; not Divi footer) ——— */
/* Original mockup places the interest form only in the footer — hide the mid-page duplicate. */
.phh-home .phh-interest {
	display: none;
}

/* ——— Divi Theme Builder footer: olive-branch plant (matches client photography) ——— */
.phh-home .phh-footer {
	position: relative;
	overflow: hidden;
}

.phh-home .phh-footer::before {
	content: "" !important;
	position: absolute !important;
	left: -18px !important;
	bottom: -40px !important;
	width: 250px !important;
	height: 330px !important;
	background: url("../images/footer-olive-branch.png") left bottom / contain no-repeat !important;
	opacity: 0.88 !important;
	pointer-events: none;
	z-index: 0;
}

.phh-home .phh-footer .et_pb_row {
	position: relative;
	z-index: 1;
}

/* Compact footer rhythm to match mockup */
.phh-home .phh-footer {
	padding: 22px 0 8px !important;
}

.phh-home .phh-footer .et_pb_row {
	padding: 8px 0 !important;
}

.phh-home .phh-footer .et_pb_module {
	margin-bottom: 10px !important;
}

.phh-home .phh-footer .et_pb_module:last-child {
	margin-bottom: 0 !important;
}

.phh-home .phh-footer-bottom-row {
	padding: 8px 0 6px !important;
	margin-top: 10px !important;
}

/* ——— Responsive ——— */
@media (max-width: 1050px) {
	.phh-home .phh-services__grid {
		grid-template-columns: repeat(5, 1fr);
		row-gap: 28px;
	}

	.phh-home .phh-benefit {
		padding-inline: 18px;
	}
}

@media (max-width: 820px) {
	.phh-home .phh-hero {
		display: block;
		min-height: 0;
	}

	.phh-home .phh-hero__copy {
		padding: 40px 24px 32px;
	}

	.phh-home .phh-hero__media {
		position: relative;
		inset: auto;
		min-height: 320px;
	}

	.phh-home .phh-hero__photo {
		min-height: 320px;
		object-position: center center;
	}

	.phh-home .phh-hero__media::before {
		background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.75) 8%, transparent 27%);
	}

	.phh-home .phh-hero__copy .phh-button,
	.phh-home .phh-hero__copy a.phh-button {
		margin-bottom: 4px;
	}

	.phh-home .phh-benefits__inner {
		grid-template-columns: 1fr;
		padding: 0 24px;
	}

	.phh-home .phh-benefit,
	.phh-home .phh-benefit:first-child {
		padding: 24px 0;
		border-right: 0;
		border-bottom: 1px solid #ebe6de;
	}

	.phh-home .phh-benefit:last-child {
		border-bottom: 0;
	}

	.phh-home .phh-about__inner {
		grid-template-columns: 1fr;
	}

	.phh-home .phh-about__copy {
		padding: 32px 24px 40px;
	}

	.phh-home .phh-about__media,
	.phh-home .phh-about__photo {
		min-height: 260px;
	}

	.phh-home .phh-services__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px 16px;
	}

	.phh-home .phh-fit__grid {
		grid-template-columns: 1fr 1fr;
	}

	.phh-home .phh-care__grid {
		grid-template-columns: 1fr;
		max-width: 650px;
	}

	.phh-home .phh-footer::before {
		width: 200px !important;
		height: 270px !important;
		left: -12px !important;
		bottom: -36px !important;
	}

	.phh-home .phh-section {
		padding: 36px 0;
	}

	.phh-home .phh-interest {
		padding-inline: 24px;
	}
}

@media (max-width: 560px) {
	.phh-home .phh-content-width {
		width: min(calc(100% - 34px), var(--phh-content));
	}

	.phh-home .phh-button,
	.phh-home .phh-outline-button,
	.phh-home .phh-light-button,
	.phh-home .phh-page__content a.phh-button,
	.phh-home .phh-page__content a.phh-outline-button,
	.phh-home .phh-page__content a.phh-light-button {
		min-height: 44px;
		padding-inline: 24px;
	}

	.phh-home .phh-hero__copy {
		padding: 32px 20px 28px;
	}

	.phh-home .phh-hero__title {
		font-size: 38px;
		margin-bottom: 14px;
	}

	.phh-home .phh-hero__doctor {
		font-size: 29px;
	}

	.phh-home .phh-hero__lede {
		font-size: 16px;
		max-width: none;
	}

	.phh-home .phh-hero__opening {
		margin-bottom: 18px;
	}

	.phh-home .phh-hero__media {
		min-height: 280px;
	}

	.phh-home .phh-hero__photo {
		min-height: 280px;
		object-position: center center;
	}

	.phh-home .phh-about__copy {
		padding: 28px 20px 36px;
	}

	.phh-home .phh-about__media,
	.phh-home .phh-about__photo {
		min-height: 240px;
	}

	.phh-home .phh-about__title,
	.phh-home .phh-section-heading__title {
		font-size: 28px;
	}

	.phh-home .phh-services__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px 12px;
	}

	.phh-home .phh-fit__grid {
		grid-template-columns: 1fr;
	}

	.phh-home .phh-care-card {
		padding: 28px 20px;
		min-height: 0;
	}

	.phh-home .phh-care-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.phh-home .phh-steps {
		grid-template-columns: 1fr;
		text-align: left;
		max-width: 330px;
		margin: auto;
	}

	.phh-home .phh-steps::before {
		top: 22px;
		bottom: 22px;
		left: 22px;
		right: auto;
		border-top: 0;
		border-left: 1px dotted #c8c0b2;
	}

	.phh-home .phh-steps__item {
		display: flex;
		gap: 16px;
	}

	.phh-home .phh-steps__num {
		flex: 0 0 44px;
		margin: 0 0 17px;
	}

	.phh-home .phh-steps__text {
		padding-top: 12px;
		margin-bottom: 17px;
	}

	.phh-home .phh-footer {
		padding-top: 160px;
	}

	.phh-home .phh-footer::before {
		width: 200px !important;
		height: 260px !important;
		left: calc(50% - 100px) !important;
		top: -8px !important;
		bottom: auto !important;
		opacity: 0.75 !important;
	}

	.phh-home .phh-interest__title {
		font-size: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.phh-home *,
	.phh-home *::before,
	.phh-home *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* ——— Motion (scroll reveal + hero entrance) ——— */
@media (prefers-reduced-motion: no-preference) {
	.phh-home .phh-reveal {
		opacity: 0;
		transform: translateY(28px);
		transition:
			opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
			transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
		transition-delay: var(--phh-reveal-delay, 0s);
	}

	.phh-home .phh-reveal.phh-is-visible {
		opacity: 1;
		transform: none;
	}

	.phh-home .phh-reveal--left {
		transform: translateX(-36px);
	}

	.phh-home .phh-reveal--right {
		transform: translateX(36px);
	}

	.phh-home .phh-reveal--left.phh-is-visible,
	.phh-home .phh-reveal--right.phh-is-visible {
		transform: none;
	}

	.phh-home .phh-hero__title,
	.phh-home .phh-hero__kicker,
	.phh-home .phh-hero__doctor,
	.phh-home .phh-hero__copy .phh-gold-rule,
	.phh-home .phh-hero__lede,
	.phh-home .phh-hero__opening,
	.phh-home .phh-hero__copy .phh-button,
	.phh-home .phh-hero__copy a.phh-button,
	.phh-home .phh-hero__media {
		opacity: 0;
	}

	.phh-home .phh-hero.phh-is-visible .phh-hero__title {
		animation: phh-hero-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
	}

	.phh-home .phh-hero.phh-is-visible .phh-hero__kicker {
		animation: phh-hero-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
	}

	.phh-home .phh-hero.phh-is-visible .phh-hero__doctor {
		animation: phh-hero-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
	}

	.phh-home .phh-hero.phh-is-visible .phh-hero__copy .phh-gold-rule {
		transform-origin: left center;
		animation: phh-gold-draw 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.34s both;
	}

	.phh-home .phh-hero.phh-is-visible .phh-hero__lede {
		animation: phh-hero-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
	}

	.phh-home .phh-hero.phh-is-visible .phh-hero__opening {
		animation: phh-hero-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
	}

	.phh-home .phh-hero.phh-is-visible .phh-hero__copy .phh-button,
	.phh-home .phh-hero.phh-is-visible .phh-hero__copy a.phh-button {
		animation: phh-hero-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.58s both;
	}

	.phh-home .phh-hero.phh-is-visible .phh-hero__media {
		animation: phh-hero-slide-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
	}

	.phh-home :is(.phh-reveal, .phh-section-heading).phh-is-visible .phh-gold-rule {
		transform-origin: left center;
		animation: phh-gold-draw 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
		animation-delay: var(--phh-reveal-delay, 0.15s);
	}

	.phh-home .phh-service,
	.phh-home .phh-fit-card,
	.phh-home .phh-care-card {
		transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
	}

	.phh-home .phh-service:hover,
	.phh-home .phh-fit-card:hover,
	.phh-home .phh-care-card:hover {
		transform: translateY(-4px);
	}

	.phh-home .phh-service:hover {
		box-shadow: 0 12px 28px rgba(58, 54, 45, 0.08);
	}

	.phh-home .phh-care-card:hover {
		box-shadow: var(--phh-shadow);
	}
}

@keyframes phh-hero-rise {
	from {
		opacity: 0;
		transform: translateY(24px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes phh-hero-slide-in {
	from {
		opacity: 0;
		transform: translateX(36px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes phh-gold-draw {
	from {
		transform: scaleX(0);
		opacity: 0.4;
	}

	to {
		transform: scaleX(1);
		opacity: 1;
	}
}
