/* Financing page, adapted to the LDH editorial design system. */
.financing-page {
	--fin-navy: #050c18;
	--fin-paper: #fffdf8;
	--fin-light-background: #f1f2f4;
	--fin-gold: #a6844a;
	--fin-gold-light: #d4bd8d;
	--fin-line-light: rgba(255, 255, 255, 0.16);
	padding-bottom: 0;
	background: var(--fin-navy);
	color: #1f2933;
}

.financing-page + .site-footer {
	background: #050c18;
}

.financing-page p:last-child {
	margin-bottom: 0;
}

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

/* Hero — mirrors the LDH Custom Homes editorial composition. */
.financing-hero {
	position: relative;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	min-height: 100svh;
	padding: 0;
	overflow: hidden;
	background: var(--fin-navy);
	color: #fff;
}

.financing-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;
}

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

.financing-hero__media {
	z-index: 0;
	overflow: hidden;
	box-shadow: none;
}

.financing-hero__media::after {
	position: absolute;
	inset: 0;
	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: "";
}

.financing-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);
}

.financing-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;
}

.financing-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;
}

.financing-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);
}

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

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

.financing-hero__eyebrow::before {
	flex: 0 0 auto;
	width: 2.75rem;
	height: 1px;
	background: currentColor;
	content: "";
}

.financing-hero__title {
	max-width: 21ch;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.9);
	font-family: var(--ldh-serif);
	font-size: clamp(3.15rem, 5.2vw, 5.9rem);
	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;
}

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

.financing-hero__description {
	max-width: 58rem;
	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;
}

.financing-hero__description > :first-child { margin-top: 0; }
.financing-hero__description > :last-child { margin-bottom: 0; }

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

.financing-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;
}

.financing-hero__button--solid {
	border-color: var(--fin-gold);
	background: var(--fin-gold);
}

.financing-hero__button--solid:hover,
.financing-hero__button--solid:focus-visible {
	border-color: var(--fin-paper);
	background: var(--fin-paper);
	color: var(--fin-navy);
}

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

.financing-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);
	background: rgba(5, 12, 24, 0.44);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

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

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

.financing-hero__trust-value {
	grid-column: 1;
	margin: 0 0 0.2rem;
	color: var(--fin-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;
}

.financing-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;
}

/* Shared LDH eyebrow treatment. */
.financing-section-eyebrow {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.35rem;
	color: #9a7841;
	font-size: 0.66rem;
	font-weight: 500;
	letter-spacing: 0.19em;
	line-height: 1.4;
	text-transform: uppercase;
}

.financing-section-eyebrow::before {
	flex: 0 0 auto;
	width: 2.75rem;
	height: 1px;
	background: currentColor;
	content: "";
}

.financing-form-section .financing-section-eyebrow,
.financing-offer .financing-section-eyebrow {
	color: #c6a66d;
}

/* Preferred lender and inquiry */
.financing-form-section {
	position: relative;
	padding: clamp(6.5rem, 10vw, 10rem) 0;
	overflow: hidden;
	background: var(--fin-navy);
	color: #fff;
}

.financing-form-section::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: clamp(4rem, 8vw, 8rem) clamp(4rem, 8vw, 8rem);
	content: "";
	mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 84%, transparent);
	pointer-events: none;
}

.financing-form-section__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(19rem, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(3rem, 7vw, 7.5rem);
	align-items: start;
}

.financing-form-section__lender {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.financing-form-section__partners {
	display: grid;
	gap: clamp(3.25rem, 5vw, 5.5rem);
}

.financing-form-section__eyebrow {
	max-width: 22ch;
	margin: 0 0 1.6rem;
	color: #f1f2f4;
	font-family: var(--ldg-font-serif);
	font-size: clamp(1.75rem, 2.7vw, 2.85rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1;
}

.financing-form-section__lender-image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: clamp(1.5rem, 3vw, 2.75rem);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-bottom: 0;
	border-radius: 0;
	background: #fff;
}

.financing-form-section__lender-image--omega {
	aspect-ratio: 2.65 / 1;
	object-fit: contain;
}

.financing-form-section__lender-meta {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 1rem;
	margin: 0;
	padding: 1.15rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.035);
}

.financing-form-section__lender-name {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 1.4;
	text-transform: uppercase;
}

.financing-form-section__lender-phone {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	color: #d1b77f;
	font-size: 0.8rem;
	font-weight: 500;
	text-decoration: none;
}

