.custom-homes-page {
	padding-bottom: 0;
}

.custom-homes-hero {
	position: relative;
	min-height: 100svh;
	padding: clamp(5.8rem, 8vw, 7.2rem) 0 1.2rem;
	overflow: clip;
	display: flex;
	align-items: stretch;
	background: #050c18;
}

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

.custom-homes-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(4, 10, 19, 0.42) 0%, rgba(4, 10, 19, 0.26) 34%, rgba(4, 10, 19, 0.84) 100%);
}

.custom-homes-hero__backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 22%, rgba(166, 132, 74, 0.16), transparent 24%),
		radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05), transparent 24%);
	pointer-events: none;
}

.custom-homes-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: brightness(0.58) saturate(0.9) contrast(1.04);
}

.custom-homes-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
}

.custom-homes-hero__layout {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex: 1 1 auto;
	padding-top: clamp(0.35rem, 1.2vw, 1rem);
}

.custom-homes-hero__centerpiece {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(100%, 90rem);
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
}

.custom-homes-hero__eyebrow {
	margin: 0 0 0.95rem;
	color: var(--ldg-brand-gold);
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
	text-transform: uppercase;
}

.custom-homes-hero__title {
	margin: 0;
	max-width: 24ch;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.35rem, 4.8vw, 4.3rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 0.92;
	text-align: center;
	text-transform: uppercase;
	color: rgba(241, 242, 244, 0.72);
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.34);
	text-wrap: balance;
	margin-left: -0.04em;
}

.general-contracting-hero .custom-homes-hero__title {
	max-width: 32ch;
	font-size: clamp(2.2rem, 4.9vw, 4.15rem);
	line-height: 1.02;
}

.general-contracting-hero .custom-homes-hero__layout {
	align-items: flex-start;
	padding-top: clamp(0rem, 0.9vw, 0.85rem);
}

.custom-homes-hero__trust-line {
	margin: 1rem 0 0;
	max-width: none;
	width: min(100%, 82rem);
	font-family: var(--ldg-font-body);
	color: rgba(241, 242, 244, 0.88);
	font-size: clamp(1rem, 1.45vw, 1.14rem);
	font-weight: 400;
	line-height: 1.72;
	text-wrap: wrap;
	margin-left: -0.02em;
}

.custom-homes-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.9rem;
	margin-top: 1.55rem;
}

.custom-homes-hero__actions .button-link {
	min-width: 14rem;
}

.custom-homes-hero__actions .button-link.is-secondary {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.16);
	color: #f3efe7;
}

.custom-homes-hero__subtle-link-wrap {
	margin: 0.9rem 0 0;
	display: none;
}

.custom-homes-hero__subtle-link {
	color: rgba(241, 242, 244, 0.72);
	font-size: 0.9rem;
	line-height: 1.5;
	text-decoration: none;
	border-bottom: 1px solid rgba(166, 132, 74, 0.26);
	transition: color 180ms ease, border-color 180ms ease;
}

.custom-homes-hero__subtle-link:hover,
.custom-homes-hero__subtle-link:focus-visible {
	color: #f1f2f4;
	border-color: rgba(166, 132, 74, 0.72);
}

.custom-homes-hero__trust-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 1.4rem 2.4rem;
	margin-top: auto;
	padding: 0 0 clamp(1rem, 2.2vw, 1.6rem);
}

.custom-homes-hero__trust-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex: 0 1 auto;
	min-width: 13rem;
	max-width: 20rem;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-align: center;
}

.custom-homes-hero__trust-value {
	display: block;
	margin-bottom: 0.45rem;
	font-family: var(--ldg-font-display);
	font-size: clamp(1.7rem, 2.6vw, 2.8rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.05em;
	color: #f7f2ea;
	text-transform: uppercase;
}

.custom-homes-hero__trust-label {
	margin: 0;
	max-width: 28ch;
	margin-inline: auto;
	color: rgba(241, 242, 244, 0.78);
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.custom-homes-hero__trust-card--experience {
	width: min(24vw, 18rem);
}

.custom-homes-hero__trust-card--projects {
	width: min(28vw, 20rem);
}

.custom-homes-hero__trust-card--location {
	width: min(30vw, 22rem);
}

.custom-homes-hero__trust-card--delivery {
	width: min(28vw, 20rem);
}

.custom-homes-foundation {
	position: relative;
	background: #050c18;
	overflow: clip;
}

.custom-homes-foundation__media-wrap {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.custom-homes-foundation__media {
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4rem 0 0;
}

.custom-homes-foundation__image {
	width: 100%;
	height: 100%;
	opacity: 0.18;
	object-fit: cover;
	object-position: center;
	transform: none;
	filter: saturate(0) brightness(1.2);
}

.custom-homes-foundation__content {
	position: relative;
	z-index: 1;
}

.custom-homes-lightstage {
	position: relative;
	background: #f1f2f4;
	overflow: clip;
}

.custom-homes-lightstage__media-wrap {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.custom-homes-lightstage__media {
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4rem 0 0;
}

.custom-homes-lightstage__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.28;
	transform: none;
	filter: saturate(0) contrast(1.08) brightness(0.82);
}

.custom-homes-lightstage__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 72% 40%, rgba(166, 132, 74, 0.09) 0%, rgba(166, 132, 74, 0) 24%),
		linear-gradient(180deg, rgba(241, 242, 244, 0.7) 0%, rgba(241, 242, 244, 0.8) 18%, rgba(241, 242, 244, 0.9) 100%);
	pointer-events: none;
}

.custom-homes-lightstage__content {
	position: relative;
	z-index: 1;
}

.custom-homes-fit {
	padding: 3.5rem 0 6rem;
	background: transparent;
}

.custom-homes-fit__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 2rem;
	align-items: start;
}

