/* Generated by tools/build-css-bundles.php. Do not edit directly. */

/* Source: assets/css/theme.css */
:root {
	--ldh-navy: #050c18;
	--ldh-navy-soft: #0a1423;
	--ldh-gold: #c9ad76;
	--ldh-ink: #161817;
	--ldh-ivory: #f4f1e9;
	--ldh-paper: #fbfaf6;
	--ldh-sand: #d4c6b4;
	--ldh-stone: #77746d;
	--ldh-line: rgba(22, 24, 23, 0.18);
	--ldh-white: #fff;
	--ldh-display: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--ldh-body: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--ldh-serif: "Playfair Display", Georgia, serif;
	--ldh-gutter: clamp(1.25rem, 4vw, 4.5rem);
	--ldh-section: clamp(5.5rem, 11vw, 10rem);
	--ldh-wide: 1440px;
	--ldh-reading: 860px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--ldh-ivory);
	color: var(--ldh-ink);
	font-family: var(--ldh-body);
	font-size: clamp(1rem, 0.94rem + 0.2vw, 1.125rem);
	font-weight: 300;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.nav-is-open { overflow: hidden; }

img,
video { display: block; max-width: 100%; height: auto; }

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }

button,
input,
textarea,
select { font: inherit; }

h1,
h2,
h3,
h4,
p { margin-top: 0; }

h1,
h2,
h3,
h4 {
	font-family: var(--ldh-display);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 1.02;
}

h1 { font-size: clamp(3.4rem, 8.5vw, 9rem); }
h2 { font-size: clamp(1.95rem, 4.15vw, 4.5rem); }
h3 { font-size: clamp(1.8rem, 3vw, 3rem); }

::selection { background: var(--ldh-sand); color: var(--ldh-ink); }

:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 1rem;
	left: 1rem;
	z-index: 10000;
	width: auto;
	height: auto;
	clip: auto;
	padding: 0.8rem 1rem;
	background: var(--ldh-paper);
	color: var(--ldh-ink);
}

.section {
	width: min(100%, var(--ldh-wide));
	margin-inline: auto;
	padding: var(--ldh-section) var(--ldh-gutter);
}

.eyebrow {
	margin-bottom: 1.6rem;
	font-size: 0.69rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.3;
	text-transform: uppercase;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-width: 12rem;
	padding: 1rem 1.25rem;
	border: 1px solid var(--ldh-ink);
	background: var(--ldh-ink);
	color: var(--ldh-white);
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 250ms ease, color 250ms ease, border-color 250ms ease;
}

.button:hover { background: transparent; color: var(--ldh-ink); }

.button--light { border-color: rgba(255,255,255,0.65); background: transparent; color: var(--ldh-white); }
.button--light:hover { background: var(--ldh-white); color: var(--ldh-ink); }

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid currentColor;
	font-size: 0.71rem;
	font-weight: 500;
	letter-spacing: 0.13em;
	text-decoration: none;
	text-transform: uppercase;
}

.text-link span { transition: transform 200ms ease; }
.text-link:hover span { transform: translateX(0.3rem); }
.text-link--light { color: var(--ldh-white); }

/* Header */
.site-header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	border-bottom: 1px solid transparent;
	background: transparent;
	color: var(--ldh-white);
	backdrop-filter: blur(0);
	transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header-wrap.is-scrolled,
body:not(.home) .site-header-wrap {
	border-bottom-color: rgba(166, 132, 74, 0.22);
	background: rgba(5, 12, 24, 0.78);
	backdrop-filter: blur(14px);
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 1.35rem clamp(1.5rem, 5vw, 4.5rem);
	transition: padding 220ms ease;
}

.site-header-wrap.is-scrolled .site-header { padding-block: 0.8rem; }

.site-branding { position: relative; z-index: 2; display: flex; align-items: center; }
.site-logo-link { display: inline-flex; align-items: center; }
.site-header .site-logo-link { transform: translateX(3.9rem); }
.site-logo-image { width: clamp(180px, 18vw, 250px); height: auto; transition: width 220ms ease; }
.site-header-wrap.is-scrolled .site-logo-image { width: clamp(150px, 15vw, 210px); }

.site-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: 1px solid rgba(166, 132, 74, 0.36);
	border-radius: 999px;
	background: rgba(5, 12, 24, 0.14);
	color: var(--ldh-white);
	cursor: pointer;
	backdrop-filter: blur(10px);
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-nav-toggle:hover,
.site-nav-toggle:focus-visible { border-color: rgba(166, 132, 74, 0.7); background: rgba(5, 12, 24, 0.3); box-shadow: 0 0 0 4px rgba(166, 132, 74, 0.08); }
.site-nav-toggle-icon { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 1.3rem; height: 0.95rem; }
.site-nav-toggle-line { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transform-origin: center; transition: transform 220ms ease, opacity 160ms ease; }
.site-nav-toggle-line:nth-child(1) { top: 0; }
.site-nav-toggle-line:nth-child(2) { top: 50%; transform: translateY(-50%); }
.site-nav-toggle-line:nth-child(3) { bottom: 0; }
.site-header-wrap.is-menu-open .site-nav-toggle-line:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
.site-header-wrap.is-menu-open .site-nav-toggle-line:nth-child(2) { opacity: 0; transform: translateY(-50%) scaleX(.4); }
.site-header-wrap.is-menu-open .site-nav-toggle-line:nth-child(3) { top: 50%; bottom: auto; transform: translateY(-50%) rotate(-45deg); }
.site-header-wrap.is-menu-open .site-nav-toggle { border-color: rgba(166, 132, 74, 0.85); background: rgba(166, 132, 74, 0.16); }

.site-navigation > ul { display: flex; align-items: center; gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
.site-navigation li { position: relative; }
.site-navigation a { color: var(--ldh-white); font-family: var(--ldh-body); font-size: .95rem; font-weight: 500; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: color 180ms ease; }
.site-navigation a:hover,
.site-navigation a:focus,
.site-navigation .current-menu-item > a { color: var(--ldh-accent); }
.site-navigation .menu-item-has-children > a { position: relative; z-index: 1; display: inline-flex; align-items: center; min-height: 2.75rem; }
.site-navigation__submenu-toggle { position: absolute; top: 50%; right: 0; z-index: 2; display: none; align-items: center; justify-content: center; width: 1.15rem; height: 1.15rem; padding: 0; border: 0; background: transparent; color: var(--ldh-white); cursor: pointer; transform: translateY(-50%); }
.site-navigation__submenu-toggle::before { content: ""; display: block; width: .42rem; height: .42rem; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-1px); transition: transform 180ms ease; }
.site-navigation .menu-item-has-children.is-open > .site-navigation__submenu-toggle { color: var(--ldh-accent); }
.site-navigation .menu-item-has-children.is-open > .site-navigation__submenu-toggle::before { transform: rotate(-135deg) translateY(1px); }
.site-navigation .sub-menu { position: absolute; top: 100%; left: 0; z-index: 25; display: none; min-width: 13rem; margin: 0; padding: .65rem; border: 1px solid rgba(166, 132, 74, .22); border-radius: 1rem; background: rgba(5, 12, 24, .94); box-shadow: 0 1.25rem 2.5rem rgba(0,0,0,.3); list-style: none; backdrop-filter: blur(14px); }
.site-navigation .sub-menu li + li { margin-top: .2rem; }
.site-navigation .sub-menu a { display: block; padding: .8rem .9rem; border-radius: .7rem; font-size: .76rem; letter-spacing: .08em; white-space: nowrap; }
.site-navigation .sub-menu a:hover,
.site-navigation .sub-menu a:focus { background: rgba(166, 132, 74, .12); }
.site-navigation .menu-item-has-children:hover > .sub-menu,
.site-navigation .menu-item-has-children:focus-within > .sub-menu,
.site-navigation .menu-item-has-children.is-open > .sub-menu { display: block; }

/* Homepage */
.home-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: max(48rem, 100svh);
	overflow: hidden;
	background: radial-gradient(circle at 70% 25%, #5f625a 0%, #313630 34%, #111412 75%);
	color: var(--ldh-white);
}

.home-hero__media,
.home-hero__overlay { position: absolute; inset: 0; }
.home-hero__image { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); animation: ldh-hero-in 1600ms cubic-bezier(.2,.7,.2,1) forwards; }
.home-hero__overlay { background: linear-gradient(90deg, rgba(10,12,11,.68), rgba(10,12,11,.12) 70%), linear-gradient(0deg, rgba(10,12,11,.4), transparent 60%); }
.home-hero:not(.has-image) .home-hero__overlay { background: linear-gradient(100deg, rgba(8,10,9,.6), transparent); }

.home-hero__content {
	position: relative;
	z-index: 2;
	width: min(78rem, 88%);
	padding: 11rem var(--ldh-gutter) clamp(5rem, 9vw, 8.5rem);
}

.home-hero h1 { max-width: 10ch; margin-bottom: clamp(2rem, 5vw, 4rem); }
.home-hero__copy { max-width: 37rem; margin-bottom: 2.5rem; font-size: clamp(1.1rem, 1rem + .4vw, 1.4rem); line-height: 1.55; }
.home-hero__scroll { position: absolute; right: var(--ldh-gutter); bottom: clamp(5rem, 9vw, 8.5rem); z-index: 2; display: flex; align-items: center; gap: 1rem; color: var(--ldh-white); font-size: 0.65rem; font-weight: 500; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; transform: rotate(90deg) translateX(-100%); transform-origin: right bottom; }
.home-hero__scroll i { width: 3rem; height: 1px; background: currentColor; }

.editorial-intro { display: grid; grid-template-columns: minmax(9rem, .45fr) minmax(0, 1.55fr); gap: 4rem; }
.editorial-intro__content { max-width: 66rem; }
.editorial-intro h2 { margin-bottom: clamp(2.8rem, 6vw, 5.5rem); }
.prose--lead { max-width: 46rem; font-size: clamp(1.25rem, 1.1rem + .65vw, 1.85rem); line-height: 1.5; }
.prose--lead > :last-child { margin-bottom: 0; }

.manifesto { display: grid; grid-template-columns: repeat(2, 1fr); }
.manifesto__panel { display: flex; flex-direction: column; justify-content: flex-end; min-height: 44rem; padding: clamp(3rem, 7vw, 7.5rem); }
.manifesto__panel--dark { background: var(--ldh-ink); color: var(--ldh-white); }
.manifesto__panel--warm { background: var(--ldh-sand); color: var(--ldh-ink); }
.manifesto__panel h2 { max-width: 8ch; margin-bottom: 2.8rem; font-size: clamp(2.2rem, 4.05vw, 4.75rem); }
.manifesto__panel > p:last-child { max-width: 34rem; margin-bottom: 0; }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: clamp(3.5rem, 7vw, 6rem); }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.2rem, 3.65vw, 4.05rem); }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3rem); }
.editorial-card__image { display: block; aspect-ratio: .79; margin-bottom: 2rem; overflow: hidden; background: #d8d3c9; }
.editorial-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.editorial-card:hover .editorial-card__image img { transform: scale(1.035); }
.editorial-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #b7afa2, #e1dbd0); }
.editorial-card h2 { margin-bottom: 1.25rem; font-size: clamp(1.25rem, 1.8vw, 1.9rem); }
.editorial-card h2 a { text-decoration: none; }
.editorial-card__body > p:not(.eyebrow) { color: #555752; }

/* Generic pages and posts */
.page-hero { position: relative; display: flex; align-items: flex-end; min-height: clamp(28rem, 62vh, 49rem); overflow: hidden; background: var(--ldh-sand); }
.page-hero.has-image { min-height: clamp(34rem, 76vh, 60rem); color: var(--ldh-white); }
.page-hero__media { position: absolute; inset: 0; }
.page-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,12,11,.55), rgba(10,12,11,.08) 70%); }
.page-hero__image { width: 100%; height: 100%; object-fit: cover; }
.page-hero__content { position: relative; z-index: 1; width: min(100%, var(--ldh-wide)); margin-inline: auto; padding: clamp(5rem, 9vw, 9rem) var(--ldh-gutter); }
.page-hero h1 { max-width: 12ch; margin: 0; font-size: clamp(3.8rem, 8vw, 8rem); }

.entry-content.prose { max-width: calc(var(--ldh-reading) + 2 * var(--ldh-gutter)); }
.prose { font-size: clamp(1.08rem, 1rem + .25vw, 1.25rem); }
.prose > * { margin-block: 0 1.65em; }
.prose h2,
.prose h3 { margin-top: 1.8em; }
.prose h2 { font-size: clamp(1.8rem, 2.9vw, 3.25rem); }
.prose h3 { font-size: clamp(1.8rem, 2.8vw, 2.8rem); }
.prose a { text-decoration-color: var(--ldh-stone); }
.prose blockquote { margin-inline: clamp(-5rem, -6vw, -2rem); padding: 1.5rem 0 1.5rem clamp(1.5rem, 4vw, 4rem); border-left: 1px solid var(--ldh-ink); font-family: var(--ldh-display); font-size: clamp(2rem, 4vw, 4rem); font-weight: 300; letter-spacing: -.04em; line-height: 1.15; }
.prose .alignwide { width: min(1200px, calc(100vw - 2 * var(--ldh-gutter))); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.prose .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }

.archive-hero { padding-top: clamp(7rem, 14vw, 13rem); padding-bottom: clamp(4rem, 8vw, 7rem); }
.archive-hero h1 { max-width: 10ch; margin-bottom: 0; }
.archive-hero__copy { max-width: 38rem; margin-top: 2.5rem; }
.pagination { margin-top: 5rem; }
.nav-links { display: flex; justify-content: center; gap: .75rem; }
.page-numbers { padding: .5rem; text-decoration: none; }

