/**
 * LDH visual adaptation for the imported Available Homes landing and detail views.
 */

body.ldh-available-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);
}

.available-homes-page,
body.single-ldg_available_home .site-main {
	--ldg-background: #050c18;
	--ldg-surface: #fbfaf6;
	--ldg-text: #161817;
	--ldg-accent: #a6844a;
	--ldg-accent-dark: #765d32;
	--ldg-border: rgba(22, 24, 23, 0.16);
	--ldg-font-display: var(--ldh-display);
	--ldg-font-body: var(--ldh-body);
	--ldg-font-serif: var(--ldh-serif);
	--ldg-brand-gold: #a6844a;
	--ldg-brand-white: #f4f1e9;
	--ldg-content-max-width: 1440px;
	--ldg-content-padding-x: clamp(1.25rem, 4vw, 4.5rem);
	background: var(--ldh-ivory);
	color: var(--ldh-ink);
}

.available-homes-page .ldg-shell,
body.single-ldg_available_home .ldg-shell {
	width: min(calc(100% - (2 * var(--ldg-content-padding-x))), var(--ldg-content-max-width));
	max-width: none;
	margin-inline: auto;
}

.available-homes-page + .site-footer,
body.single-ldg_available_home .site-footer {
	background: var(--ldh-navy);
}

.available-homes-page h1,
.available-homes-page h2,
.available-homes-page h3,
body.single-ldg_available_home h1,
body.single-ldg_available_home h2,
body.single-ldg_available_home h3 {
	text-wrap: balance;
}

/* Editorial hero */
.available-homes-hero {
	min-height: clamp(45rem, 92svh, 62rem);
	padding: clamp(8rem, 14vh, 10.5rem) 0 clamp(2rem, 4vw, 3.5rem);
	background: var(--ldh-navy);
}

.available-homes-hero__image {
	transform: scale(1.025);
	filter: saturate(0.72) contrast(1.08) brightness(0.88);
}

.available-homes-hero__media::after {
	background:
		radial-gradient(circle at 50% 42%, rgba(166, 132, 74, 0.18), transparent 32%),
		linear-gradient(90deg, rgba(5, 12, 24, 0.76), rgba(5, 12, 24, 0.4), rgba(5, 12, 24, 0.76)),
		linear-gradient(0deg, rgba(5, 12, 24, 0.88), rgba(5, 12, 24, 0.12) 58%, rgba(5, 12, 24, 0.5));
}

.available-homes-hero__backdrop {
	background: linear-gradient(180deg, transparent 68%, rgba(5, 12, 24, 0.72));
}

.available-homes-hero__centerpiece {
	width: min(100%, 68rem);
	padding-inline: 0;
}

.available-homes-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
	margin-bottom: 1.4rem;
	color: rgba(244, 241, 233, 0.78);
	font-size: 0.66rem;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.available-homes-hero__eyebrow::before {
	display: block;
	width: 2.75rem;
	height: 1px;
	background: #c6a86f;
	content: "";
}

.available-homes-hero__title {
	max-width: 18ch;
	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.005em;
	line-height: 1.08;
	text-align: center;
	text-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.28);
	text-transform: none;
	text-wrap: balance;
}

.available-homes-hero__trust-line {
	margin-top: 1.65rem;
	color: #d9bd86;
	font-family: var(--ldh-serif);
	font-size: clamp(1.15rem, 1.6vw, 1.45rem);
	font-style: italic;
	font-weight: 400;
}

.available-homes-hero__copy {
	max-width: 60rem;
	margin-top: 1.25rem;
	color: rgba(244, 241, 233, 0.72);
	font-size: clamp(0.95rem, 1.05vw, 1.08rem);
	font-weight: 300;
	line-height: 1.8;
}

.available-homes-hero__actions {
	gap: 0.8rem;
	margin-top: 2rem;
}

.available-homes-page .button-link,
.available-homes-page .available-home-card__button,
.available-homes-page .available-homes-featured-home-card__button {
	min-width: 0;
	padding: 0.95rem 1.25rem;
	border-radius: 0;
	font-size: 0.66rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.available-homes-hero__trust-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-top: clamp(2.25rem, 5vh, 3.75rem);
	padding: 0;
	border-top: 1px solid rgba(244, 241, 233, 0.22);
}

.available-homes-hero__trust-card,
.available-homes-hero__trust-card--experience,
.available-homes-hero__trust-card--projects,
.available-homes-hero__trust-card--location {
	width: auto;
	max-width: none;
	min-height: 5.5rem;
	padding: 1rem clamp(0.75rem, 1.5vw, 1.5rem) 0;
	border: 0;
	border-right: 1px solid rgba(244, 241, 233, 0.18);
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
}

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

