/* Homepage — Who we are (light band under hero) */

body.home {
	padding-bottom: 0;
	scroll-padding-bottom: 0;
	--lh-kv-band-h: 5.6rem;
	--lh-kv-pattern-h: 6rem;
}

body.home #main > .alignfull,
body.home #main > .wp-block-group {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

body.home .glow-hero .glow-hero__slides img,
body.home .glow-hero .glow-hero__slide img {
	transform: none;
	animation: none;
	filter: none;
}

.lh-kv-chrome {
	position: sticky;
	top: var(--header-h);
	z-index: 8;
	pointer-events: none;
	background: #fff;
}

.lh-kv-chrome--local {
	position: absolute;
	inset: 0;
	top: 0;
	z-index: 3;
	height: auto;
	margin: 0;
	background: transparent;
}

.lh-kv-chrome__frame {
	position: absolute;
	inset: 0 0 var(--lh-kv-band-h);
	box-shadow: inset 0 0 0 1px #24367d;
}

.lh-kv-chrome:not(.lh-kv-chrome--local) .lh-kv-chrome__frame {
	inset: auto;
	top: 100%;
	left: 0;
	right: 0;
	height: calc(100vh - var(--header-h) - var(--lh-kv-band-h));
	height: calc(100dvh - var(--header-h) - var(--lh-kv-band-h));
}

.lh-kv-chrome--pattern:not(.lh-kv-chrome--local) .lh-kv-chrome__frame {
	height: calc(100vh - var(--header-h) - var(--lh-kv-band-h) - var(--lh-kv-pattern-h));
	height: calc(100dvh - var(--header-h) - var(--lh-kv-band-h) - var(--lh-kv-pattern-h));
}

.lh-kv-chrome--bandless:not(.lh-kv-chrome--local) .lh-kv-chrome__frame {
	height: calc(100vh - var(--header-h) - var(--lh-kv-pattern-h));
	height: calc(100dvh - var(--header-h) - var(--lh-kv-pattern-h));
}

.lh-kv-chrome:not(.lh-kv-chrome--local) .lh-hero-band {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
}

.lh-kv-chrome__pattern {
	position: relative;
	height: var(--lh-kv-pattern-h);
	background-color: #fff;
	background-image: url('../../img/who-footer-pattern.png');
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 100%;
}

.lh-kv-chrome__band-inner {
	width: var(--container-wide);
	height: 100%;
	margin-inline: auto;
	display: flex;
	align-items: center;
}

.lh-kv-chrome__title {
	margin: 0;
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
}

.lh-hero-scroll {
	position: absolute;
	left: calc((100% - var(--container-wide)) / 2);
	bottom: calc(var(--lh-kv-band-h) + 1.1rem);
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
	-webkit-text-stroke: 1.25px #24367d;
	paint-order: stroke fill;
}

.lh-hero-scroll__icon {
	display: block;
	flex-shrink: 0;
}

.lh-hero-band {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	height: var(--lh-kv-band-h);
	overflow: hidden;
	background: #24367d;
	color: #fff;
}

.lh-hero-band__ticker {
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
}

.lh-hero-band__track {
	display: flex;
	align-items: center;
	width: max-content;
}

.lh-hero-band__welcome {
	margin: 0;
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
}

.lh-hero-band__dot {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 1.6em;
	flex-shrink: 0;
	border-radius: 50%;
	background: #fff;
}

.lh-who {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	background: #fff;
	color: #24367d;
	padding: 0 0 clamp(4.5rem, 8vw, 7.5rem);
}

.lh-who__inner {
	width: var(--container-wide);
	margin-inline: auto;
	padding-top: clamp(4.5rem, 8vw, 7.5rem);
}

