:root {
    --bg: #080a0b;
    --bg-soft: #0d1011;
    --panel: #121416;
    --panel-2: #171818;
    --line: rgba(166, 125, 68, .42);
    --line-soft: rgba(205, 177, 126, .15);
    --gold: #c89b5c;
    --gold-bright: #e5bd78;
    --gold-dark: #79532d;
    --ember: #b85b2f;
    --bone: #e1d8c8;
    --muted: #9d9589;
    --black: #030404;
    --font-display: "STKaiti", "KaiTi", "FZKai-Z03", "Songti SC", serif;
    --font-body: "Songti SC", "Noto Serif CJK SC", "Microsoft YaHei", serif;
    --content: min(1180px, calc(100vw - 48px));
    --header-height: 74px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body {
    margin: 0;
    min-width: 320px;
    background: var(--bg);
    color: var(--bone);
    font-family: var(--font-body);
    line-height: 1.7;
    overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: var(--content); margin-inline: auto; position: relative; z-index: 2; }

.page-loader {
    position: fixed; inset: 0; z-index: 9999; display: grid; place-content: center; gap: 22px;
    background: #050606; color: var(--gold-bright); text-align: center;
    transition: opacity .7s ease, visibility .7s ease;
}
.page-loader.hidden { opacity: 0; visibility: hidden; }
.page-loader p { margin: 0; font-family: var(--font-display); letter-spacing: .55em; font-size: 15px; }
.loader-mark { width: 54px; height: 54px; margin: auto; border: 1px solid var(--line); transform: rotate(45deg); display: grid; place-items: center; animation: loaderSpin 1.6s linear infinite; }
.loader-mark span { width: 18px; height: 18px; background: radial-gradient(circle, var(--gold-bright), transparent 68%); }
@keyframes loaderSpin { to { transform: rotate(405deg); } }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-height);
    background: linear-gradient(180deg, rgba(4,5,5,.97), rgba(7,8,8,.89));
    border-bottom: 1px solid rgba(187,145,81,.28); backdrop-filter: blur(14px);
    transition: background .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { background: rgba(5,6,6,.97); box-shadow: 0 10px 40px rgba(0,0,0,.48); }
