:root {
	--shell-bg: #f2f4f6;
	--shell-surface: #f7f8fa;
	--shell-panel: rgba(247, 248, 250, 0.96);
	--home-video-white: #f7f8fa;
	--shell-ink: #12161d;
	--shell-muted: #5e6874;
	--shell-line: rgba(18, 22, 29, 0.12);
	--shell-line-strong: rgba(18, 22, 29, 0.24);
	--shell-accent: #12161d;
	--shell-accent-soft: rgba(18, 22, 29, 0.06);
	--shell-accent-ink: #12161d;
	--shell-radius: 2px;
	--shell-content-width: min(1320px, calc(100vw - 72px));
	--shell-header-width: min(1500px, calc(100vw - 72px));
	--shell-header-top: clamp(18px, 2.8vw, 30px);
	--shell-header-offset: clamp(94px, 11vw, 126px);
	--shell-stage-clearance: clamp(164px, 18vw, 214px);
}

.inquiry-form-status {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid rgba(18, 22, 29, 0.14);
	border-left-width: 3px;
	border-radius: var(--shell-radius);
	background: rgba(255, 255, 255, 0.74);
	color: rgba(18, 22, 29, 0.78);
	font-size: 0.9rem;
	line-height: 1.45;
}

.inquiry-form-status--success {
	border-left-color: #2f7561;
	background: rgba(236, 247, 242, 0.9);
}

.inquiry-form-status--error {
	border-left-color: #9b3e33;
	background: rgba(250, 239, 237, 0.9);
}

.inquiry-form-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.inquiry-turnstile {
	display: grid;
	gap: 8px;
	justify-items: start;
	margin: 4px 0 2px;
	min-height: 82px;
}

.inquiry-turnstile__helper {
	display: block;
	color: rgba(18, 22, 29, 0.54);
	font-size: 0.73rem;
	line-height: 1.35;
	letter-spacing: 0;
}

.inquiry-character-hint {
	display: block;
	min-height: 1rem;
	color: rgba(18, 22, 29, 0.5);
	font-size: 0.73rem;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
}

.inquiry-character-hint--counter {
	justify-self: end;
	font-variant-numeric: tabular-nums;
}

.inquiry-character-hint.is-near-limit {
	color: rgba(96, 65, 28, 0.88);
	font-weight: 600;
}

.inquiry-character-hint.is-at-limit {
	color: rgba(125, 45, 38, 0.92);
	font-weight: 650;
}

.inquiry-phone-control {
	display: grid;
	grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
	gap: 8px;
	min-width: 0;
}

.inquiry-phone-country {
	width: 100%;
	min-width: 0;
	height: 44px;
	border: 1px solid rgba(18, 22, 29, 0.14);
	border-radius: 4px;
	background:
		linear-gradient(45deg, transparent 50%, rgba(18, 22, 29, 0.58) 50%),
		linear-gradient(135deg, rgba(18, 22, 29, 0.58) 50%, transparent 50%),
		#ffffff;
	background-position: calc(100% - 16px) 19px, calc(100% - 11px) 19px, 0 0;
	background-size: 5px 5px, 5px 5px, auto;
	background-repeat: no-repeat;
	color: var(--shell-ink);
	font: inherit;
	padding: 0 30px 0 12px;
	appearance: none;
}

.inquiry-phone-country:focus-visible {
	outline: 2px solid rgba(18, 22, 29, 0.72);
	outline-offset: 2px;
}

.request-quote-foundation {
	overflow-x: clip;
	padding: clamp(112px, calc(3vw + 84px), 132px) 0 clamp(74px, 7vw, 112px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 24%),
		linear-gradient(135deg, #f7f8fa 0%, #eceff1 50%, #dfe6e7 100%);
	color: var(--shell-ink);
}

.request-quote-foundation__shell {
	display: grid;
	gap: clamp(28px, 4vw, 52px);
	min-width: 0;
}

.request-quote-foundation .shell-breadcrumb {
	margin: 0;
}

.request-quote-foundation__route {
	min-height: calc(100vh - var(--shell-header-offset));
}

.request-quote-foundation__frame {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(42px, 6vw, 86px);
	align-items: start;
	min-width: 0;
}

.request-quote-foundation__intro {
	position: relative;
	display: grid;
	gap: clamp(16px, 2vw, 22px);
	align-content: start;
	min-width: 0;
	padding: clamp(8px, 1vw, 14px) 0 clamp(24px, 3.4vw, 42px);
}

.request-quote-foundation__intro::after {
	content: "";
	width: min(100%, 260px);
	height: 1px;
	margin-top: clamp(4px, 1vw, 14px);
	background: rgba(18, 22, 29, 0.28);
}

.request-quote-foundation__eyebrow {
	margin: 0;
	font-size: 0.66rem;
	line-height: 1.2;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.46);
}

.request-quote-foundation__title {
	margin: 0;
	max-width: 12.4ch;
	font-size: clamp(3rem, 4.35vw, 5.15rem);
	line-height: 0.96;
	font-weight: 400;
	letter-spacing: 0;
	text-wrap: balance;
}

.request-quote-foundation__lede {
	margin: 0;
	max-width: 30rem;
	font-size: clamp(1rem, 1.18vw, 1.13rem);
	line-height: 1.58;
	color: rgba(18, 22, 29, 0.72);
}

.request-quote-foundation__cue-list {
	display: grid;
	gap: 10px;
	max-width: 31rem;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.request-quote-foundation__cue-list li {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-width: 0;
	padding: 12px 0;
	border-top: 1px solid rgba(18, 22, 29, 0.12);
}

.request-quote-foundation__cue-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(18, 22, 29, 0.13);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.56);
	color: rgba(18, 22, 29, 0.74);
}

.request-quote-foundation__cue-icon svg {
	display: block;
	width: 50%;
	height: 50%;
}

.request-quote-foundation__cue-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.request-quote-foundation__cue-copy strong {
	font-size: 0.68rem;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.58);
}

.request-quote-foundation__cue-copy span {
	font-size: 0.92rem;
	line-height: 1.45;
	color: rgba(18, 22, 29, 0.68);
}

.request-quote-foundation__browse-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 184px;
	min-height: 44px;
	margin-top: clamp(4px, 1.2vw, 12px);
	padding: 0 18px;
	border: 1px solid rgba(18, 22, 29, 0.18);
	border-radius: var(--shell-radius);
	background: rgba(255, 255, 255, 0.48);
	color: var(--shell-ink);
	font-size: 0.66rem;
	font-weight: 300;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.request-quote-foundation__browse-link:hover,
.request-quote-foundation__browse-link:focus-visible {
	border-color: rgba(18, 22, 29, 0.28);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 14px 30px rgba(18, 22, 29, 0.1);
	transform: translateY(-1px);
}

.request-quote-foundation__selected-shell {
	display: grid;
	gap: clamp(18px, 2.4vw, 26px);
	min-width: 0;
	padding: clamp(24px, 3.5vw, 42px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background:
		linear-gradient(150deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 38%),
		#11161d;
	color: #f7f8fa;
	box-shadow: 0 30px 70px rgba(18, 22, 29, 0.24);
}

.request-quote-foundation__selected-head {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.request-quote-foundation__selected-shell .request-quote-foundation__eyebrow {
	color: rgba(247, 248, 250, 0.58);
}

.request-quote-foundation__selected-title {
	margin: 0;
	max-width: 14ch;
	font-size: clamp(2rem, 3.2vw, 3.75rem);
	line-height: 0.98;
	font-weight: 400;
	letter-spacing: 0;
	text-wrap: balance;
}

.request-quote-foundation__selected-count {
	margin: 0;
	color: rgba(247, 248, 250, 0.68);
	font-size: 0.9rem;
	line-height: 1.45;
}

.request-quote-foundation__selected-list {
	display: grid;
	gap: 10px;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.request-quote-foundation__selected-list[hidden],
.request-quote-foundation__empty[hidden] {
	display: none;
}

.request-quote-foundation__selected-item {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-width: 0;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.075);
}

.request-quote-foundation__selected-thumb {
	display: block;
	width: 76px;
	aspect-ratio: 1;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.94);
	object-fit: contain;
}

.request-quote-foundation__selected-thumb--empty {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 100%),
		rgba(255, 255, 255, 0.08);
}

.request-quote-foundation__selected-copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.request-quote-foundation__selected-name {
	color: #ffffff;
	font-size: clamp(1rem, 1.24vw, 1.14rem);
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.request-quote-foundation__selected-meta {
	color: rgba(247, 248, 250, 0.62);
	font-size: 0.68rem;
	line-height: 1.35;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.request-quote-foundation__selected-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: var(--shell-radius);
	color: #ffffff;
	font-size: 0.62rem;
	line-height: 1;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.request-quote-foundation__selected-link:hover,
.request-quote-foundation__selected-link:focus-visible {
	border-color: rgba(255, 255, 255, 0.56);
	background: rgba(255, 255, 255, 0.1);
}

.request-quote-foundation__empty {
	display: grid;
	gap: 12px;
	min-width: 0;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.08);
}

.request-quote-foundation__empty-title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.32rem, 2.2vw, 2rem);
	line-height: 1.08;
}

.request-quote-foundation__empty-copy {
	margin: 0;
	max-width: 28rem;
	color: rgba(247, 248, 250, 0.68);
	font-size: 0.94rem;
	line-height: 1.55;
}

.request-quote-foundation__empty-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 172px;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.86);
	border-radius: var(--shell-radius);
	background: #f7f8fa;
	color: #11161d;
	font-size: 0.66rem;
	font-weight: 300;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.request-quote-foundation__empty-link:hover,
.request-quote-foundation__empty-link:focus-visible {
	background: #e7ecf0;
	border-color: #e7ecf0;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
	transform: translateY(-1px);
}

@media (max-width: 1100px) {
	.request-quote-foundation__frame {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.request-quote-foundation__intro {
		max-width: min(100%, 48rem);
	}

	.request-quote-foundation__title {
		max-width: 13ch;
		font-size: clamp(2.86rem, 7.2vw, 4.5rem);
	}
}

@media (max-width: 820px) {
	.request-quote-foundation {
		padding: calc(var(--shell-header-offset) + 14px) 0 66px;
	}

	.request-quote-foundation__shell {
		gap: 22px;
	}

	.request-quote-foundation__frame {
		gap: 24px;
	}

	.request-quote-foundation__intro {
		gap: 13px;
	}

	.request-quote-foundation__intro::after {
		width: 96px;
		margin-top: 6px;
	}

	.request-quote-foundation__title {
		max-width: 12ch;
		font-size: clamp(2.28rem, 11vw, 3.15rem);
		line-height: 0.98;
	}

	.request-quote-foundation__lede {
		font-size: 0.92rem;
		line-height: 1.52;
	}

	.request-quote-foundation__cue-list {
		gap: 0;
	}

	.request-quote-foundation__cue-list li {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 11px;
	}

	.request-quote-foundation__cue-icon {
		width: 38px;
		height: 38px;
	}

	.request-quote-foundation__browse-link {
		width: 100%;
		min-width: 0;
	}

	.request-quote-foundation__selected-shell {
		padding: 20px;
	}

	.request-quote-foundation__selected-title {
		max-width: 100%;
		font-size: clamp(1.82rem, 9vw, 2.62rem);
	}

	.request-quote-foundation__selected-item {
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 12px;
	}

	.request-quote-foundation__selected-thumb {
		width: 62px;
	}

	.request-quote-foundation__selected-link {
		grid-column: 2;
		width: fit-content;
	}

	.request-quote-foundation__empty {
		padding: 18px;
	}

	.request-quote-foundation__empty-link {
		width: 100%;
		min-width: 0;
	}
}

/* RFQ-FLOW-01 complete workflow overrides. */
.request-quote-foundation {
	overflow-x: clip;
	padding: clamp(106px, calc(3vw + 78px), 126px) 0 clamp(72px, 7vw, 108px);
	background: #f4f6f7;
	color: var(--shell-ink);
}

.request-quote-foundation__workflow {
	min-height: calc(100vh - var(--shell-header-offset));
}

.request-quote-foundation__shell {
	display: grid;
	gap: clamp(22px, 3vw, 38px);
	min-width: 0;
}

.request-quote-foundation__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(16px, 3.2vw, 42px);
	align-items: start;
	min-width: 0;
	padding: clamp(2px, 0.8vw, 8px) 0 clamp(12px, 2.4vw, 28px);
	border-bottom: 1px solid rgba(18, 22, 29, 0.12);
}

.request-quote-foundation__header-copy {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.request-quote-foundation__title {
	margin: 0;
	max-width: none;
	font-size: clamp(2.55rem, 4.6vw, 5.1rem);
	line-height: 0.96;
	font-weight: 400;
	letter-spacing: 0;
	text-wrap: balance;
}

.request-quote-foundation__subtitle {
	margin: 0;
	max-width: 56rem;
	font-size: clamp(0.98rem, 1.12vw, 1.12rem);
	line-height: 1.56;
	color: rgba(18, 22, 29, 0.7);
}

.request-quote-foundation__alternate-link,
.custom-inquiry-foundation__alternate-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(18, 22, 29, 0.14);
	border-radius: var(--shell-radius);
	background: rgba(255, 255, 255, 0.58);
	color: rgba(18, 22, 29, 0.66);
	font-size: 0.72rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.request-quote-foundation__alternate-link:hover,
.request-quote-foundation__alternate-link:focus-visible,
.custom-inquiry-foundation__alternate-link:hover,
.custom-inquiry-foundation__alternate-link:focus-visible {
	border-color: rgba(18, 22, 29, 0.26);
	background: rgba(255, 255, 255, 0.92);
	color: var(--shell-ink);
	transform: translateY(-1px);
}

.request-quote-foundation__products,
.request-quote-foundation__form-section {
	display: grid;
	gap: clamp(16px, 2vw, 24px);
	min-width: 0;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(18, 22, 29, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 20px 46px rgba(18, 22, 29, 0.06);
}

.request-quote-foundation__form-section[hidden] {
	display: none;
}

.request-quote-foundation__section-head,
.request-quote-foundation__form-intro {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	min-width: 0;
}

.request-quote-foundation__form-intro {
	align-items: start;
	justify-content: start;
	display: grid;
	gap: 8px;
}

.request-quote-foundation__section-title {
	margin: 0;
	font-size: clamp(1.45rem, 2.2vw, 2.35rem);
	line-height: 1.06;
	font-weight: 400;
	letter-spacing: 0;
}

.request-quote-foundation__section-copy,
.request-quote-foundation__selected-count {
	margin: 0;
	color: rgba(18, 22, 29, 0.66);
	font-size: 0.92rem;
	line-height: 1.5;
}

.request-quote-foundation__selected-count {
	white-space: nowrap;
}

.request-quote-foundation__selected-list {
	display: grid;
	gap: 10px;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.request-quote-foundation__selected-list[hidden],
.request-quote-foundation__empty[hidden] {
	display: none;
}

.request-quote-foundation__product-row {
	display: grid;
	grid-template-columns: 86px minmax(180px, 1fr) minmax(172px, 0.36fr) minmax(220px, auto);
	gap: 14px;
	align-items: center;
	min-width: 0;
	padding: 12px 0;
	border-top: 1px solid rgba(18, 22, 29, 0.1);
}

.request-quote-foundation__product-row:first-child {
	border-top: 0;
	padding-top: 0;
}

.request-quote-foundation__product-row:last-child {
	padding-bottom: 0;
}

.request-quote-foundation__selected-thumb {
	display: block;
	width: 86px;
	aspect-ratio: 1;
	border: 1px solid rgba(18, 22, 29, 0.08);
	border-radius: 4px;
	background: #ffffff;
	object-fit: contain;
}

.request-quote-foundation__selected-thumb--empty {
	background:
		linear-gradient(135deg, rgba(18, 22, 29, 0.08) 0 1px, transparent 1px 100%),
		#eef1f3;
}

.request-quote-foundation__selected-copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.request-quote-foundation__selected-name {
	color: var(--shell-ink);
	font-size: clamp(1rem, 1.18vw, 1.14rem);
	line-height: 1.28;
	overflow-wrap: anywhere;
}

.request-quote-foundation__selected-meta,
.request-quote-foundation__moq-hint {
	color: rgba(18, 22, 29, 0.56);
	font-size: 0.68rem;
	line-height: 1.35;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.request-quote-foundation__moq-hint {
	letter-spacing: 0.08em;
}

.request-quote-foundation__moq-warning {
	grid-column: 1 / -1;
	margin-top: -2px;
	color: rgba(112, 78, 18, 0.88);
	font-size: 0.78rem;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.request-quote-foundation__moq-warning[hidden] {
	display: none;
}

.request-quote-foundation__quantity-error {
	grid-column: 1 / -1;
	margin-top: -2px;
	color: rgba(160, 38, 38, 0.94);
	font-size: 0.78rem;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.request-quote-foundation__quantity-error[hidden] {
	display: none;
}

.request-quote-foundation__quantity-field {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-self: end;
	align-items: end;
	min-width: 0;
}

.request-quote-foundation__quantity-label {
	grid-column: 1 / -1;
	color: rgba(18, 22, 29, 0.58);
	font-size: 0.66rem;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.request-quote-foundation__quantity-input {
	width: 100%;
	min-width: 0;
	height: 42px;
	padding: 0 12px;
	border: 1px solid rgba(18, 22, 29, 0.16);
	border-radius: 4px;
	background: #ffffff;
	color: var(--shell-ink);
	font-size: 1rem;
}

.request-quote-foundation__quantity-input:focus-visible,
.request-quote-foundation__field input:focus-visible,
.request-quote-foundation__field textarea:focus-visible {
	outline: 2px solid rgba(18, 22, 29, 0.72);
	outline-offset: 2px;
}

.request-quote-foundation__quantity-input[aria-invalid="true"] {
	border-color: rgba(170, 44, 44, 0.62);
}

.request-quote-foundation__unit {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	color: rgba(18, 22, 29, 0.62);
	font-size: 0.82rem;
	line-height: 1;
}

.request-quote-foundation__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-self: end;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

.request-quote-foundation__selected-link,
.request-quote-foundation__remove-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 12px;
	border-radius: 4px;
	font-size: 0.62rem;
	line-height: 1;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.request-quote-foundation__selected-link {
	border: 1px solid rgba(18, 22, 29, 0.14);
	color: rgba(18, 22, 29, 0.68);
	background: transparent;
}

.request-quote-foundation__selected-link:hover,
.request-quote-foundation__selected-link:focus-visible {
	border-color: rgba(18, 22, 29, 0.28);
	color: var(--shell-ink);
	background: rgba(18, 22, 29, 0.04);
}

.request-quote-foundation__remove-button {
	border: 1px solid rgba(18, 22, 29, 0.12);
	background: #ffffff;
	color: rgba(18, 22, 29, 0.62);
	cursor: pointer;
}

.request-quote-foundation__remove-button:hover,
.request-quote-foundation__remove-button:focus-visible {
	border-color: rgba(18, 22, 29, 0.3);
	color: var(--shell-ink);
	transform: translateY(-1px);
}

.request-quote-foundation__empty {
	display: grid;
	gap: 12px;
	min-width: 0;
	padding: clamp(22px, 3vw, 30px);
	border: 1px dashed rgba(18, 22, 29, 0.2);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.58);
}

.request-quote-foundation__empty-title {
	margin: 0;
	color: var(--shell-ink);
	font-size: clamp(1.2rem, 1.8vw, 1.7rem);
	line-height: 1.1;
}

.request-quote-foundation__empty-copy {
	margin: 0;
	max-width: 31rem;
	color: rgba(18, 22, 29, 0.68);
	font-size: 0.94rem;
	line-height: 1.54;
}

.request-quote-foundation__empty-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 172px;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(18, 22, 29, 0.82);
	border-radius: var(--shell-radius);
	background: var(--shell-ink);
	color: #ffffff;
	font-size: 0.66rem;
	font-weight: 300;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.request-quote-foundation__empty-link:hover,
.request-quote-foundation__empty-link:focus-visible {
	background: #2a3038;
	border-color: #2a3038;
	box-shadow: 0 12px 24px rgba(18, 22, 29, 0.16);
	transform: translateY(-1px);
}

.request-quote-foundation__form {
	display: grid;
	gap: clamp(18px, 2.4vw, 26px);
	min-width: 0;
}

.request-quote-foundation__form-helper {
	margin: 0;
	max-width: 52rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(18, 22, 29, 0.66);
}

.request-quote-foundation__fieldset {
	display: grid;
	gap: 14px;
	min-width: 0;
	margin: 0;
	padding: 18px 0 0;
	border: 0;
	border-top: 1px solid rgba(18, 22, 29, 0.12);
}

.request-quote-foundation__fieldset legend {
	padding: 0;
	color: rgba(18, 22, 29, 0.62);
	font-size: 0.68rem;
	line-height: 1.2;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.request-quote-foundation__field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	min-width: 0;
}

.request-quote-foundation__field {
	display: grid;
	gap: 7px;
	min-width: 0;
	margin: 0;
}

.request-quote-foundation__field--message {
	grid-column: 1 / -1;
}

.request-quote-foundation__field span {
	font-size: 0.69rem;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.62);
}

.request-quote-foundation__field input,
.request-quote-foundation__field textarea {
	width: 100%;
	min-width: 0;
	border: 1px solid rgba(18, 22, 29, 0.14);
	border-radius: 4px;
	background: #ffffff;
	color: var(--shell-ink);
	font: inherit;
}

.request-quote-foundation__field input {
	height: 44px;
	padding: 0 12px;
}

.request-quote-foundation__field textarea {
	min-height: 132px;
	padding: 12px;
	resize: vertical;
}

.request-quote-foundation__submit-row {
	display: grid;
	gap: 18px;
	justify-items: start;
	padding-top: 8px;
}

.request-quote-foundation__submit-row .inquiry-turnstile {
	margin: 0;
}

.request-quote-foundation__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 238px;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid var(--shell-ink);
	border-radius: var(--shell-radius);
	background: var(--shell-ink);
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 300;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.request-quote-foundation__submit:hover,
.request-quote-foundation__submit:focus-visible {
	background: #2a3038;
	border-color: #2a3038;
	box-shadow: 0 14px 28px rgba(18, 22, 29, 0.18);
	transform: translateY(-1px);
}

@media (max-width: 1100px) {
	.request-quote-foundation__header {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 12px;
	}

	.request-quote-foundation__alternate-link {
		justify-self: start;
	}

	.request-quote-foundation__product-row {
		grid-template-columns: 76px minmax(0, 1fr) minmax(150px, 0.42fr);
	}

	.request-quote-foundation__selected-link,
	.request-quote-foundation__remove-button {
		grid-column: auto;
	}
}

@media (max-width: 820px) {
	.request-quote-foundation {
		padding: calc(var(--shell-header-offset) + 14px) 0 66px;
	}

	.request-quote-foundation__shell {
		gap: 18px;
	}

	.request-quote-foundation__title {
		max-width: 100%;
		font-size: clamp(2.25rem, 10.5vw, 3.05rem);
		line-height: 1;
	}

	.request-quote-foundation__alternate-link {
		width: 100%;
		min-width: 0;
		min-height: 42px;
		text-align: center;
	}

	.request-quote-foundation__products,
	.request-quote-foundation__form-section {
		padding: 18px;
	}

	.request-quote-foundation__section-head {
		display: grid;
		align-items: start;
		gap: 8px;
	}

	.request-quote-foundation__selected-count {
		white-space: normal;
	}

	.request-quote-foundation__product-row {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 12px;
		align-items: start;
		padding: 16px 0;
	}

	.request-quote-foundation__selected-thumb {
		width: 72px;
	}

	.request-quote-foundation__selected-copy,
	.request-quote-foundation__quantity-field,
	.request-quote-foundation__actions {
		grid-column: 2 / -1;
	}

	.request-quote-foundation__actions {
		justify-content: flex-start;
	}

	.request-quote-foundation__field-grid {
		grid-template-columns: 1fr;
	}

	.request-quote-foundation__empty-link,
	.request-quote-foundation__submit {
		width: 100%;
		min-width: 0;
	}
}

.contact-foundation {
	--contact-copy-sticky-top: calc(var(--shell-header-offset) + clamp(18px, 2vw, 28px));
	overflow-x: clip;
	padding: clamp(112px, calc(3vw + 84px), 132px) 0 clamp(74px, 7vw, 112px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0) 26%),
		linear-gradient(135deg, #f7f8fa 0%, #eef1f3 54%, #e5eaed 100%);
	color: var(--shell-ink);
}

.contact-foundation__shell {
	display: grid;
	gap: clamp(28px, 4vw, 52px);
	min-width: 0;
}

.contact-foundation .shell-breadcrumb {
	margin: 0;
}

.contact-foundation__route {
	min-height: calc(100vh - var(--shell-header-offset));
}

.contact-foundation__frame {
	display: grid;
	grid-template-columns: minmax(390px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(36px, 4.4vw, 68px);
	align-items: stretch;
	min-width: 0;
}

.contact-foundation__intro {
	position: relative;
	min-width: 0;
	padding: clamp(8px, 1vw, 14px) 0 clamp(34px, 4vw, 52px);
}

.contact-foundation__sticky-track {
	min-height: auto;
}

.contact-foundation__sticky-track.is-sticky-ready {
	min-height: var(--contact-sticky-track);
}

.contact-foundation__sticky-copy {
	display: grid;
	gap: 14px;
	align-content: start;
	min-width: 0;
}

.contact-foundation__general-intro .contact-foundation__sticky-copy {
	gap: 12px;
}

.contact-foundation__intro .contact-foundation__sticky-copy::after {
	content: "";
	width: min(100%, 260px);
	height: 1px;
	margin-top: clamp(16px, 2.6vw, 34px);
	background: rgba(18, 22, 29, 0.28);
}

.contact-foundation__eyebrow,
.contact-foundation__path-eyebrow {
	margin: 0;
	font-size: 0.66rem;
	line-height: 1.2;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.46);
}

.contact-foundation__title {
	margin: 0;
	max-width: 13.5ch;
	font-size: clamp(3rem, 3.45vw, 4.18rem);
	line-height: 0.96;
	font-weight: 400;
	letter-spacing: 0;
	text-wrap: balance;
}

.contact-foundation__lede {
	margin: 0;
	max-width: 28rem;
	font-size: clamp(1rem, 1.2vw, 1.13rem);
	line-height: 1.58;
	color: rgba(18, 22, 29, 0.72);
}

.contact-foundation__path-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 2.4vw, 30px);
	align-items: stretch;
	min-width: 0;
}

.contact-foundation__choice-stack {
	display: grid;
	gap: clamp(14px, 1.8vw, 22px);
	min-width: 0;
}

.contact-foundation__path {
	min-width: 0;
}

.contact-foundation__path-shell {
	--contact-path-padding: clamp(24px, 3vw, 36px);
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto minmax(0, 1fr);
	gap: clamp(18px, 2.2vw, 26px);
	align-content: stretch;
	align-items: stretch;
	height: 100%;
	min-height: clamp(360px, 34vw, 470px);
	overflow: hidden;
	border-radius: 8px;
	transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-color 260ms ease;
}

.contact-foundation__path-shell::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.contact-foundation__path--rfq .contact-foundation__path-shell {
	padding: var(--contact-path-padding);
	border: 1px solid rgba(255, 255, 255, 0.16);
	background:
		linear-gradient(150deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 34%),
		#11161d;
	color: #f7f8fa;
	box-shadow: 0 30px 70px rgba(18, 22, 29, 0.22);
}

.contact-foundation__path--rfq .contact-foundation__path-shell::after {
	inset: auto 0 0;
	height: 34%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.contact-foundation__path--custom .contact-foundation__path-shell {
	padding: var(--contact-path-padding);
	border: 1px solid rgba(18, 22, 29, 0.1);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 22px 54px rgba(18, 22, 29, 0.08);
}

.contact-foundation__path--custom .contact-foundation__path-shell::after {
	display: none;
}

.contact-foundation__path-shell:hover,
.contact-foundation__path-shell:focus-within {
	transform: translateY(-4px);
}

.contact-foundation__path--rfq .contact-foundation__path-shell:hover,
.contact-foundation__path--rfq .contact-foundation__path-shell:focus-within {
	box-shadow: 0 34px 78px rgba(18, 22, 29, 0.28);
}

.contact-foundation__path--custom .contact-foundation__path-shell:hover,
.contact-foundation__path--custom .contact-foundation__path-shell:focus-within {
	border-color: rgba(18, 22, 29, 0.18);
	background: rgba(255, 255, 255, 0.9);
}

.contact-foundation__path-icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(3.15rem, 4.2vw, 4.3rem);
	height: clamp(3.15rem, 4.2vw, 4.3rem);
	border-radius: 999px;
	flex: none;
	transition: transform 260ms ease, background-color 260ms ease, color 260ms ease;
}

.contact-foundation__path-icon svg {
	display: block;
	width: 52%;
	height: 52%;
}

.contact-foundation__path--rfq .contact-foundation__path-icon {
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.contact-foundation__path--custom .contact-foundation__path-icon {
	border: 1px solid rgba(18, 22, 29, 0.12);
	background: #f2f4f6;
	color: rgba(18, 22, 29, 0.82);
}

.contact-foundation__path-shell:hover .contact-foundation__path-icon,
.contact-foundation__path-shell:focus-within .contact-foundation__path-icon {
	transform: scale(1.05);
}

.contact-foundation__path-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 14px;
	height: 100%;
	min-width: 0;
}

.contact-foundation__path-title {
	margin: 0;
	max-width: 100%;
	font-size: clamp(1.82rem, 2.5vw, 2.78rem);
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
	text-wrap: balance;
}

.contact-foundation__path-copy {
	margin: 0;
	max-width: 25rem;
	font-size: 0.96rem;
	line-height: 1.54;
}

.contact-foundation__path--rfq .contact-foundation__path-eyebrow,
.contact-foundation__path--rfq .contact-foundation__path-copy {
	color: rgba(247, 248, 250, 0.76);
}

.contact-foundation__path--custom .contact-foundation__path-copy {
	color: rgba(18, 22, 29, 0.72);
}

.contact-foundation__cue-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
}

.contact-foundation__cue-list li {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 0.72rem;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.contact-foundation__path--rfq .contact-foundation__cue-list li {
	border: 1px solid rgba(255, 255, 255, 0.17);
	color: rgba(247, 248, 250, 0.78);
	background: rgba(255, 255, 255, 0.07);
}

.contact-foundation__path--custom .contact-foundation__cue-list li {
	border: 1px solid rgba(18, 22, 29, 0.1);
	color: rgba(18, 22, 29, 0.68);
	background: rgba(18, 22, 29, 0.035);
}

.contact-foundation__path-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 214px;
	min-height: 42px;
	margin-top: auto;
	padding: 0 17px;
	border-radius: var(--shell-radius);
	font-size: 0.66rem;
	font-weight: 300;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.contact-foundation__path--rfq .contact-foundation__path-link {
	border: 1px solid rgba(255, 255, 255, 0.88);
	background: #f7f8fa;
	color: #11161d;
}

.contact-foundation__path--rfq .contact-foundation__path-link:hover,
.contact-foundation__path--rfq .contact-foundation__path-link:focus-visible {
	background: #e7ecf0;
	border-color: #e7ecf0;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
	transform: translateY(-1px);
}

.contact-foundation__path--custom .contact-foundation__path-link {
	border: 1px solid rgba(18, 22, 29, 0.18);
	background: transparent;
	color: var(--shell-ink);
}

.contact-foundation__path--custom .contact-foundation__path-link:hover,
.contact-foundation__path--custom .contact-foundation__path-link:focus-visible {
	background: rgba(18, 22, 29, 0.05);
	border-color: rgba(18, 22, 29, 0.28);
	transform: translateY(-1px);
}

.contact-foundation__fallback {
	margin: 0;
	max-width: 100%;
	font-size: clamp(0.85rem, 0.9vw, 0.95rem);
	line-height: 1.55;
	color: rgba(18, 22, 29, 0.78);
}

.contact-foundation__fallback a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.26em;
	transition: color 180ms ease, text-decoration-color 180ms ease;
}

.contact-foundation__fallback a:hover,
.contact-foundation__fallback a:focus-visible {
	color: var(--shell-ink);
	text-decoration-color: rgba(18, 22, 29, 0.82);
}

.contact-foundation__general {
	display: grid;
	grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 76px);
	align-items: start;
	margin-top: clamp(44px, 6vw, 78px);
	padding: clamp(30px, 4.8vw, 58px) 0 0;
	border-top: 1px solid rgba(18, 22, 29, 0.16);
	scroll-margin-top: calc(var(--shell-header-offset) + 18px);
}

.contact-foundation__general-intro {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.contact-foundation__general-title {
	margin: 0;
	max-width: 100%;
	font-size: clamp(2.1rem, 3.5vw, 4.1rem);
	line-height: 0.96;
	font-weight: 400;
	letter-spacing: 0;
}

.contact-foundation__general-copy {
	margin: 0;
	max-width: 26rem;
	font-size: 0.96rem;
	line-height: 1.56;
	color: rgba(18, 22, 29, 0.7);
}

.contact-foundation__form-stack {
	display: grid;
	gap: clamp(12px, 1.8vw, 18px);
	align-content: start;
	min-width: 0;
}

.contact-foundation__form {
	display: grid;
	gap: clamp(18px, 2.4vw, 26px);
	min-width: 0;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid rgba(18, 22, 29, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.62);
	box-shadow: 0 18px 44px rgba(18, 22, 29, 0.06);
}

.contact-foundation__form-helper {
	margin: 0;
	max-width: 100%;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(18, 22, 29, 0.66);
}

.contact-foundation__field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	min-width: 0;
}

.contact-foundation__field {
	display: grid;
	gap: 7px;
	min-width: 0;
	margin: 0;
}

.contact-foundation__field span {
	font-size: 0.69rem;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.58);
}

.contact-foundation__field input,
.contact-foundation__field textarea {
	width: 100%;
	min-width: 0;
	border: 1px solid rgba(18, 22, 29, 0.14);
	border-radius: var(--shell-radius);
	background: rgba(255, 255, 255, 0.82);
	color: var(--shell-ink);
	font: inherit;
	font-size: 0.95rem;
	line-height: 1.35;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.contact-foundation__field input {
	min-height: 46px;
	padding: 0 13px;
}

.contact-foundation__field textarea {
	min-height: 132px;
	padding: 12px 13px;
	resize: vertical;
}

.contact-foundation__field input:focus,
.contact-foundation__field textarea:focus {
	outline: none;
	border-color: rgba(18, 22, 29, 0.42);
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(18, 22, 29, 0.08);
}

.contact-foundation__field--message {
	grid-column: 1 / -1;
}

.contact-foundation__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 184px;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid #11161d;
	border-radius: var(--shell-radius);
	background: #11161d;
	color: #ffffff;
	font-size: 0.66rem;
	font-weight: 300;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-foundation__submit:hover,
.contact-foundation__submit:focus-visible {
	background: #000000;
	border-color: #000000;
	box-shadow: 0 14px 28px rgba(18, 22, 29, 0.18);
	transform: translateY(-1px);
}

.contact-foundation__direct {
	display: grid;
	grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
	gap: clamp(22px, 4vw, 56px);
	align-items: start;
	margin-top: clamp(30px, 4.8vw, 58px);
	padding-top: clamp(24px, 3.8vw, 44px);
	border-top: 1px solid rgba(18, 22, 29, 0.12);
}

.contact-foundation__direct .contact-foundation__eyebrow {
	color: rgba(18, 22, 29, 0.5);
}

.contact-foundation__direct-intro {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.contact-foundation__direct-title {
	margin: 0;
	max-width: 14rem;
	font-size: clamp(1.48rem, 2.1vw, 2.35rem);
	line-height: 1.04;
	font-weight: 400;
	letter-spacing: 0;
}

.contact-foundation__direct-copy {
	margin: 0;
	max-width: 21rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(18, 22, 29, 0.66);
}

.contact-foundation__direct-ledger {
	display: grid;
	min-width: 0;
	border-top: 1px solid rgba(18, 22, 29, 0.14);
}

.contact-foundation__direct-row {
	display: grid;
	grid-template-columns: 42px minmax(116px, 0.34fr) minmax(0, 1fr);
	gap: clamp(12px, 2vw, 22px);
	align-items: center;
	min-width: 0;
	padding: 15px 0;
	border-bottom: 1px solid rgba(18, 22, 29, 0.1);
}

.contact-foundation__direct-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(18, 22, 29, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.58);
	color: rgba(18, 22, 29, 0.72);
}

.contact-foundation__direct-icon svg {
	display: block;
	width: 50%;
	height: 50%;
}

.contact-foundation__direct-label {
	min-width: 0;
	font-size: 0.68rem;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.54);
}

