/* LDH Custom Homes — restrained editorial design layer. */
.custom-homes-page {
	--ch-navy: #050c18;
	--ch-navy-soft: #0b1626;
	--ch-cream: #f3efe6;
	--ch-paper: #fffdf8;
	--ch-ink: #1f2933;
	--ch-gold: #a6844a;
	--ch-gold-light: #d4bd8d;
	--ch-line-dark: rgba(31, 41, 51, 0.16);
	--ch-line-light: rgba(255, 255, 255, 0.16);
	background: var(--ch-navy);
	color: var(--ch-paper);
}

.custom-homes-page a { text-decoration: none; }

body.ldh-custom-homes-page .site-header-wrap:not(.is-scrolled):not(.is-menu-open) {
	border-bottom-color: transparent;
	background: transparent;
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
}

body.ldh-custom-homes-page {
	overflow-x: clip;
}

.custom-homes-page .ldh-custom-shell {
	width: min(calc(100% - var(--ldh-gutter) - var(--ldh-gutter)), 1440px);
	margin-inline: auto;
}

.custom-homes-chapter {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.25rem;
	color: var(--ch-gold);
	font-size: 0.64rem;
	font-weight: 600;
	letter-spacing: 0.17em;
	line-height: 1.3;
	text-transform: uppercase;
}

.custom-homes-chapter::before {
	display: inline-block;
	width: 2.25rem;
	height: 1px;
	background: currentColor;
	content: "";
}

.custom-homes-chapter > :first-child { margin-top: 0; }
.custom-homes-chapter > :last-child { margin-bottom: 0; }

.custom-homes-chapter--light { color: var(--ch-gold-light); }

/* Hero — centered static-image composition, distinct from the homepage film. */
.custom-homes-page .custom-homes-hero {
	position: relative;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	min-height: 100svh;
	padding: 0;
	overflow: hidden;
	background: var(--ch-navy);
	color: #fff;
}

.custom-homes-page .custom-homes-hero::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: radial-gradient(circle at 50% 43%, transparent 0, rgba(5, 12, 24, 0.08) 33%, rgba(5, 12, 24, 0.42) 100%);
	content: "";
	pointer-events: none;
}

.custom-homes-page .custom-homes-hero__media,
.custom-homes-page .custom-homes-hero__wash {
	position: absolute;
	inset: 0;
	clip-path: none;
}

.custom-homes-page .custom-homes-hero__media {
	z-index: 0;
	overflow: hidden;
	box-shadow: none;
}

.custom-homes-page .custom-homes-hero__media::after {
	position: absolute;
	inset: 0;
	display: block;
	background:
		linear-gradient(180deg, rgba(5, 12, 24, 0.5) 0%, rgba(5, 12, 24, 0.1) 31%, rgba(5, 12, 24, 0.3) 70%, rgba(5, 12, 24, 0.82) 100%),
		linear-gradient(90deg, rgba(5, 12, 24, 0.26), transparent 28%, transparent 72%, rgba(5, 12, 24, 0.26));
	content: "";
}

.custom-homes-page .custom-homes-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.82) contrast(1.03) brightness(0.76);
	transform: scale(1.015);
}

.custom-homes-page .custom-homes-hero__wash {
	z-index: 1;
	border: 0;
	background: radial-gradient(ellipse at center, rgba(5, 12, 24, 0.04) 0%, rgba(5, 12, 24, 0.34) 76%);
	pointer-events: none;
}

.custom-homes-page .custom-homes-hero__wash::before,
.custom-homes-page .custom-homes-hero__wash::after {
	display: none;
}

.custom-homes-page .custom-homes-hero__grain {
	position: absolute;
	z-index: 2;
	inset: 0;
	opacity: 0.1;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
	pointer-events: none;
}

.custom-homes-page .custom-homes-hero__layout {
	position: relative;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 0;
	padding: clamp(9rem, 15vh, 12rem) var(--ldh-gutter) clamp(3.5rem, 7vh, 5rem);
}

.custom-homes-page .custom-homes-hero__content {
	position: relative;
	z-index: 2;
	width: min(100%, 76rem);
	max-width: 76rem;
	margin: auto;
	text-align: center;
}

.custom-homes-page .custom-homes-hero__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
	margin: 0 0 clamp(1.75rem, 3vw, 2.75rem);
	color: var(--ch-gold-light);
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.19em;
	line-height: 1.4;
	text-shadow: none;
	text-transform: uppercase;
}

.custom-homes-page .custom-homes-hero__eyebrow::before {
	width: 2.75rem;
	height: 1px;
	background: currentColor;
	content: "";
}

.custom-homes-page .custom-homes-hero__title {
	max-width: 13ch;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.9);
	font-family: var(--ldh-serif);
	font-size: clamp(3.4rem, 5.8vw, 6.7rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.94;
	text-align: center;
	text-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.28);
	text-transform: none;
	text-wrap: balance;
}

.custom-homes-page .custom-homes-hero__lower {
	display: block;
	margin-top: clamp(1.75rem, 3.5vh, 2.75rem);
}

.custom-homes-page .custom-homes-hero__description {
	max-width: 48rem;
	margin: 0 auto;
	padding: 0;
	border: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(0.94rem, 0.9rem + 0.15vw, 1.06rem);
	line-height: 1.68;
}

.custom-homes-page .custom-homes-hero__description > :first-child { margin-top: 0; }
.custom-homes-page .custom-homes-hero__description > :last-child { margin-bottom: 0; }

.custom-homes-page .custom-homes-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin: 2rem 0 0;
}

.custom-homes-page .custom-homes-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-width: 14.5rem;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 1.1;
	text-transform: uppercase;
	transition: background 250ms ease, border-color 250ms ease, color 250ms ease;
}

.custom-homes-page .custom-homes-hero__button--solid {
	border-color: var(--ch-gold);
	background: var(--ch-gold);
}

.custom-homes-page .custom-homes-hero__button--solid:hover,
.custom-homes-page .custom-homes-hero__button--solid:focus-visible {
	border-color: var(--ch-paper);
	background: var(--ch-paper);
	color: var(--ch-navy);
}