.header-frame { width: var(--content); height: 100%; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 165px; }
.brand img { width: 156px; filter: drop-shadow(0 2px 8px #000); }
.desktop-nav { height: 100%; display: flex; align-items: stretch; justify-content: center; flex: 1; }
.desktop-nav a { position: relative; display: grid; place-items: center; padding: 0 18px; color: #c9c0b1; font-family: var(--font-display); letter-spacing: .08em; font-size: 15px; transition: color .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold-bright), transparent); transform: translateX(-50%); transition: width .3s ease; box-shadow: 0 0 12px var(--gold); }
.desktop-nav a:hover, .desktop-nav a.active { color: #f0dfbf; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 78%; }
.header-cta { border: 1px solid var(--line); padding: 9px 17px; color: var(--gold-bright); font-size: 13px; letter-spacing: .08em; transition: .25s ease; }
.header-cta:hover { background: rgba(176,116,51,.16); border-color: var(--gold); }
.header-ornament { position: absolute; left: 0; right: 0; bottom: -7px; height: 13px; pointer-events: none; }
.header-ornament::before, .header-ornament::after { content: ""; position: absolute; top: 6px; width: calc(50% - 22px); border-top: 1px solid rgba(205,162,92,.34); }
.header-ornament::before { left: 0; } .header-ornament::after { right: 0; }
.header-ornament i { position: absolute; left: 50%; top: 1px; width: 11px; height: 11px; border: 1px solid var(--gold-dark); transform: translateX(-50%) rotate(45deg); background: #080909; }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 820px; height: 100svh; max-height: 1040px; position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; padding-top: var(--header-height); }
.hero-bg { position: absolute; inset: -6%; z-index: -5; background: url("assets/hero.jpg") center 48% / cover no-repeat; transform: scale(1.08); will-change: transform; }
.hero-vignette { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,4,4,.94) 0%, rgba(5,6,6,.75) 28%, rgba(6,6,6,.18) 57%, rgba(3,3,3,.48) 100%), linear-gradient(180deg, rgba(0,0,0,.15) 55%, #090b0c 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, var(--bg)); z-index: -1; }
.hero-smoke { position: absolute; width: 70vw; height: 36vw; border-radius: 50%; filter: blur(60px); opacity: .14; z-index: -3; background: #9ca0a2; animation: smokeMove 18s ease-in-out infinite alternate; }
.smoke-a { left: 20%; bottom: -18%; } .smoke-b { right: -20%; top: 5%; animation-delay: -8s; opacity: .09; }
@keyframes smokeMove { to { transform: translate3d(8%, -7%, 0) scale(1.12); } }
.ember-field { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.ember { position: absolute; bottom: -20px; width: 2px; height: 2px; border-radius: 50%; background: #f6a359; box-shadow: 0 0 8px 2px rgba(235,118,46,.7); animation: emberRise var(--duration) linear infinite; opacity: 0; }
@keyframes emberRise { 0% { transform: translate3d(0,0,0); opacity: 0; } 12% { opacity: .8; } 100% { transform: translate3d(var(--drift), -105vh, 0); opacity: 0; } }
.hero-content { padding: 56px 0 85px; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 18px; color: var(--gold-bright); letter-spacing: .26em; font-size: 13px; }
.eyebrow span { width: 44px; border-top: 1px solid var(--gold-dark); }
.hero-logo { width: clamp(300px, 38vw, 510px); margin: 0 0 20px; filter: drop-shadow(0 5px 15px #000); }
.hero h1 { margin: 0; color: #d9c095; font-family: var(--font-display); font-size: clamp(24px, 2.2vw, 36px); letter-spacing: .28em; font-weight: 500; text-shadow: 0 3px 10px #000; }
.hero-lead { margin: 18px 0 30px; color: #bab0a1; letter-spacing: .08em; font-size: 15px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.btn { min-width: 174px; min-height: 56px; padding: 9px 23px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; position: relative; border: 1px solid var(--line); background: rgba(12,13,13,.7); clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px); transition: transform .25s ease, filter .25s ease, border-color .25s ease; }
.btn::before { content: ""; position: absolute; inset: 3px; border: 1px solid rgba(230,194,126,.16); clip-path: inherit; pointer-events: none; }
.btn b { font-family: var(--font-display); letter-spacing: .18em; font-size: 17px; font-weight: 500; }
.btn small { margin-top: 1px; color: #8f877b; font-size: 10px; letter-spacing: .06em; }
.btn:hover { transform: translateY(-3px); filter: brightness(1.15); border-color: var(--gold); }
.btn-primary { color: #f4dfba; background: linear-gradient(180deg, rgba(157,96,39,.95), rgba(90,49,21,.98)); border-color: #d4a35d; box-shadow: inset 0 0 28px rgba(241,169,73,.16), 0 10px 35px rgba(0,0,0,.4); }
.btn-primary small { color: #d0ad7b; }
.btn-ghost { color: #d5c9b7; }
.btn.compact { min-width: 142px; min-height: 45px; font-size: 13px; margin-top: 12px; }
.btn.large { min-width: 228px; min-height: 68px; }
.hero-facts { display: flex; gap: 0; list-style: none; padding: 0; margin: 42px 0 0; width: min(550px, 100%); border-block: 1px solid var(--line-soft); }
.hero-facts li { padding: 13px 26px 13px 0; margin-right: 25px; display: flex; align-items: baseline; gap: 8px; position: relative; }
.hero-facts li:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 25%; bottom: 25%; border-right: 1px solid var(--line-soft); }
.hero-facts strong { color: var(--gold-bright); font-size: 22px; font-weight: 500; }.hero-facts span { color: #847c72; font-size: 11px; }
.scroll-hint { position: absolute; left: 50%; bottom: 32px; z-index: 3; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: #81796e; font-size: 9px; letter-spacing: .25em; }
.scroll-hint span { width: 20px; height: 34px; border: 1px solid rgba(202,166,102,.45); border-radius: 12px; position: relative; }
.scroll-hint span::after { content: ""; position: absolute; left: 50%; top: 7px; width: 2px; height: 6px; background: var(--gold); transform: translateX(-50%); animation: scrollDot 1.6s infinite; }
@keyframes scrollDot { to { transform: translate(-50%, 13px); opacity: 0; } }

.section-shell { position: relative; padding: 100px 0; overflow: hidden; background: var(--bg); border-top: 1px solid rgba(195,153,85,.1); }
.section-shell::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(transparent, #000 20%, #000 80%, transparent); }
.section-texture { position: absolute; inset: 0; background: radial-gradient(circle at 50% 0, rgba(107,78,45,.14), transparent 44%), linear-gradient(90deg, transparent, rgba(255,255,255,.015), transparent); }
.section-heading { text-align: center; margin-bottom: 52px; }
.section-heading > p:first-child, .section-kicker { margin: 0 0 8px; color: #73563a; letter-spacing: .45em; font-size: 10px; }
.section-heading h2 { margin: 0; font-family: var(--font-display); color: var(--gold-bright); font-size: clamp(30px, 4vw, 45px); font-weight: 500; letter-spacing: .18em; }
.section-heading h2 span { position: relative; display: inline-flex; align-items: center; gap: 18px; }
.section-heading h2 span::before, .section-heading h2 span::after { content: ""; width: 120px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-dark)); }
.section-heading h2 span::after { transform: scaleX(-1); }
.heading-seal { width: 27px; height: 27px; margin: 15px auto 0; display: grid; place-items: center; border: 1px solid rgba(145,59,34,.6); color: #9c4e32; font-family: var(--font-display); font-size: 13px; transform: rotate(-6deg); }
.heading-intro { max-width: 640px; margin: 12px auto 0 !important; color: var(--muted) !important; letter-spacing: .06em !important; font-size: 14px !important; }

.feature-section { padding-top: 78px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.feature-card { min-height: 330px; padding: 35px 28px 27px; position: relative; overflow: hidden; text-align: center; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(25,25,24,.92), rgba(11,13,14,.98)); transition: transform .35s ease, border-color .35s ease, background .35s ease; }
.feature-card::before, .visual-panel::before, .equipment-stage::before { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(220,183,119,.09); pointer-events: none; }
.feature-card::after { content: ""; position: absolute; inset: 0; opacity: 0; background: radial-gradient(circle at 50% 35%, rgba(179,105,42,.16), transparent 43%); transition: opacity .35s ease; }
.feature-card:hover { transform: translateY(-8px); border-color: rgba(218,169,96,.75); }.feature-card:hover::after { opacity: 1; }
.feature-symbol { width: 90px; height: 90px; margin: 0 auto 17px; border: 1px solid rgba(197,151,84,.4); border-radius: 50%; display: grid; place-items: center; position: relative; background: radial-gradient(circle, rgba(105,72,38,.45), transparent 60%); }
.feature-symbol::before, .feature-symbol::after { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(197,151,84,.2); transform: rotate(45deg); }.feature-symbol::after { inset: 18px; transform: rotate(0); }
.feature-symbol span { font-family: var(--font-display); color: var(--gold-bright); font-size: 31px; z-index: 1; }.feature-symbol.fire span { color: #e27039; }.feature-symbol.armor span { color: #b6b0a9; }.feature-symbol.battle span { color: #c9a36b; }
.feature-index { position: absolute; top: 18px; right: 19px; margin: 0; color: #66503a; font-family: var(--font-display); }
.feature-card h3 { margin: 0 0 9px; color: #d9c095; font-family: var(--font-display); font-size: 23px; letter-spacing: .13em; font-weight: 500; }
.feature-card > p:not(.feature-index) { margin: 0; color: #8e887f; font-size: 12px; line-height: 1.8; position: relative; z-index: 2; }
.feature-card a { display: inline-block; margin-top: 17px; color: #a47b48; font-size: 11px; letter-spacing: .1em; position: relative; z-index: 2; }.feature-card a i { font-style: normal; margin-left: 5px; transition: margin .25s; }.feature-card a:hover i { margin-left: 10px; }

.skills { background: linear-gradient(90deg, #080a0b, #0d1012 48%, #090a0a); }
.section-glow { position: absolute; width: 700px; height: 700px; border-radius: 50%; filter: blur(120px); opacity: .08; pointer-events: none; }.glow-blue { right: -260px; top: 10%; background: #3f8099; }.glow-ember { left: -250px; top: 0; background: #b4592a; }
.split-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(330px, .75fr); align-items: center; gap: clamp(48px, 7vw, 95px); }
.visual-panel { min-height: 570px; position: relative; padding: 24px; border: 1px solid var(--line); background: #090a0a; box-shadow: 0 28px 70px rgba(0,0,0,.4); }
.panel-corners::before, .panel-corners::after { content: ""; position: absolute; width: 22px; height: 22px; border-color: var(--gold); opacity: .55; }.panel-corners::before { left: -3px; top: -3px; border-left: 2px solid; border-top: 2px solid; }.panel-corners::after { right: -3px; bottom: -3px; border-right: 2px solid; border-bottom: 2px solid; }
.screen-viewport { height: 420px; position: relative; overflow: hidden; border: 1px solid rgba(218,173,97,.25); background: #030404; }
.skill-screen img { width: 100%; height: auto; position: absolute; top: -2%; left: 0; filter: saturate(.85) contrast(1.05); transition: transform 8s ease; }.skill-visual:hover .skill-screen img { transform: translateY(-22%); }
.screen-viewport::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, #070808 100%); pointer-events: none; }
.skill-dock { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 17px; }
.skill-chip { min-width: 0; border: 1px solid rgba(185,139,75,.18); padding: 7px; background: #101112; cursor: pointer; transition: .25s; }.skill-chip img { width: 50px; height: 50px; margin: 0 auto 5px; object-fit: cover; }.skill-chip span { display: block; overflow: hidden; color: #7e786f; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }.skill-chip:hover, .skill-chip.active { border-color: var(--gold); background: rgba(117,72,33,.22); transform: translateY(-3px); }.skill-chip.active span { color: var(--gold-bright); }
.section-copy .section-kicker { margin-bottom: 2px; }.section-copy h2 { margin: 0 0 6px; color: var(--gold-bright); font-family: var(--font-display); font-size: 44px; letter-spacing: .17em; font-weight: 500; }.section-copy h3 { margin: 0 0 20px; color: #d2c1a7; font-family: var(--font-display); font-size: 23px; font-weight: 400; letter-spacing: .1em; }.section-copy > p { color: #8c867d; font-size: 13px; }
.gold-list { list-style: none; padding: 0; margin: 28px 0; }.gold-list li { display: grid; grid-template-columns: 40px 1fr; gap: 15px; align-items: center; padding: 14px 0; border-top: 1px solid var(--line-soft); }.gold-list li:last-child { border-bottom: 1px solid var(--line-soft); }.gold-list li > span { color: var(--gold-dark); font-family: Georgia, serif; font-size: 13px; }.gold-list b, .gold-list small { display: block; }.gold-list b { color: #d0b98f; font-family: var(--font-display); font-size: 16px; font-weight: 400; letter-spacing: .08em; }.gold-list small { color: #6f6b66; font-size: 11px; }
.active-skill-copy strong { color: var(--gold-bright); font-weight: 500; }.text-link { display: inline-flex; align-items: center; gap: 9px; color: #b78b52; font-size: 12px; letter-spacing: .08em; border-bottom: 1px solid rgba(183,139,82,.3); padding-bottom: 4px; }

.equipment { background: radial-gradient(circle at 50% 55%, rgba(81,52,27,.12), transparent 42%), #090b0c; }
.left-heading { text-align: left; margin-bottom: 38px; }.left-heading h2 span::before { display: none; }.left-heading h2 span::after { width: 280px; }.left-heading .heading-intro { margin-left: 0 !important; }
.equipment-stage { display: grid; grid-template-columns: .72fr 1fr .86fr; gap: 16px; padding: 22px; position: relative; border: 1px solid var(--line); background: rgba(13,14,14,.92); }
.equipment-copy { padding: 34px 24px 25px; }.chapter-mark { color: #9b7042 !important; letter-spacing: .18em; font-size: 11px !important; }.equipment-copy h3 { margin: 8px 0 25px; color: #dac195; font-family: var(--font-display); font-size: 27px; letter-spacing: .12em; font-weight: 400; }
.diamond-list { list-style: none; padding: 0; margin: 0; }.diamond-list li { position: relative; padding: 9px 0 9px 19px; color: #938a7e; font-size: 12px; border-bottom: 1px solid rgba(220,183,119,.08); }.diamond-list li::before { content: "◇"; position: absolute; left: 0; color: var(--gold-dark); }.rarity-key { display: flex; gap: 8px; margin-top: 27px; }.rarity-key span { padding: 5px 10px; border: 1px solid; font-size: 10px; }.rarity-key .legendary { color: #d69b4b; border-color: #895923; }.rarity-key .epic { color: #a276c1; border-color: #624174; }.rarity-key .rare { color: #52a27d; border-color: #346950; }
.item-detail { padding: 22px; position: relative; overflow: hidden; border: 1px solid rgba(205,151,73,.42); background: linear-gradient(155deg, rgba(62,46,29,.8), rgba(18,22,20,.98) 50%, rgba(13,26,22,.96)); }.item-detail::before { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(230,194,126,.12); }.item-aura { position: absolute; left: 50%; top: 26%; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(219,142,48,.22), transparent 67%); transform: translate(-50%, -50%); }.item-title-row { display: flex; justify-content: space-between; color: #bd8a47; font-size: 11px; position: relative; }.item-title-row b { color: #697d6d; font-weight: 400; }.item-main { display: grid; grid-template-columns: 105px 1fr; gap: 18px; align-items: center; margin: 28px 0 23px; position: relative; }.item-icon-wrap { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #8b602b; background: radial-gradient(circle, rgba(206,128,42,.28), #100e0b 70%); box-shadow: inset 0 0 22px #000; }.item-icon-wrap img { width: 84%; height: 84%; object-fit: contain; filter: drop-shadow(0 6px 10px #000); transition: opacity .2s, transform .2s; }.item-main h3 { margin: 0 0 7px; color: #54c979; font-family: var(--font-display); font-size: 23px; font-weight: 400; }.item-main p { margin: 0; color: #746e64; font-size: 10px; }.item-main strong { color: #e3d5bd; font-size: 27px; font-weight: 400; }.item-stats { margin: 0; position: relative; }.item-stats div { display: flex; justify-content: space-between; padding: 7px 0; border-top: 1px solid rgba(255,255,255,.06); font-size: 11px; }.item-stats dt { color: #756f65; }.item-stats dd { margin: 0; color: #b7aa98; }.set-bonus { margin: 18px 0 0; padding: 13px; color: #747d6e; font-size: 10px; border: 1px solid rgba(72,116,84,.3); background: rgba(33,70,47,.12); }.set-bonus b { color: #4fc06b; font-weight: 400; }
.inventory { padding: 22px; border: 1px solid rgba(255,255,255,.08); background: #090a0a; }.inventory-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 14px; }.inventory-tabs span { padding: 6px; text-align: center; color: #625f5a; font-size: 10px; border-bottom: 1px solid rgba(255,255,255,.06); }.inventory-tabs span.active { color: #d9a65a; border-color: #9a682b; }.item-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }.item-slot { aspect-ratio: 1; padding: 8px; cursor: pointer; position: relative; border: 1px solid; background: #100f0d; transition: .25s; }.item-slot::after { content: ""; position: absolute; inset: 3px; border: 1px solid rgba(255,255,255,.08); }.item-slot img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 8px #000); }.item-slot.legendary { border-color: #996421; background: radial-gradient(circle, rgba(142,83,23,.28), #0c0b0a 68%); }.item-slot.epic { border-color: #68417f; background: radial-gradient(circle, rgba(105,50,130,.25), #0c0a0f 68%); }.item-slot.rare { border-color: #316d4c; background: radial-gradient(circle, rgba(36,106,68,.25), #0a0e0c 68%); }.item-slot:hover, .item-slot.selected { transform: translateY(-3px); box-shadow: 0 0 16px rgba(207,153,76,.25); filter: brightness(1.15); }.inventory > p { margin: 13px 0 0; text-align: center; color: #5e5a53; font-size: 9px; letter-spacing: .12em; }

.battle-section { background: #0a0c0d; }.battle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.battle-card { border: 1px solid var(--line); padding: 7px; background: #111313; transition: transform .35s, border-color .35s; }.battle-card:hover { transform: translateY(-7px); border-color: var(--gold); }.battle-media { height: 250px; position: relative; overflow: hidden; background: #050606; }.battle-media img { width: 100%; height: 310%; object-fit: cover; filter: saturate(.82) contrast(1.07); transition: transform .7s ease, filter .7s ease; }.crop-top img { object-position: center 8%; transform: translateY(0); }.crop-center img { object-position: center 45%; transform: translateY(-31%); }.crop-bottom img { object-position: center 86%; transform: translateY(-65%); }.battle-card:hover .battle-media img { filter: saturate(1.05) contrast(1.1); scale: 1.035; }.play-mark { position: absolute; left: 50%; top: 50%; width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(235,208,159,.6); background: rgba(4,5,5,.67); display: grid; place-items: center; transform: translate(-50%, -50%); color: #d8bd91; font-size: 14px; padding-left: 3px; backdrop-filter: blur(5px); }.battle-card > div:last-child { padding: 17px 16px 14px; }.battle-card small { color: #765838; letter-spacing: .16em; font-size: 9px; }.battle-card h3 { margin: 3px 0 4px; color: #cbb38a; font-family: var(--font-display); letter-spacing: .09em; font-size: 18px; font-weight: 400; }.battle-card p { margin: 0; color: #756f67; font-size: 11px; }

.world-section { background: #080a0b; }.world-panel { min-height: 475px; position: relative; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 25px 70px rgba(0,0,0,.4); }.world-panel::after { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(229,190,122,.12); pointer-events: none; }.world-panel > img { position: absolute; inset: -8%; width: 116%; height: 116%; max-width: none; object-fit: cover; object-position: center 56%; filter: saturate(.68) contrast(1.08); will-change: transform; }.world-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,5,5,.95) 0%, rgba(6,7,7,.78) 38%, rgba(6,7,7,.08) 72%), linear-gradient(0deg, rgba(4,5,5,.62), transparent 45%); }.world-copy { position: relative; z-index: 2; width: min(470px, 60%); padding: 70px 60px; }.world-copy h3 { margin: 7px 0 18px; color: #dac59f; font-family: var(--font-display); font-size: 25px; line-height: 1.45; font-weight: 400; letter-spacing: .09em; }.world-copy > p:not(.chapter-mark) { color: #948d82; font-size: 12px; }.world-coordinates { position: absolute; z-index: 2; right: 25px; bottom: 18px; color: rgba(218,197,159,.4); font-family: Georgia, serif; font-size: 9px; letter-spacing: .2em; }

.news-section { padding-top: 85px; }.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.news-card { display: grid; grid-template-columns: 41% 1fr; min-height: 180px; border: 1px solid var(--line); background: #101212; transition: transform .3s, border-color .3s; }.news-card:hover { transform: translateY(-5px); border-color: var(--gold); }.news-image { position: relative; overflow: hidden; }.news-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(.7); transition: transform .6s, filter .6s; }.news-card:hover .news-image img { transform: scale(1.06); filter: saturate(1) brightness(.8); }.news-image span { position: absolute; left: 8px; top: 8px; padding: 2px 7px; background: #735126; color: #e3c493; font-size: 9px; }.news-card > div:last-child { padding: 18px 16px; }.news-card time { color: #695f54; font-family: Georgia, serif; font-size: 9px; }.news-card h3 { margin: 4px 0 5px; color: #cfb68f; font-family: var(--font-display); font-size: 16px; font-weight: 400; line-height: 1.4; }.news-card p { margin: 0 0 8px; color: #716c65; font-size: 10px; line-height: 1.55; }.news-card b { color: #997040; font-size: 9px; font-weight: 400; }

.download-banner { min-height: 220px; position: relative; display: flex; align-items: center; overflow: hidden; border-block: 1px solid var(--line); }.download-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,7,7,.93), rgba(28,16,10,.73), rgba(6,7,7,.86)), url("assets/tower-world.jpg") center 68% / cover; filter: saturate(.65); }.download-content { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 40px; }.download-content p { margin: 0; color: #765334; letter-spacing: .42em; font-size: 9px; }.download-content h2 { margin: 2px 0; color: #e1c79d; font-family: var(--font-display); font-size: 34px; font-weight: 400; letter-spacing: .16em; }.download-content span { color: #877f73; font-size: 12px; }

.site-footer { background: #080909; border-top: 1px solid rgba(205,161,91,.18); padding-top: 48px; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; padding-bottom: 42px; }.footer-brand img { width: 190px; opacity: .88; }.footer-brand p { color: #68635c; font-size: 10px; letter-spacing: .1em; }.footer-grid h3 { margin: 4px 0 13px; color: #a5845c; font-family: var(--font-display); font-size: 15px; font-weight: 400; }.footer-grid > div:not(.footer-brand) a { display: block; width: max-content; margin: 6px 0; color: #655f58; font-size: 10px; transition: color .2s; }.footer-grid a:hover { color: var(--gold); }.copyright { display: flex; justify-content: space-between; gap: 30px; padding-block: 17px; border-top: 1px solid rgba(255,255,255,.05); color: #47443f; font-size: 9px; }
.back-top { position: fixed; right: 24px; bottom: 24px; z-index: 80; width: 42px; height: 42px; border: 1px solid var(--line); background: rgba(9,10,10,.85); color: var(--gold); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s; }.back-top.visible { opacity: 1; visibility: visible; transform: none; }.back-top:hover { background: #17120d; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease var(--delay, 0s), transform .8s cubic-bezier(.2,.75,.25,1) var(--delay, 0s); }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
    :root { --content: min(930px, calc(100vw - 36px)); }
    .desktop-nav a { padding: 0 9px; font-size: 13px; }.header-cta { display: none; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }.feature-card { min-height: 300px; }
    .equipment-stage { grid-template-columns: .8fr 1.2fr; }.inventory { grid-column: 1 / -1; }.item-grid { grid-template-columns: repeat(8, 1fr); }.inventory-tabs { max-width: 360px; }
    .battle-media { height: 210px; }.news-card { grid-template-columns: 1fr; }.news-image { height: 120px; }
}

@media (max-width: 800px) {
    :root { --content: min(100% - 30px, 680px); --header-height: 64px; }
    .desktop-nav, .header-cta { display: none; }.brand { flex: 1; }.brand img { width: 135px; }.header-frame { gap: 12px; }
    .menu-toggle { display: grid; gap: 5px; border: 0; background: transparent; padding: 10px 0 10px 12px; cursor: pointer; }.menu-toggle span { width: 24px; border-top: 1px solid #c6a875; transition: .25s; }.nav-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }.nav-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .mobile-nav { display: grid; position: fixed; left: 0; right: 0; top: var(--header-height); max-height: 0; overflow: hidden; background: rgba(6,7,7,.98); transition: max-height .35s ease; }.nav-open .mobile-nav { max-height: calc(100svh - var(--header-height)); padding: 15px 0 25px; border-bottom: 1px solid var(--line); }.mobile-nav a { padding: 13px 24px; border-bottom: 1px solid rgba(255,255,255,.04); color: #a89e90; font-family: var(--font-display); letter-spacing: .12em; }
    .hero { min-height: 760px; height: 100svh; }.hero-bg { background-position: 56% center; }.hero-vignette { background: linear-gradient(90deg, rgba(3,4,4,.9), rgba(5,5,5,.32)), linear-gradient(180deg, rgba(0,0,0,.3), #080a0b 100%); }.hero-content { padding-top: 30px; }.hero-logo { width: min(390px, 86vw); }.hero-lead { font-size: 13px; }.hero-facts li { padding-right: 14px; margin-right: 14px; }.hero-facts span { display: none; }
    .section-shell { padding: 75px 0; }.section-heading h2 span::before, .section-heading h2 span::after { width: 55px; }.feature-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.feature-card { min-height: 285px; padding: 27px 17px; }.feature-symbol { width: 72px; height: 72px; }.feature-symbol span { font-size: 26px; }.feature-card h3 { font-size: 20px; }
    .split-layout { grid-template-columns: 1fr; }.section-copy { order: -1; }.visual-panel { min-height: 530px; }.screen-viewport { height: 390px; }
    .equipment-stage { grid-template-columns: 1fr; }.equipment-copy { padding: 24px 14px; }.inventory { grid-column: auto; }.item-grid { grid-template-columns: repeat(4, 1fr); }
    .battle-grid, .news-grid { grid-template-columns: 1fr; }.battle-media { height: 280px; }.news-card { grid-template-columns: 38% 1fr; }.news-image { height: auto; }
    .world-panel { min-height: 590px; }.world-shade { background: linear-gradient(0deg, rgba(4,5,5,.96) 0%, rgba(6,7,7,.78) 55%, rgba(6,7,7,.1) 100%); }.world-copy { width: 100%; padding: 280px 28px 40px; }.world-copy h3 { font-size: 22px; }.world-panel > img { object-position: 60% center; }
    .download-content { align-items: flex-start; flex-direction: column; }.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 28px; }.footer-brand { grid-column: 1 / -1; }.copyright { flex-direction: column; gap: 5px; }
}

@media (max-width: 520px) {
    .hero { min-height: 710px; }.eyebrow { font-size: 10px; letter-spacing: .16em; }.eyebrow span { width: 22px; }.hero h1 { font-size: 22px; letter-spacing: .16em; }.hero-actions .btn { min-width: 145px; flex: 1; padding-inline: 12px; }.hero-facts { margin-top: 30px; }.hero-facts li { flex: 1; padding-right: 8px; margin-right: 8px; }.hero-facts strong { font-size: 19px; }.scroll-hint { display: none; }
    .feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 260px; }.section-heading h2 span::before, .section-heading h2 span::after { width: 28px; }
    .visual-panel { padding: 12px; min-height: 460px; }.screen-viewport { height: 340px; }.skill-chip { padding: 4px; }.skill-chip img { width: 42px; height: 42px; }.skill-chip span { display: none; }
    .section-copy h2 { font-size: 36px; }.equipment-stage { padding: 10px; }.item-main { grid-template-columns: 90px 1fr; }.item-grid { gap: 6px; }.inventory { padding: 14px; }
    .battle-media { height: 220px; }.news-card { grid-template-columns: 1fr; }.news-image { height: 155px; }.download-content h2 { font-size: 27px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.back-top { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    .reveal { opacity: 1; transform: none; }
}