.contact-foundation__direct-value {
	min-width: 0;
	color: var(--shell-ink);
	font-size: clamp(0.98rem, 1.15vw, 1.08rem);
	line-height: 1.35;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.contact-foundation__direct-value[href] {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.24em;
	text-decoration-color: rgba(18, 22, 29, 0.2);
	transition: color 180ms ease, text-decoration-color 180ms ease;
}

.contact-foundation__direct-value[href]:hover,
.contact-foundation__direct-value[href]:focus-visible {
	color: #000000;
	text-decoration-color: rgba(18, 22, 29, 0.78);
}

@media (min-width: 1101px) {
	.contact-foundation__intro,
	.contact-foundation__general-intro {
		align-self: start;
	}

	.contact-foundation__sticky-copy {
		position: sticky;
		top: var(--contact-copy-sticky-top);
	}
}

@media (max-width: 1100px) {
	.contact-foundation__frame {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.contact-foundation__intro {
		max-width: min(100%, 46rem);
		padding-bottom: 0;
	}

	.contact-foundation__title {
		max-width: 14ch;
		font-size: clamp(2.86rem, 7.2vw, 4.5rem);
	}

	.contact-foundation__path-grid {
		grid-template-columns: 1fr 1fr;
	}

	.contact-foundation__path-shell {
		min-height: 360px;
	}

	.contact-foundation__general {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.contact-foundation__general-title {
		max-width: 100%;
	}

	.contact-foundation__direct {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.contact-foundation__direct-title,
	.contact-foundation__direct-copy {
		max-width: 100%;
	}
}

@media (max-width: 720px) {
	.contact-foundation {
		padding: calc(var(--shell-header-offset) + 14px) 0 66px;
	}

	.contact-foundation__shell {
		gap: 22px;
	}

	.contact-foundation__frame {
		gap: 24px;
	}

	.contact-foundation__intro {
		gap: 10px;
	}

	.contact-foundation__intro .contact-foundation__sticky-copy::after {
		width: 96px;
		margin-top: 12px;
	}

	.contact-foundation__title {
		max-width: 13ch;
		font-size: clamp(2.28rem, 11vw, 3.15rem);
		line-height: 0.98;
	}

	.contact-foundation__lede {
		font-size: 0.92rem;
		line-height: 1.52;
	}

	.contact-foundation__path-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.contact-foundation__path-shell {
		grid-template-columns: 1fr;
		gap: 18px;
		min-height: auto;
		padding: 22px;
	}

	.contact-foundation__path--custom .contact-foundation__path-shell::after {
		top: 0;
		bottom: auto;
		left: 22px;
		right: 22px;
		width: auto;
		height: 3px;
	}

	.contact-foundation__path-icon {
		width: 3rem;
		height: 3rem;
	}

	.contact-foundation__path-body {
		gap: 10px;
	}

	.contact-foundation__path-title {
		max-width: 100%;
		font-size: clamp(1.62rem, 8vw, 2.2rem);
		line-height: 1.04;
	}

	.contact-foundation__path-copy {
		font-size: 0.9rem;
		line-height: 1.5;
	}

	.contact-foundation__cue-list {
		gap: 7px;
	}

	.contact-foundation__cue-list li {
		min-height: 28px;
		font-size: 0.66rem;
		letter-spacing: 0.06em;
		white-space: normal;
	}

	.contact-foundation__path-link {
		width: 100%;
		min-width: 0;
		min-height: 44px;
		margin-top: 6px;
	}

	.contact-foundation__fallback {
		font-size: 0.95rem;
		line-height: 1.5;
	}

	.contact-foundation__general {
		margin-top: 34px;
		padding-top: 28px;
	}

	.contact-foundation__general-title {
		font-size: clamp(1.9rem, 9vw, 2.62rem);
	}

	.contact-foundation__general-copy {
		font-size: 0.9rem;
		line-height: 1.5;
	}

	.contact-foundation__form {
		padding: 18px;
	}

	.contact-foundation__field-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.contact-foundation__field input {
		min-height: 44px;
	}

	.contact-foundation__submit {
		width: 100%;
		min-width: 0;
	}

	.contact-foundation__direct {
		margin-top: 30px;
		padding-top: 26px;
		gap: 18px;
	}

	.contact-foundation__direct-title {
		font-size: clamp(1.42rem, 7vw, 2.02rem);
	}

	.contact-foundation__direct-copy {
		font-size: 0.88rem;
	}

	.contact-foundation__direct-row {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 10px 13px;
		padding: 14px 0;
	}

	.contact-foundation__direct-icon {
		width: 38px;
		height: 38px;
	}

	.contact-foundation__direct-label {
		align-self: end;
	}

	.contact-foundation__direct-value {
		grid-column: 2;
		font-size: 0.96rem;
	}

	body.has-static-page-motion [data-static-motion-root][data-static-motion-scope="contact"] [data-static-motion="contact-path"][data-motion-state="hidden"] {
		opacity: 1;
		filter: none;
		transform: none;
	}
}

body.has-static-page-motion [data-static-motion-root][data-static-motion-scope="custom-inquiry"] [data-static-motion="custom-inquiry-header"][data-motion-state="hidden"],
body.has-static-page-motion [data-static-motion-root][data-static-motion-scope="custom-inquiry"] [data-static-motion="custom-inquiry-form"][data-motion-state="hidden"] {
	opacity: 1;
	filter: none;
	transform: none;
}

.custom-inquiry-foundation {
	overflow-x: clip;
	padding: clamp(104px, calc(3vw + 78px), 124px) 0 clamp(72px, 7vw, 108px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 28%),
		linear-gradient(180deg, #f6f7f8 0%, #eef1f3 100%);
	color: var(--shell-ink);
}

.custom-inquiry-foundation__workflow {
	min-height: calc(100vh - var(--shell-header-offset));
}

.custom-inquiry-foundation__shell {
	display: grid;
	gap: clamp(20px, 3vw, 36px);
	min-width: 0;
}

.custom-inquiry-foundation .shell-breadcrumb {
	margin: 0;
}

.custom-inquiry-foundation__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(16px, 3.2vw, 42px);
	align-items: start;
	min-width: 0;
	padding: clamp(2px, 0.8vw, 8px) 0 clamp(14px, 2.4vw, 28px);
	border-bottom: 1px solid rgba(18, 22, 29, 0.12);
}

.custom-inquiry-foundation__header-copy {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.custom-inquiry-foundation__title {
	margin: 0;
	max-width: 100%;
	font-size: clamp(2.32rem, 3.6vw, 4.05rem);
	line-height: 0.98;
	font-weight: 400;
	letter-spacing: 0;
	text-wrap: balance;
	white-space: nowrap;
}

.custom-inquiry-foundation__subtitle {
	margin: 0;
	max-width: 56rem;
	color: rgba(18, 22, 29, 0.7);
	font-size: clamp(0.98rem, 1.08vw, 1.1rem);
	line-height: 1.56;
}

.custom-inquiry-foundation__form {
	display: grid;
	gap: clamp(18px, 2.4vw, 26px);
	min-width: 0;
	scroll-margin-top: calc(var(--shell-header-offset) + 18px);
	padding: clamp(22px, 3vw, 36px);
	border: 1px solid rgba(18, 22, 29, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 22px 50px rgba(18, 22, 29, 0.065);
}

.custom-inquiry-foundation__form-helper {
	margin: 0;
	max-width: 50rem;
	color: rgba(18, 22, 29, 0.66);
	font-size: 0.92rem;
	line-height: 1.5;
}

.custom-inquiry-foundation__form-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 0.32fr);
	gap: clamp(22px, 3.4vw, 42px);
	align-items: start;
	min-width: 0;
}

.custom-inquiry-foundation__fieldsets {
	display: grid;
	gap: clamp(18px, 2.2vw, 26px);
	min-width: 0;
}

.custom-inquiry-foundation__fieldset {
	display: grid;
	gap: 14px;
	min-width: 0;
	margin: 0;
	padding: 18px 0 0;
	border: 0;
	border-top: 1px solid rgba(18, 22, 29, 0.12);
}

.custom-inquiry-foundation__fieldset legend {
	padding: 0;
	color: rgba(18, 22, 29, 0.66);
	font-size: 0.68rem;
	line-height: 1.2;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.custom-inquiry-foundation__fieldset-copy,
.custom-inquiry-foundation__file-note {
	margin: 0;
	color: rgba(18, 22, 29, 0.66);
	font-size: 0.9rem;
	line-height: 1.5;
}

.custom-inquiry-foundation__field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	min-width: 0;
}

.custom-inquiry-foundation__field {
	display: grid;
	gap: 7px;
	min-width: 0;
	margin: 0;
}

.custom-inquiry-foundation__field--wide {
	grid-column: 1 / -1;
}

.custom-inquiry-foundation__field span {
	color: rgba(18, 22, 29, 0.62);
	font-size: 0.69rem;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.custom-inquiry-foundation__field input,
.custom-inquiry-foundation__field select,
.custom-inquiry-foundation__field textarea {
	width: 100%;
	min-width: 0;
	border: 1px solid rgba(18, 22, 29, 0.14);
	border-radius: 4px;
	background: #ffffff;
	color: var(--shell-ink);
	font: inherit;
}

.custom-inquiry-foundation__field input,
.custom-inquiry-foundation__field select {
	height: 44px;
	padding: 0 12px;
}

.custom-inquiry-foundation__field select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, rgba(18, 22, 29, 0.58) 50%), linear-gradient(135deg, rgba(18, 22, 29, 0.58) 50%, transparent 50%);
	background-position: calc(100% - 17px) 19px, calc(100% - 12px) 19px;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.custom-inquiry-foundation__field textarea {
	min-height: 132px;
	padding: 12px;
	resize: vertical;
}

.custom-inquiry-foundation__field input:focus-visible,
.custom-inquiry-foundation__field select:focus-visible,
.custom-inquiry-foundation__field textarea:focus-visible,
.custom-inquiry-foundation__file-box input:focus-visible,
.custom-inquiry-foundation__submit:focus-visible,
.request-quote-foundation__alternate-link:focus-visible,
.custom-inquiry-foundation__alternate-link:focus-visible {
	outline: 2px solid rgba(18, 22, 29, 0.72);
	outline-offset: 2px;
}

.custom-inquiry-foundation__file-box {
	display: grid;
	gap: 7px;
	min-width: 0;
	padding: 2px 0 2px clamp(14px, 1.6vw, 18px);
	border-left: 2px solid rgba(18, 22, 29, 0.18);
	border-radius: 0;
	background: transparent;
}

.custom-inquiry-foundation__file-title {
	color: var(--shell-ink);
	font-size: 0.94rem;
	line-height: 1.35;
	font-weight: 400;
}

.custom-inquiry-foundation__file-copy {
	color: rgba(18, 22, 29, 0.64);
	font-size: 0.9rem;
	line-height: 1.45;
}

.custom-inquiry-foundation__file-box input {
	width: 100%;
	min-width: 0;
	font-size: 0.9rem;
	line-height: 1.4;
}

.custom-inquiry-foundation__guidance {
	position: sticky;
	top: calc(var(--shell-header-offset) + 24px);
	display: grid;
	gap: 15px;
	min-width: 0;
	padding: clamp(18px, 2.2vw, 24px);
	border-left: 1px solid rgba(18, 22, 29, 0.14);
	background: rgba(255, 255, 255, 0.38);
}

.custom-inquiry-foundation__guidance-title {
	margin: 0;
	max-width: 16rem;
	font-size: clamp(1.18rem, 1.6vw, 1.58rem);
	line-height: 1.08;
	font-weight: 400;
	letter-spacing: 0;
}

.custom-inquiry-foundation__guidance-list {
	display: grid;
	gap: 10px;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.custom-inquiry-foundation__guidance-list li {
	position: relative;
	min-width: 0;
	padding-left: 18px;
	color: rgba(18, 22, 29, 0.68);
	font-size: 0.9rem;
	line-height: 1.45;
}

.custom-inquiry-foundation__guidance-list li::before {
	content: "";
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: rgba(18, 22, 29, 0.55);
}

.custom-inquiry-foundation__submit-area {
	display: grid;
	gap: 10px;
	justify-items: start;
	min-width: 0;
	padding-top: 2px;
}

.custom-inquiry-foundation__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 264px;
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid var(--shell-ink);
	border-radius: var(--shell-radius);
	background: var(--shell-ink);
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.custom-inquiry-foundation__submit:hover,
.custom-inquiry-foundation__submit:focus-visible {
	background: #2a3038;
	border-color: #2a3038;
	box-shadow: 0 14px 28px rgba(18, 22, 29, 0.18);
	transform: translateY(-1px);
}

.custom-inquiry-foundation__submit-note {
	margin: 0;
	max-width: 45rem;
	color: rgba(18, 22, 29, 0.66);
	font-size: 0.9rem;
	line-height: 1.5;
}

@media (max-width: 1100px) {
	.custom-inquiry-foundation__header,
	.custom-inquiry-foundation__form-shell {
		grid-template-columns: 1fr;
	}

	.custom-inquiry-foundation__alternate-link {
		justify-self: start;
	}

	.custom-inquiry-foundation__guidance {
		position: static;
		border-left: 0;
		border-top: 1px solid rgba(18, 22, 29, 0.12);
		padding: 18px 0 0;
		background: transparent;
	}
}

@media (max-width: 820px) {
	.custom-inquiry-foundation {
		padding: calc(var(--shell-header-offset) + 14px) 0 66px;
	}

	.custom-inquiry-foundation__shell {
		gap: 18px;
	}

	.custom-inquiry-foundation__header {
		gap: 12px;
		padding-bottom: 18px;
	}

	.custom-inquiry-foundation__title {
		font-size: clamp(2.16rem, 10vw, 3rem);
		line-height: 1;
		white-space: normal;
	}

	.custom-inquiry-foundation__subtitle {
		font-size: 0.92rem;
		line-height: 1.5;
	}

	.custom-inquiry-foundation__alternate-link {
		width: 100%;
		min-width: 0;
		min-height: 42px;
		text-align: center;
	}

	.custom-inquiry-foundation__form {
		padding: 18px;
	}

	.custom-inquiry-foundation__field-grid {
		grid-template-columns: 1fr;
	}

	.custom-inquiry-foundation__submit {
		width: 100%;
		min-width: 0;
	}
}

.site-main.oem-odm-foundation {
	overflow-x: clip;
	padding: var(--shell-header-offset) 0 64px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 18%),
		linear-gradient(180deg, #f6f7f8 0%, #f1f2f4 44%, #eceff1 100%);
}

.oem-odm-foundation__shell {
	display: grid;
	gap: clamp(18px, 2.8vw, 30px);
	min-width: 0;
}

.oem-odm-foundation__hero {
	padding: 0 0 clamp(42px, 4.8vw, 68px);
}

.oem-odm-foundation__masthead-media {
	background-position: center 54%;
}

@keyframes static-stage-breath {
	from {
		opacity: 0.78;
		transform: translate3d(0, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 1.2%, 0);
	}
}

body.has-static-page-motion [data-static-motion-root] .about-foundation__stage::after,
body.has-static-page-motion [data-static-motion-root] .oem-odm-foundation__stage::after {
	animation: static-stage-breath 16s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
	transform-origin: center;
}

body.has-static-page-motion [data-static-motion] {
	--static-motion-x: 0;
	--static-motion-y: 0;
	--static-motion-scale: 1;
	--static-motion-hidden-x: 0;
	--static-motion-hidden-y: 18px;
	--static-motion-hidden-scale: 1;
	--static-motion-delay: 0ms;
	will-change: transform, opacity, filter, clip-path;
	transition:
		transform 780ms cubic-bezier(0.16, 1, 0.3, 1),
		opacity 680ms ease,
		filter 680ms ease,
		clip-path 780ms cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--static-motion-delay);
}

body.has-static-page-motion [data-static-motion][data-motion-state="hidden"] {
	opacity: 0;
	filter: blur(5px);
	transform: translate3d(var(--static-motion-hidden-x), var(--static-motion-hidden-y), 0) scale(var(--static-motion-hidden-scale));
}

body.has-static-page-motion [data-static-motion][data-motion-state="visible"] {
	opacity: 1;
	filter: none;
	transform: translate3d(var(--static-motion-x), var(--static-motion-y), 0) scale(var(--static-motion-scale));
}

body.has-static-page-motion [data-static-motion-media] img {
	will-change: transform, filter;
	transition:
		transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
		filter 840ms ease;
}

body.has-static-page-motion [data-static-motion][data-motion-state="hidden"] [data-static-motion-media] img {
	filter: saturate(0.82) contrast(1.02) brightness(0.94);
	transform: scale(1.045);
}

body.has-static-page-motion [data-static-motion][data-motion-state="visible"] [data-static-motion-media] img {
	transform: scale(1.012);
}

body.has-static-page-motion [data-static-motion][data-motion-state="visible"]:hover [data-static-motion-media] img,
body.has-static-page-motion [data-static-motion][data-motion-state="visible"]:focus-within [data-static-motion-media] img {
	filter: saturate(0.94) contrast(1.04) brightness(0.99);
	transform: scale(1.04);
}

body.has-static-page-motion [data-static-motion="stage-copy"] {
	--static-motion-hidden-y: 14px;
	transition-duration: 920ms;
}

body.has-static-page-motion [data-static-motion="scope-card"],
body.has-static-page-motion [data-static-motion="prep-item"],
body.has-static-page-motion [data-static-motion="process-item"],
body.has-static-page-motion [data-static-motion="contact-path"] {
	transition-duration: 840ms;
}

body.has-static-page-motion [data-static-motion="scope-card"]:nth-child(2n),
body.has-static-page-motion [data-static-motion="prep-item"]:nth-child(2n),
body.has-static-page-motion [data-static-motion="process-item"]:nth-child(2n),
body.has-static-page-motion [data-static-motion="contact-path"]:nth-child(2n) {
	--static-motion-delay: 70ms;
}

body.has-static-page-motion [data-static-motion="scope-card"]:nth-child(3n),
body.has-static-page-motion [data-static-motion="prep-item"]:nth-child(3n),
body.has-static-page-motion [data-static-motion="process-item"]:nth-child(3n) {
	--static-motion-delay: 130ms;
}

[data-static-motion-scope="about"] [data-static-motion="identity-media"][data-motion-state="hidden"] {
	--static-motion-hidden-x: 24px;
	--static-motion-hidden-y: 0;
	--static-motion-hidden-scale: 1.01;
}

[data-static-motion-scope="about"] [data-static-motion="identity-copy"][data-motion-state="hidden"] {
	--static-motion-hidden-x: -18px;
	--static-motion-hidden-y: 12px;
}

[data-static-motion-scope="about"] [data-static-motion="identity-facts"][data-motion-state="hidden"] {
	--static-motion-hidden-y: 14px;
	--static-motion-hidden-scale: 0.996;
}

[data-static-motion-scope="about"] [data-static-motion="proof-band"][data-motion-state="hidden"] {
	--static-motion-hidden-y: 20px;
	--static-motion-hidden-scale: 0.992;
}

[data-static-motion-scope="about"] [data-static-motion="proof-notes"][data-motion-state="hidden"] {
	--static-motion-hidden-y: 12px;
	--static-motion-hidden-scale: 0.998;
}

[data-static-motion-scope="contact"] [data-static-motion="contact-frame"][data-motion-state="hidden"] {
	--static-motion-hidden-y: 12px;
}

[data-static-motion-scope="contact"] [data-static-motion="contact-path"][data-motion-state="hidden"] {
	--static-motion-hidden-y: 18px;
	--static-motion-hidden-scale: 0.992;
}

[data-static-motion-scope="customization"] [data-static-motion="scope-card"] {
	clip-path: inset(0 0 0 0);
	transform-origin: center;
}

[data-static-motion-scope="customization"] [data-static-motion="scope-card"][data-motion-state="hidden"] {
	--static-motion-hidden-y: 20px;
	--static-motion-hidden-scale: 0.982;
	clip-path: inset(10% 0 0 0);
}

[data-static-motion-scope="customization"] [data-static-motion="prep-item"][data-motion-state="hidden"] {
	--static-motion-hidden-y: 16px;
	--static-motion-hidden-scale: 0.996;
}

[data-static-motion-scope="customization"] [data-static-motion="process-item"]:nth-child(n+7) {
	--static-motion-x: 50%;
	--static-motion-hidden-x: 50%;
}

[data-static-motion-scope="customization"] [data-static-motion="process-item"][data-motion-state="hidden"] {
	--static-motion-hidden-y: 16px;
	--static-motion-hidden-scale: 0.994;
}

@media (max-width: 1100px) {
	[data-static-motion-scope="customization"] [data-static-motion="process-item"]:nth-child(n+7) {
		--static-motion-x: 0;
		--static-motion-hidden-x: 0;
	}

	[data-static-motion-scope="about"] [data-static-motion="identity-media"][data-motion-state="hidden"],
	[data-static-motion-scope="about"] [data-static-motion="identity-copy"][data-motion-state="hidden"] {
		--static-motion-hidden-x: 0;
		--static-motion-hidden-y: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.has-static-page-motion [data-static-motion-root] .about-foundation__stage::after,
	body.has-static-page-motion [data-static-motion-root] .oem-odm-foundation__stage::after,
	body.has-static-page-motion [data-static-motion],
	body.has-static-page-motion [data-static-motion-media] img,
	body.has-static-page-motion [data-static-focus-item] {
		transition: none;
		animation: none;
		opacity: 1;
		filter: none;
		clip-path: none;
	}
}

.oem-odm-foundation__stage {
	position: relative;
	display: grid;
	place-items: center;
	width: 100vw;
	min-height: clamp(540px, 64vh, 700px);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	padding: clamp(72px, 9vw, 112px) clamp(24px, 4vw, 56px) clamp(68px, 8vw, 96px);
	background: #151719;
}

.oem-odm-foundation__copy,
.oem-odm-foundation__fact,
.oem-odm-foundation__actions {
	position: relative;
}

.oem-odm-foundation__stage::before,
.oem-odm-foundation__stage::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.oem-odm-foundation__stage::before {
	background:
		linear-gradient(180deg, rgba(9, 10, 12, 0.58) 0%, rgba(9, 10, 12, 0.28) 28%, rgba(9, 10, 12, 0.5) 100%),
		linear-gradient(90deg, rgba(9, 10, 12, 0.62) 0%, rgba(9, 10, 12, 0.18) 26%, rgba(9, 10, 12, 0.18) 74%, rgba(9, 10, 12, 0.66) 100%),
		var(--oem-odm-stage-image) center 58% / cover no-repeat;
	filter: saturate(0.88) contrast(1.04) brightness(0.72);
	transform: scale(1);
	transition: transform 500ms ease, filter 500ms ease;
}

.oem-odm-foundation__stage:hover::before {
	transform: scale(1.02);
	filter: saturate(0.84) contrast(0.98) brightness(0.76);
}

.oem-odm-foundation__stage::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 34%);
}

.oem-odm-foundation__stage-breadcrumb {
	position: absolute;
	inset: clamp(16px, 2.4vw, 28px) 0 auto;
	z-index: 2;
	pointer-events: none;
}

.oem-odm-foundation__stage-breadcrumb-inner {
	display: flex;
	justify-content: center;
	pointer-events: auto;
}

.oem-odm-foundation__stage .shell-breadcrumb {
	margin: 0;
}

.oem-odm-foundation__stage .shell-breadcrumb ol {
	justify-content: center;
	color: rgba(248, 246, 241, 0.78);
	font-size: 0.64rem;
	letter-spacing: 0.18em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
}

.oem-odm-foundation__stage .shell-breadcrumb li + li::before {
	color: rgba(248, 246, 241, 0.42);
}

.oem-odm-foundation__stage .shell-breadcrumb a,
.oem-odm-foundation__stage .shell-breadcrumb span[aria-current="page"] {
	color: rgba(248, 246, 241, 0.8);
}

.oem-odm-foundation__stage .shell-breadcrumb a:hover,
.oem-odm-foundation__stage .shell-breadcrumb a:focus-visible,
.oem-odm-foundation__stage .shell-breadcrumb span[aria-current="page"] {
	color: #ffffff;
}

.oem-odm-foundation__copy {
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 12px;
	width: min(100%, 1180px);
	padding: 0;
	color: #f8f6f1;
	text-align: center;
}

.oem-odm-foundation__eyebrow {
	margin: 0;
	font-size: 0.68rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

.oem-odm-foundation__scope .oem-odm-foundation__eyebrow,
.oem-odm-foundation__prep .oem-odm-foundation__eyebrow,
.oem-odm-foundation__process .oem-odm-foundation__eyebrow,
.oem-odm-foundation__handoff .oem-odm-foundation__eyebrow {
	color: rgba(18, 22, 29, 0.42);
}

.oem-odm-foundation__title {
	margin: 0;
	max-width: 100%;
	font-size: clamp(3.4rem, 4.8vw, 5.6rem);
	line-height: 0.92;
	letter-spacing: 0;
	font-weight: 400;
	text-wrap: balance;
}

.oem-odm-foundation__lede {
	margin: 0;
	max-width: 30rem;
	font-size: 1.05rem;
	line-height: 1.56;
	color: rgba(255, 255, 255, 0.82);
}

.oem-odm-foundation__facts {
	display: grid;
	gap: 0;
	margin: 4px 0 0;
	border-top: 1px solid rgba(18, 22, 29, 0.1);
	border-bottom: 1px solid rgba(18, 22, 29, 0.1);
}

.oem-odm-foundation__fact {
	display: grid;
	grid-template-columns: minmax(8.4rem, 0.34fr) minmax(0, 1fr);
	gap: 8px 18px;
	padding: 14px 0;
}

.oem-odm-foundation__fact + .oem-odm-foundation__fact {
	border-top: 1px solid rgba(18, 22, 29, 0.08);
}

.oem-odm-foundation__fact-term {
	display: grid;
	gap: 6px;
	min-width: 0;
	margin: 0;
}

.oem-odm-foundation__fact-label {
	margin: 0;
	font-size: 0.68rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.64);
}

.oem-odm-foundation__fact-value {
	margin: 0;
	font-size: clamp(1.06rem, 1.35vw, 1.34rem);
	line-height: 1.08;
	font-weight: 500;
}

.oem-odm-foundation__fact-copy {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.52;
	color: rgba(18, 22, 29, 0.74);
}

.oem-odm-foundation__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	align-items: center;
	padding-top: 4px;
}

.oem-odm-foundation__primary-link {
	padding-inline: 20px;
}

.oem-odm-foundation__secondary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 4px;
	border: 1px solid rgba(18, 22, 29, 0.16);
	border-radius: var(--shell-radius);
	background: rgba(255, 255, 255, 0.64);
	font-size: 0.66rem;
	font-weight: 300;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--shell-ink);
	transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.oem-odm-foundation__secondary-link:hover,
.oem-odm-foundation__secondary-link:focus-visible {
	background: rgba(255, 255, 255, 0.86);
	border-color: rgba(18, 22, 29, 0.26);
	color: var(--shell-ink);
	box-shadow: 0 12px 24px rgba(18, 22, 29, 0.06);
}

.oem-odm-foundation__section {
	padding: clamp(42px, 5vw, 72px) 0 0;
}

.oem-odm-foundation__scope {
	padding-top: clamp(32px, 4.2vw, 58px);
	padding-bottom: clamp(58px, 5.6vw, 92px);
}

.oem-odm-foundation__prep {
	padding-top: clamp(56px, 5.8vw, 94px);
	padding-bottom: clamp(54px, 5vw, 84px);
	border-top: 1px solid rgba(18, 22, 29, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(244, 246, 247, 0.94) 100%),
		linear-gradient(90deg, rgba(18, 22, 29, 0.035) 0 1px, transparent 1px 100%) 0 0 / 72px 72px;
}

.oem-odm-foundation__scope-frame {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(26px, 4vw, 50px);
	align-items: start;
	padding-top: clamp(10px, 1.6vw, 18px);
}

.oem-odm-foundation__prep-frame {
	display: grid;
	grid-template-columns: minmax(270px, 0.62fr) minmax(0, 1.38fr);
	gap: clamp(38px, 4.6vw, 72px);
	align-items: start;
	padding-top: clamp(16px, 2vw, 22px);
}

.oem-odm-foundation__scope-copy {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.62fr);
	gap: clamp(18px, 3vw, 36px);
	align-items: end;
	min-width: 0;
}

.oem-odm-foundation__scope-heading,
.oem-odm-foundation__scope-intro,
.oem-odm-foundation__prep-copy {
	display: grid;
	gap: 10px;
	align-content: start;
	min-width: 0;
}

.oem-odm-foundation__prep-copy {
	max-width: 30rem;
	padding-top: 4px;
}

.oem-odm-foundation__prep-copy .oem-odm-foundation__section-title {
	max-width: 20ch;
	font-size: clamp(2.72rem, 3.35vw, 3.28rem);
	line-height: 1.04;
}

.oem-odm-foundation__prep-copy .oem-odm-foundation__section-title::after {
	content: "";
	display: block;
	width: 64px;
	height: 1px;
	margin-top: 22px;
	background: rgba(18, 22, 29, 0.42);
}

.oem-odm-foundation__section-title {
	margin: 0;
	max-width: 16ch;
	font-size: clamp(2rem, 2.75vw, 3rem);
	line-height: 0.98;
	font-weight: 400;
	letter-spacing: 0;
	text-wrap: balance;
}

.oem-odm-foundation__scope-heading .oem-odm-foundation__section-title {
	max-width: none;
	white-space: nowrap;
}

.oem-odm-foundation__scope-intro {
	align-self: end;
	justify-self: start;
	max-width: none;
}

.oem-odm-foundation__scope-intro .oem-odm-foundation__section-copy,
.oem-odm-foundation__scope-intro .oem-odm-foundation__section-note {
	max-width: none;
	white-space: nowrap;
}

.oem-odm-foundation__section-copy {
	margin: 0;
	max-width: 34rem;
	font-size: 0.98rem;
	line-height: 1.58;
	color: rgba(18, 22, 29, 0.76);
}

.oem-odm-foundation__section-note {
	margin: 0;
	max-width: 28rem;
	font-size: 0.86rem;
	line-height: 1.5;
	color: rgba(18, 22, 29, 0.62);
}

.oem-odm-foundation__scope-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(38px, 4.4vw, 64px) clamp(22px, 3vw, 34px);
	min-width: 0;
}

.oem-odm-foundation__scope-card {
	position: relative;
	display: grid;
	align-content: start;
	min-width: 0;
	isolation: isolate;
	transition:
		transform 860ms cubic-bezier(0.16, 1, 0.3, 1),
		opacity 620ms ease,
		filter 760ms ease;
}

.oem-odm-foundation__scope-card::before {
	content: "";
	position: absolute;
	inset: clamp(16px, 2vw, 24px) clamp(14px, 2vw, 22px) auto auto;
	z-index: 2;
	width: clamp(46px, 5vw, 70px);
	height: 1px;
	background: rgba(18, 22, 29, 0.3);
	transform: scaleX(0.46);
	transform-origin: right center;
	opacity: 0.42;
	transition:
		transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
		opacity 520ms ease;
}

.oem-odm-foundation__scope-card-media {
	position: relative;
	margin: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #dde2e2;
	box-shadow: 0 18px 46px rgba(18, 22, 29, 0.08);
	transition:
		box-shadow 760ms ease,
		filter 760ms ease;
}

.oem-odm-foundation__scope-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.78) contrast(1.02) brightness(0.96);
	transform: scale(1.035);
	transition:
		transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
		filter 860ms ease;
}

.oem-odm-foundation__scope-card:hover .oem-odm-foundation__scope-card-media img,
.oem-odm-foundation__scope-card:focus-within .oem-odm-foundation__scope-card-media img {
	filter: saturate(0.94) contrast(1.06) brightness(1);
	transform: scale(1.06);
}

.oem-odm-foundation__scope-card-panel {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 8px;
	min-height: 112px;
	margin: calc(clamp(18px, 2.4vw, 28px) * -1) clamp(22px, 4vw, 60px) 0;
	padding: clamp(18px, 2.1vw, 24px);
	border: 1px solid rgba(18, 22, 29, 0.08);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 24px 46px rgba(18, 22, 29, 0.08);
	transform: translate3d(0, 7px, 0);
	transition:
		transform 780ms cubic-bezier(0.16, 1, 0.3, 1),
		background-color 520ms ease,
		border-color 520ms ease,
		box-shadow 720ms ease;
}

.oem-odm-foundation__scope-card.is-static-focus-active {
	filter: none;
	transform: translate3d(0, -6px, 0) scale(1.012);
}

.oem-odm-foundation__scope-card.is-static-focus-active::before {
	opacity: 0.78;
	transform: scaleX(1);
}

.oem-odm-foundation__scope-card.is-static-focus-active .oem-odm-foundation__scope-card-media {
	box-shadow: 0 28px 64px rgba(18, 22, 29, 0.12);
}

.oem-odm-foundation__scope-card.is-static-focus-active .oem-odm-foundation__scope-card-media img {
	filter: saturate(0.94) contrast(1.05) brightness(1);
	transform: scale(1.01);
}

.oem-odm-foundation__scope-card.is-static-focus-active .oem-odm-foundation__scope-card-panel {
	border-color: rgba(18, 22, 29, 0.12);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 30px 58px rgba(18, 22, 29, 0.1);
	transform: translate3d(0, 0, 0);
}

.oem-odm-foundation__scope-card-title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.22;
	font-weight: 500;
	color: var(--shell-ink);
}

.oem-odm-foundation__scope-card-copy {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.52;
	color: rgba(18, 22, 29, 0.72);
}

.oem-odm-foundation__prep-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.oem-odm-foundation__prep-item-title {
	font-size: 1.02rem;
	line-height: 1.22;
	letter-spacing: 0;
	text-transform: none;
	color: var(--shell-ink);
}

.oem-odm-foundation__prep-item-copy {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.52;
	color: rgba(18, 22, 29, 0.74);
}