.custom-homes-fit__intro {
	display: grid;
	gap: 0.9rem;
	padding-top: 1.3rem;
}

.custom-homes-fit__heading {
	margin: 0;
	max-width: 11ch;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.25rem, 4vw, 4.15rem);
	line-height: 0.95;
	color: #f1f2f4;
}

.custom-homes-fit__copy {
	margin: 0;
	max-width: 31rem;
	font-size: clamp(1rem, 1.3vw, 1.08rem);
	line-height: 1.75;
	color: rgba(241, 242, 244, 0.78);
}

.custom-homes-fit__content {
	display: grid;
	gap: 1.6rem;
	padding-top: 1.55rem;
}

.custom-homes-fit__list-intro {
	margin: 0;
	max-width: 32rem;
	font-size: 0.96rem;
	line-height: 1.75;
	color: rgba(241, 242, 244, 0.68);
}

.custom-homes-fit__list {
	display: grid;
	gap: 1rem;
}

.custom-homes-fit__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.95rem;
	align-items: start;
}

.custom-homes-fit__check {
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.18rem;
	border-radius: 999px;
	background-color: var(--ldg-brand-gold);
	mask: url("../../../icons/check.svg") center / contain no-repeat;
	-webkit-mask: url("../../../icons/check.svg") center / contain no-repeat;
}

.custom-homes-fit__item-text {
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(241, 242, 244, 0.9);
}

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

.custom-homes-positioning {
	padding: 0 0 6rem;
	background: transparent;
}

.custom-homes-positioning__inner {
	display: grid;
	gap: 2.35rem;
}

.custom-homes-positioning__intro {
	display: grid;
	gap: 1rem;
	max-width: 100%;
	padding-top: 0.25rem;
}

.custom-homes-positioning__heading {
	margin: 0;
	max-width: none;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.25rem, 4.1vw, 4.2rem);
	line-height: 0.95;
	color: #f1f2f4;
}

.custom-homes-positioning__copy {
	margin: 0;
	max-width: none;
	font-size: clamp(1rem, 1.3vw, 1.08rem);
	line-height: 1.8;
	color: rgba(241, 242, 244, 0.78);
}

.custom-homes-positioning__pillars {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(166, 132, 74, 0.28);
	border-bottom: 1px solid rgba(166, 132, 74, 0.18);
}

.custom-homes-positioning__pillar {
	position: relative;
	padding: 1.75rem 1.35rem 1.9rem 0;
	overflow: hidden;
}

.custom-homes-positioning__pillar::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4.75rem;
	height: 1px;
	background: linear-gradient(90deg, rgba(166, 132, 74, 0.94) 0%, rgba(166, 132, 74, 0.22) 100%);
	transform: scaleX(0.15);
	transform-origin: left center;
	opacity: 0;
	transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1), opacity 720ms ease;
}

.custom-homes-positioning__pillar:not(:last-child) {
	margin-right: 1.35rem;
	padding-right: 2rem;
	border-right: 1px solid rgba(241, 242, 244, 0.12);
}

.custom-homes-positioning__pillar-title,
.custom-homes-positioning__pillar-copy {
	transition:
		transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 820ms ease;
}

.custom-homes-positioning__pillar.ldg-reveal .custom-homes-positioning__pillar-title {
	transform: translate3d(0, 0.55rem, 0);
	opacity: 0;
}

.custom-homes-positioning__pillar.ldg-reveal .custom-homes-positioning__pillar-copy {
	transform: translate3d(0, 0.8rem, 0);
	opacity: 0;
	transition-delay: 70ms;
}

.custom-homes-positioning__pillar.ldg-reveal.is-visible::after {
	transform: scaleX(1);
	opacity: 1;
}

.custom-homes-positioning__pillar.ldg-reveal.is-visible .custom-homes-positioning__pillar-title,
.custom-homes-positioning__pillar.ldg-reveal.is-visible .custom-homes-positioning__pillar-copy {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.custom-homes-positioning__pillar-title {
	margin: 0 0 0.85rem;
	font-family: var(--ldg-font-display);
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height: 1;
	color: var(--ldg-brand-gold);
}

.custom-homes-positioning__pillar-copy {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.8;
	color: rgba(241, 242, 244, 0.8);
}

.custom-homes-build {
	padding: 0 0 8rem;
	background: transparent;
}

.custom-homes-build__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: 2.5rem;
	align-items: start;
}

