:root {
	color-scheme: dark;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #02070d;
	color: #ecf0f4;
	scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
a:focus-visible {
	outline: 1px solid #b9dcff;
	outline-offset: 8px;
}
img {
	display: block;
	max-width: 100%;
}
.skip-link {
	position: fixed;
	top: -100px;
	left: 24px;
	padding: 16px;
	background: #ecf0f4;
	color: #02070d;
	z-index: 10;
}
.skip-link:focus {
	top: 16px;
}
.hero {
	position: relative;
	min-height: 700px;
	height: 100svh;
	isolation: isolate;
	overflow: hidden;
}
.horizon {
	position: absolute;
	z-index: -2;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}
.hero::after {
	content: '';
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(180deg, rgb(2 7 13 / 0.2), transparent 24%, transparent 72%, #02070d 100%);
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 48px 4%;
}
.brand {
	display: inline-block;
}
.nav-link {
	display: flex;
	align-items: center;
	gap: 36px;
	min-height: 44px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.34em;
}
.nav-link:hover,
.footer a:hover {
	color: #b9dcff;
}
.nav-icon {
	width: 28px;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 7px;
}
.nav-icon i {
	height: 1px;
	width: 28px;
	background: currentColor;
}
.nav-icon i:last-child {
	width: 17px;
	transition: width 0.2s;
}
.nav-link:hover .nav-icon i:last-child {
	width: 28px;
}
.hero-heading {
	position: absolute;
	inset: 34% 20px auto;
	text-align: center;
}
h1 {
	margin: 0;
	font-size: clamp(24px, 3.05vw, 56px);
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 0.48em;
	padding-left: 0.48em;
	line-height: 1.5;
	text-shadow: 0 2px 30px #02070d;
}
.explore {
	position: absolute;
	left: 50%;
	bottom: 52px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	font-size: 10px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.33em;
}
.mouse {
	width: 24px;
	height: 40px;
	border: 1px solid #d6dce3;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	padding-top: 9px;
}
.mouse span {
	height: 4px;
	width: 2px;
	background: #ecf0f4;
	border-radius: 2px;
	animation: scroll-hint 2.4s ease-in-out infinite;
}
.explore-line {
	height: 28px;
	width: 1px;
	background: linear-gradient(#d6dce380, transparent);
}
.hero-caption {
	position: absolute;
	bottom: 42px;
	left: 4%;
	right: 4%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 0.32em;
	color: #c0c9d1;
}
.hero-caption p {
	margin: 0;
}
.hero-caption p span {
	margin: 0 11px;
}
.vision {
	max-width: 1440px;
	margin: 0 auto;
	min-height: 730px;
	padding: 90px 8%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 6%;
	scroll-margin-top: 30px;
}
.eyebrow {
	font-size: 10px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #a8b7c9;
	margin: 0 0 36px;
}
h2 {
	font-size: clamp(48px, 5.7vw, 84px);
	font-weight: 200;
	letter-spacing: -0.045em;
	line-height: 1.08;
	margin: 0;
}
h2 em {
	font-style: normal;
	color: #9db5cf;
}
.statement {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.8;
	color: #b1becd;
	margin: 30px 0 36px;
}
.return-link {
	display: inline-flex;
	gap: 34px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #425060;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.return-link:hover {
	border-color: #d4e6ff;
}
.return-link span {
	font-size: 18px;
}
.emblem {
	width: 100%;
	height: auto;
	mix-blend-mode: screen;
	mask-image: radial-gradient(ellipse, #000 48%, transparent 72%);
}
.footer {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 30px;
	border-top: 1px solid #17212d;
	margin: 0 4%;
	padding: 36px 0;
}
.footer p,
.footer-links,
.footer-bottom {
	font-size: 9px;
	letter-spacing: 0.15em;
	color: #a8b7c9;
}
.footer-brand p {
	margin: 18px 0 0;
	line-height: 1.8;
}
.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
}
.footer-links a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.social-link svg {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	color: #92bde8;
}
.footer-bottom {
	grid-column: 1 / -1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	border-top: 1px solid #17212d;
	padding-top: 20px;
}
@keyframes scroll-hint {
	0%,
	100% {
		transform: translateY(0);
		opacity: 0.4;
	}
	50% {
		transform: translateY(6px);
		opacity: 1;
	}
}
@media (min-width: 1900px) {
	.horizon {
		object-fit: fill;
	}
}
@media (max-width: 760px) {
	.hero {
		min-height: 620px;
	}
	.header {
		padding: 24px;
	}
	.header .brand img {
		width: 145px;
	}
	.nav-link {
		gap: 0;
	}
	.nav-link > span:first-child {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip-path: inset(50%);
	}
	.nav-icon {
		margin: 10px;
	}
	.hero-heading {
		top: 31%;
		left: 20px;
		right: 20px;
	}
	h1 {
		font-size: clamp(20px, 4.3vw, 32px);
		letter-spacing: 0.28em;
		padding-left: 0.28em;
	}
	.horizon {
		object-position: 50% center;
	}
	.explore {
		bottom: 76px;
		font-size: 9px;
	}
	.hero-caption {
		bottom: 28px;
		left: 24px;
		right: 24px;
		justify-content: center;
		text-align: center;
		font-size: 7px;
		line-height: 2;
		letter-spacing: 0.16em;
	}
	.hero-caption p span {
		margin: 0 5px;
	}
	.hero-caption > a {
		display: none;
	}
	.vision {
		grid-template-columns: 1fr;
		padding: 80px 30px 50px;
		gap: 30px;
	}
	.vision-copy {
		max-width: 500px;
	}
	.emblem {
		max-width: 420px;
		margin: 0 auto;
	}
	.footer {
		grid-template-columns: 1fr;
		margin: 0 24px;
		padding: 25px 0;
		gap: 14px;
	}
	.footer p,
	.footer-bottom {
		font-size: 8px;
	}
	.footer .brand img {
		width: 120px;
	}
}
@media (prefers-reduced-motion: reduce) {
	:root {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation: none !important;
		transition: none !important;
	}
}
