:root {
	--midnight: #09111b;
	--midnight-deep: #05090f;
	--navy: #132238;
	--gold: #c79a4b;
	--gold-light: #e5c47e;
	--royal: #3e7bff;
	--royal-light: #7fa9ff;
	--silver: #d7dce5;
	--muted: #98a4b5;
	--crimson: #8e1f2d;
	--line: rgba(215, 220, 229, .14);
	--display: "Cinzel", Georgia, serif;
	--body: "Inter", "Segoe UI", sans-serif;
	--stats: "Rajdhani", "Arial Narrow", sans-serif;
}

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

html {
	min-width: 320px;
	background: var(--midnight-deep);
	scroll-behavior: smooth;
}

body {
	min-width: 320px;
	margin: 0;
	color: var(--silver);
	background:
		linear-gradient(rgba(5, 9, 15, .4), rgba(5, 9, 15, .62)),
		url("images/titan-citadel.png") center center / cover fixed no-repeat,
		var(--midnight);
	font: 400 15px/1.65 var(--body);
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
	text-decoration: none;
}

.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 1000;
	padding: 10px 14px;
	color: #fff;
	background: var(--royal);
	border-radius: 4px;
	transform: translateY(-160%);
}

.skip-link:focus {
	transform: none;
}

.landing-navigation {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	align-items: center;
	justify-content: space-between;
	width: min(1420px, calc(100% - 64px));
	min-height: 84px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(215, 220, 229, .12);
}

.landing-brand {
	display: inline-flex;
	gap: 12px;
	align-items: center;
}

.landing-brand img {
	width: 46px;
	height: 46px;
	object-fit: contain;
	filter: drop-shadow(0 7px 12px rgba(0, 0, 0, .55));
}

.landing-brand span {
	display: grid;
}

.landing-brand strong {
	font: 600 16px/1.2 var(--display);
	letter-spacing: .04em;
}

.landing-brand small {
	color: var(--gold);
	font: 700 9px/1.2 var(--stats);
	letter-spacing: .18em;
	text-transform: uppercase;
}

.landing-navigation nav {
	display: flex;
	gap: 5px;
	align-items: center;
}

.landing-navigation nav a {
	padding: 10px 14px;
	color: #b8c1ce;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

.landing-navigation nav a:hover {
	color: #fff;
}

.landing-navigation .navigation-cta {
	margin-left: 8px;
	color: #fff;
	border: 1px solid rgba(199, 154, 75, .55);
	border-radius: 3px;
	background: rgba(199, 154, 75, .08);
}

.landing-navigation .navigation-cta:hover {
	border-color: var(--gold-light);
	background: rgba(199, 154, 75, .17);
}

.landing-hero {
	display: grid;
	position: relative;
	min-height: clamp(780px, 94vh, 980px);
	place-items: center;
	overflow: hidden;
	isolation: isolate;
}

.hero-backdrop {
	position: absolute;
	inset: 0;
	z-index: -5;
	width: 100%;
	height: 100%;
	background: url("images/titan-citadel.png") center / cover no-repeat;
	filter: saturate(.88) contrast(1.08);
	animation: hero-breathe 24s ease-in-out infinite alternate;
}

.hero-frame {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -2;
	width: 100%;
	min-width: 1180px;
	height: auto;
	max-width: none;
	max-height: none;
	opacity: .94;
	mix-blend-mode: normal;
	filter: drop-shadow(0 24px 42px rgba(0, 0, 0, .48));
	transform: translateX(-50%);
	pointer-events: none;
}

.landing-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -4;
	background: transparent;
}

.landing-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -3;
	background:
		linear-gradient(90deg, rgba(5, 9, 15, .86), rgba(5, 9, 15, .18) 50%, rgba(5, 9, 15, .72)),
		linear-gradient(0deg, rgba(9, 17, 27, .72) 0, rgba(9, 17, 27, .08) 48%, rgba(5, 9, 15, .48) 100%);
}

.hero-vignette {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: radial-gradient(circle at 50% 42%, transparent 0, rgba(2, 5, 10, .08) 38%, rgba(2, 5, 10, .68) 100%);
	pointer-events: none;
}

@keyframes hero-breathe {
	from { transform: scale(1.02); }
	to { transform: scale(1.075); }
}