.article-hero {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: clamp(30rem, 62svh, 40rem);
	padding: clamp(8rem, 12vw, 10rem) var(--ldh-gutter) clamp(3rem, 5vw, 4.5rem);
	overflow: hidden;
	background: var(--ldh-navy);
	color: var(--ldh-white);
	text-align: center;
}
.single-post,
.single-post #main-content { background: #f1f2f4; }
.article-hero__media,
.article-hero__veil { position: absolute; inset: 0; }
.article-hero__media { z-index: 0; background: var(--ldh-navy-soft); }
.article-hero__image { width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); }
.article-hero__veil {
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(5, 12, 24, .62) 0%, rgba(5, 12, 24, .13) 35%, rgba(5, 12, 24, .88) 100%),
		linear-gradient(90deg, rgba(5, 12, 24, .66) 0%, rgba(5, 12, 24, .08) 72%);
}
.article-hero__inner { position: relative; z-index: 2; width: min(100%, var(--ldh-wide)); margin-inline: auto; text-align: center; }
.article-hero .eyebrow { margin-bottom: 1.45rem; color: var(--ldh-gold); }
.article-hero h1 { max-width: 20ch; margin: 0 auto; font-size: clamp(2.9rem, 5vw, 5.4rem); text-wrap: balance; }
.article-hero__dek {
	max-width: 48rem;
	margin: 1.8rem auto 0;
	padding-top: 1.35rem;
	border-top: 1px solid rgba(201, 173, 118, .72);
	color: rgba(255, 255, 255, .8);
	font-size: clamp(1.15rem, 1rem + .55vw, 1.55rem);
	line-height: 1.6;
}
.article-hero--plain { min-height: clamp(28rem, 54svh, 36rem); }
.article-body {
	display: grid;
	align-items: start;
	gap: clamp(4rem, 7vw, 7rem);
}
.article-body--with-related { grid-template-columns: minmax(0, var(--ldh-reading)) minmax(17rem, 22rem); }
.article-body--single { grid-template-columns: minmax(0, var(--ldh-reading)); justify-content: center; }
.article-body .entry-content.prose {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.article-related { position: sticky; top: 7rem; }
.article-related__header {
	margin-bottom: 2rem;
	padding-top: 1.4rem;
	border-top: 1px solid rgba(22, 24, 23, .28);
}
.article-related__header .eyebrow { margin-bottom: .8rem; color: #8b6d36; }
.article-related__header h2 { margin: 0; font-size: clamp(1.45rem, 2vw, 2rem); letter-spacing: -.045em; }
.article-related__list { display: grid; gap: 1.6rem; }
.article-related-card { padding-bottom: 1.6rem; border-bottom: 1px solid rgba(22, 24, 23, .16); }
.article-related-card a {
	display: grid;
	grid-template-columns: 7.5rem minmax(0, 1fr);
	align-items: start;
	gap: 1.15rem;
	color: inherit;
	text-decoration: none;
}
.article-related-card__media { aspect-ratio: 1; margin: 0; overflow: hidden; background: #d8d3c9; }
.article-related-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2, .7, .2, 1); }
.article-related-card__content { min-width: 0; }
.article-related-card__content:only-child { grid-column: 1 / -1; }
.article-related-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem;
	margin: 0 0 .65rem;
	color: #6f6d67;
	font-size: .58rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.45;
	text-transform: uppercase;
}
.article-related-card__meta span:first-child { color: #8b6d36; }
.article-related-card h3 { margin: 0; font-size: clamp(1.08rem, 1.25vw, 1.35rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.18; }
.article-related-card__link {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin-top: .9rem;
	font-size: .62rem;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.article-related-card__link i { font-style: normal; transition: transform 200ms ease; }
.article-related-card a:hover .article-related-card__image,
.article-related-card a:focus-visible .article-related-card__image { transform: scale(1.045); }
.article-related-card a:hover .article-related-card__link i,
.article-related-card a:focus-visible .article-related-card__link i { transform: translateX(.25rem); }
.article-related-card a:focus-visible { outline: 2px solid #8b6d36; outline-offset: 5px; }
.post-navigation { padding-top: 0; }
.post-navigation .nav-links { justify-content: space-between; border-top: 1px solid var(--ldh-line); padding-top: 2rem; }
.post-navigation a { text-decoration: none; }
.post-navigation .nav-subtitle { display: block; margin-bottom: .5rem; font-size: .65rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }

.not-found { min-height: 70vh; padding-top: clamp(8rem, 15vw, 14rem); }
.not-found h1 { max-width: 10ch; }
.not-found > p:not(.eyebrow) { max-width: 36rem; margin-bottom: 2.5rem; }

/* CTA and footer */
.global-cta {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	min-height: clamp(38rem, 53vw, 48rem);
	padding: clamp(6.5rem, 10vw, 10rem) var(--ldh-gutter);
	overflow: hidden;
	background: var(--ldh-navy);
	color: var(--ldh-white);
	text-align: left;
}
.global-cta::before {
	position: absolute;
	top: 50%;
	right: clamp(-17rem, -11vw, -6rem);
	width: clamp(28rem, 47vw, 48rem);
	aspect-ratio: 1;
	border: 1px solid rgba(201, 173, 118, .14);
	border-radius: 50%;
	box-shadow:
		inset 0 0 0 clamp(4rem, 7vw, 7rem) rgba(255, 255, 255, .012),
		inset 0 0 0 calc(clamp(4rem, 7vw, 7rem) + 1px) rgba(201, 173, 118, .055);
	content: "";
	pointer-events: none;
	transform: translateY(-50%);
}
.global-cta::after {
	position: absolute;
	inset: clamp(2rem, 4vw, 4rem) var(--ldh-gutter);
	z-index: -1;
	border-top: 1px solid rgba(201, 173, 118, .22);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	content: "";
	pointer-events: none;
}
.global-cta__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(19rem, .72fr);
	align-items: stretch;
	gap: clamp(4rem, 9vw, 9rem);
	width: min(100%, 78rem);
	margin-inline: auto;
}
.global-cta__heading { align-self: center; }
.global-cta .eyebrow { margin-bottom: 1.5rem; color: var(--ldh-gold); letter-spacing: .23em; }
.global-cta h2 {
	max-width: 9ch;
	margin: 0;
	font-size: clamp(2.9rem, 5.25vw, 5.25rem);
	font-weight: 400;
	letter-spacing: -.067em;
	line-height: .94;
	text-wrap: balance;
}
.global-cta__action {
	display: flex;
	justify-content: center;
	align-self: stretch;
	flex-direction: column;
	padding-left: clamp(2.5rem, 5vw, 5rem);
	border-left: 1px solid rgba(255, 255, 255, .16);
}
.global-cta__copy {
	max-width: 31rem;
	margin: 0 0 2.6rem;
	color: rgba(255,255,255,.7);
	font-size: clamp(1.05rem, .98rem + .25vw, 1.25rem);
	line-height: 1.75;
}
.global-cta .button {
	align-self: flex-start;
	border-color: var(--ldh-gold);
	background: var(--ldh-gold);
	color: var(--ldh-navy);
}
.global-cta .button span { transition: transform 200ms ease; }
.global-cta .button:hover,
.global-cta .button:focus-visible { border-color: var(--ldh-white); background: transparent; color: var(--ldh-white); }
.global-cta .button:hover span,
.global-cta .button:focus-visible span { transform: translateX(.3rem); }

/* Motion */
.js .ldh-reveal { opacity: 0; transform: translateY(2.2rem); transition: opacity 800ms ease, transform 900ms cubic-bezier(.2,.7,.2,1); }
.js .ldh-reveal.is-visible { opacity: 1; transform: none; }

@keyframes ldh-hero-in {
	from { opacity: .75; transform: scale(1.08); }
	to { opacity: 1; transform: scale(1.02); }
}

@media (max-width: 1366px) {
	.site-header-wrap { border-bottom-color: rgba(166, 132, 74, .18); background: rgba(5, 12, 24, .92); backdrop-filter: blur(14px); }
	.site-header { gap: .75rem; padding: .85rem 1rem; }
	.site-header-wrap.is-scrolled .site-header { padding: .75rem 1rem; }
	.site-branding { flex: 0 0 auto; }
	.site-header .site-logo-link { transform: none; }
	.site-logo-image { width: clamp(150px, 38vw, 210px); }
	.site-nav-toggle { display: inline-flex; margin-left: auto; }
	.site-navigation { position: absolute; top: 100%; right: 0; left: 0; padding: 0 1rem 1rem; border-top: 1px solid rgba(166, 132, 74, .14); background: linear-gradient(180deg, rgba(5,12,24,.98), rgba(8,15,27,.98)); box-shadow: 0 24px 40px rgba(0,0,0,.22); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-.65rem); transform-origin: top; transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; }
	.site-header-wrap.is-menu-open .site-navigation { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
	.site-navigation > ul { flex-direction: column; align-items: stretch; gap: .2rem; padding-top: .75rem; }
	.site-navigation li { width: 100%; }
	.site-navigation a { display: block; width: 100%; padding: 1rem .2rem; border-bottom: 1px solid rgba(166, 132, 74, .08); color: rgba(241,242,244,.92); font-size: .8rem; letter-spacing: .14em; }
	.site-navigation .menu-item-has-children > a { min-height: 0; padding-right: 2.4rem; }
	.site-navigation__submenu-toggle { top: 1.2rem; right: .2rem; display: inline-flex; width: 2rem; height: 2rem; transform: none; }
	.site-navigation .menu-item-has-children.is-open > .site-navigation__submenu-toggle { transform: none; }
	.site-navigation .sub-menu { position: static; display: none; min-width: 0; margin-top: .2rem; padding: .2rem 0 .25rem .85rem; border: 0; border-left: 1px solid rgba(166, 132, 74, .16); border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
	.site-navigation .menu-item-has-children:hover > .sub-menu,
	.site-navigation .menu-item-has-children:focus-within > .sub-menu { display: none; }
	.site-navigation .menu-item-has-children.is-open > .sub-menu { display: block; }
	.site-navigation .sub-menu a { padding: .85rem .2rem; border-bottom: 1px solid rgba(166,132,74,.06); font-size: .75rem; white-space: normal; }
	.site-navigation li:last-child > a,
	.site-navigation .sub-menu li:last-child a { border-bottom: 0; }
}

@media (max-width: 980px) {
	.card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.editorial-card:last-child:nth-child(odd) { display: none; }
	.article-body--with-related { grid-template-columns: 1fr; }
	.article-related { position: static; }
	.article-related__list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
	.article-related-card a { display: block; }
	.article-related-card__media { aspect-ratio: 4 / 3; margin-bottom: 1.2rem; }
	.global-cta__inner { grid-template-columns: minmax(0, 1fr) minmax(17rem, .8fr); gap: clamp(2.5rem, 6vw, 5rem); }
	.global-cta__action { padding-left: clamp(2rem, 4vw, 3.5rem); }
}

@media (max-width: 700px) {
	:root { --ldh-gutter: 1.25rem; }
	.article-hero { min-height: clamp(30rem, 66svh, 36rem); padding-top: 7.5rem; padding-bottom: 3rem; }
	.article-hero__veil { background: linear-gradient(180deg, rgba(5, 12, 24, .64), rgba(5, 12, 24, .22) 30%, rgba(5, 12, 24, .92)); }
	.article-hero h1 { max-width: 17ch; font-size: clamp(2.65rem, 11vw, 4.15rem); }
	.article-hero__dek { margin-top: 1.5rem; padding-top: 1rem; font-size: 1.06rem; }
	.article-body { gap: 4rem; }
	.article-related__list { grid-template-columns: 1fr; }
	.article-related-card a { display: grid; grid-template-columns: 7rem minmax(0, 1fr); }
	.article-related-card__media { aspect-ratio: 1; margin-bottom: 0; }
	.home-hero { min-height: 100svh; }
	.home-hero__content { width: 100%; padding-bottom: 4rem; }
	.home-hero h1 { font-size: clamp(3.5rem, 16vw, 5.8rem); }
	.home-hero__scroll { display: none; }
	.editorial-intro { display: block; }
	.editorial-intro .section__label { margin-bottom: 3rem; }
	.manifesto { grid-template-columns: 1fr; }
	.manifesto__panel { min-height: 34rem; padding: 3.5rem 1.5rem; }
	.section-heading { display: block; }
	.section-heading .text-link { margin-top: 2rem; }
	.card-grid { grid-template-columns: 1fr; }
	.editorial-card:last-child:nth-child(odd) { display: block; }
	.editorial-card__image { aspect-ratio: 4 / 5; }
	.prose blockquote { margin-inline: 0; }
	.global-cta { min-height: 0; padding-block: clamp(6rem, 22vw, 8rem); }
	.global-cta::before { top: 27%; right: -18rem; width: 34rem; }
	.global-cta::after { inset-block: 1.5rem; }
	.global-cta__inner { grid-template-columns: 1fr; gap: 3rem; }
	.global-cta h2 { max-width: 10ch; font-size: clamp(2.6rem, 11vw, 3.95rem); }
	.global-cta__action { padding: 2.25rem 0 0; border-top: 1px solid rgba(255, 255, 255, .16); border-left: 0; }
	.global-cta__copy { margin-bottom: 2.1rem; }
	.global-cta .button { width: min(100%, 21rem); }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
	.js .ldh-reveal { opacity: 1; transform: none; }
}


/* Source: assets/css/components/footer.css */
/* Global footer adapted from the LDG theme. */
.site-footer-wrap {
	padding: 2rem var(--ldh-gutter) 3rem;
	background: #050c18;
	color: rgba(241, 242, 244, 0.72);
}

.site-footer__inner {
	width: min(100%, 1380px);
	margin-inline: auto;
}

.site-footer-top {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: start;
	gap: clamp(2rem, 3vw, 3.5rem);
	padding-block: 2rem;
	border-top: 1px solid rgba(166, 132, 74, 0.2);
}

.site-footer-top > * {
	width: 100%;
	min-width: 0;
}

.site-footer-top__brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.1rem;
}

.site-footer-top__logo-link {
	display: inline-flex;
	align-items: center;
}

.site-footer-top__logo {
	width: clamp(150px, 14vw, 210px);
	height: auto;
}

.site-footer-top__brand-copy {
	font-size: 0.98rem;
	line-height: 1.8;
	text-align: center;
}

.site-footer-top__brand-copy p { margin: 0; }

.site-footer-top__memberships {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.95rem;
	width: 100%;
	padding-top: 0.4rem;
}

.site-footer-top__memberships-label {
	margin: 0;
	color: rgba(241, 242, 244, 0.68);
	font-size: 0.78rem;
	letter-spacing: 0.14em;
	text-align: center;
	text-transform: uppercase;
}

.site-footer-top__memberships-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
}

.site-footer-top__membership-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.2rem;
	transition: opacity 180ms ease, transform 180ms ease;
}

.site-footer-top__membership-link:hover,
.site-footer-top__membership-link:focus-visible {
	opacity: 0.82;
	transform: translateY(-1px);
}

.site-footer-top__membership-logo {
	display: block;
	width: auto;
	height: 2rem;
	max-width: 7rem;
	object-fit: contain;
}

.site-footer-top__column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-self: center;
	gap: 0.85rem;
	width: fit-content;
	min-width: 0;
	text-align: left;
}

.site-footer-top__heading {
	margin: 0;
	color: #f1f2f4;
	font-family: var(--ldh-body);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-footer-top__menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.7rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer-top__menu a,
.site-footer-top__contact-link,
.site-footer-top__contact-copy {
	color: rgba(241, 242, 244, 0.72);
	font-size: 0.95rem;
	line-height: 1.6;
	text-decoration: none;
}

.site-footer-top__menu a:hover,
.site-footer-top__menu a:focus-visible,
.site-footer-top__contact-link:hover,
.site-footer-top__contact-link:focus-visible {
	color: #a6844a;
}

.site-footer-top__column--contact { gap: 0.95rem; }

.site-footer-top__contact-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
	text-align: left;
}