.custom-homes-page .custom-homes-hero__button--ghost:hover,
.custom-homes-page .custom-homes-hero__button--ghost:focus-visible {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.custom-homes-page .custom-homes-hero__subtle-link {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin-top: 1.35rem;
	border: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.custom-homes-page .custom-homes-hero__subtle-link:hover,
.custom-homes-page .custom-homes-hero__subtle-link:focus-visible { color: #fff; }

.custom-homes-page .custom-homes-hero__trust-grid {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	justify-items: stretch;
	gap: 0;
	width: min(calc(100% - var(--ldh-gutter) - var(--ldh-gutter)), 1440px);
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	border-bottom: 0;
	background: rgba(5, 12, 24, 0.44);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.custom-homes-page .custom-homes-hero__trust-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	justify-content: start;
	gap: 0.3rem;
	width: auto;
	min-width: 0;
	max-width: none;
	min-height: 5rem;
	padding: 1rem clamp(1rem, 2vw, 2rem);
	border: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	text-align: left;
}

.custom-homes-page .custom-homes-hero__trust-card:last-child { border-right: 0; }

.custom-homes-page .custom-homes-hero__trust-value {
	grid-column: 1;
	margin: 0 0 0.2rem;
	color: var(--ch-gold-light);
	font-family: var(--ldh-serif);
	font-size: clamp(1rem, 1.3vw, 1.25rem);
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
}

.custom-homes-page .custom-homes-hero__trust-label {
    grid-column: 1;
    max-width: 20ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.57rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-align: left;
    text-transform: uppercase;
}

.custom-homes-page .custom-homes-hero__trust-card:last-child .custom-homes-hero__trust-label {
    max-width: none;
}

/* Fit */
.custom-homes-page .custom-homes-foundation {
	background: var(--ch-navy);
}

.custom-homes-page .custom-homes-fit {
	position: relative;
	min-height: 0;
	padding: clamp(7rem, 10vw, 10rem) 0;
	overflow: hidden;
	background: #f1f2f4;
	color: var(--ch-ink);
}

.custom-homes-page .custom-homes-fit::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(31, 41, 51, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(31, 41, 51, 0.035) 1px, transparent 1px);
	background-size: 4.5rem 4.5rem;
	content: "";
	-webkit-mask-image: linear-gradient(90deg, #000, transparent 68%);
	mask-image: linear-gradient(90deg, #000, transparent 68%);
	pointer-events: none;
}

.custom-homes-page .custom-homes-fit::after {
	position: absolute;
	top: -16rem;
	right: -14rem;
	width: 38rem;
	aspect-ratio: 1;
	border: 1px solid rgba(166, 132, 74, 0.13);
	border-radius: 50%;
	box-shadow: 0 0 0 5rem rgba(166, 132, 74, 0.025), 0 0 0 10rem rgba(166, 132, 74, 0.018);
	content: "";
	pointer-events: none;
}

.custom-homes-page .custom-homes-fit__inner {
	position: relative;
	z-index: 1;
	grid-template-columns: minmax(0, 0.84fr) minmax(28rem, 1.16fr);
	align-items: start;
	gap: clamp(4rem, 8vw, 8.5rem);
	min-height: 0;
}

.custom-homes-page .custom-homes-fit__intro,
.custom-homes-page .custom-homes-fit__content {
	position: relative;
	z-index: 1;
}

.custom-homes-page .custom-homes-fit__intro {
	display: block;
	min-width: 0;
	padding: 0;
}

.custom-homes-page .custom-homes-fit__intro::after {
	position: absolute;
	z-index: -1;
	top: 5.5rem;
	left: -8rem;
	width: 18rem;
	aspect-ratio: 1;
	border: 1px solid rgba(166, 132, 74, 0.18);
	border-radius: 50%;
	content: "";
}

.custom-homes-page .custom-homes-fit__heading {
	max-width: 13.5ch;
	color: var(--ch-ink);
	font-family: var(--ldh-serif);
	font-size: clamp(3.1rem, 4.8vw, 5.2rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.96;
	text-wrap: balance;
}

.custom-homes-page .custom-homes-fit__copy {
	max-width: 34rem;
	margin-top: 2rem;
	color: rgba(31, 41, 51, 0.66);
	font-size: clamp(0.94rem, 0.9rem + 0.15vw, 1.06rem);
	line-height: 1.72;
}

.custom-homes-page .custom-homes-positioning__heading {
	max-width: 13.5ch;
	color: #fff;
	font-size: clamp(2.7rem, 4.5vw, 4.65rem);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.custom-homes-page .custom-homes-positioning__copy {
	max-width: 35rem;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.95rem;
	line-height: 1.75;
}

.custom-homes-page .custom-homes-fit__content {
	display: flex;
	justify-content: center;
	margin-top: 0;
	padding: clamp(2.5rem, 4.5vw, 4.5rem);
	border: 1px solid rgba(31, 41, 51, 0.12);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 2.5rem 5rem rgba(31, 41, 51, 0.09);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	flex-direction: column;
}

.custom-homes-page .custom-homes-fit__content::before {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 4.5rem;
	height: 4.5rem;
	border-top: 2px solid rgba(166, 132, 74, 0.72);
	border-right: 2px solid rgba(166, 132, 74, 0.72);
	content: "";
}

.custom-homes-page .custom-homes-fit__content::after {
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 4.5rem;
	height: 4.5rem;
	border-bottom: 2px solid rgba(166, 132, 74, 0.72);
	border-left: 2px solid rgba(166, 132, 74, 0.72);
	content: "";
}

.custom-homes-page .custom-homes-fit__list-intro {
	max-width: 22ch;
	margin: 0 0 2rem;
	color: var(--ch-ink);
	font-family: var(--ldh-serif);
	font-size: clamp(1.35rem, 1.9vw, 1.75rem);
	font-weight: 400;
	line-height: 1.35;
}

.custom-homes-page .custom-homes-fit__list {
	gap: 0;
	border-bottom: 1px solid rgba(31, 41, 51, 0.12);
}

.custom-homes-page .custom-homes-fit__item {
	grid-template-columns: 1.55rem minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	padding: 1.05rem 0;
	border-top: 1px solid rgba(31, 41, 51, 0.12);
	transition: padding 220ms ease, background 220ms ease;
}

.custom-homes-page .custom-homes-fit__item:hover {
	padding-inline: 0.75rem;
	background: rgba(166, 132, 74, 0.055);
}

.custom-homes-page .custom-homes-fit__check {
	position: relative;
	width: 1.4rem;
	height: 1.4rem;
	margin: 0;
	border: 1px solid var(--ch-gold);
	border-radius: 50%;
	background: transparent;
	-webkit-mask: none;
	mask: none;
}

.custom-homes-page .custom-homes-fit__check::after {
	position: absolute;
	top: 0.35rem;
	left: 0.35rem;
	width: 0.55rem;
	height: 0.3rem;
	border-bottom: 1px solid var(--ch-gold);
	border-left: 1px solid var(--ch-gold);
	content: "";
	transform: rotate(-45deg);
}

.custom-homes-page .custom-homes-fit__item-text {
	color: rgba(31, 41, 51, 0.74);
	font-size: 0.92rem;
	line-height: 1.55;
}

.custom-homes-page .custom-homes-fit__actions { padding-top: 2rem; }

.custom-homes-page .custom-homes-fit__actions .button-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-width: min(100%, 19rem);
	padding: 1rem 1.15rem;
	border-color: var(--ch-navy);
	border-radius: 0;
	background: var(--ch-navy);
	color: #fff;
	box-shadow: none;
}

.custom-homes-page .custom-homes-fit__actions .button-link:hover,
.custom-homes-page .custom-homes-fit__actions .button-link:focus-visible {
	border-color: var(--ch-gold);
	background: var(--ch-gold);
	color: #fff;
}

/* Positioning */
.custom-homes-page .custom-homes-positioning {
	padding: clamp(5rem, 8vw, 8rem) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-homes-page .custom-homes-positioning__inner { gap: 3rem; }

.custom-homes-page .custom-homes-positioning__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.65fr);
	align-items: end;
	gap: 3rem;
}

.custom-homes-page .custom-homes-positioning__intro .custom-homes-chapter {
	grid-column: 1 / -1;
	margin-bottom: -0.5rem;
}

.custom-homes-page .custom-homes-positioning__pillars {
	border-top: 1px solid var(--ch-line-light);
	border-bottom: 1px solid var(--ch-line-light);
}

.custom-homes-page .custom-homes-positioning__pillar {
	min-height: 15rem;
	padding: 1.6rem 1.25rem;
}

.custom-homes-page .custom-homes-positioning__pillar-title {
	font-family: var(--ldh-serif);
	font-size: clamp(1.6rem, 2.2vw, 2.3rem);
	font-weight: 400;
}

.custom-homes-page .custom-homes-positioning__pillar-copy {
	font-size: 0.88rem;
	line-height: 1.65;
}

/* Possibilities */
.custom-homes-page .custom-homes-build {
	position: relative;
	padding: clamp(6rem, 9vw, 9rem) 0;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #050c18;
	color: #fff;
}

.custom-homes-page .custom-homes-build::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 5.5rem 5.5rem;
	content: "";
	-webkit-mask-image: linear-gradient(90deg, #000, transparent 72%);
	mask-image: linear-gradient(90deg, #000, transparent 72%);
	pointer-events: none;
}

.custom-homes-page .custom-homes-build__inner {
	position: relative;
	z-index: 1;
	display: block;
}

.custom-homes-page .custom-homes-build__intro {
	position: relative;
	top: auto;
	max-width: 72rem;
	margin-bottom: clamp(3.5rem, 6vw, 6rem);
}

.custom-homes-page .custom-homes-build__intro::after {
	position: absolute;
	right: 0;
	bottom: 0.45rem;
	left: min(33rem, 58%);
	height: 1px;
	background: linear-gradient(90deg, var(--ch-gold), transparent);
	content: "";
}

.custom-homes-page .custom-homes-build__heading {
	max-width: 19ch;
	color: rgba(255, 255, 255, 0.92);
	font-family: var(--ldh-serif);
	font-size: clamp(3.1rem, 5vw, 5.4rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.95;
	text-wrap: balance;
}

.custom-homes-page .custom-homes-build__content {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}

.custom-homes-page .custom-homes-build__stack {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1rem;
}

.custom-homes-page .custom-homes-build__card,
.custom-homes-page .custom-homes-build__card--offset-left,
.custom-homes-page .custom-homes-build__card--offset-right {
	position: relative;
	display: flex;
	grid-column: span 2;
	align-items: stretch;
	gap: 0;
	width: 100%;
	min-height: 17.5rem;
	margin: 0;
	padding: clamp(1.65rem, 2.6vw, 2.4rem);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
	box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.12);
	color: #fff;
	transform: none;
	transition: border-color 240ms ease, background 240ms ease, transform 240ms ease;
	flex-direction: column;
}

.custom-homes-page .custom-homes-build__card:nth-child(-n + 2) {
	grid-column: span 3;
	min-height: 20rem;
}

.custom-homes-page .custom-homes-build__card:hover {
	border-color: rgba(212, 189, 141, 0.42);
	background: linear-gradient(145deg, rgba(166, 132, 74, 0.13), rgba(255, 255, 255, 0.025));
	transform: translateY(-0.3rem);
}

.custom-homes-page .custom-homes-build__card::before {
	top: -1px;
	left: -1px;
	display: block;
	width: clamp(4rem, 8vw, 8rem);
	height: 2px;
	background: var(--ch-gold);
	opacity: 1;
	transform: none;
}

.custom-homes-page .custom-homes-build__card::after {
	inset: auto -5rem -7rem auto;
	display: block;
	width: 14rem;
	aspect-ratio: 1;
	border: 1px solid rgba(166, 132, 74, 0.11);
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	transform: none;
}

.custom-homes-page .custom-homes-build__card-number {
	position: relative;
	z-index: 1;
	margin-bottom: auto;
	color: var(--ch-gold-light);
	font-family: var(--ldh-serif);
	font-size: 0.68rem;
	letter-spacing: 0.16em;
}

.custom-homes-page .custom-homes-build__card-title {
	position: relative;
	z-index: 1;
	max-width: 15ch;
	margin: 3rem 0 0.85rem;
	color: #fff;
	font-family: var(--ldh-serif);
	font-size: clamp(1.6rem, 2.1vw, 2.3rem);
	font-weight: 400;
	line-height: 1.05;
}

.custom-homes-page .custom-homes-build__card-copy {
	position: relative;
	z-index: 1;
	max-width: 30rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.88rem;
	line-height: 1.65;
}

.custom-homes-page .custom-homes-build__cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.65rem clamp(2rem, 5vw, 5rem);
	padding: clamp(1.75rem, 3vw, 2.75rem);
	border: 1px solid rgba(166, 132, 74, 0.4);
	border-radius: 0;
	background: linear-gradient(100deg, rgba(166, 132, 74, 0.16), rgba(166, 132, 74, 0.035));
	color: #fff;
}

.custom-homes-page .custom-homes-build__cta-label {
	color: var(--ch-gold-light);
	font-family: var(--ldh-serif);
	font-size: clamp(1.55rem, 2.2vw, 2.3rem);
	line-height: 1.1;
}

.custom-homes-page .custom-homes-build__cta-copy {
	grid-column: 1;
	max-width: 48rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.9rem;
	line-height: 1.6;
}

.custom-homes-page .custom-homes-build__cta .button-link {
	grid-column: 2;
	grid-row: 1 / span 2;
	min-width: 15rem;
	border-color: var(--ch-gold);
	border-radius: 0;
	background: var(--ch-gold);
	color: #fff;
}

.custom-homes-page .custom-homes-build__cta .button-link:hover,
.custom-homes-page .custom-homes-build__cta .button-link:focus-visible {
	border-color: #fff;
	background: #fff;
	color: var(--ch-navy);
}

/* Process */
.custom-homes-page .custom-homes-process {
	padding: 0;
	background: #f1f2f4;
}

.custom-homes-page .custom-homes-process__body {
	position: relative;
	margin: 0;
	padding: clamp(6rem, 9vw, 9rem) 0;
	overflow: hidden;
	background: #f1f2f4;
}

.custom-homes-page .custom-homes-process__body::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(31, 41, 51, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(31, 41, 51, 0.03) 1px, transparent 1px);
	background-size: 5rem 5rem;
	content: "";
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 50%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 50%, transparent);
	pointer-events: none;
}

.custom-homes-page .custom-homes-process__inner {
	position: relative;
	z-index: 1;
	display: grid;
	gap: clamp(3.75rem, 6vw, 5.75rem);
	padding: 0;
	border: 0;
	background: transparent;
}

.custom-homes-page .custom-homes-process__overview {
	display: grid;
	grid-template-columns: minmax(17rem, 0.7fr) minmax(0, 1.3fr);
	align-items: center;
	gap: clamp(3rem, 7vw, 7rem);
}

.custom-homes-page .custom-homes-process__overview-copy {
	max-width: 31rem;
	padding-left: clamp(0rem, 2vw, 2rem);
}

.custom-homes-page .custom-homes-process__overview-title {
	max-width: 10ch;
	margin: 0;
	color: var(--ch-ink);
	font-family: var(--ldh-serif);
	font-size: clamp(2.65rem, 4.2vw, 4.35rem);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.98;
	text-wrap: balance;
}

.custom-homes-page .custom-homes-process__overview-text {
	max-width: 29rem;
	margin: 1.65rem 0 0;
	color: rgba(31, 41, 51, 0.66);
	font-size: clamp(0.92rem, 1.1vw, 1.03rem);
	line-height: 1.75;
}

.custom-homes-page .custom-homes-process__overview-text > :first-child { margin-top: 0; }
.custom-homes-page .custom-homes-process__overview-text > :last-child { margin-bottom: 0; }

.custom-homes-page .custom-homes-process__overview-note {
	position: relative;
	display: grid;
	gap: 0.35rem;
	max-width: 27rem;
	margin-top: clamp(2rem, 4vw, 3rem);
	padding: 0.1rem 0 0.1rem 1.25rem;
	border-left: 2px solid var(--ch-gold);
}

.custom-homes-page .custom-homes-process__overview-note span {
	color: var(--ch-ink);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.custom-homes-page .custom-homes-process__overview-note-copy {
	margin: 0;
	color: rgba(31, 41, 51, 0.58);
	font-size: 0.82rem;
	line-height: 1.55;
}

.custom-homes-page .custom-homes-process__overview-note-copy > :first-child { margin-top: 0; }
.custom-homes-page .custom-homes-process__overview-note-copy > :last-child { margin-bottom: 0; }

.custom-homes-page .custom-homes-process__visual {
	position: relative;
	min-height: clamp(28rem, 40vw, 38rem);
}

.custom-homes-page .custom-homes-process__visual-main,
.custom-homes-page .custom-homes-process__visual-detail {
	position: absolute;
	margin: 0;
	overflow: hidden;
	background: #d9d9d5;
}

.custom-homes-page .custom-homes-process__visual-main {
	top: 0;
	right: 0;
	width: 86%;
	height: 87%;
	box-shadow: 0 2.5rem 6rem rgba(31, 41, 51, 0.14);
}

.custom-homes-page .custom-homes-process__visual-detail {
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 39%;
	aspect-ratio: 0.92;
	border: clamp(0.45rem, 0.8vw, 0.75rem) solid #f1f2f4;
	box-shadow: 0 1.75rem 4rem rgba(31, 41, 51, 0.18);
}

.custom-homes-page .custom-homes-process__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.custom-homes-page .custom-homes-process__visual-main img { object-position: center 44%; }
.custom-homes-page .custom-homes-process__visual-detail img { object-position: center; }

.custom-homes-page .custom-homes-process__visual:hover img { transform: scale(1.025); }

.custom-homes-page .custom-homes-process__visual-caption {
	position: absolute;
	right: 1.25rem;
	bottom: 2.25rem;
	z-index: 3;
	margin: 0;
	padding: 0.78rem 1rem;
	background: rgba(5, 12, 24, 0.92);
	box-shadow: 0 1rem 2.5rem rgba(5, 12, 24, 0.18);
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-transform: uppercase;
}

.custom-homes-page .custom-homes-process__steps-intro {
	display: grid;
	grid-template-columns: minmax(2rem, 1fr) auto minmax(2rem, 1fr);
	align-items: center;
	gap: 1.5rem;
}

.custom-homes-page .custom-homes-process__steps-intro span {
	height: 1px;
	background: rgba(31, 41, 51, 0.13);
}

.custom-homes-page .custom-homes-process__steps-intro p {
	margin: 0;
	color: rgba(31, 41, 51, 0.6);
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}

.custom-homes-page .custom-homes-process__steps {
	--process-gutter: clamp(4rem, 6.5vw, 6.5rem);
	--process-marker-offset: clamp(2rem, 3.25vw, 3.25rem);
	--process-overlap: 5.875rem;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, 2vw, 2rem);
	border: 0;
}

.custom-homes-page .custom-homes-process__steps::before {
	position: absolute;
	top: 2.5rem;
	bottom: 2.5rem;
	left: 50%;
	width: 1px;
	background: linear-gradient(180deg, rgba(166, 132, 74, 0.22), rgba(166, 132, 74, 0.82) 9%, rgba(166, 132, 74, 0.82) 91%, rgba(166, 132, 74, 0.22));
	content: "";
	transform: translateX(-50%);
}

.custom-homes-page .custom-homes-process-step,
.custom-homes-page .custom-homes-process-step--sway-left,
.custom-homes-page .custom-homes-process-step--sway-right {
	position: relative;
	display: block;
	width: calc(50% - var(--process-gutter));
	min-height: 11.75rem;
	margin: 0;
	padding: clamp(1.6rem, 2.8vw, 2.5rem);
	border: 1px solid rgba(31, 41, 51, 0.12);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 1.75rem 4rem rgba(31, 41, 51, 0.08);
	transform: none;
	overflow: visible;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.custom-homes-page .custom-homes-process-step:nth-child(odd) { align-self: flex-start; }
.custom-homes-page .custom-homes-process-step:nth-child(even) { align-self: flex-end; }

.custom-homes-page .custom-homes-process-step:not(:first-child) {
	margin-top: calc(0px - var(--process-overlap));
}

.custom-homes-page .custom-homes-process-step::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 3.5rem;
	height: 2px;
	background: var(--ch-gold);
	content: "";
	transition: width 300ms ease;
}

.custom-homes-page .custom-homes-process-step:nth-child(odd)::after,
.custom-homes-page .custom-homes-process-step:nth-child(even)::after {
	position: absolute;
	top: 2.5rem;
	width: var(--process-gutter);
	height: 1px;
	background: rgba(166, 132, 74, 0.58);
	content: "";
}

.custom-homes-page .custom-homes-process-step:nth-child(odd)::after { right: calc(0px - var(--process-gutter)); }
.custom-homes-page .custom-homes-process-step:nth-child(even)::after { left: calc(0px - var(--process-gutter)); }

.custom-homes-page .custom-homes-process-step:hover {
	border-color: rgba(166, 132, 74, 0.4);
	box-shadow: 0 2rem 4.5rem rgba(31, 41, 51, 0.12);
	transform: translateY(-0.25rem);
}

.custom-homes-page .custom-homes-process-step:hover::before { width: 6rem; }

.custom-homes-page .custom-homes-process-step__rail {
	position: absolute;
	z-index: 2;
	top: 1.25rem;
	width: 2.75rem;
	padding: 0;
}

.custom-homes-page .custom-homes-process-step:nth-child(odd) .custom-homes-process-step__rail {
	right: calc(0px - var(--process-marker-offset) - 1.375rem);
}

.custom-homes-page .custom-homes-process-step:nth-child(even) .custom-homes-process-step__rail {
	left: calc(0px - var(--process-marker-offset) - 1.375rem);
}

.custom-homes-page .custom-homes-process-step__rail::after { display: none; }

.custom-homes-page .custom-homes-process-step__content { display: block; }

.custom-homes-page .custom-homes-process-step__number,
.custom-homes-page .custom-homes-process-step.ldh-reveal.is-visible .custom-homes-process-step__number {
	display: block;
	width: 100%;
	min-width: 0;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--ch-gold);
	font-family: var(--ldh-serif);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	line-height: 1;
	text-align: center;
}

.custom-homes-page .custom-homes-process-step__title {
	margin: 0 0 0.75rem;
	color: var(--ch-ink);
	font-family: var(--ldh-serif);
	font-size: clamp(1.55rem, 2vw, 2.15rem);
	font-weight: 400;
	line-height: 1.08;
}

.custom-homes-page .custom-homes-process-step__description {
	max-width: 30rem;
	margin: 0;
	color: rgba(31, 41, 51, 0.64);
	font-size: 0.88rem;
	line-height: 1.68;
}

.custom-homes-page .custom-homes-process__actions {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 2rem;
	padding: clamp(1.75rem, 4vw, 3rem);
	overflow: hidden;
	border: 1px solid rgba(31, 41, 51, 0.12);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 1.75rem 4rem rgba(31, 41, 51, 0.08);
}

.custom-homes-page .custom-homes-process__actions::before {
	position: absolute;
	top: 0;
	left: 0;
	width: clamp(5rem, 14vw, 11rem);
	height: 3px;
	background: var(--ch-gold);
	content: "";
}

.custom-homes-page .custom-homes-process__actions-copy {
	display: grid;
	gap: 0.55rem;
	max-width: 39rem;
}

.custom-homes-page .custom-homes-process__actions-copy span {
	color: var(--ch-gold);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.custom-homes-page .custom-homes-process__actions-copy p {
	margin: 0;
	color: var(--ch-ink);
	font-family: var(--ldh-serif);
	font-size: clamp(1.45rem, 2.4vw, 2.2rem);
	font-weight: 300;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.custom-homes-page .custom-homes-process__actions .button-link {
	min-width: min(100%, 19rem);
	border-color: var(--ch-navy);
	border-radius: 0;
	background: var(--ch-navy);
	color: #fff;
}

.custom-homes-page .custom-homes-process__actions .button-link:hover,
.custom-homes-page .custom-homes-process__actions .button-link:focus-visible {
	border-color: var(--ch-gold);
	background: var(--ch-gold);
	color: #fff;
}

/* Comparison and trust */
.custom-homes-page .custom-homes-lightstage {
	background: var(--ch-paper);
	color: var(--ch-ink);
}

.custom-homes-page .custom-homes-lightstage__media-wrap { opacity: 0.045; }
.custom-homes-page .custom-homes-lightstage__overlay { background: rgba(255, 253, 248, 0.92); }

.custom-homes-page .custom-homes-comparison {
	display: block;
	padding: clamp(6rem, 9vw, 9rem) 0;
}

.custom-homes-page .custom-homes-comparison__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.62fr);
	align-items: end;
	gap: 3rem;
	max-width: none;
}

.custom-homes-page .custom-homes-comparison__intro .custom-homes-chapter {
	grid-column: 1 / -1;
	margin-bottom: -0.5rem;
}

.custom-homes-page .custom-homes-comparison__heading,
.custom-homes-page .custom-homes-trust__heading {
	max-width: 11ch;
	color: var(--ch-ink);
	font-size: clamp(2.7rem, 4.5vw, 4.65rem);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.custom-homes-page .custom-homes-comparison__copy { color: rgba(31, 41, 51, 0.64); }

.custom-homes-page .custom-homes-comparison__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 3rem;
	background: var(--ch-line-dark);
}

.custom-homes-page .custom-homes-comparison__card,
.custom-homes-page .custom-homes-comparison__card--rise-left,
.custom-homes-page .custom-homes-comparison__card--rise-right {
	min-height: 15rem;
	padding: 2rem;
	border: 0;
	border-radius: 0;
	background: rgba(255, 253, 248, 0.96);
	box-shadow: none;
	transform: none;
}

.custom-homes-page .custom-homes-comparison__card::before,
.custom-homes-page .custom-homes-comparison__card::after { display: none; }

.custom-homes-page .custom-homes-comparison__card-title {
	color: var(--ch-ink);
	font-family: var(--ldh-serif);
	font-size: clamp(1.6rem, 2.3vw, 2.45rem);
	font-weight: 400;
}

.custom-homes-page .custom-homes-comparison__card-copy { color: rgba(31, 41, 51, 0.62); }

.custom-homes-page .custom-homes-trust {
	padding: 0 0 clamp(6rem, 9vw, 9rem);
}

.custom-homes-page .custom-homes-trust__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1rem;
	margin-top: 3rem;
}