.custom-homes-build__intro {
	display: grid;
	gap: 0.9rem;
	position: sticky;
	top: 7.5rem;
}

.custom-homes-build__heading {
	margin: 0;
	max-width: 12ch;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.2rem, 4vw, 4.15rem);
	line-height: 0.95;
	color: #f1f2f4;
}

.custom-homes-build__content {
	display: grid;
	gap: 1.5rem;
}

.custom-homes-build__stack {
	display: grid;
	gap: 0.9rem;
}

.custom-homes-build__card {
	position: relative;
	display: grid;
	align-content: start;
	gap: 0.85rem;
	padding: 1.3rem 0 1.35rem 1rem;
	border-top: 1px solid rgba(166, 132, 74, 0.24);
	border-bottom: 1px solid rgba(241, 242, 244, 0.08);
	overflow: hidden;
}

.custom-homes-build__card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4.5rem;
	height: 1px;
	background: rgba(166, 132, 74, 0.9);
	transform: scaleX(0.16);
	transform-origin: left center;
	opacity: 0;
	transition: transform 820ms cubic-bezier(0.22, 1, 0.36, 1), opacity 820ms ease;
}

.custom-homes-build__card::after {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: min(18rem, 42%);
	background: linear-gradient(90deg, rgba(166, 132, 74, 0.08) 0%, rgba(166, 132, 74, 0) 100%);
	opacity: 0;
	transform: translate3d(-1.2rem, 0, 0);
	transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), opacity 900ms ease;
	pointer-events: none;
}

.custom-homes-build__card--offset-left.ldg-reveal {
	transform: translate3d(-2.2rem, 2.1rem, 0) scale(0.985);
}

.custom-homes-build__card--offset-right.ldg-reveal {
	transform: translate3d(2.2rem, 2.1rem, 0) scale(0.985);
}

.custom-homes-build__card-number,
.custom-homes-build__card-title,
.custom-homes-build__card-copy {
	transition:
		transform 860ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 860ms ease;
}

.custom-homes-build__card.ldg-reveal .custom-homes-build__card-number {
	transform: translate3d(0, 0.35rem, 0);
	opacity: 0;
}

.custom-homes-build__card.ldg-reveal .custom-homes-build__card-title {
	transform: translate3d(0, 0.7rem, 0);
	opacity: 0;
	transition-delay: 70ms;
}

.custom-homes-build__card.ldg-reveal .custom-homes-build__card-copy {
	transform: translate3d(0, 0.95rem, 0);
	opacity: 0;
	transition-delay: 140ms;
}

.custom-homes-build__card.ldg-reveal.is-visible::before {
	transform: scaleX(1);
	opacity: 1;
}

.custom-homes-build__card.ldg-reveal.is-visible::after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.custom-homes-build__card.ldg-reveal.is-visible .custom-homes-build__card-number,
.custom-homes-build__card.ldg-reveal.is-visible .custom-homes-build__card-title,
.custom-homes-build__card.ldg-reveal.is-visible .custom-homes-build__card-copy {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.custom-homes-build__card-number {
	font-size: 0.76rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(241, 242, 244, 0.42);
}

.custom-homes-build__card-title {
	margin: 0;
	max-width: 15ch;
	font-family: var(--ldg-font-display);
	font-size: clamp(1.45rem, 1.75vw, 1.9rem);
	line-height: 0.98;
	color: var(--ldg-brand-gold);
}

.custom-homes-build__card-copy {
	margin: 0;
	max-width: 28rem;
	font-size: 0.98rem;
	line-height: 1.78;
	color: rgba(241, 242, 244, 0.8);
}

.custom-homes-build__cta {
	display: grid;
	align-content: center;
	gap: 0.85rem;
	padding: 1.2rem 0 0;
	border-top: 1px solid rgba(166, 132, 74, 0.28);
}

.custom-homes-build__cta-label {
	margin: 0;
	font-family: var(--ldg-font-display);
	font-size: clamp(1.6rem, 2vw, 2.25rem);
	line-height: 1;
	color: #f1f2f4;
}

.custom-homes-build__cta-copy {
	margin: 0;
	max-width: 34rem;
	font-size: 1rem;
	line-height: 1.78;
	color: rgba(241, 242, 244, 0.76);
}

.custom-homes-process {
	background: #f1f2f4;
	padding: 0 0 7rem;
}

.custom-homes-process__stripe {
	position: relative;
	min-height: 24rem;
	display: grid;
	align-items: center;
	overflow: hidden;
}

.custom-homes-process__stripe-media,
.custom-homes-process__stripe-image,
.custom-homes-process__stripe-overlay {
	position: absolute;
	inset: 0;
}

.custom-homes-process__stripe-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-homes-process__stripe-overlay {
	background:
		linear-gradient(180deg, rgba(5, 12, 24, 0.44) 0%, rgba(5, 12, 24, 0.58) 100%),
		radial-gradient(circle at center, rgba(5, 12, 24, 0.06) 0%, rgba(5, 12, 24, 0.36) 100%);
}

.custom-homes-process__stripe-inner {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	text-align: center;
}

.custom-homes-process__stripe-title {
	margin: 0;
	max-width: 18ch;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.35rem, 4.4vw, 4.3rem);
	line-height: 1.02;
	color: #f1f2f4;
}

