.ph-residential-page {
	--phr-navy: #101d31;
	--phr-navy-deep: #091726;
	--phr-navy-soft: #1b2b42;
	--phr-cream: #f4efe7;
	--phr-paper: #faf7f2;
	--phr-ink: #142137;
	--phr-copy: #5d6672;
	--phr-sand: #dcc8af;
	--phr-bronze: #a98e72;
	--phr-line: rgba(20, 33, 55, .16);
	--phr-light-line: rgba(247, 245, 241, .22);
	width: 100%;
	margin: 0;
	padding: 0;
	color: var(--phr-ink);
	background: var(--phr-paper);
}

.ph-residential-page *,
.ph-residential-page *::before,
.ph-residential-page *::after {
	box-sizing: border-box;
}

.ph-residential-page h1,
.ph-residential-page h2,
.ph-residential-page h3,
.ph-residential-page p,
.ph-residential-page figure {
	margin-top: 0;
}

.ph-residential-page a {
	text-decoration: none;
}

.ph-residential-shell {
	width: min(1180px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.ph-residential-label,
.ph-residential-eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 25px;
	color: #755f4d;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ph-residential-label::before,
.ph-residential-eyebrow::before {
	width: 30px;
	height: 1px;
	content: "";
	background: currentColor;
}

.ph-residential-label--light {
	color: var(--phr-sand);
}

.ph-residential-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 20px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	transition: transform .35s cubic-bezier(.2, .72, .25, 1), background-color .35s ease, border-color .35s ease;
}

.ph-residential-button--primary {
	color: var(--phr-ink);
	background: var(--phr-sand);
}

.ph-residential-button--secondary {
	color: #f7f5f1;
	border-color: rgba(247, 245, 241, .34);
	background: transparent;
}

.ph-residential-hero {
	overflow: hidden;
	color: #f7f5f1;
	background: var(--phr-navy);
}

.ph-residential-hero__grid {
	display: grid;
	grid-template-columns: minmax(410px, .82fr) minmax(0, 1.18fr);
	width: min(1600px, 100%);
	min-height: 630px;
	margin: 0 auto;
}

.ph-residential-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(78px, 7vw, 112px) clamp(42px, 6vw, 92px) clamp(78px, 7vw, 112px) max(24px, calc((100vw - 1180px) / 2));
}

.ph-residential-eyebrow {
	margin-bottom: 28px;
	color: var(--phr-sand);
}

.ph-residential-hero h1 {
	max-width: 630px;
	margin-bottom: 25px;
	color: #f7f5f1;
	font-size: clamp(52px, 5.2vw, 82px);
	font-weight: 300;
	line-height: .98;
	letter-spacing: -.045em;
}

.ph-residential-hero h1 em {
	display: block;
	color: var(--phr-sand);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -.035em;
}

.ph-residential-hero__summary {
	max-width: 560px;
	margin-bottom: 0;
	color: rgba(247, 245, 241, .76);
	font-size: 18px;
	line-height: 1.7;
}

.ph-residential-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.ph-residential-hero__media {
	position: relative;
	min-height: 630px;
	margin: 0;
	overflow: hidden;
	background: var(--phr-navy-soft);
	animation: ph-residential-hero-in .85s ease-out .08s both;
}

.ph-residential-hero__media::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background: linear-gradient(90deg, var(--phr-navy) 0%, rgba(16, 29, 49, .36) 23%, rgba(16, 29, 49, .04) 62%);
	pointer-events: none;
}

.ph-residential-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 630px;
	object-fit: cover;
	object-position: center;
	filter: saturate(.94) contrast(1.03) brightness(1.03);
	transition: transform .7s cubic-bezier(.2, .75, .25, 1), filter .4s ease;
}

.ph-residential-hero__media figcaption {
	position: absolute;
	right: 28px;
	bottom: 26px;
	z-index: 3;
	max-width: 280px;
	padding: 14px 16px;
	color: #f7f5f1;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	background: rgba(10, 24, 40, .82);
	backdrop-filter: blur(10px);
}

.ph-residential-hero__media figcaption span {
	display: block;
	margin-top: 4px;
	color: rgba(247, 245, 241, .67);
	font-weight: 400;
	letter-spacing: .02em;
	text-transform: none;
}

