:root {
	--ink: #0b0d0c;
	--ink-soft: #151815;
	--ink-muted: #242824;
	--bone: #f0f0e7;
	--paper: #d8d9cf;
	--acid: #d5ff45;
	--acid-dark: #8bac1d;
	--line-dark: rgba(240, 240, 231, 0.18);
	--line-light: rgba(11, 13, 12, 0.22);
	--text-muted: #a8aca2;
	--container: 1440px;
	--gutter: clamp(22px, 4vw, 68px);
	--section-space: clamp(86px, 11vw, 168px);
	--header-height: 72px;
	--transition: 520ms cubic-bezier(0.2, 0.72, 0.22, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--bone); font-family: "Noto Sans TC", sans-serif; font-size: 17px; line-height: 1.8; }
body.is-menu-open { overflow: hidden; }

img { display: block; width: 100%; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button { color: inherit; font: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--acid); outline-offset: 5px; }

::selection { background: var(--acid); color: var(--ink); }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; background: var(--acid); color: var(--ink); font-weight: 800; transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-shell { width: min(100%, var(--container)); margin: 0 auto; padding-inline: var(--gutter); }

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: currentColor; font-size: 14px; font-weight: 700; letter-spacing: 0.16em; }
.eyebrow::before { width: 30px; height: 2px; background: currentColor; content: ""; }

.section-heading { margin: 0; font-size: clamp(30px, 3.4vw, 48px); line-height: 1.28; letter-spacing: -0.035em; }
.section-copy { max-width: 680px; margin: 22px 0 0; color: var(--text-muted); line-height: 1.85; }

.text-link { display: inline-flex; align-items: center; gap: 14px; padding-block: 5px; border-bottom: 1px solid currentColor; font-weight: 700; line-height: 1.4; transition: color 180ms ease, gap 180ms ease; }
.text-link::after { content: "↗"; }
.text-link:hover { color: var(--acid); gap: 20px; }

.reveal-mask { clip-path: inset(0 100% 0 0); transition: clip-path 760ms cubic-bezier(0.22, 0.72, 0.22, 1); }
.reveal-mask.is-visible { clip-path: inset(0 0 0 0); }

.tone-shift { filter: grayscale(1) contrast(1.08); transition: filter 900ms ease, transform 900ms cubic-bezier(0.22, 0.72, 0.22, 1); }
.tone-shift.is-visible { filter: grayscale(0.15) contrast(1.03); }

