@charset "utf-8";

:root {
	--ink: #2b2118;
	--ink-soft: #6d5b48;
	--paper: #f6eedc;
	--paper-deep: #ead9b8;
	--paper-light: #fffaf0;
	--line: rgba(99, 69, 35, .22);
	--gold: #b87a27;
	--gold-light: #e9bb68;
	--red: #8d2d22;
	--blue: #244f88;
	--blue-deep: #17385f;
	--shell: 1200px;
	--header-height: 76px;
	--shadow: 0 20px 55px rgba(77, 49, 20, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
	background:
		linear-gradient(rgba(255, 250, 240, .91), rgba(246, 238, 220, .95)),
		repeating-linear-gradient(45deg, transparent 0 8px, rgba(120, 83, 38, .025) 8px 9px),
		var(--paper);
	-webkit-font-smoothing: antialiased;
}
body, button, a { -webkit-tap-highlight-color: transparent; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 1000;
	padding: 10px 16px;
	color: #fff;
	background: var(--blue-deep);
	transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.section-shell, .nav-shell {
	width: min(var(--shell), calc(100% - 40px));
	margin: 0 auto;
}

.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 100;
	height: var(--header-height);
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	background: rgba(255, 250, 240, .9);
	box-shadow: 0 4px 24px rgba(55, 35, 15, .08);
	backdrop-filter: blur(14px);
}
.site-header.is-scrolled { background: rgba(255, 250, 240, .97); }
.nav-shell {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}
.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	flex: 0 0 auto;
}
.brand-mark {
	width: 50px;
	height: 50px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	background: radial-gradient(circle, rgba(255, 243, 211, .9) 0, rgba(235, 207, 150, .32) 48%, transparent 72%);
}
.brand-mark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 2px 3px rgba(72, 38, 10, .38));
}
.brand > span:last-child { display: grid; gap: 2px; }
.brand strong { color: #402c1c; font-size: 20px; letter-spacing: .12em; }
.brand small { color: var(--ink-soft); font-size: 11px; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav > a {
	color: #534230;
	font-size: 14px;
	text-decoration: none;
	transition: color .2s ease;
}
.site-nav > a:hover { color: var(--red); }
.site-nav .nav-action {
	padding: 9px 15px;
	border: 1px solid rgba(141, 45, 34, .45);
	color: var(--red);
	background: rgba(141, 45, 34, .04);
}
.music-toggle {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0;
	border: 0;
	color: var(--ink-soft);
	background: none;
	cursor: pointer;
}
.music-toggle:hover { color: var(--red); }
.music-toggle[aria-pressed="true"] span:first-child { animation: musicPulse 1.2s ease-in-out infinite; }
.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 1px solid var(--line);
	background: rgba(255, 255, 255, .45);
	cursor: pointer;
}
.menu-toggle span:not(.sr-only) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--ink);
	transition: transform .2s ease, opacity .2s ease;
}

