:root {
	--cobalt-portal: var(--ord-cobalt);
	--night-asphalt: var(--ord-night);
	--cloud-dust: var(--ord-cloud);
	--carbon-room: var(--ord-carbon);
	--steel-text: var(--ord-steel);
	--page-gutter: var(--ord-gutter);
	--header-height: 82px;
	--font-sans: "Inter", system-ui, sans-serif;
	--brand-wordmark-font: "EB Garamond", serif;
	--brand-wordmark-weight: 600;
	--brand-wordmark-tracking: 0.16em;
	--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

.ord-raw-section {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
	background: transparent !important;
}

.ord-raw-section > .elementor-element,
.ord-raw-section .ord-raw-html,
.ord-raw-section .ord-raw-html > .elementor-widget-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ord-raw-section :where(h1, h2, h3, p, ul, ol) {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}

.ord-raw-section :where(h1, h2, h3) {
	color: currentColor;
	font-family: var(--font-sans);
}

.home-hero {
	min-height: calc(100dvh - var(--header-height));
	padding: clamp(44px, 8vh, 92px) var(--page-gutter) clamp(34px, 6vh, 68px);
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(210px, 0.24fr);
	align-items: end;
	overflow: hidden;
	isolation: isolate;
	background: var(--carbon-room);
	color: var(--cloud-dust);
}

.hero-media {
	position: absolute;
	inset: 0;
	z-index: -3;
	background: var(--carbon-room);
}

.hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-media-scrim,
.hero-media-vignette {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.hero-media-scrim {
	background:
		linear-gradient(90deg, rgba(7, 9, 15, 0.92) 0%, rgba(7, 9, 15, 0.58) 54%, rgba(7, 9, 15, 0.24) 100%),
		linear-gradient(0deg, rgba(7, 9, 15, 0.84), transparent 50%);
}

.hero-media-vignette {
	background: radial-gradient(ellipse 90% 80% at 64% 44%, transparent 38%, rgba(6, 8, 14, 0.74) 100%);
}

.hero-copy {
	max-width: 1120px;
	position: relative;
	z-index: 2;
}

.hero-context {
	color: rgba(240, 242, 248, 0.84);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.home-hero h1 {
	max-width: 1180px;
	margin: clamp(24px, 4vh, 46px) 0 28px;
	color: var(--cloud-dust);
	font-size: clamp(68px, 10vw, 172px);
	font-weight: 800;
	line-height: 0.8;
	letter-spacing: -0.07em;
}

.hero-copy > p {
	max-width: 760px;
	color: rgba(240, 242, 248, 0.84);
	font-size: clamp(17px, 1.25vw, 21px);
	line-height: 1.55;
}

.hero-actions {
	margin-top: 34px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ord-exact-button {
	min-height: 54px;
	padding: 16px 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	border: 1px solid transparent;
	color: var(--cloud-dust);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ord-exact-button--accent {
	background: var(--cobalt-portal);
	border-color: var(--cobalt-portal);
}

.ord-exact-button--ghost {
	background: rgba(9, 11, 17, 0.28);
	border-color: rgba(240, 242, 248, 0.48);
}

.ord-exact-button:hover {
	background: var(--cloud-dust);
	border-color: var(--cloud-dust);
	color: var(--night-asphalt);
	transform: translateY(-2px);
}

.hero-coordinate {
	width: clamp(210px, 16vw, 238px);
	min-height: 112px;
	padding: 13px 18px 12px 20px;
	position: relative;
	align-self: end;
	justify-self: end;
	border-left: 1px solid rgba(240, 242, 248, 0.44);
}

.hero-coordinate::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 1px;
	background: linear-gradient(90deg, rgba(240, 242, 248, 0.44), rgba(240, 242, 248, 0.08));
}

.hero-coordinate__signal {
	width: 9px;
	height: 9px;
	position: absolute;
	top: -4px;
	right: 0;
	background: var(--cobalt-portal);
}

.hero-coordinate p {
	color: rgba(240, 242, 248, 0.68);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.hero-coordinate ul {
	margin-top: 18px;
	display: grid;
	gap: 2px;
	list-style: none;
}

.hero-coordinate li {
	color: var(--cloud-dust);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.28;
}

.brand-mark {
	display: block;
}

.brand-mark__portal {
	fill: var(--night-asphalt);
}

.brand-mark__signal {
	fill: var(--cobalt-portal);
}

.brand-mark--inverse .brand-mark__portal {
	fill: var(--cloud-dust);
}

.image-watermark {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--cloud-dust);
	pointer-events: none;
	user-select: none;
}

.image-watermark .brand-mark {
	width: 16px;
	height: 19px;
	filter: drop-shadow(0 1px 1px rgba(7, 9, 15, 0.58));
}

.image-watermark > strong {
	font-family: var(--brand-wordmark-font);
	font-size: 12px;
	font-weight: var(--brand-wordmark-weight);
	line-height: 1;
	letter-spacing: var(--brand-wordmark-tracking);
	text-shadow: 0 1px 2px rgba(7, 9, 15, 0.68);
	transform: translateY(4px);
}

.image-watermark--hero {
	top: 20px;
	right: var(--page-gutter);
	opacity: 0.78;
}

.image-watermark-ghost {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	color: rgba(8, 10, 16, 0.1);
	font-family: var(--brand-wordmark-font);
	font-size: clamp(54px, 9vw, 150px);
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1;
	white-space: nowrap;
	mix-blend-mode: multiply;
	pointer-events: none;
	user-select: none;
	transform: translate(-50%, -50%);
}

.home-manifesto {
	display: grid;
	grid-template-columns: 0.45fr 1.55fr 0.7fr;
	align-items: start;
	gap: 5vw;
	padding: 125px 5vw 140px;
	background: var(--cloud-dust);
	color: var(--night-asphalt);
}

.home-manifesto > div:first-child {
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 16px;
	border-left: 1px solid rgba(9, 11, 17, 0.3);
}

.home-manifesto > div:first-child span,
.home-section-heading span,
.home-capabilities header > span,
.home-process-copy > span,
.home-design-prompt > span {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.home-manifesto > div:first-child b,
.home-system-list > a > span,
.home-project-list > a > span,
.home-capabilities article > span,
.home-process li > span {
	color: var(--cobalt-portal);
	font-size: 12px;
	font-weight: 700;
}

.home-manifesto > h2 {
	max-width: 1050px;
	font-size: clamp(62px, 7.3vw, 126px);
	font-weight: 500;
	line-height: 0.88;
	letter-spacing: -0.065em;
}

.home-manifesto-copy {
	align-self: end;
	padding-top: 20px;
	border-top: 1px solid rgba(9, 11, 17, 0.28);
}

.home-manifesto-copy p,
.home-section-heading > p,
.home-capabilities article p,
.home-process-copy p,
.home-process li p {
	color: rgba(9, 11, 17, 0.62);
	font-size: 14px;
	line-height: 1.7;
}

.home-manifesto-copy a,
.home-inline-link,
.home-process-copy > a {
	margin-top: 30px;
	padding-bottom: 7px;
	display: inline-flex;
	align-items: center;
	gap: 22px;
	border-bottom: 1px solid currentColor;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-systems,
.home-project-ledger,
.home-capabilities {
	padding: 125px 5vw 140px;
}

.home-systems {
	background: #e2e6ee;
	color: var(--night-asphalt);
}

.home-section-heading {
	margin-bottom: 55px;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.45fr);
	align-items: end;
	gap: 8vw;
}

.home-section-heading h2 {
	max-width: 1050px;
	margin-top: 18px;
	font-size: clamp(58px, 6.7vw, 116px);
	font-weight: 500;
	line-height: 0.89;
	letter-spacing: -0.065em;
}

.home-system-list {
	border-top: 1px solid var(--night-asphalt);
}

.home-system-list > a {
	min-height: 150px;
	display: grid;
	grid-template-columns: 48px minmax(220px, 0.8fr) minmax(300px, 1fr) minmax(210px, 0.6fr) 32px;
	align-items: center;
	gap: 2.5vw;
	border-bottom: 1px solid rgba(9, 11, 17, 0.25);
	transition: background 260ms ease, padding 260ms var(--ease-out);
}

.home-system-list > a:hover {
	padding-inline: 18px;
	background: var(--cloud-dust);
}

.home-system-list small {
	color: rgba(9, 11, 17, 0.48);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.home-system-list h3 {
	margin-top: 8px;
	font-size: clamp(27px, 2.8vw, 47px);
	font-weight: 520;
	letter-spacing: -0.045em;
}

.home-system-list > a > p {
	max-width: 580px;
	color: rgba(9, 11, 17, 0.6);
	font-size: 14px;
	line-height: 1.65;
}

.home-system-list ul {
	display: grid;
	gap: 7px;
	list-style: none;
}

.home-system-list li {
	position: relative;
	padding-left: 13px;
	color: rgba(9, 11, 17, 0.58);
	font-size: 12px;
	line-height: 1.45;
}

.home-system-list li::before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 0;
	background: var(--cobalt-portal);
}

.home-system-list > a > b,
.home-project-list > a > b {
	font-size: 19px;
	font-weight: 400;
	transition: transform 220ms ease;
}

.home-system-list > a:hover > b,
.home-project-list > a:hover > b {
	transform: translate(4px, -4px);
}

.home-project-ledger {
	background: var(--carbon-room);
	color: var(--cloud-dust);
}

.home-project-ledger .home-section-heading > p {
	color: rgba(240, 242, 248, 0.58);
}

.home-project-list {
	border-top: 1px solid rgba(240, 242, 248, 0.62);
}

.home-project-list > a {
	min-height: 112px;
	display: grid;
	grid-template-columns: 45px minmax(250px, 1fr) minmax(160px, 0.5fr) minmax(230px, 0.65fr) 26px;
	align-items: center;
	gap: 2vw;
	border-bottom: 1px solid rgba(240, 242, 248, 0.17);
	transition: color 200ms ease, background 200ms ease, padding 260ms var(--ease-out);
}

.home-project-list > a:hover {
	padding-inline: 16px;
	background: var(--cobalt-portal);
}

.home-project-list > a:hover > span {
	color: var(--cloud-dust);
}

.home-project-list h3 {
	font-size: clamp(24px, 2.3vw, 38px);
	font-weight: 520;
	letter-spacing: -0.04em;
}

.home-project-list p {
	font-size: 14px;
}

.home-project-list em {
	color: rgba(240, 242, 248, 0.54);
	font-size: 13px;
	font-style: normal;
	line-height: 1.5;
}

.home-project-ledger .home-inline-link {
	color: var(--cloud-dust);
}

.home-capabilities {
	background: var(--cloud-dust);
	color: var(--night-asphalt);
}

.home-capabilities > header {
	padding-bottom: 55px;
	display: grid;
	grid-template-columns: 0.42fr 1.58fr;
	align-items: start;
	gap: 5vw;
}

.home-capabilities header h2 {
	max-width: 1100px;
	font-size: clamp(58px, 7vw, 122px);
	font-weight: 500;
	line-height: 0.88;
	letter-spacing: -0.065em;
}

.home-capabilities > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--night-asphalt);
}

.home-capabilities article {
	min-height: 330px;
	padding: 24px 2.5vw 30px 0;
	display: flex;
	flex-direction: column;
	border-right: 1px solid rgba(9, 11, 17, 0.2);
}

.home-capabilities article + article {
	padding-left: 2.5vw;
}

.home-capabilities article:last-child {
	border-right: 0;
}

.home-capabilities article h3 {
	margin-top: auto;
	font-size: clamp(25px, 2.2vw, 36px);
	font-weight: 540;
	letter-spacing: -0.04em;
}

.home-capabilities article p {
	margin-top: 16px;
}

.home-process {
	padding: 130px 5vw;
	display: grid;
	grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
	gap: 8vw;
	background: #e2e6ee;
	color: var(--night-asphalt);
}

.home-process-copy {
	position: sticky;
	top: 140px;
	align-self: start;
}

.home-process-copy h2 {
	max-width: 750px;
	margin: 24px 0 30px;
	font-size: clamp(50px, 5.7vw, 96px);
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -0.06em;
}

.home-process ol {
	list-style: none;
	border-top: 1px solid var(--night-asphalt);
}

.home-process li {
	min-height: 170px;
	display: grid;
	grid-template-columns: 45px minmax(160px, 0.7fr) 1fr;
	align-items: center;
	gap: 2vw;
	border-bottom: 1px solid rgba(9, 11, 17, 0.22);
}

.home-process li h3 {
	font-size: clamp(28px, 2.6vw, 44px);
	font-weight: 520;
	letter-spacing: -0.045em;
}

.home-design-prompt {
	min-height: 640px;
	padding: 90px 5vw;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.5fr);
	align-content: end;
	column-gap: 8vw;
	background:
		linear-gradient(90deg, rgba(240, 242, 248, 0.11) 1px, transparent 1px) 0 0 / 8.333vw 100%,
		var(--cobalt-portal);
	color: var(--cloud-dust);
}

.home-design-prompt > span {
	grid-column: 1 / -1;
	align-self: start;
}

.home-design-prompt h2 {
	max-width: 1100px;
	margin-top: auto;
	font-size: clamp(62px, 7.6vw, 132px);
	font-weight: 500;
	line-height: 0.87;
	letter-spacing: -0.065em;
}

.home-design-prompt p {
	align-self: end;
	color: rgba(240, 242, 248, 0.72);
	font-size: 14px;
	line-height: 1.7;
}

.home-design-prompt a {
	grid-column: 2;
	width: max-content;
	margin-top: 30px;
	padding-bottom: 7px;
	display: inline-flex;
	gap: 24px;
	border-bottom: 1px solid currentColor;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-cta {
	min-height: 690px;
	padding: clamp(92px, 12vw, 190px) var(--page-gutter);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--carbon-room);
	color: var(--cloud-dust);
}

.home-cta > p {
	max-width: 570px;
	color: rgba(240, 242, 248, 0.82);
	font-size: 17px;
}

.home-cta h2 {
	max-width: 1140px;
	margin: 30px 0 50px;
	font-size: clamp(58px, 8.6vw, 138px);
	font-weight: 800;
	line-height: 0.88;
	letter-spacing: -0.06em;
}

.home-cta > div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media (max-width: 1100px) {
	.hero-coordinate {
		display: none;
	}

	.home-hero {
		grid-template-columns: 1fr;
	}

	.home-manifesto {
		grid-template-columns: 0.4fr 1.6fr;
	}

	.home-manifesto-copy {
		grid-column: 2;
	}

	.home-system-list > a {
		grid-template-columns: 42px minmax(200px, 0.8fr) 1fr 25px;
	}

	.home-system-list ul {
		display: none;
	}

	.home-project-list > a {
		grid-template-columns: 42px minmax(220px, 1fr) minmax(150px, 0.5fr) 25px;
	}

	.home-project-list em {
		display: none;
	}

	.home-capabilities > div {
		grid-template-columns: repeat(2, 1fr);
	}

	.home-capabilities article:nth-child(2) {
		border-right: 0;
	}

	.home-capabilities article:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(9, 11, 17, 0.2);
	}
}

@media (max-width: 760px) {
	:root {
		--header-height: 72px;
	}

	.home-hero {
		min-height: calc(100dvh - var(--header-height));
		padding: 70px 22px 44px;
	}

	.home-hero h1 {
		font-size: clamp(58px, 18vw, 88px);
		line-height: 0.83;
	}

	.hero-context {
		font-size: 12px;
	}

	.hero-copy > p {
		font-size: 16px;
	}

	.image-watermark--hero {
		top: 16px;
		right: 22px;
	}

	.image-watermark-ghost--hero {
		font-size: 54px;
	}

	.home-manifesto {
		grid-template-columns: 1fr;
		gap: 42px;
		padding: 85px 22px 95px;
	}

	.home-manifesto > div:first-child {
		min-height: auto;
		padding: 14px 0 0;
		flex-direction: row;
		border-top: 1px solid rgba(9, 11, 17, 0.3);
		border-left: 0;
	}

	.home-manifesto > h2 {
		font-size: clamp(52px, 15vw, 76px);
	}

	.home-manifesto-copy {
		grid-column: 1;
	}

	.home-systems,
	.home-project-ledger,
	.home-capabilities {
		padding: 85px 22px 95px;
	}

	.home-section-heading {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.home-section-heading h2,
	.home-capabilities header h2 {
		font-size: clamp(50px, 14vw, 76px);
	}

	.home-system-list > a {
		min-height: 210px;
		grid-template-columns: 32px 1fr 22px;
		align-content: center;
		gap: 18px;
	}

	.home-system-list > a > p {
		grid-column: 2 / -1;
	}

	.home-project-list > a {
		min-height: 140px;
		grid-template-columns: 30px 1fr 20px;
		gap: 15px;
	}

	.home-project-list > a > p {
		grid-column: 2;
	}

	.home-capabilities > header,
	.home-capabilities > div {
		grid-template-columns: 1fr;
	}

	.home-capabilities > header {
		gap: 25px;
	}

	.home-capabilities article,
	.home-capabilities article + article {
		min-height: 240px;
		padding: 25px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(9, 11, 17, 0.2);
	}

	.home-process {
		grid-template-columns: 1fr;
		gap: 70px;
		padding: 85px 22px 95px;
	}

	.home-process-copy {
		position: static;
	}

	.home-process-copy h2 {
		font-size: clamp(50px, 14vw, 76px);
	}

	.home-process li {
		min-height: 155px;
		grid-template-columns: 34px 1fr;
	}

	.home-process li p {
		grid-column: 2;
	}

	.home-design-prompt {
		min-height: 680px;
		grid-template-columns: 1fr;
		padding: 75px 22px;
	}

	.home-design-prompt > span,
	.home-design-prompt h2,
	.home-design-prompt p,
	.home-design-prompt a {
		grid-column: 1;
	}

	.home-design-prompt h2 {
		font-size: clamp(54px, 16vw, 80px);
	}

	.home-cta {
		min-height: 620px;
		padding: 90px 22px;
	}

	.home-cta h2 {
		font-size: clamp(54px, 15vw, 80px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-system-list > a,
	.home-project-list > a,
	.ord-exact-button {
		transition: none;
	}
}