.custom-homes-process__body {
	position: relative;
	margin-top: -2.75rem;
}

.custom-homes-process__inner {
	display: grid;
	gap: 2rem;
	padding: 2rem clamp(1.25rem, 3vw, 2rem) 0;
	border-top: 1px solid rgba(166, 132, 74, 0.28);
	background: #f1f2f4;
}

.custom-homes-process__steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem 2rem;
}

.custom-homes-process-step {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: start;
	padding: 1.1rem 0 1.25rem;
	border-bottom: 1px solid rgba(28, 28, 28, 0.1);
	overflow: hidden;
}

.custom-homes-process-step__rail {
	position: relative;
	padding-right: 1rem;
}

.custom-homes-process-step__rail::after {
	content: "";
	position: absolute;
	top: 2.2rem;
	right: 0.2rem;
	bottom: -1.25rem;
	width: 1px;
	background: linear-gradient(180deg, rgba(166, 132, 74, 0.42) 0%, rgba(166, 132, 74, 0.04) 100%);
	transform: scaleY(0.14);
	transform-origin: top center;
	opacity: 0;
	transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), opacity 900ms ease;
}

.custom-homes-process-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.55rem;
	height: 2.55rem;
	padding: 0 0.72rem;
	border: 1px solid rgba(166, 132, 74, 0.26);
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	color: var(--ldg-brand-gold);
	background: rgba(166, 132, 74, 0.06);
	box-shadow: inset 0 0 0 0 rgba(166, 132, 74, 0.18);
	transition:
		transform 860ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 860ms ease,
		box-shadow 860ms ease,
		background-color 860ms ease;
}

.custom-homes-process-step:last-child .custom-homes-process-step__rail::after,
.custom-homes-process-step:nth-last-child(2) .custom-homes-process-step__rail::after {
	display: none;
}

.custom-homes-process-step__content {
	display: grid;
	gap: 0.5rem;
}

.custom-homes-process-step__title,
.custom-homes-process-step__description {
	transition:
		transform 860ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 860ms ease;
}

.custom-homes-process-step.ldg-reveal .custom-homes-process-step__number {
	transform: translate3d(0, 0.85rem, 0) scale(0.92);
	opacity: 0;
}

.custom-homes-process-step--sway-left.ldg-reveal {
	transform: translate3d(-1.5rem, 2rem, 0) scale(0.985);
}

.custom-homes-process-step--sway-right.ldg-reveal {
	transform: translate3d(1.5rem, 2rem, 0) scale(0.985);
}

.custom-homes-process-step.ldg-reveal .custom-homes-process-step__title {
	transform: translate3d(0, 0.8rem, 0);
	opacity: 0;
	transition-delay: 70ms;
}

.custom-homes-process-step.ldg-reveal .custom-homes-process-step__description {
	transform: translate3d(0, 1rem, 0);
	opacity: 0;
	transition-delay: 140ms;
}

.custom-homes-process-step.ldg-reveal.is-visible .custom-homes-process-step__rail::after {
	transform: scaleY(1);
	opacity: 1;
}

.custom-homes-process-step.ldg-reveal.is-visible .custom-homes-process-step__number {
	transform: translate3d(0, 0, 0) scale(1);
	opacity: 1;
	background: rgba(166, 132, 74, 0.09);
	box-shadow: inset 0 0 0 0.55rem rgba(166, 132, 74, 0.05);
}

.custom-homes-process-step.ldg-reveal.is-visible .custom-homes-process-step__title,
.custom-homes-process-step.ldg-reveal.is-visible .custom-homes-process-step__description {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.custom-homes-process-step__title {
	margin: 0;
	font-family: var(--ldg-font-display);
	font-size: clamp(1.35rem, 1.8vw, 1.7rem);
	line-height: 1;
	color: #1c1c1c;
}

.custom-homes-process-step__description {
	margin: 0;
	max-width: 31rem;
	font-size: 0.98rem;
	line-height: 1.78;
	color: rgba(28, 28, 28, 0.72);
}

.custom-homes-process__actions {
	padding-top: 0.75rem;
	display: flex;
	justify-content: center;
}

.custom-homes-comparison {
	display: none;
	padding: 7.5rem 0 3rem;
	background: transparent;
}

.custom-homes-comparison__inner {
	display: grid;
	gap: 2rem;
}

.custom-homes-comparison__intro {
	display: grid;
	gap: 0.9rem;
	max-width: 54rem;
}

.custom-homes-comparison__heading,
.custom-homes-trust__heading,
.custom-homes-inspiration__heading {
	margin: 0;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.1rem, 3.8vw, 4rem);
	line-height: 0.96;
	color: #1c1c1c;
}