.hero {
	position: relative;
	min-height: 760px;
	height: 100svh;
	overflow: hidden;
	display: flex;
	align-items: center;
	isolation: isolate;
	background: #cbd8dc;
}
.hero-art, .hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.hero-art { z-index: -3; object-fit: cover; object-position: center; }
.hero-shade {
	z-index: -2;
	background:
		linear-gradient(180deg, rgba(255, 248, 230, .12), rgba(255, 248, 230, .02) 60%, rgba(61, 38, 18, .35)),
		radial-gradient(ellipse at center, rgba(255, 252, 238, .68) 0%, rgba(255, 252, 238, .1) 47%, transparent 69%);
}
.hero-content {
	display: grid;
	justify-items: center;
	padding-top: var(--header-height);
	text-align: center;
}
.eyebrow {
	margin-bottom: 13px;
	color: var(--red);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .24em;
}
.faction-versus {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 8px;
	font-family: Georgia, "STKaiti", serif;
	font-size: clamp(18px, 2vw, 25px);
	font-weight: 700;
	text-shadow: 0 2px 8px rgba(255, 255, 255, .9);
}
.faction-versus > span {
	min-width: 142px;
	padding: 7px 14px;
	border-block: 1px solid rgba(184, 122, 39, .35);
	letter-spacing: .08em;
}
.faction-emblem {
	--faction-emblem-size: clamp(118px, 11vw, 138px);
	width: var(--faction-emblem-size);
	height: var(--faction-emblem-size);
	max-width: none;
	flex: 0 0 var(--faction-emblem-size);
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 3px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 249, 229, .92) 0, rgba(238, 210, 153, .38) 48%, transparent 72%);
	filter: drop-shadow(0 8px 12px rgba(83, 48, 17, .3));
}
.faction-orc {
	color: var(--red);
	background: linear-gradient(90deg, transparent, rgba(141, 45, 34, .12));
	text-align: right;
}
.faction-mafa {
	color: var(--blue);
	background: linear-gradient(90deg, rgba(46, 78, 133, .12), transparent);
	text-align: left;
}
.hero h1 {
	margin-bottom: 20px;
	font-family: Georgia, "STKaiti", "KaiTi", serif;
	font-size: clamp(62px, 8vw, 110px);
	line-height: .91;
	letter-spacing: -.05em;
	color: #362314;
	text-shadow: 0 3px 0 rgba(255, 244, 214, .9), 0 12px 30px rgba(91, 54, 18, .25);
}
.hero h1 span { color: var(--red); }
.hero-lead {
	max-width: 720px;
	margin-bottom: 27px;
	padding: 12px 18px;
	color: #41311f;
	background: rgba(255, 249, 233, .68);
	box-shadow: 0 0 35px 22px rgba(255, 249, 233, .4);
	font-size: 17px;
	line-height: 1.85;
}
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.button {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 25px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
	color: #fff8e7;
	background: linear-gradient(135deg, #b84a32, #762319);
	box-shadow: 0 12px 28px rgba(92, 29, 19, .28), inset 0 0 0 2px rgba(255, 217, 151, .25);
}
.button-primary:hover { background: linear-gradient(135deg, #ce5b41, #87291d); }
.button-ghost {
	border-color: rgba(60, 39, 19, .42);
	color: #382717;
	background: rgba(255, 248, 230, .7);
}
.button-ghost:hover { box-shadow: 0 9px 24px rgba(67, 43, 19, .15); }
.button-large { min-height: 56px; padding-inline: 34px; font-size: 17px; }
.hero-warning {
	margin: 23px 0 0;
	padding: 8px 14px;
	color: #4f3b28;
	background: rgba(255, 248, 230, .72);
	font-size: 12px;
}
.hero-warning span { color: var(--red); }

.quick-info {
	position: relative;
	z-index: 3;
	border-block: 1px solid var(--line);
	background: var(--paper-light);
	box-shadow: 0 8px 25px rgba(77, 49, 20, .08);
}
.quick-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.quick-grid > div {
	min-height: 92px;
	display: grid;
	align-content: center;
	gap: 7px;
	padding: 20px 26px;
	border-left: 1px solid var(--line);
}
.quick-grid > div:last-child { border-right: 1px solid var(--line); }
.quick-grid strong { color: var(--red); font-size: 13px; letter-spacing: .08em; }
.quick-grid span {
	color: var(--ink-soft);
	font-size: 13px;
	text-align: left;
}

.section { padding: 105px 0; }
.section-heading {
	max-width: 760px;
	margin: 0 auto 48px;
	text-align: center;
}
.section-heading h2, .rank-intro h2, .download-panel h2 {
	margin-bottom: 17px;
	font-family: Georgia, "STKaiti", "KaiTi", serif;
	font-size: clamp(38px, 5vw, 58px);
	line-height: 1.12;
	color: #3b2918;
}
.section-heading > p:last-child, .rank-intro > p, .download-panel > div > p:last-child {
	color: var(--ink-soft);
	font-size: 16px;
	line-height: 1.85;
}
.cinematic-section {
	position: relative;
	overflow: hidden;
	background: #172331;
}
.cinematic-stage { position: relative; min-height: clamp(600px, 67vw, 820px); }
.cinematic-stage video, .cinematic-vignette {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.cinematic-stage video {
	background: #172331;
	object-fit: cover;
	object-position: center;
}
.cinematic-vignette {
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(45, 29, 16, .48), rgba(45, 29, 16, .06) 60%, transparent),
		linear-gradient(0deg, rgba(35, 24, 14, .3), transparent 45%, rgba(35, 24, 14, .12));
}
.cinematic-overlay {
	position: relative;
	z-index: 2;
	min-height: clamp(600px, 67vw, 820px);
	display: flex;
	align-items: center;
}
.cinematic-copy {
	position: relative;
	max-width: 570px;
	padding: 36px;
	border: 1px solid rgba(120, 83, 38, .48);
	color: var(--ink);
	background:
		linear-gradient(135deg, rgba(255, 251, 239, .96), rgba(238, 221, 189, .93)),
		var(--paper);
	box-shadow:
		inset 0 0 0 6px rgba(255, 249, 231, .62),
		0 22px 70px rgba(40, 25, 12, .22);
	backdrop-filter: blur(8px);
}
.cinematic-copy::before, .cinematic-copy::after {
	content: "";
	position: absolute;
	width: 46px;
	height: 4px;
	background: linear-gradient(90deg, var(--red), var(--gold-light));
}
.cinematic-copy::before { top: -2px; left: 30px; }
.cinematic-copy::after { right: 30px; bottom: -2px; transform: rotate(180deg); }
.cinematic-copy .eyebrow { color: var(--red); }
.cinematic-copy h2 {
	margin-bottom: 18px;
	font-family: Georgia, "STKaiti", "KaiTi", serif;
	font-size: clamp(36px, 4.5vw, 54px);
	line-height: 1.15;
	color: #3b2918;
}
.cinematic-copy > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.85; }
.cinematic-highlights {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}
.cinematic-highlights li {
	display: grid;
	gap: 4px;
	padding: 11px 10px;
	border-top: 2px solid var(--gold);
	background: rgba(255, 250, 238, .66);
}
.cinematic-highlights li:first-child { border-color: var(--red); }
.cinematic-highlights li:last-child { border-color: var(--blue); }
.cinematic-highlights strong { color: #4a321e; font-size: 13px; }
.cinematic-highlights span { color: #826d55; font-size: 11px; }
.video-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}
.video-actions button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid rgba(141, 45, 34, .45);
	color: #fff5df;
	background: linear-gradient(135deg, #a43c2a, #722219);
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease;
}
.video-actions button:nth-child(2) {
	border-color: rgba(36, 79, 136, .45);
	background: linear-gradient(135deg, #366da7, #1c4473);
}
.video-actions button:hover { border-color: var(--gold); filter: brightness(1.08); }
.video-actions button[aria-pressed="true"] { color: #3a2716; border-color: var(--gold); background: var(--gold-light); }
.cinematic-copy noscript a { color: var(--red); }
.feature-section {
	background:
		linear-gradient(rgba(255, 250, 240, .93), rgba(246, 238, 220, .95)),
		url("../images/home/guide-map.jpg") center/cover fixed no-repeat;
}
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.feature-card {
	overflow: hidden;
	border: 1px solid rgba(120, 83, 38, .28);
	background: var(--paper-light);
	box-shadow: var(--shadow);
	transition: transform .25s ease, box-shadow .25s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 26px 65px rgba(77, 49, 20, .22); }
.feature-media { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.feature-media::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 34%;
	background: linear-gradient(transparent, rgba(50, 31, 15, .6));
}
.feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}
.feature-card:hover .feature-media img { transform: scale(1.035); }
.card-number {
	position: absolute;
	right: 18px;
	bottom: 12px;
	z-index: 2;
	color: #fff4d8;
	font-family: Georgia, serif;
	font-size: 35px;
	text-shadow: 0 3px 10px #2d1d10;
}
.feature-copy { padding: 28px 30px 32px; }
.card-kicker { margin-bottom: 8px; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.feature-copy h3 { margin-bottom: 11px; font-size: 26px; }
.feature-copy p:last-child { margin-bottom: 0; color: var(--ink-soft); line-height: 1.75; }

.rank-section {
	background:
		linear-gradient(90deg, rgba(44, 30, 18, .96), rgba(56, 38, 22, .9)),
		url("../images/home/rank-progression.jpg") center/cover no-repeat;
	color: #f8ecd5;
}
.rank-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 55px; }
.rank-intro .eyebrow { color: var(--gold-light); }
.rank-intro h2 { color: #fff2d7; }
.rank-intro > p { color: #d8c8ad; }
.rank-groups {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	padding: 0;
	margin: 28px 0 0;
	list-style: none;
}
.rank-groups li {
	display: grid;
	gap: 4px;
	padding: 13px 15px;
	border: 1px solid rgba(233, 187, 104, .25);
	background: rgba(255, 255, 255, .05);
}
.rank-groups strong { color: var(--gold-light); font-size: 13px; }
.rank-groups span { color: #d5c4a8; font-size: 12px; }
.rank-figure {
	margin: 0;
	padding: 9px;
	border: 1px solid rgba(233, 187, 104, .45);
	background: rgba(255, 248, 230, .08);
	box-shadow: 0 25px 60px rgba(0, 0, 0, .32);
}
.rank-figure img { width: 100%; }
.rank-figure figcaption { padding: 12px 8px 5px; color: #d9c6a5; font-size: 12px; text-align: center; }

.guide-section {
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, .65), transparent 65%),
		var(--paper-deep);
}
.guide-map {
	overflow: hidden;
	margin-bottom: 22px;
	border: 1px solid rgba(120, 83, 38, .3);
	box-shadow: var(--shadow);
}
.guide-map img { width: 100%; }
.steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.steps li {
	position: relative;
	min-height: 190px;
	padding: 25px 22px;
	border: 1px solid var(--line);
	background: rgba(255, 250, 240, .78);
}
.steps > li > span {
	display: inline-grid;
	width: 38px;
	height: 38px;
	place-items: center;
	margin-bottom: 20px;
	border: 1px solid var(--gold);
	color: var(--red);
	font-family: Georgia, serif;
	background: #fff8e8;
}
.steps h3 { margin-bottom: 9px; font-size: 19px; }
.steps p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }

.download-section {
	background:
		linear-gradient(90deg, rgba(255, 248, 230, .95), rgba(255, 248, 230, .72)),
		url("../images/home/hero-factions.jpg") center/cover no-repeat;
}
.download-panel {
	display: grid;
	grid-template-columns: 1.3fr .7fr;
	align-items: center;
	gap: 60px;
	padding: 55px 60px;
	border: 1px solid rgba(141, 45, 34, .3);
	background: rgba(255, 250, 240, .88);
	box-shadow: var(--shadow);
	backdrop-filter: blur(8px);
}
.download-actions { display: grid; gap: 16px; justify-items: center; }
.text-link { color: var(--red); text-underline-offset: 5px; }

.site-footer {
	padding: 55px 0 85px;
	border-top: 1px solid rgba(233, 187, 104, .2);
	color: #b6a387;
	background: #2c2016;
}
.footer-layout { display: grid; grid-template-columns: .8fr 1.5fr .7fr; align-items: center; gap: 35px; }
.footer-brand .brand strong { color: #f5e6cb; }
.footer-brand .brand small { color: #ad9b7f; }
.footer-layout p { margin: 0; font-size: 12px; line-height: 2; }
.copyright { text-align: right; }
.mobile-action { display: none; }
.inner-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background:
		linear-gradient(rgba(255, 250, 240, .82), rgba(246, 238, 220, .94)),
		url("../images/home/hero-factions.jpg") center/cover fixed no-repeat;
}
.simple-header {
	height: var(--header-height);
	border-bottom: 1px solid var(--line);
	background: rgba(255, 250, 240, .94);
	backdrop-filter: blur(12px);
}
.header-back { color: var(--red); text-underline-offset: 5px; }
.inner-main {
	width: 100%;
	flex: 1;
	display: grid;
	place-items: center;
	padding: 70px 20px;
}
.inner-card {
	width: min(780px, 100%);
	padding: clamp(30px, 6vw, 62px);
	border: 1px solid rgba(141, 45, 34, .28);
	background: rgba(255, 250, 240, .95);
	box-shadow: var(--shadow);
	text-align: center;
}
.inner-card h1 {
	margin-bottom: 20px;
	font-family: Georgia, "STKaiti", "KaiTi", serif;
	font-size: clamp(37px, 6vw, 60px);
	line-height: 1.12;
}
.inner-lead {
	max-width: 650px;
	margin: 0 auto 30px;
	color: var(--ink-soft);
	line-height: 1.9;
}
.safety-list, .warning-panel {
	margin: 35px 0 25px;
	padding: 25px 30px;
	border: 1px solid var(--line);
	background: rgba(184, 122, 39, .05);
	text-align: left;
}
.safety-list h2, .warning-panel h2 { margin-bottom: 15px; color: var(--red); font-size: 18px; }
.safety-list ul, .warning-panel ul { padding-left: 20px; margin: 0; }
.safety-list li, .warning-panel li { margin: 10px 0; color: var(--ink-soft); line-height: 1.7; }
.safety-list strong { color: var(--ink); overflow-wrap: anywhere; }
.maintenance-badge {
	display: inline-block;
	margin-bottom: 24px;
	padding: 6px 12px;
	border: 1px solid rgba(141, 45, 34, .35);
	color: var(--red);
	background: rgba(141, 45, 34, .08);
	font-size: 13px;
	letter-spacing: .15em;
}
.warning-panel { border-color: rgba(141, 45, 34, .24); background: rgba(141, 45, 34, .05); }
.back-line { margin: 28px 0 0; }
.back-line a { color: var(--red); text-underline-offset: 5px; }
.simple-footer {
	padding: 22px 20px;
	border-top: 1px solid var(--line);
	color: #c3b397;
	background: #2c2016;
	font-size: 12px;
	text-align: center;
}

@keyframes musicPulse {
	0%, 100% { color: var(--ink-soft); transform: scale(1); }
	50% { color: var(--red); transform: scale(1.15); }
}

@media (max-width: 1040px) {
	:root { --header-height: 68px; }
	.menu-toggle { display: block; }
	.site-nav {
		position: fixed;
		inset: var(--header-height) 0 auto;
		display: grid;
		gap: 0;
		padding: 14px 20px 25px;
		border-bottom: 1px solid var(--line);
		background: rgba(255, 250, 240, .98);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px);
		transition: opacity .2s ease, transform .2s ease;
	}
	.site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
	.site-nav > a, .music-toggle { padding: 13px 0; border-bottom: 1px solid var(--line); }
	.site-nav .nav-action { padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); }
	.menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
	.menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
	.menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
	.rank-layout { grid-template-columns: 1fr; }
	.download-panel { grid-template-columns: 1fr; text-align: center; }
	.footer-layout { grid-template-columns: 1fr; text-align: center; }
	.footer-brand { justify-content: center; }
	.copyright { text-align: center; }
}

@media (max-width: 700px) {
	.section-shell, .nav-shell { width: min(100% - 28px, var(--shell)); }
	body.home-page { padding-bottom: 58px; }
	.brand strong { font-size: 17px; }
	.brand small { font-size: 9px; }
	.brand-mark { width: 42px; height: 42px; }
	.hero { min-height: 690px; height: 100svh; }
	.hero-art { object-position: center; }
	.hero-shade {
		background:
			linear-gradient(180deg, rgba(255, 248, 230, .2), rgba(255, 248, 230, .4) 55%, rgba(64, 39, 18, .45)),
			radial-gradient(ellipse at center, rgba(255, 252, 238, .82), rgba(255, 252, 238, .12) 67%);
	}
	.faction-versus { gap: 4px; font-size: 15px; }
	.faction-versus > span {
		min-width: 0;
		padding: 5px 6px;
		letter-spacing: .02em;
		white-space: nowrap;
	}
	.faction-emblem {
		--faction-emblem-size: 88px;
		filter: drop-shadow(0 5px 8px rgba(83, 48, 17, .24));
	}
	.hero h1 { font-size: clamp(55px, 17vw, 76px); }
	.hero-lead { padding: 10px; font-size: 14px; line-height: 1.72; }
	.hero-actions .button { flex: 1 1 140px; }
	.hero-warning { line-height: 1.6; }
	.quick-grid { width: 100%; grid-template-columns: 1fr 1fr; }
	.quick-grid > div { min-height: 88px; padding: 17px 13px; }
	.section { padding: 76px 0; }
	.cinematic-stage, .cinematic-overlay { min-height: 650px; }
	.cinematic-stage video { object-position: center; }
	.cinematic-copy { max-width: 100%; padding: 26px 22px; }
	.cinematic-highlights { grid-template-columns: 1fr; }
	.section-heading { margin-bottom: 34px; }
	.feature-grid { grid-template-columns: 1fr; }
	.feature-copy { padding: 23px; }
	.rank-groups { grid-template-columns: 1fr 1fr; }
	.steps { grid-template-columns: 1fr; }
	.steps li { min-height: auto; display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 20px; }
	.steps > li > span { margin: 0; }
	.download-panel { width: 100%; padding: 43px 22px; border-inline: 0; }
	.mobile-action {
		position: fixed;
		inset: auto 0 0;
		z-index: 150;
		height: 58px;
		display: grid;
		grid-template-columns: 1.3fr .7fr;
		border-top: 1px solid rgba(255, 255, 255, .15);
		background: #352317;
	}
	.mobile-action a { display: grid; place-items: center; text-decoration: none; }
	.mobile-action a:first-child { color: #fff6df; background: linear-gradient(135deg, #b84a32, #762319); font-weight: 700; }
	.mobile-action a:last-child { color: #f1d49f; }
	.inner-main { padding: 36px 14px; }
	.inner-card { padding: 34px 20px; }
	.safety-list, .warning-panel { padding: 20px; }
	.simple-header .brand small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