.lh-who__intro {
	display: grid;
	grid-template-columns: minmax(11rem, 0.34fr) minmax(0, 1fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	margin-bottom: clamp(2.5rem, 5vw, 4.25rem);
	align-items: start;
}

.lh-who__tag {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	align-self: start;
	justify-self: start;
	border: 1px solid rgba(0, 0, 33, 0.18);
	border-radius: 999px;
	padding: 0.5rem 0.85rem 0.5rem 1rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #24367d;
	white-space: nowrap;
}

.lh-who__tag-icon {
	display: block;
	flex-shrink: 0;
}

.lh-who__title {
	margin: 0 0 2.25rem;
	font-size: clamp(1.85rem, 3.4vw, 3.15rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0;
	color: #24367d;
}

.lh-who__beliefs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(1.5rem, 3vw, 2.75rem);
}

.lh-who__belief-head {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.55rem;
}

.lh-who__belief h3 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.lh-who__belief p,
.lh-who__stat-label,
.lh-who__stat-desc {
	font-size: 1rem;
}

.lh-who__belief p {
	margin: 0;
	line-height: 1.6;
}

.lh-who__belief-icon {
	display: block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	color: #24367d;
}

.lh-who__grid {
	display: grid;
	grid-template-columns: 1.08fr 1fr;
	gap: 0.85rem;
	align-items: stretch;
}

.lh-who__feature {
	position: relative;
	margin: 0;
	height: 720px;
	overflow: hidden;
	background: #eef0f4;
}

.lh-who__feature img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 42% 36%;
}

.lh-who__notch {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 4.75rem;
	height: 4.75rem;
	background: #fff;
	border-bottom-right-radius: 1.75rem;
	pointer-events: none;
}