.financing-form-section__lender-phone:hover,
.financing-form-section__lender-phone:focus-visible {
	color: #fff;
}

.financing-form-section__lender-phone-icon {
	width: 0.9rem;
	height: 0.9rem;
	filter: brightness(0) saturate(100%) invert(78%) sepia(29%) saturate(589%) hue-rotate(359deg) brightness(90%) contrast(88%);
}

.financing-form-section__form-wrap {
	display: flex;
	flex-direction: column;
	padding-top: 1.95rem;
}

.financing-form-section__title {
	max-width: 19ch;
	margin: 0 0 2rem;
	color: #f1f2f4;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.25rem, 4vw, 4.35rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.98;
	text-wrap: balance;
}

.financing-form-section__ghl {
	min-width: 0;
}

.financing-form-section__ghl .ldg-ghl-form-embed {
	display: block;
	width: 100%;
	background: #fff;
}

.financing-form-section__panel {
	height: 100%;
}

.financing-form-section__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(1.4rem, 3vw, 2.7rem);
	row-gap: 0;
}

.financing-form-section__panel.dark-form {
	position: relative;
	padding: clamp(4rem, 6vw, 5.5rem) clamp(1.75rem, 3.5vw, 3.5rem) clamp(2rem, 4vw, 3.5rem);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.018);
	box-shadow: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.financing-form-section__panel.dark-form::before {
	top: clamp(2rem, 3vw, 2.75rem);
	right: auto;
	bottom: auto;
	left: clamp(1.75rem, 3.5vw, 3.5rem);
	width: clamp(4rem, 7vw, 7rem);
	height: 1px;
	background: #c9ad76;
}

