@font-face {
	font-family: "Geist Pixel Square";
	src: url("/assets/GeistPixel-Square.woff2") format("woff2");
	font-display: swap;
}

:root {
	color-scheme: light;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
		"Segoe UI", sans-serif;
	color: #111;
	background: #fdfdfc;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	min-width: 320px;
	background: #fdfdfc;
}

body {
	min-height: 100vh;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
}

:focus-visible {
	outline: 3px solid rgb(107 180 84 / 0.65);
	outline-offset: 3px;
}

.page {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	padding: 3rem 1.5rem;
}

.page::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background:
		radial-gradient(circle at 15% 15%, rgb(179 235 160 / 0.28), transparent 35%),
		radial-gradient(circle at 90% 85%, rgb(160 216 235 / 0.2), transparent 35%);
}

.shell {
	position: relative;
	display: flex;
	min-height: calc(100vh - 6rem);
	max-width: 48rem;
	margin: 0 auto;
	flex-direction: column;
}

.brand {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
}

.brand-mark {
	display: grid;
	width: 2.5rem;
	height: 2.5rem;
	place-items: center;
	border-radius: 999px;
	background: rgb(179 235 160 / 0.55);
}

.brand-mark img {
	display: block;
	width: 1.45rem;
	height: 1.45rem;
}

.pixel {
	font-family: "Geist Pixel Square", Georgia, serif;
}

.brand-name {
	font-size: 1.5rem;
	letter-spacing: -0.025em;
}

.notice {
	margin: auto 0;
	padding: 4rem 0;
}

.eyebrow {
	margin: 0 0 1.25rem;
	color: rgb(17 17 17 / 0.45);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

h1 {
	max-width: 42rem;
	margin: 0;
	font-family: "Geist Pixel Square", Georgia, serif;
	font-size: clamp(3rem, 9vw, 4.5rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.98;
	text-wrap: balance;
}

.lede {
	max-width: 42rem;
	margin: 1.75rem 0 0;
	color: rgb(17 17 17 / 0.65);
	font-size: clamp(1.125rem, 3vw, 1.25rem);
	line-height: 1.65;
	text-wrap: pretty;
}

.lede strong {
	color: #111;
	font-weight: 550;
}

.cards {
	display: grid;
	margin-top: 2.5rem;
	gap: 0.75rem;
}

.card {
	padding: 1.5rem;
	border: 1px solid rgb(17 17 17 / 0.08);
	border-radius: 1rem;
	background: rgb(255 255 255 / 0.65);
	box-shadow: 0 1px 3px rgb(17 17 17 / 0.04);
}

.card h2 {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 600;
}

.card p {
	margin: 0.5rem 0 0;
	color: rgb(17 17 17 / 0.55);
	font-size: 0.875rem;
	line-height: 1.6;
}

.next {
	max-width: 42rem;
	margin-top: 2.5rem;
	padding-left: 1.25rem;
	border-left: 2px solid #b3eba0;
}

.next p {
	margin: 0;
	color: rgb(17 17 17 / 0.55);
	font-size: 0.875rem;
	line-height: 1.65;
}

.button {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 1rem;
	padding: 0.65rem 1.25rem;
	border-radius: 999px;
	color: #fff;
	background: #111;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	transition: transform 160ms ease;
}

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

.footer {
	display: flex;
	padding-top: 1.5rem;
	border-top: 1px solid rgb(17 17 17 / 0.08);
	color: rgb(17 17 17 / 0.4);
	font-size: 0.75rem;
	gap: 0.75rem 1.5rem;
	justify-content: space-between;
}

.footer p {
	margin: 0;
}

.footer nav {
	display: flex;
	gap: 1rem;
}

.footer a:hover {
	color: rgb(17 17 17 / 0.7);
}

.legal {
	max-width: 42rem;
	margin: 0 auto;
	padding: 4rem 1.5rem 6rem;
	color: rgb(17 17 17 / 0.78);
	font-size: 0.9375rem;
	line-height: 1.65;
}

.legal .brand {
	margin-bottom: 3rem;
	color: rgb(17 17 17 / 0.55);
}

.legal h1 {
	font-size: clamp(2rem, 7vw, 2.75rem);
	line-height: 1.05;
}

.legal h2 {
	margin: 2rem 0 0.35rem;
	color: #111;
	font-size: 0.95rem;
}

.legal p,
.legal ul {
	margin: 0.35rem 0 0;
}

.legal .updated {
	margin-top: 0.6rem;
	color: rgb(17 17 17 / 0.45);
	font-size: 0.8125rem;
}

.not-found {
	display: grid;
	min-height: 100vh;
	padding: 2rem;
	place-items: center;
	text-align: center;
}

.not-found p {
	color: rgb(17 17 17 / 0.6);
	line-height: 1.6;
}

@media (min-width: 640px) {
	.page {
		padding: 4rem 2.5rem;
	}

	.shell {
		min-height: calc(100vh - 8rem);
	}

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

	.legal {
		padding: 6rem 3rem;
	}
}

@media (max-width: 520px) {
	.footer {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.button {
		transition: none;
	}
}