.available-homes-hero__trust-value {
	color: #f4f1e9;
	font-family: var(--ldh-serif);
	font-size: clamp(1.65rem, 2.4vw, 2.5rem);
	font-weight: 400;
}

.available-homes-hero__trust-label {
	color: rgba(244, 241, 233, 0.58);
	font-size: 0.55rem;
	letter-spacing: 0.14em;
}

/* Inventory paths */
.available-homes-quick-path {
	padding: clamp(5.5rem, 9vw, 8.5rem) 0;
	background: #f1f2f4;
}

.available-homes-quick-path__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(0.75rem, 1.5vw, 1.5rem);
}

.available-homes-quick-path-card {
	min-height: clamp(25rem, 38vw, 36rem);
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.available-homes-quick-path-card:hover,
.available-homes-quick-path-card:focus-visible {
	transform: none;
}

.available-homes-quick-path-card__image {
	filter: saturate(0.78) contrast(1.04);
}

.available-homes-quick-path-card__overlay {
	background: linear-gradient(180deg, rgba(5, 12, 24, 0.08), rgba(5, 12, 24, 0.86));
}

.available-homes-quick-path-card__content {
	padding: clamp(1.5rem, 2.2vw, 2.25rem);
}

.available-homes-quick-path-card__title {
	font-family: var(--ldh-serif);
	font-size: clamp(1.65rem, 2.25vw, 2.4rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.02;
}

.available-homes-quick-path-card__description {
	color: rgba(244, 241, 233, 0.72);
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.65;
}

.available-homes-quick-path-card__cta {
	border-radius: 0;
	background: transparent;
}

/* Listing */
.available-homes-listing-section {
	padding-bottom: clamp(6rem, 10vw, 10rem);
	background: #f1f2f4;
}

.available-homes-listing-section__band-wrap {
	height: clamp(20rem, 32vw, 28rem);
}

.available-homes-listing-section__band {
	min-height: 0;
}

.available-homes-listing-section__band-inner {
	text-align: center;
}

.available-homes-listing-section__band-image {
	filter: saturate(0.68) contrast(1.08);
}

.available-homes-listing-section__band-overlay {
	background:
		linear-gradient(90deg, rgba(5, 12, 24, 0.9), rgba(5, 12, 24, 0.42) 68%, rgba(5, 12, 24, 0.68)),
		linear-gradient(0deg, rgba(5, 12, 24, 0.76), transparent 58%);
}

.available-homes-listing-section__title,
.available-homes-featured-home-section__title,
.available-homes-contact-section__title,
.available-homes-why-ldg-section__title,
.available-homes-home-types-section__title,
.available-homes-buying-process__title,
.available-homes-locations-section__title,
.available-homes-testimonials-section__title,
.available-homes-final-form-section__title,
.available-homes-page .ldg-faq__heading {
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1;
}

.available-homes-listing-section__title {
	max-width: 15ch;
	color: #f4f1e9;
	font-size: clamp(2.25rem, 4.2vw, 4.5rem);
	text-transform: none;
}

.available-homes-listing-section__inner {
	padding-top: clamp(2rem, 4vw, 3.5rem);
}

.available-homes-listing-section__controls {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(22, 24, 23, 0.14);
}

.available-homes-listing-section__all-label {
	color: #77746d;
	font-size: 0.66rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.available-homes-listing-section__filters-button {
	border: 1px solid rgba(22, 24, 23, 0.32);
	border-radius: 0;
	background: transparent;
	color: #161817;
	font-size: 0.66rem;
	letter-spacing: 0.14em;
}

.available-homes-listing-section__filters-button:hover,
.available-homes-listing-section__filters-button:focus-visible {
	border-color: #161817;
	background: #161817;
	color: #fff;
}

.available-homes-results {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.25rem, 2.2vw, 2.25rem);
}

.available-homes-listing-section:not(:has(.available-home-card)) .available-homes-listing-section__controls {
	display: none;
}

.available-homes-results__empty {
	grid-column: 1 / -1;
	display: grid;
	justify-items: start;
	max-width: 48rem;
	padding: clamp(2.5rem, 5vw, 5rem) 0 0;
}

.available-homes-results__empty-eyebrow {
	margin: 0 0 1rem;
	color: #a6844a;
	font-size: 0.64rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.available-homes-results__empty h3 {
	margin: 0;
	font-family: var(--ldh-serif);
	font-size: clamp(2.1rem, 4vw, 4.25rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1;
}

.available-homes-results__empty > p:not(.available-homes-results__empty-eyebrow) {
	max-width: 38rem;
	margin: 1.25rem 0 1.75rem;
	color: rgba(22, 24, 23, 0.66);
	font-weight: 300;
}

.available-home-card {
	border: 1px solid rgba(22, 24, 23, 0.12);
	border-radius: 0;
	background: #fffdf8;
	box-shadow: 0 0.75rem 2.5rem rgba(5, 12, 24, 0.04);
	transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.available-home-card::before {
	display: none;
}

.available-home-card:hover,
.available-home-card:focus-within {
	border-color: rgba(166, 132, 74, 0.34);
	box-shadow: 0 1.5rem 3.5rem rgba(5, 12, 24, 0.1);
	transform: translateY(-0.3rem);
}

.available-home-card__media {
	min-height: 0;
	aspect-ratio: 16 / 11;
}

.available-home-card__media::after {
	position: absolute;
	inset: auto 0 0;
	height: 28%;
	background: linear-gradient(180deg, transparent, rgba(5, 12, 24, 0.18));
	content: "";
	pointer-events: none;
}

.available-home-card__image {
	filter: saturate(0.82) contrast(1.03);
	transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.available-home-card:hover .available-home-card__image {
	transform: scale(1.035);
}

.available-home-card__status,
.available-home-card__contract-tag,
.available-homes-featured-home-card__tag,
.available-homes-featured-home-card__contract-tag {
	border-radius: 0;
	font-size: 0.58rem;
	letter-spacing: 0.15em;
}

.available-home-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0;
	padding: clamp(1.35rem, 2vw, 1.8rem);
}

.available-home-card__header {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	gap: 0.65rem;
}

.available-home-card__title,
.available-homes-featured-home-card__name {
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.025em;
}

.available-home-card__title {
	font-size: clamp(1.35rem, 1.7vw, 1.75rem);
	line-height: 1.05;
}

.available-home-card__type,
.available-home-card__location,
.available-home-card__detail,
.available-home-card__value-line {
	font-weight: 300;
}

.available-home-card__type {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #a6844a;
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.5;
}

.available-home-card__location {
	margin-top: 0.45rem;
	font-size: 0.86rem;
}

.available-home-card__price {
	margin-top: 0.55rem;
	color: var(--ldh-navy);
	font-family: var(--ldh-serif);
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.25;
}

.available-home-card__details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 1.25rem;
	padding-block: 0.95rem;
	border-top: 1px solid rgba(22, 24, 23, 0.1);
	border-bottom: 1px solid rgba(22, 24, 23, 0.1);
}

.available-homes-listing-section .available-home-card__details {
	border-bottom: 0;
}

.available-home-card__detail {
	gap: 0.4rem;
	min-width: 0;
	font-size: 0.78rem;
	line-height: 1.35;
}

.available-home-card__detail:not(:last-child) {
	margin-right: 0.65rem;
	padding-right: 0.65rem;
	border-right: 1px solid rgba(22, 24, 23, 0.1);
}

.available-home-card__icon {
	flex: 0 0 auto;
	width: 0.9rem;
	height: 0.9rem;
}

.available-home-card__value-line {
	margin-top: 1rem;
	padding-left: 0;
	border-left: 0;
	font-size: 0.9rem;
	line-height: 1.65;
}

.available-home-card__actions {
	width: 100%;
	margin-top: auto;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(22, 24, 23, 0.1);
}

.available-home-card__button {
	justify-content: space-between;
	width: 100%;
	min-height: 3.15rem;
	padding-inline: 1.15rem;
	border-color: #161817;
	background: #161817;
	color: #fff;
	transition: background-color 220ms ease, color 220ms ease;
}

.available-home-card__button::after {
	content: "\2192";
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0;
	transition: transform 220ms ease;
}

.available-home-card__button:hover,
.available-home-card__button:focus-visible {
	background: #a6844a;
	color: #fff;
}

.available-home-card__button:hover::after,
.available-home-card__button:focus-visible::after {
	transform: translateX(0.25rem);
}

.available-home-card__button--secondary {
	background: transparent;
	color: #161817;
}

/* Filter sheet */
.available-homes-filters__backdrop {
	background: rgba(5, 12, 24, 0.68);
	backdrop-filter: blur(8px);
}

.available-homes-filters__panel {
	border-radius: 0;
	background: #fbfaf6;
	box-shadow: -2rem 0 5rem rgba(5, 12, 24, 0.22);
}

.available-homes-filters__title {
	font-family: var(--ldh-serif);
	font-weight: 400;
}

.available-homes-filters__field select,
.available-homes-filters__check,
.available-homes-filters__reset,
.available-homes-filters__apply {
	border-radius: 0;
}

.available-homes-filters__apply {
	background: #161817;
}

/* Featured home and inquiry */
.available-homes-featured-home-section {
	padding: 0 0 clamp(6rem, 10vw, 10rem);
	background: #f1f2f4;
}

.available-homes-featured-home-section__inner {
	gap: clamp(2rem, 4vw, 4rem);
}

.available-homes-featured-home-section__title {
	max-width: 18ch;
	font-size: clamp(2.5rem, 4.8vw, 5.25rem);
}

.available-homes-featured-home-card {
	grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
	border: 0;
	border-radius: 0;
	background: var(--ldh-navy);
	box-shadow: none;
}

.available-homes-featured-home-card__media {
	min-height: clamp(30rem, 42vw, 38rem);
}

.available-homes-featured-home-card__content {
	align-content: center;
	gap: 1.4rem;
	padding: clamp(2rem, 3.5vw, 3.5rem);
	background: var(--ldh-navy);
	color: #f4f1e9;
}

.available-homes-featured-home-card__eyebrow,
.available-homes-featured-home-card__meta-label,
.available-homes-featured-home-card__section-label {
	color: #c6a86f;
	font-size: 0.62rem;
	letter-spacing: 0.17em;
}

.available-homes-featured-home-card__name {
	color: #f4f1e9;
	font-size: clamp(2.4rem, 4vw, 4.5rem);
}

.available-homes-featured-home-card__price {
	margin-top: -0.55rem;
	color: #c6a86f;
	font-family: var(--ldh-serif);
	font-size: clamp(1.05rem, 1.4vw, 1.35rem);
	letter-spacing: 0.01em;
}

.available-homes-featured-home-card__specs {
	border-color: rgba(244, 241, 233, 0.16);
}

.available-homes-featured-home-card__spec,
.available-homes-featured-home-card__feature-list {
	color: rgba(244, 241, 233, 0.74);
	font-weight: 300;
}

.available-homes-featured-home-card__button {
	border-color: #c6a86f;
	background: #c6a86f;
	color: #050c18;
}

.available-homes-featured-home-card__button--secondary {
	border-color: rgba(244, 241, 233, 0.36);
	background: transparent;
	color: #f4f1e9;
}

.available-homes-contact-section.ldh-home-final-cta {
	--home-navy: #050c18;
	padding: 0;
	background: transparent;
	overflow: visible;
}

.available-homes-contact-section.ldh-home-final-cta::before {
	display: none;
}

.available-homes-contact-section .ldh-home-final-cta__inner {
	grid-template-columns: minmax(0, 0.77fr) minmax(34rem, 1fr);
	width: min(calc(100% - (2 * var(--ldg-content-padding-x))), var(--ldg-content-max-width));
	min-height: 0;
	padding-block: clamp(5rem, 9vw, 8rem);
}

.available-homes-contact-section .ldh-home-final-cta__content {
	position: sticky;
	top: clamp(5.5rem, 9vh, 7.5rem);
	align-self: start;
	padding: clamp(3rem, 6vw, 6rem) clamp(2.5rem, 6vw, 6rem) clamp(3rem, 6vw, 6rem) 0;
	color: #f4f1e9;
}

.available-homes-contact-section .ldh-home-final-cta__content h2 {
	max-width: 12ch;
	color: #f4f1e9;
	font-family: var(--ldh-serif);
	font-size: clamp(1.85rem, 3vw, 3.65rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1;
}

.available-homes-contact-section .ldh-home-final-cta__copy {
	border-top-color: rgba(244, 241, 233, 0.18);
	color: rgba(244, 241, 233, 0.68);
	font-weight: 300;
}

.available-homes-contact-section .ldh-home-final-cta__details {
	color: rgba(244, 241, 233, 0.5);
}

.available-homes-contact-section .ldh-contact-form {
	border-color: rgba(244, 241, 233, 0.14);
	background: transparent;
	color: #f4f1e9;
}

.available-homes-contact-section__accent,
.available-homes-locations-section__accent,
.available-homes-final-form-section__accent {
	height: 1px;
	background: #a6844a;
}

.available-homes-contact-section__form-card,
.available-homes-final-form-section__form-card,
.available-homes-page .ldg-form-panel {
	border-radius: 0;
	box-shadow: none;
}

.available-homes-page .ldg-form-panel {
	border: 1px solid rgba(166, 132, 74, 0.22);
}

.available-homes-page .ldg-form__control,
.available-homes-page .fluentform .ff-el-form-control {
	border-radius: 0;
}

/* Dark editorial narrative */
.available-homes-showcase__background-image {
	filter: saturate(0.5) contrast(1.08);
}

.available-homes-showcase__background-overlay {
	background:
		linear-gradient(180deg, rgba(5, 12, 24, 0.8), rgba(5, 12, 24, 0.9)),
		linear-gradient(90deg, rgba(5, 12, 24, 0.92), rgba(5, 12, 24, 0.5));
}

.available-homes-why-ldg-section,
.available-homes-home-types-section,
.available-homes-buying-process,
.available-homes-locations-section,
.available-homes-testimonials-section {
	padding-block: clamp(5rem, 9vw, 8rem);
}

.available-homes-why-ldg-section {
	padding-top: 0;
}

.available-homes-buying-process__intro {
	top: 7rem;
}

.available-homes-why-ldg-section__title,
.available-homes-home-types-section__title,
.available-homes-buying-process__title,
.available-homes-locations-section__title,
.available-homes-testimonials-section__title {
	color: #f4f1e9;
}

.available-homes-why-ldg-section__title,
.available-homes-home-types-section__title,
.available-homes-buying-process__title,
.available-homes-locations-section__title {
	font-size: clamp(2.5rem, 4.8vw, 5.25rem);
}

.available-homes-why-ldg-section__item {
	border-color: rgba(244, 241, 233, 0.16);
}

.available-homes-why-ldg-section__item-title,
.available-homes-home-types-section__item-title,
.available-homes-buying-process-step__title {
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.015em;
}

.available-homes-why-ldg-section__media,
.available-homes-locations-card {
	border-radius: 0;
	box-shadow: none;
}

.available-homes-why-ldg-section__image,
.available-homes-locations-card__image {
	filter: saturate(0.72) contrast(1.05);
}

.available-homes-home-types-section__items {
	border-top: 1px solid rgba(244, 241, 233, 0.18);
	border-bottom: 1px solid rgba(244, 241, 233, 0.18);
}

.available-homes-home-types-section__item {
	padding-block: 2rem;
}

.available-homes-buying-process-step__number {
	border-radius: 50%;
	background: transparent;
	font-family: var(--ldh-serif);
	font-weight: 400;
}

.available-homes-buying-process__link-label {
	font-size: 0.66rem;
	letter-spacing: 0.15em;
}

.available-homes-locations-section__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.available-homes-locations-card {
	min-height: clamp(20rem, 30vw, 32rem);
	border: 0;
	border-right: 1px solid rgba(244, 241, 233, 0.2);
}

.available-homes-locations-card:last-child {
	border-right: 0;
}

.available-homes-locations-card__title {
	font-family: var(--ldh-serif);
	font-size: clamp(1.5rem, 2.2vw, 2.3rem);
	font-weight: 400;
}

.available-homes-testimonials-section__fallback {
	border: 1px solid rgba(244, 241, 233, 0.16);
	border-radius: 0;
	background: rgba(244, 241, 233, 0.04);
}

/* FAQ and final inquiry */
.available-homes-page .available-homes-faq.ldh-home-faq {
	padding: clamp(6rem, 10vw, 9rem) 0;
}

.available-homes-page .ldg-faq__inner {
	gap: clamp(2rem, 5vw, 5rem);
}

.available-homes-page .ldg-faq__heading {
	font-size: clamp(2.5rem, 4.8vw, 5.25rem);
}

.available-homes-page .ldg-faq__trigger {
	padding-block: 1.75rem;
}

.available-homes-page .ldg-faq__number {
	font-family: var(--ldh-serif);
	font-weight: 400;
}

.available-homes-page .ldg-faq__question {
	font-weight: 400;
}

.available-homes-final-form-section {
	padding: clamp(6rem, 10vw, 10rem) 0;
	background: #f1f2f4;
}

.available-homes-final-form-section__word {
	color: rgba(5, 12, 24, 0.055);
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.06em;
}

.available-homes-final-form-section__title {
	color: #161817;
	font-size: clamp(2.5rem, 4.8vw, 5.25rem);
}

.available-homes-final-form-section__copy {
	color: rgba(22, 24, 23, 0.68);
	font-weight: 300;
}

.available-homes-final-form-section__cta {
	position: relative;
	display: flex;
	min-height: clamp(24rem, 34vw, 31rem);
	padding: clamp(2.25rem, 5vw, 5rem);
	overflow: hidden;
	border: 1px solid rgba(22, 24, 23, 0.12);
	background: #fffdf8;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.available-homes-final-form-section__cta::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 2px;
	background: #a6844a;
	content: "";
}

.available-homes-final-form-section__cta-eyebrow {
	margin: 0 0 1.25rem;
	color: #a6844a;
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.available-homes-final-form-section__cta-title {
	max-width: 12ch;
	margin: 0;
	color: #161817;
	font-family: var(--ldh-serif);
	font-size: clamp(2rem, 3.5vw, 3.75rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
}

.available-homes-final-form-section__cta-copy {
	max-width: 36rem;
	margin: 1.75rem 0 0;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(22, 24, 23, 0.14);
	color: rgba(22, 24, 23, 0.64);
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
}

.available-homes-final-form-section__button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-width: min(100%, 16rem);
	margin-top: 2rem;
	padding: 1rem 1.25rem;
	border: 1px solid #a6844a;
	background: #c6a86f;
	color: #050c18;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.available-homes-final-form-section__button span:last-child {
	font-size: 0.95rem;
	letter-spacing: 0;
	transition: transform 220ms ease;
}

.available-homes-final-form-section__button:hover,
.available-homes-final-form-section__button:focus-visible {
	background: transparent;
	color: #161817;
	outline: none;
	transform: translateY(-2px);
}

.available-homes-final-form-section__button:hover span:last-child,
.available-homes-final-form-section__button:focus-visible span:last-child {
	transform: translate(0.2rem, -0.2rem);
}

/* Individual available-home view */
body.single-ldg_available_home .site-main {
	padding-bottom: 0;
	background: var(--ldh-navy);
}

body.single-ldg_available_home .project-single.available-home-single {
	background: var(--ldh-navy);
}

body.single-ldg_available_home .project-single__gallery {
	background: var(--ldh-navy);
}

body.single-ldg_available_home .available-home-single__details,
body.single-ldg_available_home .available-home-single__floor-plan {
	background: #f1f2f4;
}

body.single-ldg_available_home .available-home-single__name,
body.single-ldg_available_home .available-home-single__floor-plan-title,
body.single-ldg_available_home .project-single__other-title {
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.035em;
}

body.single-ldg_available_home .available-home-single__property-copy {
	font-size: clamp(0.95rem, 1.1vw, 1.08rem);
	line-height: 1.75;
}

body.single-ldg_available_home .available-home-single__price {
	margin: 0;
	color: #a6844a;
	font-family: var(--ldh-serif);
	font-size: clamp(1.1rem, 1.4vw, 1.35rem);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.3;
}

body.single-ldg_available_home .available-home-single__tag,
body.single-ldg_available_home .available-home-card,
body.single-ldg_available_home .available-home-single__viewing-form-card {
	border-radius: 0;
	box-shadow: none;
}

body.single-ldg_available_home .available-home-single__floor-plan-story,
body.single-ldg_available_home .available-home-single__other {
	background: var(--ldh-navy);
}

body.single-ldg_available_home .available-home-single__floor-plan-title,
body.single-ldg_available_home .project-single__other-title {
	color: #f4f1e9;
}

body.single-ldg_available_home .available-home-single__floor-plan-copy {
	color: rgba(244, 241, 233, 0.72);
}

body.single-ldg_available_home .available-home-single__other-item .available-home-card__price {
	color: #c6a86f;
}

body.single-ldg_available_home .available-home-single__inquiry-intro {
	position: relative;
	gap: 0;
	padding-top: 1.6rem;
	border-top: 1px solid rgba(244, 241, 233, 0.18);
}

body.single-ldg_available_home .available-home-single__inquiry-kicker {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 0 0 1.15rem;
	color: #c6a86f;
	font-size: 0.61rem;
	font-weight: 600;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

body.single-ldg_available_home .available-home-single__inquiry-kicker::before {
	width: 2.5rem;
	height: 1px;
	background: currentColor;
	content: "";
}

body.single-ldg_available_home .available-home-single__inquiry-title {
	max-width: 11ch;
	font-size: clamp(2.25rem, 3.8vw, 4.25rem);
	line-height: 0.98;
	text-wrap: balance;
}

body.single-ldg_available_home .available-home-single__inquiry-copy {
	max-width: 33rem;
	margin-top: 1.4rem;
	font-size: clamp(0.95rem, 1.15vw, 1.08rem);
	line-height: 1.75;
}

body.single-ldg_available_home .available-home-single__inquiry-property {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 0.35rem 1.5rem;
	margin-top: clamp(2.25rem, 4vw, 3.5rem);
	padding: 1.35rem 0;
	border-top: 1px solid rgba(244, 241, 233, 0.16);
	border-bottom: 1px solid rgba(244, 241, 233, 0.16);
}

body.single-ldg_available_home .available-home-single__inquiry-property-label {
	grid-column: 1 / -1;
	color: rgba(244, 241, 233, 0.45);
	font-size: 0.56rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.single-ldg_available_home .available-home-single__inquiry-property strong {
	color: #f4f1e9;
	font-family: var(--ldh-serif);
	font-size: clamp(1.2rem, 1.8vw, 1.55rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

body.single-ldg_available_home .available-home-single__inquiry-property-address {
	color: rgba(244, 241, 233, 0.58);
	font-size: 0.78rem;
	line-height: 1.5;
	text-align: right;
}

body.single-ldg_available_home .available-home-single__inquiry-assurance {
	display: grid;
	grid-template-columns: 2.6rem minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	margin-top: 1.5rem;
}

body.single-ldg_available_home .available-home-single__inquiry-assurance-icon {
	display: grid;
	place-items: center;
	width: 2.6rem;
	height: 2.6rem;
	border: 1px solid rgba(198, 168, 111, 0.48);
	border-radius: 50%;
	color: #c6a86f;
	font-size: 0.9rem;
}

body.single-ldg_available_home .available-home-single__inquiry-assurance p {
	max-width: 27rem;
	margin: 0;
	color: rgba(244, 241, 233, 0.55);
	font-size: 0.78rem;
	line-height: 1.65;
}

body.single-ldg_available_home .available-home-single__inquiry-assurance strong {
	color: rgba(244, 241, 233, 0.84);
	font-weight: 500;
}

body.single-ldg_available_home .available-home-single__inquiry .available-home-single__viewing-form-card {
	border: 1px solid rgba(198, 168, 111, 0.28);
	background: #0c1626;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.single-ldg_available_home .available-home-single__inquiry .available-home-single__viewing-form-title {
	color: #f4f1e9;
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.025em;
}

body.single-ldg_available_home .available-home-single__inquiry .available-home-single__viewing-field span {
	color: rgba(244, 241, 233, 0.52);
}

body.single-ldg_available_home .available-home-single__inquiry .available-home-single__viewing-field input,
body.single-ldg_available_home .available-home-single__inquiry .available-home-single__viewing-field textarea {
	border-color: rgba(244, 241, 233, 0.15);
	background: rgba(244, 241, 233, 0.045);
	color: #f4f1e9;
	caret-color: #c6a86f;
	transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

body.single-ldg_available_home .available-home-single__inquiry .available-home-single__viewing-field input::placeholder,
body.single-ldg_available_home .available-home-single__inquiry .available-home-single__viewing-field textarea::placeholder {
	color: rgba(244, 241, 233, 0.34);
}

body.single-ldg_available_home .available-home-single__inquiry .available-home-single__viewing-field input:focus,
body.single-ldg_available_home .available-home-single__inquiry .available-home-single__viewing-field textarea:focus {
	border-color: rgba(198, 168, 111, 0.72);
	background: rgba(244, 241, 233, 0.065);
	box-shadow: 0 0 0 1px rgba(198, 168, 111, 0.16);
	outline: none;
}

body.single-ldg_available_home .available-home-single__inquiry .available-home-single__viewing-submit {
	border-color: #c6a86f;
	background: #c6a86f;
	color: #050c18;
	font-weight: 700;
	transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

body.single-ldg_available_home .available-home-single__inquiry .available-home-single__viewing-submit:hover,
body.single-ldg_available_home .available-home-single__inquiry .available-home-single__viewing-submit:focus-visible {
	border-color: #c6a86f;
	background: transparent;
	color: #f4f1e9;
	outline: none;
	transform: translateY(-2px);
}

body.single-ldg_available_home .available-home-single__inquiry .available-home-single__viewing-notice {
	color: rgba(244, 241, 233, 0.78);
}

@media (max-width: 780px) {
	body.single-ldg_available_home .available-home-single__inquiry-title {
		font-size: clamp(2.2rem, 10vw, 3rem);
	}

	body.single-ldg_available_home .available-home-single__inquiry-property {
		grid-template-columns: 1fr;
	}

	body.single-ldg_available_home .available-home-single__inquiry-property-address {
		text-align: left;
	}
}

/* Keep section titles aligned with the shared LDH heading scale. */
.available-homes-listing-section__title,
.available-homes-featured-home-section__title,
.available-homes-contact-section__title,
.available-homes-why-ldg-section__title,
.available-homes-home-types-section__title,
.available-homes-buying-process__title,
.available-homes-locations-section__title,
.available-homes-testimonials-section__title,
.available-homes-final-form-section__title,
.available-homes-page .ldg-faq__heading {
	font-size: clamp(1.85rem, 3vw, 3.65rem);
}

@media (max-width: 1180px) {
	.available-homes-results {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1120px) {
	.available-homes-contact-section .ldh-home-final-cta__inner {
		grid-template-columns: 1fr;
	}

	.available-homes-contact-section .ldh-home-final-cta__content {
		position: static;
		padding-right: 0;
	}
}

@media (max-width: 900px) {
	.available-homes-quick-path__grid {
		grid-template-columns: 1fr;
	}

	.available-homes-featured-home-card {
		grid-template-columns: 1fr;
	}

	.available-homes-featured-home-card__media {
		min-height: 30rem;
	}
}

@media (max-width: 780px) {
	body.single-ldg_available_home .project-single__gallery {
		overflow: hidden;
	}

	body.single-ldg_available_home .project-single__grid,
	body.single-ldg_available_home .project-single__grid--centered {
		justify-content: flex-start;
		gap: 0.75rem;
		overflow-x: auto;
		overflow-y: hidden;
		padding-inline: 1rem;
		scroll-padding-inline: 1rem;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		touch-action: pan-x pan-y;
	}

	body.single-ldg_available_home .project-single__grid .project-single__item,
	body.single-ldg_available_home .project-single__grid--centered .project-single__item {
		flex: 0 0 min(84vw, 32rem);
		max-width: none;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	body.single-ldg_available_home .project-single__grid .project-single__item:only-child {
		flex-basis: calc(100% - 2rem);
		max-width: 32rem;
		margin-inline: auto;
	}

	.available-homes-listing-section__title,
	.available-homes-featured-home-section__title,
	.available-homes-contact-section__title,
	.available-homes-why-ldg-section__title,
	.available-homes-home-types-section__title,
	.available-homes-buying-process__title,
	.available-homes-locations-section__title,
	.available-homes-testimonials-section__title,
	.available-homes-final-form-section__title,
	.available-homes-page .ldg-faq__heading {
		font-size: clamp(1.75rem, 7.5vw, 2.7rem);
	}

	.available-homes-page,
	body.single-ldg_available_home .site-main {
		--ldg-content-padding-x: clamp(1.15rem, 5vw, 1.5rem);
	}

	.available-homes-contact-section .ldh-home-final-cta__content h2 {
		font-size: clamp(1.75rem, 7.5vw, 2.7rem);
	}

	.available-homes-hero {
		min-height: 100svh;
		padding-top: 7.5rem;
	}

	.available-homes-hero__title {
		max-width: 16ch;
		font-size: clamp(3.1rem, 10.5vw, 4.9rem);
	}

	.available-homes-hero__copy {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}

	.available-homes-hero__actions {
		width: 100%;
	}

	.available-homes-hero__trust-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.available-homes-hero__trust-card,
	.available-homes-hero__trust-card--experience,
	.available-homes-hero__trust-card--projects,
	.available-homes-hero__trust-card--location {
		min-height: auto;
		padding: 0.75rem 0.3rem 0;
		border-right: 1px solid rgba(244, 241, 233, 0.16);
		border-bottom: 0;
	}

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

	.available-homes-hero__trust-value {
		font-size: clamp(1.3rem, 5.5vw, 1.65rem);
	}

	.available-homes-hero__trust-label {
		font-size: 0.44rem;
		letter-spacing: 0.09em;
	}

	.available-homes-quick-path__grid,
	.available-homes-results {
		grid-template-columns: 1fr;
	}

	.available-homes-quick-path-card {
		min-height: 27rem;
	}

	.available-homes-listing-section__band {
		min-height: 0;
	}

	.available-homes-listing-section__band-wrap {
		height: 18rem;
	}

	.available-homes-featured-home-card__media {
		min-height: 24rem;
	}

	.available-homes-featured-home-card__content {
		padding: 2rem 1.35rem;
	}

	.available-homes-page .ldg-faq__trigger {
		padding-block: 1.25rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.available-homes-page *,
	body.single-ldg_available_home * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