.custom-homes-page .custom-homes-trust__card,
.custom-homes-page .custom-homes-trust__card--settle-left,
.custom-homes-page .custom-homes-trust__card--settle-right {
	grid-column: span 2;
	min-height: 15rem;
	padding: 1.75rem;
	border: 1px solid var(--ch-line-dark);
	border-radius: 0;
	background: rgba(255, 253, 248, 0.7);
	box-shadow: none;
	transform: none;
}

.custom-homes-page .custom-homes-trust__card:nth-child(4),
.custom-homes-page .custom-homes-trust__card--wide { grid-column: span 3; }
.custom-homes-page .custom-homes-trust__card::before,
.custom-homes-page .custom-homes-trust__card::after { display: none; }

.custom-homes-page .custom-homes-trust__card-number {
	color: var(--ch-gold);
	font-family: var(--ldh-serif);
}

.custom-homes-page .custom-homes-trust__card-title {
	color: var(--ch-ink);
	font-family: var(--ldh-serif);
	font-size: clamp(1.45rem, 1.9vw, 2rem);
	font-weight: 400;
}

.custom-homes-page .custom-homes-trust__card-copy { color: rgba(31, 41, 51, 0.62); }

/* FAQ */
.custom-homes-page .custom-homes-faq {
	padding: clamp(6rem, 9vw, 9rem) 0;
	background: var(--ch-cream);
}