.oem-odm-foundation__prep-item {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
	align-content: start;
	min-width: 0;
	min-height: 222px;
	padding: 26px 28px 28px;
	border: 1px solid rgba(18, 22, 29, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 22px 46px rgba(18, 22, 29, 0.08);
	overflow: hidden;
	transition:
		transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
		border-color 360ms ease,
		box-shadow 520ms ease;
}

.oem-odm-foundation__prep-item::after {
	content: "";
	position: absolute;
	inset: auto 24px 0;
	height: 1px;
	background: rgba(18, 22, 29, 0.2);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.oem-odm-foundation__prep-item:hover,
.oem-odm-foundation__prep-item:focus-within {
	border-color: rgba(18, 22, 29, 0.16);
	box-shadow: 0 28px 56px rgba(18, 22, 29, 0.1);
	transform: translate3d(0, -4px, 0);
}

.oem-odm-foundation__prep-item:hover::after,
.oem-odm-foundation__prep-item:focus-within::after {
	transform: scaleX(1);
}

.oem-odm-foundation__prep-item-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	min-width: 0;
}

.oem-odm-foundation__prep-item-body {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.oem-odm-foundation__prep-item-title {
	margin: 0;
	font-weight: 400;
}

.oem-odm-foundation__prep-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 34px;
	padding: 0 10px;
	border: 1px solid rgba(18, 22, 29, 0.18);
	border-radius: 8px;
	color: rgba(18, 22, 29, 0.68);
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 500;
	background: rgba(18, 22, 29, 0.025);
}

.oem-odm-foundation__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.02rem;
	height: 1.02rem;
	color: rgba(18, 22, 29, 0.72);
	flex: none;
}

.oem-odm-foundation__prep-icon {
	width: 3.35rem;
	height: 3.35rem;
	color: rgba(18, 22, 29, 0.7);
}

.oem-odm-foundation__icon svg,
.oem-odm-foundation__icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.oem-odm-foundation__icon img {
	object-fit: contain;
}

.oem-odm-foundation__process {
	padding-top: clamp(58px, 6vw, 92px);
	padding-bottom: clamp(58px, 5.4vw, 88px);
	border-top: 1px solid rgba(18, 22, 29, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 248, 250, 0.72) 100%),
		radial-gradient(circle at 50% 0%, rgba(18, 22, 29, 0.045) 0%, rgba(18, 22, 29, 0) 36%);
}

.oem-odm-foundation__process-lede {
	display: grid;
	justify-items: center;
	margin: 0 auto clamp(34px, 4vw, 54px);
	text-align: center;
}

.oem-odm-foundation__process-lede .oem-odm-foundation__section-copy {
	max-width: 58rem;
	font-size: clamp(1rem, 1.15vw, 1.16rem);
	line-height: 1.62;
	color: rgba(18, 22, 29, 0.76);
}

.oem-odm-foundation__process-heading {
	display: grid;
	justify-items: center;
	gap: 12px;
	margin: 0 auto clamp(34px, 4.6vw, 62px);
	text-align: center;
}

.oem-odm-foundation__process-heading .oem-odm-foundation__section-title {
	max-width: 100%;
}

.oem-odm-foundation__process-heading .oem-odm-foundation__section-title::after {
	content: "";
	display: block;
	width: 64px;
	height: 1px;
	margin: 20px auto 0;
	background: rgba(18, 22, 29, 0.34);
}

.oem-odm-foundation__process-track {
	--oem-odm-process-icon-size: clamp(4.35rem, 5.6vw, 5.25rem);
	--oem-odm-process-col-gap: clamp(16px, 2vw, 24px);
	--oem-odm-process-row-height: 247px;
	--oem-odm-process-row-gap: clamp(46px, 5vw, 64px);
	--oem-odm-process-line-y: calc(var(--oem-odm-process-icon-size) / 2);
	--oem-odm-process-line-color: rgba(18, 22, 29, 0.2);
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: var(--oem-odm-process-row-gap) var(--oem-odm-process-col-gap);
	margin: 0;
	padding: 0;
	list-style: none;
}

.oem-odm-foundation__process-track::before,
.oem-odm-foundation__process-track::after {
	content: "";
	position: absolute;
	z-index: 0;
	height: 1px;
	background: var(--oem-odm-process-line-color);
	pointer-events: none;
	display: none;
}

.oem-odm-foundation__process-track::before {
	top: 0;
}

.oem-odm-foundation__process-track::after {
	top: 0;
}

.oem-odm-foundation__process-item {
	position: relative;
	z-index: 1;
	display: grid;
	grid-column: span 1;
	gap: 18px;
	align-content: start;
	justify-items: center;
	min-width: 0;
	min-height: var(--oem-odm-process-row-height);
	text-align: center;
}

.oem-odm-foundation__process-item:nth-child(n+7) {
	transform: translateX(50%);
}

.oem-odm-foundation__process-marker {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 9px;
	width: 100%;
}

.oem-odm-foundation__process-marker::before,
.oem-odm-foundation__process-marker::after {
	content: "";
	position: absolute;
	top: var(--oem-odm-process-line-y);
	z-index: 0;
	height: 1px;
	background: var(--oem-odm-process-line-color);
	pointer-events: none;
}

.oem-odm-foundation__process-marker::before {
	left: calc(var(--oem-odm-process-col-gap) / -2);
	right: calc(50% + (var(--oem-odm-process-icon-size) / 2));
}

.oem-odm-foundation__process-marker::after {
	left: calc(50% + (var(--oem-odm-process-icon-size) / 2));
	right: calc(var(--oem-odm-process-col-gap) / -2);
}

.oem-odm-foundation__process-item:nth-child(1) .oem-odm-foundation__process-marker::before,
.oem-odm-foundation__process-item:nth-child(7) .oem-odm-foundation__process-marker::before,
.oem-odm-foundation__process-item:nth-child(6) .oem-odm-foundation__process-marker::after,
.oem-odm-foundation__process-item:nth-child(11) .oem-odm-foundation__process-marker::after {
	display: none;
}

.oem-odm-foundation__process-icon {
	position: relative;
	z-index: 2;
	width: var(--oem-odm-process-icon-size);
	height: var(--oem-odm-process-icon-size);
	padding: clamp(1.05rem, 1.5vw, 1.28rem);
	border: 1px solid rgba(18, 22, 29, 0.08);
	border-radius: 999px;
	color: rgba(18, 22, 29, 0.78);
	background:
		linear-gradient(180deg, #fbfcfd 0%, #f2f4f6 100%);
	box-shadow: 0 18px 36px rgba(18, 22, 29, 0.06);
	transition:
		transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
		border-color 360ms ease,
		box-shadow 420ms ease,
		background-color 360ms ease;
}

.oem-odm-foundation__process-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 9px;
	border-radius: 999px;
	color: #fff;
	font-size: 0.78rem;
	line-height: 1;
	font-weight: 600;
	background: #0f131a;
	box-shadow: 0 12px 22px rgba(18, 22, 29, 0.14);
}

.oem-odm-foundation__process-body {
	display: grid;
	gap: 8px;
	min-width: 0;
	transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.oem-odm-foundation__process-item:hover .oem-odm-foundation__process-icon,
.oem-odm-foundation__process-item:focus-within .oem-odm-foundation__process-icon {
	border-color: rgba(18, 22, 29, 0.18);
	background: #ffffff;
	box-shadow: 0 24px 46px rgba(18, 22, 29, 0.1);
	transform: translate3d(0, -4px, 0) scale(1.04);
}

.oem-odm-foundation__process-item:hover .oem-odm-foundation__process-body,
.oem-odm-foundation__process-item:focus-within .oem-odm-foundation__process-body {
	transform: translate3d(0, 3px, 0);
}

.oem-odm-foundation__process-title {
	margin: 0;
	font-size: clamp(0.94rem, 1vw, 1.05rem);
	line-height: 1.24;
	font-weight: 500;
	color: var(--shell-ink);
}

.oem-odm-foundation__process-copy {
	margin: 0 auto;
	max-width: 15.4rem;
	font-size: 0.84rem;
	line-height: 1.5;
	color: rgba(18, 22, 29, 0.66);
}

.oem-odm-foundation__handoff {
	padding-top: clamp(30px, 4.2vw, 56px);
}

.oem-odm-foundation__handoff-frame {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(18px, 3vw, 36px);
	align-items: center;
	padding: clamp(20px, 2.8vw, 34px) 0;
	border-top: 1px solid rgba(18, 22, 29, 0.12);
	border-bottom: 1px solid rgba(18, 22, 29, 0.12);
}

.oem-odm-foundation__handoff-copy {
	display: grid;
	gap: 10px;
	min-width: 0;
	max-width: 44rem;
}

.oem-odm-foundation__handoff-copy .oem-odm-foundation__section-title {
	max-width: 18ch;
}

.oem-odm-foundation__handoff-title {
	max-width: none;
	white-space: nowrap;
}

.oem-odm-foundation__handoff-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	align-items: center;
	justify-content: flex-end;
	min-width: min(100%, 330px);
}

@media (max-width: 1100px) {
	.oem-odm-foundation__stage {
		min-height: clamp(500px, 62vh, 640px);
	}

	.oem-odm-foundation__copy {
		padding-top: 0;
	}

	.oem-odm-foundation__title {
		max-width: 100%;
		font-size: clamp(2.48rem, 8vw, 4.06rem);
	}

	.oem-odm-foundation__prep-frame {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.oem-odm-foundation__section-title {
		max-width: 100%;
	}

	.oem-odm-foundation__prep-copy {
		max-width: 100%;
	}

	.oem-odm-foundation__prep-copy .oem-odm-foundation__section-title {
		max-width: 20ch;
		font-size: clamp(2.45rem, 5.4vw, 3rem);
	}

	.oem-odm-foundation__prep-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.oem-odm-foundation__scope-copy {
		grid-template-columns: 1fr;
		max-width: min(100%, 44rem);
	}

	.oem-odm-foundation__scope-intro {
		justify-self: start;
	}

	.oem-odm-foundation__scope-gallery {
		gap: clamp(28px, 4vw, 42px) 18px;
	}

	.oem-odm-foundation__process-track {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 34px 18px;
	}

	.oem-odm-foundation__process-track::before,
	.oem-odm-foundation__process-track::after {
		display: none;
	}

	.oem-odm-foundation__process-marker::before,
	.oem-odm-foundation__process-marker::after {
		display: none;
	}

	.oem-odm-foundation__process-item,
	.oem-odm-foundation__process-item:nth-child(n+7) {
		min-height: auto;
		transform: none;
	}

	.oem-odm-foundation__handoff-frame {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.oem-odm-foundation__handoff-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 720px) {
	.site-main.oem-odm-foundation {
		padding: var(--shell-header-offset) 0 64px;
	}

	.oem-odm-foundation__shell {
		gap: 18px;
	}

	.oem-odm-foundation__stage {
		min-height: clamp(430px, 58vh, 540px);
		padding: 76px 24px 70px;
	}

	.oem-odm-foundation__stage .shell-breadcrumb ol {
		font-size: 0.58rem;
		letter-spacing: 0.14em;
	}

	.oem-odm-foundation__eyebrow {
		font-size: 0.62rem;
		letter-spacing: 0.18em;
	}

	.oem-odm-foundation__title {
		font-size: clamp(2.22rem, 10vw, 3.16rem);
		line-height: 0.98;
	}

	.oem-odm-foundation__lede {
		font-size: 0.9rem;
		line-height: 1.54;
	}

	.oem-odm-foundation__fact {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 12px 0;
	}

	.oem-odm-foundation__fact-label {
		font-size: 0.6rem;
		letter-spacing: 0.16em;
	}

	.oem-odm-foundation__fact-value {
		font-size: clamp(1.08rem, 5vw, 1.28rem);
	}

	.oem-odm-foundation__fact-copy {
		font-size: 0.88rem;
		line-height: 1.5;
	}

	.oem-odm-foundation__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: min(100%, 320px);
		gap: 8px;
	}

	.oem-odm-foundation__primary-link,
	.oem-odm-foundation__secondary-link {
		width: 100%;
	}

	.oem-odm-foundation__section {
		padding-top: 36px;
	}

	.oem-odm-foundation__scope {
		padding-top: 38px;
		padding-bottom: 48px;
	}

	.oem-odm-foundation__prep {
		padding-top: 38px;
		padding-bottom: 40px;
	}

	.oem-odm-foundation__process {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.oem-odm-foundation__section-title {
		font-size: clamp(1.96rem, 8.2vw, 2.62rem);
		line-height: 1.02;
	}

	.oem-odm-foundation__scope-heading .oem-odm-foundation__section-title {
		white-space: normal;
	}

	.oem-odm-foundation__section-copy {
		font-size: 0.9rem;
		line-height: 1.54;
	}

	.oem-odm-foundation__section-note {
		font-size: 0.8rem;
		line-height: 1.46;
	}

	.oem-odm-foundation__scope-intro .oem-odm-foundation__section-copy {
		font-size: 0.58rem;
		line-height: 1.42;
	}

	.oem-odm-foundation__scope-intro .oem-odm-foundation__section-note {
		font-size: 0.56rem;
		line-height: 1.42;
	}

	.oem-odm-foundation__scope-frame,
	.oem-odm-foundation__prep-frame {
		gap: 20px;
	}

	.oem-odm-foundation__scope-gallery {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.oem-odm-foundation__scope-card-media {
		aspect-ratio: 4 / 3;
	}

	.oem-odm-foundation__scope-card-panel {
		min-height: auto;
		margin: -22px 16px 0;
		padding: 18px;
	}

	.oem-odm-foundation__scope-card-title {
		font-size: 0.96rem;
	}

	.oem-odm-foundation__prep-copy .oem-odm-foundation__section-title {
		max-width: 100%;
		font-size: 2.44rem;
		line-height: 1.05;
	}

	.oem-odm-foundation__prep-copy .oem-odm-foundation__section-title::after {
		margin-top: 18px;
	}

	.oem-odm-foundation__prep-list {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.oem-odm-foundation__prep-item {
		gap: 16px;
		min-height: auto;
		padding: 20px;
	}

	.oem-odm-foundation__process-lede {
		justify-items: start;
		margin-bottom: 28px;
		text-align: left;
	}

	.oem-odm-foundation__process-heading {
		justify-items: start;
		margin-bottom: 26px;
		text-align: left;
	}

	.oem-odm-foundation__process-heading .oem-odm-foundation__section-title::after {
		margin-left: 0;
	}

	.oem-odm-foundation__process-track {
		grid-template-columns: 1fr;
		gap: 0;
		padding-left: 16px;
	}

	.oem-odm-foundation__process-track::before {
		display: block;
		top: 10px;
		bottom: 10px;
		left: 36px;
		right: auto;
		width: 1px;
		height: auto;
	}

	.oem-odm-foundation__process-item {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 16px;
		justify-items: start;
		padding: 0 0 22px;
		text-align: left;
	}

	.oem-odm-foundation__process-item:last-child {
		padding-bottom: 0;
	}

	.oem-odm-foundation__process-marker {
		gap: 7px;
	}

	.oem-odm-foundation__process-icon {
		width: 2.55rem;
		height: 2.55rem;
		padding: 0.7rem;
		background: #f5f6f8;
	}

	.oem-odm-foundation__process-number {
		min-width: 30px;
		height: 28px;
		font-size: 0.72rem;
	}

	.oem-odm-foundation__process-body {
		padding-top: 5px;
	}

	.oem-odm-foundation__process-copy {
		max-width: 100%;
		margin: 0;
	}

	.oem-odm-foundation__prep-icon {
		width: 3rem;
		height: 3rem;
	}

	.oem-odm-foundation__prep-number {
		min-width: 36px;
		height: 31px;
		font-size: 0.82rem;
	}

	.oem-odm-foundation__prep-item-title {
		font-size: 0.92rem;
		line-height: 1.24;
	}

	.oem-odm-foundation__scope-card-copy,
	.oem-odm-foundation__prep-item-copy {
		font-size: 0.88rem;
		line-height: 1.5;
	}

	.oem-odm-foundation__handoff {
		padding-top: 30px;
	}

	.oem-odm-foundation__handoff-frame {
		gap: 16px;
		padding: 22px 0;
	}

	.oem-odm-foundation__handoff-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: min(100%, 320px);
		min-width: 0;
		gap: 8px;
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
}

html.has-home-camera-scroll-lock,
html.has-home-video-scroll-lock {
	scroll-behavior: auto;
	overscroll-behavior-y: none;
}

html.has-home-camera-scroll-lock,
html.has-home-camera-scroll-lock body {
	overflow: hidden;
}

html.has-home-camera-scroll-lock {
	scrollbar-width: none;
}

html.has-home-camera-scroll-lock::-webkit-scrollbar {
	display: none;
}

body {
	margin: 0;
	min-height: 100vh;
	font-family: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: var(--shell-ink);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 22%),
		linear-gradient(180deg, #f5f6f8 0%, var(--shell-bg) 48%, #eceff2 100%);
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

button {
	cursor: pointer;
}

:focus-visible {
	outline: 2px solid var(--shell-accent);
	outline-offset: 3px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-shell-frame {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.shell-container {
	width: var(--shell-content-width);
	margin: 0 auto;
}

.shell-header .shell-container {
	width: var(--shell-header-width);
}

.shell-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 30;
	padding-top: var(--shell-header-top);
	background: transparent;
	border-bottom: 0;
	pointer-events: none;
	transition: padding-top 260ms ease;
}

.shell-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(247, 248, 250, 0.92);
	border-bottom: 1px solid rgba(18, 22, 29, 0.08);
	box-shadow: 0 18px 42px rgba(18, 22, 29, 0.08);
	backdrop-filter: blur(18px);
	opacity: 0;
	transition: opacity 260ms ease;
	pointer-events: none;
}

body.admin-bar .shell-header {
	top: 32px;
}

.shell-header.is-elevated,
body.shell-nav-open .shell-header {
	padding-top: 0;
}

.shell-header.is-elevated::before,
.shell-header:hover::before,
.shell-header:focus-within::before,
.shell-header.is-hovered::before,
body.shell-nav-open .shell-header::before {
	opacity: 1;
}

.shell-header__inner {
	pointer-events: auto;
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 18px 42px;
	padding: 14px 0 12px;
	transition: padding 260ms ease;
}

.shell-header__inner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: transparent;
	border-bottom: 1px solid transparent;
	border-bottom-color: transparent;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	opacity: 0;
	pointer-events: none;
	transition: opacity 260ms ease;
}

.shell-header__inner:hover::before,
.shell-header__inner:focus-within::before,
body.shell-nav-open .shell-header__inner::before {
	opacity: 0;
}

.shell-header.is-elevated .shell-header__inner,
.shell-header:hover .shell-header__inner,
.shell-header:focus-within .shell-header__inner,
body.shell-nav-open .shell-header__inner {
	padding: 18px 0 16px;
}

.shell-brand {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.shell-brand__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	padding: 0;
	border: 0;
	background: transparent;
	flex: none;
}

.shell-brand__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 10px 20px rgba(18, 22, 29, 0.08));
}

.shell-brand__text {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.shell-brand__name {
	font-size: 0.78rem;
	line-height: 1;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	font-weight: 300;
	transition: color 220ms ease;
}

.shell-brand__meta {
	font-size: 0.61rem;
	line-height: 1.2;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--shell-muted);
	transition: color 220ms ease;
}

.shell-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(18, 22, 29, 0.18);
	border-radius: var(--shell-radius);
	background: rgba(247, 248, 250, 0.52);
	color: var(--shell-ink);
	font-size: 0.66rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	font-weight: 300;
	backdrop-filter: blur(16px);
	transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.shell-header__controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px 28px;
	min-width: 0;
}

.shell-nav {
	min-width: 0;
	justify-self: center;
}

.shell-nav__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.shell-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0;
	font-size: 0.68rem;
	font-weight: 300;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.74);
	white-space: nowrap;
	transition: color 260ms ease;
}

.shell-nav__link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 1px;
	background: currentColor;
	opacity: 0;
	transform: scaleX(0.4);
	transform-origin: center center;
	transition: opacity 260ms ease, transform 260ms ease;
}

.shell-nav__link:hover,
.shell-nav__link:focus-visible,
.shell-nav__link.is-current {
	color: var(--shell-ink);
}

.shell-nav__link:hover::after,
.shell-nav__link:focus-visible::after,
.shell-nav__link.is-current::after {
	opacity: 1;
	transform: scaleX(1);
}

.shell-header__actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.shell-inquiry-link,
.shell-primary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 40px;
	padding: 0 16px;
	border-radius: var(--shell-radius);
	font-size: 0.66rem;
	font-weight: 300;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	transition: background-color 260ms ease, border-color 260ms ease, color 260ms ease, box-shadow 260ms ease;
}

.shell-inquiry-link {
	border: 1px solid var(--shell-line-strong);
	background: transparent;
	color: var(--shell-ink);
}

.shell-primary-link {
	border: 1px solid var(--shell-ink);
	background: var(--shell-ink);
	color: #f7f8fa;
}

.shell-header__actions .shell-inquiry-link,
.shell-primary-link--header {
	border-color: rgba(18, 22, 29, 0.12);
	background: rgba(247, 248, 250, 0.52);
	color: var(--shell-ink);
	backdrop-filter: blur(16px);
}

.shell-header.is-elevated .shell-header__actions .shell-inquiry-link,
.shell-header.is-elevated .shell-primary-link--header,
.shell-header:hover .shell-header__actions .shell-inquiry-link,
.shell-header:hover .shell-primary-link--header,
.shell-header:focus-within .shell-header__actions .shell-inquiry-link,
.shell-header:focus-within .shell-primary-link--header,
body.shell-nav-open .shell-header__actions .shell-inquiry-link,
body.shell-nav-open .shell-primary-link--header {
	background: rgba(255, 255, 255, 0.84);
	border-color: rgba(18, 22, 29, 0.16);
}

.shell-inquiry-link:hover,
.shell-inquiry-link:focus-visible {
	background: rgba(18, 22, 29, 0.04);
}

.shell-primary-link:hover,
.shell-primary-link:focus-visible {
	background: #242b35;
	border-color: #242b35;
}

.shell-header__actions .shell-inquiry-link:hover,
.shell-header__actions .shell-inquiry-link:focus-visible,
.shell-primary-link--header:hover,
.shell-primary-link--header:focus-visible {
	background: rgba(247, 248, 250, 0.7);
	border-color: rgba(18, 22, 29, 0.26);
	color: var(--shell-ink);
	box-shadow: 0 12px 24px rgba(18, 22, 29, 0.06);
}

.shell-inquiry-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.55rem;
	height: 1.35rem;
	padding: 0 0.3rem;
	border: 1px solid currentColor;
	border-radius: var(--shell-radius);
	background: transparent;
	font-size: 0.56rem;
	letter-spacing: 0;
	font-weight: 400;
}

.site-main {
	flex: 1;
	padding: calc(var(--shell-header-offset) + 16px) 0 88px;
}

.site-main--home {
	padding-top: 0;
}

.shell-stage {
	padding-bottom: 0;
}

.shell-container--hero {
	width: var(--shell-header-width);
}

.shell-stage__surface {
	position: relative;
	min-height: 82vh;
	margin-top: 0;
	border: 1px solid var(--shell-line);
	border-top: 0;
	border-radius: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0) 22%),
		var(--shell-surface);
	overflow: hidden;
}

.shell-stage__surface::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: min(34%, 400px);
	width: 1px;
	background: rgba(18, 22, 29, 0.08);
}

.shell-stage__surface::after {
	content: "";
	position: absolute;
	inset: var(--shell-stage-clearance) 28px 28px;
	border: 1px solid rgba(18, 22, 29, 0.14);
	border-radius: 0;
}

.shell-stage__grid {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(18, 22, 29, 0.05) 1px, transparent 1px),
		linear-gradient(180deg, rgba(18, 22, 29, 0.05) 1px, transparent 1px);
	background-position: center 32px;
	background-size: 84px 84px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.82) 18%, rgba(0, 0, 0, 0.5) 82%, rgba(0, 0, 0, 0.18) 100%);
}

.site-main--home {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0) 36%),
		radial-gradient(circle at 86% 14%, rgba(207, 219, 230, 0.18) 0%, rgba(207, 219, 230, 0) 28%),
		linear-gradient(180deg, #fbfcfd 0%, #f7f9fb 28%, #f3f6f8 58%, #edf2f5 100%);
}

.site-main--home::before,
.site-main--home::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.site-main--home::before {
	background:
		radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0) 24%),
		radial-gradient(circle at 82% 68%, rgba(216, 226, 236, 0.3) 0%, rgba(216, 226, 236, 0) 26%);
}

.site-main--home::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 18%, rgba(18, 22, 29, 0.03) 100%);
}

.site-main--home .shell-stage {
	position: relative;
	z-index: 1;
}

.site-main--home .shell-stage__surface {
	isolation: isolate;
	display: flex;
	align-items: center;
	min-height: min(100svh, 980px);
	padding: clamp(168px, 16vw, 220px) clamp(28px, 5vw, 72px) clamp(40px, 5vw, 56px);
	border: 0;
	background: var(--home-video-white);
	overflow: clip;
}

.site-main--home .shell-stage__surface::before {
	display: none;
}

.site-main--home .shell-stage__surface::after {
	display: none;
}

.home-hero__frame,
.home-hero__content,
.home-hero__media {
	position: relative;
}

.home-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: var(--home-video-white);
}

.home-hero__media::before,
.home-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.home-hero__media::before {
	background:
		radial-gradient(circle at 78% 18%, rgba(248, 252, 255, 0.14) 0%, rgba(248, 252, 255, 0.03) 22%, rgba(248, 252, 255, 0) 42%),
		radial-gradient(circle at 26% 72%, rgba(213, 224, 234, 0.08) 0%, rgba(213, 224, 234, 0.02) 24%, rgba(213, 224, 234, 0) 48%);
	mix-blend-mode: screen;
	opacity: 0.32;
	z-index: 1;
}

.home-hero__media::after {
	background:
		radial-gradient(ellipse 62% 46% at 50% 52%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 34%, rgba(255, 255, 255, 0.38) 58%, rgba(255, 255, 255, 0) 78%);
	opacity: var(--home-hero-glow-opacity, 0.92);
	z-index: 2;
}

.home-hero__video {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	filter: none;
	opacity: 0;
	transform: translate3d(0, 0, 0);
	transition: opacity 260ms ease;
}

.home-hero__frame {
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	transform: translateY(clamp(-42px, -2.6vw, -20px));
}

.home-hero__content {
	display: grid;
	align-content: center;
	justify-items: center;
	width: min(92rem, 100%);
	text-align: center;
	transform: translateX(clamp(8px, 1.5vw, 28px));
}

.home-hero__eyebrow,
.home-hero__brand {
	margin: 0;
	text-transform: uppercase;
}

.home-hero__eyebrow {
	font-size: 0.68rem;
	letter-spacing: 0.28em;
	font-weight: 300;
	color: var(--shell-muted);
}

.home-hero__brand {
	margin-top: 18px;
	font-size: 0.84rem;
	letter-spacing: 0.24em;
	font-weight: 300;
	color: var(--shell-ink);
}

.home-hero__title {
	margin: 18px 0 0;
	display: grid;
	gap: 0.04em;
	max-width: min(100%, 20em);
	font-size: clamp(2.08rem, 3.15vw, 3.88rem);
	line-height: 1.01;
	letter-spacing: -0.04em;
	font-weight: 400;
	text-transform: none;
	white-space: nowrap;
	text-wrap: nowrap;
}

.home-hero__title-row {
	display: inline;
}

.home-hero__title-line {
	display: inline;
}

.home-hero__title-line--accent {
	color: rgba(18, 22, 29, 0.92);
}

.home-hero__copy {
	margin: 20px 0 0;
	max-width: 34rem;
	font-size: clamp(0.98rem, 1.05vw, 1.04rem);
	line-height: 1.62;
	color: rgba(18, 22, 29, 0.72);
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	align-items: center;
	justify-content: center;
	margin-top: 26px;
}

.home-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid;
	border-color: rgba(18, 22, 29, 0.16);
	border-radius: 999px;
	backdrop-filter: blur(12px);
	transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, opacity 320ms ease;
}

.home-hero__cta:hover,
.home-hero__cta:focus-visible {
	border-color: rgba(18, 22, 29, 0.24);
	box-shadow: 0 14px 24px rgba(18, 22, 29, 0.08);
	transform: translateY(-1px);
}

.home-hero__cta--primary {
	background: rgba(18, 22, 29, 0.96);
	border-color: rgba(18, 22, 29, 0.96);
	color: #f5f7fa;
	box-shadow: 0 16px 28px rgba(18, 22, 29, 0.14);
}

.home-hero__cta--primary:hover,
.home-hero__cta--primary:focus-visible {
	background: rgba(30, 35, 43, 0.98);
	border-color: rgba(30, 35, 43, 0.98);
}

.home-hero__cta--secondary {
	background: rgba(247, 248, 250, 0.32);
	color: var(--shell-ink);
}

.home-hero__cta--secondary:hover,
.home-hero__cta--secondary:focus-visible {
	background: rgba(247, 248, 250, 0.52);
}

.home-hero__cta-label {
	font-size: 0.72rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-weight: 400;
	white-space: nowrap;
}

.home-hero__cta-icon {
	font-size: 0.92rem;
	line-height: 1;
}

.home-hero__proof {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 22px;
	padding: 20px 0 0;
	margin: 24px 0 0;
	border-top: 1px solid rgba(18, 22, 29, 0.12);
	list-style: none;
	max-width: 38rem;
}

.home-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: none;
	mix-blend-mode: normal;
	opacity: 0;
}

.home-hero__proof li {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: none;
	font-weight: 500;
	color: rgba(18, 22, 29, 0.78);
}

.home-hero__proof li::before {
	content: "";
	width: 26px;
	height: 1px;
	background: rgba(18, 22, 29, 0.28);
}

.home-hero__proof li,
.home-hero__proof li::before {
	transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease;
}

.home-hero__proof li:nth-child(1),
.home-hero__proof li:nth-child(1)::before {
	transition-delay: 320ms;
}

.home-hero__proof li:nth-child(2),
.home-hero__proof li:nth-child(2)::before {
	transition-delay: 390ms;
}

.home-hero__proof li:nth-child(3),
.home-hero__proof li:nth-child(3)::before {
	transition-delay: 460ms;
}

.home-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 64% center;
	filter: saturate(0.84) contrast(1.04) brightness(0.84);
	transition: opacity 260ms ease;
}

@keyframes home-capability-overlay-drift {
	from {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 0.88;
	}

	to {
		transform: translate3d(-1.8%, 1.4%, 0) scale(1.04);
		opacity: 1;
	}
}

body.has-home-video-transition [data-home-video-scroll-root] .shell-stage__surface {
	min-height: 100svh;
	background: var(--home-video-white);
}

body.has-home-video-transition [data-home-video-scroll-root] {
	background: var(--home-video-white);
}

body.has-home-video-transition [data-home-video-scroll-root]::before,
body.has-home-video-transition [data-home-video-scroll-root]::after {
	opacity: 0;
}

body.has-home-video-transition [data-home-video-scroll-root] .home-hero__media::before {
	opacity: 0.16;
}

body.has-home-video-transition [data-home-video-scroll-root] .home-hero__media::after {
	opacity: 0.72;
}

body.has-home-video-transition [data-home-video-scroll-root] .home-hero__image {
	opacity: 0;
}

body.has-home-video-transition [data-home-video-scroll-root].is-transitioning .home-hero__frame {
	pointer-events: none;
}

.home-hero__next {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: grid;
	align-items: center;
	min-height: 100%;
	padding: clamp(56px, 6vw, 86px) 0;
	background: var(--home-video-white);
	opacity: 0;
	pointer-events: none;
	transform: translate3d(0, 0, 0) scale(1.006);
	overflow: hidden;
	will-change: opacity, transform;
	transition:
		opacity 260ms ease-out,
		transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.home-hero__next.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

body.has-home-video-transition [data-home-video-scroll-root].is-releasing .home-hero__next {
	position: fixed;
	z-index: 90;
	align-items: start;
	min-height: 100svh;
	padding-top: var(--home-video-next-fixed-top, clamp(56px, 6vw, 86px));
	padding-bottom: 0;
}

body.has-home-video-transition [data-home-video-scroll-root].is-releasing .home-hero__next,
body.has-home-video-transition [data-home-video-scroll-root].is-releasing .home-hero__next-layout,
body.has-home-video-transition [data-home-video-scroll-root].is-releasing .home-hero__next-intro,
body.has-home-video-transition [data-home-video-scroll-root].is-releasing .home-hero__next-visual {
	transform: none;
}

body.has-home-video-transition.is-home-video-header-settling .shell-header,
body.has-home-video-transition.is-home-video-header-settling .shell-header::before,
body.has-home-video-transition.is-home-video-header-settling .shell-header__inner {
	transition: none;
}

.home-hero__next-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: clamp(34px, 4vw, 72px);
	align-items: center;
	width: var(--shell-content-width);
	margin: 0 auto;
	opacity: 0;
	transform: translate3d(0, 16px, 0) scale(0.986);
	transition:
		opacity 760ms ease 120ms,
		transform 920ms cubic-bezier(0.19, 1, 0.22, 1) 120ms;
}