.custom-homes-comparison__copy,
.custom-homes-inspiration__copy {
	margin: 0;
	font-size: clamp(1rem, 1.25vw, 1.06rem);
	line-height: 1.78;
	color: rgba(28, 28, 28, 0.72);
}

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

.custom-homes-comparison__card,
.custom-homes-trust__card {
	display: grid;
	align-content: start;
	gap: 0.85rem;
	padding: 1.45rem 1.35rem 1.55rem;
	border: 1px solid rgba(28, 28, 28, 0.08);
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.62);
	box-shadow: 0 18px 40px rgba(16, 22, 32, 0.05);
}

.custom-homes-comparison__card {
	position: relative;
	overflow: hidden;
}

.custom-homes-comparison__card::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 0.18rem;
	background: linear-gradient(180deg, rgba(166, 132, 74, 0.12) 0%, rgba(166, 132, 74, 0.92) 28%, rgba(166, 132, 74, 0.18) 76%, rgba(166, 132, 74, 0.04) 100%);
	opacity: 0;
	transform: scaleY(0.22);
	transform-origin: top center;
	transition: transform 860ms cubic-bezier(0.22, 1, 0.36, 1), opacity 860ms ease;
}

.custom-homes-comparison__card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 48%);
	opacity: 0;
	transform: translate3d(-1rem, -0.8rem, 0);
	transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), opacity 900ms ease;
	pointer-events: none;
}

.custom-homes-comparison__card--rise-left.ldg-reveal {
	transform: translate3d(-1.5rem, 2rem, 0) scale(0.985);
}

.custom-homes-comparison__card--rise-right.ldg-reveal {
	transform: translate3d(1.5rem, 2rem, 0) scale(0.985);
}

.custom-homes-comparison__card-title,
.custom-homes-comparison__card-copy {
	transition:
		transform 860ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 860ms ease;
}

.custom-homes-comparison__card.ldg-reveal .custom-homes-comparison__card-title {
	transform: translate3d(0, 0.7rem, 0);
	opacity: 0;
}

.custom-homes-comparison__card.ldg-reveal .custom-homes-comparison__card-copy {
	transform: translate3d(0, 0.95rem, 0);
	opacity: 0;
	transition-delay: 90ms;
}

.custom-homes-comparison__card.ldg-reveal.is-visible::before {
	transform: scaleY(1);
	opacity: 1;
}

.custom-homes-comparison__card.ldg-reveal.is-visible::after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.custom-homes-comparison__card.ldg-reveal.is-visible .custom-homes-comparison__card-title,
.custom-homes-comparison__card.ldg-reveal.is-visible .custom-homes-comparison__card-copy {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.custom-homes-comparison__card-title,
.custom-homes-trust__card-title {
	margin: 0;
	font-family: var(--ldg-font-display);
	font-size: clamp(1.35rem, 1.75vw, 1.75rem);
	line-height: 1;
	color: #1c1c1c;
}

.custom-homes-comparison__card-copy,
.custom-homes-trust__card-copy {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.75;
	color: rgba(28, 28, 28, 0.72);
}

.custom-homes-trust {
	padding: 3rem 0 3rem;
	background: transparent;
}

.custom-homes-trust__inner {
	display: grid;
	gap: 1.85rem;
}

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

.custom-homes-trust__card {
	grid-column: span 4;
	position: relative;
	overflow: hidden;
}

.custom-homes-trust__card--wide {
	grid-column: span 8;
}

.custom-homes-trust__card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 0.18rem;
	background: linear-gradient(90deg, rgba(166, 132, 74, 0.14) 0%, rgba(166, 132, 74, 0.96) 34%, rgba(166, 132, 74, 0.16) 78%, rgba(166, 132, 74, 0.02) 100%);
	opacity: 0;
	transform: scaleX(0.16);
	transform-origin: left center;
	transition: transform 860ms cubic-bezier(0.22, 1, 0.36, 1), opacity 860ms ease;
}

.custom-homes-trust__card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 44%);
	opacity: 0;
	transform: translate3d(0, 1rem, 0);
	transition: transform 920ms cubic-bezier(0.22, 1, 0.36, 1), opacity 920ms ease;
	pointer-events: none;
}

.custom-homes-trust__card--settle-left.ldg-reveal {
	transform: translate3d(-1.35rem, 2rem, 0) scale(0.985);
}

.custom-homes-trust__card--settle-right.ldg-reveal {
	transform: translate3d(1.35rem, 2rem, 0) scale(0.985);
}

.custom-homes-trust__card-number,
.custom-homes-trust__card-title,
.custom-homes-trust__card-copy {
	transition:
		transform 860ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 860ms ease;
}

.custom-homes-trust__card.ldg-reveal .custom-homes-trust__card-number {
	transform: translate3d(0, 0.3rem, 0) scale(0.94);
	opacity: 0;
}

