:root {
	--color-bg: #0d0b09;
	--color-bg-soft: #15110d;
	--color-surface: #1c1712;
	--color-surface-light: #2a2119;
	--color-paper: #d8c3a1;
	--color-paper-light: #eee1cc;
	--color-text: #f4ead9;
	--color-text-dark: #211912;
	--color-muted: #aa9d8b;
	--color-muted-dark: #695b4c;
	--color-brand: #b94128;
	--color-brand-dark: #7c291b;
	--color-accent: #d4a55a;
	--color-accent-soft: #8c7046;
	--color-border: rgba(238, 225, 204, 0.18);
	--color-border-dark: rgba(33, 25, 18, 0.22);
	--font-main: "Noto Sans TC", sans-serif;
	--content-width: 1380px;
	--page-space: clamp(24px, 5vw, 78px);
	--section-space: clamp(88px, 11vw, 168px);
	--header-height: 88px;
	--ease-main: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; overflow-x: hidden; background: var(--color-bg); color: var(--color-text); font-family: var(--font-main); line-height: 1.75; text-rendering: optimizeLegibility; }
body.is-menu-open { overflow: hidden; }

img { display: block; width: 100%; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button { font: inherit; }

ul { margin: 0; padding: 0; list-style: none; }

p { margin: 0; }

figure { margin: 0; }

h1, h2, h3, h4 { margin: 0; font-weight: 800; line-height: 1.18; letter-spacing: -0.045em; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; transform: translateY(-160%); background: var(--color-paper-light); color: var(--color-text-dark); font-weight: 700; transition: transform 0.2s ease; }
.skip-link:focus { transform: translateY(0); }

/* section */
.section-shell { width: min(calc(100% - (var(--page-space) * 2)), var(--content-width)); margin: 0 auto; }
.section-kicker { display: inline-flex; align-items: center; gap: 13px; color: var(--color-accent); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.section-kicker::before { width: 36px; height: 1px; background: currentColor; content: ""; }
.section-kicker-dark { color: var(--color-brand-dark); }

/* action */
.action-link { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 17px; padding: 0 24px; border: 1px solid var(--color-accent); background: var(--color-accent); color: var(--color-text-dark); font-size: 0.88rem; font-weight: 800; letter-spacing: 0.08em; transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s var(--ease-main); clip-path: polygon( 0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px) ); }
.action-link::after { font-size: 1.15rem; content: "↗"; }
.action-link:hover, .action-link:focus-visible { border-color: var(--color-text); background: var(--color-text); transform: translateY(-3px); }
.action-link-outline { border-color: rgba(244, 234, 217, 0.56); background: transparent; color: var(--color-text); }
.action-link-outline:hover, .action-link-outline:focus-visible { border-color: var(--color-text); background: var(--color-text); color: var(--color-text-dark); }

/* text */
.text-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--color-accent); font-size: 0.84rem; font-weight: 800; letter-spacing: 0.1em; }
.text-link::after { content: "→"; transition: transform 0.3s var(--ease-main); }
.text-link:hover::after, .text-link:focus-visible::after { transform: translateX(6px); }

/* reveal */
.reveal-item { opacity: 0; transform: translateY(34px); transition: opacity 0.8s var(--ease-main), transform 0.8s var(--ease-main); }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.reveal-line { position: relative; }
.reveal-line::after { position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: currentColor; content: ""; transition: width 1s var(--ease-main); }
.reveal-line.is-visible::after { width: 100%; }