.home-hero__next.is-visible .home-hero__next-layout {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.home-hero__next-intro,
.home-hero__next-visual {
	opacity: 0;
	transform: translate3d(0, 14px, 0) scale(0.992);
	transition:
		opacity 760ms ease,
		transform 940ms cubic-bezier(0.19, 1, 0.22, 1);
}

.home-hero__next-visual {
	position: relative;
	min-height: clamp(380px, 36vw, 520px);
	border: 1px solid rgba(18, 22, 29, 0.08);
	background: var(--home-video-white);
	overflow: hidden;
	isolation: isolate;
	transition-delay: 220ms;
}

.home-hero__next-visual::before,
.home-hero__next-visual::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.home-hero__next-visual::before {
	background:
		linear-gradient(180deg, rgba(245, 246, 247, 0.08) 0%, rgba(245, 246, 247, 0.22) 100%),
		linear-gradient(90deg, rgba(245, 246, 247, 0.4) 0%, rgba(245, 246, 247, 0.14) 36%, rgba(245, 246, 247, 0.28) 100%);
	z-index: 1;
}

.home-hero__next-visual::after {
	inset: clamp(16px, 1.8vw, 22px);
	border: 1px solid rgba(18, 22, 29, 0.08);
	z-index: 2;
}

.home-hero__next.is-visible .home-hero__next-intro,
.home-hero__next.is-visible .home-hero__next-visual {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

body.has-home-video-transition [data-home-video-scroll-root].is-releasing .home-hero__shade {
	opacity: 0;
}

body.has-home-video-transition [data-home-video-scroll-root].is-releasing .home-hero__media::after {
	opacity: 0;
}

body.has-home-video-transition [data-home-video-scroll-root].is-releasing .home-hero__image {
	opacity: 0;
}

body.has-home-video-transition [data-home-video-scroll-next].is-video-handoff-settled [data-home-reveal-item],
body.has-home-video-transition [data-home-video-scroll-next].is-video-handoff-settled [data-home-reveal-item][data-motion-state],
body.has-home-video-transition [data-home-video-scroll-next].is-video-handoff-settled [data-home-trust-visual-motion]::before,
body.has-home-video-transition [data-home-video-scroll-next].is-video-handoff-settled [data-home-trust-visual-motion] .home-trust__image,
body.has-home-video-transition [data-home-video-scroll-next].is-video-handoff-settled [data-home-reveal-style="trust"][data-motion-state] .home-trust__item::before,
body.has-home-video-transition [data-home-video-scroll-next].is-video-handoff-settled [data-home-reveal-style="trust"][data-motion-state] .home-trust__item-label,
body.has-home-video-transition [data-home-video-scroll-next].is-video-handoff-settled [data-home-reveal-style="trust"][data-motion-state] .home-trust__item-body {
	opacity: 1;
	animation: none;
	filter: none;
	transform: none;
	transition: none;
	transition-delay: 0ms;
}

body.has-home-video-transition [data-home-video-scroll-next].is-video-handoff-settled [data-home-reveal-style="trust"][data-motion-state] .home-trust__item::before {
	transform: scaleX(1);
}

body.has-home-camera-motion .site-shell-frame {
	min-height: 100svh;
	overflow: hidden;
	background: var(--home-video-white);
}

body.has-home-camera-motion .shell-header,
body.has-home-camera-motion .shell-header::before,
body.has-home-camera-motion .shell-header__inner,
body.has-home-camera-motion .shell-header__inner::before {
	transition: opacity 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

body.has-home-camera-motion .shell-header {
	padding-top: var(--shell-header-top);
}

body.has-home-camera-motion .shell-header::before {
	opacity: 0;
}

body.has-home-camera-motion .shell-header__inner::before {
	background: transparent;
	border-bottom-color: transparent;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	opacity: 0;
}

body.has-home-camera-motion .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion .shell-primary-link--header {
	background: transparent;
	border-color: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
}

body.has-home-camera-motion .shell-header__actions .shell-inquiry-count {
	border-color: transparent;
}

body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-brand__name,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-brand__meta,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-nav__link,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-primary-link--header {
	color: var(--shell-ink);
}

body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header__actions .shell-inquiry-count {
	color: var(--shell-ink);
}

body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header:hover .shell-brand__name,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header:hover .shell-brand__meta,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header:hover .shell-nav__link,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header:hover .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header:hover .shell-primary-link--header,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header:focus-within .shell-brand__name,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header:focus-within .shell-brand__meta,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header:focus-within .shell-nav__link,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header:focus-within .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header:focus-within .shell-primary-link--header,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header.is-hovered .shell-brand__name,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header.is-hovered .shell-brand__meta,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header.is-hovered .shell-nav__link,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header.is-hovered .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header.is-hovered .shell-primary-link--header {
	color: var(--shell-ink);
}

body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header:hover .shell-header__actions .shell-inquiry-count,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header:focus-within .shell-header__actions .shell-inquiry-count,
body.has-home-camera-motion[data-home-camera-active-scene="capability"] .shell-header.is-hovered .shell-header__actions .shell-inquiry-count {
	color: var(--shell-ink);
}

body.has-home-camera-motion .shell-header.is-elevated {
	padding-top: var(--shell-header-top);
}

body.has-home-camera-motion .shell-header.is-elevated::before {
	opacity: 0;
}

body.has-home-camera-motion .shell-header:hover::before,
body.has-home-camera-motion .shell-header:focus-within::before,
body.has-home-camera-motion .shell-header.is-hovered::before,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:hover)::before,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:focus-within)::before {
	opacity: 1;
}

body.has-home-camera-motion .shell-header:hover .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion .shell-header:hover .shell-primary-link--header,
body.has-home-camera-motion .shell-header:focus-within .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion .shell-header:focus-within .shell-primary-link--header,
body.has-home-camera-motion .shell-header.is-hovered .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion .shell-header.is-hovered .shell-primary-link--header,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:hover) .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:hover) .shell-primary-link--header,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:focus-within) .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:focus-within) .shell-primary-link--header {
	background: transparent;
	border-color: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
}

body.has-home-camera-motion .shell-header:hover .shell-header__actions .shell-inquiry-count,
body.has-home-camera-motion .shell-header:focus-within .shell-header__actions .shell-inquiry-count,
body.has-home-camera-motion .shell-header.is-hovered .shell-header__actions .shell-inquiry-count,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:hover) .shell-header__actions .shell-inquiry-count,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:focus-within) .shell-header__actions .shell-inquiry-count {
	border-color: rgba(18, 22, 29, 0.2);
}

body.has-home-camera-motion .shell-header__inner:hover::before,
body.has-home-camera-motion .shell-header__inner:focus-within::before,
body.has-home-camera-motion .shell-header.is-hovered .shell-header__inner::before {
	opacity: 0;
}

body.has-home-camera-motion.shell-nav-open .shell-header {
	padding-top: 0;
}

body.has-home-camera-motion.shell-nav-open .shell-header::before {
	opacity: 1;
}

body.has-home-camera-motion .shell-header.is-elevated .shell-header__inner,
body.has-home-camera-motion .shell-header:hover .shell-header__inner,
body.has-home-camera-motion .shell-header:focus-within .shell-header__inner,
body.has-home-camera-motion .shell-header.is-hovered .shell-header__inner,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:hover) .shell-header__inner,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:focus-within) .shell-header__inner {
	padding: 14px 0 12px;
}

body.has-home-camera-motion.shell-nav-open .shell-header__inner {
	padding: 18px 0 16px;
}

body.has-home-camera-motion.shell-nav-open .shell-header:hover::before,
body.has-home-camera-motion.shell-nav-open .shell-header:focus-within::before,
body.has-home-camera-motion.shell-nav-open .shell-header.is-hovered::before,
body.has-home-camera-motion.shell-nav-open .shell-header:has(.shell-header__inner:hover)::before,
body.has-home-camera-motion.shell-nav-open .shell-header:has(.shell-header__inner:focus-within)::before {
	opacity: 1;
}

body.has-home-camera-motion .site-main--home {
	position: fixed;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100svh;
	overflow: hidden;
	background: var(--home-video-white);
}

body.has-home-camera-motion .shell-footer {
	display: none;
}

body.has-home-camera-motion [data-home-camera-scene] {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: grid;
	align-items: center;
	width: 100%;
	min-height: 100svh;
	margin: 0;
	padding-top: var(--home-camera-scene-pad-top, clamp(70px, 7vw, 104px));
	padding-bottom: var(--home-camera-scene-pad-bottom, clamp(42px, 5vw, 70px));
	overflow: hidden;
	background: var(--home-video-white);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: none;
	filter: blur(10px);
	will-change: opacity, transform, filter;
	transition:
		opacity 760ms ease,
		filter 920ms ease,
		visibility 0s linear 840ms;
}

body.has-home-camera-motion [data-home-camera-scene][data-home-camera-state="active"] {
	z-index: 4;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: none;
	filter: none;
	transition-delay: 0s;
}

body.has-home-camera-motion [data-home-camera-scene][data-home-camera-state="previous"] {
	z-index: 2;
	transform: none;
	filter: blur(12px);
}

body.has-home-camera-motion [data-home-camera-scene][data-home-camera-state="next"] {
	z-index: 1;
	transform: none;
	filter: blur(10px);
}

body.has-home-camera-motion [data-home-camera-scene-id="hero"] {
	--home-camera-scene-pad-top: 0;
	--home-camera-scene-pad-bottom: 0;
	z-index: 3;
	display: block;
}

body.has-home-camera-motion [data-home-camera-scene-id="hero"][data-home-camera-state="previous"] {
	opacity: 0;
	transform: none;
	filter: none;
}

body.has-home-camera-motion [data-home-camera-scene-id="trust"] {
	--home-camera-scene-pad-top: clamp(56px, 6vw, 86px);
	--home-camera-scene-pad-bottom: clamp(56px, 6vw, 86px);
	background: var(--home-video-white);
	transform: scale(1.006);
	transition:
		opacity 260ms ease-out,
		transform 900ms cubic-bezier(0.19, 1, 0.22, 1),
		filter 900ms ease,
		visibility 0s linear 840ms;
}

body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] {
	transform: scale(1);
}

body.has-home-camera-motion [data-home-camera-scene-id="products"] {
	--home-camera-scene-pad-top: clamp(88px, 8vh, 112px);
	--home-camera-scene-pad-bottom: clamp(42px, 5vh, 66px);
}