.custom-homes-page .custom-homes-faq .ldh-faq__inner {
	display: grid;
	grid-template-columns: minmax(17rem, 0.48fr) minmax(0, 1fr);
	gap: clamp(3rem, 7vw, 7rem);
}

.custom-homes-page .custom-homes-faq .ldh-faq__heading {
	max-width: 9ch;
	color: var(--ch-ink);
	font-size: clamp(2.7rem, 4.5vw, 4.65rem);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.custom-homes-page .custom-homes-faq .ldh-faq__list,
.custom-homes-page .custom-homes-faq .ldh-faq__item { border-color: var(--ch-line-dark); }

.custom-homes-page .custom-homes-faq .ldh-faq__question {
	color: var(--ch-ink);
	font-family: var(--ldh-serif);
	font-size: clamp(1.15rem, 1.55vw, 1.5rem);
	font-weight: 400;
}

.custom-homes-page .custom-homes-faq .ldh-faq__answer { color: rgba(31, 41, 51, 0.64); }

/* Form */
.custom-homes-page .custom-homes-final-form-section {
	padding: clamp(6rem, 9vw, 9rem) 0;
	background: var(--ch-navy);
}

.custom-homes-page .custom-homes-final-form-section__word { display: none; }

.custom-homes-page .custom-homes-final-form-section__inner {
	grid-template-columns: minmax(18rem, 0.48fr) minmax(30rem, 1fr);
	align-items: start;
	gap: clamp(3rem, 7vw, 7rem);
}

.custom-homes-page .custom-homes-final-form-section__intro { padding-top: 1rem; }

.custom-homes-page .custom-homes-final-form-section__title {
	max-width: 9ch;
	font-size: clamp(2.7rem, 4.5vw, 4.65rem);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.custom-homes-page .custom-homes-final-form-section__form-card { padding: 0; }

.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form {
	padding: clamp(2rem, 4vw, 3.5rem);
	border: 1px solid var(--ch-line-light);
	background: rgba(255, 255, 255, 0.02);
}

/* Whole-page experience refinements. */
.custom-homes-page .custom-homes-hero__trust-card {
	transition: background-color 240ms ease, border-color 240ms ease;
}

.custom-homes-page .custom-homes-hero__trust-card:hover {
	background: rgba(255, 255, 255, 0.055);
}

.custom-homes-page .custom-homes-positioning {
	position: relative;
	padding: clamp(6rem, 9vw, 9rem) 0;
	overflow: hidden;
	background: var(--ch-navy);
}

.custom-homes-page .custom-homes-positioning::before {
	position: absolute;
	top: -18rem;
	right: -16rem;
	width: 42rem;
	aspect-ratio: 1;
	border: 1px solid rgba(166, 132, 74, 0.1);
	border-radius: 50%;
	box-shadow: 0 0 0 6rem rgba(166, 132, 74, 0.018);
	content: "";
	pointer-events: none;
}

.custom-homes-page .custom-homes-positioning__inner {
	position: relative;
	z-index: 1;
	gap: clamp(3.5rem, 6vw, 5.5rem);
}

.custom-homes-page .custom-homes-positioning__stage {
	position: relative;
	min-height: clamp(36rem, 49vw, 44rem);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: var(--ch-navy-soft);
	box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, 0.22);
}

.custom-homes-page .custom-homes-positioning__media {
	position: absolute;
	inset: 0;
}

.custom-homes-page .custom-homes-positioning__media::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(5, 12, 24, 0.08) 0%, rgba(5, 12, 24, 0.22) 42%, rgba(5, 12, 24, 0.94) 82%),
		linear-gradient(90deg, rgba(5, 12, 24, 0.28), transparent 58%);
	content: "";
}