.ph-residential-watermark {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	color: rgba(255, 255, 255, .28);
	font-size: clamp(20px, 2.4vw, 38px);
	font-weight: 600;
	letter-spacing: .12em;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.ph-residential-intro {
	display: grid;
	grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
	gap: clamp(50px, 8vw, 110px);
	padding-top: clamp(88px, 9vw, 132px);
	padding-bottom: clamp(82px, 8vw, 116px);
	border-bottom: 1px solid var(--phr-line);
}

.ph-residential-intro h2,
.ph-residential-concerns h2,
.ph-residential-evidence h2,
.ph-residential-close h2 {
	margin-bottom: 0;
	color: var(--phr-ink);
	font-size: clamp(38px, 4.2vw, 62px);
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: -.04em;
}

.ph-residential-intro__copy {
	align-self: end;
}

.ph-residential-intro__copy p {
	max-width: 650px;
	margin-bottom: 20px;
	color: var(--phr-copy);
	font-size: 17px;
	line-height: 1.78;
}

.ph-residential-intro__copy p:last-child {
	margin-bottom: 0;
}

.ph-residential-concerns {
	padding-top: clamp(84px, 8vw, 116px);
	padding-bottom: clamp(86px, 9vw, 128px);
}

.ph-residential-concerns__heading,
.ph-residential-journey__heading,
.ph-residential-evidence__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
	gap: clamp(50px, 8vw, 105px);
	align-items: end;
}

.ph-residential-concerns__heading > p,
.ph-residential-journey__heading > p,
.ph-residential-evidence__heading > div > p {
	max-width: 540px;
	margin-bottom: 4px;
	color: var(--phr-copy);
	font-size: 17px;
	line-height: 1.72;
}

.ph-residential-concern-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(54px, 6vw, 82px);
	border-top: 1px solid var(--phr-line);
	border-bottom: 1px solid var(--phr-line);
}

.ph-residential-concern {
	position: relative;
	min-width: 0;
	padding: 38px 28px 42px;
	border-left: 1px solid var(--phr-line);
	transition: background-color .35s ease, transform .35s cubic-bezier(.2, .72, .25, 1);
}

.ph-residential-concern:first-child {
	border-left: 0;
}

.ph-residential-concern::before {
	position: absolute;
	top: -1px;
	left: 28px;
	width: 42px;
	height: 3px;
	content: "";
	background: var(--phr-bronze);
}

.ph-residential-concern__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	margin-bottom: 27px;
	font-size: 37px;
	line-height: 1;
	background: rgba(220, 200, 175, .28);
	border-radius: 50%;
}

.ph-residential-concern h3 {
	margin-bottom: 13px;
	color: var(--phr-ink);
	font-size: 23px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.ph-residential-concern p {
	margin-bottom: 0;
	color: var(--phr-copy);
	font-size: 14px;
	line-height: 1.7;
}

.ph-residential-journey {
	position: relative;
	overflow: hidden;
	padding: clamp(88px, 9vw, 128px) 0 clamp(96px, 10vw, 144px);
	color: #f7f5f1;
	background: var(--phr-navy);
}

.ph-residential-journey::before {
	position: absolute;
	top: -160px;
	right: -80px;
	width: 620px;
	height: 620px;
	content: "";
	background: radial-gradient(circle, rgba(80, 113, 151, .18), transparent 68%);
	pointer-events: none;
}

.ph-residential-journey__heading {
	position: relative;
	z-index: 1;
}

.ph-residential-journey__heading h2 {
	max-width: 720px;
	margin-bottom: 0;
	color: #f7f5f1;
	font-size: clamp(40px, 4.4vw, 64px);
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: -.04em;
}

.ph-residential-journey__heading > p {
	color: rgba(247, 245, 241, .68);
}

.ph-residential-timeline {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: clamp(64px, 7vw, 94px);
}

.ph-residential-timeline__line {
	position: absolute;
	top: 99px;
	left: 8%;
	right: 4%;
	z-index: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--phr-sand), #b69e84 74%, rgba(220, 200, 175, .56));
}

.ph-residential-timeline__line::after {
	position: absolute;
	top: 50%;
	right: -2px;
	width: 0;
	height: 0;
	content: "";
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 15px solid var(--phr-sand);
	transform: translate(100%, -50%);
}

.ph-residential-step {
	position: relative;
	z-index: 1;
	min-width: 0;
	padding: 0 14px;
	text-align: center;
}

.ph-residential-pin {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	margin: 0 auto 35px;
	color: var(--phr-navy);
	background: var(--phr-sand);
	border: 8px solid rgba(255, 255, 255, .1);
	border-radius: 50% 50% 50% 8px;
	box-shadow: 0 0 0 8px rgba(220, 200, 175, .08), 0 18px 34px rgba(0, 0, 0, .22);
	transform: rotate(-45deg);
	transform-origin: center;
}

.ph-residential-pin svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform: rotate(45deg);
}