body.has-home-camera-motion [data-home-camera-scene-id="capability"] {
	--home-camera-scene-pad-top: 0;
	--home-camera-scene-pad-bottom: 0;
	inset: 0;
	height: 100svh;
	min-height: 100svh;
	padding: 0;
	transform: none;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"],
body.has-home-camera-motion [data-home-camera-scene-id="process-support"],
body.has-home-camera-motion [data-home-camera-scene-id="inquiry"] {
	--home-camera-scene-pad-top: clamp(64px, 8vh, 86px);
	--home-camera-scene-pad-bottom: clamp(32px, 5vh, 56px);
}

body.has-home-camera-motion [data-home-camera-scene] .shell-container,
body.has-home-camera-motion [data-home-camera-scene] .home-process__shell:not(.home-process__shell--support) {
	width: var(--shell-content-width);
	margin-left: auto;
	margin-right: auto;
}

body.has-home-camera-motion [data-home-camera-scene-id="hero"] .shell-stage__surface {
	min-height: 100svh;
	height: 100svh;
	padding: clamp(168px, 16vw, 220px) clamp(28px, 5vw, 72px) clamp(40px, 5vw, 56px);
}

body.has-home-camera-motion [data-home-camera-scene-id="hero"] .home-hero__image {
	opacity: 0;
}

body.has-home-camera-motion [data-home-camera-scene-id="products"] .home-products__shell,
body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__shell,
body.has-home-camera-motion [data-home-camera-scene-id="process-support"] .home-process__shell,
body.has-home-camera-motion [data-home-camera-scene-id="inquiry"] .home-inquiry__shell {
	transform: scale(0.992);
	opacity: 0;
	will-change: opacity, transform;
	transition:
		opacity 760ms ease 120ms,
		transform 1040ms cubic-bezier(0.19, 1, 0.22, 1) 120ms;
}

body.has-home-camera-motion [data-home-camera-scene-id="trust"] .home-trust__layout {
	opacity: 0;
	transform: translate3d(0, 16px, 0) scale(0.986);
	filter: blur(7px);
	will-change: opacity, transform, filter;
	transition:
		opacity 720ms ease-out 120ms,
		transform 900ms cubic-bezier(0.19, 1, 0.22, 1) 120ms,
		filter 720ms ease-out 120ms;
}

body.has-home-camera-motion [data-home-camera-scene-id="capability"] .home-capability__layout {
	opacity: 0;
	will-change: opacity, filter;
	transition:
		opacity 900ms ease,
		filter 1320ms cubic-bezier(0.19, 1, 0.22, 1);
}

body.has-home-camera-motion [data-home-camera-scene][data-home-camera-state="active"] .home-trust__layout,
body.has-home-camera-motion [data-home-camera-scene][data-home-camera-state="active"] .home-products__shell,
body.has-home-camera-motion [data-home-camera-scene][data-home-camera-state="active"] .home-process__shell,
body.has-home-camera-motion [data-home-camera-scene][data-home-camera-state="active"] .home-inquiry__shell,
body.has-home-camera-motion [data-home-camera-scene][data-home-camera-state="active"] .home-capability__layout {
	transform: translate3d(0, 0, 0) scale(1);
	opacity: 1;
}

body.has-home-camera-motion [data-home-camera-scene-id="products"][data-home-camera-state="active"] .home-products__shell {
	transform: translate3d(0, clamp(18px, 2.8vh, 30px), 0) scale(1);
}

body.has-home-camera-motion [data-home-camera-scene][data-home-camera-state="active"] .home-trust__layout {
	filter: none;
}

body.has-home-camera-motion.is-home-camera-handoff-entering [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__layout {
	opacity: 0;
	transform: translate3d(0, 16px, 0) scale(0.986);
	filter: blur(7px);
}

body.has-home-camera-motion [data-home-camera-scene-id="trust"] .home-trust__intro,
body.has-home-camera-motion [data-home-camera-scene-id="trust"] .home-trust__visual {
	opacity: 0;
	transform: translate3d(0, 14px, 0) scale(0.992);
	filter: blur(5px);
	will-change: opacity, transform, filter;
	transition:
		opacity 760ms ease-out,
		transform 940ms cubic-bezier(0.19, 1, 0.22, 1),
		filter 760ms ease-out;
}

body.has-home-camera-motion [data-home-camera-scene-id="trust"] .home-trust__visual {
	transform: translate3d(22px, 8px, 0) scale(0.988);
	transition-delay: 220ms;
}

body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__intro {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	filter: none;
	transition-delay: 150ms;
}

body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__intro[data-home-reveal-item][data-motion-state] {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	filter: none;
}

body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__visual {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	filter: none;
	transition-delay: 280ms;
}

body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__visual[data-home-reveal-item][data-motion-state] {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	filter: none;
}

body.has-home-camera-motion.is-home-camera-handoff-entering [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__intro,
body.has-home-camera-motion.is-home-camera-handoff-entering [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__visual {
	opacity: 0;
	transform: translate3d(0, 14px, 0) scale(0.992);
	filter: blur(5px);
}

body.has-home-camera-motion.is-home-camera-handoff-entering [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__visual {
	transform: translate3d(22px, 8px, 0) scale(0.988);
}

body.has-home-camera-motion [data-home-camera-scene-id="trust"] .home-trust__item {
	opacity: 0;
	transform: translate3d(0, 18px, 0) scale(0.992);
	transition:
		opacity 760ms ease-out calc(var(--home-reveal-delay, 0ms) + 260ms),
		transform 900ms cubic-bezier(0.19, 1, 0.22, 1) calc(var(--home-reveal-delay, 0ms) + 260ms);
}

body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

body.has-home-camera-motion.is-home-camera-handoff-entering [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item {
	opacity: 0;
	transform: translate3d(0, 18px, 0) scale(0.992);
}

body.has-home-camera-motion [data-home-camera-scene-id="trust"] .home-trust__item[data-home-reveal-style="trust"][data-motion-state] {
	opacity: 0;
	transform: translate3d(0, 18px, 0) scale(0.992);
}

body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item[data-home-reveal-style="trust"][data-motion-state] {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

body.has-home-camera-motion.is-home-camera-handoff-entering [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item[data-home-reveal-style="trust"][data-motion-state] {
	opacity: 0;
	transform: translate3d(0, 18px, 0) scale(0.992);
}

body.has-home-camera-motion .home-products,
body.has-home-camera-motion .home-process,
body.has-home-camera-motion .home-inquiry {
	padding-top: var(--home-camera-scene-pad-top);
	padding-bottom: var(--home-camera-scene-pad-bottom);
}

body.has-home-camera-motion .site-main--home .home-products + .home-capability,
body.has-home-camera-motion .site-main--home .home-capability + .home-process,
body.has-home-camera-motion .site-main--home .home-process + .home-process,
body.has-home-camera-motion .site-main--home .home-process + .home-inquiry {
	margin-top: 0;
}

body.has-home-camera-motion .home-products__shell {
	gap: clamp(14px, 2vh, 22px);
	height: calc(100svh - var(--home-camera-scene-pad-top) - var(--home-camera-scene-pad-bottom));
	align-content: center;
}

body.has-home-camera-motion .home-products__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(12px, 1.6vw, 18px);
	align-content: stretch;
}

body.has-home-camera-motion .home-products__card-link {
	aspect-ratio: 16 / 9;
	padding: clamp(18px, 1.8vw, 24px);
}

body.has-home-camera-motion .home-products__card,
body.has-home-camera-motion .home-products__card--wall-light,
body.has-home-camera-motion .home-products__card--pendant-light,
body.has-home-camera-motion .home-products__card--table-lamp,
body.has-home-camera-motion .home-products__card--floor-lamp {
	grid-column: auto;
}

body.has-home-camera-motion .home-products__title,
body.has-home-camera-motion .home-process__title {
	font-size: clamp(1.92rem, 2.8vw, 2.62rem);
}

body.has-home-camera-motion .home-products__card-title {
	font-size: clamp(1.12rem, 1.42vw, 1.48rem);
}

body.has-home-camera-motion .home-products__card-copy {
	font-size: 0.82rem;
	line-height: 1.44;
}

body.has-home-camera-motion .home-products__intro {
	gap: 8px;
}

body.has-home-camera-motion .home-products__copy {
	font-size: 0.92rem;
	line-height: 1.5;
}

body.has-home-camera-motion .home-products__card-body {
	gap: 8px;
}

body.has-home-camera-motion [data-home-camera-scene-id="products"][data-home-camera-state="next"] .home-products__shell {
	transform: translate3d(46px, 0, 0) scale(0.976);
}

body.has-home-camera-motion [data-home-camera-scene-id="products"][data-home-camera-state="previous"] .home-products__shell {
	transform: translate3d(-46px, 0, 0) scale(1.018);
}

body.has-home-camera-motion [data-home-camera-scene-id="products"] .home-products__card {
	transform: translate3d(calc(var(--home-card-enter-x, 0) * 1px), 22px, 0) scale(0.982);
	opacity: 0;
	transition:
		opacity 760ms ease calc(var(--home-reveal-delay, 0ms) + 140ms),
		transform 980ms cubic-bezier(0.19, 1, 0.22, 1) calc(var(--home-reveal-delay, 0ms) + 140ms);
}

body.has-home-camera-motion [data-home-camera-scene-id="products"] .home-products__card:nth-child(odd) {
	--home-card-enter-x: -36;
}

body.has-home-camera-motion [data-home-camera-scene-id="products"] .home-products__card:nth-child(even) {
	--home-card-enter-x: 36;
}

body.has-home-camera-motion [data-home-camera-scene-id="products"][data-home-camera-state="active"] .home-products__card {
	transform: translate3d(0, 0, 0) scale(1);
	opacity: 1;
}

body.has-home-camera-motion .home-capability {
	padding: 0;
}

body.has-home-camera-motion .home-capability__shell {
	width: 100%;
	height: auto;
}

body.has-home-camera-motion .home-capability__layout {
	min-height: clamp(560px, 52vw, 760px);
	height: clamp(560px, 52vw, 760px);
}

body.has-home-camera-motion .home-capability__media {
	position: relative;
	grid-area: 1 / 1;
	width: 100%;
	margin: 0;
	min-height: 0;
	height: 100%;
	max-height: clamp(560px, 52vw, 760px);
}

body.has-home-camera-motion .home-capability__media::after {
	display: none;
	background: none;
}

body.has-home-camera-motion .home-capability__image {
	inset: 0;
	width: 100%;
	height: 100%;
	object-position: 50% center;
	filter: saturate(0.96) contrast(1) brightness(1);
}

body.has-home-camera-motion .home-capability__content {
	align-content: center;
	padding:
		clamp(112px, 12vh, 142px)
		max(36px, calc((100vw - var(--shell-content-width)) / 2 + clamp(18px, 2.4vw, 34px)))
		clamp(56px, 7vh, 84px);
}

body.has-home-camera-motion .home-capability__panel {
	width: min(42rem, calc(100vw - 72px));
	padding: clamp(26px, 3vw, 38px);
	transform: translate3d(-34px, 0, 0);
	opacity: 0;
	transition:
		opacity 820ms ease 180ms,
		transform 1040ms cubic-bezier(0.19, 1, 0.22, 1) 180ms;
}

body.has-home-camera-motion [data-home-camera-scene-id="capability"][data-home-camera-state="active"] .home-capability__panel {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

body.has-home-camera-motion [data-home-camera-scene-id="capability"] .home-capability__image {
	transform: scale(1.14);
}

body.has-home-camera-motion [data-home-camera-scene-id="capability"][data-home-camera-state="active"] .home-capability__image {
	transform: scale(1.05);
}

body.has-home-camera-motion [data-home-camera-scene-id="capability"] {
	--home-camera-scene-pad-top: calc(var(--shell-header-offset, 88px) - 14px);
	--home-camera-scene-pad-bottom: clamp(42px, 5vw, 70px);
	align-items: start;
	padding-top: var(--home-camera-scene-pad-top);
}

body.has-home-camera-motion .home-capability__list {
	gap: 14px 20px;
}

body.has-home-camera-motion .home-capability__title {
	font-size: clamp(1.96rem, 2.8vw, 2.86rem);
}

body.has-home-camera-motion .home-process__shell {
	gap: clamp(14px, 2vh, 22px);
	height: calc(100svh - var(--home-camera-scene-pad-top) - var(--home-camera-scene-pad-bottom));
	align-content: center;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__shell {
	transform: scale(0.992);
}

body.has-home-camera-motion [data-home-camera-scene-id="process"][data-home-camera-state="previous"] .home-process__shell {
	transform: scale(1.01);
}

body.has-home-camera-motion [data-home-camera-scene-id="process-support"] .home-process__shell {
	transform: translate3d(0, 0, 0) scale(0.972);
}

body.has-home-camera-motion [data-home-camera-scene-id="process-support"][data-home-camera-state="active"] .home-process__shell {
	transform: translate3d(0, 0, 0) scale(1);
}

body.has-home-camera-motion .home-process__market {
	padding: clamp(12px, 1.6vh, 18px) clamp(22px, 2.4vw, 30px);
}

body.has-home-camera-motion .home-process__market-figure {
	min-height: clamp(88px, 13vh, 128px);
}

body.has-home-camera-motion .home-process__map-image {
	width: min(100%, 330px);
}

body.has-home-camera-motion .home-process__market--north-america .home-process__map-image {
	width: min(100%, 370px);
}

body.has-home-camera-motion .home-process__market--europe .home-process__map-image,
body.has-home-camera-motion .home-process__market--australia .home-process__map-image {
	width: min(100%, 250px);
}

body.has-home-camera-motion .home-process__market-title {
	font-size: clamp(1.28rem, 1.55vw, 1.72rem);
}

body.has-home-camera-motion .home-process__market-copy {
	font-size: 0.82rem;
	line-height: 1.46;
}

body.has-home-camera-motion .home-process__support {
	padding-top: clamp(16px, 1.8vw, 24px);
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__intro {
	gap: 8px;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__lede {
	max-width: 36rem;
	font-size: 0.9rem;
	line-height: 1.5;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__sheet {
	width: min(100%, 1060px);
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(3px, 0.72vh, 8px);
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market {
	display: grid;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2.5vw, 46px);
	min-height: 0;
	padding: clamp(7px, 0.9vh, 12px) clamp(20px, 3vw, 42px);
	border: 0;
	background: transparent;
	overflow: visible;
	position: relative;
	transform: translate3d(0, 14px, 0) scale(0.992);
	opacity: 0;
	transition:
		opacity 760ms ease calc(var(--home-process-market-delay, 0ms) + 140ms),
		transform 980ms cubic-bezier(0.19, 1, 0.22, 1) calc(var(--home-process-market-delay, 0ms) + 140ms);
}

body.has-home-camera-motion [data-home-camera-scene-id="process"][data-home-camera-state="active"] .home-process__market {
	transform: translate3d(0, 0, 0) scale(1);
	opacity: 1;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--map-left,
body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--map-right {
	grid-template-columns: minmax(240px, 360px) minmax(210px, 286px);
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--map-right {
	grid-template-columns: minmax(210px, 286px) minmax(240px, 360px);
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--europe::before,
body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--europe::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(18, 22, 29, 0.12);
	pointer-events: none;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--europe::before {
	top: 0;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--europe::after {
	bottom: 0;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--map-right .home-process__market-figure,
body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--map-right .home-process__market-body {
	order: unset;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--map-right .home-process__market-figure {
	order: 2;
	justify-self: start;
	justify-content: flex-start;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--map-right .home-process__market-body {
	order: 1;
	justify-self: end;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market-figure {
	justify-self: end;
	justify-content: flex-end;
	width: 100%;
	min-height: clamp(82px, 11.5vh, 110px);
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market[data-reveal-state="hidden"] .home-process__market-figure,
body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market[data-reveal-state="hidden"] .home-process__market-body {
	transform: translate3d(var(--home-process-enter-x, 0), 0, 0);
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market[data-reveal-state="hidden"] .home-process__market-body {
	transform: translate3d(var(--home-process-body-enter-x, 0), 0, 0);
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__map-image {
	width: min(100%, 300px);
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--north-america .home-process__map-image {
	width: min(100%, 340px);
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--europe .home-process__map-image,
body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market--australia .home-process__map-image {
	width: min(100%, 228px);
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market-body {
	width: min(100%, 17.5rem);
	max-width: 17.5rem;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market-title {
	font-size: clamp(1.22rem, 1.52vw, 1.64rem);
}

body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market-copy {
	font-size: 0.8rem;
	line-height: 1.44;
}

body.has-home-camera-motion .home-process--support {
	background:
		radial-gradient(circle at 16% 48%, rgba(246, 248, 250, 0.95) 0%, rgba(246, 248, 250, 0) 34%),
		var(--home-video-white);
}

body.has-home-camera-motion .home-process__shell--support {
	width: min(1180px, calc(100vw - 120px));
	margin: 0 auto;
	gap: clamp(34px, 5vh, 58px);
}

body.has-home-camera-motion .home-process__intro--support {
	width: min(100%, 54rem);
	padding: 0;
	margin: 0;
	justify-items: start;
	text-align: left;
}

body.has-home-camera-motion .home-process__intro--support .home-process__title {
	max-width: 18ch;
	font-size: clamp(2.4rem, 4.6vw, 4.7rem);
	line-height: 0.98;
}

body.has-home-camera-motion [data-home-camera-scene-id="process-support"] .home-process__support {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	padding: 0;
	border-top: 1px solid rgba(18, 22, 29, 0.12);
}

body.has-home-camera-motion [data-home-camera-scene-id="process-support"] .home-process__support-item {
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	padding: clamp(24px, 3vw, 38px) clamp(20px, 2.6vw, 34px);
	border-right: 1px solid rgba(18, 22, 29, 0.1);
	transform: translate3d(0, 26px, 0);
	opacity: 0;
	transition:
		opacity 760ms ease calc(var(--home-reveal-delay, 0ms) + 160ms),
		transform 980ms cubic-bezier(0.19, 1, 0.22, 1) calc(var(--home-reveal-delay, 0ms) + 160ms);
}

body.has-home-camera-motion [data-home-camera-scene-id="process-support"] .home-process__support-item:last-child {
	border-right: 0;
}

body.has-home-camera-motion [data-home-camera-scene-id="process-support"][data-home-camera-state="active"] .home-process__support-item {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

body.has-home-camera-motion [data-home-camera-scene-id="process-support"] .home-process__support-mark {
	width: 22px;
	height: 22px;
}

body.has-home-camera-motion [data-home-camera-scene-id="process-support"] .home-process__support-label {
	font-size: 0.64rem;
}

body.has-home-camera-motion [data-home-camera-scene-id="process-support"] .home-process__support-copy {
	font-size: clamp(1rem, 1.35vw, 1.22rem);
	line-height: 1.46;
	max-width: 24rem;
}

body.has-home-camera-motion .home-inquiry__shell {
	gap: clamp(18px, 2vw, 26px);
}

body.has-home-camera-motion .home-inquiry__title {
	font-size: clamp(2rem, 3.2vw, 3.2rem);
}

body.has-home-camera-motion .home-inquiry__console {
	--home-inquiry-stage-height: clamp(330px, 30vw, 420px);
	padding-top: clamp(18px, 2vw, 26px);
}

body.has-home-motion [data-home-sequence-item],
body.has-home-motion [data-home-reveal-item],
body.has-home-motion [data-home-capability-reveal],
body.has-home-motion .home-inquiry__stage,
body.has-home-motion .home-inquiry__stage-image,
body.has-home-motion .home-inquiry__answer,
body.has-home-motion .home-inquiry__stage::after,
body.has-home-motion .home-inquiry__question-progress,
body.has-home-motion .home-trust__item-label,
body.has-home-motion .home-trust__item-body,
body.has-home-motion .home-trust__item::before,
body.has-home-motion [data-home-capability-item],
body.has-home-motion [data-home-capability-links],
body.has-home-motion .home-process__market-eyebrow,
body.has-home-motion .home-process__market-title,
body.has-home-motion .home-process__market-rule,
body.has-home-motion .home-process__market-copy,
body.has-home-motion .home-inquiry__answer > [data-home-inquiry-answer-part],
body.has-home-motion .home-inquiry__question::before,
body.has-home-motion [data-home-sequence-title-line] {
	will-change: transform, opacity, filter;
}

body.has-home-motion [data-home-sequence-item] {
	transition:
		transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
		opacity 760ms ease,
		filter 760ms ease;
	transition-delay: var(--home-sequence-delay, 0ms);
}

body.has-home-motion [data-home-hero-sequence][data-motion-state="hidden"] [data-home-sequence-item] {
	opacity: 0;
	filter: blur(6px);
	transform: translate3d(0, 18px, 0);
}

body.has-home-motion [data-home-hero-sequence][data-motion-state="visible"] [data-home-sequence-item] {
	opacity: 1;
	filter: none;
	transform: translate3d(0, 0, 0);
}

body.has-home-motion [data-home-sequence-title-line] {
	transition:
		transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
		opacity 840ms ease,
		filter 840ms ease;
	transition-delay: var(--home-title-line-delay, 0ms);
}

body.has-home-motion [data-home-hero-sequence][data-motion-state="hidden"] [data-home-sequence-title-line] {
	opacity: 0;
	filter: blur(8px);
	transform: translate3d(0, 24px, 0);
}

body.has-home-motion [data-home-hero-sequence][data-motion-state="visible"] [data-home-sequence-title-line] {
	opacity: 1;
	filter: none;
	transform: translate3d(0, 0, 0);
}

body.has-home-motion [data-home-hero-sequence][data-motion-state="hidden"] .home-hero__proof li {
	opacity: 0;
	transform: translate3d(0, 10px, 0);
}

body.has-home-motion [data-home-hero-sequence][data-motion-state="hidden"] .home-hero__proof li::before {
	opacity: 0;
	transform: scaleX(0.36);
	transform-origin: left center;
}

body.has-home-motion [data-home-hero-sequence][data-motion-state="visible"] .home-hero__proof li,
body.has-home-motion [data-home-hero-sequence][data-motion-state="visible"] .home-hero__proof li::before {
	opacity: 1;
	transform: none;
}

body.has-home-motion [data-home-reveal-item] {
	transition:
		transform 860ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 860ms ease;
	transition-delay: var(--home-reveal-delay, 0ms);
}

body.has-home-motion [data-home-reveal-item][data-motion-state="hidden"] {
	opacity: 0;
	transform: translate3d(0, 26px, 0);
}

body.has-home-motion [data-home-reveal-item][data-home-reveal-style="card"] {
	transition:
		transform 920ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 920ms ease,
		clip-path 920ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.has-home-motion [data-home-reveal-item][data-home-reveal-style="card"][data-motion-state="hidden"] {
	transform: translate3d(0, 22px, 0) scale(0.992);
	clip-path: inset(12% 0 0 0);
}

body.has-home-motion [data-home-reveal-item][data-home-reveal-style="route"][data-motion-state="hidden"] {
	transform: translate3d(0, 18px, 0);
}

body.has-home-motion [data-home-reveal-item][data-home-reveal-style="support"][data-motion-state="hidden"] {
	transform: translate3d(0, 22px, 0);
}

body.has-home-motion [data-home-reveal-item][data-home-reveal-style="trust"][data-motion-state="hidden"] {
	opacity: 1;
	transform: none;
}

body.has-home-motion [data-home-reveal-item][data-home-reveal-style="trust-visual"][data-motion-state="hidden"] {
	opacity: 0;
	transform: translate3d(32px, 0, 0) scale(1.02);
	filter: blur(8px);
}

body.has-home-motion [data-home-reveal-item][data-home-reveal-style="inquiry-console"][data-motion-state="hidden"] {
	opacity: 0;
	transform: translate3d(0, 30px, 0) scale(0.99);
}

body.has-home-motion [data-home-reveal-item][data-motion-state="visible"] {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

body.has-home-motion [data-home-reveal-item][data-home-reveal-style="card"][data-motion-state="visible"] {
	clip-path: inset(0 0 0 0);
}

body.has-home-motion .home-trust__item::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(18, 22, 29, 0.22);
	transition:
		transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 360ms ease;
	transition-delay: var(--home-reveal-delay, 0ms);
	transform-origin: left center;
}

body.has-home-motion .home-trust__item-label,
body.has-home-motion .home-trust__item-body {
	transition:
		transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 440ms ease,
		filter 440ms ease;
}

body.has-home-motion .home-trust__item-label {
	transition-delay: calc(var(--home-reveal-delay, 0ms) + 50ms);
}

body.has-home-motion .home-trust__item-body {
	transition-delay: calc(var(--home-reveal-delay, 0ms) + 120ms);
}

body.has-home-motion [data-home-reveal-item][data-home-reveal-style="trust"][data-motion-state="hidden"] .home-trust__item::before {
	opacity: 0.38;
	transform: scaleX(0.18);
}

body.has-home-motion [data-home-reveal-item][data-home-reveal-style="trust"][data-motion-state="hidden"] .home-trust__item-label {
	opacity: 0;
	filter: blur(6px);
	transform: translate3d(-18px, 0, 0);
}

body.has-home-motion [data-home-reveal-item][data-home-reveal-style="trust"][data-motion-state="hidden"] .home-trust__item-body {
	opacity: 0;
	filter: blur(6px);
	transform: translate3d(26px, 0, 0);
}

body.has-home-motion [data-home-reveal-item][data-home-reveal-style="trust"][data-motion-state="visible"] .home-trust__item::before,
body.has-home-motion [data-home-reveal-item][data-home-reveal-style="trust"][data-motion-state="visible"] .home-trust__item-label,
body.has-home-motion [data-home-reveal-item][data-home-reveal-style="trust"][data-motion-state="visible"] .home-trust__item-body {
	opacity: 1;
	filter: none;
	transform: none;
}

body.has-home-motion [data-home-capability-reveal] {
	transition:
		transform 660ms cubic-bezier(0.16, 1, 0.3, 1),
		opacity 560ms ease,
		filter 560ms ease;
}

body.has-home-motion [data-home-capability-reveal="panel"][data-motion-state="hidden"] {
	opacity: 0;
	filter: blur(7px);
	transform: translate3d(-18px, 12px, 0);
}

body.has-home-motion [data-home-capability-reveal="media"][data-motion-state="hidden"] {
	opacity: 0;
	filter: blur(8px);
	transform: translate3d(18px, 0, 0) scale(1.03);
}

body.has-home-motion [data-home-capability-reveal][data-motion-state="visible"] {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	filter: none;
}

body.has-home-motion [data-home-capability-reveal="media"][data-motion-state="visible"]::after {
	animation: home-capability-overlay-drift 18s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}

body.has-home-motion [data-home-capability-item],
body.has-home-motion [data-home-capability-links] {
	transition:
		transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
		opacity 420ms ease,
		filter 420ms ease;
}

body.has-home-motion [data-home-capability-item] {
	transition-delay: var(--home-capability-item-delay, 90ms);
}

body.has-home-motion [data-home-capability-links] {
	transition-delay: 190ms;
}

body.has-home-motion [data-home-capability-reveal="panel"][data-motion-state="hidden"] [data-home-capability-item],
body.has-home-motion [data-home-capability-reveal="panel"][data-motion-state="hidden"] [data-home-capability-links] {
	opacity: 0;
	filter: blur(5px);
	transform: translate3d(0, 12px, 0);
}

body.has-home-motion [data-home-capability-reveal="panel"][data-motion-state="visible"] [data-home-capability-item],
body.has-home-motion [data-home-capability-reveal="panel"][data-motion-state="visible"] [data-home-capability-links] {
	opacity: 1;
	filter: none;
	transform: translate3d(0, 0, 0);
}

@keyframes home-trust-image-drift {
	from {
		transform: scale(1.02) translate3d(0, 0, 0);
	}

	to {
		transform: scale(1.08) translate3d(-1.6%, 1.2%, 0);
	}
}

@keyframes home-trust-overlay-drift {
	from {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 0.82;
	}

	to {
		transform: translate3d(1.8%, -1.2%, 0) scale(1.04);
		opacity: 1;
	}
}

.home-trust {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 100svh;
	padding: clamp(56px, 6vw, 86px) 0;
	background: var(--home-video-white);
	z-index: 1;
}

.home-trust::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--home-video-white);
	opacity: 1;
	pointer-events: none;
	transition: opacity 280ms ease;
}

.home-trust__layout,
.home-trust__intro,
.home-trust__visual,
.home-trust__items,
.home-trust__item,
.home-trust__item-body {
	position: relative;
}

.home-trust__layout {
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: clamp(34px, 4vw, 72px);
	align-items: center;
}

.home-trust__intro {
	display: grid;
	gap: 18px;
	max-width: 46rem;
}

.home-trust__eyebrow {
	margin: 0;
	font-size: 0.68rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--shell-muted);
}

.home-trust__title {
	margin: 0;
	max-width: 22ch;
	font-size: clamp(2rem, 3.2vw, 2.86rem);
	line-height: 1.03;
	letter-spacing: -0.03em;
	font-weight: 400;
}

.home-trust__copy {
	margin: 0;
	max-width: 37rem;
	font-size: 0.98rem;
	line-height: 1.68;
	color: rgba(18, 22, 29, 0.68);
}

.home-trust__visual {
	min-height: clamp(380px, 36vw, 520px);
	border: 1px solid rgba(18, 22, 29, 0.08);
	background: var(--home-video-white);
	overflow: hidden;
	isolation: isolate;
}

.home-trust__visual::before,
.home-trust__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.home-trust__visual::before {
	display: none;
}

.home-trust__visual::after {
	display: none;
}

.home-trust__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: none;
}

body.has-home-motion [data-home-trust-visual-motion]::before {
	animation: none;
}

body.has-home-motion [data-home-trust-visual-motion] .home-trust__image {
	animation: none;
}

body.has-home-video-transition [data-home-trust-visual-motion]::before,
body.has-home-video-transition [data-home-trust-visual-motion] .home-trust__image {
	animation: none;
	transform: none;
}

.home-trust__items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	padding: 0;
	margin: 8px 0 0;
	list-style: none;
}

.home-trust__item {
	display: grid;
	grid-template-columns: minmax(124px, 0.24fr) minmax(0, 1fr);
	align-items: start;
	gap: 16px 22px;
	min-height: 0;
	padding: 18px 0 0;
	border-top: 1px solid rgba(18, 22, 29, 0.1);
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.home-trust__item-label {
	margin: 0;
	padding-top: 2px;
	font-size: 0.58rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.52);
}

.home-trust__item-body {
	display: grid;
	gap: 8px;
}

.home-trust__item-title {
	margin: 0;
	max-width: none;
	font-size: clamp(1.16rem, 1.4vw, 1.46rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	font-weight: 400;
	color: var(--shell-ink);
}

.home-trust__item-copy {
	margin: 0;
	max-width: 32rem;
	font-size: 0.9rem;
	line-height: 1.62;
	color: rgba(18, 22, 29, 0.68);
}

.home-products {
	position: relative;
	padding: clamp(68px, 8vw, 104px) 0 clamp(84px, 10vw, 124px);
	background: transparent;
	border-top: 0;
	z-index: 1;
}

.home-products__shell {
	display: grid;
	gap: 34px;
	--home-products-content-width: min(100%, 1120px);
}

.home-products__intro {
	display: grid;
	gap: 14px;
	width: var(--home-products-content-width);
	margin-inline: auto;
}

.home-products__eyebrow {
	margin: 0;
	font-size: 0.68rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--shell-muted);
}

.home-products__intro-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px 42px;
	align-items: end;
}

.home-products__intro-copy {
	display: grid;
	gap: 12px;
	max-width: 56rem;
}

.home-products__title {
	margin: 0;
	max-width: 24ch;
	font-size: clamp(2rem, 3.4vw, 3rem);
	line-height: 1.03;
	letter-spacing: -0.04em;
	font-weight: 400;
}

.home-products__copy {
	margin: 0;
	max-width: 46rem;
	font-size: 1rem;
	line-height: 1.68;
	color: rgba(18, 22, 29, 0.72);
}

.home-products__browse-all {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 0.68rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-weight: 400;
	white-space: nowrap;
	color: rgba(18, 22, 29, 0.8);
	transition: color 220ms ease, transform 220ms ease;
}

.home-products__browse-all:hover,
.home-products__browse-all:focus-visible {
	color: #12161d;
	transform: translateY(-1px);
}

.home-products__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	width: var(--home-products-content-width);
	margin-inline: auto;
}

.home-products__card {
	position: relative;
	display: flex;
	min-width: 0;
	border: 0;
	background: #1a1d21;
	box-shadow: none;
	overflow: hidden;
	--home-products-image-filter: saturate(0.98) contrast(0.99) brightness(1.01);
	--home-products-hover-filter: saturate(1) contrast(1.01) brightness(0.99);
	--home-products-overlay-top: 0.14;
	--home-products-overlay-mid: 0.03;
	--home-products-overlay-floor: 0.2;
	--home-products-overlay-side: 0.03;
	--home-products-overlay-side-end: 0.06;
	--home-products-frame-bg: #f2efe9;
	--home-products-image-position: center center;
}

.home-products__card--wall-light {
	--home-products-scene-position: center 48%;
}

.home-products__card--pendant-light {
	--home-products-scene-position: center 34%;
	--home-products-image-filter: saturate(1) contrast(1.02) brightness(1.06);
	--home-products-hover-filter: saturate(1.02) contrast(1.01) brightness(1.01);
	--home-products-overlay-top: 0.12;
	--home-products-overlay-mid: 0.02;
	--home-products-overlay-floor: 0.16;
	--home-products-overlay-side: 0.02;
	--home-products-overlay-side-end: 0.05;
}

.home-products__card--table-lamp,
.home-products__card--tracklights {
	--home-products-scene-position: center 58%;
}

.home-products__card--floor-lamp {
	--home-products-scene-position: center 42%;
}

.home-products__card-link {
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: flex-end;
	width: 100%;
	aspect-ratio: 16 / 9;
	padding: clamp(22px, 3vw, 30px);
	color: inherit;
	color: #f5f6f8;
	background: var(--home-products-frame-bg);
	isolation: isolate;
	overflow: hidden;
	transition: box-shadow 220ms ease, transform 220ms ease;
}

.home-products__card-link::before,
.home-products__card-link::after {
	content: "";
	position: absolute;
	inset: -1px;
	pointer-events: none;
}

.home-products__card-link::before {
	display: none;
}

.home-products__card-link:hover,
.home-products__card-link:focus-visible {
	transform: translate3d(0, 0, 0);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.home-products__card-link:hover::before,
.home-products__card-link:focus-visible::before {
	transform: none;
	filter: none;
}

.home-products__media {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	overflow: hidden;
	background: var(--home-products-frame-bg);
}

.home-products__media::after {
	display: none;
}

.home-products__image {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: var(--home-products-image-position, center center);
	filter: var(--home-products-image-filter);
	transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 900ms ease;
}

.home-products__card-link:hover .home-products__image,
.home-products__card-link:focus-visible .home-products__image {
	transform: none;
	filter: var(--home-products-hover-filter);
}

.home-products__card-link::after {
	background:
		linear-gradient(180deg, rgba(10, 12, 15, var(--home-products-overlay-top)) 0%, rgba(10, 12, 15, var(--home-products-overlay-mid)) 24%, rgba(10, 12, 15, 0.02) 48%, rgba(10, 12, 15, 0.04) 66%, rgba(10, 12, 15, var(--home-products-overlay-floor)) 100%),
		linear-gradient(90deg, rgba(10, 12, 15, var(--home-products-overlay-side)) 0%, rgba(10, 12, 15, 0.02) 38%, rgba(10, 12, 15, var(--home-products-overlay-side-end)) 100%);
	transition: background 260ms ease;
	z-index: 2;
}

.home-products__card-link:hover::after,
.home-products__card-link:focus-visible::after {
	background:
		linear-gradient(180deg, rgba(10, 12, 15, 0.18) 0%, rgba(10, 12, 15, 0.06) 24%, rgba(10, 12, 15, 0.02) 48%, rgba(10, 12, 15, 0.05) 66%, rgba(10, 12, 15, 0.24) 100%),
		linear-gradient(90deg, rgba(10, 12, 15, 0.05) 0%, rgba(10, 12, 15, 0.02) 38%, rgba(10, 12, 15, 0.08) 100%);
}

.home-products__card-body {
	position: relative;
	min-width: 0;
	flex: 0 1 auto;
	display: grid;
	align-content: end;
	grid-template-rows: auto auto auto auto;
	gap: 8px;
	z-index: 3;
	width: min(29rem, 100%);
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-products__card-kicker {
	margin: 0;
	font-size: 0.66rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(245, 246, 248, 0.78);
}

.home-products__card-title {
	margin: 0;
	max-width: 16ch;
	font-size: clamp(1.44rem, 2vw, 2rem);
	line-height: 1.04;
	letter-spacing: -0.03em;
	font-weight: 400;
	color: #f7f8fa;
}

.home-products__card-copy {
	margin: 0;
	max-width: 28rem;
	font-size: 0.95rem;
	line-height: 1.62;
	color: rgba(245, 246, 248, 0.86);
}

.home-products__action {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 0.66rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-weight: 400;
	color: #f7f8fa;
	align-self: end;
}

.home-products__card-kicker,
.home-products__card-title,
.home-products__card-copy,
.home-products__action {
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease;
}

.home-products__card-link:hover .home-products__card-body,
.home-products__card-link:focus-visible .home-products__card-body {
	transform: translate3d(0, 0, 0);
}

.home-products__card-link:hover .home-products__card-kicker,
.home-products__card-link:focus-visible .home-products__card-kicker {
	opacity: 0.94;
	transform: translate3d(0, 0, 0);
}

.home-products__card-link:hover .home-products__card-title,
.home-products__card-link:focus-visible .home-products__card-title {
	transform: translate3d(0, 0, 0);
}

.home-products__card-link:hover .home-products__card-copy,
.home-products__card-link:focus-visible .home-products__card-copy {
	opacity: 0.94;
	transform: translate3d(0, 0, 0);
}

.home-products__card-link:hover .home-products__action,
.home-products__card-link:focus-visible .home-products__action {
	transform: translate3d(0, 0, 0);
}

.home-products__action span[aria-hidden="true"] {
	display: inline-block;
	transition: transform 260ms ease;
}

.home-products__card-link:hover .home-products__action span[aria-hidden="true"],
.home-products__card-link:focus-visible .home-products__action span[aria-hidden="true"] {
	transform: translate3d(4px, 0, 0);
}

.home-capability {
	position: relative;
	padding: clamp(72px, 9vw, 118px) 0 clamp(86px, 10vw, 128px);
	background: transparent;
	z-index: 1;
}

.home-capability__shell,
.home-capability__content,
.home-capability__panel,
.home-capability__layout,
.home-capability__intro,
.home-capability__intro-head,
.home-capability__proof,
.home-capability__list,
.home-capability__item,
.home-capability__actions,
.home-capability__media {
	position: relative;
}

.home-capability__shell {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.home-capability__layout {
	display: grid;
	min-height: clamp(560px, 52vw, 760px);
}

.home-capability__content {
	grid-area: 1 / 1;
	z-index: 2;
	display: grid;
	align-content: center;
	justify-items: start;
	gap: 0;
	width: 100%;
	margin: 0;
	padding:
		clamp(60px, 7vw, 92px)
		max(24px, calc((100vw - var(--shell-content-width)) / 2 + clamp(22px, 3vw, 42px)));
	text-align: left;
	color: #f5f7fa;
}

.home-capability__content::before {
	display: none;
}

.home-capability__panel {
	display: grid;
	gap: clamp(24px, 3vw, 34px);
	width: min(44rem, 100%);
	padding: clamp(32px, 4vw, 46px);
	border: 0;
	background:
		radial-gradient(circle at 84% 72%, rgba(173, 116, 44, 0.18) 0%, rgba(173, 116, 44, 0) 28%),
		linear-gradient(135deg, rgba(9, 12, 16, 0.9) 0%, rgba(9, 12, 16, 0.78) 48%, rgba(14, 18, 25, 0.72) 100%);
	backdrop-filter: blur(18px) saturate(115%);
	-webkit-backdrop-filter: blur(18px) saturate(115%);
	box-shadow: 0 36px 74px rgba(8, 10, 14, 0.24);
}

.home-capability__intro {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	padding-top: 0;
	max-width: min(31rem, 100%);
}

.home-capability__intro-head {
	display: grid;
	gap: 8px;
	max-width: 100%;
	justify-items: start;
}

.home-capability__eyebrow {
	margin: 0;
	font-size: 0.68rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(245, 247, 250, 0.72);
}

.home-capability__title {
	margin: 0;
	max-width: 18ch;
	font-size: clamp(2.14rem, 3.2vw, 3.28rem);
	line-height: 1.02;
	letter-spacing: -0.03em;
	font-weight: 400;
	scroll-margin-top: calc(var(--shell-header-offset) + 28px);
}

.home-capability__copy {
	margin: 0;
	max-width: 29rem;
	font-size: 0.95rem;
	line-height: 1.58;
	color: rgba(245, 247, 250, 0.8);
}

.home-capability__proof {
	display: grid;
	justify-items: start;
	gap: 22px;
	width: 100%;
}

.home-capability__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 24px;
	width: 100%;
	padding-top: 0;
	border-top: 0;
}

.home-capability__item {
	display: grid;
	justify-items: start;
	align-content: start;
	gap: 10px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	background: transparent;
}

.home-capability__item-label {
	margin: 0;
	font-size: 0.58rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(245, 247, 250, 0.62);
}

.home-capability__item-title {
	margin: 0;
	max-width: 20ch;
	font-size: clamp(1rem, 1.28vw, 1.18rem);
	line-height: 1.18;
	letter-spacing: -0.02em;
	font-weight: 400;
	color: #f7f8fa;
}

.home-capability__item-copy {
	margin: 0;
	max-width: 27rem;
	font-size: 0.9rem;
	line-height: 1.56;
	color: rgba(245, 247, 250, 0.72);
}

.home-capability__bridge {
	display: grid;
	gap: 5px;
	margin: 0;
	max-width: 25rem;
}

.home-capability__bridge-label {
	font-size: 0.58rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--shell-muted);
}

.home-capability__bridge-copy {
	font-size: 0.86rem;
	line-height: 1.5;
	color: rgba(18, 22, 29, 0.72);
}

.home-capability__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 10px 20px;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-capability__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-start;
	width: 100%;
	min-height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 0.64rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-weight: 400;
	color: rgba(247, 248, 250, 0.86);
	transition: color 220ms ease, transform 220ms ease;
}

.home-capability__link:hover,
.home-capability__link:focus-visible {
	color: #ffffff;
	transform: translateY(-1px);
}

.home-capability__media {
	grid-area: 1 / 1;
	width: 100%;
	margin: 0;
	height: 100%;
	min-height: clamp(560px, 52vw, 760px);
	border: 0;
	background: #0e1115;
	box-shadow: none;
	overflow: hidden;
}

.home-capability__media::before,
.home-capability__media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.home-capability__media::before {
	display: none;
}

.home-capability__media::after {
	background:
		radial-gradient(circle at 22% 64%, rgba(190, 127, 44, 0.18) 0%, rgba(190, 127, 44, 0) 30%),
		linear-gradient(90deg, rgba(8, 10, 14, 0.88) 0%, rgba(8, 10, 14, 0.62) 26%, rgba(8, 10, 14, 0.18) 58%, rgba(8, 10, 14, 0.4) 100%),
		linear-gradient(180deg, rgba(8, 10, 14, 0.12) 0%, rgba(8, 10, 14, 0.38) 100%);
	z-index: 1;
	transform-origin: center center;
}

.home-capability__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 68% center;
	filter: saturate(0.76) contrast(0.94) brightness(0.76);
	transform: scale(1.08);
	transition: transform 2.4s cubic-bezier(0.22, 1, 0.36, 1), filter 760ms ease;
}

body.has-home-motion [data-home-capability-reveal="media"][data-motion-state="hidden"] .home-capability__image {
	transform: scale(1.11);
}

body.has-home-motion [data-home-capability-reveal="media"][data-motion-state="visible"] .home-capability__image {
	transform: scale(1.05);
}

.home-process {
	position: relative;
	--home-process-inline: clamp(24px, 5.4vw, 72px);
	padding: clamp(88px, 9.5vw, 132px) 0 clamp(98px, 10vw, 140px);
	border-top: 0;
	background: transparent;
	z-index: 1;
	overflow: clip;
}

.home-process::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.3) 28%, rgba(236, 243, 248, 0.1) 100%);
	border-top: 1px solid rgba(18, 22, 29, 0.06);
	border-bottom: 1px solid rgba(18, 22, 29, 0.06);
	pointer-events: none;
}

.home-process__shell,
.home-process__intro,
.home-process__sheet,
.home-process__market,
.home-process__market-body,
.home-process__market-figure,
.home-process__support,
.home-process__support-item,
.home-process__support-body,
.home-inquiry__shell,
.home-inquiry__intro,
.home-inquiry__console,
.home-inquiry__rail,
.home-inquiry__media-column,
.home-inquiry__question,
.home-inquiry__stage-stack,
.home-inquiry__stage,
.home-inquiry__answer,
.home-inquiry__actions,
.home-inquiry__route {
	position: relative;
}

.home-process__shell {
	z-index: 1;
	display: grid;
	gap: clamp(26px, 3vw, 40px);
}

.home-process__eyebrow {
	margin: 0;
	font-size: 0.68rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--shell-muted);
}

.home-process__title {
	margin: 0;
	max-width: none;
	font-size: clamp(2.1rem, 3vw, 3.04rem);
	line-height: 1.01;
	letter-spacing: -0.04em;
	font-weight: 400;
	scroll-margin-top: calc(var(--shell-header-offset) + 28px);
}

.home-process__lede {
	margin: 0;
	max-width: 38rem;
	font-size: 0.98rem;
	line-height: 1.62;
	color: rgba(18, 22, 29, 0.72);
}

.home-process__intro {
	display: grid;
	gap: 12px;
	width: min(100%, 46rem);
	margin: 0 auto;
	padding: 0 var(--home-process-inline);
	justify-items: center;
	text-align: center;
}

.home-process__sheet {
	display: grid;
	width: min(100%, 1120px);
	margin: 0 auto;
	border: 0;
	background: transparent;
}

.home-process__market {
	display: grid;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2.4vw, 28px) clamp(34px, 4.6vw, 80px);
	min-width: 0;
	padding: clamp(24px, 2.6vw, 34px) clamp(28px, 3vw, 36px);
	border: 0;
	overflow: hidden;
}

.home-process__market--map-left {
	grid-template-columns: minmax(300px, 430px) minmax(232px, 300px);
}

.home-process__market--map-right {
	grid-template-columns: minmax(232px, 300px) minmax(300px, 430px);
}

.home-process__market[data-reveal-direction="left"] {
	--home-process-enter-x: -72px;
	--home-process-body-enter-x: 18px;
}

.home-process__market[data-reveal-direction="right"] {
	--home-process-enter-x: 72px;
	--home-process-body-enter-x: -18px;
}

.home-process__market[data-reveal-state="hidden"] .home-process__market-figure,
.home-process__market[data-reveal-state="hidden"] .home-process__market-body {
	opacity: 0;
	transform: translate3d(var(--home-process-enter-x, 0), 0, 0);
}

.home-process__market[data-reveal-state="hidden"] .home-process__market-body {
	transform: translate3d(var(--home-process-body-enter-x, 0), 0, 0);
}

.home-process__market[data-reveal-state="hidden"] .home-process__map-image {
	opacity: 0;
	filter: blur(12px) grayscale(0.24) drop-shadow(0 18px 30px rgba(18, 22, 29, 0.04));
	transform: translate3d(var(--home-process-enter-x, 0), 0, 0) scale(0.9);
}

.home-process__market[data-reveal-state="visible"] .home-process__market-figure,
.home-process__market[data-reveal-state="visible"] .home-process__market-body,
.home-process__market[data-reveal-state="visible"] .home-process__map-image {
	opacity: 1;
	filter: none;
	transform: translate3d(0, 0, 0);
}

.home-process__market--map-right .home-process__market-figure {
	order: 2;
	justify-self: start;
	justify-content: flex-start;
}

.home-process__market--map-right .home-process__market-body {
	order: 1;
	justify-self: end;
}

.home-process__market-figure {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	justify-self: end;
	width: 100%;
	min-height: clamp(124px, 15vw, 182px);
	padding: 0;
	transition:
		transform 820ms cubic-bezier(0.22, 1, 0.36, 1) var(--home-process-market-delay, 0ms),
		opacity 820ms ease var(--home-process-market-delay, 0ms);
	will-change: transform, opacity;
}

.home-process__map-image {
	display: block;
	width: min(100%, 420px);
	height: auto;
	filter: drop-shadow(0 18px 30px rgba(18, 22, 29, 0.08));
	transition:
		transform 920ms cubic-bezier(0.22, 1, 0.36, 1) calc(var(--home-process-market-delay, 0ms) + 40ms),
		opacity 920ms ease calc(var(--home-process-market-delay, 0ms) + 40ms),
		filter 920ms ease calc(var(--home-process-market-delay, 0ms) + 40ms);
	will-change: transform, opacity;
}

.home-process__market--north-america .home-process__map-image {
	width: min(100%, 460px);
}

.home-process__market--europe .home-process__map-image {
	width: min(100%, 320px);
}

.home-process__market--australia .home-process__map-image {
	width: min(100%, 315px);
}

.home-process__market-body {
	display: grid;
	gap: 10px;
	align-content: center;
	width: min(100%, 18.5rem);
	max-width: 18.5rem;
	min-width: 0;
	justify-self: start;
	transition:
		transform 760ms cubic-bezier(0.22, 1, 0.36, 1) calc(var(--home-process-market-delay, 0ms) + 130ms),
		opacity 760ms ease calc(var(--home-process-market-delay, 0ms) + 130ms);
	will-change: transform, opacity;
}

.home-process__market-eyebrow {
	margin: 0;
	font-size: 0.58rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.54);
}

.home-process__market-title {
	margin: 0;
	font-size: clamp(1.54rem, 2vw, 2.08rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
	font-weight: 400;
	color: #12161d;
}

.home-process__market-rule {
	display: block;
	width: 58px;
	height: 1px;
	background: rgba(18, 22, 29, 0.22);
	transform-origin: left center;
}

.home-process__market-copy {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.58;
	color: rgba(18, 22, 29, 0.72);
}

.home-process__market-eyebrow,
.home-process__market-title,
.home-process__market-rule,
.home-process__market-copy {
	transition:
		transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 420ms ease,
		filter 420ms ease;
}

.home-process__market-eyebrow {
	transition-delay: calc(var(--home-process-market-delay, 0ms) + 190ms);
}

.home-process__market-title {
	transition-delay: calc(var(--home-process-market-delay, 0ms) + 250ms);
}

.home-process__market-rule {
	transition-delay: calc(var(--home-process-market-delay, 0ms) + 320ms);
}

.home-process__market-copy {
	transition-delay: calc(var(--home-process-market-delay, 0ms) + 390ms);
}

.home-process__market[data-reveal-state="hidden"] .home-process__market-eyebrow,
.home-process__market[data-reveal-state="hidden"] .home-process__market-title,
.home-process__market[data-reveal-state="hidden"] .home-process__market-copy {
	opacity: 0;
	filter: blur(6px);
	transform: translate3d(0, 18px, 0);
}

.home-process__market[data-reveal-state="hidden"] .home-process__market-rule {
	opacity: 0;
	transform: scaleX(0.28);
}

.home-process__market[data-reveal-state="visible"] .home-process__market-eyebrow,
.home-process__market[data-reveal-state="visible"] .home-process__market-title,
.home-process__market[data-reveal-state="visible"] .home-process__market-rule,
.home-process__market[data-reveal-state="visible"] .home-process__market-copy {
	opacity: 1;
	filter: none;
	transform: none;
}

.home-process__support {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 34px);
	width: 100%;
	padding: clamp(26px, 2.8vw, 34px) clamp(28px, 3vw, 36px) 0;
}

.home-process__support-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	min-width: 0;
}

.home-process__support-mark {
	width: 16px;
	height: 16px;
	margin-top: 1px;
	border: 1px solid rgba(18, 22, 29, 0.24);
	border-radius: 50%;
	position: relative;
}

.home-process__support-mark::before {
	content: "";
	position: absolute;
	inset: 4px;
	border-radius: 50%;
	background: rgba(18, 22, 29, 0.7);
}

.home-process__support-body {
	display: grid;
	gap: 6px;
}

.home-process__support-label {
	margin: 0;
	font-size: 0.56rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.54);
}

.home-process__support-copy {
	margin: 0;
	font-size: 0.76rem;
	line-height: 1.48;
	color: rgba(18, 22, 29, 0.7);
}

@media (prefers-reduced-motion: reduce) {
	[data-home-hero-ambient]::before,
	[data-home-hero-ambient]::after,
	.home-hero__image,
	[data-home-sequence-item],
	.home-hero__cta,
	.home-hero__proof li,
	.home-hero__proof li::before,
	[data-home-reveal-item],
	.home-trust__item::before,
	.home-trust__item-label,
	.home-trust__item-body,
	.home-products__card-body,
	.home-products__card-kicker,
	.home-products__card-title,
	.home-products__card-copy,
	.home-products__action,
	[data-home-capability-reveal],
	[data-home-capability-item],
	[data-home-capability-links],
	[data-home-trust-visual-motion]::before,
	[data-home-trust-visual-motion] .home-trust__image,
	.home-capability__image,
	.home-process__market-eyebrow,
	.home-process__market-title,
	.home-process__market-rule,
	.home-process__market-copy,
	.home-process__market-figure,
	.home-process__market-body,
	.home-process__map-image,
	.home-inquiry__question::before,
	.home-inquiry__question-progress,
	[data-home-inquiry-ambient]::before,
	.home-inquiry__stage,
	.home-inquiry__stage::after,
	.home-inquiry__stage-media,
	.home-inquiry__stage-image,
	.home-inquiry__answer,
	.home-inquiry__answer > [data-home-inquiry-answer-part] {
		transition: none;
		animation: none;
		transform: none;
		opacity: 1;
		filter: none;
		clip-path: none;
	}
}

@keyframes home-inquiry-ambient-drift {
	from {
		transform: translate3d(-2%, 0, 0) scale(1);
		opacity: 0.34;
	}

	to {
		transform: translate3d(3%, 3%, 0) scale(1.08);
		opacity: 0.48;
	}
}

@keyframes home-inquiry-question-progress {
	from {
		transform: scaleX(0);
	}

	to {
		transform: scaleX(1);
	}
}

@keyframes home-inquiry-stage-drift {
	from {
		transform: scale(1) translate3d(0, 0, 0);
	}

	to {
		transform: scale(1.04) translate3d(-1.4%, 1%, 0);
	}
}

.home-inquiry {
	position: relative;
	padding: clamp(72px, 9vw, 118px) 0 clamp(90px, 10vw, 132px);
	scroll-margin-top: 132px;
	border-top: 0;
	background: transparent;
	z-index: 1;
	overflow: hidden;
}

.home-inquiry::before {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	top: 6%;
	height: clamp(240px, 34vw, 420px);
	background:
		radial-gradient(circle at 20% 28%, rgba(255, 250, 242, 0.84) 0%, rgba(255, 250, 242, 0.28) 28%, rgba(255, 250, 242, 0) 56%),
		radial-gradient(circle at 78% 64%, rgba(214, 203, 188, 0.42) 0%, rgba(214, 203, 188, 0.12) 24%, rgba(214, 203, 188, 0) 52%);
	filter: blur(44px);
	opacity: 0.34;
	pointer-events: none;
	z-index: 0;
}

.home-inquiry__shell {
	display: grid;
	gap: clamp(24px, 2.8vw, 36px);
	position: relative;
	z-index: 1;
}

.home-inquiry__intro {
	display: grid;
	gap: 12px;
	max-width: 52rem;
	margin: 0 auto;
	justify-items: center;
	text-align: center;
}

.home-inquiry__eyebrow {
	margin: 0;
	font-size: 0.68rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--shell-muted);
}

.home-inquiry__title {
	margin: 0;
	max-width: min(24ch, 100%);
	font-size: clamp(2.4rem, 4.2vw, 4rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
	font-weight: 400;
	scroll-margin-top: 132px;
}

.home-inquiry__copy {
	margin: 0;
	max-width: 48rem;
	font-size: 1rem;
	line-height: 1.58;
	color: rgba(18, 22, 29, 0.72);
}

.home-inquiry__console {
	--home-inquiry-stage-height: clamp(400px, 36vw, 500px);
	display: grid;
	grid-template-columns: minmax(320px, 0.34fr) minmax(0, 0.66fr);
	column-gap: clamp(30px, 3vw, 44px);
	row-gap: clamp(18px, 1.8vw, 26px);
	align-items: start;
	border-top: 1px solid rgba(18, 22, 29, 0.12);
	padding-top: clamp(24px, 2.8vw, 34px);
	position: relative;
}

.home-inquiry__rail {
	display: grid;
	grid-template-rows: repeat(4, minmax(0, 1fr));
	gap: 0;
	min-height: var(--home-inquiry-stage-height);
	align-self: stretch;
	padding: 4px 0;
}

.home-inquiry__media-column {
	display: grid;
	gap: 0;
}

.home-inquiry__question {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	width: 100%;
	height: 100%;
	padding: 0 0 0 clamp(16px, 1.6vw, 22px);
	border: 0;
	border-top: 1px solid rgba(18, 22, 29, 0.12);
	background: transparent;
	box-shadow: inset 2px 0 0 transparent;
	font: inherit;
	text-align: left;
	color: rgba(18, 22, 29, 0.58);
	cursor: pointer;
	overflow: hidden;
	transition: color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.home-inquiry__question::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18%;
	bottom: 18%;
	width: 1px;
	background: rgba(18, 22, 29, 0.92);
	opacity: 0.18;
	transform: scaleY(0.28);
	transform-origin: center center;
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

.home-inquiry__question:first-child {
	border-top: 0;
}

.home-inquiry__question:hover,
.home-inquiry__question:focus-visible,
.home-inquiry__question[data-state="active"] {
	background: linear-gradient(90deg, rgba(18, 22, 29, 0.04) 0%, rgba(18, 22, 29, 0) 88%);
	box-shadow: inset 2px 0 0 rgba(18, 22, 29, 0.94);
	color: #12161d;
	transform: translateX(2px);
}

.home-inquiry__question:focus-visible {
	outline: 2px solid rgba(18, 22, 29, 0.34);
	outline-offset: 4px;
}

.home-inquiry__question-text {
	display: block;
	min-width: 0;
	font-size: clamp(1rem, 1.14vw, 1.14rem);
	line-height: 1.38;
	letter-spacing: -0.01em;
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

.home-inquiry__question-icon {
	font-size: 0.86rem;
	line-height: 1;
	opacity: 0.62;
	transition: transform 220ms ease, opacity 220ms ease;
}

.home-inquiry__question-progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background: rgba(18, 22, 29, 0.72);
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left center;
	pointer-events: none;
}

.home-inquiry__console[data-carousel-state="running"] .home-inquiry__question[data-state="active"] .home-inquiry__question-progress {
	opacity: 1;
	animation: home-inquiry-question-progress 2600ms linear forwards;
}

.home-inquiry__console[data-carousel-state="paused"] .home-inquiry__question[data-state="active"] .home-inquiry__question-progress {
	opacity: 0.22;
}

.home-inquiry__question:hover .home-inquiry__question-icon,
.home-inquiry__question:focus-visible .home-inquiry__question-icon,
.home-inquiry__question[data-state="active"] .home-inquiry__question-icon {
	opacity: 1;
	transform: translateX(2px);
}

.home-inquiry__question:hover::before,
.home-inquiry__question:focus-visible::before,
.home-inquiry__question[data-state="active"]::before {
	opacity: 1;
	transform: scaleY(1);
}

.home-inquiry__question:hover .home-inquiry__question-text,
.home-inquiry__question:focus-visible .home-inquiry__question-text,
.home-inquiry__question[data-state="active"] .home-inquiry__question-text {
	transform: translate3d(4px, 0, 0);
}

.home-inquiry__stage-stack {
	position: relative;
	isolation: isolate;
	min-height: var(--home-inquiry-stage-height);
}

.home-inquiry__stage {
	position: absolute;
	inset: 0;
	min-height: inherit;
	border: 0;
	background: #0e1115;
	overflow: hidden;
	opacity: 0;
	transform: scale(1.02);
	visibility: hidden;
	pointer-events: none;
	transition:
		transform 1180ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 1100ms ease,
		visibility 0s linear 1100ms;
}

.home-inquiry__stage[hidden] {
	display: none;
}

.home-inquiry__stage[data-state="entering"],
.home-inquiry__stage[data-state="active"],
.home-inquiry__stage[data-state="exiting"] {
	display: block;
}

.home-inquiry__stage[data-state="entering"],
.home-inquiry__stage[data-state="active"] {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0s;
}

.home-inquiry__stage[data-state="active"] {
	z-index: 3;
}

.home-inquiry__stage[data-state="entering"] {
	z-index: 3;
}

.home-inquiry__stage[data-state="exiting"] {
	z-index: 2;
	opacity: 0;
	transform: scale(0.992);
	visibility: visible;
	transition-delay: 0s;
}

.home-inquiry__stage::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(7, 9, 12, 0.04) 0%, rgba(7, 9, 12, 0.06) 28%, rgba(7, 9, 12, 0.46) 62%, rgba(7, 9, 12, 0.9) 100%),
		radial-gradient(circle at 24% 82%, rgba(7, 9, 12, 0.3) 0%, rgba(7, 9, 12, 0.14) 22%, rgba(7, 9, 12, 0) 52%),
		linear-gradient(90deg, rgba(7, 9, 12, 0.24) 0%, rgba(7, 9, 12, 0.08) 34%, rgba(7, 9, 12, 0.22) 100%);
	pointer-events: none;
	transition: opacity 360ms ease;
}

.home-inquiry__stage[data-state="exiting"]::after {
	opacity: 0.72;
}

.home-inquiry__stage-media {
	position: absolute;
	inset: 0;
}

body.has-home-motion [data-home-inquiry-ambient]::before,
body.has-home-motion .home-inquiry__stage-media {
	will-change: transform, opacity;
}

body.has-home-motion [data-home-inquiry-ambient]::before {
	animation: home-inquiry-ambient-drift 18s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}

body.has-home-motion .home-inquiry__stage[data-state="active"] .home-inquiry__stage-media {
	animation: home-inquiry-stage-drift 15s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}

.home-inquiry__stage-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: saturate(0.82) contrast(0.94) brightness(0.8);
	transform: scale(1.06);
	transition:
		transform 1180ms cubic-bezier(0.22, 1, 0.36, 1),
		filter 1180ms ease,
		opacity 720ms ease;
}

.home-inquiry__stage[data-state="entering"] .home-inquiry__stage-image,
.home-inquiry__stage[data-state="active"] .home-inquiry__stage-image {
	transform: scale(1.02);
}

.home-inquiry__stage[data-state="exiting"] .home-inquiry__stage-image {
	transform: scale(1.045);
	filter: saturate(0.78) contrast(0.92) brightness(0.74);
	opacity: 0.88;
}

.home-inquiry__answer {
	z-index: 1;
	display: grid;
	align-content: end;
	gap: 14px;
	min-height: inherit;
	padding: clamp(24px, 2.6vw, 36px);
	padding-bottom: clamp(46px, 5vw, 56px);
	opacity: 1;
	transform: none;
	transition: none;
}

.home-inquiry__answer-title {
	margin: 0;
	max-width: min(22ch, 100%);
	font-size: clamp(1.72rem, 2.4vw, 2.52rem);
	line-height: 1.02;
	letter-spacing: -0.03em;
	font-weight: 400;
	color: #f7f8fa;
}

.home-inquiry__answer-copy {
	margin: 0;
	max-width: 30rem;
	font-size: 0.94rem;
	line-height: 1.58;
	color: rgba(245, 247, 250, 0.82);
}

.home-inquiry__answer-dock {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, max-content));
	gap: 10px;
	align-items: center;
	justify-content: start;
	width: fit-content;
	max-width: min(100%, 31rem);
}

.home-inquiry__answer > [data-home-inquiry-answer-part] {
	opacity: 0;
	filter: blur(6px);
	transform: translate3d(0, 18px, 0);
	transition:
		transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 340ms ease,
		filter 340ms ease;
}

.home-inquiry__answer [data-home-inquiry-answer-part="title"] {
	transition-delay: 80ms;
}

.home-inquiry__answer [data-home-inquiry-answer-part="copy"] {
	transition-delay: 150ms;
}

.home-inquiry__answer [data-home-inquiry-answer-part="dock"] {
	transition-delay: 250ms;
}

.home-inquiry__stage[data-state="entering"] .home-inquiry__answer > [data-home-inquiry-answer-part],
.home-inquiry__stage[data-state="active"] .home-inquiry__answer > [data-home-inquiry-answer-part] {
	opacity: 1;
	filter: none;
	transform: translate3d(0, 0, 0);
}

.home-inquiry__stage[data-state="exiting"] .home-inquiry__answer > [data-home-inquiry-answer-part] {
	opacity: 0;
	filter: blur(6px);
	transform: translate3d(0, 16px, 0);
}

.home-inquiry__route {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 60px;
	padding: 0 36px;
	border-radius: 999px;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	line-height: 1.1;
	text-transform: none;
	font-weight: 400;
	text-align: center;
	transition: color 220ms ease, transform 220ms ease, background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.home-inquiry__route--embedded {
	min-height: 38px;
	padding: 0 14px;
	box-shadow: none;
	backdrop-filter: blur(14px);
	width: auto;
}

.home-inquiry__route-label {
	display: block;
	max-width: none;
	white-space: nowrap;
	font-size: clamp(0.84rem, 0.9vw, 0.94rem);
	letter-spacing: 0.16em;
	line-height: 1.04;
	font-weight: 400;
}

.home-inquiry__route--embedded .home-inquiry__route-label {
	white-space: nowrap;
	font-size: clamp(0.62rem, 0.68vw, 0.7rem);
	letter-spacing: 0.1em;
	line-height: 1.12;
}

.home-inquiry__route--rfq {
	border: 1px solid #12161d;
	background: #161b22;
	color: rgba(247, 248, 250, 0.94);
	box-shadow: 0 18px 30px rgba(18, 22, 29, 0.16);
}

.home-inquiry__route--rfq:hover,
.home-inquiry__route--rfq:focus-visible {
	background: #1b2129;
	border-color: #1b2129;
	box-shadow: 0 20px 34px rgba(18, 22, 29, 0.18);
	transform: translateY(-1px);
}

.home-inquiry__route--embedded.home-inquiry__route--rfq {
	border-color: rgba(247, 248, 250, 0.92);
	background: rgba(247, 248, 250, 0.94);
	color: rgba(18, 22, 29, 0.92);
}

.home-inquiry__route--embedded.home-inquiry__route--rfq:hover,
.home-inquiry__route--embedded.home-inquiry__route--rfq:focus-visible {
	background: #ffffff;
	border-color: #ffffff;
	box-shadow: 0 10px 22px rgba(7, 9, 12, 0.16);
}

.home-inquiry__route--custom {
	border: 1px solid rgba(18, 22, 29, 0.08);
	background: rgba(246, 242, 235, 0.92);
	color: rgba(18, 22, 29, 0.82);
	box-shadow: 0 16px 28px rgba(18, 22, 29, 0.08);
}

.home-inquiry__route--custom:hover,
.home-inquiry__route--custom:focus-visible {
	background: rgba(250, 246, 240, 0.98);
	border-color: rgba(18, 22, 29, 0.14);
	box-shadow: 0 18px 30px rgba(18, 22, 29, 0.1);
	transform: translateY(-1px);
}

.home-inquiry__route--embedded.home-inquiry__route--custom {
	border-color: rgba(245, 247, 250, 0.14);
	background: rgba(245, 247, 250, 0.08);
	color: rgba(245, 247, 250, 0.92);
	box-shadow: none;
}

.home-inquiry__route--embedded.home-inquiry__route--custom:hover,
.home-inquiry__route--embedded.home-inquiry__route--custom:focus-visible {
	background: rgba(245, 247, 250, 0.18);
	border-color: rgba(245, 247, 250, 0.26);
	box-shadow: 0 10px 22px rgba(7, 9, 12, 0.12);
}

.home-inquiry__route:focus-visible {
	outline: 2px solid rgba(18, 22, 29, 0.26);
	outline-offset: 4px;
}

.home-inquiry__route--embedded:focus-visible {
	outline-color: rgba(245, 247, 250, 0.42);
}

@media (hover: hover) and (pointer: fine) {
	body.has-home-camera-motion [data-home-camera-scene-id="hero"][data-home-camera-state="active"] .home-hero__cta-icon,
	body.has-home-camera-motion [data-home-camera-scene-id="products"][data-home-camera-state="active"] .home-products__action span[aria-hidden="true"],
	body.has-home-camera-motion [data-home-camera-scene-id="capability"][data-home-camera-state="active"] .home-capability__link span[aria-hidden="true"],
	body.has-home-camera-motion [data-home-camera-scene-id="inquiry"][data-home-camera-state="active"] .home-inquiry__question-icon {
		display: inline-block;
		transform: translate3d(0, 0, 0);
		transition:
			transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
			opacity 260ms ease;
	}

	body.has-home-camera-motion [data-home-camera-scene-id="hero"][data-home-camera-state="active"] .home-hero__cta:hover .home-hero__cta-icon,
	body.has-home-camera-motion [data-home-camera-scene-id="hero"][data-home-camera-state="active"] .home-hero__cta:focus-visible .home-hero__cta-icon {
		transform: translate3d(5px, 0, 0);
	}

	body.has-home-camera-motion [data-home-camera-scene-id="hero"][data-home-camera-state="active"] .home-hero__proof li:hover {
		color: rgba(18, 22, 29, 0.92);
		transform: translate3d(4px, 0, 0);
		transition-delay: 0ms;
	}

	body.has-home-camera-motion [data-home-camera-scene-id="hero"][data-home-camera-state="active"] .home-hero__proof li:hover::before {
		opacity: 1;
		transform: scaleX(1.28);
		transition-delay: 0ms;
	}

	body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item {
		transition:
			opacity 760ms ease-out calc(var(--home-reveal-delay, 0ms) + 260ms),
			transform 900ms cubic-bezier(0.19, 1, 0.22, 1) calc(var(--home-reveal-delay, 0ms) + 260ms),
			color 320ms ease;
	}

	body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item:hover,
	body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item:focus-within,
	body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item[data-home-reveal-style="trust"][data-motion-state]:hover,
	body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item[data-home-reveal-style="trust"][data-motion-state]:focus-within {
		transform: translate3d(14px, 0, 0) scale(1.006);
		transition-delay: 0ms;
	}

	body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item:hover::before,
	body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item:focus-within::before,
	body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item[data-home-reveal-style="trust"][data-motion-state]:hover::before,
	body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item[data-home-reveal-style="trust"][data-motion-state]:focus-within::before {
		opacity: 1;
		transform: scaleX(1.08);
		transition-delay: 0ms;
	}

	body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item:hover .home-trust__item-label,
	body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item:focus-within .home-trust__item-label {
		color: rgba(18, 22, 29, 0.74);
		transform: translate3d(4px, 0, 0);
		transition-delay: 0ms;
	}

	body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item:hover .home-trust__item-body,
	body.has-home-camera-motion [data-home-camera-scene-id="trust"][data-home-camera-state="active"] .home-trust__item:focus-within .home-trust__item-body {
		transform: translate3d(8px, 0, 0);
		transition-delay: 0ms;
	}

	body.has-home-camera-motion [data-home-camera-scene-id="products"][data-home-camera-state="active"] .home-products__card-link {
		transition:
			box-shadow 420ms ease,
			transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
	}

body.has-home-camera-motion [data-home-camera-scene-id="products"][data-home-camera-state="active"] .home-products__card-link:hover,
body.has-home-camera-motion [data-home-camera-scene-id="products"][data-home-camera-state="active"] .home-products__card-link:focus-visible {
	transform: translate3d(0, 0, 0);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.18),
		0 18px 36px rgba(18, 22, 29, 0.1);
}

	body.has-home-camera-motion [data-home-camera-scene-id="products"][data-home-camera-state="active"] .home-products__card-link:hover .home-products__action span[aria-hidden="true"],
	body.has-home-camera-motion [data-home-camera-scene-id="products"][data-home-camera-state="active"] .home-products__card-link:focus-visible .home-products__action span[aria-hidden="true"] {
		transform: translate3d(6px, 0, 0);
	}

	body.has-home-camera-motion [data-home-camera-scene-id="capability"][data-home-camera-state="active"] .home-capability__item {
		transform: translate3d(0, 0, 0);
		transition:
			transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
			border-color 320ms ease,
			opacity 420ms ease,
			filter 420ms ease;
	}

	body.has-home-camera-motion [data-home-camera-scene-id="capability"][data-home-camera-state="active"] .home-capability__item:hover,
	body.has-home-camera-motion [data-home-camera-scene-id="capability"][data-home-camera-state="active"] .home-capability__item:focus-within {
		border-color: rgba(255, 255, 255, 0.34);
		transform: translate3d(10px, 0, 0);
	}

	body.has-home-camera-motion [data-home-camera-scene-id="capability"][data-home-camera-state="active"] .home-capability__item:hover .home-capability__item-label,
	body.has-home-camera-motion [data-home-camera-scene-id="capability"][data-home-camera-state="active"] .home-capability__item:focus-within .home-capability__item-label {
		color: rgba(245, 247, 250, 0.82);
	}

	body.has-home-camera-motion [data-home-camera-scene-id="capability"][data-home-camera-state="active"] .home-capability__link:hover span[aria-hidden="true"],
	body.has-home-camera-motion [data-home-camera-scene-id="capability"][data-home-camera-state="active"] .home-capability__link:focus-visible span[aria-hidden="true"] {
		transform: translate3d(5px, 0, 0);
	}

	body.has-home-camera-motion [data-home-camera-scene-id="process"][data-home-camera-state="active"] .home-process__market {
		transition:
			opacity 760ms ease calc(var(--home-process-market-delay, 0ms) + 140ms),
			transform 980ms cubic-bezier(0.19, 1, 0.22, 1) calc(var(--home-process-market-delay, 0ms) + 140ms);
	}

body.has-home-camera-motion [data-home-camera-scene-id="process"][data-home-camera-state="active"] .home-process__market:hover {
	transform: translate3d(0, 0, 0) scale(1);
	transition-delay: 0ms;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"][data-home-camera-state="active"] .home-process__market--map-left {
	--home-process-hover-figure-x: -8px;
	--home-process-hover-body-x: 10px;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"][data-home-camera-state="active"] .home-process__market--map-right {
	--home-process-hover-figure-x: 8px;
	--home-process-hover-body-x: -10px;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"][data-home-camera-state="active"] .home-process__market:hover .home-process__market-figure {
	transform: translate3d(var(--home-process-hover-figure-x, 0), 0, 0);
	transition-delay: 0ms;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"][data-home-camera-state="active"] .home-process__market:hover .home-process__market-body {
	transform: translate3d(var(--home-process-hover-body-x, 0), 0, 0);
	transition-delay: 0ms;
}

body.has-home-camera-motion [data-home-camera-scene-id="process"][data-home-camera-state="active"] .home-process__market:hover .home-process__map-image {
	filter: brightness(0) saturate(100%) contrast(1.12);
	transition-delay: 0ms;
}

	body.has-home-camera-motion [data-home-camera-scene-id="process-support"][data-home-camera-state="active"] .home-process__support-item {
		transition:
			opacity 760ms ease calc(var(--home-reveal-delay, 0ms) + 160ms),
			transform 980ms cubic-bezier(0.19, 1, 0.22, 1) calc(var(--home-reveal-delay, 0ms) + 160ms),
			border-color 320ms ease;
	}

	body.has-home-camera-motion [data-home-camera-scene-id="process-support"][data-home-camera-state="active"] .home-process__support-item:hover,
	body.has-home-camera-motion [data-home-camera-scene-id="process-support"][data-home-camera-state="active"] .home-process__support-item:focus-within {
		border-color: rgba(18, 22, 29, 0.18);
		transform: translate3d(0, -6px, 0);
		transition-delay: 0ms;
	}

	body.has-home-camera-motion [data-home-camera-scene-id="process-support"][data-home-camera-state="active"] .home-process__support-item:hover .home-process__support-mark,
	body.has-home-camera-motion [data-home-camera-scene-id="process-support"][data-home-camera-state="active"] .home-process__support-item:focus-within .home-process__support-mark {
		border-color: rgba(18, 22, 29, 0.52);
		transform: scale(1.08);
	}

	body.has-home-camera-motion [data-home-camera-scene-id="process-support"][data-home-camera-state="active"] .home-process__support-mark {
		transition:
			transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
			border-color 320ms ease;
	}

	body.has-home-camera-motion [data-home-camera-scene-id="inquiry"][data-home-camera-state="active"] .home-inquiry__question:hover,
	body.has-home-camera-motion [data-home-camera-scene-id="inquiry"][data-home-camera-state="active"] .home-inquiry__question:focus-visible,
	body.has-home-camera-motion [data-home-camera-scene-id="inquiry"][data-home-camera-state="active"] .home-inquiry__question[data-state="active"] {
		transform: translate3d(6px, 0, 0);
	}

	body.has-home-camera-motion [data-home-camera-scene-id="inquiry"][data-home-camera-state="active"] .home-inquiry__question:hover .home-inquiry__question-icon,
	body.has-home-camera-motion [data-home-camera-scene-id="inquiry"][data-home-camera-state="active"] .home-inquiry__question:focus-visible .home-inquiry__question-icon,
	body.has-home-camera-motion [data-home-camera-scene-id="inquiry"][data-home-camera-state="active"] .home-inquiry__question[data-state="active"] .home-inquiry__question-icon {
		opacity: 1;
		transform: translate3d(6px, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.has-home-camera-motion [data-home-camera-scene-id="hero"] .home-hero__cta-icon,
	body.has-home-camera-motion [data-home-camera-scene-id="hero"] .home-hero__proof li,
	body.has-home-camera-motion [data-home-camera-scene-id="hero"] .home-hero__proof li::before,
	body.has-home-camera-motion [data-home-camera-scene-id="trust"] .home-trust__item,
	body.has-home-camera-motion [data-home-camera-scene-id="trust"] .home-trust__item::before,
	body.has-home-camera-motion [data-home-camera-scene-id="trust"] .home-trust__item-label,
	body.has-home-camera-motion [data-home-camera-scene-id="trust"] .home-trust__item-body,
	body.has-home-camera-motion [data-home-camera-scene-id="products"] .home-products__card-link,
	body.has-home-camera-motion [data-home-camera-scene-id="products"] .home-products__action span[aria-hidden="true"],
	body.has-home-camera-motion [data-home-camera-scene-id="capability"] .home-capability__item,
	body.has-home-camera-motion [data-home-camera-scene-id="capability"] .home-capability__link span[aria-hidden="true"],
	body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market,
	body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__map-image,
	body.has-home-camera-motion [data-home-camera-scene-id="process"] .home-process__market-rule,
	body.has-home-camera-motion [data-home-camera-scene-id="process-support"] .home-process__support-item,
	body.has-home-camera-motion [data-home-camera-scene-id="process-support"] .home-process__support-mark,
	body.has-home-camera-motion [data-home-camera-scene-id="inquiry"] .home-inquiry__question,
	body.has-home-camera-motion [data-home-camera-scene-id="inquiry"] .home-inquiry__question-icon {
		transition: none;
		animation: none;
		transform: none;
		filter: none;
	}
}

@media (min-width: 721px) {
	.site-main--home .home-products + .home-capability {
		margin-top: clamp(-140px, -10vw, -72px);
	}

	.site-main--home .home-capability + .home-process {
		margin-top: clamp(-132px, -9vw, -72px);
	}

	.site-main--home .home-process + .home-inquiry {
		margin-top: clamp(-72px, -5vw, -32px);
	}
}

.shell-generic {
	display: flex;
	justify-content: center;
}

.shell-generic__card {
	width: min(780px, 100%);
	padding: 36px;
	border: 1px solid var(--shell-line);
	border-radius: 0;
	background: #ffffff;
}

.shell-generic__card--narrow {
	width: min(620px, 100%);
}

.shell-generic__title {
	margin: 0 0 18px;
	font-size: clamp(2rem, 3.2vw, 3rem);
	line-height: 1.02;
}

.shell-content {
	color: var(--shell-muted);
	line-height: 1.7;
}

.shell-content > :first-child {
	margin-top: 0;
}

.shell-content > :last-child {
	margin-bottom: 0;
}

.about-foundation {
	--about-proof-sticky-top: calc(var(--shell-header-offset) + clamp(18px, 2vw, 28px));
	padding: var(--shell-header-offset) 0 92px;
	overflow-x: clip;
	background: linear-gradient(180deg, #f8f8f7 0%, #f4f5f3 100%);
}

.about-foundation__shell {
	display: grid;
	gap: clamp(28px, 4vw, 42px);
	min-width: 0;
}

.about-foundation__hero {
	padding: 0 0 clamp(56px, 6vw, 84px);
}

.about-foundation__masthead-media {
	background-position: center 54%;
}

.about-foundation__stage {
	position: relative;
	display: grid;
	place-items: center;
	width: 100vw;
	min-height: clamp(540px, 64vh, 700px);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	padding: clamp(72px, 9vw, 112px) clamp(24px, 4vw, 56px) clamp(68px, 8vw, 96px);
	background: #151719;
}

.about-foundation__stage::before,
.about-foundation__stage::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.about-foundation__stage::before {
	background:
		linear-gradient(180deg, rgba(9, 10, 12, 0.58) 0%, rgba(9, 10, 12, 0.28) 28%, rgba(9, 10, 12, 0.5) 100%),
		linear-gradient(90deg, rgba(9, 10, 12, 0.62) 0%, rgba(9, 10, 12, 0.18) 26%, rgba(9, 10, 12, 0.18) 74%, rgba(9, 10, 12, 0.66) 100%),
		var(--about-stage-image) center 58% / cover no-repeat;
	filter: saturate(0.88) contrast(1.04) brightness(0.72);
	transform: scale(1);
	transition: transform 500ms ease, filter 500ms ease;
}

.about-foundation__stage:hover::before {
	transform: scale(1.02);
	filter: saturate(0.84) contrast(0.98) brightness(0.76);
}

.about-foundation__stage::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 34%);
}

.about-foundation__stage-breadcrumb {
	position: absolute;
	inset: clamp(16px, 2.4vw, 28px) 0 auto;
	z-index: 2;
	pointer-events: none;
}

.about-foundation__stage-breadcrumb-inner {
	display: flex;
	justify-content: center;
	pointer-events: auto;
}

.about-foundation__stage .shell-breadcrumb {
	margin: 0;
}

.about-foundation__stage .shell-breadcrumb ol {
	justify-content: center;
	color: rgba(248, 246, 241, 0.78);
	font-size: 0.64rem;
	letter-spacing: 0.18em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
}

.about-foundation__stage .shell-breadcrumb li + li::before {
	color: rgba(248, 246, 241, 0.42);
}

.about-foundation__stage .shell-breadcrumb a,
.about-foundation__stage .shell-breadcrumb span[aria-current="page"] {
	color: rgba(248, 246, 241, 0.8);
}

.about-foundation__stage .shell-breadcrumb a:hover,
.about-foundation__stage .shell-breadcrumb a:focus-visible,
.about-foundation__stage .shell-breadcrumb span[aria-current="page"] {
	color: #ffffff;
}

.about-foundation__stage-grid {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-width: 0;
	padding: 0;
	text-align: center;
}

.about-foundation__stage-copy {
	display: grid;
	justify-items: center;
	gap: 12px;
	width: min(100%, 1180px);
	color: #f8f6f1;
	text-align: center;
}

.about-foundation__eyebrow {
	margin: 0;
	font-size: 0.68rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

.about-foundation__section-kicker,
.about-foundation__identity-label {
	margin: 0;
	font-size: 0.68rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.62);
}

.about-foundation__title {
	margin: 0;
	max-width: 100%;
	font-size: clamp(3.4rem, 4.8vw, 5.6rem);
	line-height: 0.92;
	letter-spacing: 0;
	font-weight: 400;
	text-wrap: balance;
}

.about-foundation__lede {
	margin: 0;
	line-height: 1.56;
}

.about-foundation__section-copy,
.about-foundation__identity-copy {
	margin: 0;
	line-height: 1.56;
}

.about-foundation__lede {
	max-width: 30rem;
	font-size: 1.05rem;
	color: rgba(255, 255, 255, 0.82);
}

.about-foundation__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	align-items: center;
	justify-content: flex-start;
	margin-top: 10px;
}

.about-foundation__primary-link {
	padding: 0 20px;
	background: #12161d;
	border-color: #12161d;
	color: #f7f8fa;
}

.about-foundation__secondary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 4px;
	border-bottom: 1px solid rgba(18, 22, 29, 0.26);
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.78);
	transition: border-color 180ms ease, color 180ms ease;
}

.about-foundation__secondary-link:hover,
.about-foundation__secondary-link:focus-visible {
	border-color: rgba(18, 22, 29, 0.52);
	color: #12161d;
}

.about-foundation__identity {
	padding: clamp(76px, 8vw, 108px) 0 clamp(80px, 8vw, 112px);
}

.about-foundation__identity-chapter {
	display: grid;
	grid-template-columns: minmax(340px, 0.88fr) minmax(500px, 1.12fr);
	grid-template-areas: "panel media";
	align-items: stretch;
	gap: clamp(42px, 4.5vw, 76px);
	min-width: 0;
	perspective: 1200px;
}

.about-foundation__identity-media {
	grid-area: media;
	display: flex;
	min-width: 0;
	min-height: clamp(520px, 44vw, 620px);
}

.about-foundation__identity-image,
.about-foundation__proof-image {
	position: relative;
	display: block;
	margin: 0;
	overflow: hidden;
	background: #303535;
}

.about-foundation__identity-image {
	width: 100%;
	min-height: clamp(520px, 44vw, 620px);
	height: 100%;
	box-shadow: 0 30px 70px rgba(18, 22, 29, 0.12);
	transform: translate3d(0, 0, 0);
	transition:
		transform 780ms cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 780ms ease;
}

.about-foundation__proof-image {
	width: 100%;
	min-height: clamp(360px, 31vw, 480px);
	height: 100%;
	box-shadow: 0 24px 58px rgba(18, 22, 29, 0.1);
	transform: translate3d(0, 0, 0);
	transition:
		transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 720ms ease;
}

.about-foundation__proof-image--band {
	min-height: clamp(360px, 31vw, 480px);
}

.about-foundation__proof-band--large-media .about-foundation__proof-image--band {
	min-height: clamp(400px, 34vw, 540px);
}

.about-foundation__identity-image::after,
.about-foundation__proof-image::after {
	content: "";
	position: absolute;
	inset: clamp(14px, 1.5vw, 20px);
	border: 1px solid rgba(255, 255, 255, 0.34);
	pointer-events: none;
}

.about-foundation__identity-image img,
.about-foundation__proof-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 500ms ease, filter 500ms ease;
	will-change: transform;
}

.about-foundation__identity-image img {
	object-position: 50% 50%;
}

.about-foundation__proof-image img {
	object-position: 50% 32%;
	filter: saturate(1.02) contrast(1.05) brightness(0.96);
}

.about-foundation__proof-band--large-media .about-foundation__proof-image img {
	object-position: 50% 50%;
}

.about-foundation__proof-band--reverse .about-foundation__proof-image img {
	object-position: 50% 42%;
}

.about-foundation__identity-media:hover .about-foundation__identity-image img,
.about-foundation__identity-media:focus-within .about-foundation__identity-image img,
.about-foundation__proof-media:hover .about-foundation__proof-image img,
.about-foundation__proof-media:focus-within .about-foundation__proof-image img {
	transform: scale(1.035);
	filter: saturate(0.92) contrast(1.02);
}

.about-foundation__identity-media:hover .about-foundation__identity-image,
.about-foundation__identity-media:focus-within .about-foundation__identity-image,
.about-foundation__proof-media:hover .about-foundation__proof-image,
.about-foundation__proof-media:focus-within .about-foundation__proof-image {
	box-shadow: 0 34px 78px rgba(18, 22, 29, 0.15);
	transform: translate3d(0, -4px, 0);
}

.about-foundation__identity-panel {
	grid-area: panel;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	min-height: clamp(520px, 44vw, 620px);
	padding: clamp(6px, 1vw, 12px) 0;
	min-width: 0;
}

.about-foundation__section-title {
	margin: 0;
	max-width: 100%;
	font-size: clamp(2.45rem, 2.8vw, 3.2rem);
	line-height: 0.98;
	font-weight: 400;
	letter-spacing: 0;
}

.about-foundation__section-copy {
	max-width: 32rem;
	font-size: 0.98rem;
	color: rgba(18, 22, 29, 0.74);
}

.about-foundation__identity-lead {
	max-width: 33rem;
}

.about-foundation__chapter-facts {
	display: grid;
	gap: 0;
	margin: clamp(18px, 2.2vw, 28px) 0 0;
	padding: 0;
	border-top: 1px solid rgba(18, 22, 29, 0.12);
	border-bottom: 1px solid rgba(18, 22, 29, 0.12);
}

.about-foundation__chapter-fact {
	position: relative;
	display: grid;
	grid-template-columns: minmax(13.25rem, 0.78fr) minmax(0, 1.22fr);
	gap: 12px 20px;
	align-items: start;
	padding: 16px 0;
	border-bottom: 1px solid rgba(18, 22, 29, 0.12);
	background: transparent;
	transition: padding-left 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-foundation__chapter-fact::before {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 16px;
	left: 0;
	width: 1px;
	background: rgba(18, 22, 29, 0.28);
	opacity: 0;
	transform: scaleY(0.3);
	transform-origin: center;
	transition:
		opacity 360ms ease,
		transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-foundation__chapter-fact:hover,
.about-foundation__chapter-fact:focus-within {
	padding-left: 14px;
}

.about-foundation__chapter-fact:hover::before,
.about-foundation__chapter-fact:focus-within::before {
	opacity: 1;
	transform: scaleY(1);
}

.about-foundation__chapter-fact:last-child {
	border-bottom: 0;
}

.about-foundation__chapter-fact-term {
	display: grid;
	gap: 6px;
	min-width: 0;
	font-weight: 400;
}

.about-foundation__chapter-fact-value {
	margin: 0;
	font-size: clamp(1.04rem, 1.28vw, 1.24rem);
	line-height: 1.08;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.about-foundation__chapter-fact-value--program {
	white-space: nowrap;
}

.about-foundation__chapter-fact-copy {
	margin: 0;
	line-height: 1.54;
	color: rgba(18, 22, 29, 0.76);
}

.about-foundation__proof {
	padding: clamp(72px, 8vw, 104px) 0 0;
	border-top: 1px solid rgba(18, 22, 29, 0.08);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(239, 240, 236, 0.72) 100%);
}

.about-foundation__proof-panel {
	display: grid;
	gap: clamp(120px, 12vw, 188px);
	min-width: 0;
}

.about-foundation__proof-header {
	display: grid;
	gap: 14px;
	max-width: 58rem;
	min-width: 0;
}

.about-foundation__proof-title-main {
	margin: 0;
	max-width: 100%;
	font-size: clamp(2.1rem, 3vw, 3.2rem);
	line-height: 0.98;
	font-weight: 400;
	letter-spacing: 0;
	text-wrap: balance;
}

.about-foundation__proof-intro {
	margin: 0;
	max-width: 32rem;
	font-size: 0.98rem;
	line-height: 1.58;
	color: rgba(18, 22, 29, 0.72);
}

.about-foundation__proof-bands {
	display: grid;
	gap: 0;
	min-width: 0;
}

.about-foundation__proof-band {
	display: grid;
	grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
	grid-template-areas: "media copy";
	align-items: start;
	gap: clamp(26px, 3.8vw, 56px);
	min-width: 0;
	perspective: 1200px;
}

.about-foundation__proof-band + .about-foundation__proof-band {
	position: relative;
	width: 100vw;
	margin-top: clamp(58px, 5.6vw, 92px);
	margin-left: calc(50% - 50vw);
	padding-top: clamp(58px, 6vw, 92px);
	padding-right: calc((100vw - var(--shell-content-width)) / 2);
	padding-bottom: clamp(58px, 5.4vw, 88px);
	padding-left: calc((100vw - var(--shell-content-width)) / 2);
	border-top: 1px solid rgba(18, 22, 29, 0.08);
	background:
		linear-gradient(180deg, rgba(244, 246, 247, 0.76) 0%, rgba(236, 239, 240, 0.92) 100%),
		radial-gradient(circle at 50% 0%, rgba(18, 22, 29, 0.045) 0%, rgba(18, 22, 29, 0) 36%);
}

.about-foundation__proof-band--reverse {
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	grid-template-areas: "copy media";
}

.about-foundation__proof-band--large-media {
	grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
	gap: clamp(26px, 3.4vw, 52px);
}

.about-foundation__proof-band--reverse.about-foundation__proof-band--large-media {
	grid-template-columns: minmax(300px, 2fr) minmax(0, 3fr);
}

.about-foundation__proof-media {
	grid-area: media;
	display: flex;
	min-width: 0;
	align-self: stretch;
}

.about-foundation__proof-band-copy {
	grid-area: copy;
	min-width: 0;
	min-height: clamp(320px, 29vw, 460px);
	padding: 0;
}

.about-foundation__proof-sticky-track {
	min-height: clamp(320px, 29vw, 460px);
}

.about-foundation__proof-sticky-track.is-sticky-ready {
	min-height: var(--about-proof-copy-track);
}

.about-foundation__proof-sticky-copy {
	display: grid;
	gap: 14px;
	align-content: start;
	min-width: 0;
}

.about-foundation__proof-band-kicker {
	margin: 0;
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.52);
}

.about-foundation__proof-band-title {
	margin: 0;
	max-width: 100%;
	font-size: clamp(2rem, 2.7vw, 3rem);
	line-height: 0.98;
	font-weight: 400;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.about-foundation__proof-band-summary {
	margin: 0;
	max-width: 40rem;
	font-size: 0.98rem;
	line-height: 1.56;
	color: rgba(18, 22, 29, 0.72);
}

.about-foundation__proof-notes,
.about-foundation__proof-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: 0;
	border-top: 1px solid rgba(18, 22, 29, 0.12);
}

.about-foundation__proof-note {
	position: relative;
	display: grid;
	grid-template-columns: minmax(8.8rem, 0.3fr) minmax(0, 1fr);
	gap: 6px 16px;
	align-items: start;
	padding: 16px 0;
	border-bottom: 1px solid rgba(18, 22, 29, 0.12);
	background: transparent;
	transition: padding-left 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-foundation__proof-note::before {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 16px;
	left: 0;
	width: 1px;
	background: rgba(18, 22, 29, 0.24);
	opacity: 0;
	transform: scaleY(0.3);
	transform-origin: center;
	transition:
		opacity 320ms ease,
		transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-foundation__proof-note:hover,
.about-foundation__proof-note:focus-within {
	padding-left: 12px;
}

.about-foundation__proof-note:hover::before,
.about-foundation__proof-note:focus-within::before {
	opacity: 1;
	transform: scaleY(1);
}

.about-foundation__proof-note:last-child {
	border-bottom: 0;
}

.about-foundation__proof-note-term {
	margin: 0;
	padding-top: 2px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(18, 22, 29, 0.56);
}

.about-foundation__proof-note-icon,
.about-foundation__proof-label-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	color: rgba(18, 22, 29, 0.72);
	flex: 0 0 auto;
}

.about-foundation__proof-note-icon svg,
.about-foundation__proof-label-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.about-foundation__proof-note-copy {
	margin: 0;
	max-width: 34rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(18, 22, 29, 0.74);
}

.about-foundation__next-action {
	padding: 0 0 clamp(4px, 1vw, 12px);
}

.about-foundation__next-action-band {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px 28px;
	padding-top: 26px;
	border-top: 1px solid rgba(18, 22, 29, 0.12);
}

.about-foundation__next-action-copy {
	display: grid;
	gap: 10px;
	max-width: 48rem;
}

.about-foundation__next-action-title {
	margin: 0;
	max-width: 44rem;
	font-size: clamp(1.24rem, 1.9vw, 1.72rem);
	line-height: 1.16;
	font-weight: 400;
	letter-spacing: 0;
}

.about-foundation__actions--next {
	margin-top: 0;
	justify-content: flex-end;
}

@media (max-width: 1100px) {
	.about-foundation__stage {
		min-height: clamp(500px, 62vh, 640px);
	}

	.about-foundation__stage::after {
		inset: 0;
	}

	.about-foundation__stage-grid {
		padding: 0;
	}

	.about-foundation__stage-breadcrumb {
		inset: clamp(16px, 2.4vw, 28px) 0 auto;
	}

	.about-foundation__stage-copy {
		width: 100%;
		justify-self: stretch;
	}

	.about-foundation__identity-chapter {
		grid-template-columns: 1fr;
		grid-template-areas:
			"media"
			"panel";
		gap: 24px;
	}

	.about-foundation__identity-media,
	.about-foundation__identity-image,
	.about-foundation__identity-panel {
		min-height: auto;
	}

	.about-foundation__identity-image {
		aspect-ratio: 16 / 9;
	}

	.about-foundation__identity-panel {
		padding: 0;
		justify-content: flex-start;
	}

	.about-foundation__chapter-fact {
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	}

	.about-foundation__section-title {
		max-width: 100%;
	}

	.about-foundation__proof-panel {
		gap: 24px;
	}

	.about-foundation__proof-header {
		max-width: 48rem;
	}

	.about-foundation__proof-band,
	.about-foundation__proof-band--reverse {
		grid-template-columns: 1fr;
		grid-template-areas:
			"media"
			"copy";
		gap: 22px;
	}

	.about-foundation__proof-band + .about-foundation__proof-band {
		margin-top: clamp(48px, 6vw, 72px);
		padding-top: clamp(48px, 6vw, 72px);
		padding-bottom: clamp(48px, 5.4vw, 68px);
	}

	.about-foundation__proof-media {
		width: 100%;
	}

	.about-foundation__proof-list {
		max-width: 100%;
	}

	.about-foundation__proof-band-copy {
		min-height: auto;
		padding: 0;
	}

	.about-foundation__proof-sticky-track,
	.about-foundation__proof-sticky-track.is-sticky-ready {
		min-height: auto;
	}

	.about-foundation__proof-image,
	.about-foundation__proof-image--band {
		width: 100%;
		min-height: auto;
		aspect-ratio: 16 / 9;
	}

	.about-foundation__proof-band--large-media .about-foundation__proof-image--band {
		aspect-ratio: 4 / 3;
	}

	.about-foundation__next-action-band {
		grid-template-columns: 1fr;
		gap: 14px;
	}

}

@media (min-width: 1101px) {
	.about-foundation__proof-sticky-copy {
		position: sticky;
		top: var(--about-proof-sticky-top);
	}
}

@media (max-width: 720px) {
	.about-foundation {
		padding: var(--shell-header-offset) 0 72px;
	}

	.about-foundation__shell {
		gap: 20px;
	}

	.about-foundation__hero {
		padding-bottom: 32px;
	}

	.about-foundation__stage {
		min-height: clamp(430px, 58vh, 540px);
		padding: 76px 24px 70px;
	}

	.about-foundation__stage::after {
		inset: 0;
	}

	.about-foundation__stage-grid {
		padding: 0;
	}

	.about-foundation__stage-breadcrumb {
		inset: clamp(16px, 2.4vw, 28px) 0 auto;
	}

	.about-foundation__stage .shell-breadcrumb ol {
		font-size: 0.58rem;
		letter-spacing: 0.14em;
	}

	.about-foundation__eyebrow,
	.about-foundation__section-kicker,
	.about-foundation__identity-label {
		font-size: 0.6rem;
	}

	.about-foundation__title {
		max-width: 100%;
		font-size: clamp(2.22rem, 10vw, 3.16rem);
		line-height: 0.98;
		text-wrap: balance;
	}

	.about-foundation__masthead .product-foundation__title {
		max-width: 12ch;
		font-size: clamp(1.92rem, 8.2vw, 2.54rem);
	}

	.about-foundation__lede,
	.about-foundation__section-copy,
	.about-foundation__identity-copy {
		font-size: 0.9rem;
		line-height: 1.58;
	}

	.about-foundation__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: min(100%, 320px);
		margin-inline: auto;
		justify-content: stretch;
	}

	.about-foundation__primary-link,
	.about-foundation__secondary-link {
		width: 100%;
	}

	.about-foundation__actions--next {
		width: 100%;
		max-width: none;
		margin-inline: 0;
	}

	.about-foundation__secondary-link {
		width: fit-content;
		min-height: 32px;
		padding: 0 2px;
	}

	.about-foundation__identity {
		padding: 40px 0 52px;
	}

	.about-foundation__identity-chapter {
		gap: 18px;
	}

	.about-foundation__section-title {
		font-size: clamp(2.4rem, 11vw, 3.2rem);
		max-width: 100%;
	}

	.about-foundation__chapter-fact-value {
		font-size: clamp(1.8rem, 9.5vw, 2.4rem);
	}

	.about-foundation__chapter-fact-value--program {
		font-size: clamp(1.5rem, 7.7vw, 2rem);
	}

	.about-foundation__chapter-fact {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 14px 0;
	}

	.about-foundation__chapter-fact-copy {
		max-width: 100%;
		font-size: 0.88rem;
		line-height: 1.54;
	}

	.about-foundation__proof {
		padding: 44px 0 0;
	}

	.about-foundation__proof-panel {
		gap: 22px;
	}

	.about-foundation__proof-header {
		gap: 10px;
	}

	.about-foundation__proof-title-main {
		max-width: 100%;
		font-size: clamp(1.9rem, 8.4vw, 2.58rem);
		line-height: 1.06;
	}

	.about-foundation__proof-intro {
		max-width: 100%;
		font-size: 0.9rem;
		line-height: 1.54;
	}

	.about-foundation__proof-band {
		gap: 18px;
	}

	.about-foundation__proof-band + .about-foundation__proof-band {
		margin-top: 42px;
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.about-foundation__proof-band-copy {
		gap: 10px;
	}

	.about-foundation__proof-band-title {
		max-width: 100%;
		font-size: clamp(1.72rem, 7.4vw, 2.22rem);
		line-height: 1.04;
	}

	.about-foundation__proof-band-summary {
		max-width: 100%;
		font-size: 0.9rem;
		line-height: 1.54;
	}

	.about-foundation__proof-note {
		grid-template-columns: auto minmax(0, 1fr);
		max-width: 100%;
		padding: 14px 0;
		gap: 6px 12px;
	}

	.about-foundation__proof-note-term {
		font-size: 0.58rem;
		letter-spacing: 0.16em;
	}

	.about-foundation__proof-band-kicker {
		font-size: 0.58rem;
		letter-spacing: 0.16em;
	}

	.about-foundation__proof-band--reverse .about-foundation__proof-image img {
		object-position: 50% 78%;
	}

	.about-foundation__proof-note-icon {
		width: 0.9rem;
		height: 0.9rem;
	}

	.about-foundation__proof-note-copy {
		font-size: 0.88rem;
		line-height: 1.5;
	}

	.about-foundation__next-action {
		padding-bottom: 0;
	}

	.about-foundation__next-action-band {
		padding-top: 18px;
	}

	.about-foundation__next-action-title {
		max-width: 100%;
		font-size: clamp(1.1rem, 5vw, 1.48rem);
		line-height: 1.14;
	}

	.about-foundation__actions--next .about-foundation__primary-link,
	.about-foundation__actions--next .about-foundation__secondary-link {
		width: 100%;
	}
}

.product-foundation,
.product-detail-foundation {
	padding: calc(var(--shell-header-offset) + 34px) 0 96px;
}

.product-foundation__hero,
.product-detail-foundation__hero {
	padding: 0 0 44px;
}

.product-foundation__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
	gap: 28px;
	align-items: start;
}

.product-detail-foundation__hero-stack {
	display: grid;
	gap: clamp(18px, 2vw, 28px);
}

.product-detail-foundation__stage {
	position: relative;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.product-detail-foundation__stage::before {
	display: none;
}

.product-detail-foundation__grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
	gap: clamp(44px, 5vw, 72px);
	align-items: start;
	position: relative;
	z-index: 1;
}

.product-foundation__title,
.product-detail-foundation__title {
	margin: 0;
	max-width: 18ch;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	line-height: 1.02;
	font-weight: 400;
}

.product-detail-foundation__title {
	max-width: 100%;
	font-size: clamp(2.45rem, 4.1vw, 3.2rem);
	line-height: 0.96;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.product-foundation__lede,
.product-detail-foundation__lede {
	max-width: 64ch;
	margin: 18px 0 0;
	color: var(--shell-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.product-detail-foundation__lede {
	max-width: 30rem;
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #888888;
}

.product-foundation {
	padding: calc(var(--shell-header-offset) + 26px) 0 88px;
}

.product-foundation--archive {
	padding-top: var(--shell-header-offset);
}

.product-foundation__hero {
	padding: 0 0 30px;
}

.product-detail-foundation__hero {
	padding: 0 0 36px;
}

.product-foundation__masthead {
	padding: 0 0 clamp(28px, 3vw, 40px);
}

.product-foundation__masthead-media {
	position: relative;
	min-height: clamp(228px, 25vw, 316px);
	background-color: #d8d2c8;
	background-repeat: no-repeat;
	background-position: center 54%;
	background-size: cover;
	overflow: hidden;
	isolation: isolate;
}

.product-foundation__masthead-media::before,
.product-foundation__masthead-media::after {
	content: "";
	position: absolute;
	inset: 0;
}

.product-foundation__masthead-media::before {
	z-index: 0;
	background:
		linear-gradient(96deg, rgba(10, 15, 19, 0.82) 0%, rgba(10, 15, 19, 0.66) 34%, rgba(10, 15, 19, 0.26) 62%, rgba(10, 15, 19, 0.56) 100%),
		linear-gradient(180deg, rgba(10, 15, 19, 0.18) 0%, rgba(10, 15, 19, 0.08) 34%, rgba(10, 15, 19, 0.54) 100%);
}

.product-foundation__masthead-media::after {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(184, 160, 132, 0.16) 0%, rgba(184, 160, 132, 0) 42%),
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 30%);
	opacity: 0.56;
}

.product-foundation__masthead-shell {
	position: relative;
	z-index: 3;
	z-index: 3;
	display: flex;
	align-items: end;
	min-height: inherit;
	padding-top: clamp(32px, 4vw, 46px);
	padding-bottom: clamp(28px, 3.6vw, 42px);
}

.about-foundation__masthead-shell.product-foundation__masthead-shell,
.oem-odm-foundation__masthead-shell.product-foundation__masthead-shell {
	align-items: start;
	padding-top: clamp(56px, 6.7vw, 96px);
}

.product-foundation__masthead-panel {
	gap: 14px;
	max-width: min(42rem, 100%);
	padding: 0;
}

.product-foundation__masthead .product-foundation__title {
	max-width: none;
	color: #ffffff;
	text-shadow: 0 12px 28px rgba(6, 10, 14, 0.22);
}

.product-foundation__masthead .product-foundation__lede {
	max-width: 44ch;
	margin: 0;
	color: rgba(244, 246, 248, 0.84);
}

.oem-odm-foundation__masthead-panel .oem-odm-foundation__lede {
	max-width: none;
	white-space: nowrap;
}

.product-foundation__masthead .shell-breadcrumb ol,
.product-foundation__masthead .shell-breadcrumb a {
	color: rgba(244, 246, 248, 0.72);
}

.product-foundation__masthead .shell-breadcrumb li + li::before {
	color: rgba(244, 246, 248, 0.4);
}

.product-foundation__masthead .shell-breadcrumb a:hover,
.product-foundation__masthead .shell-breadcrumb a:focus-visible,
.product-foundation__masthead .shell-breadcrumb span[aria-current="page"] {
	color: #ffffff;
}

.product-foundation__masthead + .product-foundation__section {
	padding-top: 0;
}

.product-foundation__hero-grid {
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.74fr);
	align-items: end;
	gap: 44px;
	padding: 26px 0 28px;
	border-bottom: 1px solid var(--shell-line);
}

.product-foundation__hero-grid--single {
	grid-template-columns: minmax(0, 47rem);
	align-items: start;
	gap: 0;
	padding: 24px 0 26px;
}

.product-foundation__orientation-panel {
	display: grid;
	align-content: end;
	gap: 18px;
	max-width: 47rem;
}

.product-foundation__breadcrumb {
	margin: 0;
}

.product-detail-foundation__hero-stack .product-foundation__breadcrumb {
	margin: 0;
}

.shell-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--shell-muted);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-transform: uppercase;
}

.shell-breadcrumb li {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	gap: 8px;
}

.shell-breadcrumb li + li::before {
	content: ">";
	color: rgba(72, 80, 92, 0.58);
}

.shell-breadcrumb a {
	color: var(--shell-muted);
	text-decoration: none;
	transition: color 180ms ease;
}

.shell-breadcrumb a:hover,
.shell-breadcrumb a:focus-visible {
	color: var(--shell-ink);
}

.shell-breadcrumb span[aria-current="page"] {
	color: var(--shell-ink);
}

.product-foundation__title {
	max-width: 22ch;
	font-size: 3rem;
	line-height: 1.04;
}

.product-foundation__lede {
	max-width: 42rem;
	margin: 0;
	line-height: 1.58;
}

.product-foundation__action-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	align-items: center;
}

.product-foundation__jump-link {
	justify-self: start;
	width: auto;
}

.product-foundation__secondary-link {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	color: var(--shell-ink);
	font-size: 0.74rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.product-foundation__context-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--shell-line);
}

.product-foundation__context-list div {
	display: grid;
	grid-template-columns: minmax(7.5rem, 0.44fr) minmax(0, 1fr);
	gap: 18px;
	align-items: baseline;
	padding: 14px 0;
	border-bottom: 1px solid var(--shell-line);
}

.product-foundation__context-list dt,
.product-foundation__context-list dd {
	margin: 0;
}

.product-foundation__context-list dt {
	color: var(--shell-muted);
	font-size: 0.68rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.product-foundation__context-list dd {
	color: var(--shell-ink);
	font-size: 1rem;
	line-height: 1.45;
}

.product-foundation__fact-list,
.product-detail-foundation__summary-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.product-detail-foundation__summary-list {
	grid-template-columns: repeat(auto-fit, minmax(136px, 172px));
	justify-content: start;
	gap: 12px;
}

.product-foundation__fact-list li,
.product-detail-foundation__summary-list li {
	padding: 15px 18px;
	border: 1px solid var(--shell-line);
	background: rgba(255, 255, 255, 0.76);
	font-size: 0.94rem;
	line-height: 1.55;
}

.product-detail-foundation__summary-list li {
	display: grid;
	align-content: start;
	gap: 4px;
	min-height: 0;
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.88);
	font-size: 0.8rem;
}

.product-foundation__section,
.product-detail-foundation__section {
	padding: 34px 0 0;
}

.product-detail-foundation__section--follow-up {
	padding-top: 48px;
}

.product-detail-foundation__section--same-series {
	padding-top: 40px;
}

.product-foundation__section-head,
.product-detail-foundation__section-head {
	display: grid;
	gap: 10px;
	margin-bottom: 24px;
}

.product-foundation__section-head h2,
.product-detail-foundation__section-head h2 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 400;
}

.product-foundation__section-head p,
.product-detail-foundation__section-head p {
	margin: 0;
	max-width: 60ch;
	color: var(--shell-muted);
	line-height: 1.6;
}

.product-foundation__route-continuity {
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid var(--shell-line);
}

.product-foundation__route-continuity .product-foundation__section-head {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	margin-bottom: 0;
}

.product-foundation__filter-shell {
	position: sticky;
	top: calc(var(--shell-header-offset) - 36px);
	z-index: 12;
	margin: -4px 0 28px;
}

.product-foundation__filter-bar {
	padding: 10px;
	border: 1px solid rgba(18, 22, 29, 0.12);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 42px rgba(18, 22, 29, 0.08);
	backdrop-filter: blur(18px);
}

.product-foundation__filter-toggle {
	display: none;
}

.product-foundation__filter-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: end;
}

.product-foundation__filter-panel-head {
	display: none;
}

.product-foundation__filter-fields {
	display: grid;
	grid-template-columns: minmax(180px, 1.4fr) minmax(150px, 0.8fr) minmax(140px, 0.7fr);
	gap: 10px;
	align-items: end;
}

.product-foundation__filter-field {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.product-foundation__filter-field span {
	color: var(--shell-muted);
	font-size: 0.64rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.product-foundation__filter-field input,
.product-foundation__filter-field select {
	width: 100%;
	min-height: 42px;
	border: 1px solid rgba(18, 22, 29, 0.12);
	border-radius: 0;
	background: #ffffff;
	color: var(--shell-ink);
	font: inherit;
	font-size: 0.86rem;
	line-height: 1.2;
}

.product-foundation__filter-field input {
	padding: 0 13px;
}

.product-foundation__filter-field select {
	padding: 0 36px 0 12px;
}

.product-foundation__filter-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	min-height: 42px;
	white-space: nowrap;
}

.product-foundation__filter-actions p {
	margin: 0;
	color: var(--shell-muted);
	font-size: 0.76rem;
}

.product-foundation__filter-clear,
.product-foundation__filter-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(18, 22, 29, 0.14);
	border-radius: 0;
	background: #11151d;
	color: #ffffff;
	font-size: 0.66rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.product-foundation__filter-clear:hover,
.product-foundation__filter-clear:focus-visible,
.product-foundation__filter-close:hover,
.product-foundation__filter-close:focus-visible {
	border-color: rgba(18, 22, 29, 0.28);
	background: #2a303a;
	outline: 0;
}

.product-foundation__filter-empty {
	margin: 14px 0 0;
	padding: 16px 18px;
	border: 1px solid rgba(18, 22, 29, 0.12);
	background: rgba(255, 255, 255, 0.82);
	color: var(--shell-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.product-foundation__product-card.is-filtered-out,
.product-foundation__category-listing.is-filtered-out {
	display: none;
}

.product-foundation__term-grid,
.product-foundation__product-grid,
.product-foundation__listing-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.product-foundation__term-grid {
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-flow: dense;
	grid-auto-rows: 54px;
	align-items: stretch;
	gap: clamp(20px, 2vw, 26px);
}

.product-foundation__category-list {
	display: grid;
	gap: 34px;
}

.product-foundation__category-listing {
	display: grid;
	gap: 20px;
	padding: 0 0 34px;
	border-bottom: 1px solid var(--shell-line);
}

.product-foundation__category-listing:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.product-foundation__category-listing-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
}

.product-foundation__category-listing-head h3 {
	margin: 4px 0 0;
	font-size: 1.42rem;
	line-height: 1.16;
	font-weight: 400;
}

.product-foundation__empty {
	display: grid;
	gap: 16px;
	padding: 20px;
	border: 1px solid var(--shell-line);
	background: rgba(255, 255, 255, 0.84);
}

.product-foundation__product-card {
	display: grid;
	gap: 16px;
}

.product-foundation__term-card {
	grid-column: span 4;
	grid-row: span 4;
	min-width: 0;
	overflow: visible;
	background: transparent;
	color: var(--shell-ink);
	--category-card-filter: saturate(0.94) contrast(0.98) brightness(0.98);
	--category-card-overlay-floor: 0.62;
	--category-card-overlay-mid: 0.3;
	--category-card-overlay-gloss: 0.16;
}

.product-foundation__term-card[data-product-category="pendant-light"] {
	--category-card-filter: saturate(1) contrast(1.01) brightness(1.08);
	--category-card-overlay-floor: 0.5;
	--category-card-overlay-mid: 0.2;
	--category-card-overlay-gloss: 0.2;
}

.product-foundation__term-card:nth-child(1),
.product-foundation__term-card:nth-child(2) {
	grid-column: span 6;
	grid-row: span 5;
}

.product-foundation__term-card:nth-child(3),
.product-foundation__term-card:nth-child(4),
.product-foundation__term-card:nth-child(5) {
	grid-column: span 4;
	grid-row: span 4;
}

/* Keep the first catalog row prominent, then continue with balanced thirds. */
.product-foundation__term-card:nth-child(n + 6) {
	grid-column: span 4;
	grid-row: span 4;
}

.product-foundation__term-card:nth-child(n + 6):nth-child(3n):last-child {
	grid-column: 4 / span 6;
}

.product-foundation__term-card:nth-child(n + 6):nth-child(3n):nth-last-child(2),
.product-foundation__term-card:nth-child(n + 6):nth-child(3n + 1):last-child {
	grid-column: span 6;
}

.product-foundation__term-grid--four .product-foundation__term-card,
.product-foundation__term-grid--four .product-foundation__term-card:nth-child(1),
.product-foundation__term-grid--four .product-foundation__term-card:nth-child(2),
.product-foundation__term-grid--four .product-foundation__term-card:nth-child(3),
.product-foundation__term-grid--four .product-foundation__term-card:nth-child(4) {
	grid-column: span 6;
	grid-row: span 5;
}

.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 3) {
	grid-column: span 3;
	grid-row: span 4;
}

.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 6),
.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 6):nth-child(3n):last-child,
.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 6):nth-child(3n):nth-last-child(2),
.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 6):nth-child(3n + 1):last-child {
	grid-column: span 3;
	grid-row: span 4;
}