.hero-atmosphere {
	position: absolute;
	inset: 0;
	z-index: -2;
	opacity: .52;
	background-image:
		radial-gradient(circle, rgba(126, 171, 255, .9) 0 1px, transparent 1.5px),
		radial-gradient(circle, rgba(229, 196, 126, .7) 0 1px, transparent 1.5px),
		linear-gradient(105deg, transparent 22%, rgba(126, 171, 255, .05) 48%, transparent 63%);
	background-position: 0 0, 80px 60px, center;
	background-size: 180px 180px, 260px 260px, 100% 100%;
	animation: particle-rise 34s linear infinite;
	mask-image: linear-gradient(transparent 4%, #000 28%, #000 82%, transparent);
}

@keyframes particle-rise {
	to { background-position: 0 -360px, 80px -460px, center; }
}

.hero-content {
	position: relative;
	z-index: 2;
	width: min(980px, calc(100% - 40px));
	padding: 128px 24px 180px;
	text-align: center;
}

.launch-kicker {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	margin: 0 0 12px;
	padding: 8px 13px;
	color: #f5e8c1;
	border: 1px solid rgba(229, 196, 126, .4);
	border-radius: 999px;
	background: rgba(4, 8, 14, .58);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
	font: 700 10px var(--stats);
	letter-spacing: .14em;
	text-transform: uppercase;
}

.launch-kicker span,
.launch-ribbon .launch-status-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #5ce5c2;
	box-shadow: 0 0 14px rgba(92, 229, 194, .9);
}

.hero-mark {
	display: block;
	width: min(620px, 80vw);
	height: auto;
	max-height: 270px;
	margin: 0 auto 3px;
	object-fit: contain;
	filter: drop-shadow(0 20px 25px rgba(0, 0, 0, .72));
}

.hero-crest { display: none; }