.custom-homes-page .custom-homes-positioning__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.76) contrast(1.04);
	transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.custom-homes-page .custom-homes-positioning__stage:hover .custom-homes-positioning__media img {
	transform: scale(1.018);
}

.custom-homes-page .custom-homes-positioning__stage-label {
	position: absolute;
	top: clamp(1.25rem, 2vw, 2rem);
	right: clamp(1.25rem, 2vw, 2rem);
	z-index: 2;
	max-width: 18rem;
	margin: 0;
	padding: 0.8rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(5, 12, 24, 0.52);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.45;
	text-transform: uppercase;
}

.custom-homes-page .custom-homes-positioning__pillars {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(5, 12, 24, 0.7);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.custom-homes-page .custom-homes-positioning__pillar {
	display: flex;
	justify-content: flex-end;
	min-height: 14.5rem;
	margin: 0;
	padding: clamp(1.4rem, 2.5vw, 2.3rem);
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	transition: background-color 240ms ease;
	flex-direction: column;
}

.custom-homes-page .custom-homes-positioning__pillar:last-child { border-right: 0; }
.custom-homes-page .custom-homes-positioning__pillar:hover { background: rgba(166, 132, 74, 0.12); }

.custom-homes-page .custom-homes-positioning__pillar-title { color: #fff; }
.custom-homes-page .custom-homes-positioning__pillar-copy { color: rgba(255, 255, 255, 0.62); }

.custom-homes-page .custom-homes-build__card { overflow: hidden; }

.custom-homes-page .custom-homes-build__card--featured {
	isolation: isolate;
	border-color: rgba(212, 189, 141, 0.34);
	background: var(--ch-navy-soft);
}

.custom-homes-page .custom-homes-build__card-media {
	position: absolute;
	z-index: -2;
	inset: 0;
}

.custom-homes-page .custom-homes-build__card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.75) brightness(0.74);
	transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.custom-homes-page .custom-homes-build__card--featured::after {
	z-index: -1;
	inset: 0;
	display: block;
	width: auto;
	aspect-ratio: auto;
	border: 0;
	border-radius: 0;
	background: linear-gradient(180deg, rgba(5, 12, 24, 0.08), rgba(5, 12, 24, 0.9) 78%);
}

.custom-homes-page .custom-homes-build__card--featured:hover .custom-homes-build__card-media img {
	transform: scale(1.035);
}

.custom-homes-page .custom-homes-lightstage {
	background: #f1f2f4;
}

.custom-homes-page .custom-homes-lightstage__media-wrap { opacity: 0; }
.custom-homes-page .custom-homes-lightstage__overlay { background: transparent; }

.custom-homes-page .custom-homes-comparison {
	position: relative;
	padding: clamp(7rem, 10vw, 10rem) 0;
	background: var(--ch-navy);
	color: #fff;
}

.custom-homes-page .custom-homes-comparison::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 5.25rem 5.25rem;
	content: "";
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 50%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 50%, transparent);
	pointer-events: none;
}

.custom-homes-page .custom-homes-comparison__inner { position: relative; }

.custom-homes-page .custom-homes-comparison__heading {
	max-width: 16ch;
	color: rgba(255, 255, 255, 0.92);
}

.custom-homes-page .custom-homes-comparison__copy { color: rgba(255, 255, 255, 0.6); }

.custom-homes-page .custom-homes-comparison__experience {
	display: grid;
	grid-template-columns: minmax(21rem, 0.86fr) minmax(0, 1.14fr);
	align-items: stretch;
	gap: 1rem;
	margin-top: clamp(3.5rem, 6vw, 5.5rem);
}

.custom-homes-page .custom-homes-comparison__visual {
	position: relative;
	min-height: 35rem;
	margin: 0;
	overflow: hidden;
	background: #d9d9d5;
	box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, 0.26);
}

.custom-homes-page .custom-homes-comparison__visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(5, 12, 24, 0.78));
	content: "";
}

.custom-homes-page .custom-homes-comparison__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.85);
	transition: transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
}

.custom-homes-page .custom-homes-comparison__visual:hover img { transform: scale(1.025); }

.custom-homes-page .custom-homes-comparison__visual figcaption {
	position: absolute;
	right: clamp(1.5rem, 3vw, 2.75rem);
	bottom: clamp(1.5rem, 3vw, 2.75rem);
	left: clamp(1.5rem, 3vw, 2.75rem);
	z-index: 2;
	max-width: 18ch;
	color: #fff;
	font-family: var(--ldh-serif);
	font-size: clamp(1.45rem, 2.3vw, 2.3rem);
	font-weight: 300;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.custom-homes-page .custom-homes-comparison__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	background: transparent;
}

.custom-homes-page .custom-homes-comparison__card,
.custom-homes-page .custom-homes-comparison__card--rise-left,
.custom-homes-page .custom-homes-comparison__card--rise-right {
	position: relative;
	display: flex;
	justify-content: flex-end;
	min-height: 17rem;
	padding: clamp(1.65rem, 2.5vw, 2.35rem);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
	box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.14);
	transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
	flex-direction: column;
}

.custom-homes-page .custom-homes-comparison__card::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 4rem;
	height: 2px;
	background: var(--ch-gold);
	content: "";
	transition: width 280ms ease;
}