.custom-homes-trust__card.ldg-reveal .custom-homes-trust__card-title {
	transform: translate3d(0, 0.8rem, 0);
	opacity: 0;
	transition-delay: 70ms;
}

.custom-homes-trust__card.ldg-reveal .custom-homes-trust__card-copy {
	transform: translate3d(0, 1rem, 0);
	opacity: 0;
	transition-delay: 140ms;
}

.custom-homes-trust__card.ldg-reveal.is-visible::before {
	transform: scaleX(1);
	opacity: 1;
}

.custom-homes-trust__card.ldg-reveal.is-visible::after {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.custom-homes-trust__card.ldg-reveal.is-visible .custom-homes-trust__card-number,
.custom-homes-trust__card.ldg-reveal.is-visible .custom-homes-trust__card-title,
.custom-homes-trust__card.ldg-reveal.is-visible .custom-homes-trust__card-copy {
	transform: translate3d(0, 0, 0) scale(1);
	opacity: 1;
}

.custom-homes-trust__card-number {
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ldg-brand-gold);
}

.custom-homes-inspiration {
	padding: 3rem 0 7.5rem;
	background: transparent;
}

.custom-homes-inspiration__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) auto;
	gap: 1.5rem 2rem;
	align-items: center;
	padding: 1.6rem 0 0;
	border-top: 1px solid rgba(166, 132, 74, 0.22);
}

.custom-homes-inspiration__content {
	display: grid;
	gap: 0.8rem;
	max-width: 42rem;
}

.custom-homes-inspiration__actions {
	display: flex;
	justify-content: flex-end;
}

.custom-homes-inspiration__actions .button-link.is-secondary {
	border-color: rgba(166, 132, 74, 0.58);
	background: #ffffff;
	color: #1c1c1c;
	box-shadow: 0 14px 28px rgba(16, 22, 32, 0.08);
}

.custom-homes-inspiration__actions .button-link.is-secondary:hover,
.custom-homes-inspiration__actions .button-link.is-secondary:focus-visible {
	border-color: rgba(166, 132, 74, 0.9);
	background: #fbf7ef;
	color: #1c1c1c;
}

.custom-homes-faq {
	background: #050c18;
}

.custom-homes-faq .ldg-faq__inner {
	gap: 2.15rem;
}

.custom-homes-faq .ldg-faq__heading {
	max-width: 15ch;
}

.custom-homes-faq .ldg-faq__list {
	border-top-color: rgba(241, 242, 244, 0.12);
}

.custom-homes-faq .ldg-faq__item {
	border-bottom-color: rgba(241, 242, 244, 0.12);
}

.custom-homes-final-form-section {
	position: relative;
	padding: 6rem 0 7rem;
	background: #050c18;
	overflow: hidden;
}

.custom-homes-final-form-section__word {
	position: absolute;
	left: 50%;
	top: 2.75rem;
	transform: translateX(-50%);
	font-family: var(--ldg-font-display);
	font-size: clamp(6.5rem, 22vw, 18rem);
	font-weight: 500;
	line-height: 0.82;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(241, 242, 244, 0.035);
	pointer-events: none;
	white-space: nowrap;
	user-select: none;
}

.custom-homes-final-form-section__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(1.75rem, 4vw, 4rem);
	align-items: start;
}

.custom-homes-final-form-section__intro {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	max-width: 35rem;
}

.custom-homes-final-form-section__title {
	margin: 0;
	max-width: 12ch;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.3rem, 4.2vw, 4.3rem);
	line-height: 0.96;
	color: #f1f2f4;
}