.ph-residential-step__verb {
	display: block;
	margin-bottom: 12px;
	color: var(--phr-sand);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ph-residential-step h3 {
	margin-bottom: 12px;
	color: #f7f5f1;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -.02em;
}

.ph-residential-step p {
	margin-bottom: 0;
	color: rgba(247, 245, 241, .61);
	font-size: 13px;
	line-height: 1.65;
}

.ph-residential-evidence {
	padding-top: clamp(90px, 9vw, 132px);
	padding-bottom: clamp(96px, 10vw, 144px);
}

.ph-residential-evidence__heading {
	margin-bottom: clamp(50px, 6vw, 78px);
}

.ph-residential-evidence__heading h2 {
	margin-bottom: 18px;
}

.ph-residential-photo-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
	grid-template-rows: repeat(2, 255px);
	gap: 18px;
}

.ph-residential-photo {
	position: relative;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: var(--phr-navy-soft);
}

.ph-residential-photo--feature {
	grid-row: 1 / 3;
}

.ph-residential-photo__media {
	position: absolute;
	inset: 0;
}

.ph-residential-photo__media::after {
	position: absolute;
	inset: 35% 0 0;
	content: "";
	background: linear-gradient(180deg, transparent, rgba(8, 19, 33, .88));
	pointer-events: none;
}

.ph-residential-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.96) contrast(1.03) brightness(1.04);
	transition: transform .65s cubic-bezier(.2, .75, .25, 1), filter .35s ease;
}

.ph-residential-photo figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	padding: 28px;
	color: #f7f5f1;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
}

.ph-residential-photo figcaption span {
	display: block;
	margin-top: 7px;
	color: rgba(247, 245, 241, .7);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
}

.ph-residential-photo:not(.ph-residential-photo--feature) figcaption {
	padding: 20px;
	font-size: 17px;
}

.ph-residential-equipment {
	display: grid;
	grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
	min-height: 460px;
	margin-top: 18px;
	background: var(--phr-navy);
}

.ph-residential-equipment__media {
	position: relative;
	min-height: 460px;
	overflow: hidden;
}

.ph-residential-equipment__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 34%;
	filter: saturate(.95) contrast(1.03) brightness(1.04);
	transition: transform .65s cubic-bezier(.2, .75, .25, 1);
}

.ph-residential-equipment__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(46px, 6vw, 88px);
}

.ph-residential-equipment__copy h3 {
	max-width: 650px;
	margin-bottom: 20px;
	color: #f7f5f1;
	font-size: clamp(34px, 3.5vw, 54px);
	font-weight: 300;
	line-height: 1.08;
	letter-spacing: -.035em;
}

.ph-residential-equipment__copy > p:last-child {
	max-width: 600px;
	margin-bottom: 0;
	color: rgba(247, 245, 241, .68);
	font-size: 16px;
	line-height: 1.72;
}

.ph-residential-close {
	padding: clamp(82px, 8vw, 118px) 0;
	color: #f7f5f1;
	background: var(--phr-navy-deep);
}

.ph-residential-close__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
	gap: clamp(48px, 8vw, 110px);
	align-items: end;
}

.ph-residential-close h2 {
	max-width: 790px;
	margin-bottom: 20px;
	color: #f7f5f1;
}

.ph-residential-close__grid > div > p:last-child {
	max-width: 760px;
	margin-bottom: 0;
	color: rgba(247, 245, 241, .7);
	font-size: 17px;
	line-height: 1.72;
}

.ph-residential-close__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