.lh-who__notch::before,
.lh-who__notch::after {
	content: '';
	position: absolute;
	width: 1.75rem;
	height: 1.75rem;
	background: radial-gradient(circle at 100% 100%, transparent 1.7rem, #fff 1.72rem);
}

.lh-who__notch::before {
	top: 0;
	right: -1.75rem;
	background: radial-gradient(circle at 100% 0, transparent 1.7rem, #fff 1.72rem);
}

.lh-who__notch::after {
	bottom: -1.75rem;
	left: 0;
	background: radial-gradient(circle at 0 100%, transparent 1.7rem, #fff 1.72rem);
}

.lh-who__stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 0.85rem;
	height: 720px;
}

.lh-who__stat {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 0;
	padding: 1.15rem 1.25rem 1.1rem;
	background: #f3f4f6;
}

.lh-who__stat-label {
	margin: 0;
	padding-bottom: 0.7rem;
	width: 100%;
	border-bottom: 1px solid #e5e7eb;
	font-weight: 700;
	text-transform: uppercase;
	color: #24367d;
}

.lh-who__stat-foot {
	margin-top: auto;
}

.lh-who__stat-desc {
	margin: 0.35rem 0 0;
}

.lh-who__stat-value {
	margin: 0;
	font-size: clamp(2.4rem, 4vw, 3.25rem);
	font-weight: 700;
	line-height: 0.9;
	letter-spacing: 0;
	color: #24367d;
}

.lh-who__stat-value span {
	color: var(--accent);
	font-size: 0.42em;
	font-weight: 700;
	vertical-align: super;
	margin-left: 0.08em;
}

.lh-who__thumb {
	margin: 0;
	min-height: 0;
	overflow: hidden;
	background: #eef0f4;
}

.lh-who__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

@media (max-width: 960px) {
	body.home {
		--lh-kv-band-h: 3.75rem;
	}

	.lh-kv-chrome:not(.lh-kv-chrome--local) {
		position: relative;
		top: auto;
	}

	.lh-kv-chrome:not(.lh-kv-chrome--local) .lh-kv-chrome__frame {
		display: none;
	}

	.lh-kv-chrome__title {
		font-size: 1.75rem;
	}

	.lh-hero-band__welcome {
		font-size: 1.75rem;
	}

	.lh-hero-scroll {
		bottom: calc(var(--lh-kv-band-h) + 0.85rem);
		font-size: 0.85rem;
	}

	.lh-who__intro,
	.lh-who__grid,
	.lh-who__beliefs {
		grid-template-columns: 1fr;
	}

	.lh-who__title {
		margin-bottom: 1.75rem;
	}

	.lh-who__feature,
	.lh-who__stats {
		height: 720px;
	}

	.lh-who__feature {
		min-height: 0;
	}
}

@media (max-width: 560px) {
	.lh-who__beliefs,
	.lh-who__stats {
		grid-template-columns: 1fr;
	}

	.lh-who__stats {
		height: auto;
	}

	.lh-who__stat {
		min-height: 168px;
	}

	.lh-who__thumb {
		aspect-ratio: 4 / 3;
	}
}

/* What we do — sticky split cards */
.lh-do {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	background: #fff;
	color: #24367d;
	--lh-do-card-h: min(34rem, 58vh);
	--lh-do-sticky-top: calc(
		var(--header-h)
		+ var(--lh-kv-band-h)
		+ var(--lh-kv-pattern-h)
		+ (
			100vh
			- var(--header-h)
			- var(--lh-kv-band-h)
			- var(--lh-kv-pattern-h)
			- var(--lh-do-card-h)
		) / 2
	);
}

.lh-do .lh-kv-chrome,
.lh-do .lh-kv-chrome__pattern {
	background-color: #fff;
}

.lh-do .lh-kv-chrome__frame {
	display: none;
}

.lh-do__head-wrap {
	position: relative;
	background: #fff;
}

.lh-do__head {
	width: var(--container-wide);
	margin-inline: auto;
	padding: 80px 0 0;
	margin-bottom: clamp(2.5rem, 5vw, 4.25rem);
}

.lh-do__tag {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 1.1rem;
	border: 1px solid rgba(36, 54, 125, 0.28);
	border-radius: 999px;
	padding: 0.5rem 0.85rem 0.5rem 1rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #24367d;
}

.lh-do__tag-icon {
	display: block;
	flex-shrink: 0;
}

.lh-do__head-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
}

.lh-do__title {
	margin: 0;
	flex: 1 1 auto;
	max-width: 24ch;
	font-size: clamp(1.85rem, 3.4vw, 3.15rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0;
	color: #24367d;
}

.lh-do__all {
	flex-shrink: 0;
	padding-bottom: 0.2rem;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #24367d;
	text-decoration: underline;
	text-underline-offset: 0.28em;
}

.lh-do__stack {
	position: relative;
	padding-bottom: 80px;
}

.lh-do-panel {
	position: sticky;
	top: var(--lh-do-sticky-top);
	z-index: var(--z, 1);
	height: auto;
	margin: 0;
}

.lh-do-panel__pin {
	width: var(--container-wide);
	height: auto;
	margin-inline: auto;
	padding: 0;
	background: transparent;
}

.lh-do-panel.is-covered .lh-do-panel__pin {
	pointer-events: none;
}

.lh-do-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: var(--lh-do-card-h);
	min-height: 0;
	background: #24367d;
	color: #fff;
	overflow: hidden;
	will-change: transform;
	transform-origin: center center;
}

.lh-do-panel--flip .lh-do-card {
	background: #fff;
	color: #24367d;
}

.lh-do-panel--flip .lh-do-card__copy {
	order: -1;
}

.lh-do-card__media {
	margin: 0;
	min-height: 0;
	padding: clamp(0.85rem, 2vw, 1.35rem);
}

.lh-do-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

.lh-do-card__copy {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(1.75rem, 4vw, 3.25rem) clamp(1.75rem, 4vw, 3.5rem) 4.5rem;
}

.lh-do-card__title {
	margin: 0;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
}

.lh-do-card__rule {
	display: block;
	width: 100%;
	height: 1px;
	margin: 1.15rem 0 1.25rem;
	background: currentColor;
	opacity: 0.35;
}

.lh-do-card__text {
	margin: 0;
	max-width: 38ch;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
}

.lh-do-card__go {
	position: absolute;
	right: clamp(1.25rem, 3vw, 2rem);
	bottom: clamp(1.25rem, 3vw, 2rem);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: #fff;
	color: #24367d;
	transition: transform 0.2s ease;
}

.lh-do-card__go:hover {
	transform: scale(1.06);
}

.lh-do-panel--flip .lh-do-card__go {
	right: auto;
	left: clamp(1.25rem, 3vw, 2rem);
	background: #24367d;
	color: #fff;
}

@media (max-width: 960px) {
	.lh-do__head-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.lh-do-panel {
		position: relative;
		top: auto;
		height: auto;
	}

	.lh-do-panel__pin {
		width: var(--container-wide);
		padding: 0 0 1.5rem;
	}

	.lh-do-card {
		height: auto;
		transform: none;
	}

	.lh-do-card,
	.lh-do-panel--flip .lh-do-card {
		grid-template-columns: 1fr;
	}

	.lh-do-panel--flip .lh-do-card__copy {
		order: 0;
	}

	.lh-do-card__media {
		order: -1;
		aspect-ratio: 4 / 3;
		height: auto;
		padding: 0.85rem 0.85rem 0;
	}

	.lh-do-card__copy {
		padding: 1.5rem 1.25rem 4.25rem;
	}

	.lh-do-card__go,
	.lh-do-panel--flip .lh-do-card__go {
		right: 1.25rem;
		left: auto;
	}
}

/* Our project */
.lh-project {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	background: #fff;
	color: #24367d;
}

.lh-project__stack {
	position: relative;
}

.lh-project-panel {
	position: sticky;
	top: calc(var(--header-h) + var(--lh-kv-band-h) + var(--lh-kv-pattern-h));
	z-index: var(--z, 1);
	height: calc(100vh - var(--header-h) - var(--lh-kv-band-h) - var(--lh-kv-pattern-h));
	height: calc(100dvh - var(--header-h) - var(--lh-kv-band-h) - var(--lh-kv-pattern-h));
	margin: 0;
}

.lh-project-panel__pin {
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #000021;
	will-change: opacity, transform, filter;
	transform-origin: center 35%;
}

.lh-project-panel.is-covered .lh-project-panel__pin {
	pointer-events: none;
}

.lh-project-panel__copy {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow: hidden;
	padding: 2.5rem clamp(1.5rem, 4vw, 3.25rem) 3rem;
	background: #000021;
	color: #fff;
}

.lh-project-panel__copy-inner {
	will-change: transform;
}

.lh-project-panel__loc {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
	font-size: 0.92rem;
	font-weight: 500;
	color: #fff;
}

.lh-project-panel__loc svg {
	flex-shrink: 0;
}

.lh-project-panel__rule {
	display: block;
	width: min(100%, 22rem);
	height: 1px;
	margin: 1rem 0 1.15rem;
	background: #fff;
}

.lh-project-panel__name {
	display: flex;
	align-items: flex-end;
	gap: 0.85rem;
}

.lh-project-panel__num {
	font-size: clamp(4.5rem, 10vw, 7.5rem);
	font-weight: 700;
	line-height: 0.8;
	color: transparent;
	-webkit-text-stroke: 1.5px #fff;
}

.lh-project-panel__name h3 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.75rem, 3vw, 2.75rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
	color: #fff;
}

