:root {
	--sn-ink: #05100D;
	--sn-brass: #D6A94B;
	--sn-brass-hi: #F0D492;
	--sn-text: #F2F6F3;
	--sn-muted: #90A79C;
	--sn-disp: 'Unbounded', 'Trebuchet MS', sans-serif;
	--sn-sans: 'Manrope', 'Segoe UI', system-ui, sans-serif;
}

* {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0;
	background: radial-gradient(125% 85% at 50% 0%, #0C1D18 0%, #05100D 52%, #020807 100%);
	color: var(--sn-text);
	font-family: var(--sn-sans);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

:focus-visible {
	outline: 1px solid var(--sn-brass);
	outline-offset: 6px;
}

/* ── backdrop ───────────────────────────────────────────────────────── */

.sn-bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.sn-shaft {
	position: absolute;
	top: -45%;
	left: -14%;
	width: 62%;
	height: 195%;
	transform: rotate(22deg);
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .075) 38%, rgba(214, 169, 75, .085) 60%, transparent);
	filter: blur(46px);
	animation: sn-sweep 16s ease-in-out infinite alternate;
}

@keyframes sn-sweep {
	from { transform: rotate(22deg) translateX(-3%); opacity: .75; }
	to   { transform: rotate(26deg) translateX(6%); opacity: 1; }
}

.sn-wheel {
	position: absolute;
	right: -15vw;
	bottom: -20vw;
	width: min(600px, 62vw);
	height: auto;
}

.sn-wheel__spin {
	transform-origin: 50% 50%;
	animation: sn-spin 150s linear infinite;
}

@keyframes sn-spin {
	to { transform: rotate(360deg); }
}

.sn-cards {
	position: absolute;
	left: 2vw;
	bottom: 5vh;
	width: min(300px, 30vw);
	height: auto;
}

.sn-vig {
	position: absolute;
	inset: 0;
	background: radial-gradient(115% 92% at 50% 40%, transparent 26%, rgba(2, 8, 6, .82) 100%);
}

/* ── stage ──────────────────────────────────────────────────────────── */

.sn-stage {
	position: relative;
	z-index: 1;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 64px 24px 32px;
}

.sn-splash {
	width: 100%;
	max-width: 780px;
	text-align: center;
}

.sn-mark {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	margin-bottom: clamp(30px, 5vh, 48px);
	color: var(--sn-brass);
	text-decoration: none;
}

.sn-mark span {
	font-family: var(--sn-disp);
	font-weight: 500;
	font-size: .95rem;
	letter-spacing: .04em;
	color: var(--sn-text);
}

.sn-mark img {
	display: block;
	width: auto;
}

.sn-h1 {
	margin: 0;
	font-family: var(--sn-disp);
	font-weight: 300;
	font-size: clamp(1.85rem, 5.2vw, 3.6rem);
	line-height: 1.2;
	letter-spacing: -.015em;
	color: #fff;
}

.sn-sub {
	max-width: 46ch;
	margin: 20px auto 0;
	font-size: 1rem;
	line-height: 1.75;
	color: var(--sn-muted);
}

/* ── clock ──────────────────────────────────────────────────────────── */

.sn-clock {
	display: flex;
	justify-content: center;
	margin-top: clamp(40px, 7vh, 68px);
}

.sn-u {
	position: relative;
	padding: 0 clamp(14px, 4vw, 40px);
}

.sn-u + .sn-u::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: clamp(38px, 6vw, 58px);
	margin-top: calc(clamp(38px, 6vw, 58px) / -2 - 9px);
	background: linear-gradient(180deg, transparent, rgba(214, 169, 75, .3), transparent);
}

.sn-n {
	display: block;
	font-family: var(--sn-disp);
	font-weight: 200;
	font-size: clamp(2.4rem, 7.4vw, 4.4rem);
	line-height: 1;
	letter-spacing: .01em;
	color: #F3EBD8;
	font-variant-numeric: tabular-nums;
}

.sn-n.is-tick {
	animation: sn-tick .45s ease-out;
}

@keyframes sn-tick {
	from { opacity: .15; transform: translateY(-5px); }
	to   { opacity: 1; transform: none; }
}

.sn-l {
	display: block;
	margin-top: clamp(10px, 1.6vh, 16px);
	font-family: var(--sn-sans);
	font-weight: 600;
	font-size: .64rem;
	letter-spacing: .32em;
	text-transform: uppercase;
	color: rgba(214, 169, 75, .8);
}

/* ── footer line ────────────────────────────────────────────────────── */

.sn-foot {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 16px;
	padding: 20px 24px 30px;
	font-size: .74rem;
	letter-spacing: .07em;
	color: #6B8279;
}

.sn-foot__age {
	padding: 2px 8px;
	border: 1px solid rgba(214, 169, 75, .45);
	border-radius: 5px;
	font-weight: 600;
	color: var(--sn-brass);
}

.sn-foot__c {
	color: #566B63;
}

/* ── load sequence ──────────────────────────────────────────────────── */

.sn-mark,
.sn-h1,
.sn-sub,
.sn-clock {
	animation: sn-rise .9s cubic-bezier(.22, .61, .36, 1) both;
}

.sn-h1 { animation-delay: .1s; }
.sn-sub { animation-delay: .2s; }
.sn-clock { animation-delay: .3s; }

@keyframes sn-rise {
	from { opacity: 0; transform: translateY(14px); }
	to   { opacity: 1; transform: none; }
}

/* ── responsive ─────────────────────────────────────────────────────── */

@media (max-width: 860px) {
	.sn-cards {
		left: -8vw;
		bottom: 2vh;
		width: min(260px, 46vw);
	}

	.sn-wheel {
		right: -28vw;
		bottom: -32vw;
		width: min(500px, 92vw);
	}
}

@media (max-width: 560px) {
	.sn-stage {
		padding: 48px 20px 24px;
	}

	.sn-cards {
		bottom: auto;
		top: 3vh;
		left: -12vw;
		width: 190px;
		opacity: .7;
	}

	.sn-wheel {
		right: -34vw;
		bottom: -40vw;
		width: min(420px, 108vw);
	}

	/* The headline breaks on its own once the column is this narrow; the
	   hard break would strand "ready" on a line of its own. */
	.sn-br {
		display: none;
	}

	.sn-u {
		padding: 0 clamp(9px, 3.4vw, 18px);
	}

	.sn-l {
		font-size: .56rem;
		letter-spacing: .2em;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sn-shaft,
	.sn-wheel__spin,
	.sn-mark,
	.sn-h1,
	.sn-sub,
	.sn-clock,
	.sn-n.is-tick {
		animation: none;
	}
}