.financing-form-section__panel.dark-form::after {
	position: absolute;
	right: clamp(1.75rem, 3.5vw, 3.5rem);
	bottom: clamp(1.75rem, 3vw, 2.75rem);
	width: 0.45rem;
	aspect-ratio: 1;
	border: 1px solid rgba(201, 173, 118, 0.7);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.financing-form-section__form > .ldg-form__row:first-child,
.financing-form-section__form > .ldg-form__row:nth-child(5),
.financing-form-section__form > .ldg-form__footer {
	grid-column: 1 / -1;
}

.financing-form-section__form .ldg-form__row {
	gap: clamp(1.4rem, 3vw, 2.7rem);
}

.financing-form-section__panel .ldg-form__field {
	padding: clamp(1.35rem, 2.4vw, 1.9rem) 0 0.8rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: border-color 250ms ease;
}

.financing-form-section__panel .ldg-form__label {
	margin-bottom: 0.15rem;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.57rem;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.financing-form-section__panel .ldg-form__control {
	min-height: 2rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
	font-family: var(--ldh-display);
	font-size: 1.05rem;
	line-height: 1.5;
	-webkit-text-fill-color: #fff;
	caret-color: #c9ad76;
}

.financing-form-section__panel .ldg-form__control:hover,
.financing-form-section__panel .ldg-form__control:focus-visible {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.financing-form-section__panel .ldg-form__control::placeholder {
	color: rgba(255, 255, 255, 0.3);
	-webkit-text-fill-color: rgba(255, 255, 255, 0.3);
}

.financing-form-section__panel .ldg-form__field:focus-within {
	border-color: #c9ad76;
}

.financing-form-section__panel .ldg-form__field:focus-within .ldg-form__label {
	color: #d9bd86;
}

.financing-form-section__panel .ldg-form__control--textarea {
	min-height: 5.6rem;
}

.financing-form-section__panel .ldg-form__agreement {
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.63rem;
	line-height: 1.6;
}

.financing-form-section__panel .ldg-form__footer {
	display: grid;
	justify-items: end;
	margin-top: clamp(2rem, 3.5vw, 3rem);
}

.financing-form-section__panel .ldg-form__submit {
	justify-content: space-between;
	gap: 2rem;
	width: min(100%, 19rem);
	min-height: 4rem;
	padding: 0.95rem 1.2rem 0.95rem 1.5rem;
	border-color: #c9ad76;
	border-radius: 0;
	background: #c9ad76;
	box-shadow: none;
	color: #050c18;
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.115em;
}

.financing-form-section__panel .ldg-form__submit::after {
	font-size: 1.05rem;
	font-weight: 400;
	letter-spacing: 0;
	content: "→";
	transition: transform 250ms ease;
}

.financing-form-section__panel .ldg-form__submit:hover,
.financing-form-section__panel .ldg-form__submit:focus-visible {
	border-color: #c9ad76;
	background: transparent;
	box-shadow: none;
	color: #fff;
	filter: none;
	transform: translateY(-2px);
}

.financing-form-section__panel .ldg-form__submit:hover::after,
.financing-form-section__panel .ldg-form__submit:focus-visible::after {
	transform: translateX(0.35rem);
}

/* Fluent Forms receives the same LDH underline treatment. */
.financing-form-section__panel.dark-form .fluentform,
.financing-form-section__panel.dark-form form.frm-fluent-form,
.financing-form-section__panel.dark-form form:not(.ldg-form) {
	gap: 0;
}

.financing-form-section__panel.dark-form .ff-t-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.4rem, 3vw, 2.7rem);
}

.financing-form-section__panel.dark-form .ff-t-cell {
	padding: 0;
}

.financing-form-section__panel.dark-form .ff-el-group {
	margin: 0;
	padding: clamp(1.35rem, 2.4vw, 1.9rem) 0 0.8rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: border-color 250ms ease;
}

.financing-form-section__panel.dark-form .ff-el-group:focus-within {
	border-color: #c9ad76;
}

.financing-form-section__panel.dark-form .ff-el-input--label {
	margin: 0 0 0.65rem;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.57rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.4;
}

.financing-form-section__panel.dark-form .ff-el-group:focus-within .ff-el-input--label {
	color: #d9bd86;
}

.financing-form-section__panel.dark-form .ff-el-form-control,
.financing-form-section__panel.dark-form input[type="text"],
.financing-form-section__panel.dark-form input[type="email"],
.financing-form-section__panel.dark-form input[type="tel"],
.financing-form-section__panel.dark-form input[type="number"],
.financing-form-section__panel.dark-form input[type="url"],
.financing-form-section__panel.dark-form textarea,
.financing-form-section__panel.dark-form select {
	min-height: 2rem !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: var(--ldh-display);
	font-size: 1.05rem;
	line-height: 1.5;
	-webkit-text-fill-color: #fff;
	caret-color: #c9ad76;
}

.financing-form-section__panel .ldg-form__control--select,
.financing-form-section__panel.dark-form select {
	-webkit-appearance: none;
	appearance: none;
	min-height: 2rem !important;
	padding: 0 2rem 0 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10'%3E%3Cpath d='M1.5 1.5 9 8.5l7.5-7' fill='none' stroke='%23fff' stroke-opacity='.55' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-position: right 0.35rem center !important;
	background-repeat: no-repeat !important;
	background-size: 0.85rem 0.48rem !important;
	cursor: pointer;
}

.financing-form-section__panel .ldg-form__control--select:hover,
.financing-form-section__panel.dark-form select:hover,
.financing-form-section__panel .ldg-form__control--select:focus-visible,
.financing-form-section__panel.dark-form select:focus-visible {
	border: 0 !important;
	background-color: transparent !important;
}

.financing-form-section__panel .ldg-form__control--select option,
.financing-form-section__panel.dark-form select option {
	color: #050c18;
	background: #f1f2f4;
}

.financing-form-section__panel.dark-form textarea {
	min-height: 5.6rem !important;
}

.financing-form-section__panel.dark-form .ff-el-form-control::placeholder,
.financing-form-section__panel.dark-form input::placeholder,
.financing-form-section__panel.dark-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.3) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.3);
}

.financing-form-section__panel.dark-form .ff_submit_btn_wrapper,
.financing-form-section__panel.dark-form .ff_submit_btn_wrapper_custom {
	display: flex;
	justify-content: flex-end;
	margin-top: clamp(2rem, 3.5vw, 3rem);
	padding: 0;
	border: 0;
}

.financing-form-section__panel.dark-form .ff-btn,
.financing-form-section__panel.dark-form .ff-btn-submit,
.financing-form-section__panel.dark-form .ff_submit_btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	width: min(100%, 19rem);
	min-height: 4rem;
	padding: 0.95rem 1.2rem 0.95rem 1.5rem;
	border: 1px solid #c9ad76 !important;
	border-radius: 0 !important;
	background: #c9ad76 !important;
	box-shadow: none !important;
	color: #050c18 !important;
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.115em;
	text-transform: uppercase;
	transition: background-color 250ms ease, color 250ms ease, transform 250ms ease;
}

