:root {
	--lf-wal-ink: #17251f;
	--lf-wal-forest: #263f34;
	--lf-wal-moss: #78907d;
	--lf-wal-cream: #f4efe5;
	--lf-wal-paper: #fbfaf6;
	--lf-wal-clay: #b86344;
	--lf-wal-gold: #d4a66e;
	--lf-wal-line: rgba(23, 37, 31, 0.16);
}

.lf-we-are-loom-page .site-content,
.lf-we-are-loom-page .ast-container,
.lf-we-are-loom-page #primary,
.lf-we-are-loom-page .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.lf-we-are-loom-page .entry-header,
.lf-we-are-loom-page .entry-title {
	display: none;
}

.lf-wal,
.lf-wal * {
	box-sizing: border-box;
}

.lf-wal {
	margin: 0;
	overflow: hidden;
	color: var(--lf-wal-ink);
	background: var(--lf-wal-paper);
	font-family: inherit;
}

.lf-wal img {
	display: block;
	max-width: 100%;
}

.lf-wal a:focus-visible {
	outline: 3px solid #f0bd72;
	outline-offset: 5px;
}

.lf-wal-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.lf-wal-section {
	padding: clamp(84px, 10vw, 142px) 0;
}

.lf-wal-kicker,
.lf-wal-eyebrow {
	margin: 0 0 20px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.lf-wal-eyebrow {
	color: var(--lf-wal-clay);
}

.lf-wal-hero {
	position: relative;
	min-height: 790px;
	display: grid;
	align-items: center;
	color: #fff;
	background: var(--lf-wal-forest);
}

.lf-wal-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background-image: radial-gradient(rgba(255,255,255,0.08) 0.6px, transparent 0.6px);
	background-size: 7px 7px;
	opacity: 0.35;
}

.lf-wal-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	gap: clamp(50px, 8vw, 110px);
	align-items: center;
	padding-block: 105px;
}

.lf-wal-kicker {
	display: flex;
	align-items: center;
	gap: 13px;
	color: #e6c99e;
}

.lf-wal-kicker span {
	width: 44px;
	height: 1px;
	background: currentColor;
}

.lf-wal-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(64px, 8vw, 112px);
	font-weight: 650;
	line-height: 0.82;
	letter-spacing: -0.065em;
}

.lf-wal-hero h1 em {
	color: var(--lf-wal-gold);
	font-family: Georgia, serif;
	font-weight: 400;
}

.lf-wal-hero__intro {
	max-width: 620px;
	margin: 34px 0 0;
	color: rgba(255,255,255,0.82);
	font-size: clamp(18px, 2vw, 21px);
	line-height: 1.7;
}

.lf-wal-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	margin-top: 38px;
}

.lf-wal-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 54px;
	padding: 14px 24px;
	border-radius: 999px;
	font-weight: 750;
	text-decoration: none !important;
	transition: transform 180ms ease, background 180ms ease;
}

.lf-wal-button:hover {
	transform: translateY(-2px);
}

.lf-wal-button--light {
	color: var(--lf-wal-forest) !important;
	background: #fff;
}

.lf-wal-button--light:hover {
	background: #eadbc3;
}

.lf-wal-button--dark {
	color: #fff !important;
	background: var(--lf-wal-forest);
}

.lf-wal-button--dark:hover {
	background: var(--lf-wal-clay);
}

.lf-wal-text-link {
	color: #fff !important;
	font-weight: 700;
	text-underline-offset: 5px;
}

.lf-wal-text-link--dark {
	color: var(--lf-wal-forest) !important;
}

.lf-wal-hero__visual {
	position: relative;
	padding: 30px 0 38px;
}

.lf-wal-hero__image-wrap {
	position: relative;
	width: 88%;
	margin-left: auto;
	border-radius: 220px 220px 18px 18px;
	overflow: hidden;
	box-shadow: 0 36px 80px rgba(0,0,0,0.32);
}

.lf-wal-hero__image-wrap::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 55%, rgba(17,35,27,0.48));
}

.lf-wal-hero__image-wrap img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.lf-wal-swatch {
	position: absolute;
	left: -5%;
	bottom: 0;
	display: grid;
	gap: 9px;
	min-width: 175px;
	padding: 24px;
	color: var(--lf-wal-ink);
	background: var(--lf-wal-gold);
	box-shadow: 0 18px 45px rgba(0,0,0,0.2);
}