/* header */
header { position: fixed; top: 0; right: 0; left: 0; z-index: 100; height: var(--header-height); border-bottom: 1px solid transparent; background: linear-gradient(to bottom, rgba(8, 7, 6, 0.76), transparent); transition: height 0.35s var(--ease-main), background 0.35s ease, border-color 0.35s ease; }
header.is-scrolled { height: 70px; border-color: var(--color-border); background: rgba(13, 11, 9, 0.94); backdrop-filter: blur(12px); }
header .header-shell { display: flex; width: min(calc(100% - (var(--page-space) * 2)), var(--content-width)); height: 100%; align-items: center; justify-content: space-between; margin: 0 auto; }
header .brand-mark { display: flex; align-items: center; gap: 15px; }
header .brand-symbol { display: grid; width: 39px; height: 39px; place-items: center; background: url(../images/logo-set-emblem.webp) no-repeat 50% / cover; }
header h1 { color: var(--color-text); font-size: 1.18rem; letter-spacing: 0.16em; white-space: nowrap; }
header h1 span { display: block; margin-top: 3px; color: var(--color-muted); font-size: 0.54rem; font-weight: 600; letter-spacing: 0.23em; }
header .header-nav { display: flex; align-items: center; gap: clamp(25px, 3vw, 48px); }
header .header-nav a { position: relative; padding: 8px 0; color: rgba(244, 234, 217, 0.82); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; transition: color 0.25s ease; }
header .header-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--color-accent); content: ""; transition: transform 0.35s var(--ease-main); }
header .header-nav a:hover, header .header-nav a:focus-visible { color: var(--color-text); }
header .header-nav a:hover::after, header .header-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
header .header-entry { display: inline-flex; min-height: 42px; align-items: center; gap: 13px; padding: 0 18px; border: 1px solid rgba(212, 165, 90, 0.62); color: var(--color-accent); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.1em; transition: background 0.25s ease, color 0.25s ease; }
header .header-entry::after { content: "↗"; }
header .header-entry:hover, header .header-entry:focus-visible { background: var(--color-accent); color: var(--color-text-dark); }
header .menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--color-border); background: rgba(13, 11, 9, 0.5); color: var(--color-text); cursor: pointer; }
header .menu-toggle-lines { position: relative; width: 20px; height: 14px; }
header .menu-toggle-lines::before, header .menu-toggle-lines::after { position: absolute; left: 0; width: 20px; height: 1px; background: currentColor; content: ""; transition: top 0.3s ease, transform 0.3s ease; }
header .menu-toggle-lines::before { top: 2px; }
header .menu-toggle-lines::after { top: 11px; }
header .menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { top: 7px; transform: rotate(45deg); }
header .menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { top: 7px; transform: rotate(-45deg); }

/* hero */
#hero-section { position: relative; display: flex; min-height: 900px; height: 100svh; align-items: flex-end; overflow: hidden; background-color: #1d150e; background-image: linear-gradient( 90deg, rgba(10, 8, 6, 0.95) 0%, rgba(10, 8, 6, 0.67) 38%, rgba(10, 8, 6, 0.13) 73%, rgba(10, 8, 6, 0.42) 100% ), linear-gradient(to top, rgba(10, 8, 6, 0.97) 0%, transparent 56%), url(../images/hero-desert-empire.webp); background-position: center; background-size: cover; }
#hero-section::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(238, 225, 204, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(238, 225, 204, 0.045) 1px, transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(to right, black, transparent 72%); content: ""; pointer-events: none; }
#hero-section::after { position: absolute; top: 0; right: clamp(30px, 5vw, 80px); bottom: 0; width: 1px; background: rgba(238, 225, 204, 0.18); content: ""; }
#hero-section .hero-shell { position: relative; z-index: 2; display: grid; width: min(calc(100% - (var(--page-space) * 2)), var(--content-width)); grid-template-columns: minmax(0, 1fr) 300px; align-items: end; gap: 60px; margin: 0 auto; padding: calc(var(--header-height) + 68px) 0 clamp(60px, 8vh, 108px); }
#hero-section .hero-content { max-width: 900px; }
#hero-section .hero-season { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; color: var(--color-accent); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.24em; }
#hero-section .hero-season::before { width: 58px; height: 1px; background: currentColor; content: ""; }
#hero-section .hero-title { max-width: 850px; font-size: clamp(4rem, 7.7vw, 8.2rem); font-weight: 900; line-height: 0.92; letter-spacing: -0.08em; text-shadow: 0 8px 45px rgba(0, 0, 0, 0.42); }
#hero-section .hero-title span { display: block; width: fit-content; margin-top: 14px; padding: 8px 16px 11px 12px; background: var(--color-brand); color: var(--color-text); font-size: 0.52em; line-height: 1; letter-spacing: 0.03em; transform: translateX(11%); clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%); }
#hero-section .hero-summary { max-width: 670px; margin-top: 34px; color: rgba(244, 234, 217, 0.8); font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.95; }
#hero-section .hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
#hero-section .hero-side { padding: 0 0 7px 40px; border-left: 1px solid rgba(238, 225, 204, 0.2); }
#hero-section .hero-side-label { margin-bottom: 21px; color: var(--color-muted); font-size: 0.69rem; font-weight: 800; letter-spacing: 0.2em; }
#hero-section .hero-side-list { display: grid; gap: 20px; }
#hero-section .hero-side-item { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: baseline; }
#hero-section .hero-side-item strong { color: var(--color-accent); font-size: 0.68rem; letter-spacing: 0.14em; }
#hero-section .hero-side-item span { color: rgba(244, 234, 217, 0.72); font-size: 0.84rem; font-weight: 600; }
#hero-section .hero-scroll { position: absolute; right: clamp(10px, 2.15vw, 38px); bottom: 90px; z-index: 3; color: rgba(244, 234, 217, 0.54); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.24em; writing-mode: vertical-rl; }
#hero-section .hero-scroll::after { display: inline-block; width: 1px; height: 72px; margin-top: 14px; background: linear-gradient(to bottom, var(--color-accent), transparent); content: ""; }

