@font-face {
  font-family: "Marcellus";
  src: url("assets/fonts/Marcellus-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --ink: #15182b;
  --ink-soft: #22263b;
  --ink-raised: #2a2f49;
  --paper: #fff7ea;
  --paper-muted: #d9d9df;
  --violet: #7766d7;
  --violet-soft: #aaa0ef;
  --sky: #59b9d0;
  --gold: #f2c36b;
  --mint: #65c796;
  --ember: #ee845a;
  --line: rgba(255, 247, 234, 0.13);
  --line-strong: rgba(255, 247, 234, 0.23);
  --display: "Marcellus", Georgia, serif;
  --body: "Manrope", system-ui, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
  --header-height: 74px;
  --campaign-height: 42px;
  --anchor-gap: 0px;
  --ease-out: cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + var(--anchor-gap)); }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--violet); color: white; }
img, video { display: block; max-width: 100%; }
button, input, a { font: inherit; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.06; text-wrap: balance; }
h2 { font-size: clamp(2.35rem, 5vw, 4.65rem); letter-spacing: -0.035em; }
h3 { font-size: 1.6rem; }
p { max-width: 68ch; color: var(--paper-muted); }
.page-shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(64px, 6vw, 88px) 0; }
#home, #classes, #progression, #quality-of-life, #world, #guides, #invite-challenge { scroll-margin-top: calc(var(--header-height) + var(--anchor-gap)); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: var(--paper); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 16px; color: var(--violet-soft); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow.ember { color: #ffab82; }
.section-heading { margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr); align-items: start; gap: clamp(40px, 7vw, 100px); }
.split-heading > :last-child { max-width: 54ch; padding-top: .35rem; }
.split-heading > p, .split-heading > div > p { margin-bottom: 0; }
.content-heading { max-width: 900px; }
.content-heading > p { max-width: 60ch; margin: 19px 0 0; color: #c7c8d2; line-height: 1.75; }
.text-link { display: inline-flex; gap: 10px; margin-top: 12px; color: var(--paper); font-size: 0.9rem; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--gold); transition: transform 160ms ease; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: var(--header-height); display: grid; grid-template-columns: minmax(0,1fr); align-items: stretch; padding: 0 max(24px, calc((100vw - 1180px) / 2)); background: linear-gradient(90deg,#111528,#171b32 55%,#111628); box-shadow: 0 16px 40px rgba(5,7,15,.36); }
.main-nav { display: flex; min-width: 0; justify-content: center; align-items: stretch; gap: 3px; }
.main-nav a { position: relative; min-width: 0; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 clamp(7px,1vw,14px); border-inline: 1px solid transparent; color: #e7e5e4; font-size: .69rem; font-weight: 700; text-decoration: none; transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms var(--ease-out); }
.main-nav a img { width: 36px; height: 36px; flex: 0 0 36px; object-fit: contain; filter: drop-shadow(0 5px 8px rgba(3,6,19,.45)); transition: transform 200ms var(--ease-out), filter 200ms ease; }
.main-nav a:hover, .main-nav a.is-active, .main-nav a[aria-current="location"] { z-index: 1; background: linear-gradient(180deg,rgba(119,102,215,.16),rgba(89,185,208,.055)); border-color: rgba(143,119,189,.17); color: white; }
.main-nav a:hover img, .main-nav a.is-active img, .main-nav a[aria-current="location"] img { transform: translateY(-2px) scale(1.11); filter: drop-shadow(0 7px 11px rgba(89,185,208,.32)); }
.main-nav a:active { transform: translateY(1px); }
.nav-label { display: grid; gap: 2px; line-height: 1.05; }
.nav-label small { color: var(--gold); font-size: .47rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.nav-backdrop { display: none; }
.nav-toggle:active { transform: translateY(1px) scale(.98); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.nav-toggle span { display: block; height: 1px; margin: 5px 0; background: var(--paper); }
.nav-toggle span { transition: transform 180ms ease, opacity 180ms ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.campaign-bar { position: fixed; z-index: 46; top: var(--header-height); left: 0; right: 0; width: 100%; min-height: var(--campaign-height); display: flex; align-items: center; justify-content: center; gap: 19px; padding: 9px max(18px,calc((100vw - 1180px) / 2)); background: linear-gradient(90deg,rgba(96,39,41,.98),rgba(119,53,39,.98) 52%,rgba(80,43,64,.98)); border-bottom: 1px solid rgba(242,195,107,.42); color: #f1e7df; box-shadow: 0 10px 28px rgba(4,6,15,.28); backdrop-filter: blur(16px); font-size: .7rem; text-decoration: none; transition: opacity 160ms ease,transform 220ms var(--ease-out),filter 180ms ease,border-color 180ms ease,visibility 0s linear 220ms; }
.js .campaign-bar { visibility: hidden; opacity: 0; transform: translateY(-100%); }
.js .campaign-bar.is-ready:not(.is-hidden) { visibility: visible; opacity: 1; transform: none; transition: filter 180ms ease,border-color 180ms ease; }
.campaign-bar.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-100%); }
.campaign-bar:hover { filter: brightness(1.08); border-color: rgba(242,195,107,.75); }
.campaign-bar strong { color: white; }
.campaign-live { display: inline-flex; align-items: center; gap: 6px; color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.campaign-live i { width: 6px; height: 6px; background: var(--ember); border-radius: 50%; box-shadow: 0 0 0 4px rgba(238,132,90,.12); }
.campaign-prize { color: var(--violet-soft); }

.hero { position: relative; min-height: max(760px, 100svh); display: flex; align-items: center; overflow: hidden; }
.hero-art { position: absolute; inset: 0; background-image: url("assets/brand/aoi-hero-desktop.webp"); background-repeat: no-repeat; background-position: left center; background-size: cover; background-color: #a9ddef; transform: none; will-change: transform; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(17,21,43,.98) 0%,rgba(17,21,43,.91) 27%,rgba(17,21,43,.54) 43%,rgba(17,21,43,.13) 61%,rgba(17,21,43,.02) 83%),linear-gradient(0deg,var(--ink) 0%,rgba(21,24,43,.12) 27%,rgba(21,24,43,.1) 100%); }
.hero-content { position: relative; z-index: 2; width: min(1280px,calc(100% - 64px)); padding-top: calc(var(--header-height) + var(--campaign-height) + 30px); }
.hero-content h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(3.7rem,5.25vw,5rem); line-height: .97; letter-spacing: -.045em; }
.hero-content h1 span { color: var(--gold); }
.hero-lead { max-width: 590px; margin-bottom: 30px; color: #f1ede8; font-size: clamp(.98rem,1.35vw,1.1rem); }
.hero-actions { display: grid; grid-template-columns: repeat(2,minmax(0,244px)); gap: 14px; align-items: stretch; margin-bottom: 9px; }
.hero-action { min-width: 0; display: flex; }
.button { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 7px; font-size: 0.84rem; font-weight: 800; text-decoration: none; transition: transform 180ms var(--ease-out), background 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.button::before { position: absolute; z-index: -1; content: ""; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.46) 48%, transparent 72%); transform: translateX(-130%); transition: transform 520ms var(--ease-out); }
.button:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(5,7,15,.2); }
.button:hover::before { transform: translateX(130%); }
.button:active { transform: translateY(0) scale(.985); }
.button i { font-style: normal; transition: transform 180ms ease; }
.button:hover i { transform: translate(2px,-2px); }
.button:focus-visible, .main-nav a:focus-visible, .nav-toggle:focus-visible, .round-link:focus-visible, .text-link:focus-visible { outline: 3px solid var(--sky); outline-offset: 4px; }
.button-primary { background: var(--paper); color: var(--ink); }
.button-primary:hover { background: #ffffff; }
.button-secondary { border-color: var(--line-strong); background: rgba(21, 24, 43, 0.25); color: var(--paper); }
.button-secondary:hover { border-color: var(--gold); background: rgba(242, 195, 107, 0.08); }
.hero-actions .button { width: 100%; min-width: 0; min-height: 54px; padding-inline: 28px; border-radius: 9px; letter-spacing: .01em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08),0 13px 30px rgba(5,7,15,.22); backdrop-filter: blur(10px); }
.hero-actions .button-primary { border-color: rgba(242,195,107,.72); background: linear-gradient(135deg,#fffaf1,#f1dfbd); box-shadow: inset 0 0 0 1px rgba(255,255,255,.7),0 13px 32px rgba(8,9,20,.26),0 0 24px rgba(242,195,107,.09); }
.hero-actions .button-primary:hover { border-color: var(--gold); background: linear-gradient(135deg,#fffdf8,#f7e8ca); box-shadow: inset 0 0 0 1px rgba(255,255,255,.82),0 17px 38px rgba(8,9,20,.3),0 0 30px rgba(242,195,107,.16); }
.hero-actions .button-secondary { border-color: rgba(170,160,239,.42); background: linear-gradient(135deg,rgba(19,24,46,.84),rgba(58,47,91,.62)); box-shadow: inset 0 0 0 1px rgba(89,185,208,.07),0 13px 30px rgba(5,7,15,.22); }
.hero-actions .button-secondary:hover { border-color: rgba(89,185,208,.72); background: linear-gradient(135deg,rgba(25,31,57,.94),rgba(71,57,111,.72)); box-shadow: inset 0 0 0 1px rgba(89,185,208,.13),0 17px 38px rgba(5,7,15,.28),0 0 28px rgba(89,185,208,.1); }
.hero-actions .button-unavailable { cursor: not-allowed; opacity: .72; }
.hero-actions .button-unavailable:hover { border-color: rgba(170,160,239,.42); background: linear-gradient(135deg,rgba(19,24,46,.84),rgba(58,47,91,.62)); box-shadow: inset 0 0 0 1px rgba(89,185,208,.07),0 13px 30px rgba(5,7,15,.22); transform: none; }
.hero-actions .button-unavailable::before { display: none; }
.hero-action-status { max-width: 502px; margin: 0 0 43px; color: #c5c3d1; font-size: .67rem; line-height: 1.5; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 0; margin: 0; }
.hero-facts div { min-width: 180px; padding: 0 28px; border-left: 1px solid var(--line-strong); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { color: #c8c8cf; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-facts dd { margin: 5px 0 0; color: var(--paper); font-family: var(--display); font-size: 1.35rem; }

.intro-passage { position: relative; isolation: isolate; overflow: hidden; padding: clamp(64px,7vw,96px) 0; color: var(--ink); background: radial-gradient(ellipse at 8% 28%,rgba(119,102,215,.16),transparent 34%),radial-gradient(ellipse at 92% 76%,rgba(238,132,90,.17),transparent 32%),#f4ecdf; }
.intro-passage::after { position: absolute; z-index: 1; content: ""; inset: 0; background: linear-gradient(90deg,#f4ecdf 0%,rgba(244,236,223,.97) 42%,rgba(244,236,223,.72) 66%,rgba(244,236,223,.4) 100%); pointer-events: none; }
.intro-passage__art { position: absolute; z-index: 0; top: 0; right: 0; width: min(49vw,720px); height: 100%; margin: 0; opacity: .38; -webkit-mask-image: linear-gradient(90deg,transparent 0%,#000 30%,#000 100%); mask-image: linear-gradient(90deg,transparent 0%,#000 30%,#000 100%); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-size: 100% 100%; }
.intro-passage__art img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 60% center; filter: saturate(.78) contrast(.92); }
.intro-passage__content { position: relative; z-index: 2; }
.intro-passage .eyebrow { margin-bottom: 12px; color: #6655be; }
.intro-passage h2 { max-width: 12ch; margin: 0; color: var(--ink); font-size: clamp(3.4rem,6vw,6.2rem); line-height: .9; letter-spacing: -.05em; }
.intro-passage h2 span { display: block; }
.intro-passage h2 span:last-child { color: #a84f3b; }
.intro-passage__beats { width: min(100%,850px); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(18px,3vw,34px); margin: clamp(28px,3.5vw,42px) 0 0; }
.intro-passage__beats > div { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 10px; align-items: baseline; }
.intro-passage__beats dt { margin: 0; color: #6655be; font-family: var(--display); font-size: clamp(1.25rem,1.7vw,1.7rem); line-height: 1; }
.intro-passage__beats > div:nth-child(2) dt { color: #a84f3b; }
.intro-passage__beats > div:nth-child(3) dt { color: #34788a; }
.intro-passage__beats dd { margin: 0; color: #55535b; font-size: .78rem; line-height: 1.5; }

.invite-teaser { position: relative; overflow: hidden; padding: 42px 0; background: #202944; border-block: 1px solid var(--line); }
.invite-teaser::after { position: absolute; content: ""; inset: 0; background: linear-gradient(90deg,rgba(24,26,49,.96),rgba(31,37,65,.89) 52%,rgba(31,42,65,.64)); pointer-events: none; }
.invite-teaser-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) brightness(.8); }
.invite-teaser-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 110px minmax(320px,1.2fr) minmax(260px,.8fr) 88px; gap: 28px; align-items: center; }
.invite-number { color: var(--gold); font-family: var(--display); font-size: 5.8rem; line-height: .85; }
.invite-teaser h2 { margin: 0; font-size: clamp(1.7rem,3vw,2.8rem); letter-spacing: -.025em; }
.invite-teaser .eyebrow { margin-bottom: 8px; }
.invite-teaser p { margin: 0; font-size: .86rem; }
.round-link { width: 76px; height: 76px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(242,195,107,.45); border-radius: 50%; color: var(--paper); font-size: .65rem; font-weight: 800; text-decoration: none; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; }
.round-link i { color: var(--gold); font-size: 1.05rem; font-style: normal; }
.round-link:hover { transform: rotate(-5deg) scale(1.06); background: rgba(242,195,107,.1); border-color: var(--gold); }

.season { background: radial-gradient(circle at 14% 18%, rgba(238,132,90,.13), transparent 28%), var(--ink); }
.world-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 34px; }
.capture-placeholder { min-height: 460px; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; padding: clamp(28px, 5vw, 52px); background: linear-gradient(145deg, rgba(238,132,90,.13), rgba(119,102,215,.08)), repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 18px); border: 1px solid var(--line); border-radius: 18px; }
.capture-placeholder h3 { max-width: 560px; margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.7rem); }
.capture-placeholder p:last-child { margin-bottom: 0; }
.placeholder-sigil { margin-bottom: auto; color: var(--ember); font-size: 2rem; }
.world-features { display: grid; gap: 10px; }
.world-features article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 25px; background: var(--ink-soft); border: 1px solid var(--line); border-radius: 12px; }
.world-features article > span { color: var(--gold); font-size: .72rem; font-weight: 800; }
.world-features h3 { margin-bottom: 6px; font-family: var(--body); font-size: 1rem; font-weight: 800; }
.world-features p { margin: 0; font-size: .9rem; }

.classes { background: #1a1d32; }
.class-philosophy { position: relative; display: grid; min-height: min(680px,70vw); overflow: hidden; border: 1px solid rgba(143,119,189,.32); border-radius: 18px; background: #101426; color: var(--paper); text-decoration: none; box-shadow: 0 34px 90px rgba(4,7,18,.35); isolation: isolate; }
.class-philosophy::before { position: absolute; z-index: 2; content: ""; inset: 0; background: linear-gradient(90deg,rgba(12,15,31,.98) 0%,rgba(12,15,31,.91) 34%,rgba(12,15,31,.28) 68%,rgba(12,15,31,.05) 100%),linear-gradient(0deg,rgba(12,15,31,.5),transparent 42%); pointer-events: none; transition: background 360ms ease; }
.class-philosophy__copy { position: relative; z-index: 4; width: min(620px,56%); display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,7vw,92px); }
.class-philosophy h2 { margin: 0; font-size: clamp(3rem,5.9vw,5.8rem); }
.class-philosophy__copy > p:not(.eyebrow) { max-width: 53ch; margin: 24px 0 0; color: #d2d1da; font-size: 1rem; line-height: 1.75; }
.class-philosophy__art { position: absolute; z-index: 1; inset: 0; overflow: hidden; }
.class-philosophy__art img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 850ms var(--ease-out),filter 500ms ease; }
.class-philosophy__link { display: inline-flex; width: fit-content; align-items: center; gap: 13px; margin-top: 34px; padding: 13px 17px; border: 1px solid rgba(242,195,107,.48); border-radius: 7px; background: rgba(16,20,38,.64); color: var(--paper); font-size: .78rem; font-weight: 800; transition: border-color 200ms ease,background 200ms ease,transform 200ms var(--ease-out); }
.class-philosophy__link i { color: var(--gold); font-size: 1rem; font-style: normal; transition: transform 200ms var(--ease-out); }
.class-philosophy:hover .class-philosophy__art img { transform: scale(1.025); filter: saturate(1.06) brightness(1.04); }
.class-philosophy:hover .class-philosophy__link { border-color: var(--gold); background: rgba(119,102,215,.2); transform: translateY(-2px); }
.class-philosophy:hover .class-philosophy__link i { transform: translateX(5px); }
.class-philosophy:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }

.progression { background: var(--paper); color: var(--ink); }
.progression-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.progression h2 { color: var(--ink); }
.progression p { color: #565968; }
.progression .text-link { color: var(--ink); }
.check-list { display: grid; gap: 12px; padding: 0; margin: 28px 0; list-style: none; color: #383b4a; font-size: .9rem; }
.check-list li { position: relative; padding-left: 25px; }
.check-list li::before { position: absolute; left: 0; content: "✦"; color: #6c5dbe; }
.gear-lineup-card { padding: 18px; background: #1a1d32; border-radius: 18px; box-shadow: 0 25px 70px rgba(21,24,43,.22); }
.gear-lineup-visual { overflow: hidden; background: #0b0e1b; border: 1px solid var(--line); border-radius: 11px; }
.gear-lineup-visual img { display: block; width: 100%; height: auto; image-rendering: crisp-edges; image-rendering: pixelated; }
.gear-caption { display: flex; justify-content: space-between; gap: 20px; padding: 16px 8px 2px; color: var(--paper); font-size: .76rem; font-weight: 800; }
.gear-caption small { color: #aeb0bb; font-weight: 600; }

.previews { background: var(--ink); }
.preview-grid { display: grid; gap: 30px; }
.media-card { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr); align-items: stretch; background: var(--ink-soft); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.media-card video { width: 100%; height: 100%; min-height: 360px; object-fit: cover; background: #090a12; }
.media-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 52px); }
.media-copy h3 { font-size: clamp(2rem, 3.4vw, 3.4rem); }
.media-copy p:last-child { margin-bottom: 0; }

.media-player-frame { position: relative; width: 100%; height: 100%; min-height: inherit; overflow: hidden; background: #080a13; isolation: isolate; }
.media-player-frame::before { position: absolute; z-index: 1; content: ""; inset: 0; background-image: linear-gradient(0deg,rgba(7,9,19,.82),transparent 54%),var(--media-poster); background-position: center; background-size: cover; transition: transform 500ms var(--ease-out),filter 300ms ease; }
.media-player-frame > video { position: relative; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.media-player-trigger { position: absolute; z-index: 2; inset: 0; display: flex; width: 100%; height: 100%; padding: 24px; border: 0; align-items: center; justify-content: center; background: transparent; color: var(--paper); cursor: pointer; }
.media-player-trigger__icon { width: 76px; height: 76px; display: grid; flex: 0 0 76px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: rgba(12,15,31,.62); box-shadow: 0 16px 42px rgba(0,0,0,.32); backdrop-filter: blur(8px); place-items: center; transition: transform 220ms var(--ease-out),background 220ms ease,border-color 220ms ease; }
.media-player-trigger__icon i { width: 0; height: 0; margin-left: 5px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 14px solid var(--paper); }
.media-player-trigger__copy { position: absolute; left: 24px; right: 24px; bottom: 20px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; text-align: left; }
.media-player-trigger__copy small { color: var(--gold); font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.media-player-trigger__copy strong { font-family: var(--display); font-size: 1.15rem; font-weight: 400; }
.media-player-trigger:hover .media-player-trigger__icon { transform: scale(1.08); border-color: var(--gold); background: rgba(119,102,215,.38); }
.media-player-frame:has(.media-player-trigger:hover)::before { transform: scale(1.025); filter: brightness(1.08) saturate(1.04); }
.media-player-frame.is-playing::before,.media-player-frame.is-playing .media-player-trigger { display: none; }
.media-lightbox { width: min(1120px,calc(100% - 30px)); max-width: none; padding: 0; overflow: visible; border: 1px solid rgba(143,119,189,.42); border-radius: 14px; background: #0c0f1f; color: var(--paper); box-shadow: 0 38px 110px rgba(0,0,0,.65); }
.media-lightbox::backdrop { background: rgba(5,7,18,.78); backdrop-filter: blur(12px); }
.media-lightbox__shell { overflow: hidden; border-radius: inherit; }
.media-lightbox__bar { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 11px 14px 11px 20px; border-bottom: 1px solid var(--line); background: #15182a; }
.media-lightbox__bar div { display: grid; gap: 2px; }
.media-lightbox__bar small { color: var(--gold); font-size: .57rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.media-lightbox__bar strong { font-size: .78rem; }
.media-lightbox__close { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.03); color: var(--paper); font-size: 1.35rem; cursor: pointer; transition: background 180ms ease,border-color 180ms ease,transform 180ms ease; }
.media-lightbox__close:hover { transform: rotate(4deg); border-color: var(--gold); background: rgba(242,195,107,.09); }
.media-lightbox__stage { aspect-ratio: 16 / 9; background: #05060b; }
.media-lightbox__stage video { display: block; width: 100%; height: 100%; object-fit: contain; }

.qol { background: #1a1d32; }
.qol-heading { max-width: 900px; }
.qol-heading .eyebrow { margin-bottom: 10px; }
.qol-heading h2 { max-width: 13ch; margin: 0 0 18px; }
.qol-heading__lead { max-width: 60ch; margin: 0; color: #c7c8d2; font-size: .98rem; }
.qol-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.qol-grid article { min-height: 280px; display: flex; flex-direction: column; padding: 25px; background: var(--ink-soft); border: 1px solid var(--line); border-radius: 12px; }
.qol-grid article > span { color: var(--mint); font-size: .7rem; font-weight: 800; }
.qol-grid h3 { margin: 28px 0 12px; font-family: var(--body); font-size: 1.08rem; font-weight: 800; }
.qol-grid p { font-size: .86rem; }
.qol-grid small { margin-top: auto; color: #8e92a1; font-size: .67rem; font-weight: 700; }
.qol-grid .qol-featured { grid-column: span 2; display: grid; min-height: 280px; padding: 0; grid-template-columns: 1fr; grid-template-rows: auto 1fr; overflow: hidden; background: linear-gradient(180deg,#111528,#20243a); }
.qol-media { min-width: 0; padding: 0; background: #090a12; }
.qol-media > .media-player-frame { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #090a12; }
.qol-media > .media-player-frame::before { background-color: #090a12; background-repeat: no-repeat; background-size: 100% 100%,contain; }
.qol-media > .media-player-frame > video { width: 100%; height: 100%; min-height: 0; object-fit: contain; background: #090a12; }
.qol-media > .media-player-frame:has(.media-player-trigger:hover)::before { transform: none; }
.qol-featured-copy { display: flex; min-width: 0; padding: 28px; flex-direction: column; background: linear-gradient(135deg,rgba(119,102,215,.08),transparent 48%),#20243a; }
.qol-featured-copy > span { color: var(--mint); font-size: .7rem; font-weight: 800; }
.qol-featured-copy h3 { margin-top: 18px; }

.shop-philosophy { background: linear-gradient(135deg, rgba(119,102,215,.16), rgba(89,185,208,.08)), var(--ink-soft); }
.shop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 10vw, 140px); align-items: start; }
.shop-grid h2 { margin-bottom: 0; }
.shop-grid > div:last-child p:first-child { color: var(--paper); font-size: 1.15rem; }

.guides { background: var(--paper); color: var(--ink); }
.guides h2 { color: var(--ink); }
.guides .eyebrow { color: #6655be; }
.guides-heading { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(320px,.72fr); gap: clamp(44px,8vw,116px); align-items: end; }
.guides-heading__title h2 { max-width: 10.5ch; }
.guides-heading__answer { max-width: 470px; padding-bottom: 5px; }
.guides-heading__answer > p { margin: 0 0 22px; color: #555967; font-size: .95rem; line-height: 1.7; }
.guide-hub-link { position: relative; isolation: isolate; overflow: hidden; width: min(100%,420px); min-height: 66px; display: flex; padding: 13px 20px 14px; flex-direction: column; justify-content: center; background: linear-gradient(125deg,#1a1e35,#292b4b 58%,#3b3563); border: 1px solid rgba(80,68,149,.48); border-radius: 9px; color: #fffaf2; box-shadow: 0 14px 30px rgba(27,27,48,.16); text-decoration: none; transition: transform 180ms var(--ease-out),border-color 180ms ease,box-shadow 180ms ease; }
.guide-hub-link::before { position: absolute; z-index: -1; content: ""; inset: 0; background: linear-gradient(110deg,transparent 28%,rgba(255,255,255,.12) 50%,transparent 72%); transform: translateX(-125%); transition: transform 500ms var(--ease-out); }
.guide-hub-link small { color: #b9b1ee; font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-hub-link strong { margin-top: 3px; font-size: .91rem; letter-spacing: .01em; }
.guide-hub-link:hover { transform: translateY(-3px); border-color: rgba(242,195,107,.68); box-shadow: 0 19px 38px rgba(27,27,48,.22); }
.guide-hub-link:hover::before { transform: translateX(125%); }
.guide-hub-link:focus-visible { outline: 3px solid #6655be; outline-offset: 4px; }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.guide-card { min-height: 270px; display: flex; flex-direction: column; padding: 25px; background: #f3eadc; border: 1px solid rgba(21,24,43,.12); border-radius: 12px; }
.guide-card.live { background: var(--ink-soft); color: var(--paper); }
.guide-card > span { width: fit-content; padding: 5px 8px; background: rgba(119,102,215,.1); border-radius: 4px; color: #6251b5; font-size: .63rem; font-weight: 800; text-transform: uppercase; }
.guide-card.live > span { background: rgba(101,199,150,.14); color: #9ce2bf; }
.guide-card h3 { margin: 30px 0 12px; font-family: var(--body); font-size: 1.08rem; font-weight: 800; }
.guide-card p { color: #5a5d69; font-size: .85rem; }
.guide-card.live p { color: #bec0c9; }
.guide-card a { margin-top: auto; color: inherit; font-size: .78rem; font-weight: 800; text-decoration: none; }
.guide-card--art { padding: 0; overflow: hidden; }
.guide-card--art > img { width: 100%; height: 150px; object-fit: cover; background: #111522; transition: transform 500ms var(--ease-out),filter 300ms ease; }
.guide-card--art:nth-child(3) > img { padding: 22px 14px; object-fit: contain; image-rendering: pixelated; }
.guide-card--art > div { display: flex; min-height: 225px; padding: 22px 24px 24px; flex-direction: column; }
.guide-card--art > div > span { width: fit-content; padding: 5px 8px; border-radius: 4px; background: rgba(119,102,215,.1); color: #6251b5; font-size: .63rem; font-weight: 800; text-transform: uppercase; }
.guide-card--art.live > div > span { background: rgba(101,199,150,.14); color: #9ce2bf; }
.guide-card--art:hover > img { transform: scale(1.035); filter: saturate(1.06); }

.community { text-align: center; background: radial-gradient(circle at 50% 120%, rgba(119,102,215,.3), transparent 44%), var(--ink); }
.community-shell { display: flex; flex-direction: column; align-items: center; }
.community h2 { max-width: 800px; }
.community p:not(.eyebrow) { max-width: 650px; }
.community .button { margin-top: 20px; }

.site-footer { padding: 50px 0; background: #111321; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 38px; align-items: start; }
.footer-brand { display: flex; align-items: baseline; gap: 12px; }
.footer-brand strong { font-family: var(--display); font-size: 1.6rem; font-weight: 400; }
.footer-brand span { color: #aeb0bb; font-size: .72rem; font-weight: 700; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.site-footer nav a { color: #c8c9cf; font-size: .75rem; font-weight: 700; text-decoration: none; }
.site-footer p { grid-column: 1 / -1; margin: 0; color: #7f8290; font-size: .7rem; }

/* Second-pass editorial and campaign surfaces. */
.progression { background: radial-gradient(circle at 82% 12%, rgba(242,195,107,.14), transparent 26%), var(--paper); }
.progression-heading { max-width: 1080px; margin-bottom: 44px; }
.progression-heading .eyebrow { margin-bottom: 10px; }
.progression-heading h2 { max-width: none; margin: 0 0 18px; }
.progression-heading__lead { max-width: 72ch; margin: 0; color: #565968; }
.tier-route { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin: 0 0 14px; padding: 0; list-style: none; }
.tier-route li { position: relative; z-index: 1; min-width: 0; }
.progression-tier-button { position: relative; width: 100%; min-height: 250px; display: flex; padding: 24px 20px 18px; text-align: left; flex-direction: column; align-items: flex-start; color: var(--ink); cursor: pointer; background: rgba(255,255,255,.58); border: 1px solid rgba(21,24,43,.1); border-radius: 12px; transition: transform 200ms var(--ease-out), border-color 200ms ease, box-shadow 200ms ease, background 200ms ease; }
.progression-tier-button:hover { transform: translateY(-4px); border-color: rgba(119,102,215,.34); box-shadow: 0 20px 45px rgba(39,36,72,.1); }
.progression-tier-button:focus-visible { outline: 3px solid #7060c1; outline-offset: 3px; }
.progression-tier-button.is-active { background: #fffaf2; border-color: rgba(180,79,53,.54); box-shadow: 0 20px 50px rgba(39,36,72,.14); }
.tier-node { width: 44px; height: 44px; display: grid; margin-bottom: 25px; place-items: center; flex: 0 0 auto; background: var(--ink); border: 1px solid rgba(242,195,107,.45); border-radius: 50%; color: var(--gold); box-shadow: 0 0 0 7px var(--paper); font-family: var(--body); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.progression-tier-button.is-active .tier-node { background: #6d2e2e; }
.tier-summary { min-width: 0; display: flex; flex-direction: column; }
.tier-summary small { color: #7060c1; font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tier-summary strong { margin: 8px 0 7px; color: var(--ink); font-size: .91rem; line-height: 1.18; }
.tier-summary > span { color: #5b5d69; font-size: .7rem; line-height: 1.4; }
.tier-sprites { min-height: 42px; display: flex; gap: 5px; align-items: center; margin-top: auto; padding-top: 15px; }
.tier-sprites img, .progression-source-sprites img, .raid-branch__sprites img { width: 42px; height: 42px; object-fit: contain; background: #181b2f; border: 1px solid rgba(242,195,107,.3); border-radius: 7px; image-rendering: crisp-edges; image-rendering: pixelated; }
.tier-sprites--source { position: relative; opacity: .78; }
.tier-sprites--source i { position: absolute; right: -6px; bottom: -5px; padding: 2px 4px; color: #ece4ff; background: #5d4aa6; border-radius: 3px; font-size: .45rem; font-style: normal; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.tier-sprites--lineup { width: 100%; min-height: 42px; }
.tier-sprites--lineup img { width: min(100%, 122px); height: auto; aspect-ratio: 1200/288; object-fit: contain; }
.tier-status { position: absolute; top: 18px; right: 14px; max-width: 86px; padding: 4px 6px; color: #6a4f24; background: rgba(242,195,107,.2); border-radius: 4px; font-size: .5rem; font-weight: 800; line-height: 1.2; text-align: right; text-transform: uppercase; }
[data-tier-status="source-confirmed"] .tier-status { color: #31654b; background: rgba(78,175,124,.15); }
[data-tier-status="verified-playable-asset"] .tier-status { color: #8c3d2b; background: rgba(238,132,90,.18); }
.progression-panels { min-width: 0; }
.progression-panel { margin-top: 14px; padding: clamp(24px,4vw,48px); overflow: hidden; color: var(--paper); background: radial-gradient(circle at 88% 8%, rgba(238,132,90,.16), transparent 30%), #191d31; border: 1px solid rgba(21,24,43,.15); border-radius: 18px; box-shadow: 0 28px 70px rgba(21,24,43,.2); }
.progression.is-enhanced .progression-panel { display: none; }
.progression.is-enhanced .progression-panel.is-active { display: block; }
.progression-detail { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(280px,.72fr); gap: clamp(28px,5vw,70px); align-items: center; }
.progression-detail__copy h3 { max-width: 18ch; margin: 7px 0 16px; color: var(--paper); font-size: clamp(2rem,4vw,3.7rem); }
.progression-detail__copy > p:not(.eyebrow) { max-width: 63ch; margin: 0; color: #c1c3cc; font-size: .88rem; }
.progression-source-card { min-width: 0; padding: 20px; background: rgba(10,13,25,.64); border: 1px solid rgba(242,195,107,.19); border-radius: 12px; }
.progression-source-card > span { color: #a89ae4; font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.progression-source-card > strong, .progression-source-card > small { display: block; }
.progression-source-card > strong { margin-top: 14px; color: var(--paper); font-size: .83rem; }
.progression-source-card > small { margin-top: 5px; color: #9b9eab; font-size: .65rem; }
.progression-source-card--pending { border-style: dashed; }
.progression-source-sprites { display: flex; min-height: 80px; gap: 10px; align-items: center; margin-top: 16px; }
.progression-source-sprites img { width: 72px; height: 72px; }
.progression-source-sprites--lineup img { width: 100%; height: auto; aspect-ratio: 1200/288; }
.progression-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin: 30px 0 0; background: rgba(255,255,255,.1); }
.progression-facts div { min-width: 0; padding: 14px 16px; background: rgba(10,13,25,.5); }
.progression-facts dt { color: #9b9eab; font-size: .55rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.progression-facts dd { margin: 5px 0 0; color: var(--paper); font-size: .73rem; font-weight: 800; }
.raid-bridge { display: grid; grid-template-columns: minmax(190px,.72fr) minmax(0,1fr) minmax(0,1fr); gap: 14px; align-items: stretch; margin: 30px 0 22px; padding: 14px; background: linear-gradient(90deg, rgba(119,102,215,.12), rgba(238,132,90,.13)); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; }
.raid-bridge div, .raid-bridge p { display: flex; margin: 0; flex-direction: column; }
.raid-bridge span, .raid-bridge small { color: #a9abb6; font-size: .57rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.raid-bridge strong { margin-top: 5px; color: var(--paper); font-size: .73rem; line-height: 1.45; }
.raid-bridge-heading { justify-content: center; padding: 8px 12px; }
.raid-bridge-heading small { color: #ef9b7b; }
.raid-bridge-heading strong { max-width: 20ch; font-family: var(--display); font-size: 1.15rem; font-weight: 400; line-height: 1.12; }
.raid-branch { position: relative; justify-content: center; min-height: 138px; padding: 17px 40px 17px 18px; background: rgba(10,13,25,.46); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; }
.raid-branch::after { position: absolute; content: "→"; right: 17px; top: 50%; color: #a995ef; font-size: 1.05rem; transform: translateY(-50%); }
.raid-branch small { margin-top: 8px; color: #ef9b7b; letter-spacing: 0; text-transform: none; }
.raid-branch__sprites { display: flex; gap: 5px; margin-top: 10px; }
.raid-branch__sprites img { width: 36px; height: 36px; }
.gear-showcase { position: relative; margin: 0; padding: 16px 16px 0; background: linear-gradient(145deg,#181b2f,#252a45); border: 1px solid rgba(21,24,43,.12); border-radius: 18px; box-shadow: 0 30px 80px rgba(21,24,43,.24); }
.gear-stage { display: grid; grid-template-columns: minmax(0,1fr); min-height: 410px; overflow: hidden; background: #0b0e1b; border-radius: 11px; }
.gear-stage video { width: 100%; height: 100%; min-height: 410px; object-fit: cover; background: #090a12; }
.gear-stage > .media-player-frame { width: min(calc(100% - 28px),960px); height: auto; min-height: 0; margin-block: 14px; aspect-ratio: 16 / 9; align-self: center; justify-self: center; overflow: hidden; background: #090a12; border: 1px solid rgba(242,195,107,.24); border-radius: 10px; box-shadow: 0 18px 44px rgba(0,0,0,.34); }
.gear-stage > .media-player-frame::before { background-color: #090a12; background-repeat: no-repeat; background-size: 100% 100%,contain; }
.gear-stage > .media-player-frame > video { width: 100%; height: 100%; min-height: 0; object-fit: contain; background: #090a12; }
.gear-stage > .media-player-frame:has(.media-player-trigger:hover)::before { transform: none; }
.gear-stage figcaption { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px,5vw,56px); background: radial-gradient(circle at 0 50%, rgba(238,132,90,.12), transparent 34%), #20243a; }
.gear-stage h3 { margin-bottom: 18px; color: var(--paper); font-size: clamp(2rem,3.5vw,3.45rem); }
.gear-stage p { font-size: .9rem; }
.gear-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 26px 0 0; background: var(--line); }
.gear-facts div { padding: 13px 10px; background: #20243a; }
.gear-facts dt { color: #9699a8; font-size: .57rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gear-facts dd { margin: 4px 0 0; color: var(--paper); font-size: .75rem; font-weight: 800; }
.gear-lineup-integrated { position: relative; z-index: 3; width: 100%; margin: 22px 0 2px; overflow: hidden; filter: drop-shadow(0 12px 22px rgba(0,0,0,.25)); }
.gear-lineup-integrated img { width: 100%; height: auto; image-rendering: crisp-edges; image-rendering: pixelated; transition: transform 480ms var(--ease-out); }
.gear-showcase:hover .gear-lineup-integrated img { transform: scale(1.012); }
.gear-showcase-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 15px 26px 20px; color: var(--paper); font-size: .7rem; font-weight: 800; }
.gear-showcase-footer small { color: #aeb0bb; font-weight: 600; }
.gear-showcase-footer a { color: var(--gold); text-decoration: none; }
.gear-showcase-footer i { font-style: normal; }

.capture-placeholder { min-height: 390px; border-radius: 10px; }
.placeholder-orbit { position: relative; width: 120px; height: 120px; display: grid; margin-bottom: auto; place-items: center; color: var(--ember); font-size: 1.6rem; }
.placeholder-orbit::before, .placeholder-orbit::after, .placeholder-orbit i { position: absolute; content: ""; inset: 8px; border: 1px solid rgba(238,132,90,.25); border-radius: 50%; }
.placeholder-orbit::after { inset: 28px; border-color: rgba(119,102,215,.3); }
.placeholder-orbit i { inset: 0 50%; width: 1px; border: 0; border-radius: 0; background: rgba(242,195,107,.25); transform: rotate(45deg); }
.world-features article { border-radius: 7px; transition: transform 180ms ease, background 180ms ease; }
.world-features article:hover { transform: translateX(5px); background: var(--ink-raised); }

.qol-grid { grid-template-columns: repeat(12,1fr); }
.qol-grid .qol-featured { grid-column: span 7; grid-row: span 3; }
.qol-grid > article:not(.qol-featured) { grid-column: span 5; min-height: 0; }

.item-shop { position: relative; overflow: hidden; background: radial-gradient(circle at 86% 12%,rgba(119,102,215,.13),transparent 28%),#131626; }
.item-shop::before { position: absolute; z-index: 0; content: ""; inset: 0; background: linear-gradient(120deg,transparent 0 66%,rgba(89,185,208,.055) 66% 66.12%,transparent 66.12%),linear-gradient(180deg,rgba(242,195,107,.05),transparent 18%); pointer-events: none; }
.item-shop > .page-shell { position: relative; z-index: 1; }
.shop-atelier { position: relative; min-height: 720px; overflow: hidden; background: #101426; border: 1px solid rgba(242,195,107,.24); border-radius: 18px; box-shadow: 0 36px 90px rgba(4,7,18,.42); isolation: isolate; }
.shop-atelier-art { position: absolute; z-index: 0; inset: 0; }
.shop-atelier-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.94) brightness(.88); }
.shop-atelier-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(10,13,29,.98) 0%,rgba(10,13,29,.91) 36%,rgba(10,13,29,.38) 56%,rgba(10,13,29,.08) 78%),linear-gradient(0deg,rgba(9,12,25,.72),transparent 38%); }
.shop-atelier-copy { position: relative; z-index: 3; width: 49%; min-height: 720px; display: flex; flex-direction: column; justify-content: center; padding: 54px 26px 184px 58px; }
.shop-atelier-copy h2 { margin-bottom: 27px; font-size: clamp(2.8rem,5vw,4.85rem); }
.shop-atelier-copy h2 span { color: var(--gold); }
.shop-atelier-copy > p:not(.eyebrow) { margin: 0; color: #e3e0e2; font-size: .88rem; }
.shop-stance { display: block; margin-bottom: 10px; color: var(--gold); font-family: var(--display); font-size: 1.28rem; font-weight: 400; }
.shop-principles { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 26px; border-block: 1px solid rgba(255,247,234,.15); }
.shop-principles span { padding: 10px 10px 10px 0; color: #c9c8d2; font-size: .59rem; font-weight: 800; }
.shop-principles span:nth-child(even) { padding-left: 15px; border-left: 1px solid rgba(255,247,234,.12); }
.shop-signature { position: absolute; z-index: 2; right: -2%; bottom: -1px; width: 64%; height: 98%; margin: 0; pointer-events: none; }
.shop-signature > img { width: 100%; height: 100%; object-fit: contain; object-position: right bottom; filter: drop-shadow(0 24px 22px rgba(4,5,13,.56)) drop-shadow(0 0 7px rgba(119,102,215,.7)); transition: transform 600ms var(--ease-out),filter 400ms ease; }
.shop-signature figcaption { position: absolute; right: 28px; bottom: 31px; display: grid; min-width: 190px; padding: 12px 15px; background: rgba(10,13,29,.82); border: 1px solid rgba(242,195,107,.35); border-radius: 7px; backdrop-filter: blur(10px); }
.shop-signature figcaption span, .shop-signature figcaption small { color: #a9a6b8; font-size: .5rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.shop-signature figcaption strong { color: var(--paper); font-family: var(--display); font-size: .95rem; font-weight: 400; }
.shop-signature figcaption small { margin-top: 2px; color: var(--gold); letter-spacing: 0; text-transform: none; }
.shop-atelier:hover .shop-signature > img { transform: translateY(-4px) scale(1.008); filter: drop-shadow(0 28px 28px rgba(4,5,13,.6)) drop-shadow(0 0 9px rgba(119,102,215,.82)); }
.shop-item-tray { position: absolute; z-index: 4; left: 58px; bottom: 30px; display: grid; grid-template-columns: minmax(142px,1fr) repeat(3,72px); gap: 8px; align-items: stretch; padding: 9px; background: rgba(9,12,25,.9); border: 1px solid rgba(242,195,107,.27); border-radius: 9px; backdrop-filter: blur(11px); }
.shop-item-tray-heading { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 0 10px; }
.shop-item-tray-heading span { color: var(--violet-soft); font-size: .5rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.shop-item-tray-heading strong { color: var(--paper); font-family: var(--display); font-size: .95rem; font-weight: 400; }
.shop-item-tray figure { display: grid; margin: 0; padding: 6px; place-items: center; background: rgba(34,38,59,.88); border: 1px solid var(--line); border-radius: 7px; transition: transform 180ms var(--ease-out),border-color 180ms ease; }
.shop-item-tray figure:hover { transform: translateY(-4px); border-color: rgba(242,195,107,.55); }
.shop-item-tray img { width: 48px; height: 48px; object-fit: contain; image-rendering: crisp-edges; image-rendering: pixelated; }
.shop-item-tray figcaption { color: #b8b7c3; font-size: .5rem; font-weight: 800; text-transform: uppercase; }

.challenge { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 0,rgba(119,102,215,.12),transparent 27%),#101321; }
.challenge > .page-shell { position: relative; z-index: 1; }
.challenge-campaign { position: relative; min-height: 610px; overflow: hidden; background: #11162a; border: 1px solid rgba(143,119,189,.36); border-radius: 18px; box-shadow: 0 34px 90px rgba(4,7,18,.42); isolation: isolate; }
.challenge-art { position: absolute; z-index: 0; inset: 0; }
.challenge-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.94) brightness(.88); transition: transform 800ms var(--ease-out),filter 500ms ease; }
.challenge-glow { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(11,15,31,.98) 0%,rgba(11,15,31,.9) 34%,rgba(11,15,31,.28) 57%,rgba(11,15,31,.03) 82%),linear-gradient(0deg,rgba(11,15,31,.46),transparent 42%); }
.challenge-heading { position: relative; z-index: 2; width: min(570px,52%); min-height: 610px; display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,6vw,76px); }
.challenge-heading h2 { margin-bottom: 25px; font-size: clamp(3rem,5.2vw,5rem); }
.challenge-heading h2 span { color: var(--gold); }
.challenge-heading > p:not(.eyebrow) { margin: 0; color: #e0dfe5; font-size: .89rem; }
.challenge-heading .button { width: fit-content; margin-top: 23px; }
.challenge-campaign:hover .challenge-art img { transform: scale(1.012); filter: saturate(1) brightness(.94); }
.challenge-main { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(330px,.82fr) minmax(0,1.18fr); gap: 16px; margin-top: 18px; }
.milestone { position: relative; min-height: 480px; display: grid; grid-template-rows: auto 1fr auto; padding: clamp(28px,4vw,44px); overflow: hidden; background: radial-gradient(circle at 50% 42%,rgba(242,195,107,.16),transparent 28%),linear-gradient(145deg,#171a31,#24203b 72%,#19283a); border: 1px solid rgba(242,195,107,.4); border-radius: 15px; box-shadow: 0 24px 56px rgba(4,7,18,.38),inset 0 0 52px rgba(119,102,215,.07); isolation: isolate; }
.milestone::after { position: absolute; content: "✦"; top: 24px; right: 27px; color: rgba(89,185,208,.72); font-size: .72rem; text-shadow: 0 0 13px rgba(89,185,208,.55); }
.milestone-label { display: flex; align-items: center; gap: 11px; color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.milestone-sigil { position: relative; width: clamp(168px,16vw,208px); aspect-ratio: 1; display: grid; align-self: center; justify-self: center; place-content: center; margin-block: 22px; border: 1px solid rgba(242,195,107,.65); border-radius: 50%; text-align: center; background: radial-gradient(circle,rgba(242,195,107,.13),rgba(119,102,215,.06) 48%,rgba(9,12,27,.68) 70%); box-shadow: 0 0 0 9px rgba(242,195,107,.025),0 0 0 10px rgba(89,185,208,.12),0 0 48px rgba(119,102,215,.18); }
.milestone-sigil::before { position: absolute; content: ""; inset: 14px; border: 1px solid rgba(170,160,239,.26); border-radius: 50%; }
.milestone-sigil strong { position: relative; z-index: 1; color: var(--paper); font-family: var(--display); font-size: clamp(5.4rem,9vw,7.6rem); font-weight: 400; line-height: .76; text-shadow: 0 6px 24px rgba(0,0,0,.34); }
.milestone-sigil small { position: relative; z-index: 1; margin-top: 13px; color: var(--violet-soft); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.milestone-reward { position: relative; padding-top: 22px; }
.milestone-reward > span { color: #9fa3b6; font-size: .57rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.milestone h3 { margin: 7px 0 10px; color: var(--gold); font-size: clamp(1.55rem,2.2vw,2rem); }
.milestone p { margin: 0; color: #c8c8d2; font-size: .77rem; }
.challenge-side { display: grid; align-content: start; gap: 18px; }
.prize-chamber { position: relative; padding: 23px; overflow: hidden; background: linear-gradient(145deg,rgba(25,29,51,.98),rgba(20,24,44,.98)); border: 1px solid rgba(170,160,239,.24); border-radius: 14px; box-shadow: 0 22px 48px rgba(4,7,18,.3); }
.prize-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 2px 3px 17px; }
.prize-heading > span { color: var(--violet-soft); font-size: .56rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.prize-heading h3 { margin: 0; color: var(--paper); font-size: 1.25rem; }
.prize-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 12px; overflow: hidden; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.09); border-radius: 9px; }
.prize { position: relative; min-height: 225px; display: flex; flex-direction: column; padding: 19px; overflow: hidden; background: linear-gradient(160deg,#1b1f37,#15192d); border: 0; }
.prize::before { position: absolute; content: ""; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg,transparent,var(--rank-accent,var(--violet)),transparent); opacity: .8; }
.prize-rank { display: flex; align-items: center; gap: 9px; color: var(--violet-soft); }
.prize-rank b { width: 35px; height: 35px; display: grid; flex: 0 0 35px; place-items: center; color: var(--rank-accent,var(--violet-soft)); background: rgba(8,11,24,.55); border: 1px solid color-mix(in srgb,var(--rank-accent,var(--violet-soft)) 55%,transparent); border-radius: 50%; font-family: var(--display); font-size: .72rem; font-weight: 400; box-shadow: 0 0 18px color-mix(in srgb,var(--rank-accent,var(--violet-soft)) 13%,transparent); }
.prize-rank small { color: #b9b7c8; font-size: .55rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.prize > strong { margin-top: 22px; color: var(--paper); font-family: var(--display); font-size: 2rem; font-weight: 400; line-height: 1.05; }
.prize p { margin: 3px 0 0; color: var(--paper-muted); font-size: .7rem; }
.prize > small { margin-top: auto; color: #999cab; font-size: .59rem; }
.prize.first { --rank-accent: var(--gold); background: radial-gradient(circle at 20% 10%,rgba(242,195,107,.12),transparent 36%),linear-gradient(160deg,#26233a,#181b31); }
.prize.second { --rank-accent: var(--violet-soft); }
.prize.third { --rank-accent: var(--sky); }
.event-status-card { display: grid; grid-template-columns: auto 1fr; gap: 5px 24px; padding: 24px 28px; background: rgba(34,38,59,.75); border: 1px solid var(--line); border-radius: 8px; }
.event-status-card > span { grid-row: 1 / 3; align-self: center; color: var(--mint); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-status-card strong { color: var(--paper); }
.event-status-card p { grid-column: 2; margin: 0; font-size: .72rem; }
.challenge-countdown { display: grid; grid-template-columns: 1fr auto auto auto auto auto auto; gap: 12px; align-items: center; padding: 20px 24px; background: rgba(34,38,59,.75); border: 1px solid var(--line); border-radius: 8px; }
.challenge-countdown > span { color: var(--gold); font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.challenge-countdown div { display: grid; min-width: 46px; text-align: center; }
.challenge-countdown strong { color: var(--paper); font-family: var(--display); font-size: 1.35rem; font-weight: 400; line-height: 1; }
.challenge-countdown small { margin-top: 5px; color: #858896; font-size: .51rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.challenge-countdown i { color: #656879; font-style: normal; }
.fair-play { margin: 0; padding: 0 8px; color: #9194a2; font-size: .67rem; }
.challenge-rules { position: relative; margin-top: 18px; background: rgba(34,38,59,.7); border: 1px solid var(--line); border-radius: 8px; }
.challenge-rules summary { display: flex; justify-content: space-between; padding: 18px 22px; color: var(--paper); cursor: pointer; font-size: .78rem; font-weight: 800; list-style: none; }
.challenge-rules summary::-webkit-details-marker { display: none; }
.challenge-rules summary span { color: var(--gold); transition: transform 180ms ease; }
.challenge-rules[open] summary span { transform: rotate(45deg); }
.challenge-rules > div { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 4px 22px 22px; }
.challenge-rules p { margin: 0; font-size: .75rem; }

[data-reveal] { opacity: 1; transform: none; }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 560ms var(--ease-out), transform 560ms var(--ease-out); transition-delay: var(--reveal-delay,0ms); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }
.motion-ready .intro-passage__content[data-reveal] { transform: translateY(10px); transition-duration: 480ms; }
.motion-ready .intro-passage__content[data-reveal].is-visible { transform: none; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: minmax(0,1fr); }
  .main-nav { gap: 1px; }
  .main-nav a { padding-inline: 6px; font-size: .64rem; }
  .main-nav a img { width: 32px; height: 32px; flex-basis: 32px; }
  .qol-grid, .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .media-card { grid-template-columns: 1fr; }
  .media-card video { min-height: auto; aspect-ratio: 16/9; }
  .hero-art { background-position: left center; background-size: cover; }
  .hero-content { width: calc(100% - 48px); }
  .hero-content h1 { max-width: 570px; font-size: clamp(3.45rem,6.8vw,4.45rem); }
  .hero-lead { max-width: 500px; }
  .invite-teaser-grid { grid-template-columns: 90px 1fr 90px; }
  .invite-teaser-grid > p { display: none; }
  .gear-stage { grid-template-columns: 1fr; }
  .gear-stage video { min-height: auto; aspect-ratio: 16/9; }
  .shop-atelier { min-height: 700px; }
  .shop-atelier-copy { width: 52%; min-height: 700px; padding: 46px 22px 176px 40px; }
  .shop-item-tray { left: 40px; }
  .shop-signature { right: 0; width: 68%; }
  .challenge-campaign { min-height: 560px; }
  .challenge-heading { width: 58%; min-height: 560px; padding: 44px; }
  .challenge-main { grid-template-columns: 1fr; }
  .milestone { min-height: 390px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 30px); --header-height: 58px; }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 15px; }
  .nav-toggle { display: none; grid-column: 2; align-self: center; justify-self: end; color: var(--paper); }
  .js .nav-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 14px; background: rgba(17,21,40,.99); border: 1px solid rgba(143,119,189,.35); border-radius: 0 0 10px 10px; box-shadow: 0 22px 50px rgba(0,0,0,.4); }
  html:not(.js) .main-nav { display: flex; }
  .js .main-nav.is-open { display: flex; }
  .nav-backdrop { position: fixed; z-index: 48; inset: var(--header-height) 0 0; background: rgba(5,7,18,.4); opacity: 0; pointer-events: none; transition: opacity 180ms ease; }
  .js .nav-backdrop.is-open { display: block; opacity: 1; pointer-events: auto; }
  html.nav-open, html.nav-open body { overflow: hidden; }
  .main-nav a { justify-content: flex-start; min-height: 58px; padding: 8px 6px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .86rem; gap: 14px; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a img { width: 38px; height: 38px; flex-basis: 38px; }
  .main-nav a:hover, .main-nav a.is-active { background: rgba(119,102,215,.09); }
  html:not(.js) .site-header { position: relative; height: auto; min-height: var(--header-height); grid-template-columns: 1fr; padding-bottom: 12px; }
  html:not(.js) .main-nav { position: static; grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; padding: 8px; border-radius: 10px; }
  html:not(.js) .main-nav a { min-height: 50px; }
  html:not(.js) .campaign-bar { position: relative; top: auto; }
  .split-heading, .world-layout, .progression-grid, .shop-grid, .progression-heading { grid-template-columns: 1fr; }
  .split-heading { align-items: start; gap: 26px; }
  .split-heading > :last-child { padding-top: 0; }
  .guides-heading { grid-template-columns: 1fr; gap: 25px; align-items: start; }
  .guides-heading__title h2 { max-width: 12ch; }
  .guides-heading__answer { max-width: 560px; padding-bottom: 0; }
  .intro-passage { padding-block: 60px; }
  .intro-passage::after { background: linear-gradient(90deg,#f4ecdf 0%,rgba(244,236,223,.96) 48%,rgba(244,236,223,.7) 100%); }
  .intro-passage__art { width: 58%; opacity: .24; }
  .intro-passage h2 { max-width: 10ch; font-size: clamp(3.55rem,10vw,5.4rem); }
  .intro-passage__beats { width: min(100%,560px); grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
  .intro-passage__beats > div { grid-template-columns: 88px minmax(0,1fr); gap: 12px; }
  .hero { min-height: 820px; align-items: end; }
  .hero-art { background-image: url("assets/brand/aoi-hero-desktop.webp"); background-position: left center; background-size: cover; }
  .hero-overlay { background: linear-gradient(0deg, rgba(21,24,43,1) 5%, rgba(21,24,43,.9) 45%, rgba(21,24,43,.24) 88%), linear-gradient(90deg, rgba(21,24,43,.55), transparent); }
  .hero-content { padding: 140px 0 70px; }
  .hero-content h1 { max-width: 500px; font-size: clamp(3rem,8vw,3.85rem); }
  .hero-lead { max-width: 420px; }
  .hero-facts { gap: 20px; }
  .hero-facts div { min-width: 0; padding: 0 18px; }
  .campaign-bar { justify-content: space-between; gap: 10px; }
  .campaign-bar > span:not(.campaign-live), .campaign-prize { display: none; }
  .qol-grid .qol-featured { grid-template-columns: 1fr; }
  .qol-grid { grid-template-columns: repeat(2,1fr); }
  .qol-grid .qol-featured { grid-column: 1 / -1; grid-row: auto; }
  .qol-grid > article:not(.qol-featured) { grid-column: auto; }
  .qol-media video { min-height: auto; aspect-ratio: 16 / 9; }
  .tier-route { grid-template-columns: 1fr; gap: 10px; }
  .progression-tier-button { min-height: 0; display: grid; grid-template-columns: 48px minmax(0,1fr) auto; gap: 9px 16px; align-items: center; padding: 16px 18px; }
  .progression-tier-button:hover { transform: translateX(3px); }
  .tier-node { grid-row: 1 / 3; margin: 0; }
  .tier-summary { grid-column: 2; grid-row: 1; }
  .tier-sprites { grid-column: 3; grid-row: 1 / 3; width: auto; min-height: 42px; margin: 0; padding: 0; }
  .tier-sprites--lineup { width: 118px; }
  .tier-status { position: static; grid-column: 2; grid-row: 2; justify-self: start; max-width: none; padding-inline: 6px; text-align: left; }
  .progression-detail { grid-template-columns: 1fr; }
  .shop-atelier { min-height: 960px; }
  .shop-atelier-art img { object-position: 58% center; }
  .shop-atelier-shade { background: linear-gradient(180deg,rgba(10,13,29,.98) 0%,rgba(10,13,29,.91) 42%,rgba(10,13,29,.27) 66%,rgba(10,13,29,.42) 100%); }
  .shop-atelier-copy { width: calc(100% - 28px); min-height: 0; margin: 14px; padding: 32px; background: rgba(9,12,27,.74); border: 1px solid rgba(242,195,107,.16); border-radius: 10px; backdrop-filter: blur(8px); }
  .shop-atelier-copy h2 { font-size: clamp(2.65rem,8vw,4rem); }
  .shop-signature { left: 0; right: 0; bottom: 52px; width: 100%; height: 58%; }
  .shop-signature figcaption { right: 22px; bottom: 18px; }
  .shop-item-tray { left: 14px; right: 14px; bottom: 16px; grid-template-columns: minmax(130px,1fr) repeat(3,66px); }
  .challenge-campaign { min-height: 680px; }
  .challenge-heading { width: 58%; min-height: 680px; padding: 40px; }
  .challenge-heading h2 { font-size: clamp(2.75rem,7vw,4rem); }
  .challenge-main { margin-top: 16px; }
  .challenge-rules > div { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .section { padding: 68px 0; }
  h2 { font-size: 2.45rem; }
  .hero { min-height: 780px; }
  .hero-content { width: calc(100% - 30px); margin-inline: auto; }
  .hero-art { background-image: url("assets/brand/aoi-hero-mobile.webp"); background-position: center top; background-size: cover; }
  .hero-content h1 { font-size: 3.15rem; }
  .hero-lead { font-size: .97rem; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .hero-facts div { padding-left: 16px; }
  .hero-facts div:first-child { padding-left: 0; }
  .hero-facts div:last-child { grid-column: 1 / -1; padding: 14px 0 0; border-left: 0; border-top: 1px solid var(--line-strong); }
  .intro-passage { padding-block: 50px; }
  .intro-passage::after, .intro-passage__art { display: none; }
  .intro-passage h2 { max-width: 9ch; font-size: clamp(3.15rem,14vw,4.25rem); }
  .intro-passage__beats { gap: 10px; margin-top: 25px; }
  .intro-passage__beats > div { grid-template-columns: 76px minmax(0,1fr); gap: 9px; }
  .intro-passage__beats dt { font-size: 1.15rem; }
  .intro-passage__beats dd { font-size: .78rem; }
  .qol-grid, .guide-grid { grid-template-columns: 1fr; }
  .invite-teaser { padding: 34px 0; }
  .invite-teaser-grid { grid-template-columns: 58px 1fr 64px; gap: 14px; }
  .invite-number { font-size: 3.8rem; }
  .invite-teaser h2 { font-size: 1.45rem; }
  .round-link { width: 60px; height: 60px; }
  .round-link span { display: none; }
  .class-philosophy { min-height: 650px; }
  .class-philosophy::before { background: linear-gradient(0deg,rgba(12,15,31,.98) 0%,rgba(12,15,31,.88) 46%,rgba(12,15,31,.12) 82%),linear-gradient(90deg,rgba(12,15,31,.5),transparent); }
  .class-philosophy__copy { align-self: end; width: 100%; padding: 34px 26px 38px; }
  .class-philosophy h2 { max-width: 12ch; font-size: clamp(2.8rem,11vw,4rem); }
  .class-philosophy__copy > p:not(.eyebrow) { max-width: 48ch; }
  .class-philosophy__art img { object-position: center top; }
  .media-player-trigger__copy { display: none; }
  .media-player-trigger__icon { width: 66px; height: 66px; flex-basis: 66px; }
  .capture-placeholder { min-height: 390px; }
  .progression-tier-button { grid-template-columns: 48px minmax(0,1fr); }
  .tier-sprites { grid-column: 2; grid-row: 2; justify-self: end; padding-right: 2px; }
  .tier-status { grid-column: 2; grid-row: 2; align-self: end; margin-bottom: 3px; }
  .tier-sprites--lineup { width: min(42vw, 128px); }
  .progression-panel { padding: 24px 18px; }
  .progression-detail__copy h3 { font-size: 2.25rem; }
  .progression-facts { grid-template-columns: 1fr; }
  .gear-showcase { padding: 8px 8px 0; }
  .tier-route li { min-height: 0; }
  .raid-bridge { grid-template-columns: 1fr; gap: 12px; }
  .raid-bridge-heading { padding: 6px 5px 10px; }
  .raid-bridge-heading strong { max-width: none; }
  .gear-stage figcaption { padding: 28px 22px; }
  .gear-facts { grid-template-columns: 1fr; }
  .gear-lineup-integrated { width: 100%; margin-top: 18px; }
  .gear-showcase-footer, .footer-grid { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .gear-showcase-footer { padding-inline: 14px; }
  .shop-atelier { min-height: 990px; border-radius: 12px; }
  .shop-atelier::before, .shop-atelier::after, .challenge-campaign::before, .challenge-campaign::after { width: 52px; height: 52px; }
  .shop-atelier-copy { width: calc(100% - 20px); margin: 10px; padding: 26px 22px 24px; }
  .shop-atelier-copy h2 { margin-bottom: 20px; font-size: 2.55rem; }
  .shop-atelier-copy > p:not(.eyebrow) { font-size: .82rem; }
  .shop-principles { margin-top: 20px; }
  .shop-principles span { font-size: .52rem; }
  .shop-signature { left: 0; right: 0; bottom: 58px; width: 100%; height: 57%; }
  .shop-signature figcaption { right: 32px; bottom: 25px; min-width: 172px; }
  .shop-item-tray { grid-template-columns: minmax(92px,1fr) repeat(3,58px); gap: 5px; padding: 7px; }
  .shop-item-tray-heading { padding-inline: 5px; }
  .shop-item-tray-heading span { font-size: .43rem; }
  .shop-item-tray-heading strong { font-size: .8rem; }
  .shop-item-tray figure { padding: 4px; }
  .shop-item-tray img { width: 43px; height: 43px; }
  .challenge-campaign { min-height: 820px; border-radius: 12px; }
  .challenge-art img { object-position: center bottom; }
  .challenge-glow { background: linear-gradient(180deg,rgba(11,15,31,.99) 0%,rgba(11,15,31,.91) 39%,rgba(11,15,31,.22) 64%,rgba(11,15,31,.3) 100%); }
  .challenge-heading { width: 100%; min-height: 0; padding: 34px 26px; }
  .challenge-heading h2 { margin-bottom: 20px; font-size: 2.75rem; }
  .challenge-heading > p:not(.eyebrow) { font-size: .82rem; }
  .challenge-heading .button { width: 100%; }
  .challenge-main { margin-top: 14px; }
  .qol-grid > article:not(.qol-featured) { grid-column: auto; }
  .prize-grid { grid-template-columns: 1fr; }
  .prize { min-height: 190px; }
  .event-status-card { grid-template-columns: 1fr; }
  .event-status-card > span { grid-row: auto; }
  .event-status-card p { grid-column: auto; }
  .challenge-countdown { grid-template-columns: 1fr auto auto auto auto auto auto; padding-inline: 17px; }
  .challenge-countdown > span { grid-column: 1 / -1; }
  .site-footer nav { justify-content: flex-start; }
}

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