.custom-homes-page .custom-homes-comparison__card:hover {
	border-color: rgba(212, 189, 141, 0.42);
	background: linear-gradient(145deg, rgba(166, 132, 74, 0.13), rgba(255, 255, 255, 0.025));
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
	transform: translateY(-0.25rem);
}

.custom-homes-page .custom-homes-comparison__card:hover::before { width: 7rem; }
.custom-homes-page .custom-homes-comparison__card-title {
	margin: 0 0 0.85rem;
	color: #fff;
}

.custom-homes-page .custom-homes-comparison__card-copy { color: rgba(255, 255, 255, 0.6); }

.custom-homes-page .custom-homes-trust {
	position: relative;
	padding: clamp(6rem, 9vw, 9rem) 0;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--ch-navy);
	color: #fff;
}

.custom-homes-page .custom-homes-trust::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
	background-size: 5rem 5rem;
	content: "";
	-webkit-mask-image: linear-gradient(90deg, #000, transparent 78%);
	mask-image: linear-gradient(90deg, #000, transparent 78%);
	pointer-events: none;
}

.custom-homes-page .custom-homes-trust__inner { position: relative; }

.custom-homes-page .custom-homes-trust__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.52fr);
	align-items: end;
	gap: 2rem clamp(3rem, 7vw, 7rem);
}

.custom-homes-page .custom-homes-trust__intro .custom-homes-chapter { grid-column: 1 / -1; }

.custom-homes-page .custom-homes-trust__heading {
	max-width: 20ch;
	color: rgba(255, 255, 255, 0.92);
}

.custom-homes-page .custom-homes-trust__intro-copy {
	max-width: 31rem;
	margin: 0;
	padding-left: 1.35rem;
	border-left: 2px solid var(--ch-gold);
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.94rem;
	line-height: 1.72;
}

.custom-homes-page .custom-homes-trust__intro-copy > :first-child { margin-top: 0; }
.custom-homes-page .custom-homes-trust__intro-copy > :last-child { margin-bottom: 0; }

.custom-homes-page .custom-homes-trust__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1rem;
	margin-top: clamp(3.5rem, 6vw, 5rem);
}

.custom-homes-page .custom-homes-trust__card,
.custom-homes-page .custom-homes-trust__card--settle-left,
.custom-homes-page .custom-homes-trust__card--settle-right,
.custom-homes-page .custom-homes-trust__card:nth-child(4),
.custom-homes-page .custom-homes-trust__card--wide {
	position: relative;
	display: flex;
	grid-column: span 4;
	justify-content: flex-end;
	min-height: 17rem;
	padding: clamp(1.65rem, 2.8vw, 2.5rem);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.016));
	box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.13);
	transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
	flex-direction: column;
}

.custom-homes-page .custom-homes-trust__card:nth-child(n + 4) { grid-column: span 6; }

.custom-homes-page .custom-homes-trust__card::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 4rem;
	height: 2px;
	background: var(--ch-gold);
	content: "";
}

.custom-homes-page .custom-homes-trust__card:first-child {
	border-color: rgba(212, 189, 141, 0.34);
	background: var(--ch-navy);
}

.custom-homes-page .custom-homes-trust__card-title { color: #fff; }
.custom-homes-page .custom-homes-trust__card-copy { color: rgba(255, 255, 255, 0.6); }
.custom-homes-page .custom-homes-trust__card-number { color: var(--ch-gold-light); }

.custom-homes-page .custom-homes-trust__card:hover {
	border-color: rgba(212, 189, 141, 0.42);
	background: linear-gradient(145deg, rgba(166, 132, 74, 0.13), rgba(255, 255, 255, 0.025));
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
	transform: translateY(-0.25rem);
}

.custom-homes-page .custom-homes-trust__card-number {
	margin-bottom: auto;
	font-size: 0.69rem;
	letter-spacing: 0.14em;
}

.custom-homes-page .custom-homes-trust__card-title { margin: 3rem 0 0.8rem; }

.custom-homes-page .custom-homes-faq {
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--ch-navy);
	color: #fff;
}

.custom-homes-page .custom-homes-faq::before {
	position: absolute;
	top: -17rem;
	left: -17rem;
	width: 38rem;
	aspect-ratio: 1;
	border: 1px solid rgba(212, 189, 141, 0.12);
	border-radius: 50%;
	box-shadow: 0 0 0 5rem rgba(212, 189, 141, 0.02), 0 0 0 10rem rgba(212, 189, 141, 0.012);
	content: "";
	pointer-events: none;
}

.custom-homes-page .custom-homes-faq .ldh-faq__inner { position: relative; }

.custom-homes-page .custom-homes-faq .ldh-faq__intro {
	position: sticky;
	top: 7.5rem;
	align-self: start;
}

.custom-homes-page .custom-homes-faq .ldh-faq__heading { color: rgba(255, 255, 255, 0.92); }

.custom-homes-page .custom-homes-faq .ldh-faq__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.25rem;
	color: var(--ch-gold-light);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	line-height: 1.3;
	text-transform: uppercase;
}

.custom-homes-page .custom-homes-faq .ldh-faq__eyebrow::before {
	width: 2.25rem;
	height: 1px;
	background: currentColor;
	content: "";
}

.custom-homes-page .custom-homes-faq .ldh-faq__description {
	max-width: 25rem;
	margin: 1.65rem 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.92rem;
	line-height: 1.7;
}

.custom-homes-page .custom-homes-faq .ldh-faq__list {
	display: grid;
	gap: 0.75rem;
	border: 0;
}

.custom-homes-page .custom-homes-faq .ldh-faq__item {
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.035);
	transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.custom-homes-page .custom-homes-faq .ldh-faq__item:hover {
	border-color: rgba(212, 189, 141, 0.36);
	background: rgba(255, 255, 255, 0.065);
	box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.16);
}

.custom-homes-page .custom-homes-faq .ldh-faq__trigger {
	gap: 1rem;
	padding: 1.4rem 1.5rem;
}

.custom-homes-page .custom-homes-faq .ldh-faq__trigger[aria-expanded="true"] {
	background: rgba(166, 132, 74, 0.06);
}

.custom-homes-page .custom-homes-faq .ldh-faq__number {
	display: inline-grid;
	place-items: center;
	width: 2.2rem;
	height: 2.2rem;
	min-width: 2.2rem;
	border: 1px solid rgba(212, 189, 141, 0.46);
	border-radius: 50%;
	color: var(--ch-gold-light);
	font-size: 0.68rem;
}

.custom-homes-page .custom-homes-faq .ldh-faq__question { color: rgba(255, 255, 255, 0.9); }
.custom-homes-page .custom-homes-faq .ldh-faq__icon { color: var(--ch-gold-light); }
.custom-homes-page .custom-homes-faq .ldh-faq__answer { color: rgba(255, 255, 255, 0.64); }

.custom-homes-page .custom-homes-faq .ldh-faq__panel { padding: 0 4.7rem 1.5rem; }

.custom-homes-page .custom-homes-final-form-section {
	position: relative;
	overflow: hidden;
	background: var(--ch-navy);
}

.custom-homes-page .custom-homes-final-form-section::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
	background-size: 5rem 5rem;
	content: "";
	-webkit-mask-image: linear-gradient(90deg, #000, transparent 62%);
	mask-image: linear-gradient(90deg, #000, transparent 62%);
	pointer-events: none;
}

.custom-homes-page .custom-homes-final-form-section__inner {
	position: relative;
	z-index: 1;
	grid-template-columns: minmax(18rem, 0.58fr) minmax(32rem, 1fr);
}

.custom-homes-page .custom-homes-final-form-section__intro {
	position: sticky;
	top: 7.5rem;
	padding-top: 1rem;
}

.custom-homes-page .custom-homes-final-form-section__copy {
	max-width: 30rem;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.75;
}

.custom-homes-page .custom-homes-final-form-section__promise {
	display: grid;
	gap: 0.45rem;
	max-width: 29rem;
	margin-top: clamp(2.5rem, 5vw, 4rem);
	padding: 1.35rem 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.13);
	background: rgba(255, 255, 255, 0.035);
}

.custom-homes-page .custom-homes-final-form-section__promise span {
	color: var(--ch-gold-light);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4;
	text-transform: uppercase;
}

.custom-homes-page .custom-homes-final-form-section__promise p {
	margin: 0;
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.82rem;
	line-height: 1.6;
}

.custom-homes-page .custom-homes-final-form-section__form-card {
	overflow: hidden;
	box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, 0.25);
}

.custom-homes-page .custom-homes-home-final-cta .ldh-home-final-cta__content,
.custom-homes-page .custom-homes-home-final-cta .ldh-contact-form {
	padding-top: clamp(3rem, 4.5vw, 4.75rem);
}