/* war */
#war-brief { position: relative; background: var(--color-paper); color: var(--color-text-dark); }
#war-brief .war-brief-shell { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: clamp(55px, 9vw, 145px); padding-top: var(--section-space); padding-bottom: var(--section-space); }
#war-brief .war-brief-title { max-width: 560px; margin-top: 25px; font-size: clamp(2.6rem, 4.8vw, 5.4rem); }
#war-brief .war-brief-title em { color: var(--color-brand-dark); font-style: normal; }
#war-brief .war-brief-text { max-width: 540px; margin-top: 33px; color: var(--color-muted-dark); font-size: 1rem; line-height: 2; }
#war-brief .war-brief-right { display: flex; flex-direction: column; justify-content: flex-end; }
#war-brief .war-brief-list { border-top: 1px solid var(--color-border-dark); }
#war-brief .war-brief-item { display: grid; grid-template-columns: 94px 1fr auto; align-items: center; gap: 25px; padding: 27px 0; border-bottom: 1px solid var(--color-border-dark); }
#war-brief .war-brief-index { color: var(--color-brand-dark); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.18em; }
#war-brief .war-brief-item strong { font-size: 1.13rem; letter-spacing: -0.02em; }
#war-brief .war-brief-item span:last-child { color: var(--color-muted-dark); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; }
#war-brief .war-brief-note { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 34px; }
#war-brief .war-brief-note p { max-width: 340px; color: var(--color-muted-dark); font-size: 0.82rem; }

/* commander */
#commander-section { overflow: hidden; padding: var(--section-space) 0; background: var(--color-bg); }
#commander-section .commander-header { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.52fr); align-items: end; justify-content: space-between; gap: 80px; }
#commander-section .commander-title { max-width: 750px; margin-top: 23px; font-size: clamp(2.8rem, 5.3vw, 6rem); }
#commander-section .commander-intro { padding: 0 0 10px 30px; border-left: 1px solid var(--color-border); color: var(--color-muted); font-size: 0.94rem; }
#commander-section .commander-grid { display: grid; grid-template-columns: 1.2fr 0.9fr 0.9fr 1.05fr; gap: 12px; margin-top: 68px; }
#commander-section .commander-item { position: relative; min-height: 600px; overflow: hidden; background: var(--color-surface); }
#commander-section .commander-item:nth-child(2), #commander-section .commander-item:nth-child(4) { margin-top: 64px; }
#commander-section .commander-figure { position: absolute; inset: 0; }
#commander-section .commander-image { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.7) contrast(1.08); transition: transform 0.9s var(--ease-main), filter 0.6s ease; }
#commander-section .commander-item:nth-child(1) .commander-image { object-position: 50% center; }
#commander-section .commander-item:nth-child(2) .commander-image { object-position: 54% center; }
#commander-section .commander-item:nth-child(3) .commander-image { object-position: 45% center; }
#commander-section .commander-item:nth-child(4) .commander-image { object-position: 60% center; }
#commander-section .commander-item::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient( to top, rgba(8, 7, 6, 0.96) 0%, rgba(8, 7, 6, 0.16) 60%, rgba(8, 7, 6, 0.34) 100% ); content: ""; pointer-events: none; }
#commander-section .commander-item::after { position: absolute; top: 18px; right: 18px; z-index: 2; width: 40px; height: 40px; border-top: 1px solid var(--color-accent); border-right: 1px solid var(--color-accent); content: ""; opacity: 0.62; }
#commander-section .commander-content { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 32px 28px 31px; }
#commander-section .commander-type { display: block; margin-bottom: 9px; color: var(--color-accent); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.18em; }
#commander-section .commander-content h3 { font-size: clamp(1.5rem, 2.15vw, 2.15rem); letter-spacing: -0.03em; }
#commander-section .commander-content p { max-width: 290px; margin-top: 12px; color: rgba(244, 234, 217, 0.65); font-size: 0.79rem; line-height: 1.75; }
#commander-section .commander-item:hover .commander-image { transform: scale(1.055); filter: saturate(0.92) contrast(1.04); }
#commander-section .commander-footer { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 45px; padding-top: 27px; border-top: 1px solid var(--color-border); }
#commander-section .commander-footer p { color: var(--color-muted); font-size: 0.8rem; }