.financing-form-section__panel.dark-form .ff-btn::after,
.financing-form-section__panel.dark-form .ff-btn-submit::after,
.financing-form-section__panel.dark-form .ff_submit_btn::after {
	font-size: 1.05rem;
	font-weight: 400;
	letter-spacing: 0;
	content: "→";
	transition: transform 250ms ease;
}

.financing-form-section__panel.dark-form .ff-btn:hover,
.financing-form-section__panel.dark-form .ff-btn:focus-visible,
.financing-form-section__panel.dark-form .ff-btn-submit:hover,
.financing-form-section__panel.dark-form .ff-btn-submit:focus-visible,
.financing-form-section__panel.dark-form .ff_submit_btn:hover,
.financing-form-section__panel.dark-form .ff_submit_btn:focus-visible {
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	filter: none;
	transform: translateY(-2px);
}

.financing-form-section__panel.dark-form .ff-btn:hover::after,
.financing-form-section__panel.dark-form .ff-btn:focus-visible::after,
.financing-form-section__panel.dark-form .ff-btn-submit:hover::after,
.financing-form-section__panel.dark-form .ff-btn-submit:focus-visible::after,
.financing-form-section__panel.dark-form .ff_submit_btn:hover::after,
.financing-form-section__panel.dark-form .ff_submit_btn:focus-visible::after {
	transform: translateX(0.35rem);
}

/* Loan options */
.financing-loan-options {
	position: relative;
	padding: clamp(6.5rem, 10vw, 10rem) 0;
	overflow: hidden;
	background: var(--fin-light-background);
}

.financing-loan-options__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(3rem, 7vw, 8rem);
	align-items: start;
}

.financing-loan-options__media {
	position: sticky;
	top: 7.5rem;
	display: flex;
	justify-content: center;
	min-height: 40rem;
	overflow: hidden;
	background: #0b1524;
}

.financing-loan-options__media::after {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(5, 12, 24, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	content: "";
	pointer-events: none;
}

.financing-loan-options__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	filter: saturate(0.72) contrast(1.04);
}

.financing-loan-options__title {
	max-width: 11ch;
	margin: 0;
	color: #17202b;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.75rem, 4.7vw, 5.15rem);
	font-weight: 400;
	letter-spacing: -0.058em;
	line-height: 0.96;
}

.financing-loan-options__lead {
	max-width: 42rem;
	margin: 1.45rem 0 0;
	color: rgba(31, 41, 51, 0.7);
	font-size: 1rem;
	line-height: 1.8;
}

.financing-loan-options__lead p {
	margin: 0;
}

.financing-loan-options__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 2.5rem;
	border-top: 1px solid rgba(31, 41, 51, 0.16);
	border-left: 1px solid rgba(31, 41, 51, 0.16);
}

.financing-loan-options__item {
	position: relative;
	min-height: 16rem;
	padding: clamp(1.5rem, 2.6vw, 2.5rem);
	border-right: 1px solid rgba(31, 41, 51, 0.16);
	border-bottom: 1px solid rgba(31, 41, 51, 0.16);
	overflow: hidden;
	transition: background 350ms ease, color 350ms ease;
}

.financing-loan-options__item:last-child {
	padding-bottom: clamp(1.5rem, 2.6vw, 2.5rem);
	border-bottom: 1px solid rgba(31, 41, 51, 0.16);
}

.financing-loan-options__item::before {
	display: block;
	margin-bottom: clamp(2.5rem, 5vw, 4.75rem);
	color: #9a7841;
	font-size: 0.61rem;
	font-weight: 600;
	letter-spacing: 0.18em;
}

.financing-loan-options__item:nth-child(1)::before { content: "01"; }
.financing-loan-options__item:nth-child(2)::before { content: "02"; }
.financing-loan-options__item:nth-child(3)::before { content: "03"; }
.financing-loan-options__item:nth-child(4)::before { content: "04"; }

.financing-loan-options__item::after {
	position: absolute;
	right: -6rem;
	bottom: -6rem;
	width: 12rem;
	aspect-ratio: 1;
	border: 1px solid rgba(166, 132, 74, 0.15);
	border-radius: 50%;
	content: "";
	transition: border-color 350ms ease, transform 500ms cubic-bezier(.2, .7, .2, 1);
}

.financing-loan-options__item:hover {
	background: #fff;
}

