/* Shared 404 and Thank You presentation. */
.eth-404__inner {
	max-width: 680px;
	margin-inline: auto;
	padding-block: clamp(4rem, 9vw, 8rem);
	text-align: center;
}

.eth-404__code {
	margin: 0 0 0.5rem;
	color: var(--eth-primary);
	font-size: clamp(5rem, 14vw, 9rem);
	font-weight: var(--eth-fw-bold);
	letter-spacing: -0.04em;
	line-height: 1;
}

.eth-404__title {
	margin: 0 0 1rem;
	color: var(--eth-text-title);
	font-size: clamp(1.5rem, 3.2vw, 2.25rem);
}

.eth-404__desc {
	max-width: 52ch;
	margin: 0 auto 2rem;
	color: var(--eth-text-muted);
	font-size: var(--eth-fs-body);
	line-height: 1.7;
}

.eth-thankyou__text > :first-child { margin-top: 0; }
.eth-thankyou__text > :last-child { margin-bottom: 0; }

.eth-thankyou__check {
	display: block;
	margin: 0 auto 0.5rem;
}

.eth-404__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.5rem;
}