/* empire */
#empire-section { padding: var(--section-space) 0; overflow: hidden; background: var(--color-paper-light); color: var(--color-text-dark); }
#empire-section .empire-header { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr); align-items: end; gap: 90px; margin-bottom: 75px; }
#empire-section .empire-title { margin-top: 21px; font-size: clamp(2.8rem, 5.5vw, 4rem); }
#empire-section .empire-lead { max-width: 640px; padding-left: 32px; border-left: 3px solid var(--color-brand); color: var(--color-muted-dark); font-size: 1rem; line-height: 2; }
#empire-section .empire-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(370px, 0.75fr); gap: clamp(55px, 7vw, 105px); align-items: center; }
#empire-section .empire-media { position: relative; }
#empire-section .empire-figure { position: relative; overflow: hidden; }
#empire-section .empire-image { aspect-ratio: 1.23 / 1; object-fit: cover; object-position: center; filter: sepia(0.12) saturate(0.82) contrast(1.03); transition: transform 1.1s var(--ease-main); }
#empire-section .empire-figure:hover .empire-image { transform: scale(1.035); }
#empire-section .empire-caption { position: absolute; right: -34px; bottom: -32px; width: min(315px, 48%); padding: 25px 26px; background: var(--color-brand-dark); color: var(--color-text); }
#empire-section .empire-caption strong { display: block; margin-bottom: 8px; color: var(--color-accent); font-size: 0.72rem; letter-spacing: 0.14em; }
#empire-section .empire-caption span { font-size: 0.85rem; line-height: 1.7; }
#empire-section .empire-list { border-top: 1px solid var(--color-border-dark); }
#empire-section .empire-item { display: grid; grid-template-columns: 50px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--color-border-dark); }
#empire-section .empire-index { padding-top: 4px; color: var(--color-brand-dark); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.16em; }
#empire-section .empire-item h3 { font-size: 1.28rem; letter-spacing: -0.025em; }
#empire-section .empire-item p { margin-top: 9px; color: var(--color-muted-dark); font-size: 0.84rem; line-height: 1.8; }
#empire-section .empire-link { margin-top: 36px; color: var(--color-brand-dark); }