.site-footer-top__contact-label {
	margin: 0 0 0.2rem;
	color: #a6844a;
	font-size: 0.82rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-footer-top__contact-copy {
	margin: 0;
	line-height: 1.35;
}

.site-footer-top__socials {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0.65rem;
	width: 100%;
	max-width: 100%;
	padding-top: 0.1rem;
}

.site-footer-top__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	flex: 0 0 2.35rem;
	border: 1px solid rgba(166, 132, 74, 0.24);
	border-radius: 999px;
	background: rgba(241, 242, 244, 0.04);
	color: #f1f2f4;
	text-decoration: none;
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.site-footer-top__social-icon {
	display: block;
	width: 1rem;
	height: 1rem;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(95%) sepia(7%) saturate(119%) hue-rotate(187deg) brightness(102%) contrast(95%);
	transition: filter 180ms ease, transform 180ms ease;
}

.site-footer-top__social-link:hover,
.site-footer-top__social-link:focus-visible {
	border-color: rgba(166, 132, 74, 0.7);
	background: rgba(166, 132, 74, 0.12);
	transform: translateY(-1px);
}

.site-footer-top__social-link:hover .site-footer-top__social-icon,
.site-footer-top__social-link:focus-visible .site-footer-top__social-icon {
	filter: brightness(0) saturate(100%) invert(63%) sepia(25%) saturate(590%) hue-rotate(358deg) brightness(90%) contrast(89%);
	transform: scale(1.04);
}

.site-footer {
	padding: 1.5rem 0 0;
	border-top: 1px solid rgba(166, 132, 74, 0.2);
	background: transparent;
	color: #85909d;
	font-size: 0.82rem;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	letter-spacing: normal;
	text-transform: none;
}

.site-footer__legal,
.site-footer__credit {
	margin: 0;
	color: #85909d;
	line-height: 1.6;
}

.site-footer__legal a,
.site-footer__credit a {
	color: rgba(241, 242, 244, 0.78);
	text-decoration: none;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible,
.site-footer__credit a:hover,
.site-footer__credit a:focus-visible {
	color: #a6844a;
}

@media (max-width: 900px) {
	.site-footer-top {
		grid-template-columns: 1fr;
		gap: 2.25rem;
	}

	.site-footer-top__brand { align-items: flex-start; }
	.site-footer-top__brand-copy { max-width: 32rem; text-align: left; }
	.site-footer-top__memberships { align-items: flex-start; }
	.site-footer-top__memberships-label { text-align: left; }
	.site-footer-top__memberships-logos { justify-content: flex-start; }
	.site-footer-top__column { justify-self: start; }

	.site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 600px) {
	.site-footer-wrap { padding-inline: 1.25rem; }
}


/* Source: assets/css/pages/home/base.css */
/* Shared homepage design tokens and typography. */
.ldh-home {
	--home-navy: #050c18;
	--home-ivory: #fffdf8;
	--home-ink: #1f2933;
	--home-gold: #a6844a;
	--home-line-light: rgba(255, 255, 255, 0.28);
	background: var(--home-navy);
}

.ldh-home + .site-footer { background: #050c18; }

.ldh-home-kicker {
	margin: 0;
	font-size: 0.66rem;
	font-weight: 500;
	letter-spacing: 0.19em;
	line-height: 1.4;
	text-transform: uppercase;
}


/* Source: assets/css/pages/home/hero.css */
/* Cinematic homepage hero. */
.ldh-home-hero {
	position: relative;
	display: grid;
	grid-template-rows: minmax(48rem, 1fr) auto;
	min-height: 100svh;
	overflow: hidden;
	background: var(--home-navy);
	color: #fff;
}

.ldh-home-hero__media,
.ldh-home-hero__wash,
.ldh-home-hero__grain {
	position: absolute;
	inset: 0;
}

.ldh-home-hero__media picture,
.ldh-home-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.ldh-home-hero__media img {
	object-fit: cover;
	object-position: center;
	filter: saturate(0.8) contrast(1.03);
	transform: scale(1.015);
}

.ldh-home-hero__wash {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(5, 12, 24, 0.82) 0%, rgba(5, 12, 24, 0.38) 48%, rgba(5, 12, 24, 0.1) 75%),
		linear-gradient(0deg, rgba(5, 12, 24, 0.88) 0%, transparent 43%),
		linear-gradient(180deg, rgba(5, 12, 24, 0.42) 0%, transparent 23%);
}

.ldh-home-hero__grain {
	z-index: 2;
	opacity: 0.15;
	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;
}

.ldh-home-hero__layout {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 4.75rem minmax(0, 1fr);
	align-items: end;
	gap: clamp(1.5rem, 3vw, 4rem);
	width: 100%;
	padding: clamp(10rem, 16vh, 13rem) var(--ldh-gutter) clamp(3.5rem, 8vh, 6rem);
}

.ldh-home-hero__index {
	display: flex;
	align-items: center;
	gap: 1rem;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 0.58rem;
	font-weight: 500;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.ldh-home-hero__index i {
	display: block;
	width: 1px;
	height: 4.25rem;
	background: rgba(255, 255, 255, 0.55);
}

.ldh-home-hero__content { max-width: 87rem; }

.ldh-home-hero__content > .ldh-home-kicker {
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
	color: var(--home-gold);
}

.ldh-home-hero h1 {
	max-width: 15ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-family: var(--ldh-serif);
	font-size: clamp(3.2rem, 5.8vw, 6.75rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.95;
	text-wrap: balance;
}

.ldh-home-hero__lower {
	display: grid;
	grid-template-columns: minmax(18rem, 37rem) auto;
	align-items: end;
	gap: clamp(2rem, 6vw, 7rem);
	margin-top: clamp(2.5rem, 5vh, 4.5rem);
}

.ldh-home-hero__copy {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(0.96rem, 0.9rem + 0.2vw, 1.12rem);
	line-height: 1.65;
}

.ldh-home-hero__copy > :first-child { margin-top: 0; }
.ldh-home-hero__copy > :last-child { margin-bottom: 0; }

.ldh-home-hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.ldh-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2.25rem;
	min-width: 15.25rem;
	padding: 1.05rem 1.2rem;
	border: 1px solid rgba(255, 255, 255, 0.52);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 250ms ease, border-color 250ms ease, color 250ms ease;
}

.ldh-home-button--solid { border-color: var(--home-gold); background: var(--home-gold); color: #fff; }
.ldh-home-button--solid:hover { border-color: var(--home-ivory); background: var(--home-ivory); color: var(--home-navy); }
.ldh-home-button--ghost:hover { border-color: #fff; background: rgba(255, 255, 255, 0.12); }

.ldh-home-trust {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(19rem, 1.5fr) repeat(3, 1fr);
	border-top: 1px solid var(--home-line-light);
	background: rgba(5, 12, 24, 0.68);
	backdrop-filter: blur(18px);
}

.ldh-home-trust > * {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	min-height: 5.5rem;
	margin: 0;
	padding: 1.25rem clamp(1.25rem, 2.5vw, 2.75rem);
	border-right: 1px solid var(--home-line-light);
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.45;
	text-transform: uppercase;
}

.ldh-home-trust > :last-child { border-right: 0; }
.ldh-home-trust > p span { color: rgba(255, 255, 255, 0.45); font-size: 0.55rem; }
.ldh-home-trust__mark { display: grid; place-items: center; width: 2.45rem; aspect-ratio: 1; border: 1px solid var(--home-gold); border-radius: 50%; color: #fff; font-family: var(--ldh-display); font-size: 0.56rem; letter-spacing: 0.08em; }
.ldh-home-trust__lead p { max-width: 20rem; margin: 0; }

@media (max-width: 1221px) {
	.ldh-home-hero__layout { grid-template-columns: 2rem minmax(0, 1fr); align-items: start; padding-top: 7.5rem; }
	.ldh-home-trust { grid-template-columns: repeat(3, 1fr); }
	.ldh-home-trust__lead { grid-column: 1 / -1; border-bottom: 1px solid var(--home-line-light); }
}

@media (max-width: 820px) {
	.ldh-home-hero { grid-template-rows: minmax(42rem, 1fr) auto; }
	.ldh-home-hero__wash {
		background:
			linear-gradient(180deg, rgba(5, 12, 24, 0.62) 0%, rgba(5, 12, 24, 0.48) 30%, rgba(5, 12, 24, 0.76) 68%, rgba(5, 12, 24, 0.94) 100%),
			rgba(5, 12, 24, 0.22);
	}
	.ldh-home-hero__layout { grid-template-columns: 1fr; padding-top: 6.5rem; }
	.ldh-home-hero__index { display: none; }
	.ldh-home-hero h1 { max-width: 14ch; font-size: clamp(3rem, 9.5vw, 4.9rem); }
	.ldh-home-hero__lower { grid-template-columns: 1fr; gap: 2rem; }
	.ldh-home-trust { grid-template-columns: 1fr; }
	.ldh-home-trust > * { min-height: 3.9rem; border-right: 0; border-bottom: 1px solid var(--home-line-light); }
	.ldh-home-trust > :last-child { border-bottom: 0; }
}

@media (max-width: 600px) {
	.ldh-home-hero__layout { padding-top: 5.75rem; padding-bottom: 2.5rem; }
	.ldh-home-hero__content > .ldh-home-kicker { max-width: 18rem; }
	.ldh-home-hero__actions { display: grid; }
	.ldh-home-button { min-width: 0; }
}


/* Source: assets/css/pages/home/quick-path-selector.css */
/* Homepage journey selector and interactive path cards. */
.ldh-home-paths {
	position: relative;
	overflow: hidden;
	padding: clamp(3.5rem, 6vw, 6rem) var(--ldh-gutter) clamp(7rem, 11vw, 11rem);
	background: #f1f2f4;
	color: var(--home-ink);
}

.ldh-home-paths__heading {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(17rem, 0.45fr);
	align-items: end;
	gap: clamp(3rem, 7vw, 8rem);
	max-width: 1440px;
	margin: 0 auto clamp(3.5rem, 6vw, 5.5rem);
}

.ldh-home-paths__heading .ldh-home-kicker {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-bottom: 1.25rem;
	color: var(--home-gold);
}

.ldh-home-paths__heading h2 {
	max-width: 18ch;
	margin: 0;
	font-family: var(--ldh-display);
	font-size: clamp(1.8rem, 2.85vw, 3.1rem);
	font-weight: 500;
	letter-spacing: -0.052em;
	line-height: 1.02;
}

.ldh-home-paths__intro {
	max-width: 27rem;
	margin: 0 0 0.35rem;
	color: rgba(31, 41, 51, 0.72);
	font-size: 1.02rem;
	line-height: 1.65;
}

.ldh-home-paths__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: clamp(1rem, 2vw, 2rem);
	max-width: 1540px;
	margin-inline: auto;
}

.ldh-home-path-card {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
	min-height: 39rem;
	overflow: hidden;
	background: var(--home-navy);
	color: #fff;
	text-decoration: none;
	isolation: isolate;
}

.ldh-home-path-card--custom,
.ldh-home-path-card--plans,
.ldh-home-path-card--locations { aspect-ratio: 0.78; margin-top: 0; }

.ldh-home-path-card__media,
.ldh-home-path-card__wash { position: absolute; inset: 0; }
.ldh-home-path-card__media { z-index: -2; }
.ldh-home-path-card__media picture { display: block; width: 100%; height: 100%; }
.ldh-home-path-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.7,.2,1), filter 500ms ease; }
.ldh-home-path-card--custom .ldh-home-path-card__media img { object-position: 54% center; }
.ldh-home-path-card--plans .ldh-home-path-card__media img { object-position: 56% center; }

.ldh-home-path-card__wash {
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(5, 12, 24, 0.18) 5%, transparent 38%),
		linear-gradient(0deg, rgba(5, 12, 24, 0.92) 0%, rgba(5, 12, 24, 0.08) 66%);
	transition: background 450ms ease;
}

.ldh-home-path-card__content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(1.5rem, 2.8vw, 2.8rem);
}

.ldh-home-path-card__number { display: flex; align-items: center; gap: 0.9rem; font-size: 0.58rem; font-weight: 500; letter-spacing: 0.16em; }
.ldh-home-path-card__number i { width: 3rem; height: 1px; background: rgba(255, 255, 255, 0.58); transition: width 350ms ease, background 350ms ease; }
.ldh-home-path-card__content > div:nth-child(2) { margin-top: auto; padding-right: 0; }
.ldh-home-path-card h3 { max-width: 10ch; margin: 0 0 1.25rem; font-family: var(--ldh-serif); font-size: clamp(2rem, 3vw, 3.5rem); font-weight: 400; letter-spacing: -0.04em; line-height: 1; }
.ldh-home-path-card__copy { max-width: 25rem; margin: 0; color: rgba(255,255,255,.76); font-size: 0.94rem; line-height: 1.55; }
.ldh-home-path-card__copy > :first-child { margin-top: 0; }
.ldh-home-path-card__copy > :last-child { margin-bottom: 0; }

.ldh-home-path-card__arrow {
	position: absolute;
	right: clamp(1.5rem, 2.8vw, 2.8rem);
	top: clamp(1.5rem, 2.8vw, 2.8rem);
	display: grid;
	place-items: center;
	width: 2.9rem;
	height: 2.9rem;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 50%;
	font-size: 1.05rem;
	transition: background 300ms ease, border-color 300ms ease, color 300ms ease, transform 300ms ease;
}

.ldh-home-path-card:hover .ldh-home-path-card__media img,
.ldh-home-path-card:focus-visible .ldh-home-path-card__media img { filter: saturate(.82); transform: scale(1.045); }
.ldh-home-path-card:hover .ldh-home-path-card__wash,
.ldh-home-path-card:focus-visible .ldh-home-path-card__wash { background: linear-gradient(0deg, rgba(5,12,24,.94), rgba(5,12,24,.02) 72%); }
.ldh-home-path-card:hover .ldh-home-path-card__number i,
.ldh-home-path-card:focus-visible .ldh-home-path-card__number i { width: 4.5rem; background: var(--home-gold); }
.ldh-home-path-card:hover .ldh-home-path-card__arrow,
.ldh-home-path-card:focus-visible .ldh-home-path-card__arrow { border-color: var(--home-gold); background: var(--home-gold); transform: rotate(45deg); }

/* Cards unmask in sequence as the journey section enters the viewport. */
.js .ldh-home-path-card.ldh-reveal {
	opacity: 0;
	clip-path: inset(10% 0 0 0);
	filter: blur(4px);
	transform: translateY(4.5rem) rotate(.6deg);
	transition:
		opacity 480ms ease,
		clip-path 700ms cubic-bezier(.2,.7,.2,1),
		filter 600ms ease,
		transform 700ms cubic-bezier(.2,.7,.2,1);
}

.js .ldh-home-path-card:nth-child(1) { transform: translateY(4.5rem) rotate(-.6deg); }
.js .ldh-home-path-card:nth-child(2) { transition-delay: 70ms; }
.js .ldh-home-path-card:nth-child(3) { transform: translateY(4.5rem) rotate(.6deg); transition-delay: 140ms; }

.js .ldh-home-path-card.ldh-reveal.is-visible {
	opacity: 1;
	clip-path: inset(0);
	filter: none;
	transform: none;
}

.js .ldh-home-path-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	background: linear-gradient(145deg, var(--home-navy) 0%, #101b2c 68%, var(--home-gold) 150%);
	pointer-events: none;
	transform: translateY(0);
	transform-origin: top;
	transition: transform 700ms cubic-bezier(.76, 0, .24, 1);
}

.js .ldh-home-path-card:nth-child(2)::before { transition-delay: 100ms; }
.js .ldh-home-path-card:nth-child(3)::before { transition-delay: 200ms; }
.js .ldh-home-path-card.is-visible::before { transform: translateY(-101%); }

.js .ldh-home-path-card.ldh-reveal .ldh-home-path-card__media img {
	transform: scale(1.11);
	transition: transform 900ms cubic-bezier(.2,.7,.2,1), filter 500ms ease;
}

.js .ldh-home-path-card.ldh-reveal.is-visible .ldh-home-path-card__media img { transform: scale(1.01); }
.js .ldh-home-path-card.ldh-reveal.is-visible:hover .ldh-home-path-card__media img,
.js .ldh-home-path-card.ldh-reveal.is-visible:focus-visible .ldh-home-path-card__media img { transform: scale(1.065); }

.js .ldh-home-path-card .ldh-home-path-card__number,
.js .ldh-home-path-card .ldh-home-path-card__content > div:nth-child(2),
.js .ldh-home-path-card .ldh-home-path-card__arrow {
	opacity: 0;
	transform: translateY(1.25rem);
	transition: opacity 420ms ease, transform 500ms cubic-bezier(.2,.7,.2,1), background 300ms ease, border-color 300ms ease;
}

.js .ldh-home-path-card.is-visible .ldh-home-path-card__number,
.js .ldh-home-path-card.is-visible .ldh-home-path-card__content > div:nth-child(2),
.js .ldh-home-path-card.is-visible .ldh-home-path-card__arrow {
	opacity: 1;
	transform: none;
}

.js .ldh-home-path-card.is-visible .ldh-home-path-card__content > div:nth-child(2) { transition-delay: 150ms; }
.js .ldh-home-path-card.is-visible .ldh-home-path-card__arrow { transition-delay: 210ms; }
.js .ldh-home-path-card.is-visible:hover .ldh-home-path-card__arrow,
.js .ldh-home-path-card.is-visible:focus-visible .ldh-home-path-card__arrow { transform: rotate(45deg); transition-delay: 0ms; }

.ldh-home-path-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	border: 1px solid var(--home-gold);
	opacity: 0;
	pointer-events: none;
	transform: scale(.975);
	transition: opacity 350ms ease, transform 500ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-path-card:hover::after,
.ldh-home-path-card:focus-visible::after { opacity: 1; transform: scale(1); }

@media (max-width: 1100px) {
	.ldh-home-paths__grid { grid-template-columns: repeat(2, 1fr); }
	.ldh-home-path-card--locations { grid-column: 1 / -1; min-height: 34rem; aspect-ratio: 2.2; margin-top: 0; }
}

@media (max-width: 820px) {
	.ldh-home-paths__heading { grid-template-columns: 1fr; gap: 2.5rem; }
	.ldh-home-paths__intro { max-width: 32rem; }
}

@media (max-width: 760px) {
	.ldh-home-paths { padding-inline: 1rem; }
	.ldh-home-paths__heading { padding-inline: .25rem; }
	.ldh-home-paths__heading h2 { font-size: clamp(1.75rem, 6.6vw, 2.45rem); }
	.ldh-home-paths__grid { grid-template-columns: 1fr; gap: 1rem; }
	.ldh-home-path-card,
	.ldh-home-path-card--custom,
	.ldh-home-path-card--plans,
	.ldh-home-path-card--locations { grid-column: auto; min-height: 28rem; aspect-ratio: auto; margin-top: 0; }
	.ldh-home-path-card__content { padding: 1.4rem; }
	.ldh-home-path-card__arrow { top: 1.4rem; right: 1.4rem; }
	.ldh-home-path-card h3 { margin-bottom: 0.85rem; }
}

@media (prefers-reduced-motion: reduce) {
	.js .ldh-home-path-card.ldh-reveal,
	.js .ldh-home-path-card.ldh-reveal .ldh-home-path-card__media img,
	.js .ldh-home-path-card .ldh-home-path-card__number,
	.js .ldh-home-path-card .ldh-home-path-card__content > div:nth-child(2),
	.js .ldh-home-path-card .ldh-home-path-card__arrow { opacity: 1; clip-path: none; filter: none; transform: none; transition: none; }
	.js .ldh-home-path-card::before { display: none; }
}


/* Source: assets/css/pages/home/why-homeowners-choose.css */
/* Homepage trust reasons. */
.ldh-home-reasons {
	position: relative;
	overflow: hidden;
	padding: clamp(7rem, 11vw, 11rem) var(--ldh-gutter) clamp(7.5rem, 12vw, 12rem);
	background: var(--home-navy);
	color: #fff;
	isolation: isolate;
}

.ldh-home-reasons::before {
	position: absolute;
	inset: 0;
	z-index: -2;
	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);
}

.ldh-home-reasons::after {
	position: absolute;
	top: -20rem;
	right: -15rem;
	z-index: -1;
	width: 48rem;
	aspect-ratio: 1;
	border: 1px solid rgba(166, 132, 74, 0.17);
	border-radius: 50%;
	box-shadow:
		0 0 0 8rem rgba(166, 132, 74, 0.025),
		0 0 0 16rem rgba(166, 132, 74, 0.018);
	content: "";
}

.ldh-home-reasons__frame {
	width: min(100%, 1540px);
	margin-inline: auto;
}

.ldh-home-reasons__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(20rem, 0.58fr);
	align-items: end;
	gap: clamp(4rem, 9vw, 10rem);
	margin-bottom: clamp(4.5rem, 8vw, 7.5rem);
}

.ldh-home-reasons__index {
	margin: 0 0 1.6rem;
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.64rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
}

.ldh-home-reasons__heading h2 {
	max-width: 19ch;
	margin: 0;
	font-family: var(--ldh-display);
	font-size: clamp(2.2rem, 3.95vw, 4.4rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.98;
	text-wrap: balance;
}

.ldh-home-reasons__heading h2 span,
.ldh-home-reasons__heading h2 em { display: block; }

.ldh-home-reasons__heading h2 em {
	margin-top: 0.12em;
	color: #c6a66d;
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.045em;
}

.ldh-home-reasons__intro {
	position: relative;
	padding-top: 2rem;
	color: rgba(255, 255, 255, 0.7);
}

.ldh-home-reasons__intro-rule {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, var(--home-gold) 0 4.5rem, rgba(255, 255, 255, 0.16) 4.5rem);
}

.ldh-home-reasons__intro-copy {
	margin: 0;
	font-size: clamp(1rem, 0.94rem + 0.22vw, 1.14rem);
	line-height: 1.75;
}

.ldh-home-reasons__intro-copy > :first-child { margin-top: 0; }
.ldh-home-reasons__intro-copy > :last-child { margin-bottom: 0; }

.ldh-home-reasons__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	list-style: none;
}

.ldh-home-reason {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: clamp(17rem, 21vw, 20rem);
	padding: clamp(1.5rem, 2.4vw, 2.5rem);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(5, 12, 24, 0.5);
	overflow: hidden;
	transition: background 400ms ease, color 400ms ease;
}