.custom-homes-final-form-section__accent {
	display: block;
	width: 4rem;
	height: 2px;
	background: linear-gradient(90deg, #a6844a 0%, rgba(166, 132, 74, 0.18) 100%);
}

.custom-homes-final-form-section__copy {
	margin: 0;
	max-width: 35rem;
	font-size: 1rem;
	line-height: 1.76;
	color: rgba(241, 242, 244, 0.74);
}

.custom-homes-final-form-section__form-card {
	padding: 1.35rem;
}

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

.custom-homes-final-form-section__form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.custom-homes-final-form-section__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.custom-homes-final-form-section__field {
	display: grid;
	gap: 0.45rem;
}

.custom-homes-final-form-section__field--full {
	grid-column: 1 / -1;
}

.custom-homes-final-form-section__field span {
	display: block;
}

.custom-homes-final-form-section__field input,
.custom-homes-final-form-section__field select,
.custom-homes-final-form-section__field textarea {
	appearance: none;
}

.custom-homes-final-form-section__field select {
	background-repeat: no-repeat;
}

.custom-homes-final-form-section__field textarea {
	resize: vertical;
}

.custom-homes-final-form-section__field input::placeholder,
.custom-homes-final-form-section__field textarea::placeholder {
	opacity: 1;
}

.custom-homes-final-form-section__submit {
	align-self: flex-start;
}

.custom-homes-final-form-section__submit:hover,
.custom-homes-final-form-section__submit:focus-visible {
	transform: translateY(-0.08rem);
}

@media (max-width: 780px) {
	.custom-homes-hero {
		min-height: auto;
		padding: 6.3rem 0 1rem;
	}

	.custom-homes-hero__centerpiece {
		width: min(100%, 28rem);
	}

	.custom-homes-hero__title {
		max-width: 100%;
		font-size: clamp(2.2rem, 8.6vw, 3.55rem);
	}

	.custom-homes-hero__trust-line {
		max-width: 20rem;
		width: 100%;
		font-size: 0.98rem;
	}

	.custom-homes-hero__subtle-link {
		font-size: 0.88rem;
	}

	.custom-homes-hero__trust-grid {
		gap: 1rem 1.25rem;
		margin-top: 1.4rem;
		padding-bottom: 1rem;
	}

	.general-contracting-hero .custom-homes-hero__trust-grid {
		margin-top: 1.35rem;
	}

	.custom-homes-hero__trust-card,
	.custom-homes-hero__trust-card--experience,
	.custom-homes-hero__trust-card--projects,
	.custom-homes-hero__trust-card--location,
	.custom-homes-hero__trust-card--delivery {
		width: min(100%, 15rem);
		min-width: 10rem;
	}

	.custom-homes-fit {
		padding: 2rem 0 4.5rem;
	}

	.custom-homes-foundation__media-wrap {
		display: none;
	}

	.custom-homes-foundation__overlay {
		background: linear-gradient(180deg, rgba(5, 12, 24, 0.84) 0%, rgba(5, 12, 24, 0.9) 100%);
	}

	.custom-homes-lightstage__media-wrap {
		display: none;
	}

	.custom-homes-lightstage__overlay {
		background: linear-gradient(180deg, rgba(241, 242, 244, 0.96) 0%, rgba(241, 242, 244, 0.985) 100%);
	}

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

	.custom-homes-fit__intro {
		padding-top: 0;
		gap: 0.75rem;
	}

	.custom-homes-fit__heading {
		max-width: 100%;
		font-size: clamp(2rem, 8vw, 3rem);
	}

	.custom-homes-fit__copy {
		max-width: 100%;
		font-size: 0.96rem;
	}

	.custom-homes-fit__content {
		padding-top: 0;
		gap: 1.25rem;
	}

	.custom-homes-fit__list-intro {
		max-width: 100%;
		font-size: 0.94rem;
	}

	.custom-homes-fit__list {
		gap: 0.85rem;
	}

	.custom-homes-fit__item {
		gap: 0.8rem;
	}

	.custom-homes-fit__item-text {
		font-size: 0.95rem;
	}

	.custom-homes-positioning {
		padding-bottom: 4.5rem;
	}

	.custom-homes-positioning__inner {
		gap: 1.6rem;
	}

	.custom-homes-positioning__intro {
		gap: 0.75rem;
	}

	.custom-homes-positioning__heading {
		max-width: 100%;
		font-size: clamp(2rem, 8vw, 3rem);
	}

	.custom-homes-positioning__copy {
		font-size: 0.96rem;
		line-height: 1.75;
	}

	.custom-homes-positioning__pillars {
		grid-template-columns: 1fr;
		border-bottom: 0;
	}

	.custom-homes-positioning__pillar {
		padding: 1.15rem 0;
		border-bottom: 1px solid rgba(241, 242, 244, 0.12);
	}

	.custom-homes-positioning__pillar::after {
		width: 3.75rem;
	}

	.custom-homes-positioning__pillar:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}

	.custom-homes-positioning__pillar:last-child {
		border-bottom: 1px solid rgba(241, 242, 244, 0.12);
	}

	.custom-homes-positioning__pillar-title {
		margin-bottom: 0.55rem;
		font-size: 1.45rem;
	}

	.custom-homes-positioning__pillar-copy {
		font-size: 0.95rem;
		line-height: 1.7;
	}

	.custom-homes-build {
		padding-bottom: 5rem;
	}

	.custom-homes-build__inner {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.custom-homes-build__heading {
		max-width: 100%;
		font-size: clamp(2rem, 8vw, 3rem);
	}

	.custom-homes-build__intro {
		position: static;
	}

	.custom-homes-build__content {
		gap: 0.85rem;
	}

	.custom-homes-build__stack {
		gap: 0.85rem;
	}

	.custom-homes-build__card {
		padding: 1.05rem 0 1.1rem 0.85rem;
	}

	.custom-homes-build__card::after {
		width: min(12rem, 52%);
	}

	.custom-homes-build__card--offset-left.ldg-reveal,
	.custom-homes-build__card--offset-right.ldg-reveal {
		transform: translate3d(0, 1.9rem, 0) scale(0.985);
	}

	.custom-homes-build__card-title {
		max-width: 100%;
		font-size: 1.42rem;
	}

	.custom-homes-build__card-copy {
		font-size: 0.95rem;
		line-height: 1.7;
	}

	.custom-homes-build__cta {
		padding: 1.15rem 0 0;
		border-top: 1px solid rgba(166, 132, 74, 0.28);
		border-bottom: 0;
	}

	.custom-homes-build__cta-label {
		font-size: 1.45rem;
	}

	.custom-homes-build__cta-copy {
		font-size: 0.95rem;
		line-height: 1.7;
	}

	.custom-homes-process {
		padding-bottom: 1rem;
	}

	.custom-homes-process__stripe {
		min-height: 16rem;
	}

	.custom-homes-process__stripe-title {
		max-width: 100%;
		font-size: clamp(2rem, 8vw, 3rem);
	}

	.custom-homes-process__body {
		margin-top: -1.5rem;
	}

	.custom-homes-process__inner {
		gap: 1.5rem;
		padding: 1.2rem 0 0;
		background: transparent;
	}

	.custom-homes-process__steps {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.custom-homes-process-step {
		padding: 1rem 0 1.1rem;
		gap: 0.9rem;
	}

	.custom-homes-process-step--sway-left.ldg-reveal,
	.custom-homes-process-step--sway-right.ldg-reveal {
		transform: translate3d(0, 1.75rem, 0) scale(0.985);
	}

	.custom-homes-process-step__rail {
		padding-right: 0.8rem;
	}

	.custom-homes-process-step__rail::after {
		top: 2rem;
		bottom: -1.1rem;
	}

	.custom-homes-process-step:nth-last-child(2) .custom-homes-process-step__rail::after {
		display: block;
	}

	.custom-homes-process-step:last-child .custom-homes-process-step__rail::after {
		display: none;
	}

	.custom-homes-process-step__title {
		font-size: 1.32rem;
	}

	.custom-homes-process-step__description {
		font-size: 0.95rem;
		line-height: 1.7;
	}

	.custom-homes-comparison {
		padding: 5.5rem 0 2.25rem;
	}

	.custom-homes-comparison__inner,
	.custom-homes-trust__inner,
	.custom-homes-inspiration__content {
		gap: 1.35rem;
	}

	.custom-homes-comparison__heading,
	.custom-homes-trust__heading,
	.custom-homes-inspiration__heading {
		max-width: 100%;
		font-size: clamp(2rem, 8vw, 3rem);
	}

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

	.custom-homes-comparison__card,
	.custom-homes-trust__card {
		padding: 1.15rem 1.05rem 1.2rem;
		border-radius: 1.05rem;
	}

	.custom-homes-comparison__card--rise-left.ldg-reveal,
	.custom-homes-comparison__card--rise-right.ldg-reveal {
		transform: translate3d(0, 1.75rem, 0) scale(0.985);
	}

	.custom-homes-comparison__card-title,
	.custom-homes-trust__card-title {
		font-size: 1.35rem;
	}

	.custom-homes-comparison__card-copy,
	.custom-homes-trust__card-copy,
	.custom-homes-inspiration__copy {
		font-size: 0.95rem;
		line-height: 1.7;
	}

	.custom-homes-trust {
		padding: 2.25rem 0;
	}

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

	.custom-homes-trust__card,
	.custom-homes-trust__card--wide {
		grid-column: auto;
	}

	.custom-homes-trust__card--settle-left.ldg-reveal,
	.custom-homes-trust__card--settle-right.ldg-reveal {
		transform: translate3d(0, 1.75rem, 0) scale(0.985);
	}

	.custom-homes-inspiration {
		padding: 2.25rem 0 5rem;
	}

	.custom-homes-inspiration__inner {
		grid-template-columns: 1fr;
		gap: 1.1rem;
		padding-top: 1.25rem;
	}

	.custom-homes-inspiration__actions {
		justify-content: flex-start;
	}

	.custom-homes-faq .ldg-faq__inner {
		gap: 1.5rem;
	}

	.custom-homes-final-form-section {
		padding: 4.5rem 0 5rem;
		background: #050c18;
	}

	.custom-homes-final-form-section__word {
		top: 3.1rem;
		font-size: clamp(6rem, 36vw, 10rem);
		letter-spacing: 0.05em;
	}

	.custom-homes-final-form-section__inner {
		grid-template-columns: 1fr;
		gap: 1.4rem;
	}

	.custom-homes-final-form-section__intro {
		padding-top: 1.2rem;
		gap: 0.8rem;
	}

	.custom-homes-final-form-section__title {
		max-width: 100%;
		font-size: clamp(2rem, 8vw, 3rem);
	}

	.custom-homes-final-form-section__copy {
		font-size: 0.96rem;
		line-height: 1.72;
	}

	.custom-homes-final-form-section__form-card {
		padding: 1rem;
		border-radius: 1.05rem;
	}

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

	.custom-homes-final-form-section__grid {
		grid-template-columns: 1fr;
	}

	.custom-homes-final-form-section__field--full {
		grid-column: auto;
	}

	.custom-homes-final-form-section__field input,
	.custom-homes-final-form-section__field select,
	.custom-homes-final-form-section__field textarea {
		font-size: 0.95rem;
	}

	.custom-homes-final-form-section__submit {
		width: 100%;
	}
}