/* battlefield */
#battlefield-section { position: relative; min-height: 910px; overflow: hidden; background-color: #1a150f; background-image: linear-gradient( 90deg, rgba(9, 8, 7, 0.93) 0%, rgba(9, 8, 7, 0.55) 48%, rgba(9, 8, 7, 0.1) 76% ), linear-gradient(to top, rgba(9, 8, 7, 0.93) 0%, transparent 55%), url(../images/battlefield-temple.webp); background-position: center; background-size: cover; }
#battlefield-section::before { position: absolute; inset: 0; background: radial-gradient( circle at 77% 43%, transparent 0, transparent 95px, rgba(212, 165, 90, 0.25) 97px, transparent 99px ), radial-gradient( circle at 77% 43%, transparent 0, transparent 175px, rgba(212, 165, 90, 0.14) 177px, transparent 179px ); content: ""; pointer-events: none; }
#battlefield-section .battlefield-shell { position: relative; z-index: 2; display: grid; min-height: 910px; grid-template-columns: minmax(0, 0.78fr) minmax(380px, 0.48fr); align-items: center; justify-content: space-between; gap: 90px; padding-top: var(--section-space); padding-bottom: var(--section-space); }
#battlefield-section .battlefield-content { max-width: 730px; }
#battlefield-section .battlefield-title { margin-top: 25px; font-size: clamp(3.3rem, 6.4vw, 5rem); }
#battlefield-section .battlefield-title span { color: var(--color-accent); }
#battlefield-section .battlefield-text { max-width: 610px; margin-top: 31px; color: rgba(244, 234, 217, 0.74); font-size: 0.98rem; line-height: 2; }
#battlefield-section .battlefield-status { align-self: end; margin-bottom: 24px; border-top: 1px solid rgba(238, 225, 204, 0.3); border-bottom: 1px solid rgba(238, 225, 204, 0.3); background: rgba(13, 11, 9, 0.62); backdrop-filter: blur(8px); }
#battlefield-section .battlefield-status-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 23px; border-bottom: 1px solid rgba(238, 225, 204, 0.18); }
#battlefield-section .battlefield-status-header span { color: var(--color-muted); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.17em; }
#battlefield-section .battlefield-status-header strong { color: var(--color-accent); font-size: 0.72rem; letter-spacing: 0.1em; }
#battlefield-section .battlefield-list { padding: 0 23px; }
#battlefield-section .battlefield-item { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 15px; padding: 19px 0; border-bottom: 1px solid rgba(238, 225, 204, 0.13); }
#battlefield-section .battlefield-item:last-child { border-bottom: 0; }
#battlefield-section .battlefield-dot { width: 8px; height: 8px; border: 1px solid var(--color-accent); transform: rotate(45deg); }
#battlefield-section .battlefield-item strong { font-size: 0.85rem; }
#battlefield-section .battlefield-item span:last-child { color: var(--color-muted); font-size: 0.69rem; font-weight: 700; letter-spacing: 0.08em; }
#battlefield-section .battlefield-actions { margin-top: 35px; }

/* alliance */
#alliance-section { padding: var(--section-space) 0; background: var(--color-bg-soft); }
#alliance-section .alliance-header { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.42fr); align-items: end; gap: 100px; margin-bottom: 73px; }
#alliance-section .alliance-title { max-width: 760px; margin-top: 23px; font-size: clamp(2.8rem, 5.3vw, 6rem); }
#alliance-section .alliance-intro { color: var(--color-muted); font-size: 0.94rem; line-height: 1.9; }
#alliance-section .alliance-layout { display: grid; grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr); gap: clamp(55px, 8vw, 125px); align-items: stretch; }
#alliance-section .alliance-media { position: relative; min-height: 650px; overflow: hidden; }
#alliance-section .alliance-image { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(0.65) contrast(1.08); transition: transform 1.1s var(--ease-main); }
#alliance-section .alliance-media:hover .alliance-image { transform: scale(1.035); }
#alliance-section .alliance-media::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13, 11, 9, 0.82), transparent 55%); content: ""; }
#alliance-section .alliance-quote { position: absolute; right: 30px; bottom: 30px; left: 30px; z-index: 2; padding-top: 22px; border-top: 1px solid rgba(244, 234, 217, 0.46); color: var(--color-text); font-size: 1.03rem; font-weight: 700; line-height: 1.75; }
#alliance-section .alliance-list { display: flex; flex-direction: column; justify-content: center; border-top: 1px solid var(--color-border); }
#alliance-section .alliance-item { display: grid; grid-template-columns: 82px minmax(0, 1fr) 30px; align-items: center; gap: 25px; padding: 29px 0; border-bottom: 1px solid var(--color-border); transition: padding-left 0.35s var(--ease-main), background 0.35s ease; }
#alliance-section .alliance-item:hover { padding-left: 20px; background: linear-gradient( 90deg, rgba(185, 65, 40, 0.14), transparent 60% ); }
#alliance-section .alliance-index { color: var(--color-brand); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.17em; }
#alliance-section .alliance-item h3 { font-size: 1.28rem; }
#alliance-section .alliance-item p { margin-top: 8px; color: var(--color-muted); font-size: 0.82rem; }
#alliance-section .alliance-arrow { color: var(--color-accent); font-size: 1.1rem; transition: transform 0.3s var(--ease-main); }
#alliance-section .alliance-item:hover .alliance-arrow { transform: translateX(7px); }