.product-foundation__term-card-link {
	position: relative;
	display: block;
	min-height: 100%;
	height: 100%;
	border-radius: 0;
	background: transparent;
	overflow: hidden;
	isolation: isolate;
	text-decoration: none;
	color: #f7f8fa;
	box-shadow: 0 8px 18px rgba(18, 22, 29, 0.06);
	transition: color 220ms ease, box-shadow 220ms ease;
}

.product-foundation__term-card-link:hover,
.product-foundation__term-card-link:focus-visible {
	color: #ffffff;
	outline: 0;
	box-shadow: 0 16px 28px rgba(18, 22, 29, 0.1);
}

.product-foundation__term-card-link:focus-visible {
	box-shadow:
		0 16px 28px rgba(18, 22, 29, 0.1),
		inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.product-foundation__term-media {
	position: absolute;
	inset: 0;
	display: block;
	background: #e8e4dd;
	overflow: hidden;
}

.product-foundation__term-media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(8, 12, 16, 0.02) 0%, rgba(8, 12, 16, 0.06) 42%, rgba(8, 12, 16, var(--category-card-overlay-mid)) 72%, rgba(8, 12, 16, var(--category-card-overlay-floor)) 100%),
		radial-gradient(circle at top right, rgba(255, 255, 255, var(--category-card-overlay-gloss)) 0%, rgba(255, 255, 255, 0) 34%);
	transition: opacity 220ms ease;
}

