@font-face {
	font-family: "Figtree";
	font-style: normal;
	font-weight: 300 900;
	font-display: swap;
	src: url("/assets/figtree-latin-wght-normal.woff2") format("woff2-variations");
}

:root {
	color-scheme: dark;
	font-family: "Figtree", Arial, sans-serif;
	background: #0a214a;
	color: #f7f0e6;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-width: 20rem;
	min-height: 100%;
	margin: 0;
}

body {
	background: #0a214a;
}

.page-shell {
	position: relative;
	min-height: 100svh;
	overflow: hidden;
	padding: clamp(1.15rem, 2.8vh, 1.8rem) clamp(1.25rem, 6vw, 6.5rem) clamp(1.25rem, 3vh, 2.2rem);
}

.page-shell::before {
	position: absolute;
	inset: 0 0 auto 48%;
	z-index: 0;
	height: 58%;
	background: #123775;
	clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 86%);
	content: "";
}

.site-header,
main,
.site-footer {
	position: relative;
	z-index: 1;
	width: min(100%, 78rem);
	margin-inline: auto;
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wordmark-link {
	display: inline-block;
	line-height: 0;
}

.wordmark-link:focus-visible {
	outline: 3px solid #ffd84b;
	outline-offset: 0.4rem;
}

.wordmark {
	display: block;
	width: min(22rem, 62vw);
	height: auto;
	translate: 0 0.2rem;
}

main {
	display: grid;
	grid-template-rows: auto auto;
}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(24rem, 1.02fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
	padding: clamp(1.6rem, 4.5vh, 3.2rem) 0 clamp(1.2rem, 3vh, 2rem);
}

.hero-copy {
	max-width: 42rem;
}

h1 {
	max-width: 13ch;
	margin: 0;
	font-size: clamp(3rem, min(5vw, 7.5vh), 4.8rem);
	font-weight: 740;
	letter-spacing: -0.045em;
	line-height: 0.98;
	text-wrap: balance;
}

.hero-copy > p:not(.status) {
	max-width: 38rem;
	margin: clamp(1.1rem, 2.2vh, 1.55rem) 0 0;
	color: #d0dcf1;
	font-size: clamp(1.02rem, 1.35vw, 1.15rem);
	line-height: 1.52;
	text-wrap: pretty;
}

.marker {
	width: 0.72rem;
	height: 0.72rem;
	flex: 0 0 auto;
	background: #ffd84b;
	box-shadow: 0.17rem 0.17rem 0 #fa0008;
	content: "";
}

.card-fan {
	position: relative;
	justify-self: end;
	width: min(100%, 34rem);
	height: clamp(17rem, 36vh, 23rem);
	pointer-events: none;
}

.launch-badge {
	display: block;
	margin-right: 0.4rem;
	padding: 0.72rem 1.15rem 0.78rem;
	background: #ffd84b;
	box-shadow: 0.45rem 0.45rem 0 #fa0008;
	color: #0a214a;
	font-size: 1rem;
	font-weight: 820;
	letter-spacing: 0.01em;
	line-height: 1;
	rotate: 2deg;
	text-transform: uppercase;
}

.card {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	height: clamp(14rem, 30vh, 19.5rem);
	width: auto;
	max-width: none;
	border: 2px solid rgb(247 240 230 / 0.42);
	border-radius: clamp(0.5rem, 0.75vw, 0.8rem);
	box-shadow: 0.65rem 0.8rem 1.35rem rgb(4 18 43 / 0.48);
}

.card-one {
	z-index: 1;
	translate: -130% 7%;
	rotate: -12deg;
}

.card-two {
	z-index: 2;
	translate: -85% -2%;
	rotate: -4deg;
}

.card-three {
	z-index: 3;
	translate: -35% -2%;
	rotate: 5deg;
}

.card-four {
	z-index: 4;
	translate: 12% 7%;
	rotate: 13deg;
}

.features {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.4rem, 3.2vw, 3rem);
	padding: clamp(1.15rem, 2.8vh, 1.8rem) 0 0;
	border-top: 1px solid rgb(174 194 227 / 0.3);
}

.features article {
	position: relative;
	padding-left: 1.25rem;
}

.marker {
	position: absolute;
	top: 0.32rem;
	left: 0;
	width: 0.5rem;
	height: 0.5rem;
}

h2 {
	margin: 0;
	font-size: clamp(1rem, 1.3vw, 1.18rem);
	font-weight: 760;
	line-height: 1.2;
}

.features p {
	margin: 0.6rem 0 0;
	color: #aec2e3;
	font-size: clamp(0.9rem, 1.05vw, 1rem);
	line-height: 1.45;
	text-wrap: pretty;
}

.site-footer {
	margin-top: clamp(0.7rem, 1.3vh, 1rem);
	padding-top: clamp(0.5rem, 1vh, 0.7rem);
	border-top: 1px solid rgb(174 194 227 / 0.2);
	color: #b6c7e2;
	font-size: 0.9rem;
	line-height: 1.32;
}

.site-footer p {
	margin: 0;
}

.footer-meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1.5rem;
}

.footer-meta a {
	color: inherit;
	text-decoration: none;
}

.footer-meta a:focus-visible {
	outline: 2px solid #ffd84b;
	outline-offset: 0.25rem;
}

.footer-disclaimer {
	max-width: 57rem;
	margin: 0.4rem auto 0 !important;
	font-size: 0.75rem;
	line-height: 1.35;
	text-align: center;
	text-wrap: balance;
}

@media (max-width: 64rem) {
	.page-shell::before {
		inset-inline-start: 56%;
	}

	.hero {
		grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
	}

	.card-fan {
		translate: 8% 0;
	}

	.features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 45rem) {
	.page-shell {
		padding-bottom: 2rem;
	}

	.page-shell::before {
		inset: 46rem 0 0;
		height: auto;
		clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 7rem);
	}

	.site-header {
		flex-direction: column;
		align-items: stretch;
	}

	.launch-badge {
		align-self: center;
		margin: 1rem 0 0;
	}

	main {
		display: block;
	}

	.hero {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 1.25rem;
		padding-top: clamp(2rem, 6vh, 3.5rem);
	}

	h1 {
		font-size: clamp(2.65rem, 11.4vw, 4rem);
	}

	.card-fan {
		align-self: center;
		width: min(28rem, 95vw);
		height: 17rem;
		translate: 3% 0;
	}

	.card {
		height: min(14.5rem, 58vw);
	}

	.features {
		grid-template-columns: 1fr;
		gap: 1.35rem;
		margin-top: 0.75rem;
		padding-top: 1.5rem;
	}

	.site-footer {
		margin-top: 1.7rem;
	}

	.footer-disclaimer {
		margin-top: 0.65rem !important;
		text-align: center;
		text-wrap: pretty;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
	}
}