.custom-homes-page .custom-homes-home-final-cta .ldh-home-final-cta__content h2 {
	max-width: 13ch;
}

.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form {
	padding: clamp(2.25rem, 4.5vw, 4.25rem);
	border: 0;
	background: #f1f2f4;
	color: var(--ch-ink);
}

.custom-homes-page .custom-homes-home-final-cta .ldh-contact-form::before {
	display: none;
}
.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form::after { border-color: rgba(166, 132, 74, 0.62); }

.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__heading {
	border-bottom-color: rgba(31, 41, 51, 0.16);
}

.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__heading > p { color: var(--ch-gold); }
.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__heading h3 { color: var(--ch-ink); }
.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__heading::after { color: rgba(31, 41, 51, 0.3); }

.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__field {
	border-bottom-color: rgba(31, 41, 51, 0.18);
}

.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__field label { color: rgba(31, 41, 51, 0.52); }
.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__field label span { color: var(--ch-gold); }

.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__field input,
.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__field textarea {
	color: var(--ch-ink);
	caret-color: var(--ch-gold);
}

.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__field:focus-within { border-color: var(--ch-gold); }
.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__field:focus-within label { color: var(--ch-gold); }

.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__submit p { color: rgba(31, 41, 51, 0.48); }

.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__submit button {
	border-color: var(--ch-navy);
	background: var(--ch-navy);
	color: #fff;
}

.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__submit button:hover,
.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form__submit button:focus-visible {
	border-color: var(--ch-gold);
	background: var(--ch-gold);
	color: #fff;
}

@media (max-width: 1180px) {
	.custom-homes-page .custom-homes-hero__title { font-size: clamp(3.6rem, 5.8vw, 5.75rem); }

	.custom-homes-page .custom-homes-hero__trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.custom-homes-page .custom-homes-hero__trust-card:nth-child(2) { border-right: 0; }
	.custom-homes-page .custom-homes-hero__trust-card:nth-child(-n + 2) { border-bottom: 1px solid var(--ch-line-light); }
}