.financing-loan-options__item:hover::after {
	border-color: rgba(166, 132, 74, 0.42);
	transform: scale(1.12);
}

.financing-loan-options__item-title {
	max-width: 15ch;
	margin: 0;
	color: #1f2933;
	font-family: var(--ldg-font-serif);
	font-size: clamp(1.45rem, 2vw, 2rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

.financing-loan-options__item-copy {
	max-width: 29rem;
	margin: 1rem 0 0;
	color: rgba(31, 41, 51, 0.66);
	font-size: 0.93rem;
	line-height: 1.72;
}

/* Community offer */
.financing-offer {
	position: relative;
	padding: clamp(6.5rem, 10vw, 10rem) 0;
	overflow: hidden;
	background: var(--fin-navy);
	color: #fff;
}

.financing-offer::before {
	position: absolute;
	top: 1.5rem;
	left: 50%;
	color: rgba(255, 255, 255, 0.025);
	font-family: var(--ldg-font-display);
	font-size: clamp(6rem, 17vw, 15rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 0.8;
	text-transform: uppercase;
	transform: translateX(-50%);
	content: "Community";
	pointer-events: none;
	white-space: nowrap;
}

.financing-offer__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
	gap: clamp(3rem, 7vw, 8rem);
	align-items: center;
}

.financing-offer__content {
	max-width: 40rem;
}

.financing-offer__title {
	max-width: 13ch;
	margin: 0;
	color: #f1f2f4;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.65rem, 4.6vw, 5rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.98;
	text-wrap: balance;
}

.financing-offer__copy {
	max-width: 36rem;
	margin: 1.55rem 0 0;
	padding-top: 1.55rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(1rem, 0.95rem + 0.16vw, 1.08rem);
	line-height: 1.82;
}

.financing-offer__copy::before {
	display: block;
	width: 4.5rem;
	height: 1px;
	margin: calc(-1.55rem - 1px) 0 1.55rem;
	background: #a6844a;
	content: "";
}

.financing-offer__copy p {
	margin: 0;
}

.financing-offer__media {
	position: relative;
	display: flex;
	justify-content: center;
	padding: clamp(0.6rem, 1.3vw, 1rem);
	border: 1px solid rgba(166, 132, 74, 0.32);
}

.financing-offer__media::before,
.financing-offer__media::after {
	position: absolute;
	width: 3.5rem;
	height: 3.5rem;
	content: "";
	pointer-events: none;
}

.financing-offer__media::before {
	top: -1px;
	left: -1px;
	border-top: 2px solid #a6844a;
	border-left: 2px solid #a6844a;
}

.financing-offer__media::after {
	right: -1px;
	bottom: -1px;
	border-right: 2px solid #a6844a;
	border-bottom: 2px solid #a6844a;
}

.financing-offer__image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
	object-fit: cover;
	filter: saturate(0.76) contrast(1.02);
}

/* Responsive */
@media (max-width: 1180px) {
	.financing-hero__title {
		font-size: clamp(3.4rem, 5.4vw, 5.5rem);
	}

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

	.financing-hero__trust-card:nth-child(2) {
		border-right: 0;
	}

	.financing-hero__trust-card:nth-child(-n + 2) {
		border-bottom: 1px solid var(--fin-line-light);
	}
}

@media (max-width: 1100px) {
	.financing-form-section__inner,
	.financing-loan-options__inner,
	.financing-offer__inner {
		gap: clamp(2.5rem, 5vw, 4.5rem);
	}

	.financing-form-section__lender-meta {
		grid-template-columns: 1fr;
	}

	.financing-loan-options__list {
		grid-template-columns: 1fr;
	}

	.financing-loan-options__item {
		min-height: 13rem;
	}

	.financing-loan-options__item::before {
		margin-bottom: 2.5rem;
	}
}

@media (max-width: 860px) {
	.financing-form-section__inner,
	.financing-loan-options__inner,
	.financing-offer__inner {
		grid-template-columns: 1fr;
	}

	.financing-form-section__lender,
	.financing-loan-options__content,
	.financing-offer__content {
		max-width: 44rem;
	}

	.financing-form-section__partners {
		max-width: 34rem;
	}

	.financing-form-section__form-wrap {
		padding-top: 0;
	}

	.financing-loan-options__media {
		position: relative;
		top: auto;
		min-height: clamp(28rem, 85vw, 42rem);
	}

	.financing-loan-options__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.financing-hero {
		--fin-mobile-gutter: clamp(1.25rem, 5vw, 2rem);
		display: grid;
		grid-template-rows: auto auto;
		height: auto;
		min-height: 100svh;
		padding: 0;
	}

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

	.financing-hero__wash {
		display: block;
	}

	.financing-hero__layout {
		place-items: start stretch;
		min-height: auto;
		padding: 8.5rem var(--fin-mobile-gutter) 2.75rem;
	}

	.financing-hero__content {
		width: 100%;
		text-align: left;
	}

	.financing-hero__eyebrow {
		justify-content: flex-start;
		margin-inline: 0;
	}

	.financing-hero__title {
		max-width: 14ch;
		margin: 0;
		font-size: clamp(2.85rem, 9.5vw, 4.5rem);
		text-align: left;
	}

	.financing-hero__lower {
		margin-top: 2.25rem;
	}

	.financing-hero__description {
		margin-inline: 0;
	}

	.financing-hero__actions {
		position: relative;
		z-index: 5;
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		align-items: stretch;
		justify-items: stretch;
		justify-self: center;
		width: calc(100vw - var(--fin-mobile-gutter) - var(--fin-mobile-gutter));
		max-width: calc(100vw - var(--fin-mobile-gutter) - var(--fin-mobile-gutter));
		margin-right: calc(50% - 50vw + var(--fin-mobile-gutter));
		margin-left: calc(50% - 50vw + var(--fin-mobile-gutter));
		pointer-events: auto;
	}

	.financing-hero__button {
		position: relative;
		display: flex;
		justify-content: center;
		justify-self: stretch;
		box-sizing: border-box;
		inline-size: 100%;
		width: 100%;
		max-width: none;
		min-width: 0;
		padding-inline: 3rem;
		text-align: center;
	}

	.financing-hero__button > span {
		position: absolute;
		right: 1.15rem;
		top: 50%;
		transform: translateY(-50%);
	}

	.financing-hero__trust-grid {
		z-index: 3;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		margin-top: 0;
	}

	.financing-hero__trust-card,
	.financing-hero__trust-card:first-child,
	.financing-hero__trust-card:nth-child(2),
	.financing-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;
	}

	.financing-hero__trust-card:nth-child(even) {
		border-right: 0;
	}

	.financing-hero__trust-card:nth-child(n + 3) {
		border-bottom: 0;
	}
}