/* campaign */
#campaign-section { position: relative; overflow: hidden; background: var(--color-brand-dark); }
#campaign-section::before { position: absolute; top: -42%; left: 47%; width: 680px; height: 680px; border: 1px solid rgba(238, 225, 204, 0.12); border-radius: 50%; content: ""; }
#campaign-section::after { position: absolute; top: -21%; left: 53%; width: 410px; height: 410px; border: 1px solid rgba(238, 225, 204, 0.14); border-radius: 50%; content: ""; }
#campaign-section .campaign-shell { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.55fr); align-items: center; gap: 90px; min-height: 560px; padding-top: 90px; padding-bottom: 90px; }
#campaign-section .campaign-label { color: var(--color-accent); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.21em; }
#campaign-section .campaign-title { max-width: 950px; margin-top: 23px; font-size: clamp(3.4rem, 6.7vw, 6rem); }
#campaign-section .campaign-title span { display: block; color: var(--color-accent); }
#campaign-section .campaign-side { padding-left: 35px; border-left: 1px solid rgba(238, 225, 204, 0.35); }
#campaign-section .campaign-side p { color: rgba(244, 234, 217, 0.76); font-size: 0.95rem; line-height: 1.95; }
#campaign-section .campaign-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
#campaign-section .campaign-actions .action-link { border-color: var(--color-text); background: var(--color-text); }
#campaign-section .campaign-actions .action-link:hover, #campaign-section .campaign-actions .action-link:focus-visible { border-color: var(--color-accent); background: var(--color-accent); }

/* footer */
footer { padding: 62px 0 36px; background: #080706; color: var(--color-muted); }
footer .footer-shell { width: min(calc(100% - (var(--page-space) * 2)), var(--content-width)); margin: 0 auto; }
footer .footer-top { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 50px; padding-bottom: 44px; border-bottom: 1px solid var(--color-border); }
footer .footer-brand { color: var(--color-text); font-size: clamp(1.7rem, 3vw, 2.8rem); font-weight: 900; letter-spacing: 0.12em; }
footer .footer-brand span { display: block; margin-top: 7px; color: var(--color-muted); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.22em; }
footer .footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 32px; }
footer .footer-nav a { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; transition: color 0.25s ease; }
footer .footer-nav a:hover, footer .footer-nav a:focus-visible { color: var(--color-accent); }
footer .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 28px; }
footer .footer-bottom p { font-size: 0.68rem; letter-spacing: 0.05em; }
footer .footer-rating { display: flex; align-items: center; gap: 12px; color: var(--color-text); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.08em; }
footer .footer-rating strong { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--color-muted); color: var(--color-accent); }

