.lafh {
	--lafh-ink: #171717;
	--lafh-muted: #6f6f73;
	--lafh-line: rgba(0, 0, 0, 0.1);
	--lafh-panel: rgba(255, 255, 255, 0.72);
	--lafh-soft: #f5f5f7;
	--lafh-warm: #fbf6ee;
	--lafh-sage: #e6eee8;
	--lafh-blush: #f4e5e1;
	--lafh-max: 1180px;
	color: var(--lafh-ink);
	background:
		linear-gradient(180deg, #fff 0%, var(--lafh-soft) 38%, #fff 100%);
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
	margin-inline: calc(50% - 50vw);
	min-height: 100vh;
	overflow: clip;
	width: 100vw;
}

.lafh-template {
	margin: 0;
	background: #fff;
}

.lafh-template .site,
.lafh-template #page,
.lafh-template .wp-site-blocks {
	margin: 0;
	max-width: none;
	padding: 0;
}

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

.lafh a {
	color: inherit;
	text-decoration: none;
}

.lafh__bar {
	align-items: center;
	backdrop-filter: blur(22px) saturate(180%);
	background: rgba(255, 255, 255, 0.78);
	border-bottom: 1px solid var(--lafh-line);
	display: grid;
	gap: 18px;
	grid-template-columns: auto 1fr auto;
	left: 0;
	min-height: 58px;
	padding: 10px clamp(18px, 4vw, 48px);
	position: sticky;
	right: 0;
	top: var(--wp-admin--admin-bar--height, 0);
	z-index: 20;
}

.lafh__brand {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	white-space: nowrap;
}

.lafh__nav {
	display: flex;
	gap: clamp(12px, 2vw, 26px);
	justify-content: center;
	overflow-x: auto;
	scrollbar-width: none;
	white-space: nowrap;
}

.lafh__nav::-webkit-scrollbar {
	display: none;
}

.lafh__nav a,
.lafh__join {
	color: rgba(23, 23, 23, 0.72);
	font-size: 13px;
	line-height: 1;
}

.lafh__join {
	background: #171717;
	border-radius: 999px;
	color: #fff;
	font-weight: 650;
	padding: 9px 15px;
}

.lafh__main {
	display: grid;
	gap: clamp(56px, 8vw, 112px);
	padding-bottom: clamp(58px, 8vw, 110px);
}

.lafh__hero {
	align-items: end;
	display: grid;
	min-height: min(820px, calc(100vh - 58px));
	position: relative;
}

.lafh__hero-image,
.lafh__hero .lafh__image-fallback {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.lafh__hero .lafh__image-fallback {
	background:
		radial-gradient(circle at 30% 22%, rgba(244, 229, 225, 0.95), transparent 34%),
		linear-gradient(135deg, var(--lafh-sage), var(--lafh-warm) 48%, #dfe8f4);
}

.lafh__hero-shade {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.08) 38%, rgba(0, 0, 0, 0.66) 100%);
	inset: 0;
	position: absolute;
}

.lafh__hero-content {
	color: #fff;
	margin-inline: auto;
	max-width: var(--lafh-max);
	padding: clamp(54px, 9vw, 112px) clamp(20px, 5vw, 52px);
	position: relative;
	width: 100%;
}

.lafh__hero h1 {
	font-size: clamp(46px, 8vw, 106px);
	font-weight: 760;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
	max-width: 980px;
}

.lafh__hero p:not(.lafh__eyebrow) {
	font-size: clamp(18px, 2.2vw, 25px);
	line-height: 1.35;
	margin: 20px 0 28px;
	max-width: 700px;
}

.lafh__eyebrow {
	color: currentColor;
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.12em;
	line-height: 1.3;
	margin: 0 0 13px;
	opacity: 0.72;
	text-transform: uppercase;
}

.lafh__button {
	align-items: center;
	background: #171717;
	border: 1px solid #171717;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 12px 22px;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.lafh__button:hover,
.lafh__button:focus-visible {
	transform: translateY(-1px);
}

.lafh__button--light {
	background: #fff;
	border-color: #fff;
	color: #171717;
}

.lafh__duo,
.lafh__section,
.lafh__letter {
	margin-inline: auto;
	max-width: var(--lafh-max);
	padding-inline: clamp(20px, 5vw, 52px);
	width: 100%;
}

.lafh__duo {
	align-items: end;
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

.lafh__duo-copy h2,
.lafh__section-head h2,
.lafh__letter h2 {
	font-size: clamp(34px, 5vw, 66px);
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.lafh__duo-copy p:not(.lafh__eyebrow),
.lafh__letter p:not(.lafh__eyebrow) {
	color: var(--lafh-muted);
	font-size: 18px;
	line-height: 1.55;
	margin: 18px 0 0;
	max-width: 520px;
}

.lafh__duo-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: 1.1fr 0.9fr;
}

.lafh-card {
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.lafh-card__media {
	background: var(--lafh-sage);
	display: block;
	overflow: hidden;
}

.lafh-card__image,
.lafh-card .lafh__image-fallback {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
}

.lafh-card .lafh__image-fallback {
	background:
		linear-gradient(135deg, var(--lafh-blush), var(--lafh-sage) 55%, #e9edf5);
}

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

.lafh-card__body {
	padding: clamp(18px, 2.7vw, 30px);
}

.lafh-card h3 {
	font-size: clamp(22px, 2.8vw, 34px);
	font-weight: 740;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.lafh-card p:not(.lafh__eyebrow) {
	color: var(--lafh-muted);
	font-size: 15px;
	line-height: 1.5;
	margin: 13px 0 0;
}

.lafh-card--quiet {
	background: #171717;
	color: #fff;
}

.lafh-card--quiet p:not(.lafh__eyebrow) {
	color: rgba(255, 255, 255, 0.72);
}

.lafh-card--compact h3,
.lafh-card--stacked h3 {
	font-size: clamp(20px, 2vw, 25px);
	line-height: 1.12;
}

.lafh__section {
	display: grid;
	gap: 24px;
}

.lafh__section-head {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.lafh__section-head a {
	color: #0066cc;
	font-size: 15px;
	font-weight: 650;
	white-space: nowrap;
}

.lafh__rail {
	display: grid;
	gap: 18px;
	grid-auto-columns: minmax(260px, 1fr);
	grid-auto-flow: column;
	overflow-x: auto;
	padding: 2px 2px 26px;
	scroll-snap-type: x proximity;
}

.lafh__rail .lafh-card {
	scroll-snap-align: start;
}

.lafh__cards {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lafh__letter {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.92)),
		linear-gradient(135deg, var(--lafh-warm), var(--lafh-sage));
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	padding-block: clamp(34px, 6vw, 72px);
}

.lafh-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 700ms ease, transform 700ms ease;
}

.lafh-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.lafh-reveal,
	.lafh-card__image,
	.lafh__button {
		transition: none;
	}

	.lafh-reveal {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 860px) {
	.lafh__bar {
		grid-template-columns: 1fr auto;
	}

	.lafh__nav {
		grid-column: 1 / -1;
		justify-content: start;
		order: 3;
	}

	.lafh__hero {
		min-height: 690px;
	}

	.lafh__duo,
	.lafh__duo-grid,
	.lafh__cards {
		grid-template-columns: 1fr;
	}

	.lafh__section-head,
	.lafh__letter {
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	.lafh__brand {
		font-size: 14px;
	}

	.lafh__hero {
		min-height: 620px;
	}

	.lafh__hero h1 {
		font-size: clamp(40px, 13vw, 58px);
	}

	.lafh__hero p:not(.lafh__eyebrow) {
		font-size: 17px;
	}

	.lafh__duo-copy h2,
	.lafh__section-head h2,
	.lafh__letter h2 {
		font-size: 34px;
	}
}