.lf-wal-swatch span {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.lf-wal-hero__note {
	position: absolute;
	right: -28px;
	top: 18%;
	margin: 0;
	padding: 17px 20px;
	color: var(--lf-wal-forest);
	background: #fff;
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 1.4;
	transform: rotate(3deg);
}

.lf-wal-page-nav {
	border-bottom: 1px solid var(--lf-wal-line);
	background: #fff;
}

.lf-wal-page-nav .lf-wal-shell {
	display: flex;
	align-items: center;
	gap: clamp(22px, 4vw, 52px);
	min-height: 76px;
	overflow-x: auto;
	scrollbar-width: none;
}

.lf-wal-page-nav span,
.lf-wal-page-nav a {
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 750;
}

.lf-wal-page-nav span {
	color: var(--lf-wal-clay);
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.lf-wal-page-nav a {
	color: var(--lf-wal-ink);
	text-decoration: none;
}

.lf-wal-page-nav a:hover {
	color: var(--lf-wal-clay);
}

.lf-wal-story {
	background: var(--lf-wal-cream);
}

.lf-wal-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(50px, 10vw, 135px);
}

.lf-wal h2 {
	margin: 0;
	color: var(--lf-wal-ink);
	font-size: clamp(42px, 5.5vw, 74px);
	font-weight: 650;
	line-height: 1.02;
	letter-spacing: -0.052em;
}

.lf-wal-prose p,
.lf-wal-section-head > p,
.lf-wal-method__intro > p:last-child,
.lf-wal-cta__inner > p {
	color: #526159;
	font-size: 18px;
	line-height: 1.8;
}

.lf-wal-prose p {
	margin: 0 0 24px;
}

.lf-wal-prose .lf-wal-lead {
	color: var(--lf-wal-ink);
	font-size: clamp(23px, 2.6vw, 32px);
	font-family: Georgia, serif;
	line-height: 1.45;
}

.lf-wal-signature {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-top: 15px;
	font-weight: 800;
}

.lf-wal-signature::before {
	width: 55px;
	height: 2px;
	content: "";
	background: var(--lf-wal-clay);
}

.lf-wal-principles {
	background: var(--lf-wal-paper);
}

.lf-wal-section-head {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 80px;
	align-items: end;
	margin-bottom: 62px;
}

.lf-wal-section-head .lf-wal-eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -50px;
}

.lf-wal-section-head > p {
	margin: 0;
}

.lf-wal-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.lf-wal-card {
	display: flex;
	min-height: 360px;
	flex-direction: column;
	justify-content: space-between;
	padding: 34px;
	border: 1px solid var(--lf-wal-line);
	border-radius: 22px;
	background: #fff;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.lf-wal-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 55px rgba(23,37,31,0.09);
}

.lf-wal-card__number {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--lf-wal-forest);
	font-size: 13px;
	font-weight: 800;
}

.lf-wal-card h3 {
	margin: 0 0 13px;
	font-size: 25px;
	line-height: 1.2;
}

.lf-wal-card p {
	margin: 0;
	color: #59675f;
	line-height: 1.7;
}

.lf-wal-topics {
	color: #fff;
	background: var(--lf-wal-forest);
}

.lf-wal-section-head--light h2 {
	color: #fff;
}

.lf-wal-section-head--light > p {
	color: rgba(255,255,255,0.72);
}

.lf-wal-topic-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.lf-wal-topic {
	position: relative;
	min-height: 400px;
	border-radius: 20px;
	overflow: hidden;
	color: #fff !important;
	text-decoration: none !important;
}

.lf-wal-topic img,
.lf-wal-topic__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.lf-wal-topic img {
	object-fit: cover;
	transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}

.lf-wal-topic:hover img {
	transform: scale(1.04);
}

.lf-wal-topic__shade {
	background: linear-gradient(180deg, rgba(9,19,15,0.03) 25%, rgba(9,19,15,0.9));
}

.lf-wal-topic__label {
	position: absolute;
	left: 30px;
	right: 80px;
	bottom: 28px;
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 750;
	line-height: 1.05;
}