@media (max-width: 640px) {
	.financing-form-section,
	.financing-loan-options,
	.financing-offer {
		padding-block: 5.25rem;
	}

	.financing-loan-options__title,
	.financing-offer__title {
		font-size: clamp(2.45rem, 11vw, 3.5rem);
	}

	.financing-form-section__title {
		font-size: clamp(2.3rem, 10.5vw, 3.4rem);
	}

	.financing-loan-options__media {
		min-height: 24rem;
	}

	.financing-form-section__lender-meta {
		padding: 1rem;
	}

	.financing-form-section__panel.dark-form {
		padding: 3.75rem 1rem 2.5rem;
	}

	.financing-form-section__panel.dark-form::before {
		top: 2rem;
		left: 1rem;
	}

	.financing-form-section__panel.dark-form::after {
		right: 1rem;
		bottom: 1rem;
	}

	.financing-form-section__form {
		grid-template-columns: 1fr;
	}

	.financing-form-section__panel.dark-form .ff-t-container {
		grid-template-columns: 1fr;
	}

	.financing-form-section__form > .ldg-form__row {
		grid-column: 1;
	}

	.financing-form-section__panel .ldg-form__footer,
	.financing-form-section__panel.dark-form .ff_submit_btn_wrapper,
	.financing-form-section__panel.dark-form .ff_submit_btn_wrapper_custom {
		justify-items: stretch;
		justify-content: stretch;
	}

	.financing-form-section__panel .ldg-form__submit,
	.financing-form-section__panel.dark-form .ff-btn,
	.financing-form-section__panel.dark-form .ff-btn-submit,
	.financing-form-section__panel.dark-form .ff_submit_btn {
		width: 100%;
	}

	.financing-loan-options__list {
		grid-template-columns: 1fr;
	}

	.financing-loan-options__item {
		min-height: 12rem;
	}

	.financing-offer__media {
		padding: 0.45rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.financing-hero__image,
	.financing-loan-options__item,
	.financing-loan-options__item::after {
		transition: none;
		transform: none;
	}
}