.eyebrow {
	margin: 0 0 11px;
	color: var(--gold);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.hero-content h1,
.world-intro h2,
.feature-grid h3,
.final-callout h2 {
	font-family: var(--display);
}

.hero-content h1 {
	margin: 0;
	color: #f6f7f9;
	font-size: clamp(52px, 8.6vw, 108px);
	font-weight: 600;
	letter-spacing: .015em;
	line-height: .98;
	text-shadow: 0 12px 42px rgba(0, 0, 0, .8);
}

.hero-slogan {
	margin: 18px 0 0;
	color: #d2d8e1;
	font-size: clamp(14px, 1.7vw, 19px);
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.hero-copy {
	max-width: 650px;
	margin: 19px auto 0;
	color: #aab4c2;
	font-size: 16px;
}

.hero-release-card {
	display: grid;
	position: absolute;
	right: max(30px, calc((100% - 1320px) / 2));
	bottom: 178px;
	width: 170px;
	padding: 20px 16px 17px;
	color: #f6e8be;
	border: 1px solid rgba(229, 196, 126, .5);
	border-radius: 5px;
	background: linear-gradient(145deg, rgba(7, 15, 25, .82), rgba(5, 8, 14, .62));
	box-shadow: inset 0 1px rgba(255, 244, 203, .15), 0 22px 50px rgba(0, 0, 0, .35);
	text-align: center;
	transform: rotate(2deg);
}

.hero-release-card span {
	color: var(--gold-light);
	font: 700 10px var(--stats);
	letter-spacing: .22em;
	text-transform: uppercase;
}

.hero-release-card strong {
	display: block;
	margin-top: 10px;
	color: #fff1c2;
	font: 600 66px/.8 var(--display);
}

.hero-release-card sup {
	font: 700 15px var(--stats);
	vertical-align: top;
}

.hero-release-card em {
	display: block;
	margin-top: 12px;
	color: #dfc47b;
	font: 600 20px var(--display);
	font-style: normal;
}

.hero-release-card small {
	display: block;
	margin-top: 15px;
	padding-top: 11px;
	color: #aeb9c8;
	border-top: 1px solid rgba(199, 154, 75, .24);
	font: 10px/1.45 var(--stats);
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	justify-content: center;
	margin-top: 30px;
}

.landing-button {
	display: inline-flex;
	min-width: 150px;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0 23px;
	color: #f2f5f8;
	border: 1px solid rgba(127, 169, 255, .42);
	border-radius: 3px;
	background: linear-gradient(180deg, rgba(62, 123, 255, .24), rgba(62, 123, 255, .08));
	box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 12px 30px rgba(0, 0, 0, .18);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
	transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.landing-button:hover,
.landing-button:focus-visible {
	color: #fff;
	border-color: var(--royal-light);
	background: linear-gradient(180deg, rgba(62, 123, 255, .48), rgba(62, 123, 255, .17));
	outline: none;
	transform: translateY(-2px);
}

.landing-button--primary {
	color: #100d07;
	border-color: #eed696;
	background: linear-gradient(180deg, #e8cc8a, #b68031);
}

.landing-button--primary:hover,
.landing-button--primary:focus-visible {
	color: #080a0d;
	border-color: #fff0c0;
	background: linear-gradient(180deg, #f0dda9, #ca9848);
}

.landing-button--ghost {
	color: #c2cad5;
	border-color: var(--line);
	background: rgba(5, 9, 15, .35);
}

.landing-countdown {
	display: inline-flex;
	gap: 22px;
	align-items: center;
	margin-top: 24px;
	padding: 11px 15px;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: rgba(5, 9, 15, .55);
	backdrop-filter: blur(12px);
}

.landing-countdown > span {
	max-width: 170px;
	color: #9da8b7;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .09em;
	text-align: left;
	text-transform: uppercase;
}

.landing-countdown .countdown-values {
	display: flex;
	gap: 4px;
}

.landing-countdown .countdown-unit {
	display: grid;
	min-width: 50px;
	padding-left: 8px;
	border-left: 1px solid rgba(199, 154, 75, .3);
	font-family: var(--stats);
	font-style: normal;
}

.landing-countdown i {
	color: #fff;
	font-size: 21px;
	font-style: normal;
	line-height: 1;
}

.landing-countdown small {
	color: var(--gold);
	font-size: 8px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.realm-statistics {
	display: grid;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	grid-template-columns: repeat(4, 1fr);
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto;
	border: 1px solid var(--line);
	background: rgba(5, 9, 15, .38);
	box-shadow: 0 18px 44px rgba(0, 0, 0, .3);
	backdrop-filter: blur(16px);
}

.launch-ribbon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: min(1160px, calc(100% - 40px));
	min-height: 58px;
	margin: 18px auto 0;
	padding: 12px 18px;
	border: 1px solid var(--line);
	background: linear-gradient(90deg, rgba(17, 31, 50, .88), rgba(7, 13, 22, .94));
	box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
	font: 12px var(--body);
}

.launch-ribbon span:first-child {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	color: #dbe2eb;
}

.launch-ribbon strong {
	color: var(--gold-light);
	font: 700 12px var(--stats);
	letter-spacing: .12em;
}

.launch-ribbon a,
.trailer-link {
	color: var(--gold-light);
	font-weight: 700;
}

.launch-ribbon a:hover,
.trailer-link:hover { color: #fff3c4; }

.trailer-section {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr);
	gap: 38px;
	align-items: center;
	width: min(1220px, calc(100% - 64px));
	margin: 0 auto;
	padding: 100px 0 110px;
}

.trailer-stage {
	position: relative;
	padding: 8px;
	border: 1px solid rgba(127, 169, 255, .48);
	border-radius: 6px;
	background: linear-gradient(145deg, #122641, #070d18);
	box-shadow: 0 25px 70px rgba(0, 0, 0, .34), inset 0 0 0 1px rgba(255, 255, 255, .05);
}

.trailer-stage::after {
	content: "";
	position: absolute;
	inset: 5px;
	border: 1px solid rgba(229, 196, 126, .18);
	pointer-events: none;
}

.youtube-trailer {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	background: #02050a;
}

.youtube-trailer img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
	border-radius: 3px;
	filter: saturate(.82) brightness(.78);
	transition: transform .3s ease, filter .3s ease;
}

.youtube-trailer:hover img,
.youtube-trailer:focus-visible img {
	transform: scale(1.035);
	filter: saturate(1) brightness(.96);
}

.youtube-play {
	display: grid;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76px;
	height: 54px;
	place-items: center;
	color: #fff;
	border-radius: 14px;
	background: #e62117;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .48);
	font-size: 22px;
	transform: translate(-50%, -50%);
	transition: transform .2s ease, background .2s ease;
}

.youtube-trailer:hover .youtube-play,
.youtube-trailer:focus-visible .youtube-play {
	background: #ff3026;
	transform: translate(-50%, -50%) scale(1.08);
}

.youtube-label {
	display: flex;
	position: absolute;
	right: 14px;
	bottom: 12px;
	left: 14px;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font: 700 11px var(--stats);
	letter-spacing: .1em;
	text-transform: uppercase;
}

.youtube-label > span {
	color: #f5c56b;
	font-size: 15px;
}

.trailer-copy { padding: 10px 12px; }
.trailer-copy h2 { margin: 0 0 13px; font: 600 clamp(30px, 4vw, 49px)/1.08 var(--display); }
.trailer-copy > p:not(.eyebrow) { margin: 0 0 21px; color: var(--muted); font-size: 15px; }
.trailer-link { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }

.realm-statistics > div {
	display: grid;
	position: relative;
	min-height: 104px;
	place-content: center;
	text-align: center;
}

.realm-statistics > div + div {
	border-left: 1px solid var(--line);
}

.realm-statistic-value {
	color: #fff;
	font: 700 32px/1 var(--stats);
}

.realm-statistics small {
	margin-top: 7px;
	color: #8f9aaa;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.status-dot {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--crimson);
	box-shadow: 0 0 12px rgba(142, 31, 45, .8);
}

.status-dot--online {
	background: #65d6a6;
	box-shadow: 0 0 12px rgba(101, 214, 166, .8);
}

.world-intro {
	position: relative;
	padding: 110px 32px 120px;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 0, rgba(62, 123, 255, .09), transparent 35%),
		linear-gradient(180deg, rgba(9, 17, 27, .44), rgba(12, 23, 38, .52));
	backdrop-filter: blur(2px);
}

.world-intro::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(199, 154, 75, .55), transparent);
}

.section-heading {
	width: min(850px, 100%);
	margin: 0 auto 54px;
	text-align: center;
}

.section-heading h2 {
	margin: 0;
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 600;
	line-height: 1.12;
}

.section-heading > p:last-child {
	max-width: 720px;
	margin: 19px auto 0;
	color: var(--muted);
	font-size: 16px;
}

.world-story {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	width: min(980px, 100%);
	margin: -22px auto 48px;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.8;
}

.world-story p {
	margin: 0;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	width: min(1220px, 100%);
	margin: 0 auto;
	border: 1px solid var(--line);
	background: var(--line);
	box-shadow: 0 32px 80px rgba(0, 0, 0, .28);
}

.feature-grid article {
	position: relative;
	overflow: hidden;
	min-height: 290px;
	padding: 38px;
	background:
		linear-gradient(145deg, rgba(62, 123, 255, .08), transparent 42%),
		linear-gradient(180deg, rgba(19, 34, 56, .5), rgba(11, 22, 36, .58));
	backdrop-filter: blur(12px);
	transition: background .2s ease, transform .2s ease;
}

.feature-grid article::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(4, 9, 16, .92) 100%);
	pointer-events: none;
}