.ldh-home-reason::before {
	position: absolute;
	inset: auto 0 0;
	height: 3px;
	background: var(--home-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 450ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-reason::after {
	position: absolute;
	top: -8rem;
	right: -8rem;
	width: 16rem;
	aspect-ratio: 1;
	border: 1px solid rgba(166, 132, 74, 0.12);
	border-radius: 50%;
	content: "";
	transition: border-color 400ms ease, transform 650ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-reason:hover { background: #0c1a2c; }
.ldh-home-reason:hover::before { transform: scaleX(1); }
.ldh-home-reason:hover::after { border-color: rgba(166, 132, 74, 0.5); transform: scale(1.12); }

.ldh-home-reason__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.61rem;
	font-weight: 500;
	letter-spacing: 0.18em;
}

.ldh-home-reason__top i {
	position: relative;
	display: block;
	width: 2.75rem;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	transition: border-color 350ms ease, transform 500ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-reason__top i::before,
.ldh-home-reason__top i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--home-gold);
	content: "";
	transform: translate(-50%, -50%);
}

.ldh-home-reason__top i::before { width: 0.85rem; height: 1px; }
.ldh-home-reason__top i::after { width: 1px; height: 0.85rem; }
.ldh-home-reason:hover .ldh-home-reason__top i { border-color: var(--home-gold); transform: rotate(45deg); }

.ldh-home-reason__body { position: relative; z-index: 1; }

.ldh-home-reason h3 {
	max-width: 12ch;
	margin: 0 0 1.25rem;
	font-family: var(--ldh-serif);
	font-size: clamp(1.8rem, 2.5vw, 2.75rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1.04;
	transition: color 300ms ease, transform 400ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-reason__copy {
	max-width: 28rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.61);
	font-size: 0.92rem;
	line-height: 1.65;
}

.ldh-home-reason__copy > :first-child { margin-top: 0; }
.ldh-home-reason__copy > :last-child { margin-bottom: 0; }

.ldh-home-reason:hover h3 { color: #d1b77f; transform: translateX(0.35rem); }

.ldh-home-reason__corner {
	position: absolute;
	right: 0.8rem;
	bottom: 0.8rem;
	width: 0.65rem;
	height: 0.65rem;
	border-right: 1px solid rgba(255, 255, 255, 0.24);
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.js .ldh-home-reason.ldh-reveal { transform: translateY(2.5rem); }
.js .ldh-home-reason.ldh-reveal.is-visible { transform: none; }
.js .ldh-home-reason:nth-child(2),
.js .ldh-home-reason:nth-child(5) { transition-delay: 80ms; }
.js .ldh-home-reason:nth-child(3),
.js .ldh-home-reason:nth-child(6) { transition-delay: 160ms; }

@media (max-width: 1050px) {
	.ldh-home-reasons__heading { grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr); gap: 4rem; }
	.ldh-home-reasons__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ldh-home-reason { min-height: 18rem; }
}

@media (max-width: 760px) {
	.ldh-home-reasons { padding-inline: 1rem; }
	.ldh-home-reasons__heading { grid-template-columns: 1fr; gap: 2.75rem; }
	.ldh-home-reasons__heading h2 { max-width: 16ch; font-size: clamp(2rem, 8vw, 3.15rem); }
	.ldh-home-reasons__intro { max-width: 36rem; }
	.ldh-home-reasons__grid { grid-template-columns: 1fr; }
	.ldh-home-reason { min-height: 17rem; padding: 1.5rem; }
	.js .ldh-home-reason:nth-child(n) { transition-delay: 0ms; }
}

@media (prefers-reduced-motion: reduce) {
	.ldh-home-reason,
	.ldh-home-reason::before,
	.ldh-home-reason::after,
	.ldh-home-reason h3,
	.ldh-home-reason__top i { transition: none; }
}


/* Source: assets/css/pages/home/signature-collections.css */
/* Homepage signature collection triptych. */
.ldh-home-collections {
	padding: clamp(7rem, 11vw, 11rem) var(--ldh-gutter) clamp(7rem, 10vw, 10rem);
	background: #f1f2f4;
	color: var(--home-ink);
}

.ldh-home-collections__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(19rem, 0.6fr);
	align-items: end;
	gap: clamp(3rem, 8vw, 9rem);
	width: min(100%, 1440px);
	margin: 0 auto clamp(4rem, 7vw, 7rem);
}

.ldh-home-collections__heading .ldh-home-kicker {
	margin-bottom: 1.4rem;
	color: var(--home-gold);
}

.ldh-home-collections__heading h2 {
	max-width: 14ch;
	margin: 0;
	font-family: var(--ldh-display);
	font-size: clamp(2.2rem, 3.65vw, 4.2rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.98;
	text-wrap: balance;
}

.ldh-home-collections__heading h2 em {
	color: #8d713e;
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.045em;
}

.ldh-home-collections__intro {
	position: relative;
	max-width: 29rem;
	margin: 0;
	padding-top: 2rem;
	color: rgba(31, 41, 51, 0.72);
	font-size: clamp(1rem, 0.94rem + 0.22vw, 1.14rem);
	line-height: 1.75;
}

.ldh-home-collections__intro > :first-child { margin-top: 0; }
.ldh-home-collections__intro > :last-child { margin-bottom: 0; }

.ldh-home-collections__intro::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, var(--home-gold) 0 4.5rem, rgba(31, 41, 51, 0.18) 4.5rem);
	content: "";
}

.ldh-home-collections__triptych {
	display: flex;
	width: min(100%, 1540px);
	height: clamp(42rem, 60vw, 55rem);
	margin-inline: auto;
	gap: 1px;
	background: rgba(5, 12, 24, 0.32);
	overflow: hidden;
}

.ldh-home-collection {
	position: relative;
	display: block;
	flex: 1 1 0;
	min-width: 0;
	overflow: hidden;
	background: var(--home-navy);
	color: #fff;
	text-decoration: none;
	isolation: isolate;
	transition: flex-grow 700ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-collections__triptych:hover .ldh-home-collection { flex-grow: 0.88; }
.ldh-home-collections__triptych .ldh-home-collection:hover,
.ldh-home-collections__triptych .ldh-home-collection:focus-visible { flex-grow: 1.35; }

.ldh-home-collection__media,
.ldh-home-collection__wash { position: absolute; inset: 0; }
.ldh-home-collection__media { z-index: -2; }

.ldh-home-collection__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter 650ms ease, transform 900ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-collection--gold .ldh-home-collection__media img { filter: sepia(0.28) saturate(0.9) contrast(1.02); }
.ldh-home-collection--noir .ldh-home-collection__media img { filter: grayscale(1) contrast(1.18) brightness(0.72); }
.ldh-home-collection--luxe .ldh-home-collection__media img { filter: saturate(0.75) contrast(1.02); }

.ldh-home-collection__wash {
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(5, 12, 24, 0.35), transparent 38%),
		linear-gradient(0deg, rgba(5, 12, 24, 0.94), rgba(5, 12, 24, 0.04) 70%);
	transition: background 450ms ease;
}

.ldh-home-collection--gold .ldh-home-collection__wash {
	background:
		linear-gradient(180deg, rgba(49, 33, 13, 0.42), transparent 40%),
		linear-gradient(0deg, rgba(35, 25, 12, 0.93), rgba(62, 40, 12, 0.08) 72%);
}

.ldh-home-collection--luxe .ldh-home-collection__wash {
	background:
		linear-gradient(180deg, rgba(6, 25, 34, 0.3), transparent 40%),
		linear-gradient(0deg, rgba(5, 21, 29, 0.9), rgba(5, 24, 33, 0.03) 72%);
}

.ldh-home-collection__content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(1.75rem, 3vw, 3.5rem);
}

.ldh-home-collection__label {
	margin: 0;
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ldh-home-collection__body { margin-top: auto; padding-right: clamp(0rem, 2vw, 2rem); }

.ldh-home-collection h3 {
	margin: 0 0 1.25rem;
	font-family: var(--ldh-serif);
	font-size: clamp(3.2rem, 5vw, 6rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.92;
	text-wrap: balance;
	transition: color 350ms ease, transform 500ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-collection__copy {
	max-width: 26rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.93rem;
	line-height: 1.6;
	transition: color 350ms ease;
}

.ldh-home-collection__copy > :first-child { margin-top: 0; }
.ldh-home-collection__copy > :last-child { margin-bottom: 0; }

.ldh-home-collection__arrow {
	position: absolute;
	top: clamp(1.75rem, 3vw, 3.5rem);
	right: clamp(1.75rem, 3vw, 3.5rem);
	display: grid;
	place-items: center;
	width: 3.2rem;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	font-size: 1rem;
	transition: background 350ms ease, border-color 350ms ease, color 350ms ease, transform 450ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-collection:hover .ldh-home-collection__media img,
.ldh-home-collection:focus-visible .ldh-home-collection__media img { transform: scale(1.045); }
.ldh-home-collection:hover h3,
.ldh-home-collection:focus-visible h3 { color: #d7bd89; transform: translateX(0.3rem); }
.ldh-home-collection:hover .ldh-home-collection__arrow,
.ldh-home-collection:focus-visible .ldh-home-collection__arrow { border-color: var(--home-gold); background: var(--home-gold); transform: rotate(45deg); }

/* A measured editorial reveal as the collection triptych enters the viewport. */
.js .ldh-home-collections__heading.ldh-reveal .ldh-home-collections__intro::before {
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 900ms 180ms cubic-bezier(.76, 0, .24, 1);
}

.js .ldh-home-collections__heading.ldh-reveal.is-visible .ldh-home-collections__intro::before {
	transform: scaleX(1);
}

.js .ldh-home-collection.ldh-reveal {
	--ldh-collection-delay: 0ms;
	opacity: 0;
	clip-path: inset(5% 0 0 0);
	transform: translateY(4rem);
	transition:
		flex-grow 700ms cubic-bezier(.2,.7,.2,1),
		opacity 520ms ease var(--ldh-collection-delay),
		clip-path 850ms cubic-bezier(.2,.7,.2,1) var(--ldh-collection-delay),
		transform 850ms cubic-bezier(.2,.7,.2,1) var(--ldh-collection-delay);
}

.js .ldh-home-collection.ldh-reveal:nth-child(2) {
	--ldh-collection-delay: 110ms;
}

.js .ldh-home-collection.ldh-reveal:nth-child(3) {
	--ldh-collection-delay: 220ms;
}

.js .ldh-home-collection.ldh-reveal::after {
	position: absolute;
	z-index: 4;
	inset: 0;
	background: #e6e4de;
	content: "";
	pointer-events: none;
	transform: translateY(0);
	transition: transform 900ms cubic-bezier(.76, 0, .24, 1) calc(120ms + var(--ldh-collection-delay));
}

.js .ldh-home-collection.ldh-reveal .ldh-home-collection__media img {
	transform: scale(1.12);
}

.js .ldh-home-collection.ldh-reveal .ldh-home-collection__label,
.js .ldh-home-collection.ldh-reveal .ldh-home-collection__body {
	opacity: 0;
	translate: 0 1.2rem;
	transition:
		opacity 420ms ease calc(360ms + var(--ldh-collection-delay)),
		translate 520ms cubic-bezier(.2,.7,.2,1) calc(360ms + var(--ldh-collection-delay));
}

.js .ldh-home-collection.ldh-reveal .ldh-home-collection__arrow {
	opacity: 0;
	translate: 0 1.2rem;
	transition:
		opacity 420ms ease calc(360ms + var(--ldh-collection-delay)),
		translate 520ms cubic-bezier(.2,.7,.2,1) calc(360ms + var(--ldh-collection-delay)),
		background 350ms ease,
		border-color 350ms ease,
		color 350ms ease,
		transform 450ms cubic-bezier(.2,.7,.2,1);
}

.js .ldh-home-collection.ldh-reveal.is-visible {
	opacity: 1;
	clip-path: inset(0);
	transform: none;
}

.js .ldh-home-collection.ldh-reveal.is-visible::after {
	transform: translateY(-101%);
}

.js .ldh-home-collection.ldh-reveal.is-visible .ldh-home-collection__media img {
	transform: scale(1.002);
}

.js .ldh-home-collection.ldh-reveal.is-visible .ldh-home-collection__label,
.js .ldh-home-collection.ldh-reveal.is-visible .ldh-home-collection__body,
.js .ldh-home-collection.ldh-reveal.is-visible .ldh-home-collection__arrow {
	opacity: 1;
	translate: 0;
}

.js .ldh-home-collection.ldh-reveal.is-visible:hover .ldh-home-collection__media img,
.js .ldh-home-collection.ldh-reveal.is-visible:focus-visible .ldh-home-collection__media img {
	transform: scale(1.045);
}

@media (max-width: 1050px) {
	.ldh-home-collections__heading { grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr); gap: 4rem; }
	.ldh-home-collections__triptych { height: clamp(38rem, 74vw, 48rem); }
	.ldh-home-collection h3 { font-size: clamp(2.7rem, 5.3vw, 4.5rem); }
	.ldh-home-collection__copy { font-size: 0.87rem; }
}

@media (max-width: 760px) {
	.ldh-home-collections { padding-inline: 1rem; }
	.ldh-home-collections__heading { grid-template-columns: 1fr; gap: 2.75rem; }
	.ldh-home-collections__heading h2 { font-size: clamp(2rem, 8vw, 3.05rem); }
	.ldh-home-collections__intro { max-width: 36rem; }
	.ldh-home-collections__triptych { display: grid; height: auto; gap: 1rem; background: transparent; overflow: visible; }
	.ldh-home-collection,
	.ldh-home-collections__triptych:hover .ldh-home-collection,
	.ldh-home-collections__triptych .ldh-home-collection:hover,
	.ldh-home-collections__triptych .ldh-home-collection:focus-visible { width: 100%; min-height: 28rem; aspect-ratio: auto; }
	.ldh-home-collection__content { padding: 1.4rem; }
	.ldh-home-collection__arrow { top: 1.4rem; right: 1.4rem; }
	.ldh-home-collection h3 { margin-bottom: 0.85rem; font-size: clamp(2.8rem, 13vw, 4.2rem); }
}

@media (prefers-reduced-motion: reduce) {
	.js .ldh-home-collections__heading.ldh-reveal .ldh-home-collections__intro::before,
	.js .ldh-home-collections__heading.ldh-reveal.is-visible .ldh-home-collections__intro::before,
	.js .ldh-home-collection.ldh-reveal,
	.js .ldh-home-collection.ldh-reveal::after,
	.js .ldh-home-collection.ldh-reveal .ldh-home-collection__label,
	.js .ldh-home-collection.ldh-reveal .ldh-home-collection__body,
	.js .ldh-home-collection.ldh-reveal .ldh-home-collection__arrow,
	.ldh-home-collection,
	.ldh-home-collection__media img,
	.ldh-home-collection h3,
	.ldh-home-collection__arrow { opacity: 1; clip-path: none; translate: none; transform: none; transition: none; }

	.js .ldh-home-collection.ldh-reveal::after { display: none; }
}


/* Source: assets/css/pages/home/lifestyle-difference.css */
/* Homepage emotional story and approach principles. */
.ldh-home-lifestyle {
	position: relative;
	padding: clamp(7rem, 11vw, 11rem) var(--ldh-gutter) clamp(8rem, 12vw, 12rem);
	background: #f1f2f4;
	color: var(--home-ink);
}

.ldh-home-lifestyle__figure {
	position: relative;
	width: min(100%, 1640px);
	height: clamp(28rem, 44vw, 43rem);
	margin: 0 auto;
	overflow: hidden;
	background: #c9c1b4;
}

.ldh-home-lifestyle__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.74) contrast(1.04);
	transform: scale(1.015);
	transition: filter 800ms ease, transform 1200ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-lifestyle__figure:hover .ldh-home-lifestyle__image { filter: saturate(0.88) contrast(1.02); transform: scale(1.035); }

.ldh-home-lifestyle__image-wash {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(5, 12, 24, 0.12), transparent 42%),
		linear-gradient(0deg, rgba(5, 12, 24, 0.75), transparent 58%);
}

.ldh-home-lifestyle figcaption {
	position: absolute;
	right: clamp(2rem, 5vw, 5rem);
	bottom: clamp(2.5rem, 6vw, 6rem);
	left: clamp(2rem, 5vw, 5rem);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 3rem;
	color: #fff;
}

.ldh-home-lifestyle figcaption > span {
	padding-bottom: 0.55rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.55);
	font-size: 0.63rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ldh-home-lifestyle figcaption p {
	max-width: 13ch;
	margin: 0;
	font-family: var(--ldh-serif);
	font-size: clamp(2.5rem, 5vw, 5.5rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.98;
	text-wrap: balance;
}

.ldh-home-lifestyle__story {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	width: min(calc(100% - clamp(2rem, 8vw, 9rem)), 1440px);
	margin: clamp(-5rem, -6vw, -3rem) auto 0;
	box-shadow: 0 2.5rem 6rem rgba(5, 12, 24, 0.12);
}

.ldh-home-lifestyle__title-panel,
.ldh-home-lifestyle__narrative { padding: clamp(3rem, 6vw, 6rem); }

.ldh-home-lifestyle__title-panel {
	background: var(--home-navy);
	color: #fff;
}

.ldh-home-lifestyle__title-panel .ldh-home-kicker {
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
	color: var(--home-gold);
}

.ldh-home-lifestyle__title-panel h2 {
	max-width: 11ch;
	margin: 0;
	font-family: var(--ldh-display);
	font-size: clamp(2.05rem, 3.2vw, 3.65rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 1;
	text-wrap: balance;
}

.ldh-home-lifestyle__title-panel h2 em {
	color: #c7a96f;
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.045em;
}

.ldh-home-lifestyle__narrative {
	background: #f2eee5;
}

.ldh-home-lifestyle__copy {
	max-width: 40rem;
	margin: 0 0 1.6rem;
	color: rgba(31, 41, 51, 0.72);
	font-size: 1rem;
	line-height: 1.75;
}

.ldh-home-lifestyle__copy > :first-child { margin-top: 0; }
.ldh-home-lifestyle__copy > :last-child { margin-bottom: 0; }

.ldh-home-lifestyle__narrative .ldh-home-lifestyle__lead {
	color: var(--home-ink);
	font-family: var(--ldh-serif);
	font-size: clamp(1.35rem, 1.1rem + 0.7vw, 2rem);
	letter-spacing: -0.025em;
	line-height: 1.5;
}

.ldh-home-lifestyle__link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2.5rem;
	margin-top: clamp(1.25rem, 3vw, 2.5rem);
	padding-bottom: 0.65rem;
	border-bottom: 1px solid var(--home-ink);
	font-size: 0.67rem;
	font-weight: 500;
	letter-spacing: 0.13em;
	line-height: 1.35;
	text-decoration: none;
	text-transform: uppercase;
}

.ldh-home-lifestyle__link span { transition: color 250ms ease, transform 350ms cubic-bezier(.2,.7,.2,1); }
.ldh-home-lifestyle__link:hover span,
.ldh-home-lifestyle__link:focus-visible span { color: var(--home-gold); transform: rotate(45deg); }

.ldh-home-lifestyle__principles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(100%, 1440px);
	margin: clamp(5rem, 9vw, 9rem) auto 0;
	border-top: 1px solid rgba(31, 41, 51, 0.2);
	border-left: 1px solid rgba(31, 41, 51, 0.2);
}

.ldh-home-lifestyle__principle {
	position: relative;
	min-height: 20rem;
	padding: clamp(2rem, 3vw, 3.25rem);
	border-right: 1px solid rgba(31, 41, 51, 0.2);
	border-bottom: 1px solid rgba(31, 41, 51, 0.2);
	transition: background 350ms ease;
}

.ldh-home-lifestyle__principle:hover { background: #f2eee5; }

.ldh-home-lifestyle__principle-mark {
	display: block;
	width: 2.5rem;
	height: 1px;
	margin-bottom: clamp(4rem, 7vw, 7rem);
	background: var(--home-gold);
	transition: width 400ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-lifestyle__principle:hover .ldh-home-lifestyle__principle-mark { width: 4rem; }

.ldh-home-lifestyle__principle h3 {
	margin: 0 0 1.1rem;
	font-family: var(--ldh-serif);
	font-size: clamp(1.7rem, 2.3vw, 2.5rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

.ldh-home-lifestyle__principle-copy {
	margin: 0;
	color: rgba(31, 41, 51, 0.66);
	font-size: 0.9rem;
	line-height: 1.65;
}

.ldh-home-lifestyle__principle-copy > :first-child { margin-top: 0; }
.ldh-home-lifestyle__principle-copy > :last-child { margin-bottom: 0; }

@media (max-width: 1050px) {
	.ldh-home-lifestyle__story { width: calc(100% - 2rem); }
	.ldh-home-lifestyle__principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ldh-home-lifestyle__principle { min-height: 19rem; }
}

@media (max-width: 760px) {
	.ldh-home-lifestyle { padding-top: 3.5rem; padding-inline: 1rem; }
	.ldh-home-lifestyle__figure { height: 30rem; }
	.ldh-home-lifestyle__image { object-position: 58% center; }
	.ldh-home-lifestyle figcaption { right: 1.5rem; bottom: 2rem; left: 1.5rem; display: block; }
	.ldh-home-lifestyle figcaption > span { display: inline-block; margin-bottom: 1.5rem; }
	.ldh-home-lifestyle figcaption p { font-size: clamp(2.6rem, 12vw, 4rem); }
	.ldh-home-lifestyle__story { grid-template-columns: 1fr; width: calc(100% - 1rem); margin-top: -1.5rem; }
	.ldh-home-lifestyle__title-panel,
	.ldh-home-lifestyle__narrative { padding: 2.4rem 1.75rem; }
	.ldh-home-lifestyle__title-panel h2 { font-size: clamp(1.95rem, 8vw, 2.9rem); }
	.ldh-home-lifestyle__principles { grid-template-columns: 1fr; }
	.ldh-home-lifestyle__principle { min-height: 17rem; padding: 2rem; }
	.ldh-home-lifestyle__principle-mark { margin-bottom: 4.5rem; }
}

@media (prefers-reduced-motion: reduce) {
	.ldh-home-lifestyle__image,
	.ldh-home-lifestyle__link span,
	.ldh-home-lifestyle__principle,
	.ldh-home-lifestyle__principle-mark { transform: none; transition: none; }
}


/* Source: assets/css/pages/home/homebuilding-journey.css */
/* Homepage connected homebuilding journey. */
.ldh-home-journey {
	position: relative;
	overflow: hidden;
	padding: clamp(7rem, 11vw, 11rem) var(--ldh-gutter) clamp(6rem, 9vw, 9rem);
	background: var(--home-navy);
	color: #fff;
	isolation: isolate;
}

.ldh-home-journey::before {
	position: absolute;
	top: -28rem;
	left: 38%;
	z-index: -1;
	width: 58rem;
	aspect-ratio: 1;
	border: 1px solid rgba(166, 132, 74, 0.14);
	border-radius: 50%;
	box-shadow:
		0 0 0 9rem rgba(166, 132, 74, 0.025),
		0 0 0 18rem rgba(166, 132, 74, 0.016);
	content: "";
}

.ldh-home-journey__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(19rem, 0.6fr);
	align-items: end;
	gap: clamp(3rem, 8vw, 9rem);
	width: min(100%, 1440px);
	margin: 0 auto clamp(4.5rem, 8vw, 7.5rem);
}

.ldh-home-journey__heading .ldh-home-kicker {
	margin-bottom: 1.5rem;
	color: var(--home-gold);
}

.ldh-home-journey__heading h2 {
	max-width: 14ch;
	margin: 0;
	font-family: var(--ldh-display);
	font-size: clamp(2.2rem, 3.65vw, 4.2rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.98;
	text-wrap: balance;
}

.ldh-home-journey__heading h2 em {
	color: #c7a96f;
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.045em;
}

.ldh-home-journey__intro {
	position: relative;
	padding-top: 2rem;
	color: rgba(255, 255, 255, 0.68);
}

.ldh-home-journey__intro > span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, var(--home-gold) 0 4.5rem, rgba(255, 255, 255, 0.16) 4.5rem);
}

.ldh-home-journey__intro-copy {
	max-width: 30rem;
	margin: 0;
	font-size: clamp(1rem, 0.94rem + 0.22vw, 1.14rem);
	line-height: 1.75;
}

.ldh-home-journey__intro-copy > :first-child { margin-top: 0; }
.ldh-home-journey__intro-copy > :last-child { margin-bottom: 0; }

.ldh-home-journey__timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	width: min(100%, 1540px);
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	list-style: none;
}

.ldh-home-journey__timeline::before {
	position: absolute;
	top: calc(clamp(2rem, 3vw, 3.25rem) + 7.2rem);
	left: 10%;
	right: 10%;
	z-index: 2;
	height: 1px;
	background: linear-gradient(90deg, var(--home-gold), rgba(199, 169, 111, 0.4) 70%, rgba(255, 255, 255, 0.24));
	content: "";
}

.ldh-home-journey__step {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: clamp(31rem, 37vw, 37rem);
	padding: clamp(2rem, 3vw, 3.25rem);
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(5, 12, 24, 0.44);
	transition: background 400ms ease;
}

.ldh-home-journey__step:hover { background: #0b1828; }

.ldh-home-journey__step-top {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 7.2rem;
}

.ldh-home-journey__step-top > span {
	color: transparent;
	font-family: var(--ldh-display);
	font-size: clamp(4.5rem, 6vw, 7rem);
	font-weight: 500;
	letter-spacing: -0.075em;
	line-height: 1;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
	transition: -webkit-text-stroke-color 350ms ease;
}

.ldh-home-journey__step:hover .ldh-home-journey__step-top > span { -webkit-text-stroke-color: rgba(199, 169, 111, 0.62); }

.ldh-home-journey__step-top i {
	position: absolute;
	left: 50%;
	right: auto;
	bottom: -0.45rem;
	display: block;
	width: 0.9rem;
	aspect-ratio: 1;
	border: 2px solid var(--home-navy);
	border-radius: 50%;
	background: var(--home-gold);
	box-shadow: 0 0 0 1px rgba(199, 169, 111, 0.7);
	transform: translateX(-50%);
	transition: box-shadow 350ms ease, transform 350ms ease;
}

.ldh-home-journey__step:hover .ldh-home-journey__step-top i { box-shadow: 0 0 0 7px rgba(166, 132, 74, 0.12); transform: translateX(-50%) scale(1.15); }

.ldh-home-journey__step-body { margin-top: auto; }

.ldh-home-journey__step-label {
	margin: 0 0 1.15rem;
	color: var(--home-gold);
	font-size: 0.59rem;
	font-weight: 500;
	letter-spacing: 0.17em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ldh-home-journey__step h3 {
	margin: 0 0 1.25rem;
	font-family: var(--ldh-serif);
	font-size: clamp(1.8rem, 2.4vw, 2.7rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1.02;
	transition: color 300ms ease, transform 400ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-journey__step:hover h3 { color: #d6ba83; transform: translateX(0.25rem); }

.ldh-home-journey__step-copy {
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.88rem;
	line-height: 1.65;
}

.ldh-home-journey__step-copy > :first-child { margin-top: 0; }
.ldh-home-journey__step-copy > :last-child { margin-bottom: 0; }

.ldh-home-journey__footer {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	width: min(100%, 1540px);
	margin: 2rem auto 0;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.58rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.ldh-home-journey__footer i { flex: 1; height: 1px; background: rgba(255, 255, 255, 0.14); }

@media (max-width: 1150px) {
	.ldh-home-journey__timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ldh-home-journey__timeline::before { display: none; }
	.ldh-home-journey__step { min-height: 29rem; }
	.ldh-home-journey__step-top i { right: auto; left: 0; bottom: 0; transform: none; }
}

@media (max-width: 820px) {
	.ldh-home-journey__heading { grid-template-columns: 1fr; gap: 2.75rem; }
	.ldh-home-journey__intro { max-width: 36rem; }
	.ldh-home-journey__timeline { grid-template-columns: 1fr; border-top: 0; border-left: 0; }
	.ldh-home-journey__timeline::after {
		position: absolute;
		top: 1rem;
		bottom: 1rem;
		left: 0.45rem;
		width: 1px;
		background: linear-gradient(var(--home-gold), rgba(255, 255, 255, 0.18));
		content: "";
	}
	.ldh-home-journey__step {
		display: grid;
		grid-template-columns: 5.5rem minmax(0, 1fr);
		gap: 1.5rem;
		min-height: 0;
		padding: 2.25rem 1.25rem 2.75rem 2rem;
		border: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		background: transparent;
	}
	.ldh-home-journey__step-top { height: auto; align-items: flex-start; }
	.ldh-home-journey__step-top > span { font-size: 4.5rem; }
	.ldh-home-journey__step-top i,
	.ldh-home-journey__step:first-child .ldh-home-journey__step-top i { top: 0.3rem; right: auto; bottom: auto; left: -1.95rem; transform: none; }
	.ldh-home-journey__step-body { margin: 0; }
	.ldh-home-journey__step h3 { font-size: clamp(2rem, 8vw, 2.8rem); }
}

@media (max-width: 600px) {
	.ldh-home-journey { padding-inline: 1rem; }
	.ldh-home-journey__heading h2 { font-size: clamp(2rem, 8vw, 3.05rem); }
	.ldh-home-journey__step { grid-template-columns: 4.25rem minmax(0, 1fr); gap: 1rem; }
	.ldh-home-journey__step-top > span { font-size: 3.6rem; }
	.ldh-home-journey__footer { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.ldh-home-journey__step,
	.ldh-home-journey__step-top > span,
	.ldh-home-journey__step-top i,
	.ldh-home-journey__step h3 { transform: none; transition: none; }
}


/* Source: assets/css/pages/where-we-build/service-map.css */
.service-map {
	--map-navy: #050c18;
	--map-navy-soft: #0a1625;
	--map-gold: #a6844a;
	--map-gold-light: #d4bd8d;
	position: relative;
	padding: clamp(7rem, 10vw, 10rem) 0;
	overflow: clip;
	background: #050c18;
	color: #fff;
}

.service-map::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: 5rem 5rem;
	content: "";
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
	pointer-events: none;
}

.service-map__ambient {
	position: absolute;
	border: 1px solid rgba(212, 189, 141, 0.11);
	border-radius: 50%;
	pointer-events: none;
}

.service-map__ambient--one {
	top: -22rem;
	right: -18rem;
	width: 48rem;
	aspect-ratio: 1;
	box-shadow: 0 0 0 7rem rgba(166, 132, 74, 0.018), 0 0 0 14rem rgba(166, 132, 74, 0.012);
}

.service-map__ambient--two {
	bottom: -25rem;
	left: -26rem;
	width: 52rem;
	aspect-ratio: 1;
}

.service-map__shell {
	position: relative;
	z-index: 1;
	width: min(calc(100% - (2 * var(--ldh-gutter))), 1560px);
	margin-inline: auto;
}

.js .service-map__chapter,
.js .service-map__heading,
.js .service-map__intro,
.js .service-map__locations,
.js .service-map__visual,
.js .service-map__outside {
	opacity: 0;
	transition:
		opacity 850ms ease,
		transform 950ms cubic-bezier(0.22, 1, 0.36, 1),
		clip-path 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.js .service-map__chapter,
.js .service-map__heading,
.js .service-map__intro {
	transform: translate3d(0, 2.2rem, 0);
}

.js .service-map__locations {
	transform: translate3d(-2.5rem, 0, 0);
}

.js .service-map__visual {
	clip-path: inset(0 100% 0 0);
	transform: translate3d(1.5rem, 0, 0);
}

.js .service-map__outside {
	transform: translate3d(0, 2rem, 0);
}

.js .service-map.is-map-entered .service-map__chapter,
.js .service-map.is-map-entered .service-map__heading,
.js .service-map.is-map-entered .service-map__intro,
.js .service-map.is-map-entered .service-map__locations,
.js .service-map.is-map-entered .service-map__visual,
.js .service-map.is-map-entered .service-map__outside {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.js .service-map.is-map-entered .service-map__visual {
	clip-path: inset(0 0 0 0);
}

.js .service-map.is-map-entered .service-map__chapter { transition-delay: 40ms; }
.js .service-map.is-map-entered .service-map__heading { transition-delay: 110ms; }
.js .service-map.is-map-entered .service-map__intro { transition-delay: 190ms; }
.js .service-map.is-map-entered .service-map__locations { transition-delay: 280ms; }
.js .service-map.is-map-entered .service-map__visual { transition-delay: 360ms; }
.js .service-map.is-map-entered .service-map__outside { transition-delay: 620ms; }

.service-map__header {
	display: grid;
	grid-template-columns: 7rem minmax(0, 1.2fr) minmax(18rem, 0.72fr);
	gap: clamp(2rem, 5vw, 6rem);
	align-items: end;
	margin-bottom: clamp(3.5rem, 6vw, 6rem);
}

.service-map__chapter {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding-bottom: 0.55rem;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.56rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.service-map__chapter i {
	width: 1.8rem;
	height: 1px;
	background: var(--map-gold);
}

.service-map__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 0 0 1.3rem;
	color: var(--map-gold-light);
	font-size: 0.64rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.service-map__eyebrow::before {
	width: 2.5rem;
	height: 1px;
	background: currentColor;
	content: "";
}

.service-map__heading h2 {
	max-width: 13ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-family: var(--ldh-serif);
	font-size: clamp(2.35rem, 4vw, 4.65rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.94;
	text-wrap: balance;
}

.service-map__intro {
	max-width: 33rem;
	margin: 0 0 0.4rem;
	padding-left: 1.5rem;
	border-left: 1px solid rgba(212, 189, 141, 0.48);
	color: rgba(255, 255, 255, 0.64);
	font-size: clamp(0.94rem, 0.9rem + 0.16vw, 1.06rem);
	line-height: 1.75;
}

.service-map__intro > :first-child { margin-top: 0; }
.service-map__intro > :last-child { margin-bottom: 0; }

.service-map__explorer {
	display: grid;
	grid-template-columns: minmax(13rem, 0.28fr) minmax(0, 1fr);
	min-height: 48rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(4, 11, 20, 0.72);
	box-shadow: 0 2.5rem 7rem rgba(0, 0, 0, 0.28);
}

.service-map__mobile-picker {
	display: none;
}

.service-map__locations {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-rows: repeat(7, minmax(0, 1fr));
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(5, 12, 24, 0.74);
}

.service-map__location {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1rem;
	width: 100%;
	padding: 1rem clamp(1rem, 1.8vw, 1.7rem);
	overflow: hidden;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: transparent;
	color: rgba(255, 255, 255, 0.62);
	cursor: pointer;
	text-align: left;
	transition: color 300ms ease, background 300ms ease;
}

.service-map__location:last-child {
	border-bottom: 0;
}

.service-map__location::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 2px;
	background: var(--map-gold-light);
	content: "";
	transform: scaleY(0);
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-map__location::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(166, 132, 74, 0.14), transparent 78%);
	content: "";
	opacity: 0;
	transform: translateX(-14%);
	transition: opacity 350ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-map__location > * {
	position: relative;
	z-index: 1;
}

.service-map__location:hover,
.service-map__location:focus-visible,
.service-map__location.is-active {
	background: rgba(166, 132, 74, 0.045);
	color: #fff;
}

.service-map__location.is-active::before {
	transform: scaleY(1);
}

.service-map__location.is-active::after {
	opacity: 1;
	transform: translateX(0);
}

.service-map__location-index {
	color: rgba(212, 189, 141, 0.58);
	font-family: var(--ldh-serif);
	font-size: 0.84rem;
}

.service-map__location-name {
	font-size: clamp(0.74rem, 0.68rem + 0.12vw, 0.84rem);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.service-map__location-arrow {
	color: var(--map-gold-light);
	opacity: 0;
	transform: translate(-0.4rem, 0.4rem);
	transition: opacity 250ms ease, transform 350ms ease;
}

.service-map__location.is-active .service-map__location-arrow {
	opacity: 1;
	transform: translate(0, 0);
}

.service-map__visual {
	position: relative;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	min-width: 0;
	background:
		linear-gradient(90deg, rgba(6, 16, 28, 0.96), rgba(9, 24, 39, 0.82)),
		radial-gradient(circle at center, rgba(166, 132, 74, 0.1), transparent 55%);
}

.service-map__coordinate {
	position: relative;
	z-index: 4;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.8rem 1.2rem;
	color: rgba(255, 255, 255, 0.28);
	font-size: 0.5rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.service-map__coordinate--top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.service-map__coordinate--bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.service-map__coordinate a {
	color: inherit;
}

.service-map__coordinate a:hover,
.service-map__coordinate a:focus-visible {
	color: rgba(255, 255, 255, 0.62);
}

.service-map__canvas {
	--map-pointer-x: 60%;
	--map-pointer-y: 40%;
	position: relative;
	min-height: 42rem;
	overflow: hidden;
	background:
		radial-gradient(circle at var(--map-pointer-x) var(--map-pointer-y), rgba(212, 189, 141, 0.09), transparent 23%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.014), transparent 38%);
}

.service-map__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
	background-size: 3.25rem 3.25rem;
	-webkit-mask-image: radial-gradient(circle at center, #000, transparent 76%);
	mask-image: radial-gradient(circle at center, #000, transparent 76%);
	pointer-events: none;
}

.service-map__sweep {
	position: absolute;
	z-index: 1;
	inset: -30% 0 auto;
	height: 28%;
	background: linear-gradient(180deg, transparent, rgba(212, 189, 141, 0.045), transparent);
	opacity: 0;
	pointer-events: none;
}

.is-map-loaded.is-map-entered .service-map__sweep {
	opacity: 1;
	animation: service-map-sweep 9s linear infinite;
}

.service-map__svg {
	position: absolute;
	z-index: 2;
	inset: 1rem 0 0;
	width: 100%;
	height: calc(100% - 1rem);
	overflow: visible;
}

.service-map__county {
	fill: rgba(255, 255, 255, 0.018);
	stroke: rgba(255, 255, 255, 0.16);
	stroke-width: 1.1;
	vector-effect: non-scaling-stroke;
}

.service-map__territory {
	cursor: pointer;
	outline: none;
}

.service-map__territory-hit {
	fill: transparent;
	stroke: transparent;
	stroke-width: 18;
	vector-effect: non-scaling-stroke;
}

.service-map__territory-shape {
	fill: rgba(166, 132, 74, 0.15);
	stroke: rgba(212, 189, 141, 0.58);
	stroke-width: 1.15;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	transform-box: fill-box;
	transform-origin: center;
	transition: fill 360ms ease, stroke 360ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1), filter 360ms ease;
	vector-effect: non-scaling-stroke;
}

.is-map-loaded.is-map-entered .service-map__territory-shape {
	animation: service-map-draw 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.service-map__territory:nth-child(2) .service-map__territory-shape { animation-delay: 90ms; }
.service-map__territory:nth-child(3) .service-map__territory-shape { animation-delay: 180ms; }
.service-map__territory:nth-child(4) .service-map__territory-shape { animation-delay: 270ms; }
.service-map__territory:nth-child(5) .service-map__territory-shape { animation-delay: 360ms; }
.service-map__territory:nth-child(6) .service-map__territory-shape { animation-delay: 450ms; }
.service-map__territory:nth-child(7) .service-map__territory-shape { animation-delay: 540ms; }

.service-map__territory:hover .service-map__territory-shape,
.service-map__territory:focus-visible .service-map__territory-shape,
.service-map__territory.is-active .service-map__territory-shape {
	fill: rgba(212, 189, 141, 0.62);
	stroke: #f4e4bd;
	stroke-width: 1.8;
	filter: drop-shadow(0 0 0.8rem rgba(212, 189, 141, 0.42));
	transform: scale(1.018);
}

.service-map__territory-marker {
	pointer-events: none;
	transition: opacity 300ms ease, transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-map__territory-marker circle {
	fill: #081523;
	stroke: rgba(212, 189, 141, 0.78);
	stroke-width: 1;
	vector-effect: non-scaling-stroke;
}

.service-map__territory-marker text {
	fill: rgba(255, 255, 255, 0.76);
	font-family: var(--ldh-body);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-anchor: middle;
	dominant-baseline: middle;
}

.service-map__territory.is-active .service-map__territory-marker circle {
	fill: var(--map-gold-light);
	stroke: #fff3d5;
}

.service-map__territory.is-active .service-map__territory-marker text {
	fill: #07111d;
}

.service-map__gulf {
	position: absolute;
	z-index: 2;
	top: 56%;
	left: 7%;
	color: rgba(255, 255, 255, 0.16);
	font-family: var(--ldh-serif);
	font-size: clamp(0.75rem, 1.1vw, 1rem);
	font-style: italic;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	transform: rotate(-72deg);
	transform-origin: left center;
}

.service-map__loading {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	margin: 0;
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.62rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
}

.service-map__details {
	position: absolute;
	z-index: 5;
	right: clamp(1rem, 2.5vw, 2.5rem);
	bottom: clamp(1rem, 2.5vw, 2.5rem);
	width: min(26rem, calc(100% - 2rem));
}

.service-map__detail {
	position: relative;
	padding: clamp(1.5rem, 2.4vw, 2.25rem);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(5, 12, 24, 0.86);
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.34);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.service-map__detail.is-active {
	animation: service-map-detail-in 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-map__detail::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 5rem;
	height: 1px;
	background: var(--map-gold-light);
	content: "";
}

.service-map__detail-meta {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.8rem;
	color: rgba(255, 255, 255, 0.34);
	font-size: 0.5rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.service-map__detail-context {
	margin: 0 0 0.8rem;
	color: var(--map-gold-light);
	font-size: 0.57rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.service-map__detail h3 {
	margin: 0;
	color: rgba(255, 255, 255, 0.94);
	font-family: var(--ldh-serif);
	font-size: clamp(2.3rem, 3.5vw, 3.7rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.96;
}

.service-map__detail-copy {
	margin: 1.15rem 0 1.4rem;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.88rem;
	line-height: 1.7;
}

.service-map__detail-copy > :first-child { margin-top: 0; }
.service-map__detail-copy > :last-child { margin-bottom: 0; }

.service-map__detail-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.59rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.service-map__detail-link span:last-child {
	color: var(--map-gold-light);
	font-size: 1rem;
	transition: transform 240ms ease;
}

.service-map__detail-link:hover span:last-child,
.service-map__detail-link:focus-visible span:last-child {
	transform: translate(0.2rem, -0.2rem);
}

.service-map__outside {
	position: relative;
	display: grid;
	grid-template-columns: minmax(8rem, 0.28fr) minmax(0, 1fr) auto;
	gap: clamp(2rem, 4vw, 5rem);
	align-items: center;
	margin-top: 1px;
	padding: clamp(2rem, 4vw, 3.5rem);
	overflow: hidden;
	border: 1px solid rgba(212, 189, 141, 0.24);
	background:
		linear-gradient(105deg, rgba(166, 132, 74, 0.14), transparent 38%),
		rgba(7, 17, 29, 0.88);
}

.service-map__outside::before {
	position: absolute;
	top: 50%;
	right: 18%;
	width: 28rem;
	aspect-ratio: 1;
	border: 1px solid rgba(212, 189, 141, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 4rem rgba(212, 189, 141, 0.015), 0 0 0 8rem rgba(212, 189, 141, 0.01);
	content: "";
	transform: translateY(-50%);
	pointer-events: none;
}

.service-map__outside-index,
.service-map__outside-content,
.service-map__outside-link {
	position: relative;
	z-index: 1;
}

.service-map__outside-index {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: rgba(255, 255, 255, 0.36);
	font-size: 0.52rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.service-map__outside-index span:first-child {
	color: var(--map-gold-light);
	font-family: var(--ldh-serif);
	font-size: 1rem;
	font-weight: 400;
}

.service-map__outside-index i {
	width: 2rem;
	height: 1px;
	background: rgba(212, 189, 141, 0.55);
}

.service-map__outside-content {
	max-width: 44rem;
}

.service-map__outside-eyebrow {
	margin: 0 0 0.7rem;
	color: var(--map-gold-light) !important;
	font-size: 0.57rem !important;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.service-map__outside h3 {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-family: var(--ldh-serif);
	font-size: clamp(2rem, 3.2vw, 3.5rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.98;
	text-wrap: balance;
}

.service-map__outside-copy {
	max-width: 40rem;
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.88rem;
	line-height: 1.7;
}

.service-map__outside-copy > :first-child { margin-top: 0; }
.service-map__outside-copy > :last-child { margin-bottom: 0; }

.service-map__outside-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-width: 17rem;
	padding: 1.1rem 1.2rem;
	border: 1px solid var(--map-gold);
	background: var(--map-gold);
	color: #fff;
	font-size: 0.61rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: background 250ms ease, border-color 250ms ease, color 250ms ease, transform 250ms ease;
}

.service-map__outside-link span:last-child {
	font-size: 1rem;
}

.service-map__outside-link:hover,
.service-map__outside-link:focus-visible {
	border-color: #f3efe6;
	background: #f3efe6;
	color: var(--map-navy);
	transform: translateY(-0.12rem);
}

.service-map__noscript {
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.7);
}

@keyframes service-map-draw {
	to { stroke-dashoffset: 0; }
}

@keyframes service-map-sweep {
	from { transform: translateY(0); }
	to { transform: translateY(480%); }
}

@keyframes service-map-detail-in {
	from { opacity: 0; transform: translate3d(0, 0.8rem, 0); }
	to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media (max-width: 1221px) {
	.service-map__header {
		grid-template-columns: 5rem minmax(0, 1fr);
	}

	.service-map__intro {
		grid-column: 2;
	}

	.service-map__explorer {
		grid-template-columns: 13rem minmax(0, 1fr);
	}

	.service-map__visual {
		grid-template-rows: auto minmax(0, 1fr) auto auto;
	}

	.service-map__details {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.service-map__detail {
		padding: clamp(1.5rem, 3vw, 2.25rem);
		border: 0;
		background: rgba(5, 12, 24, 0.72);
		box-shadow: none;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.service-map__outside {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.service-map__outside-index {
		display: none;
	}
}

@media (max-width: 900px) {
	.service-map__header {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.service-map__chapter,
	.service-map__intro {
		grid-column: auto;
	}

	.service-map__chapter {
		display: none;
	}

	.service-map__explorer {
		display: flex;
		flex-direction: column;
	}

	.service-map__locations {
		order: 2;
		display: flex;
		overflow-x: auto;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-right: 0;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	.service-map__location {
		flex: 0 0 13rem;
		min-height: 5rem;
		border-right: 1px solid rgba(255, 255, 255, 0.08);
		border-bottom: 0;
		scroll-snap-align: start;
	}

	.service-map__location::before {
		inset: auto 0 0;
		width: 100%;
		height: 2px;
		transform: scaleX(0);
	}

	.service-map__location.is-active::before {
		transform: scaleX(1);
	}

	.service-map__visual {
		order: 1;
	}

	.service-map__outside {
		grid-template-columns: 1fr;
	}

	.service-map__outside-link {
		width: min(100%, 22rem);
	}

	.service-map__canvas {
		min-height: 44rem;
	}
}

@media (max-width: 640px) {
	.service-map {
		padding: 0 0 6rem;
	}

	.service-map__shell {
		width: min(calc(100% - 2.5rem), 40rem);
	}

	.service-map__heading h2 {
		font-size: clamp(2.2rem, 10.2vw, 3.4rem);
	}

	.service-map__intro {
		padding-left: 1rem;
		font-size: 0.94rem;
	}

	.service-map__explorer {
		min-height: 0;
	}

	.service-map__mobile-picker {
		display: grid;
		order: 1;
		gap: 0.65rem;
		padding: 1.1rem 1.2rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		background: rgba(5, 12, 24, 0.94);
	}

	.service-map__mobile-picker label {
		color: var(--map-gold-light);
		font-size: 0.56rem;
		font-weight: 600;
		letter-spacing: 0.16em;
		line-height: 1.4;
		text-transform: uppercase;
	}

	.service-map__mobile-select-wrap {
		position: relative;
	}

	.service-map__mobile-select-wrap::after {
		position: absolute;
		top: 50%;
		right: 0.1rem;
		color: var(--map-gold-light);
		content: "⌄";
		font-size: 1.1rem;
		pointer-events: none;
		transform: translateY(-58%);
	}

	.service-map__mobile-picker select {
		width: 100%;
		padding: 0.35rem 2rem 0.45rem 0;
		border: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.28);
		border-radius: 0;
		appearance: none;
		background: transparent;
		color: #fff;
		font-family: var(--ldh-serif);
		font-size: 1.35rem;
		line-height: 1.3;
	}

	.service-map__mobile-picker select:focus-visible {
		border-bottom-color: var(--map-gold-light);
		outline: none;
	}

	.service-map__mobile-picker option {
		background: var(--map-navy);
		color: #fff;
	}

	.service-map__locations {
		display: none;
	}

	.service-map__visual {
		order: 2;
	}

	.service-map__coordinate--top span:nth-child(2),
	.service-map__coordinate--bottom span:nth-child(2) {
		display: none;
	}

	.service-map__coordinate--bottom {
		align-items: center;
	}

	.service-map__coordinate--bottom a {
		max-width: 13rem;
		text-align: right;
	}

	.service-map__canvas {
		min-height: 39rem;
	}

	.service-map__svg {
		top: -1rem;
		height: 78%;
	}

	.service-map__gulf {
		top: 39%;
		left: 2%;
	}

	.service-map__details {
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
	}

	.service-map__detail {
		padding: 1.3rem;
	}

	.service-map__detail-meta {
		margin-bottom: 1.15rem;
	}

	.service-map__detail h3 {
		font-size: 2.4rem;
	}

	.service-map__detail-copy {
		margin: 0.8rem 0 1rem;
		font-size: 0.8rem;
		line-height: 1.58;
	}

	.service-map__outside {
		gap: 1.5rem;
		padding: 1.5rem;
	}

	.service-map__outside h3 {
		font-size: 2.35rem;
	}

	.service-map__outside-link {
		width: 100%;
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.js .service-map__chapter,
	.js .service-map__heading,
	.js .service-map__intro,
	.js .service-map__locations,
	.js .service-map__visual,
	.js .service-map__outside {
		opacity: 1;
		clip-path: none;
		transform: none;
		transition: none;
	}

	.service-map__sweep,
	.service-map__territory-shape,
	.service-map__detail.is-active {
		animation: none;
	}

	.service-map__territory-shape {
		stroke-dashoffset: 0;
		transition: none;
	}

	.service-map__outside-link {
		transition: none;
	}
}


/* Source: assets/css/pages/home/homeowner-reviews.css */
/* Homepage homeowner reviews. WP Social Ninja stays responsible for review data only. */
.ldh-home-reviews {
	position: relative;
	overflow: hidden;
	padding: clamp(4.5rem, 7vw, 7rem) var(--ldh-gutter) clamp(4.5rem, 7vw, 7rem);
	background:
		radial-gradient(circle at 84% 4%, rgba(176, 142, 77, 0.11), transparent 28rem),
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		var(--home-navy);
	background-size: auto, 7rem 7rem, 7rem 7rem, auto;
	color: #fff;
}

.ldh-home-reviews::before {
	position: absolute;
	top: clamp(-15rem, -10vw, -8rem);
	right: clamp(-13rem, -8vw, -5rem);
	width: clamp(24rem, 38vw, 42rem);
	aspect-ratio: 1;
	border: 1px solid rgba(176, 142, 77, 0.13);
	border-radius: 50%;
	box-shadow: inset 0 0 0 7rem rgba(5, 12, 24, 0.14);
	content: "";
	pointer-events: none;
}

.ldh-home-reviews__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1540px);
	margin-inline: auto;
}

.ldh-home-reviews__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(24rem, 0.85fr);
	align-items: end;
	gap: clamp(3rem, 8vw, 9rem);
	margin-bottom: clamp(4rem, 7vw, 7rem);
}

.ldh-home-reviews .ldh-home-kicker {
	margin-bottom: 1.4rem;
	color: #c9ad76;
}

.ldh-home-reviews__heading h2 {
	max-width: 12ch;
	margin: 0;
	font-family: var(--ldh-display);
	font-size: clamp(2.2rem, 3.65vw, 4.2rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.98;
	text-wrap: balance;
}

.ldh-home-reviews__heading h2 em {
	color: #c9ad76;
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.045em;
}

.ldh-home-reviews__intro {
	max-width: 38rem;
	color: rgba(255, 255, 255, 0.64);
}

.ldh-home-reviews__rule {
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 2rem;
	background: linear-gradient(90deg, #c9ad76 0 4.5rem, rgba(255, 255, 255, 0.17) 4.5rem);
}

.ldh-home-reviews__intro-copy {
	margin: 0;
	font-size: clamp(1rem, 0.94rem + 0.22vw, 1.14rem);
	line-height: 1.75;
}

.ldh-home-reviews__intro-copy > :first-child { margin-top: 0; }
.ldh-home-reviews__intro-copy > :last-child { margin-bottom: 0; }

.ldh-home-reviews__source {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin-top: 1.6rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.63rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ldh-home-reviews__google {
	display: grid;
	place-items: center;
	width: 1.75rem;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

/* Keep plugin output contained, then replace its visual presentation. */
.ldh-home-reviews__feed {
	--ldh-review-border: rgba(255, 255, 255, 0.14);
	width: 100%;
}

.ldh-home-reviews__preview-note {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.59rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ldh-home-reviews__preview-note > span {
	width: 0.45rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #c9ad76;
}

.ldh-home-reviews__feed .wpsr-reviews-wrapper,
.ldh-home-reviews__feed .wpsr-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.ldh-home-reviews__feed .wpsr-business-info-wrapper {
	display: none !important;
}

.ldh-home-reviews__feed .wpsr-all-reviews,
.ldh-home-reviews__feed .wpsr-all-reviews.wpsr-row {
	display: flex !important;
	align-items: flex-start !important;
	flex-wrap: nowrap !important;
	gap: 1px !important;
	margin: 0 !important;
	padding: 1px !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	background: transparent !important;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.ldh-home-reviews__feed .wpsr-all-reviews::-webkit-scrollbar {
	display: none;
}

.ldh-home-reviews__feed .wpsr-all-reviews > [class*="wpsr-col"] {
	display: block !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: calc((100% - 2px) / 3) !important;
	max-width: calc((100% - 2px) / 3) !important;
	margin: 0 !important;
	padding: 0 !important;
	border-left: 1px solid var(--ldh-review-border);
	background: transparent;
	transform: none !important;
	flex: 0 0 calc((100% - 2px) / 3) !important;
	scroll-snap-align: start;
}

.ldh-home-reviews__feed .wpsr-all-reviews > [class*="wpsr-col"]:last-child {
	border-right: 1px solid var(--ldh-review-border);
}

.ldh-home-reviews__feed .wpsr-review-template {
	position: relative !important;
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) auto;
	grid-template-rows: auto 1fr;
	align-items: center !important;
	column-gap: 1rem !important;
	width: 100% !important;
	height: auto !important;
	min-height: clamp(19rem, 23vw, 23rem) !important;
	margin: 0 !important;
	padding: clamp(1.6rem, 2.4vw, 2.5rem) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: rgba(255, 255, 255, 0.015) !important;
	transition: background-color 350ms ease, transform 450ms cubic-bezier(.2,.7,.2,1) !important;
}

.ldh-home-reviews__feed .wpsr-review-template:hover {
	background: rgba(255, 255, 255, 0.055) !important;
}

.ldh-home-reviews__feed .wpsr-reviewer-image {
	grid-area: 1 / 1;
	position: relative !important;
	top: auto !important;
	align-self: start !important;
	width: 3rem !important;
	height: 3rem !important;
	min-width: 3rem !important;
	margin: 0 !important;
	overflow: visible !important;
	transform: none !important;
}

.ldh-home-reviews__feed .wpsr-reviewer-image img,
.ldh-home-reviews__feed .wpsr-reviewer-avatar,
.ldh-home-reviews__feed .ldh-home-review__avatar {
	display: block;
	position: static !important;
	width: 3rem !important;
	height: 3rem !important;
	margin: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.22) !important;
	border-radius: 50% !important;
	object-fit: cover;
	object-position: center 20%;
	transform: none !important;
	filter: grayscale(1) contrast(0.94);
}

.ldh-home-reviews__feed .ldh-home-review__avatar {
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--ldh-serif);
	font-size: 0.82rem;
	filter: none;
}

.ldh-home-reviews__feed .wpsr-review-info {
	grid-area: 1 / 2;
	display: flex !important;
	min-width: 0;
	margin: 0 !important;
	flex-direction: column;
	align-items: flex-start !important;
	justify-content: center;
}

.ldh-home-reviews__feed .wpsr-reviewer-name-url,
.ldh-home-reviews__feed .wpsr-reviewer-name {
	color: #fff !important;
	font-family: var(--ldh-serif) !important;
	font-size: 1.08rem !important;
	font-weight: 400 !important;
	letter-spacing: -0.02em !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
}

.ldh-home-reviews__feed .wpsr-review-platform {
	grid-area: 1 / 3;
	position: static !important;
	align-self: start;
	margin: 0 !important;
	padding: 0 !important;
}

.ldh-home-reviews__feed .wpsr-review-platform img {
	display: block;
	width: 1.35rem !important;
	height: 1.35rem !important;
	max-height: none !important;
	margin: 0 !important;
	object-fit: contain;
}

.ldh-home-reviews__feed .ldh-home-review__platform {
	display: grid;
	place-items: center;
	width: 1.35rem;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.6rem;
	font-weight: 600;
}

.ldh-home-reviews__feed .wpsr-rating-wrapper {
	margin: 0.36rem 0 0 !important;
	line-height: 1 !important;
}

.ldh-home-reviews__feed .wpsr-rating,
.ldh-home-reviews__feed .wpsr-rating-wrapper {
	display: flex !important;
	align-items: center;
	gap: 0.08rem;
}

.ldh-home-reviews__feed .wpsr-star-container,
.ldh-home-reviews__feed .wpsr-star {
	width: 0.78rem !important;
	height: 0.78rem !important;
	margin: 0 !important;
}

.ldh-home-reviews__feed .wpsr-star-filled svg path,
.ldh-home-reviews__feed .wpsr-star svg path {
	fill: #c9ad76 !important;
}

.ldh-home-reviews__feed .ldh-home-review__stars {
	color: #c9ad76;
	font-size: 0.86rem;
	letter-spacing: 0.05em;
}

.ldh-home-reviews__feed .wpsr-review-date {
	margin-top: 0.45rem !important;
	color: rgba(255, 255, 255, 0.42) !important;
	font-size: 0.58rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.1em !important;
	line-height: 1.3 !important;
	text-transform: uppercase;
}

.ldh-home-reviews__feed .wpsr-reviews-content-footer {
	display: contents !important;
}

.ldh-home-reviews__feed .wpsr-review-title,
.ldh-home-reviews__feed .wpsr-review-content {
	grid-column: 1 / -1;
}

.ldh-home-reviews__feed .wpsr-review-title {
	align-self: end;
	margin: 1.5rem 0 0.65rem !important;
	color: #fff !important;
	font-family: var(--ldh-serif) !important;
	font-size: 1.3rem !important;
	font-weight: 400 !important;
}

.ldh-home-reviews__feed .wpsr-review-content {
	position: relative;
	align-self: start;
	margin: 1.35rem 0 0 !important;
	padding-top: 1.35rem !important;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	outline: none;
	text-align: left !important;
}

.ldh-home-reviews__feed .wpsr-review-title + .wpsr-review-content {
	margin-top: 0.85rem !important;
}

.ldh-home-reviews__feed .wpsr-review-content p {
	position: relative;
	z-index: 1;
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.8) !important;
	font-family: var(--ldh-serif) !important;
	font-size: clamp(0.98rem, 0.9rem + 0.18vw, 1.12rem) !important;
	font-weight: 400 !important;
	letter-spacing: 0.005em !important;
	line-height: 1.62 !important;
	text-align: left !important;
}

.ldh-home-reviews__feed .wpsr-review-content.is-collapsible:not(.is-expanded) p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-clamp: 5;
}

.ldh-home-reviews__feed .ldh-review-read-more {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	width: fit-content;
	margin: 1rem 0 0 auto;
	padding: 0 0 0.2rem;
	border: 0;
	border-bottom: 1px solid rgba(201, 173, 118, 0.52);
	background: transparent;
	box-shadow: none;
	color: #c9ad76;
	cursor: pointer;
	font-family: var(--ldh-display);
	font-size: 0.64rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 1.4;
	text-transform: uppercase;
	transition: border-color 200ms ease, color 200ms ease;
}

.ldh-home-reviews__feed .ldh-review-read-more::after {
	content: "+";
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 0.8;
}

.ldh-home-reviews__feed .wpsr-review-content.is-expanded .ldh-review-read-more::after {
	content: "−";
}

.ldh-home-reviews__feed .ldh-review-read-more:hover,
.ldh-home-reviews__feed .ldh-review-read-more:focus-visible {
	border-color: #fff;
	color: #fff;
	outline: none;
}

.ldh-home-reviews__feed .wpsr_add_read_more .wpsr_read_more,
.ldh-home-reviews__feed .wpsr_add_read_more .wpsr_read_less,
.ldh-home-reviews__feed .wpsr_read_more,
.ldh-home-reviews__feed .wpsr_read_less {
	color: #c9ad76 !important;
	font-family: var(--ldh-display) !important;
	font-size: 0.64rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase;
}

.ldh-home-reviews__feed .wpsr-reviews-loadmore {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-width: 12rem;
	margin: 3rem auto 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	border-radius: 999px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
	transition: border-color 250ms ease, background-color 250ms ease, color 250ms ease !important;
}

.ldh-home-reviews__feed .wpsr-reviews-loadmore span {
	display: block;
	padding: 0.9rem 1.6rem !important;
	background: transparent !important;
	color: inherit !important;
	font-size: 0.64rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.13em !important;
	text-transform: uppercase;
}

.ldh-home-reviews__feed .wpsr-reviews-loadmore:hover,
.ldh-home-reviews__feed .wpsr-reviews-loadmore:focus-visible {
	border-color: #c9ad76 !important;
	background: #c9ad76 !important;
	color: var(--home-navy) !important;
	outline: none;
}

.ldh-home-reviews__feed .wpsr_frontend_errors {
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.72);
}

.ldh-home-reviews__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin: 3rem 0 0;
}

.ldh-home-reviews__controls[hidden] {
	display: none !important;
}

.ldh-home-reviews__position {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.44);
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.13em;
}

.ldh-home-reviews__position > span:first-child {
	color: #fff;
}

.ldh-home-reviews__position i {
	display: block;
	width: clamp(3rem, 6vw, 6rem);
	height: 1px;
	background: rgba(255, 255, 255, 0.18);
}

.ldh-home-reviews__arrows {
	display: flex;
	gap: 0.65rem;
}

.ldh-home-reviews__arrows button {
	display: grid;
	place-items: center;
	width: 3.4rem;
	aspect-ratio: 1;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	transition: border-color 250ms ease, background-color 250ms ease, color 250ms ease, opacity 250ms ease;
}

.ldh-home-reviews__arrows button:hover,
.ldh-home-reviews__arrows button:focus-visible {
	border-color: #c9ad76;
	background: #c9ad76;
	color: var(--home-navy);
	outline: none;
}

.ldh-home-reviews__arrows button:disabled {
	opacity: 0.28;
	cursor: default;
	pointer-events: none;
}

@media (max-width: 1100px) {
	.ldh-home-reviews__feed .wpsr-all-reviews > [class*="wpsr-col"] {
		width: calc((100% - 1px) / 2) !important;
		max-width: calc((100% - 1px) / 2) !important;
		flex-basis: calc((100% - 1px) / 2) !important;
	}
}

@media (max-width: 820px) {
	.ldh-home-reviews__heading {
		grid-template-columns: 1fr;
		gap: 2.75rem;
	}

	.ldh-home-reviews__intro {
		max-width: 36rem;
	}
}

@media (max-width: 640px) {
	.ldh-home-reviews {
		padding-inline: 1rem;
	}

	.ldh-home-reviews__heading h2 {
		font-size: clamp(2rem, 8vw, 3.05rem);
	}

	.ldh-home-reviews__feed .wpsr-all-reviews > [class*="wpsr-col"] {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}

	.ldh-home-reviews__feed .wpsr-review-template {
		min-height: 19rem !important;
		padding: 1.5rem !important;
	}

	.ldh-home-reviews__feed .wpsr-review-content p {
		font-size: 1rem !important;
	}

	.ldh-home-reviews__arrows button {
		width: 3rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ldh-home-reviews__feed .wpsr-review-template,
	.ldh-home-reviews__feed .wpsr-reviews-loadmore,
	.ldh-home-reviews__arrows button {
		transition: none !important;
	}

	.ldh-home-reviews__feed .wpsr-all-reviews,
	.ldh-home-reviews__feed .wpsr-all-reviews.wpsr-row {
		scroll-behavior: auto;
	}
}


/* Source: assets/css/pages/home/insights.css */
/* Homepage Insights. Entire article cards act as the calls to action. */
.ldh-home-insights {
	position: relative;
	overflow: hidden;
	padding: clamp(7rem, 10vw, 10.5rem) var(--ldh-gutter) clamp(8rem, 11vw, 11rem);
	background: #f1f2f4;
	color: var(--home-navy);
}

.ldh-home-insights::before {
	position: absolute;
	top: -18rem;
	right: -14rem;
	width: 38rem;
	aspect-ratio: 1;
	border: 1px solid rgba(5, 12, 24, 0.07);
	border-radius: 50%;
	box-shadow: inset 0 0 0 8rem rgba(255, 255, 255, 0.2);
	content: "";
	pointer-events: none;
}

.ldh-home-insights__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1540px);
	margin-inline: auto;
}

.ldh-home-insights__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.55fr);
	align-items: end;
	gap: clamp(3rem, 8vw, 9rem);
	margin-bottom: clamp(3.5rem, 6vw, 6rem);
}

.ldh-home-insights .ldh-home-kicker {
	margin-bottom: 1.4rem;
	color: #8b6d36;
}

.ldh-home-insights__heading h2 {
	max-width: 12ch;
	margin: 0;
	font-family: var(--ldh-display);
	font-size: clamp(2.2rem, 3.65vw, 4.1rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.98;
	text-wrap: balance;
}

.ldh-home-insights__heading h2 em {
	color: #9b7a3e;
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.045em;
}

.ldh-home-insights__intro {
	max-width: 31rem;
	margin: 0;
	padding-top: 2rem;
	border-top: 1px solid rgba(5, 12, 24, 0.18);
	color: rgba(5, 12, 24, 0.64);
	font-size: clamp(1rem, 0.94rem + 0.22vw, 1.14rem);
	line-height: 1.75;
}

.ldh-home-insights__intro > :first-child { margin-top: 0; }
.ldh-home-insights__intro > :last-child { margin-bottom: 0; }

.ldh-home-insights__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.72fr) minmax(20rem, 0.88fr);
	grid-template-rows: repeat(2, minmax(15rem, 1fr));
	gap: 1rem;
}

.ldh-home-insights__article {
	position: relative;
	min-height: 17rem;
	overflow: hidden;
	background: var(--home-navy);
}

.ldh-home-insights__article--featured {
	grid-row: 1 / span 2;
	min-height: clamp(32rem, 44vw, 41rem);
}

.ldh-home-insights__article > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

.ldh-home-insights__media,
.ldh-home-insights__media img,
.ldh-home-insights__shade {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.ldh-home-insights__media img {
	object-fit: cover;
	transform: scale(1.002);
	transition: transform 800ms cubic-bezier(.2,.7,.2,1), filter 500ms ease;
}

.ldh-home-insights__article:not(.ldh-home-insights__article--featured) .ldh-home-insights__media img {
	object-position: center 56%;
}

.ldh-home-insights__shade {
	background:
		linear-gradient(180deg, rgba(5, 12, 24, 0.48) 0%, rgba(5, 12, 24, 0.05) 40%, rgba(5, 12, 24, 0.94) 100%),
		linear-gradient(90deg, rgba(5, 12, 24, 0.28), transparent 60%);
	transition: background-color 400ms ease;
}

.ldh-home-insights__topline {
	position: absolute;
	top: clamp(1.25rem, 1.8vw, 1.8rem);
	left: clamp(1.25rem, 2vw, 2rem);
	right: clamp(1.25rem, 2vw, 2rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.ldh-home-insights__topline > span:first-child {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.35rem 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	background: rgba(5, 12, 24, 0.2);
	backdrop-filter: blur(8px);
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.ldh-home-insights__arrow {
	display: grid;
	place-items: center;
	width: 2.65rem;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 50%;
	background: rgba(5, 12, 24, 0.16);
	backdrop-filter: blur(8px);
	font-size: 1rem;
	transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease, transform 300ms ease;
}

.ldh-home-insights__content {
	position: absolute;
	right: clamp(1.35rem, 2.4vw, 2.6rem);
	bottom: clamp(1.4rem, 2.4vw, 2.6rem);
	left: clamp(1.35rem, 2.4vw, 2.6rem);
}

.ldh-home-insights__article--featured .ldh-home-insights__content {
	max-width: 48rem;
}

.ldh-home-insights__meta {
	margin: 0 0 0.85rem;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.61rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ldh-home-insights__content h3 {
	max-width: 21ch;
	margin: 0;
	font-family: var(--ldh-serif);
	font-size: clamp(1.7rem, 1.25rem + 1.1vw, 2.8rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.08;
	text-wrap: balance;
}

.ldh-home-insights__article:not(.ldh-home-insights__article--featured) .ldh-home-insights__content h3 {
	font-size: clamp(1.45rem, 1.1rem + 0.7vw, 2rem);
}

.ldh-home-insights__excerpt {
	max-width: 45rem;
	max-height: 0;
	margin: 0;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.96rem;
	line-height: 1.65;
	opacity: 0;
	transform: translateY(0.75rem);
	transition: max-height 450ms ease, margin-top 350ms ease, opacity 350ms ease, transform 450ms ease;
}

.ldh-home-insights__read-more {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin-top: 1.25rem;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.42);
	color: #fff;
	font-size: 0.63rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: border-color 250ms ease, color 250ms ease;
}

.ldh-home-insights__read-more i {
	font-size: 0.9rem;
	font-style: normal;
	letter-spacing: 0;
	transition: transform 300ms ease;
}

.ldh-home-insights__article:hover .ldh-home-insights__media img,
.ldh-home-insights__article:focus-within .ldh-home-insights__media img {
	filter: saturate(0.9);
	transform: scale(1.055);
}

.ldh-home-insights__article:hover .ldh-home-insights__arrow,
.ldh-home-insights__article:focus-within .ldh-home-insights__arrow {
	border-color: #c9ad76;
	background: #c9ad76;
	color: var(--home-navy);
	transform: rotate(45deg);
}

.ldh-home-insights__article:hover .ldh-home-insights__excerpt,
.ldh-home-insights__article:focus-within .ldh-home-insights__excerpt {
	max-height: 8rem;
	margin-top: 1rem;
	opacity: 1;
	transform: translateY(0);
}

.ldh-home-insights__article:hover .ldh-home-insights__read-more,
.ldh-home-insights__article:focus-within .ldh-home-insights__read-more {
	border-color: #c9ad76;
	color: #e1c58e;
}

.ldh-home-insights__article:hover .ldh-home-insights__read-more i,
.ldh-home-insights__article:focus-within .ldh-home-insights__read-more i {
	transform: translateX(0.35rem);
}

.ldh-home-insights__article a:focus-visible {
	outline: 2px solid #c9ad76;
	outline-offset: -4px;
}

@media (max-width: 1050px) {
	.ldh-home-insights__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
	}

	.ldh-home-insights__article--featured {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 33rem;
	}

	.ldh-home-insights__article:not(.ldh-home-insights__article--featured) {
		min-height: 25rem;
	}
}

@media (max-width: 820px) {
	.ldh-home-insights__heading {
		grid-template-columns: 1fr;
		gap: 2.75rem;
	}

	.ldh-home-insights__intro {
		max-width: 38rem;
	}
}

@media (max-width: 680px) {
	.ldh-home-insights {
		padding-inline: 1rem;
	}

	.ldh-home-insights__heading h2 {
		font-size: clamp(2rem, 8vw, 3.05rem);
	}

	.ldh-home-insights__grid {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.ldh-home-insights__article--featured,
	.ldh-home-insights__article:not(.ldh-home-insights__article--featured) {
		grid-column: auto;
		min-height: 27rem;
	}

	.ldh-home-insights__excerpt {
		max-height: none;
		margin-top: 0.9rem;
		opacity: 1;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ldh-home-insights__media img,
	.ldh-home-insights__arrow,
	.ldh-home-insights__excerpt,
	.ldh-home-insights__read-more,
	.ldh-home-insights__read-more i {
		transition: none;
	}
}


/* Source: assets/css/pages/home/instagram.css */
/* Homepage Instagram gallery. */
.ldh-home-instagram {
	padding: clamp(1rem, 1.5vw, 1.5rem) var(--ldh-gutter) clamp(7rem, 10vw, 10rem);
	background: #f1f2f4;
	color: var(--home-navy);
}

.ldh-home-instagram__inner {
	width: min(100%, 1540px);
	margin-inline: auto;
}

.ldh-home-instagram__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: repeat(2, clamp(14rem, 22vw, 22rem));
	gap: 0.55rem;
}

.ldh-home-instagram__post {
	position: relative;
	display: block;
	overflow: hidden;
	background: #d9dadd;
	color: #fff;
	text-decoration: none;
}

.ldh-home-instagram__post--1 {
	grid-area: 1 / 1 / 3 / 5;
}

.ldh-home-instagram__post--2 {
	grid-area: 1 / 5 / 2 / 9;
}

.ldh-home-instagram__post--3 {
	grid-area: 1 / 9 / 2 / 13;
}

.ldh-home-instagram__post--4 {
	grid-area: 2 / 5 / 3 / 8;
}

.ldh-home-instagram__post--5 {
	grid-area: 2 / 8 / 3 / 10;
}

.ldh-home-instagram__post--6 {
	grid-area: 2 / 10 / 3 / 13;
}

.ldh-home-instagram__post img,
.ldh-home-instagram__overlay {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.ldh-home-instagram__post img {
	object-fit: cover;
	transform: scale(1.002);
	transition: transform 700ms cubic-bezier(.2,.7,.2,1), filter 450ms ease;
}

.ldh-home-instagram__post--1 img {
	object-position: 54% center;
}

.ldh-home-instagram__post--3 img {
	object-position: center 60%;
}

.ldh-home-instagram__post--5 img {
	object-position: 60% center;
}

.ldh-home-instagram__overlay {
	background: linear-gradient(180deg, transparent 45%, rgba(5, 12, 24, 0.74) 100%);
	opacity: 0.52;
	transition: opacity 350ms ease, background-color 350ms ease;
}

.ldh-home-instagram__caption {
	position: absolute;
	right: clamp(1rem, 2vw, 1.8rem);
	bottom: clamp(1rem, 2vw, 1.8rem);
	left: clamp(1rem, 2vw, 1.8rem);
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-family: var(--ldh-serif);
	font-size: clamp(1rem, 0.85rem + 0.4vw, 1.35rem);
	letter-spacing: -0.025em;
	line-height: 1.2;
	opacity: 0;
	transform: translateY(0.8rem);
	transition: opacity 350ms ease, transform 450ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-instagram__caption small {
	color: #d9bd86;
	font-family: var(--ldh-display);
	font-size: 0.55rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.ldh-home-instagram__post-arrow {
	position: absolute;
	top: clamp(0.85rem, 1.5vw, 1.35rem);
	right: clamp(0.85rem, 1.5vw, 1.35rem);
	display: grid;
	place-items: center;
	width: 2.75rem;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	background: rgba(5, 12, 24, 0.14);
	backdrop-filter: blur(8px);
	font-size: 0.9rem;
	opacity: 0;
	transform: translateY(-0.5rem);
	transition: opacity 300ms ease, transform 350ms ease, background-color 250ms ease, color 250ms ease;
}

.ldh-home-instagram__post:hover img,
.ldh-home-instagram__post:focus-visible img {
	filter: saturate(0.86);
	transform: scale(1.055);
}

.ldh-home-instagram__post:hover .ldh-home-instagram__overlay,
.ldh-home-instagram__post:focus-visible .ldh-home-instagram__overlay {
	background-color: rgba(5, 12, 24, 0.18);
	opacity: 1;
}

.ldh-home-instagram__post:hover .ldh-home-instagram__caption,
.ldh-home-instagram__post:focus-visible .ldh-home-instagram__caption,
.ldh-home-instagram__post:hover .ldh-home-instagram__post-arrow,
.ldh-home-instagram__post:focus-visible .ldh-home-instagram__post-arrow {
	opacity: 1;
	transform: translateY(0);
}

.ldh-home-instagram__post:hover .ldh-home-instagram__post-arrow,
.ldh-home-instagram__post:focus-visible .ldh-home-instagram__post-arrow {
	background: #c9ad76;
	color: var(--home-navy);
}

.ldh-home-instagram__post:focus-visible {
	outline: 2px solid #9b7a3e;
	outline-offset: 3px;
}

.ldh-home-instagram__footer {
	display: grid;
	grid-template-columns: minmax(2rem, 1fr) auto minmax(2rem, 1fr);
	align-items: center;
	gap: clamp(1rem, 2.5vw, 2.5rem);
	margin-top: clamp(2.5rem, 4vw, 4rem);
}

.ldh-home-instagram__footer > span {
	height: 1px;
	background: rgba(5, 12, 24, 0.16);
}

.ldh-home-instagram__footer a {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.4rem 0;
	color: var(--home-navy);
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-decoration: none;
	text-transform: uppercase;
}

.ldh-home-instagram__footer a i {
	font-size: 0.9rem;
	font-style: normal;
	letter-spacing: 0;
	transition: transform 250ms ease;
}

.ldh-home-instagram__footer a:hover,
.ldh-home-instagram__footer a:focus-visible {
	color: #8b6d36;
	outline: none;
}

.ldh-home-instagram__footer a:hover i,
.ldh-home-instagram__footer a:focus-visible i {
	transform: translate(0.2rem, -0.2rem);
}

@media (max-width: 960px) {
	.ldh-home-instagram__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(3, minmax(21rem, 48vw));
	}

	.ldh-home-instagram__post--1,
	.ldh-home-instagram__post--2,
	.ldh-home-instagram__post--3,
	.ldh-home-instagram__post--4,
	.ldh-home-instagram__post--5,
	.ldh-home-instagram__post--6 {
		grid-area: auto;
	}

	.ldh-home-instagram__caption,
	.ldh-home-instagram__post-arrow {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 620px) {
	.ldh-home-instagram {
		padding-inline: 1rem;
	}

	.ldh-home-instagram__grid {
		display: flex;
		gap: 0.75rem;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.ldh-home-instagram__grid::-webkit-scrollbar {
		display: none;
	}

	.ldh-home-instagram__post {
		width: 82vw;
		max-width: 23rem;
		min-height: 29rem;
		flex: 0 0 82vw;
		scroll-snap-align: start;
	}

	.ldh-home-instagram__footer {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.ldh-home-instagram__footer > span {
		display: none;
	}

	.ldh-home-instagram__footer a {
		justify-content: center;
		width: 100%;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ldh-home-instagram__post img,
	.ldh-home-instagram__overlay,
	.ldh-home-instagram__caption,
	.ldh-home-instagram__post-arrow,
	.ldh-home-instagram__footer a i {
		transition: none;
	}
}


/* Source: assets/css/pages/home/faq.css */
/* Homepage FAQ. */
.ldh-home-faq {
	position: relative;
	overflow: hidden;
	padding: clamp(7rem, 10vw, 10rem) var(--ldh-gutter) clamp(8rem, 11vw, 11rem);
	background:
		linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
		var(--home-navy);
	background-size: 7rem 7rem, 7rem 7rem, auto;
	color: #fff;
}

.ldh-home-faq::before {
	position: absolute;
	top: -0.28em;
	left: -0.04em;
	color: rgba(255, 255, 255, 0.018);
	font-family: var(--ldh-display);
	font-size: clamp(14rem, 31vw, 36rem);
	font-weight: 600;
	letter-spacing: -0.11em;
	line-height: 0.8;
	content: "FAQ";
	pointer-events: none;
}

.ldh-home-faq__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(19rem, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(4rem, 10vw, 11rem);
	width: min(100%, 1540px);
	margin-inline: auto;
}

.ldh-home-faq__heading {
	position: sticky;
	top: 8rem;
}

.ldh-home-faq .ldh-home-kicker {
	margin-top: 0;
	margin-bottom: 1.4rem;
	color: #c9ad76;
	font-size: 0.66rem;
	font-weight: 500;
	letter-spacing: 0.19em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ldh-home-faq__heading h2 {
	max-width: 10ch;
	margin: 0;
	font-family: var(--ldh-serif);
	font-size: clamp(2.2rem, 3.45vw, 3.9rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.98;
	text-wrap: balance;
}

.ldh-home-faq__copy {
	max-width: 30rem;
	margin: 2rem 0 0;
	padding-top: 1.6rem;
	border-top: 1px solid rgba(255, 255, 255, 0.17);
	color: rgba(255, 255, 255, 0.58);
	font-size: 1rem;
	line-height: 1.75;
}

.ldh-home-faq__copy > :first-child { margin-top: 0; }
.ldh-home-faq__copy > :last-child { margin-bottom: 0; }

.ldh-home-faq__contact {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: 2rem;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid rgba(201, 173, 118, 0.55);
	color: #fff;
	font-size: 0.63rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-decoration: none;
	text-transform: uppercase;
}

.ldh-home-faq__contact span {
	color: #c9ad76;
	font-size: 0.9rem;
	letter-spacing: 0;
	transition: transform 250ms ease;
}

.ldh-home-faq__contact:hover span,
.ldh-home-faq__contact:focus-visible span {
	transform: translate(0.2rem, -0.2rem);
}

.ldh-home-faq__contact:focus-visible {
	outline: 1px solid #c9ad76;
	outline-offset: 0.5rem;
}

.ldh-home-faq__list {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ldh-home-faq__item {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	transition: background-color 350ms ease;
}

.ldh-home-faq__item::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background: #c9ad76;
	content: "";
	opacity: 0;
	transform: scaleY(0.35);
	transform-origin: top;
	transition: opacity 300ms ease, transform 450ms cubic-bezier(.2,.7,.2,1);
}

.ldh-home-faq__item.is-open {
	background: rgba(255, 255, 255, 0.035);
}

.ldh-home-faq__item.is-open::before {
	opacity: 1;
	transform: scaleY(1);
}

.ldh-home-faq__item h3 {
	margin: 0;
}

.ldh-home-faq__item button {
	display: grid;
	grid-template-columns: 3rem minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(1rem, 2vw, 2rem);
	width: 100%;
	padding: clamp(1.6rem, 2.8vw, 2.5rem) clamp(0.5rem, 1.8vw, 1.6rem);
	border: 0;
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: pointer;
}

.ldh-home-faq__number {
	color: #c9ad76;
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.ldh-home-faq__question {
	font-family: var(--ldh-serif);
	font-size: clamp(1.3rem, 1.05rem + 0.55vw, 1.75rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.ldh-home-faq__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 3rem;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	transition: border-color 300ms ease, background-color 300ms ease, transform 350ms ease;
}

.ldh-home-faq__icon::before,
.ldh-home-faq__icon::after {
	position: absolute;
	width: 0.8rem;
	height: 1px;
	background: #fff;
	content: "";
}

.ldh-home-faq__icon::after {
	transform: rotate(90deg);
}

.ldh-home-faq__item button:hover .ldh-home-faq__icon,
.ldh-home-faq__item button:focus-visible .ldh-home-faq__icon,
.ldh-home-faq__item.is-open .ldh-home-faq__icon {
	border-color: #c9ad76;
	background: #c9ad76;
}

.ldh-home-faq__item button:hover .ldh-home-faq__icon::before,
.ldh-home-faq__item button:hover .ldh-home-faq__icon::after,
.ldh-home-faq__item button:focus-visible .ldh-home-faq__icon::before,
.ldh-home-faq__item button:focus-visible .ldh-home-faq__icon::after,
.ldh-home-faq__item.is-open .ldh-home-faq__icon::before,
.ldh-home-faq__item.is-open .ldh-home-faq__icon::after {
	background: var(--home-navy);
}

.ldh-home-faq__item.is-open .ldh-home-faq__icon {
	transform: rotate(45deg);
}

.ldh-home-faq__item button:focus-visible {
	outline: 1px solid #c9ad76;
	outline-offset: -3px;
}

.ldh-home-faq__panel[hidden] {
	display: none;
}

.ldh-home-faq__panel:not([hidden]) {
	animation: ldh-faq-reveal 380ms cubic-bezier(.2,.7,.2,1) both;
}

.ldh-home-faq__answer {
	max-width: 50rem;
	padding: 0 clamp(4.5rem, 7vw, 6.5rem) clamp(2rem, 3vw, 3rem) clamp(4.5rem, 7vw, 6.5rem);
	color: rgba(255, 255, 255, 0.64);
	font-size: 1rem;
	line-height: 1.8;
}

.ldh-home-faq__answer p {
	margin: 0;
}

.ldh-home-faq__answer a {
	color: #d9bd86;
}

@keyframes ldh-faq-reveal {
	from {
		opacity: 0;
		transform: translateY(-0.5rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 980px) {
	.ldh-home-faq__inner {
		grid-template-columns: 1fr;
		gap: 4rem;
	}

	.ldh-home-faq__heading {
		position: static;
	}

	.ldh-home-faq__heading h2 {
		max-width: 13ch;
	}
}

@media (max-width: 620px) {
	.ldh-home-faq {
		padding-bottom: 0;
		padding-inline: 1rem;
	}

	.ldh-home-faq__item button {
		grid-template-columns: 2rem minmax(0, 1fr) auto;
		gap: 0.75rem;
		padding: 1.4rem 0.25rem;
	}

	.ldh-home-faq__icon {
		width: 2.5rem;
	}

	.ldh-home-faq__answer {
		padding: 0 0.5rem 1.75rem 3rem;
		font-size: 0.94rem;
		line-height: 1.72;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ldh-home-faq__item,
	.ldh-home-faq__item::before,
	.ldh-home-faq__icon,
	.ldh-home-faq__contact span {
		transition: none;
	}

	.ldh-home-faq__panel:not([hidden]) {
		animation: none;
	}
}


/* Source: assets/css/pages/home/final-cta.css */
/* Homepage final CTA and reusable contact form presentation. */
.ldh-home-final-cta {
	position: relative;
	overflow: hidden;
	background: var(--home-navy);
}

.ldh-home-final-cta::before {
	position: absolute;
	top: 50%;
	left: clamp(-15rem, -9vw, -6rem);
	width: clamp(34rem, 53vw, 58rem);
	aspect-ratio: 2 / 1;
	background: url("../images/logos/LDG_Icon_Navy.png") center / contain no-repeat;
	content: "";
	mix-blend-mode: screen;
	opacity: 0.42;
	pointer-events: none;
	transform: translateY(-50%);
}

.ldh-home-final-cta__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.77fr) minmax(34rem, 1fr);
	width: min(100%, 1540px);
	min-height: clamp(52rem, 68vw, 64rem);
	margin-inline: auto;
}

.ldh-home-final-cta__content {
	display: flex;
	padding: clamp(6rem, 9vw, 10rem) clamp(3rem, 6vw, 7rem) clamp(6rem, 9vw, 10rem) var(--ldh-gutter);
	color: #fff;
	flex-direction: column;
	justify-content: center;
}

.ldh-home-final-cta .ldh-home-kicker {
	margin-top: 0;
	margin-bottom: 1.5rem;
	color: #c9ad76;
	font-size: 0.66rem;
	font-weight: 500;
	letter-spacing: 0.19em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ldh-home-final-cta__content h2 {
	max-width: 9ch;
	margin: 0;
	font-family: var(--ldh-display);
	font-size: clamp(2.7rem, 3.95vw, 4.5rem);
	font-weight: 400;
	letter-spacing: -0.067em;
	line-height: 0.94;
	text-wrap: balance;
}

.ldh-home-final-cta__content h2 em {
	color: #d9bd86;
	font-family: var(--ldh-serif);
	font-weight: 400;
	letter-spacing: -0.052em;
}

.ldh-home-final-cta__copy {
	max-width: 32rem;
	margin: 2.25rem 0 0;
	padding-top: 1.7rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.62);
	font-size: clamp(1rem, 0.94rem + 0.2vw, 1.12rem);
	line-height: 1.8;
}

.ldh-home-final-cta__copy > :first-child { margin-top: 0; }
.ldh-home-final-cta__copy > :last-child { margin-bottom: 0; }

.ldh-home-final-cta__details {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	margin-top: 2.5rem;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.58rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ldh-home-final-cta__details span + span::before {
	display: inline-block;
	width: 0.25rem;
	aspect-ratio: 1;
	margin-right: 0.9rem;
	border-radius: 50%;
	background: #c9ad76;
	content: "";
	vertical-align: middle;
}

.ldh-contact-form {
	position: relative;
	display: flex;
	min-width: 0;
	padding: clamp(5rem, 8vw, 9rem) clamp(2.5rem, 5vw, 6rem);
	background: var(--home-navy);
	border-left: 1px solid rgba(255, 255, 255, 0.13);
	color: #fff;
	flex-direction: column;
	justify-content: center;
}

.ldh-contact-form::before {
	position: absolute;
	top: clamp(2.5rem, 4vw, 4rem);
	left: clamp(2.5rem, 5vw, 6rem);
	width: clamp(4rem, 7vw, 7rem);
	height: 1px;
	background: #c9ad76;
	content: "";
}

.ldh-contact-form::after {
	position: absolute;
	right: clamp(2.5rem, 5vw, 6rem);
	bottom: clamp(2.5rem, 4vw, 4rem);
	width: 0.45rem;
	aspect-ratio: 1;
	border: 1px solid rgba(201, 173, 118, 0.7);
	border-radius: 50%;
	content: "";
}

.ldh-contact-form--ghl {
	padding: clamp(2rem, 4vw, 4rem);
}

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

.ldh-contact-form__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 2rem;
	padding-bottom: clamp(2rem, 3vw, 3rem);
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ldh-contact-form__heading > p {
	grid-column: 1 / -1;
	margin: 0 0 -1rem;
	color: #c9ad76;
	font-size: 0.59rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ldh-contact-form__heading h3 {
	max-width: 15ch;
	margin: 0;
	font-family: var(--ldh-serif);
	font-size: clamp(2rem, 1.55rem + 1vw, 3rem);
	font-weight: 400;
	letter-spacing: -0.042em;
	line-height: 1.06;
}

.ldh-contact-form__heading::after {
	align-self: end;
	color: rgba(255, 255, 255, 0.34);
	font-family: var(--ldh-serif);
	font-size: 2rem;
	content: "↘";
}

.ldh-contact-form__notice {
	margin: 1.5rem 0 0;
	padding: 1rem 1.15rem;
	border-left: 2px solid #d1866f;
	background: rgba(209, 134, 111, 0.08);
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.86rem;
	line-height: 1.55;
}

.ldh-contact-form__notice--success {
	border-left-color: #a7b99c;
	background: rgba(167, 185, 156, 0.08);
}

.ldh-contact-form__notice strong {
	margin-right: 0.25rem;
	color: #fff;
}

.ldh-contact-form form {
	margin-top: 0.5rem;
}

.ldh-contact-form__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ldh-contact-form__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(1.4rem, 3vw, 2.7rem);
}

.ldh-contact-form__field {
	position: relative;
	margin: 0;
	padding: clamp(1.5rem, 2.5vw, 2rem) 0 0.85rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: border-color 250ms ease;
}

.ldh-contact-form__field--wide {
	grid-column: 1 / -1;
}

.ldh-contact-form__field label {
	display: block;
	margin-bottom: 0.65rem;
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.57rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: color 250ms ease;
}

.ldh-contact-form__field label span {
	color: #c9ad76;
}

.ldh-contact-form__field input,
.ldh-contact-form__field textarea {
	display: block;
	width: 100%;
	min-height: 2rem;
	margin: 0;
	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;
	outline: none;
	resize: vertical;
}

.ldh-contact-form__field textarea {
	min-height: 5.6rem;
}

.ldh-contact-form__field:focus-within {
	border-color: #c9ad76;
}

.ldh-contact-form__field:focus-within label {
	color: #d9bd86;
}

.ldh-contact-form__submit {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.72fr);
	align-items: end;
	gap: clamp(1.5rem, 3vw, 3rem);
	margin-top: clamp(2rem, 3.5vw, 3rem);
}

.ldh-contact-form__submit p {
	max-width: 21rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.38);
	font-size: 0.63rem;
	line-height: 1.6;
}

.ldh-contact-form__submit button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	width: 100%;
	min-height: 4rem;
	padding: 0.95rem 1.2rem 0.95rem 1.5rem;
	border: 1px solid #c9ad76;
	border-radius: 0;
	background: #c9ad76;
	box-shadow: none;
	color: var(--home-navy);
	cursor: pointer;
	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;
}

.ldh-contact-form__submit button i {
	font-size: 1.05rem;
	font-style: normal;
	letter-spacing: 0;
	transition: transform 250ms ease;
}

.ldh-contact-form__submit button:hover,
.ldh-contact-form__submit button:focus-visible {
	background: transparent;
	color: #fff;
	outline: none;
	transform: translateY(-2px);
}

.ldh-contact-form__submit button:hover i,
.ldh-contact-form__submit button:focus-visible i {
	transform: translateX(0.35rem);
}

@media (max-width: 1120px) {
	.ldh-home-final-cta {
		background: var(--home-navy);
	}

	.ldh-home-final-cta__inner {
		grid-template-columns: 1fr;
	}

	.ldh-home-final-cta::before {
		top: 21rem;
		left: -9rem;
		width: min(48rem, 92vw);
	}

	.ldh-home-final-cta__content {
		padding: clamp(6rem, 10vw, 9rem) var(--ldh-gutter);
	}

	.ldh-contact-form {
		border-top: 1px solid rgba(255, 255, 255, 0.13);
		border-left: 0;
		padding-inline: var(--ldh-gutter);
	}
}

@media (max-width: 660px) {
	.ldh-home-final-cta__content,
	.ldh-contact-form {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.ldh-home-final-cta__content h2 {
		max-width: 13ch;
		font-size: clamp(2.25rem, 9.45vw, 3.25rem);
	}

	.ldh-home-final-cta__details {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.7rem;
	}

	.ldh-home-final-cta__details span + span::before {
		display: none;
	}

	.ldh-contact-form__heading::after {
		display: none;
	}

	.ldh-contact-form__fields,
	.ldh-contact-form__submit {
		grid-template-columns: 1fr;
	}

	.ldh-contact-form__field--wide {
		grid-column: auto;
	}

	.ldh-contact-form__submit {
		align-items: stretch;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ldh-contact-form__field,
	.ldh-contact-form__field label,
	.ldh-contact-form__submit button,
	.ldh-contact-form__submit button i {
		transition: none;
	}
}


/* Source: assets/css/components/headings.css */
/* Final heading scale: loaded after every page stylesheet to prevent overrides. */
main h2 {
	font-size: clamp(1.85rem, 3vw, 3.65rem) !important;
}

main .editorial-card h2,
main .floor-plan-card__title,
main .resources-card__title,
main .article-related-card h2 {
	font-size: clamp(1.2rem, 1.65vw, 1.8rem) !important;
}

main .resources-card--featured .resources-card__title,
main .article-related__header h2,
main .floor-plans-page__empty-title {
	font-size: clamp(1.5rem, 2.2vw, 2.35rem) !important;
}

@media (max-width: 700px) {
	main h2 {
		font-size: clamp(1.75rem, 7.5vw, 2.7rem) !important;
	}

	main .editorial-card h2,
	main .floor-plan-card__title,
	main .resources-card__title,
	main .article-related-card h2 {
		font-size: clamp(1.2rem, 5.5vw, 1.65rem) !important;
	}
}

/* Playfair titles need more air than the compact Inter display system. */
.ldh-home-hero h1,
.about-hero__title,
.about-story__title,
.about-benefits__title,
.about-experience__title,
.about-backed__title,
.about-team__title,
.custom-homes-page .custom-homes-hero__title,
.custom-homes-page .custom-homes-fit__heading,
.custom-homes-page .custom-homes-build__heading,
.custom-homes-page .custom-homes-process__stripe-title,
.custom-homes-page .custom-homes-process__overview-title,
.financing-hero__title,
.floor-plans-page__title,
.floor-plans-page__cta-title,
.realtor-hero__title,
.realtor-rewards__title,
.realtor-why-ldg__title,
.realtor-program-flow__title,
.realtor-registration-section__title,
.resources-hero__title,
.resources-index__latest-head h2,
.service-map__heading h2,
.building-area__heading h2,
.where-we-build-page .custom-homes-hero__title,
.why-here__heading h2,
.ldh-home-faq__heading h2,
.why-here__statement p {
	letter-spacing: 0.005em !important;
	line-height: 1.08 !important;
}

.about-story__chapter h3,
.about-backed__benefit h3,
.about-benefits__card h3,
.building-area__panel h3,
.contact-inquiry__form-heading h3,
.custom-homes-page .custom-homes-build__card-title,
.custom-homes-page .custom-homes-comparison__card-title,
.custom-homes-page .custom-homes-positioning__pillar-title,
.custom-homes-page .custom-homes-process-step__title,
.custom-homes-page .custom-homes-trust__card-title,
.financing-loan-options__item-title,
.floor-plan-card__title,
.ldg-empty-page__title,
.ldh-contact-form__heading h3,
.ldh-home-collection h3,
.ldh-home-community h3,
.ldh-home-insights__content h3,
.ldh-home-journey__step h3,
.ldh-home-lifestyle__principle h3,
.ldh-home-path-card h3,
.ldh-home-reason h3,
.realtor-program-flow-step__title,
.realtor-why-ldg-card__title,
.resources-card__title,
.service-map__detail h3,
.service-map__outside h3,
.team-modal__title,
.why-here__note h3,
body.single-ldg_floor_plan .available-home-card__title,
body.single-ldg_floor_plan .available-home-single__viewing-form-heading h3 {
	letter-spacing: 0.008em !important;
	line-height: 1.12 !important;
}

.contact-page h1 em,
.contact-page h2 em,
.ldh-home-collections__heading h2 em,
.ldh-home-communities__heading h2 em,
.ldh-home-final-cta__content h2 em,
.ldh-home-insights__heading h2 em,
.ldh-home-journey__heading h2 em,
.ldh-home-lifestyle__title-panel h2 em,
.ldh-home-reasons__heading h2 em,
.ldh-home-reviews__heading h2 em,
.resources-index__heading h2 em {
	letter-spacing: 0.01em !important;
}