.lf-wal-topic__label small {
	display: block;
	margin-bottom: 9px;
	color: #edd2a8;
	font-size: 11px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.lf-wal-topic__arrow {
	position: absolute;
	right: 25px;
	top: 25px;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	color: var(--lf-wal-forest);
	background: #fff;
	font-size: 20px;
	transition: transform 180ms ease;
}

.lf-wal-topic:hover .lf-wal-topic__arrow {
	transform: rotate(45deg);
}

.lf-wal-method {
	background: var(--lf-wal-cream);
}

.lf-wal-method__grid {
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	gap: clamp(55px, 10vw, 140px);
}

.lf-wal-method__intro {
	position: sticky;
	top: 40px;
	align-self: start;
}

.lf-wal-method__intro > p:last-child {
	max-width: 420px;
	margin: 28px 0 0;
}

.lf-wal-steps {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lf-wal-steps li {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 25px;
	padding: 31px 0;
	border-bottom: 1px solid var(--lf-wal-line);
}

.lf-wal-steps li:first-child {
	padding-top: 5px;
}

.lf-wal-steps li > span {
	color: var(--lf-wal-clay);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.12em;
}

.lf-wal-steps h3 {
	margin: 0 0 8px;
	font-size: 23px;
}

.lf-wal-steps p {
	margin: 0;
	color: #59675f;
	line-height: 1.7;
}

.lf-wal-manifesto {
	padding: clamp(90px, 11vw, 150px) 0;
	background: var(--lf-wal-gold);
}

.lf-wal-manifesto blockquote {
	max-width: 1060px;
	margin: 0;
	font-family: Georgia, serif;
	font-size: clamp(38px, 6vw, 76px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.lf-wal-cta {
	padding: clamp(95px, 12vw, 165px) 0;
	text-align: center;
	background: #fff;
}

.lf-wal-cta__inner {
	max-width: 850px;
}

.lf-wal-cta__inner > p {
	max-width: 650px;
	margin: 27px auto 0;
}

.lf-wal-cta .lf-wal-eyebrow {
	margin-bottom: 22px;
}

.lf-wal-actions--center {
	justify-content: center;
}

@media (max-width: 980px) {
	.lf-wal-hero {
		min-height: auto;
	}

	.lf-wal-hero__grid {
		grid-template-columns: 1fr;
		padding-block: 85px;
	}

	.lf-wal-hero__copy {
		max-width: 760px;
	}

	.lf-wal-hero__visual {
		max-width: 650px;
		margin-inline: auto;
	}

	.lf-wal-story__grid,
	.lf-wal-method__grid {
		grid-template-columns: 1fr;
	}

	.lf-wal-section-head {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.lf-wal-section-head .lf-wal-eyebrow {
		margin-bottom: 0;
	}

	.lf-wal-card-grid {
		grid-template-columns: 1fr;
	}

	.lf-wal-card {
		min-height: 270px;
	}

	.lf-wal-method__intro {
		position: static;
	}
}

@media (max-width: 700px) {
	.lf-wal-shell {
		width: min(100% - 28px, 1180px);
	}

	.lf-wal-hero__grid {
		padding-block: 70px;
	}

	.lf-wal-hero h1 {
		font-size: clamp(58px, 20vw, 84px);
	}

	.lf-wal-actions,
	.lf-wal-actions--center {
		align-items: stretch;
		flex-direction: column;
	}

	.lf-wal-button {
		width: 100%;
	}

	.lf-wal-hero__image-wrap {
		width: 94%;
	}

	.lf-wal-hero__image-wrap img {
		height: 440px;
	}

	.lf-wal-swatch {
		left: 0;
		min-width: 145px;
		padding: 18px;
	}

	.lf-wal-hero__note {
		display: none;
	}

	.lf-wal-page-nav .lf-wal-shell {
		min-height: 68px;
	}

	.lf-wal-topic-grid {
		grid-template-columns: 1fr;
	}

	.lf-wal-topic {
		min-height: 315px;
	}

	.lf-wal-steps li {
		grid-template-columns: 44px 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lf-wal-button,
	.lf-wal-card,
	.lf-wal-topic img,
	.lf-wal-topic__arrow {
		transition: none;
	}
}