.feature-grid article img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .26;
	mix-blend-mode: screen;
	filter: saturate(.82) contrast(1.08);
	transition: opacity .2s ease, transform .4s ease;
}

.feature-grid article:hover img { opacity: .42; transform: scale(1.05); }

.feature-grid article > span,
.feature-grid article h3,
.feature-grid article p { position: relative; z-index: 1; }

.feature-grid article:hover {
	background:
		linear-gradient(145deg, rgba(62, 123, 255, .16), transparent 48%),
		linear-gradient(180deg, rgba(24, 44, 72, .58), rgba(13, 25, 41, .64));
	transform: translateY(-4px);
}

.feature-grid article > span {
	color: var(--gold);
	font: 700 14px/1 var(--stats);
	letter-spacing: .13em;
}

.feature-grid h3 {
	margin: 42px 0 14px;
	font-size: 27px;
}

.feature-grid p {
	margin: 0;
	color: var(--muted);
}

.final-callout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 12px;
	align-items: center;
	width: min(1220px, calc(100% - 64px));
	margin: 90px auto;
	padding: 38px 42px;
	border: 1px solid rgba(199, 154, 75, .28);
	border-radius: 6px;
	background:
		linear-gradient(100deg, rgba(199, 154, 75, .08), transparent 45%),
		linear-gradient(145deg, rgba(19, 34, 56, .48), rgba(10, 20, 33, .58));
	backdrop-filter: blur(14px);
	box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
}

.final-callout .eyebrow {
	margin-bottom: 6px;
}

.final-callout h2 {
	margin: 0;
	font-size: clamp(27px, 4vw, 42px);
}

.landing-footer {
	display: grid;
	grid-template-columns: auto minmax(260px, 1fr) auto;
	gap: 28px;
	align-items: center;
	min-height: 136px;
	padding: 30px max(32px, calc((100% - 1420px) / 2));
	color: #758194;
	border-top: 1px solid var(--line);
	background: rgba(5, 9, 15, .56);
	backdrop-filter: blur(14px);
	font-size: 11px;
}

.landing-footer-brand span {
	display: block;
	color: #d8dde5;
	font: 600 15px/1 var(--display);
}

.landing-footer-brand small {
	display: block;
	margin-top: 7px;
	color: var(--gold);
	font: 700 9px var(--stats);
	letter-spacing: .16em;
	text-transform: uppercase;
}