.product-foundation__term-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: var(--category-card-filter);
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.product-foundation__term-card-link:hover .product-foundation__term-media img,
.product-foundation__term-card-link:focus-visible .product-foundation__term-media img {
	transform: scale(1.03);
}

.product-foundation__term-card-link:hover .product-foundation__term-media::after,
.product-foundation__term-card-link:focus-visible .product-foundation__term-media::after {
	opacity: 0.88;
}

.product-foundation__term-body {
	position: absolute;
	inset: auto 0 0 0;
	z-index: 3;
	display: grid;
	gap: 10px;
	align-content: end;
	min-height: 38%;
	padding: clamp(18px, 1.7vw, 24px);
	color: #ffffff;
}

.product-foundation__term-title {
	max-width: none;
	font-size: clamp(1.22rem, 1.35vw, 1.54rem);
	line-height: 1.04;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 0 8px 18px rgba(8, 12, 16, 0.24);
	text-wrap: pretty;
	transition: transform 260ms ease;
}

.product-foundation__term-card:nth-child(1) .product-foundation__term-title,
.product-foundation__term-card:nth-child(2) .product-foundation__term-title {
	font-size: clamp(1.78rem, 2.2vw, 2.28rem);
	line-height: 1;
}

.product-foundation__term-card:nth-child(1) .product-foundation__term-body,
.product-foundation__term-card:nth-child(2) .product-foundation__term-body {
	min-height: 34%;
	padding: clamp(20px, 2vw, 28px);
}

.product-foundation__term-card .product-foundation__term-count {
	order: -1;
	font-size: 0.66rem;
	line-height: 1.2;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(247, 248, 250, 0.78);
}

.product-foundation__term-action {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 2px;
	font-size: 0.62rem;
	line-height: 1.2;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(247, 248, 250, 0.86);
}

.product-foundation__term-action span {
	display: inline-flex;
	align-items: center;
	font-size: 0.72rem;
	transform: translateX(0);
	transition: transform 260ms ease;
}

.product-foundation__term-card-link:hover .product-foundation__term-action span,
.product-foundation__term-card-link:focus-visible .product-foundation__term-action span {
	transform: translateX(4px);
}

.product-foundation__product-card {
	grid-template-rows: auto 1fr;
	gap: 0;
	min-width: 0;
	padding: 0;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
	transition: border-color 280ms ease, background-color 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.product-foundation__product-card:hover,
.product-foundation__product-card:focus-within {
	border-color: rgba(18, 22, 29, 0.14);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 25px 50px -12px rgba(18, 22, 29, 0.18);
}

.product-foundation__product-card h2,
.product-foundation__product-card h3,
.product-foundation__product-card h4 {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.2;
	font-weight: 400;
}

.product-foundation__term-count,
.product-foundation__product-meta {
	margin: 0;
	color: var(--shell-muted);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.product-foundation__product-image,
.product-detail-foundation__media {
	position: relative;
	display: block;
	background: rgba(18, 22, 29, 0.03);
	overflow: hidden;
}

.product-foundation__product-image {
	aspect-ratio: 1 / 1;
}

.product-foundation__product-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(18, 22, 29, 0.04) 0%, rgba(18, 22, 29, 0.1) 100%),
		radial-gradient(circle at center, rgba(18, 22, 29, 0) 30%, rgba(18, 22, 29, 0.06) 100%);
	opacity: 0;
	transition: opacity 260ms ease;
}

.product-foundation__product-image img,
.product-detail-foundation__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-foundation__product-image img {
	transition: transform 520ms ease, filter 520ms ease;
}

.product-foundation__product-card:hover .product-foundation__product-image img,
.product-foundation__product-card:focus-within .product-foundation__product-image img {
	filter: none;
	transform: scale(1.05);
}

.product-foundation__product-card:hover .product-foundation__product-image::after,
.product-foundation__product-card:focus-within .product-foundation__product-image::after {
	opacity: 1;
}

.product-foundation__product-image-fallback,
.product-detail-foundation__media-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 280px;
	color: var(--shell-muted);
}

.product-foundation__product-image-cta {
	position: absolute;
	left: 50%;
	bottom: 24px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 26px;
	border: 1px solid rgba(18, 22, 29, 0.08);
	background: rgb(255, 255, 255);
	box-shadow: 0 12px 24px rgba(18, 22, 29, 0.12);
	color: var(--shell-ink);
	font-size: 0.66rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0;
	transform: translate(-50%, 10px);
	transition: opacity 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.product-foundation__product-card:hover .product-foundation__product-image-cta,
.product-foundation__product-card:focus-within .product-foundation__product-image-cta {
	opacity: 1;
	transform: translate(-50%, 0);
}

.product-foundation__product-body,
.product-detail-foundation__copy {
	display: grid;
	gap: 14px;
	align-content: start;
	border-left: 1px solid rgba(18, 22, 29, 0.08);
	background: transparent;
}

.product-foundation__product-body {
	grid-template-rows: none;
	padding: 16px 12px 8px;
	gap: 8px;
	justify-items: center;
	text-align: center;
}

.product-foundation__product-head {
	display: grid;
	gap: 6px;
	justify-items: center;
	text-align: center;
}

.product-foundation__product-title a {
	display: inline-block;
	text-align: center;
	transition: color 180ms ease;
}

.product-foundation__product-title a:hover,
.product-foundation__product-title a:focus-visible {
	color: rgba(18, 22, 29, 0.68);
}

.product-foundation__product-finish-summary {
	margin: 0;
	color: var(--shell-muted);
	font-size: 0.7rem;
	line-height: 1.36;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-align: center;
}

.product-foundation__product-secondary {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: auto;
	padding-top: 0;
}

.product-foundation__inquiry-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--shell-muted);
	font-size: 0.62rem;
	font-weight: 400;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0.82;
	transition: color 180ms ease, opacity 180ms ease;
}

.product-foundation__inquiry-button:hover,
.product-foundation__inquiry-button:focus-visible,
.product-foundation__inquiry-button.is-added {
	color: var(--shell-ink);
	opacity: 1;
}

.product-detail-foundation__media {
	aspect-ratio: 1 / 1;
}

.product-detail-foundation__media-stack {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.product-detail-foundation__media-frame {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	min-height: 0;
	margin: 0;
	padding: clamp(24px, 3vw, 42px);
	border: 1px solid rgba(18, 22, 29, 0.08);
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(18, 22, 29, 0.045);
	overflow: hidden;
}

.product-detail-foundation__media-frame--primary {
	padding: 0;
	border: 0;
	background: #f5f5f5;
	box-shadow: none;
}

.product-detail-foundation__media-frame::after {
	content: "";
	position: absolute;
	inset: clamp(14px, 1.7vw, 22px);
	border: 1px solid rgba(18, 22, 29, 0.05);
	pointer-events: none;
}

.product-detail-foundation__media-frame--scene,
.product-detail-foundation__media-frame--detail {
	aspect-ratio: 1 / 1;
	padding: 0;
	border: 1px dashed #e0e0e0;
	background: #f7f7f7;
	box-shadow: none;
}

.product-detail-foundation__media-frame--primary::after {
	display: none;
}

.product-detail-foundation__inline-follow-up {
	display: none;
}

@media (min-width: 1101px) {
	.product-detail-foundation__grid {
		grid-template-columns: minmax(0, 6.5fr) minmax(420px, 5fr);
		gap: 52px;
		align-items: stretch;
	}

	.product-detail-foundation__copy {
		gap: 28px;
		max-width: 480px;
		justify-self: start;
	}

	.product-detail-foundation__copy-sticky {
		position: sticky;
		top: var(--shell-header-offset);
		padding-top: clamp(4px, 0.8vw, 10px);
	}

	.product-detail-foundation__media-frame--primary,
	.product-detail-foundation__media-frame--scene,
	.product-detail-foundation__media-frame--detail {
		aspect-ratio: 1 / 1;
	}

	.product-detail-foundation__media-frame--scene,
	.product-detail-foundation__media-frame--detail {
		width: 100%;
		max-width: none;
		justify-self: stretch;
	}
}

.product-detail-foundation__image,
.product-detail-foundation__context-image,
.product-detail-foundation__detail-image {
	width: 100%;
	height: 100%;
	object-position: center center;
	transition: transform 400ms ease;
	will-change: transform;
}

.product-detail-foundation__image {
	object-fit: cover;
}

.product-detail-foundation__media-frame--primary:hover .product-detail-foundation__image,
.product-detail-foundation__media-frame--primary:focus-within .product-detail-foundation__image,
.product-detail-foundation__media-frame--scene:hover .product-detail-foundation__context-image,
.product-detail-foundation__media-frame--scene:focus-within .product-detail-foundation__context-image,
.product-detail-foundation__media-frame--detail:hover .product-detail-foundation__detail-image,
.product-detail-foundation__media-frame--detail:focus-within .product-detail-foundation__detail-image {
	transform: scale(1.03);
}

.product-detail-foundation__image[hidden],
.product-detail-foundation__media-fallback[hidden] {
	display: none !important;
}

.product-detail-foundation__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	align-items: stretch;
	justify-items: start;
}

.product-detail-foundation__copy {
	gap: 0;
	position: static;
	padding: 0;
	border-left: 0;
	background: transparent;
}

.product-detail-foundation__copy-sticky {
	display: grid;
	gap: 0;
}

.product-detail-foundation__copy-top {
	display: grid;
	gap: 8px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(18, 22, 29, 0.08);
}