@media (max-width: 1280px) {
	:root { --page-space: 44px; --section-space: 120px; }
	#hero-section .hero-shell { grid-template-columns: minmax(0, 1fr) 250px; gap: 45px; }
	#hero-section .hero-title { font-size: clamp(4rem, 7.4vw, 6.8rem); }
	#commander-section .commander-grid { grid-template-columns: 1.15fr 0.9fr 0.9fr; }
	#commander-section .commander-item { min-height: 560px; }
	#commander-section .commander-item:nth-child(4) { display: none; }
	#empire-section .empire-layout { grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.75fr); }
	#alliance-section .alliance-layout { grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr); }
}
@media (max-width: 960px) {
	:root { --page-space: 34px; --section-space: 100px; --header-height: 74px; }
	header .header-nav { position: fixed; top: 0; right: 0; bottom: 0; display: flex; width: min(390px, 88vw); min-height: 100vh; flex-direction: column; align-items: flex-start; justify-content: center; gap: 9px; padding: 110px 48px 60px; transform: translateX(105%); background: #100d0a; box-shadow: -20px 0 60px rgba(0, 0, 0, 0.35); transition: transform 0.45s var(--ease-main); }
	header .header-nav.is-open { transform: translateX(0); }
	header .header-nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid var(--color-border); font-size: 1rem; }
	header .header-entry { display: none; }
	header .menu-toggle { position: relative; z-index: 2; display: inline-flex; }
	#hero-section { min-height: 820px; height: auto; background-position: 62% center; }
	#hero-section .hero-shell { grid-template-columns: 1fr; gap: 48px; padding-top: 180px; }
	#hero-section .hero-side { display: grid; grid-template-columns: 150px 1fr; gap: 25px; max-width: 680px; padding: 25px 0 0; border-top: 1px solid var(--color-border); border-left: 0; }
	#hero-section .hero-side-list { grid-template-columns: repeat(3, 1fr); gap: 16px; }
	#hero-section .hero-side-item { grid-template-columns: 1fr; gap: 3px; }
	#hero-section .hero-scroll { display: none; }
	#war-brief .war-brief-shell { grid-template-columns: 1fr; gap: 65px; }
	#war-brief .war-brief-title { max-width: 720px; }
	#war-brief .war-brief-right { max-width: 760px; }
	#commander-section .commander-header { grid-template-columns: 1fr; gap: 35px; }
	#commander-section .commander-intro { max-width: 560px; }
	#commander-section .commander-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	#commander-section .commander-item { min-height: 570px; }
	#commander-section .commander-item:nth-child(2) { margin-top: 50px; }
	#commander-section .commander-item:nth-child(3) { margin-top: -20px; }
	#empire-section .empire-header { grid-template-columns: 1fr; gap: 35px; }
	#empire-section .empire-lead { max-width: 700px; }
	#empire-section .empire-layout { grid-template-columns: 1fr; gap: 92px; }
	#empire-section .empire-media { width: calc(100% - 38px); }
	#empire-section .empire-caption { right: -38px; }
	#battlefield-section .battlefield-shell { grid-template-columns: 1fr; align-content: center; gap: 60px; }
	#battlefield-section .battlefield-status { width: min(540px, 100%); justify-self: end; }
	#alliance-section .alliance-header { grid-template-columns: 1fr; gap: 35px; }
	#alliance-section .alliance-intro { max-width: 600px; }
	#alliance-section .alliance-layout { grid-template-columns: 1fr; }
	#alliance-section .alliance-media { min-height: 560px; }
	#campaign-section .campaign-shell { grid-template-columns: 1fr; gap: 50px; }
	#campaign-section .campaign-side { max-width: 620px; }
}
@media (max-width: 768px) {
	:root { --page-space: 24px; --section-space: 82px; }
	.action-link { min-height: 50px; padding: 0 20px; }
	header h1 { font-size: 1rem; }
	header .brand-symbol { width: 35px; height: 35px; }
	#hero-section { min-height: 760px; background-image: linear-gradient( to right, rgba(10, 8, 6, 0.9), rgba(10, 8, 6, 0.22) ), linear-gradient(to top, rgba(10, 8, 6, 0.98), transparent 62%), url(../images/hero-desert-empire.webp); background-position: 59% center; }
	#hero-section::after { display: none; }
	#hero-section .hero-shell { padding-top: 155px; padding-bottom: 65px; }
	#hero-section .hero-title { max-width: 590px; font-size: clamp(3.35rem, 14.4vw, 6.1rem); }
	#hero-section .hero-title span { margin-top: 11px; transform: translateX(5%); }
	#hero-section .hero-summary { max-width: 540px; font-size: 0.94rem; }
	#hero-section .hero-side { grid-template-columns: 1fr; gap: 16px; }
	#hero-section .hero-side-label { margin: 0; }
	#hero-section .hero-side-list { grid-template-columns: repeat(3, 1fr); }
	#war-brief .war-brief-item { grid-template-columns: 56px 1fr; gap: 15px; }
	#war-brief .war-brief-item span:last-child { grid-column: 2; }
	#war-brief .war-brief-note { align-items: flex-start; flex-direction: column; }
	#commander-section .commander-grid { display: flex; width: calc(100% + var(--page-space)); gap: 13px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	#commander-section .commander-grid::-webkit-scrollbar { display: none; }
	#commander-section .commander-item { display: block; min-width: min(76vw, 430px); min-height: 550px; margin-top: 0 !important; scroll-snap-align: start; }
	#commander-section .commander-item:nth-child(4) { display: block; }
	#commander-section .commander-footer { align-items: flex-start; flex-direction: column; gap: 22px; }
	#empire-section .empire-caption { position: relative; right: auto; bottom: auto; width: 88%; margin: -50px 0 0 auto; }
	#empire-section .empire-media { width: 100%; }
	#empire-section .empire-layout { gap: 65px; }
	#battlefield-section { min-height: 830px; background-position: 60% center; }
	#battlefield-section .battlefield-shell { min-height: 830px; }
	#battlefield-section .battlefield-status { justify-self: stretch; }
	#alliance-section .alliance-media { min-height: 500px; }
	#alliance-section .alliance-item { grid-template-columns: 54px minmax(0, 1fr) 24px; gap: 15px; }
	#campaign-section .campaign-shell { min-height: 620px; }
	footer .footer-top { grid-template-columns: 1fr; }
	footer .footer-nav { justify-content: flex-start; }
}
@media (max-width: 500px) {
	:root { --page-space: 18px; --section-space: 68px; --header-height: 68px; }
	.section-kicker { font-size: 0.66rem; letter-spacing: 0.14em; }
	.section-kicker::before { width: 26px; }
	header .header-shell { width: calc(100% - 30px); }
	header .brand-mark { gap: 10px; }
	header .brand-symbol { width: 32px; height: 32px; }
	header h1 { font-size: 0.88rem; letter-spacing: 0.11em; }
	header h1 span { display: none; }
	header .menu-toggle { width: 42px; height: 42px; }
	header .header-nav { width: 100%; padding-right: 30px; padding-left: 30px; }
	#hero-section { min-height: 730px; background-position: 64% center; }
	#hero-section .hero-shell { padding-top: 128px; padding-bottom: 45px; }
	#hero-section .hero-season { margin-bottom: 22px; font-size: 0.64rem; letter-spacing: 0.16em; }
	#hero-section .hero-season::before { width: 36px; }
	#hero-section .hero-title { font-size: clamp(3rem, 16vw, 4.65rem); }
	#hero-section .hero-title span { padding: 7px 12px 9px 9px; font-size: 0.48em; transform: translateX(0); }
	#hero-section .hero-summary { margin-top: 25px; font-size: 0.87rem; line-height: 1.8; }
	#hero-section .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 29px; }
	#hero-section .hero-actions .action-link { width: 100%; }
	#hero-section .hero-side { display: none; }
	#war-brief .war-brief-title { font-size: 2.55rem; }
	#war-brief .war-brief-item { padding: 22px 0; }
	#war-brief .war-brief-item strong { font-size: 1rem; }
	#commander-section .commander-title { font-size: 2.7rem; }
	#commander-section .commander-intro { padding-left: 20px; font-size: 0.86rem; }
	#commander-section .commander-grid { margin-top: 45px; }
	#commander-section .commander-item { min-width: 84vw; min-height: 500px; }
	#commander-section .commander-content { padding: 25px 22px; }
	#empire-section .empire-title { font-size: 2.65rem; }
	#empire-section .empire-lead { padding-left: 20px; font-size: 0.9rem; }
	#empire-section .empire-image { aspect-ratio: 0.88 / 1; }
	#empire-section .empire-caption { width: 94%; padding: 21px; }
	#empire-section .empire-item { grid-template-columns: 35px 1fr; gap: 15px; padding: 23px 0; }
	#battlefield-section { min-height: 760px; background-position: 66% center; }
	#battlefield-section .battlefield-shell { min-height: 760px; }
	#battlefield-section .battlefield-title { font-size: 3.1rem; }
	#battlefield-section .battlefield-text { font-size: 0.87rem; line-height: 1.8; }
	#battlefield-section .battlefield-status-header { padding: 16px 17px; }
	#battlefield-section .battlefield-list { padding: 0 17px; }
	#battlefield-section .battlefield-item { grid-template-columns: 17px 1fr; gap: 10px; }
	#battlefield-section .battlefield-item span:last-child { grid-column: 2; }
	#alliance-section .alliance-title { font-size: 2.7rem; }
	#alliance-section .alliance-media { min-height: 430px; }
	#alliance-section .alliance-quote { right: 20px; bottom: 20px; left: 20px; font-size: 0.91rem; }
	#alliance-section .alliance-item { grid-template-columns: 32px minmax(0, 1fr); padding: 23px 0; }
	#alliance-section .alliance-arrow { display: none; }
	#alliance-section .alliance-item h3 { font-size: 1.1rem; }
	#campaign-section .campaign-shell { min-height: 570px; padding-top: 72px; padding-bottom: 72px; }
	#campaign-section .campaign-title { font-size: clamp(3rem, 14vw, 4.8rem); }
	#campaign-section .campaign-side { padding-left: 20px; }
	#campaign-section .campaign-actions { display: grid; grid-template-columns: 1fr; }
	#campaign-section .campaign-actions .action-link { width: 100%; }
	footer { padding-top: 48px; }
	footer .footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; }
	footer .footer-bottom { align-items: flex-start; flex-direction: column-reverse; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
	.reveal-item { opacity: 1; transform: none; }
	.reveal-line::after { width: 100%; }
}