.landing-footer p {
	margin: 0;
	max-width: 500px;
	color: #929eb0;
	line-height: 1.55;
}

.landing-footer a {
	color: var(--gold);
	font-weight: 700;
}

.landing-footer nav {
	display: flex;
	justify-self: end;
	gap: 16px;
	white-space: nowrap;
}

@media (max-width: 900px) {
	.landing-navigation {
		width: calc(100% - 32px);
	}

	.landing-navigation nav a:not(.navigation-cta) {
		display: none;
	}

	.hero-content {
		padding-top: 130px;
	}

	.hero-release-card {
		right: 18px;
		bottom: 160px;
		transform: scale(.86) rotate(2deg);
		transform-origin: right bottom;
	}

	.trailer-section {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.feature-grid {
		grid-template-columns: 1fr;
	}

	.feature-grid article {
		min-height: 0;
	}

	.feature-grid h3 {
		margin-top: 24px;
	}

	.final-callout {
		grid-template-columns: 1fr 1fr;
	}

	.final-callout > div {
		grid-column: 1 / -1;
		margin-bottom: 10px;
		text-align: center;
	}
}

@media (max-width: 650px) {
	.landing-navigation {
		width: calc(100% - 24px);
		min-height: 68px;
	}

	.landing-brand span {
		display: none;
	}

	.landing-brand img {
		width: 38px;
		height: 38px;
	}

	.landing-navigation .navigation-cta {
		margin-left: 0;
		padding: 9px 11px;
		font-size: 9px;
	}

	.landing-hero {
		min-height: 900px;
	}

	.hero-content {
		align-self: start;
		width: calc(100% - 28px);
		padding: 88px 0 205px;
	}

	.launch-kicker {
		max-width: 100%;
		margin-bottom: 8px;
		padding: 7px 10px;
		font-size: 8px;
		letter-spacing: .09em;
	}

	.hero-mark {
		width: min(64vw, 250px);
		max-height: 220px;
	}

	.hero-frame {
		display: none;
	}

	.hero-release-card {
		display: none;
	}

	.hero-slogan {
		margin-top: 10px;
		font-size: 11px;
		letter-spacing: .12em;
	}

	.hero-copy {
		max-width: 350px;
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.55;
	}

	.hero-actions {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
		width: 100%;
		margin-top: 22px;
	}

	.landing-button {
		min-width: 0;
		min-height: 44px;
		padding: 0 10px;
		font-size: 9px;
	}

	.landing-countdown {
		display: grid;
		gap: 8px;
		width: 100%;
		margin-top: 14px;
		padding: 10px;
	}

	.landing-countdown > span {
		max-width: none;
		text-align: center;
	}

	.landing-countdown .countdown-values {
		justify-content: center;
		width: 100%;
	}

	.landing-countdown .countdown-unit {
		min-width: 0;
		width: 25%;
		padding-left: 5px;
	}

	.landing-countdown i {
		font-size: 18px;
	}

	.realm-statistics {
		grid-template-columns: repeat(2, 1fr);
		width: calc(100% - 28px);
		background: rgba(5, 9, 15, .72);
	}

	.launch-ribbon {
		width: calc(100% - 28px);
		flex-wrap: wrap;
		justify-content: center;
		gap: 7px 18px;
		margin-top: 12px;
		padding: 14px;
		text-align: center;
	}

	.launch-ribbon span:first-child,
	.launch-ribbon a {
		width: 100%;
		justify-content: center;
	}

	.trailer-section {
		width: calc(100% - 28px);
		padding-block: 70px 80px;
	}

	.realm-statistics > div {
		min-height: 78px;
	}

	.realm-statistics > div:nth-child(3) {
		border-left: 0;
	}

	.realm-statistics > div:nth-child(n + 3) {
		border-top: 1px solid var(--line);
	}

	.realm-statistic-value {
		font-size: 24px;
	}

	.realm-statistics small {
		font-size: 8px;
	}

	.world-intro {
		padding: 80px 16px;
	}

	.world-story {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: -24px;
	}

	.feature-grid article {
		padding: 30px 25px;
	}

	.final-callout {
		grid-template-columns: 1fr;
		width: calc(100% - 28px);
		margin-block: 60px;
		padding: 30px 22px;
	}

	.final-callout > div {
		grid-column: auto;
	}

	.landing-footer {
		grid-template-columns: 1fr;
		gap: 12px;
		text-align: center;
	}

	.landing-footer-brand,
	.landing-footer p { justify-self: center; }

	.landing-footer nav {
		justify-self: center;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