/* header */
header { position: relative; min-height: 100svh; overflow: hidden; background: var(--ink); }
header .site-nav { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; border-bottom: 1px solid transparent; background: rgba(11, 13, 12, 0.06); transition: background 220ms ease, border-color 220ms ease; }
header .site-nav.is-scrolled { border-color: var(--line-dark); background: rgba(11, 13, 12, 0.94); backdrop-filter: blur(10px); }
header .nav-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: var(--header-height); gap: 34px; }
header .brand-mark { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 900; letter-spacing: 0.08em; white-space: nowrap; }
header .brand-symbol { display: grid; width: 31px; height: 31px; place-items: center; }
header .nav-list { display: flex; justify-content: center; gap: clamp(18px, 2.8vw, 46px); margin: 0; padding: 0; list-style: none; }
header .nav-list a { position: relative; color: #d4d6ce; font-size: 15px; font-weight: 600; }
header .nav-list a::after { position: absolute; bottom: -9px; left: 0; width: 100%; height: 2px; background: var(--acid); content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
header .nav-list a:hover::after, header .nav-list a.is-active::after { transform: scaleX(1); transform-origin: left; }
header .nav-tools { display: flex; align-items: center; gap: 14px; }
header .language-link { color: #d4d6ce; font-size: 14px; font-weight: 700; }
header .access-link { padding: 9px 15px; border: 1px solid var(--acid); background: var(--acid); color: var(--ink); font-size: 14px; font-weight: 800; }
header .menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line-dark); background: transparent; cursor: pointer; }
header .menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--bone); transition: transform 180ms ease, opacity 180ms ease; }
header .menu-toggle.is-active span:first-child { transform: translateY(7px) rotate(45deg); }
header .menu-toggle.is-active span:nth-child(2) { opacity: 0; }
header .menu-toggle.is-active span:last-child { transform: translateY(-7px) rotate(-45deg); }
header .mobile-menu { position: fixed; inset: var(--header-height) 0 0; z-index: 90; display: none; padding: 38px var(--gutter); background: var(--ink); }
header .mobile-menu.is-active { display: block; }
header .mobile-nav-list { margin: 0; padding: 0; list-style: none; }
header .mobile-nav-list li { border-bottom: 1px solid var(--line-dark); }
header .mobile-nav-list a { display: flex; justify-content: space-between; padding: 19px 0; font-size: 22px; font-weight: 700; }
header .mobile-nav-list a::after { color: var(--acid); content: "↗"; }
header .hero { display: grid; grid-template-rows: auto minmax(390px, 55vh) auto; gap: clamp(24px, 3vw, 46px); min-height: 100svh; padding-top: calc(var(--header-height) + clamp(42px, 6vw, 86px)); padding-bottom: 30px; }
header .hero-title-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 30px; }
header .hero-title-wrap { min-width: 0; }
header .hero-kicker { margin: 0 0 8px; color: var(--acid); font-size: 14px; font-weight: 800; letter-spacing: 0.22em; }
header h1 { margin: 0; font-size: clamp(50px, 8.8vw, 128px); font-weight: 900; line-height: 0.95; letter-spacing: -0.065em; }
header .hero-title-latin { color: var(--ink); text-shadow: 2px 0 0 var(--paper), -2px 0 0 var(--paper), 0 2px 0 var(--paper), 0 -2px 0 var(--paper), 2px 2px 0 var(--paper), -2px -2px 0 var(--paper), 2px -2px 0 var(--paper), -2px 2px 0 var(--paper); }
header .hero-intro { max-width: 350px; margin: 0 0 8px; color: #c7cac1; font-size: 16px; line-height: 1.85; }
header .hero-media-row { display: grid; grid-template-columns: minmax(0, 4fr) minmax(240px, 1fr); min-height: 0; }
header .hero-figure { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #1d211d; }
header .hero-figure img { height: 100%; object-fit: cover; object-position: center 55%; }
header .hero-figure::after { position: absolute; inset: 0; background: linear-gradient( 90deg, rgba(11, 13, 12, 0.12), rgba(11, 13, 12, 0.02) 65%, rgba(11, 13, 12, 0.62) ); content: ""; }
header .hero-caption { position: absolute; bottom: 24px; left: 24px; z-index: 2; max-width: 330px; padding: 12px 15px; border-left: 3px solid var(--acid); background: rgba(11, 13, 12, 0.76); color: #e9eae3; font-size: 14px; line-height: 1.65; }
header .hero-pulse { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(24px, 3vw, 46px); background: var(--acid); color: var(--ink); }
header .hero-pulse-label { margin: 0; font-size: 13px; font-weight: 900; letter-spacing: 0.18em; }
header .hero-pulse-ratio { margin: 14px 0; font-size: clamp(56px, 7vw, 104px); font-weight: 900; line-height: 0.88; letter-spacing: -0.08em; }
header .hero-pulse-copy { margin: 0; font-size: 16px; font-weight: 700; line-height: 1.65; }
header .hero-pulse-link { display: flex; justify-content: space-between; align-items: center; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(11, 13, 12, 0.42); font-size: 15px; font-weight: 900; }
header .hero-index-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); list-style: none; }
header .hero-index-list li { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 17px 20px; border-right: 1px solid var(--line-dark); }
header .hero-index-list li:last-child { border-right: 0; }
header .hero-index-code { color: var(--acid); font-size: 13px; font-weight: 900; }
header .hero-index-text { color: #c8cbc2; font-size: 14px; font-weight: 600; }

/* match-rules */
#match-rules { position: relative; overflow: hidden; padding-block: var(--section-space); background: var(--bone); color: var(--ink); }
#match-rules .rules-intro { display: grid; grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.6fr); align-items: start; gap: clamp(46px, 8vw, 140px); }
#match-rules .rules-ratio { position: sticky; top: 110px; padding-top: 10px; }
#match-rules .ratio-mark { display: flex; align-items: flex-start; gap: 10px; margin: 0; font-size: clamp(92px, 15vw, 220px); font-weight: 900; line-height: 0.76; letter-spacing: -0.1em; }
#match-rules .ratio-mark span { color: var(--acid-dark); font-size: 0.44em; line-height: 1; transform: translateY(0.12em); }
#match-rules .ratio-caption { max-width: 270px; margin: 32px 0 0; padding-top: 18px; border-top: 2px solid var(--ink); font-weight: 700; line-height: 1.7; }
#match-rules .rules-content { max-width: 820px; }
#match-rules .rules-content .section-copy { color: #4e534d; }
#match-rules .rule-list { margin: 64px 0 0; padding: 0; list-style: none; }
#match-rules .rule-list li { display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(180px, 0.55fr); align-items: start; gap: 26px; padding: 28px 0; border-top: 1px solid var(--line-light); }
#match-rules .rule-list li:last-child { border-bottom: 1px solid var(--line-light); }
#match-rules .rule-code { color: #6e746c; font-size: 14px; font-weight: 800; letter-spacing: 0.12em; }
#match-rules .rule-list h3 { margin: 0; font-size: clamp(21px, 2.1vw, 29px); line-height: 1.4; }
#match-rules .rule-list p { margin: 2px 0 0; color: #555b54; font-size: 15px; line-height: 1.8; }

/* roster */
#roster { padding-block: var(--section-space); background: var(--ink); }
#roster .roster-header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr); align-items: end; gap: 60px; }
#roster .roster-tabs { display: flex; justify-content: flex-end; gap: 10px; }
#roster .roster-tab { padding: 12px 18px; border: 1px solid var(--line-dark); background: transparent; color: #c4c7be; font-weight: 800; cursor: pointer; transition: background 180ms ease, border-color 180ms ease, color 180ms ease; }
#roster .roster-tab:hover, #roster .roster-tab.is-active { border-color: var(--acid); background: var(--acid); color: var(--ink); }
#roster .roster-stage { margin-top: 60px; border-top: 1px solid var(--line-dark); }
#roster .roster-panel { display: none; grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr); min-height: 640px; }
#roster .roster-panel.is-active { display: grid; }
#roster .roster-image { position: relative; min-height: 640px; overflow: hidden; }
#roster .roster-image img { height: 100%; object-fit: cover; }
#roster .tracker-panel .roster-image img { object-position: center 44%; }
#roster .escape-panel .roster-image img { object-position: center 54%; }
#roster .roster-image::after { position: absolute; inset: 0; background: linear-gradient( 180deg, transparent 45%, rgba(11, 13, 12, 0.92) ); content: ""; }
#roster .roster-image-note { position: absolute; right: 24px; bottom: 24px; z-index: 2; max-width: 280px; padding: 14px 16px; border-top: 2px solid var(--acid); background: rgba(11, 13, 12, 0.75); color: #d9dcd3; font-size: 14px; }
#roster .roster-detail { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(34px, 5vw, 74px); background: var(--ink-soft); }
#roster .roster-role { margin: 0 0 16px; color: var(--acid); font-size: 14px; font-weight: 900; letter-spacing: 0.16em; }
#roster .roster-name { margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.2; letter-spacing: -0.04em; }
#roster .roster-description { max-width: 520px; margin: 28px 0 0; color: #b8bcb2; }
#roster .ability-list { margin: 56px 0 0; padding: 0; list-style: none; }
#roster .ability-list li { display: grid; grid-template-columns: 34px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line-dark); }
#roster .ability-list li:last-child { border-bottom: 1px solid var(--line-dark); }
#roster .ability-key { color: var(--acid); font-size: 13px; font-weight: 900; }
#roster .ability-list strong { display: block; margin-bottom: 4px; font-size: 17px; }
#roster .ability-list span { color: #9fa49a; font-size: 14px; }

/* maps */
#maps { overflow: hidden; padding-block: var(--section-space); background: #1b1f1b; }
#maps .maps-heading-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr); align-items: end; gap: 60px; }
#maps .maps-heading-row .section-copy { margin: 0; }
#maps .map-panorama { position: relative; margin: 62px 0 0; aspect-ratio: 21 / 9; overflow: hidden; }
#maps .map-panorama img { height: 100%; object-fit: cover; object-position: center 58%; }
#maps .map-panorama::after { position: absolute; inset: 0; background: linear-gradient( 90deg, rgba(11, 13, 12, 0.76), transparent 48%, rgba(11, 13, 12, 0.18) ); content: ""; }
#maps .map-panorama-text { position: absolute; top: 50%; left: clamp(24px, 5vw, 76px); z-index: 2; width: min(440px, 70%); transform: translateY(-50%); }
#maps .map-panorama-text p { margin: 0 0 12px; color: var(--acid); font-size: 14px; font-weight: 900; letter-spacing: 0.16em; }
#maps .map-panorama-text h3 { margin: 0; font-size: clamp(28px, 4vw, 56px); line-height: 1.22; }
#maps .map-panorama-text span { display: block; margin-top: 20px; color: #d0d3c9; font-size: 15px; }
#maps .map-index-list { display: grid; grid-template-columns: 1.2fr 1fr 1fr; margin: 0; padding: 0; border-bottom: 1px solid var(--line-dark); list-style: none; }
#maps .map-index-list li { display: grid; min-height: 220px; grid-template-rows: auto 1fr auto; padding: 26px; border-right: 1px solid var(--line-dark); }
#maps .map-index-list li:last-child { border-right: 0; }
#maps .map-index-top { display: flex; justify-content: space-between; color: #aeb2a8; font-size: 13px; font-weight: 800; letter-spacing: 0.1em; }
#maps .map-index-list h3 { align-self: center; margin: 24px 0; font-size: clamp(22px, 2.2vw, 31px); line-height: 1.35; }
#maps .map-index-meta { color: #8f958b; font-size: 14px; }
#maps .map-index-bar { display: block; width: 100%; height: 4px; margin-top: 12px; background: #383e37; }
#maps .map-index-bar span { display: block; height: 100%; background: var(--acid); transform: scaleX(0); transform-origin: left; transition: transform 900ms cubic-bezier(0.22, 0.72, 0.22, 1); }
#maps .map-index-list.is-visible .map-index-bar span { transform: scaleX(var(--bar-scale)); }

/* abilities */
#abilities { padding-block: var(--section-space); background: var(--bone); color: var(--ink); }
#abilities .abilities-layout { display: grid; grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.5fr); gap: clamp(54px, 9vw, 150px); }
#abilities .abilities-sticky { position: sticky; top: 116px; align-self: start; }
#abilities .abilities-sticky .section-copy { color: #545a53; }
#abilities .system-list { margin: 0; padding: 0; border-top: 2px solid var(--ink); list-style: none; }
#abilities .system-list li { display: grid; grid-template-columns: 76px minmax(180px, 0.65fr) minmax(0, 1fr); gap: 26px; padding: 34px 0; border-bottom: 1px solid var(--line-light); }
#abilities .system-code { color: var(--acid-dark); font-size: 14px; font-weight: 900; letter-spacing: 0.12em; }
#abilities .system-list h3 { margin: 0; font-size: clamp(21px, 2vw, 28px); line-height: 1.4; }
#abilities .system-list p { margin: 0; color: #515750; font-size: 15px; line-height: 1.85; }
#abilities .system-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
#abilities .system-tags span { padding: 5px 9px; border: 1px solid var(--line-light); font-size: 13px; font-weight: 700; }

/* season */
#season { position: relative; min-height: 760px; overflow: hidden; background: #141714; }
#season .season-image { position: absolute; inset: 0; }
#season .season-image img { height: 100%; object-fit: cover; object-position: center; }
#season .season-image::after { position: absolute; inset: 0; background: linear-gradient( 90deg, rgba(11, 13, 12, 0.96) 0%, rgba(11, 13, 12, 0.7) 45%, rgba(11, 13, 12, 0.2) 100% ); content: ""; }
#season .season-content { position: relative; z-index: 2; display: grid; min-height: 760px; grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.6fr); align-items: center; gap: 90px; }
#season .season-label { display: inline-flex; margin-bottom: 26px; padding: 8px 11px; background: var(--acid); color: var(--ink); font-size: 13px; font-weight: 900; letter-spacing: 0.12em; }
#season .season-title { max-width: 710px; margin: 0; font-size: clamp(42px, 6vw, 78px); line-height: 1.12; letter-spacing: -0.055em; }
#season .season-copy { max-width: 620px; margin: 28px 0 0; color: #c7cbc1; }
#season .season-actions { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 38px; }
#season .season-poster { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(30px, 4vw, 58px); border-inline: 1px solid rgba(240, 240, 231, 0.2); background: rgba(11, 13, 12, 0.32); }
#season .season-poster-title { margin: 0; color: var(--acid); font-size: 14px; font-weight: 900; letter-spacing: 0.14em; }
#season .season-poster-list { margin: 24px 0 0; padding: 0; list-style: none; }
#season .season-poster-list li { padding: 18px 0; border-top: 1px solid rgba(240, 240, 231, 0.24); }
#season .season-poster-list li:last-child { border-bottom: 1px solid rgba(240, 240, 231, 0.24); }
#season .season-poster-list strong { display: block; margin-bottom: 4px; font-size: 18px; }
#season .season-poster-list span { color: #aeb2a8; font-size: 14px; }

/* player-record */
#player-record { padding-block: var(--section-space); background: var(--acid); color: var(--ink); }
#player-record .record-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr); gap: clamp(54px, 9vw, 140px); }
#player-record .record-heading { max-width: 740px; }
#player-record .record-heading .section-heading { font-size: clamp(36px, 5vw, 68px); }
#player-record .record-heading p { max-width: 660px; margin: 26px 0 0; font-weight: 600; }
#player-record .record-access { align-self: end; padding-top: 26px; border-top: 2px solid var(--ink); }
#player-record .record-access p { margin: 0 0 22px; font-size: 15px; }
#player-record .record-access-link { display: flex; justify-content: space-between; align-items: center; padding: 17px 0; border-top: 1px solid rgba(11, 13, 12, 0.42); border-bottom: 1px solid rgba(11, 13, 12, 0.42); font-size: 18px; font-weight: 900; }
#player-record .record-access-link::after { content: "↗"; }
#player-record .record-metric-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 74px 0 0; padding: 0; border-top: 1px solid rgba(11, 13, 12, 0.35); list-style: none; }
#player-record .record-metric-list li { min-height: 230px; padding: 28px; border-right: 1px solid rgba(11, 13, 12, 0.35); }
#player-record .record-metric-list li:last-child { border-right: 0; }
#player-record .record-metric-list span { font-size: 13px; font-weight: 900; letter-spacing: 0.12em; }
#player-record .record-metric-list h3 { margin: 42px 0 12px; font-size: clamp(22px, 2.5vw, 34px); line-height: 1.35; }
#player-record .record-metric-list p { margin: 0; font-size: 15px; line-height: 1.75; }

/* footer */
footer { background: var(--ink); color: var(--bone); }
footer .footer-brand-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 40px; padding-block: clamp(72px, 9vw, 130px); }
footer .footer-brand { margin: 0; font-size: clamp(30px, 9vw, 50px); font-weight: 900; line-height: 0.92; letter-spacing: -0.07em; }
footer .footer-note { max-width: 340px; margin: 0 0 8px; color: #aeb2a8; }
footer .footer-axis { display: grid; grid-template-columns: auto repeat(6, auto); align-items: center; gap: 26px; padding: 22px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
footer .footer-axis-label { margin-right: auto; color: var(--acid); font-size: 13px; font-weight: 900; letter-spacing: 0.14em; }
footer .footer-axis a { color: #c5c8bf; font-size: 14px; font-weight: 700; }
footer .footer-axis a:hover { color: var(--acid); }
footer .footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 24px 0 34px; color: #83887e; font-size: 13px; }
footer .footer-bottom p { margin: 0; }

@media (max-width: 1280px) {
	:root { --gutter: clamp(24px, 3.5vw, 48px); }
	header .hero { grid-template-rows: auto minmax(390px, 51vh) auto; }
	header h1 { font-size: clamp(48px, 8.2vw, 102px); }
	header .hero-media-row { grid-template-columns: minmax(0, 3fr) minmax(230px, 0.85fr); }
	#roster .roster-panel { min-height: 590px; }
	#roster .roster-image { min-height: 590px; }
	#season .season-content { gap: 56px; }
	footer .footer-axis { grid-template-columns: auto repeat(3, auto); }
}
@media (max-width: 960px) {
	:root { --section-space: clamp(78px, 10vw, 120px); }
	header .nav-list { display: none; }
	header .language-link, header .access-link { display: none; }
	header .menu-toggle { display: block; }
	header .nav-inner { grid-template-columns: auto 1fr auto; }
	header .hero-title-row { grid-template-columns: 1fr; }
	header .hero-intro { max-width: 620px; }
	header .hero-media-row { grid-template-columns: minmax(0, 2.1fr) minmax(220px, 0.9fr); }
	header .hero-index-list { grid-template-columns: repeat(2, 1fr); }
	header .hero-index-list li:nth-child(2) { border-right: 0; }
	header .hero-index-list li:nth-child(-n + 2) { border-bottom: 1px solid var(--line-dark); }
	#match-rules .rules-intro { grid-template-columns: 220px minmax(0, 1fr); gap: 52px; }
	#match-rules .ratio-mark { font-size: clamp(84px, 14vw, 138px); }
	#match-rules .rule-list li { grid-template-columns: 64px minmax(0, 1fr); }
	#match-rules .rule-list p { grid-column: 2; }
	#roster .roster-header { grid-template-columns: 1fr; }
	#roster .roster-tabs { justify-content: flex-start; }
	#roster .roster-panel { grid-template-columns: minmax(0, 1.1fr) minmax(290px, 0.9fr); }
	#maps .maps-heading-row { grid-template-columns: 1fr; }
	#maps .maps-heading-row .section-copy { margin-top: 22px; }
	#maps .map-panorama { aspect-ratio: 16 / 9; }
	#maps .map-index-list { grid-template-columns: 1fr; }
	#maps .map-index-list li { min-height: 180px; border-right: 0; border-top: 1px solid var(--line-dark); }
	#abilities .abilities-layout { grid-template-columns: 1fr; }
	#abilities .abilities-sticky { position: static; }
	#season .season-content { grid-template-columns: minmax(0, 1fr) minmax(270px, 0.55fr); }
	#player-record .record-layout { grid-template-columns: 1fr; }
	#player-record .record-access { max-width: 520px; }
	footer .footer-brand-row { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
	body { font-size: 16px; }
	header { min-height: auto; }
	header .hero { grid-template-rows: auto auto auto; min-height: auto; padding-top: calc(var(--header-height) + 38px); padding-bottom: 22px; }
	header h1 { font-size: clamp(44px, 13vw, 82px); line-height: 0.98; }
	header .hero-title-latin { display: block; }
	header .hero-media-row { grid-template-columns: 1fr; }
	header .hero-figure { min-height: 470px; }
	header .hero-pulse { display: grid; grid-template-columns: 1fr auto; gap: 18px 26px; padding: 24px; }
	header .hero-pulse-ratio { grid-row: span 2; align-self: center; margin: 0; font-size: 64px; }
	header .hero-pulse-copy { max-width: 410px; }
	header .hero-pulse-link { grid-column: 1 / -1; margin-top: 2px; }
	#match-rules .rules-intro { grid-template-columns: 1fr; }
	#match-rules .rules-ratio { position: static; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: end; gap: 36px; }
	#match-rules .ratio-mark { font-size: 102px; }
	#match-rules .ratio-caption { margin: 0 0 8px; }
	#roster .roster-stage { margin-top: 42px; }
	#roster .roster-panel { grid-template-columns: 1fr; min-height: auto; }
	#roster .roster-image { min-height: 520px; }
	#roster .roster-detail { min-height: 560px; }
	#maps .map-panorama { aspect-ratio: 4 / 3; }
	#maps .map-panorama-text { top: auto; bottom: 34px; transform: none; }
	#abilities .system-list li { grid-template-columns: 58px minmax(0, 1fr); }
	#abilities .system-list p, #abilities .system-tags { grid-column: 2; }
	#season { min-height: auto; }
	#season .season-content { min-height: auto; grid-template-columns: 1fr; padding-block: 100px 0; }
	#season .season-poster { min-height: 430px; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); border-top: 1px solid rgba(240, 240, 231, 0.2); border-inline: 0; }
	#season .season-image::after { background: linear-gradient( 180deg, rgba(11, 13, 12, 0.92) 0%, rgba(11, 13, 12, 0.62) 55%, rgba(11, 13, 12, 0.84) 100% ); }
	#player-record .record-metric-list { grid-template-columns: 1fr; }
	#player-record .record-metric-list li { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(11, 13, 12, 0.35); }
	footer .footer-axis { grid-template-columns: repeat(2, 1fr); }
	footer .footer-axis-label { grid-column: 1 / -1; }
	footer .footer-bottom { flex-direction: column; }
}
@media (max-width: 500px) {
	:root { --gutter: 20px; --header-height: 64px; --section-space: 76px; }
	body { line-height: 1.75; }
	.section-heading { font-size: clamp(29px, 9vw, 38px); }
	header .brand-mark { font-size: 16px; }
	header .brand-symbol { width: 28px; height: 28px; }
	header .hero { gap: 22px; padding-top: calc(var(--header-height) + 28px); }
	header .hero-kicker { font-size: 12px; letter-spacing: 0.15em; }
	header h1 { font-size: clamp(42px, 15vw, 64px); letter-spacing: -0.055em; }
	header .hero-intro { font-size: 15px; }
	header .hero-figure { min-height: 390px; }
	header .hero-caption { right: 16px; bottom: 16px; left: 16px; }
	header .hero-pulse { grid-template-columns: 1fr; }
	header .hero-pulse-ratio { grid-row: auto; font-size: 58px; }
	header .hero-index-list { grid-template-columns: 1fr; }
	header .hero-index-list li { border-right: 0; border-bottom: 1px solid var(--line-dark); }
	header .hero-index-list li:last-child { border-bottom: 0; }
	#match-rules .rules-ratio { grid-template-columns: 1fr; gap: 10px; }
	#match-rules .ratio-caption { max-width: none; }
	#match-rules .rule-list li { grid-template-columns: 1fr; gap: 10px; }
	#match-rules .rule-list p { grid-column: auto; }
	#roster .roster-tabs { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
	#roster .roster-tab { padding-inline: 10px; }
	#roster .roster-image { min-height: 410px; }
	#roster .roster-image-note { right: 16px; bottom: 16px; left: 16px; max-width: none; }
	#roster .roster-detail { min-height: auto; padding: 32px 22px; }
	#roster .roster-name { font-size: 36px; }
	#maps .map-panorama { margin-inline: -20px; aspect-ratio: 3 / 4; }
	#maps .map-panorama-text { left: 20px; width: calc(100% - 40px); }
	#maps .map-panorama-text h3 { font-size: 32px; }
	#maps .map-index-list li { padding-inline: 0; }
	#abilities .system-list li { grid-template-columns: 1fr; gap: 10px; }
	#abilities .system-list p, #abilities .system-tags { grid-column: auto; }
	#season .season-title { font-size: 39px; }
	#season .season-actions { flex-direction: column; align-items: flex-start; gap: 15px; }
	#player-record .record-heading .section-heading { font-size: 39px; }
	#player-record .record-metric-list li { padding-inline: 0; }
	footer .footer-brand { font-size: 52px; }
	footer .footer-axis { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: 0.01ms; animation-duration: 0.01ms; animation-iteration-count: 1; }
	.reveal-mask { clip-path: none; }
	.tone-shift { filter: none; }
}