.product-detail-foundation__copy-top .shell-kicker {
	margin: 0;
	color: rgba(18, 22, 29, 0.58);
	font-size: 0.76rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.product-detail-foundation__selection-shell {
	display: grid;
	gap: 18px;
	margin-bottom: 20px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(18, 22, 29, 0.08);
}

.product-detail-foundation__selection {
	display: grid;
	gap: 8px;
	padding-bottom: 0;
	border-bottom: 0;
}

.product-detail-foundation__selection-label {
	margin: 0;
	color: var(--shell-muted);
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #999999;
}

.product-detail-foundation__selection-model {
	margin: 0;
	font-size: clamp(1.38rem, 2vw, 1.92rem);
	line-height: 1.12;
	font-weight: 500;
	color: var(--shell-ink);
	letter-spacing: -0.02em;
}

.product-detail-foundation__finish-selector {
	display: grid;
	gap: 14px;
}

.product-detail-foundation__finish-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.product-detail-foundation__finish-label {
	margin: 0;
	color: var(--shell-muted);
	font-size: 0.68rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.product-detail-foundation__finish-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.product-detail-foundation__finish-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid rgba(18, 22, 29, 0.12);
	background: rgba(255, 255, 255, 0.9);
	color: var(--shell-ink);
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	box-shadow: 0 10px 22px rgba(18, 22, 29, 0.04);
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-detail-foundation__finish-option:hover,
.product-detail-foundation__finish-option:focus-visible {
	border-color: rgba(18, 22, 29, 0.28);
	box-shadow: 0 14px 28px rgba(18, 22, 29, 0.1);
	transform: translateY(-1px);
}

.product-detail-foundation__finish-option.is-active {
	background: var(--shell-ink);
	border-color: var(--shell-ink);
	color: #f7f8fa;
	box-shadow: 0 16px 30px rgba(18, 22, 29, 0.14);
}

.product-detail-foundation__snapshot {
	display: grid;
	gap: 12px;
	margin-bottom: 28px;
}

.product-detail-foundation__snapshot-label {
	margin: 0;
	color: var(--shell-muted);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.product-detail-foundation__summary-label {
	color: var(--shell-muted);
	font-size: 0.62rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.product-detail-foundation__summary-value {
	font-size: 0.8rem;
	line-height: 1.5;
	color: var(--shell-ink);
}

.product-detail-foundation__spec-block {
	display: grid;
	gap: 12px;
	padding-top: 20px;
	border-top: 1px solid #eeeeee;
}

.product-detail-foundation__spec-label {
	margin: 0;
	color: var(--shell-muted);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.product-detail-foundation__spec-grid {
	margin: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.product-detail-foundation__spec-item {
	display: grid;
	gap: 2px;
	padding: 12px 0;
	border: 0;
	border-bottom: 1px solid #eeeeee;
	background: transparent;
}

.product-detail-foundation__spec-term {
	margin: 0;
	color: #999999;
	font-size: 0.7rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.product-detail-foundation__spec-description {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #1a1a2e;
}

.product-detail-foundation__action-shell {
	display: grid;
	gap: 12px;
	margin-bottom: 32px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.product-detail-foundation__primary-action {
	min-height: 48px;
	width: min(100%, 416px);
	padding: 0 22px;
	background: #1a1a2e;
	border-color: #1a1a2e;
	color: #ffffff;
	font-weight: 600;
	transition: opacity 250ms ease, transform 250ms ease, background-color 250ms ease, border-color 250ms ease;
}

.product-detail-foundation__secondary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	width: min(100%, 416px);
	padding: 0 22px;
	border: 1px solid #cccccc;
	background: transparent;
	color: var(--shell-ink);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease;
}

.product-detail-foundation__primary-action:hover,
.product-detail-foundation__primary-action:focus-visible {
	opacity: 0.9;
	transform: scale(1.01);
	background: #1a1a2e;
	border-color: #1a1a2e;
}

.product-detail-foundation__secondary-link:hover,
.product-detail-foundation__secondary-link:focus-visible {
	border-color: rgba(18, 22, 29, 0.28);
	background: #f5f5f5;
}

.product-detail-foundation__action-note {
	margin: 0;
	max-width: 32rem;
	color: var(--shell-muted);
	font-size: 0.88rem;
	line-height: 1.62;
}

.product-detail-foundation__inline-follow-up-head {
	display: grid;
	gap: 8px;
}

.product-detail-foundation__inline-follow-up-head h2 {
	margin: 0;
	font-size: 1.34rem;
	line-height: 1.14;
	font-weight: 400;
}

.product-detail-foundation__inline-follow-up-head p {
	margin: 0;
	color: var(--shell-muted);
	font-size: 0.9rem;
	line-height: 1.6;
}

.product-detail-foundation__follow-up-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.product-detail-foundation__follow-up-card {
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr) auto;
	gap: 14px;
	align-content: stretch;
	min-width: 0;
	min-height: 260px;
	padding: 24px;
	border: 1px solid rgba(18, 22, 29, 0.12);
	background: rgba(255, 255, 255, 0.9);
	transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}

.product-detail-foundation__follow-up-card:hover,
.product-detail-foundation__follow-up-card:focus-within {
	border-color: rgba(18, 22, 29, 0.16);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	transform: translateY(-2px);
}

.product-detail-foundation__follow-up-card h3 {
	margin: 0;
	font-size: 1.26rem;
	line-height: 1.16;
	font-weight: 400;
}

.product-detail-foundation__follow-up-card > p:last-of-type {
	margin: 0;
	color: var(--shell-muted);
	font-size: 0.94rem;
	line-height: 1.62;
}

.product-detail-foundation__follow-up-kicker {
	margin: 0;
	color: var(--shell-muted);
	font-size: 0.64rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.product-detail-foundation__follow-up-actions {
	display: flex;
	flex-wrap: wrap;
	align-self: end;
	gap: 10px;
	margin-top: 4px;
}

.product-detail-foundation__follow-up-button,
.product-detail-foundation__secondary-link--full {
	min-width: 0;
	flex: 1 1 220px;
}

.product-detail-foundation__follow-up-grid--inline {
	grid-template-columns: 1fr;
	gap: 16px;
}

.product-detail-foundation__follow-up-grid--inline .product-detail-foundation__follow-up-card {
	min-height: 0;
	padding: 22px;
}

.product-detail-foundation__follow-up-grid--inline .product-detail-foundation__follow-up-actions {
	display: grid;
	grid-template-columns: 1fr;
}

.product-detail-foundation__follow-up-grid--inline .product-detail-foundation__follow-up-button,
.product-detail-foundation__follow-up-grid--inline .product-detail-foundation__secondary-link--full {
	width: 100%;
	flex: none;
}

.product-detail-foundation__same-series-grid {
	display: grid;
	gap: 18px;
}

.product-detail-foundation__context-image,
.product-detail-foundation__detail-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-detail-foundation__spec-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0;
}

.product-detail-foundation__spec-row {
	display: grid;
	gap: 8px;
	padding: 16px 18px;
	border: 1px solid var(--shell-line);
	background: rgba(255, 255, 255, 0.84);
}

.product-detail-foundation__spec-row dt,
.product-detail-foundation__spec-row dd {
	margin: 0;
}

.product-detail-foundation__spec-row dt {
	color: var(--shell-muted);
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.product-detail-foundation__spec-row dd {
	font-size: 1rem;
	line-height: 1.55;
}

.product-detail-foundation__empty {
	margin: 0;
	color: var(--shell-muted);
}

.shell-kicker {
	margin: 0 0 12px;
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--shell-muted);
}

.shell-footer {
	padding: 0;
}

.shell-footer__panel {
	padding: 40px 0 28px;
	background: #111419;
	color: #f5f7fa;
}

.shell-footer__inner {
	display: grid;
	gap: 24px;
}

.shell-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 30px;
}

.shell-footer__brand {
	display: grid;
	gap: 10px;
}

.shell-footer .shell-kicker {
	margin-bottom: 6px;
	color: rgba(245, 247, 250, 0.68);
}

.shell-footer__summary {
	margin: 0;
	max-width: 28rem;
	color: rgba(245, 247, 250, 0.72);
	line-height: 1.7;
}

.shell-footer__heading {
	margin: 0 0 14px;
	font-size: 0.84rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(245, 247, 250, 0.58);
}

.shell-footer__list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: grid;
	gap: 10px;
	color: rgba(245, 247, 250, 0.76);
}

.shell-footer__list a {
	transition: color 180ms ease;
}

.shell-footer__list a:hover,
.shell-footer__list a:focus-visible {
	color: #ffffff;
}

.shell-footer__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 22px;
	border-top: 1px solid rgba(245, 247, 250, 0.12);
}

.shell-footer__meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(245, 247, 250, 0.18);
	border-radius: var(--shell-radius);
	color: rgba(245, 247, 250, 0.68);
}

.shell-drawer {
	position: fixed;
	inset: 0;
	z-index: 40;
	display: flex;
	visibility: hidden;
	pointer-events: none;
}

.shell-drawer__backdrop {
	flex: 1;
	border: 0;
	background: rgba(9, 12, 16, 0.34);
}

.shell-drawer__panel {
	width: min(420px, 100%);
	height: 100%;
	overflow-y: auto;
	padding: 24px;
	border: 0;
	border-left: 1px solid var(--shell-line);
	background: var(--shell-panel);
	backdrop-filter: blur(18px);
	transform: translateX(100%);
	transition: transform 180ms ease;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

body.has-shell-drawer {
	overflow: hidden;
}

body.has-shell-drawer .shell-drawer {
	visibility: visible;
	pointer-events: auto;
}

body.has-shell-drawer .shell-drawer__panel {
	transform: translateX(0);
}

.shell-drawer__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.shell-drawer__header h2 {
	margin: 0;
	font-size: 1.6rem;
}

.shell-drawer__close {
	border: 1px solid var(--shell-line-strong);
	border-radius: var(--shell-radius);
	background: transparent;
	padding: 9px 14px;
	font-size: 0.64rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-weight: 300;
}

.shell-drawer__body {
	display: grid;
	gap: 16px;
	color: var(--shell-muted);
	line-height: 1.65;
}

.shell-drawer__product-list {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.shell-drawer__product-list li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 28px;
	align-items: center;
	gap: 8px;
	padding: 12px 12px;
	border: 1px solid var(--shell-line);
	border-radius: var(--shell-radius);
	background: rgba(255, 255, 255, 0.72);
	margin: 0;
}

.shell-drawer__product-list a {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	column-gap: 12px;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--shell-ink);
}

.shell-drawer__product-thumb {
	display: block;
	width: 48px;
	aspect-ratio: 1;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: transparent;
	object-fit: contain;
}

.shell-drawer__product-thumb--empty {
	background:
		linear-gradient(135deg, rgba(28, 35, 43, 0.08) 0 1px, transparent 1px 100%),
		#f6f7f5;
}

.shell-drawer__product-copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.shell-drawer__product-title {
	font-size: 0.92rem;
	line-height: 1.28;
	overflow-wrap: anywhere;
}

.shell-drawer__product-meta {
	color: var(--shell-muted);
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.shell-drawer__product-remove {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 1px solid;
	border-color: rgba(18, 22, 29, 0.16);
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.34);
	color: rgba(18, 22, 29, 0.58);
	cursor: pointer;
	font-size: 0.78rem;
	font-weight: 400;
	line-height: 1;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		color 160ms ease;
}

.shell-drawer__product-remove:hover,
.shell-drawer__product-remove:focus-visible {
	border-color: rgba(18, 22, 29, 0.28);
	background: rgba(18, 22, 29, 0.06);
	color: #111820;
}

.shell-empty-state {
	padding: 22px;
	border: 1px solid var(--shell-line);
	border-radius: 0;
	background: #ffffff;
}

.shell-empty-state__title {
	margin: 0 0 8px;
	font-weight: 600;
	color: var(--shell-ink);
}

.shell-empty-state__copy {
	margin: 0;
}

.shell-drawer__actions {
	margin-top: clamp(12px, 4vh, 28px);
	display: grid;
	gap: 12px;
}

.shell-primary-link--full {
	width: 100%;
}

.shell-drawer__secondary-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 7px 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(18, 22, 29, 0.08);
}

.shell-drawer__secondary-link {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(92, 102, 114, 0.88);
	font-size: 0.875rem;
	line-height: 1.35;
	text-decoration: none;
}

.shell-drawer__secondary-link:hover,
.shell-drawer__secondary-link:focus-visible {
	color: var(--shell-ink);
}

@media (max-width: 1040px) {
	.shell-header .shell-container {
		width: calc(100vw - 32px);
	}

	.shell-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 18px 18px;
	}

	.shell-nav-toggle {
		display: inline-flex;
	}

	.shell-header__controls {
		display: none;
		grid-column: 1 / -1;
		grid-template-columns: 1fr;
		padding: 20px 20px 18px;
		margin-top: 12px;
		border: 1px solid rgba(18, 22, 29, 0.12);
		background: rgba(247, 248, 250, 0.9);
		backdrop-filter: blur(18px);
	}

	body.shell-nav-open .shell-header__controls {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 18px;
	}

	.shell-nav__list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.shell-nav__link {
		width: 100%;
		justify-content: flex-start;
		padding: 10px 0;
		min-height: 42px;
	}

	.shell-nav__link::after {
		left: 0;
		right: auto;
		bottom: 6px;
		width: 72px;
	}

	.shell-header__actions {
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: stretch;
	}

	.shell-inquiry-link,
	.shell-primary-link {
		width: 100%;
	}

	.shell-stage__surface {
		min-height: 72vh;
	}

	.shell-stage__surface::after {
		inset: clamp(142px, 24vw, 178px) 22px 22px;
	}

	.site-main--home .shell-stage__surface {
		min-height: min(100vh, 860px);
		padding: clamp(152px, 20vw, 190px) 24px 30px;
	}

	.site-main--home .shell-stage__surface::before {
		display: none;
	}

	.home-hero__content {
		width: min(92rem, 100%);
		transform: translateX(clamp(4px, 1vw, 14px));
	}

	.home-hero__frame {
		transform: translateY(-24px);
	}

	.home-hero__title {
		max-width: min(100%, 20em);
	}

	.home-hero__actions {
		gap: 12px 14px;
	}

	.home-trust__layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.home-trust__intro {
		max-width: 100%;
	}

	.home-trust__visual {
		min-height: clamp(360px, 48vw, 460px);
	}

	.home-trust__item {
		grid-template-columns: minmax(100px, 0.24fr) minmax(0, 1fr);
	}

	.home-products__intro-row {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.home-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-products__card--wall-light,
	.home-products__card--floor-lamp,
	.home-products__card--tracklights {
		grid-column: auto;
	}

	.home-products__card-link {
		aspect-ratio: 16 / 9;
	}

	.home-capability__layout {
		grid-template-columns: 1fr;
		gap: 0;
		min-height: clamp(460px, 58vw, 600px);
	}

	.home-capability__shell {
		width: 100%;
	}

	.home-capability__content {
		grid-area: 1 / 1;
		width: 100%;
		padding:
			clamp(28px, 4vw, 36px)
			max(20px, calc((100vw - var(--shell-content-width)) / 2 + 22px));
	}

	.home-capability__copy,
	.home-capability__item-copy {
		max-width: 100%;
	}

	.home-capability__panel {
		width: min(34rem, 100%);
		padding: 24px 24px 26px;
	}

	.home-capability__intro {
		gap: 12px;
		max-width: 100%;
	}

	.home-capability__list {
		grid-template-columns: 1fr;
	}

	.home-capability__media {
		grid-area: 1 / 1;
		width: 100%;
		min-height: clamp(460px, 58vw, 600px);
	}

	.home-process__intro {
		max-width: none;
	}

	.home-process__market {
		gap: 16px clamp(24px, 4vw, 44px);
		padding: 22px 24px;
	}

	.home-process__market--map-left {
		grid-template-columns: minmax(240px, 320px) minmax(220px, 272px);
	}

	.home-process__market--map-right {
		grid-template-columns: minmax(220px, 272px) minmax(240px, 320px);
	}

	.home-inquiry__intro {
		max-width: none;
	}

	.home-inquiry__console {
		--home-inquiry-stage-height: clamp(360px, 58vw, 500px);
		grid-template-columns: 1fr;
		gap: 20px;
		padding-top: 24px;
	}

	.home-inquiry__rail {
		grid-template-rows: none;
		min-height: 0;
		padding: 0;
	}

	.home-inquiry__question {
		height: auto;
		padding: 16px 0 16px 18px;
	}

	.home-inquiry__media-column {
		gap: 0;
	}

	.home-inquiry__bridge {
		gap: 10px;
		padding-top: 20px;
	}

	.home-inquiry__bridge-copy {
		max-width: 38rem;
		font-size: 0.92rem;
		line-height: 1.54;
	}

	.home-inquiry__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 24px;
		width: min(100%, 760px);
	}

	.home-inquiry__route {
		min-height: 56px;
		padding: 0 22px;
	}

	.shell-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 720px) {
	body.admin-bar .shell-header {
		top: 46px;
	}

	:root {
		--shell-content-width: calc(100vw - 20px);
	}

	.shell-header .shell-container {
		width: calc(100vw - 24px);
	}

	.shell-brand {
		gap: 12px;
	}

	.shell-brand__mark {
		width: 48px;
		height: 48px;
	}

	.shell-brand__name {
		font-size: 0.72rem;
		letter-spacing: 0.22em;
	}

	.shell-brand__meta {
		letter-spacing: 0.16em;
	}

	.site-main {
		padding-bottom: 56px;
	}

	.site-main--home {
		padding-top: 0;
	}

	.shell-stage__surface {
		min-height: 64vh;
	}

	.shell-stage__surface::after {
		inset: clamp(134px, 30vw, 168px) 18px 18px;
	}

	.site-main--home .shell-stage__surface {
		min-height: auto;
		padding: clamp(124px, 30vw, 156px) 18px 24px;
	}

	.site-main--home .shell-stage__surface::before {
		display: none;
	}

	.home-hero__media::after {
		background:
			radial-gradient(ellipse 78% 48% at 50% 50%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.74) 38%, rgba(255, 255, 255, 0.24) 66%, rgba(255, 255, 255, 0) 86%);
		opacity: 0.9;
	}

	.home-hero__frame {
		transform: translateY(-10px);
	}

	.home-hero__content {
		transform: none;
	}

	.home-hero__eyebrow {
		font-size: 0.62rem;
		letter-spacing: 0.22em;
	}

	.home-hero__brand {
		margin-top: 14px;
		font-size: 0.76rem;
		letter-spacing: 0.18em;
	}

	.home-hero__title {
		margin-top: 18px;
		max-width: min(100%, 20em);
		font-size: clamp(1.5rem, 5vw, 2.08rem);
		line-height: 0.98;
	}

	.home-hero__copy {
		margin-top: 16px;
		font-size: 0.9rem;
		line-height: 1.58;
	}

	.home-hero__actions {
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	.home-hero__cta {
		justify-content: center;
		min-height: 48px;
		padding: 0 18px;
		width: auto;
	}

	.home-hero__cta-label {
		font-size: 0.68rem;
		letter-spacing: 0.2em;
	}

	.home-hero__proof {
		gap: 10px 14px;
		padding-top: 14px;
		margin-top: 18px;
	}

	.home-hero__proof li {
		font-size: 0.64rem;
		letter-spacing: 0.1em;
	}

	.home-hero__proof li::before {
		width: 18px;
	}

	.home-hero__image {
		object-position: 72% center;
	}

	.home-trust {
		padding: 36px 0 48px;
	}

	.home-trust__layout {
		gap: 22px;
	}

	.home-trust__intro {
		gap: 10px;
	}

	.home-trust__eyebrow {
		font-size: 0.62rem;
		letter-spacing: 0.2em;
	}

	.home-trust__title {
		max-width: 14ch;
		font-size: clamp(1.58rem, 7.2vw, 2.12rem);
		line-height: 1.12;
	}

	.home-trust__copy {
		font-size: 0.88rem;
		line-height: 1.54;
	}

	.home-trust__visual {
		min-height: 280px;
	}

	.home-trust__items {
		gap: 0;
		padding-top: 0;
	}

	.home-trust__item {
		grid-template-columns: 1fr;
		padding: 16px 0 0;
		gap: 8px;
	}

	.home-trust__item-label {
		padding-top: 0;
		font-size: 0.58rem;
		letter-spacing: 0.2em;
	}

	.home-trust__item-title {
		max-width: 100%;
		font-size: clamp(1.04rem, 4.9vw, 1.24rem);
		line-height: 1.14;
	}

	.home-trust__item-copy {
		font-size: 0.82rem;
		line-height: 1.46;
	}

	.home-products {
		padding: 42px 0 56px;
	}

	.home-products__shell {
		gap: 24px;
	}

	.home-products__eyebrow {
		font-size: 0.62rem;
		letter-spacing: 0.2em;
	}

	.home-products__intro {
		gap: 10px;
	}

	.home-products__intro-copy {
		gap: 10px;
	}

	.home-products__title {
		max-width: 14ch;
		font-size: clamp(1.74rem, 7.6vw, 2.38rem);
		line-height: 1.06;
	}

	.home-products__copy {
		font-size: 0.92rem;
		line-height: 1.6;
	}

	.home-products__browse-all {
		justify-content: flex-start;
		width: auto;
		min-height: 32px;
		padding: 0;
		font-size: 0.64rem;
		letter-spacing: 0.2em;
	}

	.home-products__grid {
		grid-template-columns: 1fr;
	}

	.home-products__card--wall-light,
	.home-products__card--pendant-light,
	.home-products__card--table-lamp,
	.home-products__card--floor-lamp,
	.home-products__card--tracklights {
		grid-column: auto;
	}

	.home-products__card-kicker {
		font-size: 0.62rem;
		letter-spacing: 0.2em;
	}

	.home-products__card-link {
		aspect-ratio: 16 / 9;
		padding: 20px 22px;
	}

	.home-products__card-body {
		grid-template-rows: auto auto auto auto;
		gap: 9px;
		width: 100%;
	}

	.home-products__card-title {
		max-width: 100%;
		font-size: clamp(1.28rem, 6vw, 1.62rem);
		line-height: 1.08;
	}

	.home-products__card-copy {
		font-size: 0.9rem;
		line-height: 1.56;
	}

	.home-products__action {
		font-size: 0.62rem;
		letter-spacing: 0.2em;
	}

	.home-capability {
		padding: 44px 0 60px;
	}

	.home-capability__eyebrow {
		font-size: 0.62rem;
		letter-spacing: 0.2em;
	}

	.home-capability__title {
		font-size: clamp(1.52rem, 6.7vw, 2rem);
		line-height: 1.04;
	}

	.home-capability__layout {
		grid-template-columns: 1fr;
		gap: 0;
		min-height: 420px;
	}

	.home-capability__shell {
		width: 100%;
	}

	.home-capability__content {
		grid-area: 1 / 1;
		width: 100%;
		padding: 18px 18px 0;
	}

	.home-capability__panel {
		gap: 18px;
		padding: 20px 18px 22px;
	}

	.home-capability__intro {
		gap: 10px;
	}

	.home-capability__intro-head {
		gap: 8px;
	}

	.home-capability__proof {
		gap: 14px;
	}

	.home-capability__list {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.home-capability__item {
		gap: 6px;
		padding: 12px 0 0;
	}

	.home-capability__copy {
		font-size: 0.88rem;
		line-height: 1.52;
	}

	.home-capability__link {
		font-size: 0.62rem;
		letter-spacing: 0.2em;
	}

	.home-capability__item-label {
		font-size: 0.58rem;
		letter-spacing: 0.2em;
	}

	.home-capability__item-title {
		font-size: clamp(0.96rem, 4.8vw, 1.14rem);
		line-height: 1.14;
	}

	.home-capability__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		width: 100%;
		padding-top: 12px;
	}

	.home-capability__link {
		justify-content: space-between;
		width: 100%;
		min-height: 28px;
		padding: 0;
	}

	.home-capability__actions .home-capability__link:last-child {
		border-bottom: 0;
	}

	.home-capability__media {
		grid-area: 1 / 1;
		width: 100%;
		min-height: 360px;
	}

	.home-process {
		--home-process-inline: 18px;
		padding: 46px 0 60px;
	}

	.home-process__shell {
		gap: 26px;
	}

	.home-process__intro {
		max-width: none;
		padding: 0 18px;
	}

	.home-process__eyebrow {
		font-size: 0.62rem;
		letter-spacing: 0.2em;
	}

	.home-process__title {
		max-width: none;
		font-size: clamp(1.5rem, 6.2vw, 1.94rem);
		line-height: 1.05;
	}

	.home-process__lede {
		font-size: 0.88rem;
		line-height: 1.52;
	}

	.home-process__market {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 22px 18px;
	}

	.home-process__market--map-right .home-process__market-figure,
	.home-process__market--map-right .home-process__market-body {
		order: initial;
	}

	.home-process__market-figure {
		justify-content: flex-start;
		min-height: 132px;
	}

	.home-process__market-body {
		justify-self: start;
		max-width: none;
		gap: 10px;
	}

	.home-process__market-title {
		font-size: clamp(1.18rem, 5.6vw, 1.52rem);
		line-height: 1.04;
	}

	.home-process__market-eyebrow,
	.home-process__support-label {
		font-size: 0.6rem;
		letter-spacing: 0.2em;
	}

	.home-process__map-image {
		width: min(100%, 360px);
	}

	.home-process__market--australia .home-process__map-image {
		width: min(100%, 272px);
	}

	.home-process__market-copy,
	.home-process__support-copy {
		max-width: none;
		font-size: 0.82rem;
		line-height: 1.44;
	}

	.home-process__support {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 20px 18px 0;
	}

	.home-process__support-item {
		grid-template-columns: auto minmax(0, 1fr);
		padding: 0;
	}

	.home-inquiry {
		padding: 42px 0 60px;
		scroll-margin-top: 98px;
	}

	.home-inquiry__shell {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.home-inquiry__eyebrow {
		font-size: 0.62rem;
		letter-spacing: 0.2em;
	}

	.home-inquiry__intro {
		gap: 10px;
		max-width: none;
	}

	.home-inquiry__title {
		max-width: min(16ch, 100%);
		font-size: clamp(1.88rem, 7.8vw, 2.54rem);
		line-height: 1.02;
		scroll-margin-top: 98px;
	}

	.home-inquiry__copy {
		font-size: 0.88rem;
		line-height: 1.54;
	}

	.home-inquiry__console {
		--home-inquiry-stage-height: 320px;
		grid-template-columns: 1fr;
		gap: 16px;
		padding-top: 20px;
	}

	.home-inquiry__rail {
		grid-template-rows: none;
		min-height: 0;
		padding: 0;
	}

	.home-inquiry__question {
		gap: 12px;
		height: auto;
		padding: 16px 0 16px 16px;
	}

	.home-inquiry__question-text {
		font-size: 0.92rem;
		line-height: 1.42;
	}

	.home-inquiry__media-column {
		gap: 0;
	}

	.home-inquiry__answer {
		gap: 10px;
		min-height: var(--home-inquiry-stage-height);
		padding: 20px 18px;
		padding-bottom: 20px;
	}

	.home-inquiry__answer-title {
		max-width: min(17ch, 100%);
		font-size: clamp(1.24rem, 5.8vw, 1.6rem);
		line-height: 1.08;
	}

	.home-inquiry__answer-copy {
		font-size: 0.82rem;
		line-height: 1.46;
	}

	.home-inquiry__answer-dock {
		grid-template-columns: 1fr;
		width: min(100%, 240px);
		gap: 8px;
	}

	.home-inquiry__route--embedded {
		min-height: 38px;
		padding: 0 14px;
	}

	.home-inquiry__route--embedded .home-inquiry__route-label {
		white-space: normal;
		font-size: 0.68rem;
		letter-spacing: 0.11em;
		line-height: 1.14;
	}

	.shell-footer__panel {
		padding: 32px 0 24px;
	}

	.shell-footer__grid {
		grid-template-columns: 1fr;
	}

	.shell-drawer__panel {
		width: 100%;
	}
}

@media (max-width: 1100px) {
	.product-foundation__masthead-media {
		min-height: clamp(220px, 32vw, 292px);
		background-position: center 50%;
	}

	.about-foundation__snapshot-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.product-foundation__masthead-panel {
		max-width: min(36rem, 100%);
	}

	.product-foundation__product-grid,
	.product-foundation__listing-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-foundation__term-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 94px;
		gap: 20px;
	}

	.product-foundation__term-card {
		grid-column: span 1;
		grid-row: span 2;
	}

	.product-foundation__term-card:nth-child(1),
	.product-foundation__term-card:nth-child(2) {
		grid-column: span 1;
		grid-row: span 3;
	}

	.product-foundation__term-card:nth-child(3),
	.product-foundation__term-card:nth-child(4),
	.product-foundation__term-card:nth-child(5) {
		grid-column: span 1;
		grid-row: span 2;
	}

	.product-foundation__term-card:nth-child(n + 6),
	.product-foundation__term-card:nth-child(n + 6):nth-child(3n):last-child,
	.product-foundation__term-card:nth-child(n + 6):nth-child(3n):nth-last-child(2),
	.product-foundation__term-card:nth-child(n + 6):nth-child(3n + 1):last-child {
		grid-column: span 1;
		grid-row: span 2;
	}

	.product-foundation__term-grid--four .product-foundation__term-card,
	.product-foundation__term-grid--four .product-foundation__term-card:nth-child(1),
	.product-foundation__term-grid--four .product-foundation__term-card:nth-child(2),
	.product-foundation__term-grid--four .product-foundation__term-card:nth-child(3),
	.product-foundation__term-grid--four .product-foundation__term-card:nth-child(4) {
		grid-column: span 1;
		grid-row: span 3;
	}

	.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 3),
	.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 6),
	.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 6):nth-child(3n):last-child,
	.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 6):nth-child(3n):nth-last-child(2),
	.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 6):nth-child(3n + 1):last-child {
		grid-column: span 1;
		grid-row: span 2;
	}

	.product-foundation__term-title {
		font-size: clamp(1.16rem, 1.7vw, 1.42rem);
	}

	.product-foundation__term-card:nth-child(1) .product-foundation__term-title,
	.product-foundation__term-card:nth-child(2) .product-foundation__term-title {
		font-size: clamp(1.48rem, 2.8vw, 1.94rem);
	}

	.product-foundation__hero-grid,
	.product-detail-foundation__grid,
	.product-detail-foundation__spec-grid {
		grid-template-columns: 1fr;
	}

	.product-detail-foundation__stage {
		padding: 24px;
	}

	.product-detail-foundation__media-frame {
		aspect-ratio: 1 / 1;
	}

	.product-detail-foundation__media-frame--primary {
		padding: 0;
	}

	.product-detail-foundation__media-frame--scene,
	.product-detail-foundation__media-frame--detail {
		aspect-ratio: 1 / 1;
	}

	.product-detail-foundation__media-stack {
		display: contents;
	}

	.product-detail-foundation__media-frame--primary {
		order: 1;
	}

	.product-detail-foundation__copy {
		order: 2;
		position: static;
		padding: 24px 0 0;
		border-left: 0;
		border-top: 1px solid rgba(18, 22, 29, 0.08);
	}

	.product-detail-foundation__media-frame--scene {
		order: 3;
	}

	.product-detail-foundation__media-frame--detail {
		order: 4;
	}

	.product-detail-foundation__summary-list {
		grid-template-columns: repeat(2, minmax(0, 168px));
		justify-content: start;
	}

	.product-detail-foundation__actions {
		grid-template-columns: 1fr;
	}

	.product-detail-foundation__follow-up-grid {
		grid-template-columns: 1fr;
	}

	.product-foundation__hero-grid {
		align-items: start;
		gap: 22px;
	}
}

@media (max-width: 720px) {
	.product-foundation,
	.product-detail-foundation {
		padding: calc(var(--shell-header-offset) + 16px) 0 72px;
	}

	.product-foundation--archive {
		padding-top: var(--shell-header-offset);
	}

	.product-foundation__masthead {
		padding-bottom: 22px;
	}

	.product-foundation__masthead-media {
		min-height: clamp(208px, 58vw, 252px);
		background-position: center;
	}

	.product-foundation__masthead-shell {
		padding-top: 24px;
		padding-bottom: 22px;
	}

	.product-foundation__masthead-panel {
		gap: 12px;
	}

	.product-foundation__product-grid,
	.product-foundation__listing-grid {
		grid-template-columns: 1fr;
	}

	.product-foundation__term-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 16px;
	}

	.product-foundation__term-card,
	.product-foundation__term-card:nth-child(1),
	.product-foundation__term-card:nth-child(2),
	.product-foundation__term-card:nth-child(3),
	.product-foundation__term-card:nth-child(4),
	.product-foundation__term-card:nth-child(5),
	.product-foundation__term-card:nth-child(n + 6),
	.product-foundation__term-card:nth-child(n + 6):nth-child(3n):last-child,
	.product-foundation__term-card:nth-child(n + 6):nth-child(3n):nth-last-child(2),
	.product-foundation__term-card:nth-child(n + 6):nth-child(3n + 1):last-child,
	.product-foundation__term-grid--four .product-foundation__term-card,
	.product-foundation__term-grid--four .product-foundation__term-card:nth-child(1),
	.product-foundation__term-grid--four .product-foundation__term-card:nth-child(2),
	.product-foundation__term-grid--four .product-foundation__term-card:nth-child(3),
	.product-foundation__term-grid--four .product-foundation__term-card:nth-child(4) {
		grid-column: auto;
		grid-row: auto;
	}

	.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 3),
	.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 6),
	.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 6):nth-child(3n):last-child,
	.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 6):nth-child(3n):nth-last-child(2),
	.product-foundation__term-grid--six .product-foundation__term-card:nth-child(n + 6):nth-child(3n + 1):last-child {
		grid-column: auto;
		grid-row: auto;
	}

	.product-foundation__term-card-link {
		min-height: clamp(304px, 82vw, 392px);
	}

	.product-foundation__term-body {
		min-height: 48%;
		padding: 18px;
	}

	.product-foundation__term-title {
		font-size: clamp(1.34rem, 7vw, 1.74rem);
	}

	.product-foundation__term-card:nth-child(1) .product-foundation__term-title {
		font-size: clamp(1.72rem, 8vw, 2.28rem);
	}

	.product-foundation__term-card .product-foundation__term-count,
	.product-foundation__term-action {
		letter-spacing: 0.2em;
	}

	.product-foundation__category-listing {
		gap: 16px;
		padding-bottom: 26px;
	}

	body.has-product-filter-panel {
		overflow: hidden;
	}

	body.has-product-filter-panel::before {
		content: "";
		position: fixed;
		inset: 0;
		z-index: 110;
		background: rgba(18, 22, 29, 0.22);
		pointer-events: none;
	}

	body.has-product-filter-panel .site-shell-frame,
	body.has-product-filter-panel .shell-header,
	body.has-product-filter-panel main {
		pointer-events: none;
	}

	body.has-product-filter-panel .product-foundation__filter-panel,
	body.has-product-filter-panel .product-foundation__filter-panel * {
		pointer-events: auto;
	}

	.product-foundation__filter-shell {
		position: static;
		top: auto;
		z-index: auto;
		margin: -2px 0 22px;
	}

	.product-foundation__filter-bar {
		position: static;
		z-index: auto;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
	}

	.product-foundation__filter-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 42px;
		padding: 0 18px;
		border: 1px solid rgba(18, 22, 29, 0.16);
		border-radius: 0;
		background: #ffffff;
		color: var(--shell-ink);
		font-size: 0.68rem;
		font-weight: 500;
		letter-spacing: 0.16em;
		text-transform: uppercase;
		cursor: pointer;
	}

	.product-foundation__filter-panel {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 120;
		display: grid;
		grid-template-columns: 1fr;
		gap: 18px;
		max-height: min(82vh, 560px);
		padding: 20px;
		overflow: auto;
		border-top: 1px solid rgba(18, 22, 29, 0.12);
		background: #ffffff;
		box-shadow: 0 -20px 60px rgba(18, 22, 29, 0.22);
		visibility: hidden;
		transform: translateY(105%);
		transition: transform 240ms ease, visibility 240ms ease;
	}

	.product-foundation__section.is-filter-panel-open .product-foundation__filter-panel {
		visibility: visible;
		transform: translateY(0);
	}

	.product-foundation__filter-panel-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		color: var(--shell-ink);
		font-size: 0.74rem;
		letter-spacing: 0.16em;
		text-transform: uppercase;
	}

	.product-foundation__filter-fields {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.product-foundation__filter-actions {
		display: grid;
		grid-template-columns: 1fr;
		align-items: stretch;
		justify-content: stretch;
		gap: 12px;
		white-space: normal;
	}

	.product-foundation__filter-actions p {
		text-align: left;
	}

	.product-foundation__filter-clear,
	.product-foundation__filter-close {
		width: 100%;
	}

	.product-foundation__filter-panel-head .product-foundation__filter-close {
		width: auto;
		min-width: 112px;
	}

	.product-foundation__category-listing-head {
		display: grid;
		align-items: start;
		gap: 12px;
	}

	.product-foundation__category-listing-head h3 {
		font-size: 1.22rem;
	}

	.product-foundation__product-body {
		gap: 12px;
		padding: 16px;
	}

	.product-foundation__product-image-cta {
		opacity: 1;
		transform: translate(-50%, 0);
	}

	.product-foundation__product-secondary {
		padding-top: 0;
	}

	.product-foundation__hero {
		padding-bottom: 24px;
	}

	.product-foundation__hero-grid {
		padding: 18px 0 22px;
	}

	.product-foundation__orientation-panel {
		gap: 14px;
	}

	.product-foundation__title {
		max-width: 100%;
		font-size: 2.16rem;
		line-height: 1.06;
	}

	.product-foundation__lede {
		font-size: 0.92rem;
		line-height: 1.52;
	}

	.product-foundation__action-row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.product-foundation__route-continuity .product-foundation__section-head {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.product-foundation__jump-link {
		width: 100%;
	}

	.product-foundation__secondary-link {
		min-height: 34px;
		font-size: 0.68rem;
		letter-spacing: 0.12em;
	}

	.product-foundation__context-list div {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 12px 0;
	}

	.product-foundation__context-list dt {
		font-size: 0.62rem;
		letter-spacing: 0.14em;
	}

	.product-foundation__context-list dd {
		font-size: 0.92rem;
	}

	.product-detail-foundation__hero {
		padding-bottom: 20px;
	}

	.product-detail-foundation__hero-stack {
		gap: 16px;
	}

	.product-detail-foundation__stage {
		padding: 16px;
	}

	.product-detail-foundation__media-frame {
		padding: 18px;
	}

	.product-detail-foundation__media-frame--primary {
		padding: 0;
	}

	.product-detail-foundation__media-frame::after {
		inset: 12px;
	}

	.product-detail-foundation__media-frame--scene,
	.product-detail-foundation__media-frame--detail {
		aspect-ratio: 1 / 1;
		padding: 0;
	}

	.product-detail-foundation__copy {
		gap: 18px;
		padding: 20px 0 0;
	}

	.product-detail-foundation__title {
		max-width: 100%;
		font-size: clamp(2.3rem, 10.2vw, 3.05rem);
	}

	.product-detail-foundation__selection-model {
		font-size: 1.24rem;
	}

	.product-detail-foundation__finish-list {
		gap: 8px;
	}

	.product-detail-foundation__finish-option {
		min-height: 40px;
		padding: 0 14px;
		font-size: 0.68rem;
	}

	.product-detail-foundation__summary-list {
		grid-template-columns: 1fr;
	}

	.product-detail-foundation__summary-list li {
		padding: 12px 14px;
	}

	.product-detail-foundation__spec-grid {
		gap: 0;
	}

	.product-detail-foundation__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.product-detail-foundation__action-note {
		font-size: 0.84rem;
	}

	.product-detail-foundation__primary-action,
	.product-detail-foundation__secondary-link,
	.product-detail-foundation__follow-up-button {
		width: 100%;
	}

	.product-detail-foundation__follow-up-card {
		padding: 20px;
	}

	.product-detail-foundation__follow-up-actions {
		display: grid;
		grid-template-columns: 1fr;
	}
}

body.has-home-camera-motion [data-home-camera-video].home-hero__video {
	opacity: 1 !important;
	visibility: visible !important;
}

body.has-home-camera-motion [data-home-camera-scene-id="hero"] .home-hero__image,
body.has-home-camera-motion .home-hero__media > .home-hero__image {
	opacity: 0 !important;
	visibility: hidden !important;
}

body.has-home-camera-motion .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion .shell-primary-link--header {
	background: transparent !important;
	border-color: transparent !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	box-shadow: none !important;
}

body.has-home-camera-motion .shell-header:hover .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion .shell-header:hover .shell-primary-link--header,
body.has-home-camera-motion .shell-header:focus-within .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion .shell-header:focus-within .shell-primary-link--header,
body.has-home-camera-motion .shell-header.is-hovered .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion .shell-header.is-hovered .shell-primary-link--header,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:hover) .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:hover) .shell-primary-link--header,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:focus-within) .shell-header__actions .shell-inquiry-link,
body.has-home-camera-motion .shell-header:has(.shell-header__inner:focus-within) .shell-primary-link--header {
	background: transparent !important;
	border-color: transparent !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	box-shadow: none !important;
}