@keyframes ph-residential-hero-in {
	from {
		opacity: 0;
		transform: translateX(24px) scale(.985);
	}
	to {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

@media (hover: hover) and (pointer: fine) {
	.ph-residential-button:hover {
		transform: translateY(-3px);
	}

	.ph-residential-button--primary:hover {
		color: var(--phr-ink);
		background: #ead9c4;
	}

	.ph-residential-button--secondary:hover {
		color: #f7f5f1;
		border-color: rgba(247, 245, 241, .7);
		background: rgba(255, 255, 255, .04);
	}

	.ph-residential-hero__media:hover img,
	.ph-residential-photo:hover img,
	.ph-residential-equipment:hover img {
		transform: scale(1.035);
		filter: saturate(1) contrast(1.03) brightness(1.07);
	}

	.ph-residential-concern:hover {
		background: rgba(220, 200, 175, .11);
		transform: translateY(-5px);
	}

	.ph-residential-step:hover .ph-residential-pin {
		background: #ead9c4;
		box-shadow: 0 0 0 10px rgba(220, 200, 175, .1), 0 22px 40px rgba(0, 0, 0, .25);
	}
}

@media (max-width: 1100px) {
	.ph-residential-hero__grid {
		grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
	}

	.ph-residential-hero__copy {
		padding-right: 42px;
	}

	.ph-residential-concern-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ph-residential-concern:nth-child(3) {
		border-top: 1px solid var(--phr-line);
		border-left: 0;
	}

	.ph-residential-concern:nth-child(4) {
		border-top: 1px solid var(--phr-line);
	}

}

@media (max-width: 820px) {
	.ph-residential-shell {
		width: min(100% - 32px, 1180px);
	}

	.ph-residential-hero__grid,
	.ph-residential-intro,
	.ph-residential-concerns__heading,
	.ph-residential-journey__heading,
	.ph-residential-evidence__heading,
	.ph-residential-equipment,
	.ph-residential-close__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ph-residential-hero__copy {
		padding: 74px 24px 58px;
	}

	.ph-residential-hero__media,
	.ph-residential-hero__media img {
		min-height: 420px;
	}

	.ph-residential-hero__media::before {
		background: linear-gradient(180deg, rgba(16, 29, 49, .52), rgba(16, 29, 49, .03) 48%);
	}

	.ph-residential-intro,
	.ph-residential-concerns__heading,
	.ph-residential-journey__heading,
	.ph-residential-evidence__heading,
	.ph-residential-close__grid {
		gap: 30px;
	}

	.ph-residential-timeline {
		display: block;
		margin-top: 58px;
		padding-left: 104px;
	}

	.ph-residential-timeline::before {
		position: absolute;
		top: 44px;
		bottom: 44px;
		left: 45px;
		width: 5px;
		content: "";
		background: linear-gradient(180deg, var(--phr-sand), rgba(220, 200, 175, .48));
	}

	.ph-residential-timeline::after {
		position: absolute;
		bottom: 31px;
		left: 39px;
		width: 0;
		height: 0;
		content: "";
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 14px solid var(--phr-sand);
	}

	.ph-residential-step {
		min-height: 150px;
		padding: 0 0 42px;
		text-align: left;
	}

	.ph-residential-step:last-child {
		padding-bottom: 0;
	}

	.ph-residential-pin {
		position: absolute;
		top: 0;
		left: -93px;
		width: 72px;
		height: 72px;
		margin: 0;
		border-width: 6px;
	}

	.ph-residential-pin svg {
		width: 31px;
		height: 31px;
	}

	.ph-residential-photo-grid {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: 390px 300px 300px;
	}

	.ph-residential-photo--feature {
		grid-row: auto;
	}

	.ph-residential-equipment__media {
		min-height: 410px;
	}

	.ph-residential-close__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 560px) {
	.ph-residential-hero h1 {
		font-size: clamp(48px, 15vw, 67px);
	}

	.ph-residential-hero__summary,
	.ph-residential-intro__copy p,
	.ph-residential-close__grid > div > p:last-child {
		font-size: 16px;
	}

	.ph-residential-actions,
	.ph-residential-close__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ph-residential-button {
		width: 100%;
	}

	.ph-residential-hero__media,
	.ph-residential-hero__media img {
		min-height: 340px;
	}

	.ph-residential-hero__media figcaption {
		right: 16px;
		bottom: 16px;
		max-width: calc(100% - 32px);
		padding: 11px 13px;
	}

	.ph-residential-concern-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ph-residential-concern,
	.ph-residential-concern:nth-child(3),
	.ph-residential-concern:nth-child(4) {
		padding: 32px 0 34px;
		border-top: 1px solid var(--phr-line);
		border-left: 0;
	}

	.ph-residential-concern:first-child {
		border-top: 0;
	}

	.ph-residential-concern::before {
		left: 0;
	}

	.ph-residential-timeline {
		padding-left: 86px;
	}

	.ph-residential-timeline::before {
		left: 35px;
	}

	.ph-residential-timeline::after {
		left: 29px;
	}

	.ph-residential-pin {
		left: -79px;
		width: 64px;
		height: 64px;
	}

	.ph-residential-pin svg {
		width: 28px;
		height: 28px;
	}

	.ph-residential-step h3 {
		font-size: 21px;
	}

	.ph-residential-step p {
		font-size: 14px;
	}

	.ph-residential-photo-grid {
		grid-template-rows: repeat(3, 300px);
	}

	.ph-residential-photo figcaption,
	.ph-residential-photo:not(.ph-residential-photo--feature) figcaption {
		padding: 20px;
		font-size: 18px;
	}

	.ph-residential-equipment__media {
		min-height: 340px;
	}

	.ph-residential-equipment__copy {
		padding: 42px 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ph-residential-page *,
	.ph-residential-page *::before,
	.ph-residential-page *::after {
		scroll-behavior: auto !important;
		animation: none !important;
		transition: none !important;
	}
}