@media (max-width: 980px) {
	.custom-homes-page .custom-homes-fit,
	.custom-homes-page .custom-homes-fit__inner { min-height: 0; }

	.custom-homes-page .custom-homes-fit__inner {
		grid-template-columns: 1fr;
		gap: 3.5rem;
	}

	.custom-homes-page .custom-homes-fit__intro {
		min-height: 0;
		padding: 0;
	}

	.custom-homes-page .custom-homes-fit__intro::after { display: none; }

	.custom-homes-page .custom-homes-fit__heading { max-width: 18ch; }

	.custom-homes-page .custom-homes-fit__content {
		margin-top: 0;
		padding: 3.5rem clamp(2rem, 7vw, 5rem);
	}

	.custom-homes-page .custom-homes-build__stack {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.custom-homes-page .custom-homes-build__card,
	.custom-homes-page .custom-homes-build__card:nth-child(-n + 2) {
		grid-column: auto;
		min-height: 17rem;
	}

	.custom-homes-page .custom-homes-build__card:last-child { grid-column: 1 / -1; }

	.custom-homes-page .custom-homes-build__cta {
		grid-template-columns: 1fr;
	}

	.custom-homes-page .custom-homes-build__cta .button-link {
		grid-column: 1;
		grid-row: auto;
		justify-self: start;
		margin-top: 0.75rem;
	}

	.custom-homes-page .custom-homes-build__inner,
	.custom-homes-page .custom-homes-final-form-section__inner,
	.custom-homes-page .custom-homes-faq .ldh-faq__inner {
		grid-template-columns: minmax(15rem, 0.45fr) minmax(0, 1fr);
		gap: 2.5rem;
	}

	.custom-homes-page .custom-homes-process__overview {
		grid-template-columns: 1fr;
		gap: 3.5rem;
	}

	.custom-homes-page .custom-homes-process__overview-copy {
		max-width: 40rem;
		padding-left: 0;
	}

	.custom-homes-page .custom-homes-process__visual {
		width: min(100%, 48rem);
		min-height: clamp(28rem, 70vw, 36rem);
		margin-left: auto;
	}

	.custom-homes-page .custom-homes-trust__card { grid-column: span 3; }
	.custom-homes-page .custom-homes-trust__card:last-child { grid-column: span 6; }

	.custom-homes-page .custom-homes-positioning__stage { min-height: 47rem; }

	.custom-homes-page .custom-homes-positioning__pillars {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.custom-homes-page .custom-homes-positioning__pillar {
		min-height: 12rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.custom-homes-page .custom-homes-positioning__pillar:nth-child(even) { border-right: 0; }
	.custom-homes-page .custom-homes-positioning__pillar:nth-child(n + 3) { border-bottom: 0; }

	.custom-homes-page .custom-homes-comparison__experience {
		grid-template-columns: 1fr;
	}

	.custom-homes-page .custom-homes-comparison__visual { min-height: 29rem; }

	.custom-homes-page .custom-homes-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.custom-homes-page .custom-homes-trust__card,
	.custom-homes-page .custom-homes-trust__card:nth-child(4),
	.custom-homes-page .custom-homes-trust__card--wide {
		grid-column: auto;
	}

	.custom-homes-page .custom-homes-trust__card:last-child { grid-column: 1 / -1; }

}

@media (max-width: 820px) {
	.custom-homes-page .custom-homes-hero {
		display: grid;
		grid-template-rows: minmax(0, 1fr) auto;
		min-height: 100svh;
		padding: 0;
	}

	.custom-homes-page .custom-homes-hero__media {
		position: absolute;
		inset: 0;
		width: auto;
		height: auto;
		margin: 0;
		clip-path: none;
	}

	.custom-homes-page .custom-homes-hero__wash { display: block; }

	.custom-homes-page .custom-homes-hero__layout {
		place-items: center stretch;
		min-height: 0;
		padding: 6.75rem 1.25rem 2.75rem;
	}

	.custom-homes-page .custom-homes-hero__content {
		width: 100%;
		max-width: none;
		margin: 0;
		text-align: left;
	}

	.custom-homes-page .custom-homes-hero__eyebrow {
		justify-content: flex-start;
		text-align: left;
	}

	.custom-homes-page .custom-homes-hero__title {
		max-width: 12ch;
		margin-inline: 0;
		font-size: clamp(3.1rem, 10.5vw, 4.9rem);
		text-align: left;
	}

	.custom-homes-page .custom-homes-hero__lower {
		margin-top: 2.25rem;
	}

	.custom-homes-page .custom-homes-hero__description {
		margin-inline: 0;
		text-align: left;
	}

	.custom-homes-page .custom-homes-hero__actions {
		justify-content: center;
		width: 100%;
		max-width: none;
		margin: 2rem auto 0;
	}

	.custom-homes-page .custom-homes-hero__button {
		position: relative;
		box-sizing: border-box;
		justify-content: center;
		width: 100%;
		min-width: 0;
		margin-inline: auto;
		padding-inline: 3.25rem;
	}

	.custom-homes-page .custom-homes-hero__button span {
		position: absolute;
		right: 1.25rem;
	}

	.custom-homes-page .custom-homes-hero__subtle-link {
		justify-content: flex-start;
		text-align: left;
	}

	.custom-homes-page .custom-homes-hero__trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		margin-top: 0;
	}

	.custom-homes-page .custom-homes-hero__trust-card,
	.custom-homes-page .custom-homes-hero__trust-card:first-child,
	.custom-homes-page .custom-homes-hero__trust-card:nth-child(2),
	.custom-homes-page .custom-homes-hero__trust-card:nth-child(-n + 2) {
		min-height: 4.2rem;
		padding: 0.9rem 1rem;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		border-left: 0;
	}

	.custom-homes-page .custom-homes-hero__trust-card:nth-child(even) { border-right: 0; }
	.custom-homes-page .custom-homes-hero__trust-card:nth-child(n + 3) { border-bottom: 0; }

	.custom-homes-page .custom-homes-process__steps {
		--process-mobile-offset: 4.25rem;
		--process-mobile-marker-offset: 2.8125rem;
		gap: clamp(2rem, 6vw, 3rem);
		padding-left: var(--process-mobile-offset);
	}

	.custom-homes-page .custom-homes-process__steps::before {
		display: block;
		top: 2.5rem;
		bottom: 2.5rem;
		left: 1.375rem;
		transform: none;
	}

	.custom-homes-page .custom-homes-process-step,
	.custom-homes-page .custom-homes-process-step--sway-left,
	.custom-homes-page .custom-homes-process-step--sway-right {
		align-self: stretch;
		width: 100%;
		min-height: 0;
		margin-top: 0;
	}

	.custom-homes-page .custom-homes-process-step:not(:first-child) {
		margin-top: 0;
	}

	.custom-homes-page .custom-homes-process-step:nth-child(odd)::after,
	.custom-homes-page .custom-homes-process-step:nth-child(even)::after {
		display: block;
		top: 2.5rem;
		right: auto;
		left: calc(1.375rem - var(--process-mobile-offset));
		width: calc(var(--process-mobile-offset) - 1.375rem);
	}

	.custom-homes-page .custom-homes-process-step:nth-child(odd) .custom-homes-process-step__rail,
	.custom-homes-page .custom-homes-process-step:nth-child(even) .custom-homes-process-step__rail {
		top: 1.25rem;
		right: auto;
		left: calc(0px - var(--process-mobile-marker-offset));
	}
}

@media (max-width: 700px) {
	.custom-homes-page .ldh-custom-shell {
		width: calc(100% - 2.5rem);
	}

	.custom-homes-page .custom-homes-hero__eyebrow { max-width: 18rem; }

	.custom-homes-page .custom-homes-hero__actions {
		display: grid;
		width: 100%;
	}

	.custom-homes-page .custom-homes-hero__button {
		width: 100%;
		min-width: 0;
	}

	.custom-homes-page .custom-homes-hero__trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

	.custom-homes-page .custom-homes-hero__trust-card:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.1); }
	.custom-homes-page .custom-homes-hero__trust-card:nth-child(even) { border-right: 0; }
	.custom-homes-page .custom-homes-hero__trust-card:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
	.custom-homes-page .custom-homes-hero__trust-card:nth-child(n + 3) { border-bottom: 0; }

	.custom-homes-page .custom-homes-fit {
		min-height: 0;
		padding: 5.5rem 0;
	}

	.custom-homes-page .custom-homes-positioning__intro,
	.custom-homes-page .custom-homes-build__inner,
	.custom-homes-page .custom-homes-comparison__intro,
	.custom-homes-page .custom-homes-final-form-section__inner,
	.custom-homes-page .custom-homes-faq .ldh-faq__inner {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.custom-homes-page .custom-homes-fit__inner { gap: 2.5rem; }

	.custom-homes-page .custom-homes-fit__intro {
		min-height: 0;
		padding: 0;
	}

	.custom-homes-page .custom-homes-fit__content { padding: 2rem 1.5rem; }

	.custom-homes-page .custom-homes-fit__content::before,
	.custom-homes-page .custom-homes-fit__content::after {
		width: 3rem;
		height: 3rem;
	}

	.custom-homes-page .custom-homes-fit__heading,
	.custom-homes-page .custom-homes-positioning__heading,
	.custom-homes-page .custom-homes-build__heading,
	.custom-homes-page .custom-homes-comparison__heading,
	.custom-homes-page .custom-homes-trust__heading,
	.custom-homes-page .custom-homes-faq .ldh-faq__heading,
	.custom-homes-page .custom-homes-final-form-section__title {
		max-width: 11ch;
		font-size: clamp(2.45rem, 11vw, 3.5rem);
	}

	.custom-homes-page .custom-homes-fit__heading { max-width: 16ch; }
	.custom-homes-page .custom-homes-positioning__heading { max-width: 13.5ch; }
	.custom-homes-page .custom-homes-build__heading { max-width: 17ch; }
	.custom-homes-page .custom-homes-comparison__heading { max-width: 15ch; }
	.custom-homes-page .custom-homes-trust__heading { max-width: 17ch; }

	.custom-homes-page .custom-homes-positioning { padding: 5.5rem 0; }

	.custom-homes-page .custom-homes-positioning__stage {
		display: block;
		min-height: 0;
		overflow: visible;
	}

	.custom-homes-page .custom-homes-positioning__media {
		position: relative;
		height: 22rem;
		overflow: hidden;
	}

	.custom-homes-page .custom-homes-positioning__stage-label {
		top: 1rem;
		right: 1rem;
		left: 1rem;
		max-width: max-content;
	}

	.custom-homes-page .custom-homes-positioning__pillars,
	.custom-homes-page .custom-homes-comparison__grid {
		grid-template-columns: 1fr;
	}

	.custom-homes-page .custom-homes-positioning__pillars {
		position: relative;
		background: var(--ch-navy-soft);
	}

	.custom-homes-page .custom-homes-positioning__pillar {
		min-height: 10.5rem;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.custom-homes-page .custom-homes-positioning__pillar:nth-child(n + 3) { border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
	.custom-homes-page .custom-homes-positioning__pillar:last-child { border-bottom: 0; }

	.custom-homes-page .custom-homes-build__card {
		display: flex;
		grid-column: auto;
		gap: 0;
		min-height: 15rem;
		padding: 1.5rem;
	}

	.custom-homes-page .custom-homes-build__card:nth-child(-n + 2),
	.custom-homes-page .custom-homes-build__card:last-child {
		grid-column: auto;
		min-height: 15rem;
	}

	.custom-homes-page .custom-homes-build__stack { grid-template-columns: 1fr; }

	.custom-homes-page .custom-homes-build__intro::after { display: none; }

	.custom-homes-page .custom-homes-build__card-title { margin-top: 2.5rem; }

	.custom-homes-page .custom-homes-build__card-copy { grid-column: auto; }

	.custom-homes-page .custom-homes-build__cta { padding: 1.5rem; }

	.custom-homes-page .custom-homes-build__cta .button-link {
		width: 100%;
		min-width: 0;
	}

	.custom-homes-page .custom-homes-process__body { padding: 5.5rem 0; }

	.custom-homes-page .custom-homes-process__inner { gap: 3.5rem; }

	.custom-homes-page .custom-homes-process__overview-title {
		max-width: 11ch;
		font-size: clamp(2.55rem, 10vw, 3.65rem);
	}

	.custom-homes-page .custom-homes-process__visual {
		min-height: clamp(22rem, 89vw, 29rem);
	}

	.custom-homes-page .custom-homes-process__visual-main {
		width: 90%;
		height: 88%;
	}

	.custom-homes-page .custom-homes-process__visual-detail { width: 43%; }

	.custom-homes-page .custom-homes-process__visual-caption {
		right: 0.75rem;
		bottom: 1.4rem;
		max-width: 12rem;
	}

	.custom-homes-page .custom-homes-process__steps-intro { gap: 0.85rem; }

	.custom-homes-page .custom-homes-process__steps-intro p {
		max-width: 13rem;
		font-size: 0.62rem;
	}

	.custom-homes-page .custom-homes-process-step {
		min-height: 0;
		padding: 1.5rem;
	}

	.custom-homes-page .custom-homes-process__actions .button-link {
		width: 100%;
		min-width: 0;
	}

	.custom-homes-page .custom-homes-process__actions {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		padding: 1.75rem 1.5rem;
	}

	.custom-homes-page .custom-homes-comparison__experience { gap: 1rem; }
	.custom-homes-page .custom-homes-comparison__visual { min-height: 23rem; }

	.custom-homes-page .custom-homes-comparison__visual figcaption {
		right: 1.5rem;
		bottom: 1.5rem;
		left: 1.5rem;
	}

	.custom-homes-page .custom-homes-trust__intro {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.custom-homes-page .custom-homes-trust__intro .custom-homes-chapter { grid-column: auto; }

	.custom-homes-page .custom-homes-trust__grid { grid-template-columns: 1fr; }
	.custom-homes-page .custom-homes-trust__card,
	.custom-homes-page .custom-homes-trust__card:nth-child(4),
	.custom-homes-page .custom-homes-trust__card--wide,
	.custom-homes-page .custom-homes-trust__card:last-child {
		grid-column: auto;
		min-height: 13rem;
	}

	.custom-homes-page .custom-homes-faq .ldh-faq__intro,
	.custom-homes-page .custom-homes-final-form-section__intro {
		position: relative;
		top: auto;
	}

	.custom-homes-page .custom-homes-faq .ldh-faq__panel { padding: 0 1.5rem 1.35rem 4.7rem; }

	.custom-homes-page .custom-homes-final-form-section__promise { margin-top: 2rem; }

	.custom-homes-page .custom-homes-final-form-section__form-card .ldh-contact-form { padding: 1.4rem; }
}

.custom-homes-page .custom-homes-home-faq {
	padding-bottom: clamp(4rem, 6vw, 6rem);
}

@media (min-width: 981px) {
	.custom-homes-page .custom-homes-home-faq .ldh-home-faq__heading {
		margin-top: clamp(3.5rem, 6vw, 6rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.custom-homes-page *,
	.custom-homes-page *::before,
	.custom-homes-page *::after {
		animation: none !important;
		transition: none !important;
	}
}