.lh-project-panel__name a {
	color: inherit;
}

.lh-project-panel__intro {
	margin: 1rem 0 0;
	max-width: 36ch;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.55;
	color: #fff;
}

.lh-project-panel__media {
	margin: 0;
	height: 100%;
	overflow: hidden;
	background: #eef0f4;
}

.lh-project-panel__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 960px) {
	.lh-project-panel {
		position: relative;
		top: auto;
		height: auto;
	}

	.lh-project-panel__pin {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.lh-project-panel__media {
		order: -1;
		aspect-ratio: 4 / 3;
		height: auto;
	}

	.lh-project-panel__copy {
		padding: 1.5rem 1.25rem 2.25rem;
	}

	.lh-project-panel__copy-inner {
		transform: none;
	}
}

/* Blog */
.lh-blog {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	background: #fff;
	color: #24367d;
	padding: 0;
}

.lh-blog__inner {
	width: var(--container-wide);
	margin-inline: auto;
	padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.lh-blog__tag {
	display: inline-flex;
	align-items: center;
	margin-bottom: 1.1rem;
	border: 1px solid rgba(36, 54, 125, 0.22);
	border-radius: 999px;
	padding: 0.45rem 0.9rem;
	background: rgba(36, 54, 125, 0.08);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #24367d;
}

.lh-blog__head-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.lh-blog__title {
	margin: 0;
	max-width: 14ch;
	font-size: clamp(1.85rem, 3.4vw, 3.15rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0;
	color: #24367d;
}

.lh-blog__all {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	flex-shrink: 0;
	border: 1px solid rgba(36, 54, 125, 0.28);
	border-radius: 999px;
	padding: 0.45rem 0.45rem 0.45rem 1rem;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #24367d;
}

.lh-blog__all-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #24367d;
	color: #fff;
}

.lh-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.lh-blog-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #eef0f4;
}

.lh-blog-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lh-blog-card__meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 1rem 0 0.85rem;
}

.lh-blog-card__cat {
	flex-shrink: 0;
	border-radius: 999px;
	padding: 0.28rem 0.75rem;
	background: #24367d;
	font-size: 0.78rem;
	font-weight: 700;
	color: #fff;
}

.lh-blog-card__line {
	flex: 1 1 auto;
	height: 1px;
	background: rgba(36, 54, 125, 0.16);
}

.lh-blog-card__date {
	flex-shrink: 0;
	font-size: 0.85rem;
	color: #6b7280;
}

.lh-blog-card__title {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

.lh-blog-card__title a {
	color: #24367d;
}

@media (max-width: 960px) {
	.lh-blog__head-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.lh-blog__grid {
		grid-template-columns: 1fr;
	}
}
