:root {
  --ink: #090b0c;
  --ink-soft: #111516;
  --steel: #232a2a;
  --bone: #d9d0bd;
  --muted: #8f938a;
  --red: #9f2b21;
  --red-hot: #d75a40;
  --amber: #c2ad78;
  --line: rgba(217, 208, 189, .14);
  --panel: rgba(18, 22, 22, .78);
  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--bone); background: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { background: var(--red); color: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

#ash-canvas { position: fixed; inset: 0; z-index: 3; pointer-events: none; opacity: .42; }
.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .07; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.story-intro { position: fixed; inset: 0; z-index: 200; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 30px; background: radial-gradient(circle at 50% 48%, #17262d, #080a0b 34%, #030404 70%); transition: opacity .75s ease, visibility .75s ease; }
.story-intro::before, .story-intro::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.8%, rgba(74,190,255,.22) 50%, transparent 50.2%); transform: scaleY(0); animation: intro-scan 2.3s .25s ease forwards; }
.story-intro::after { background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(116,203,255,.035) 5px, transparent 6px); transform: none; animation: interference .18s steps(2) infinite; }
.story-intro.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.story-intro button { position: absolute; top: 28px; right: 32px; z-index: 3; padding: 9px 12px; border: 1px solid rgba(217,208,189,.18); background: transparent; color: #737a78; cursor: pointer; font-size: .875rem; letter-spacing: .17em; text-transform: uppercase; }
.intro-eye, .brand-eye { position: relative; display: grid; place-items: center; overflow: visible; border-radius: 70% 0 70% 0; transform: rotate(-45deg); background: #07090a; }
.intro-eye { width: 150px; height: 150px; margin-bottom: 38px; border: 1px solid rgba(105,206,255,.62); box-shadow: 0 0 24px rgba(46,169,232,.22), inset 0 0 35px rgba(46,169,232,.11); animation: eye-open 1.15s .18s cubic-bezier(.19,1,.22,1) both; }
.intro-eye i, .brand-eye i { display: block; border-radius: 50%; background: radial-gradient(circle, #eefcff 0 5%, #67d5ff 6% 20%, #0879ba 32% 56%, #03253a 57% 71%, #000 72%); box-shadow: 0 0 21px #43c6ff, 0 0 48px rgba(37,167,228,.7); transform: rotate(45deg); }
.intro-eye i { width: 76px; height: 76px; animation: iris-pulse 1.7s ease-in-out infinite; }
.intro-eye b, .brand-eye b { position: absolute; width: 2px; background: #fff; border-radius: 50%; box-shadow: 0 0 12px #fff; transform: rotate(45deg); }
.intro-eye b { height: 36px; animation: pupil-contract 1.8s ease-in-out infinite; }
.story-intro > p { position: relative; z-index: 2; margin: 0 0 14px; color: #48bced; font-size: .875rem; letter-spacing: .28em; animation: intro-rise .8s .8s both; }
.story-intro h2 { position: relative; z-index: 2; text-align: center; font-size: clamp(52px, 9vw, 128px); animation: intro-rise .8s 1s both; }
.story-intro h2 em { -webkit-text-stroke-color: rgba(95,199,244,.58); }
.story-intro > span { position: relative; z-index: 2; margin-top: 22px; color: #737e7e; font-size: .875rem; letter-spacing: .25em; animation: intro-rise .8s 1.2s both; }
.brand-eye { width: 40px; height: 40px; flex: 0 0 auto; border: 1px solid rgba(83,191,240,.4); box-shadow: 0 0 15px rgba(43,174,235,.12); }
.brand-eye i { width: 21px; height: 21px; animation: logo-eye 3s ease-in-out infinite; }
.brand-eye b { height: 11px; }
.brand-eye.small { width: 34px; height: 34px; }
.brand-eye.small i { width: 18px; height: 18px; }

.site-header { position: fixed; inset: 0 0 auto; height: var(--header-h); display: flex; align-items: center; padding: 0 clamp(24px, 5vw, 80px); border-bottom: 1px solid var(--line); z-index: 50; background: linear-gradient(180deg, rgba(9,11,12,.95), rgba(9,11,12,.68)); backdrop-filter: blur(18px); transition: height .35s ease, background .35s ease; }
.site-header.compact { --header-h: 68px; background: rgba(9,11,12,.92); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 210px; }
.brand-mark { width: 40px; aspect-ratio: 1; border: 1px solid rgba(194,173,120,.5); display: grid; place-items: center; color: var(--amber); font-family: Georgia, serif; font-size: .875rem; letter-spacing: -.5px; transform: rotate(45deg); }
.brand-mark::first-line { transform: rotate(-45deg); }
.brand-mark.small { width: 33px; font-size: .875rem; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy strong { font-size: .875rem; letter-spacing: .18em; }
.brand-copy small { color: var(--muted); font-size: .875rem; letter-spacing: .24em; }
.desktop-nav { margin: 0 auto; display: flex; gap: 28px; height: 100%; }
.nav-link { position: relative; display: grid; place-items: center; color: #898d86; font-size: .875rem; letter-spacing: .15em; text-transform: uppercase; transition: color .25s; }
.nav-link::after { content: ""; position: absolute; bottom: -1px; left: 50%; width: 0; height: 2px; background: var(--red-hot); transform: translateX(-50%); transition: width .25s ease; }
.nav-link:hover, .nav-link.active { color: var(--bone); }
.nav-link.active::after { width: 100%; }
.access-pill { min-width: 210px; display: flex; justify-content: flex-end; align-items: center; gap: 8px; color: #8f978c; font-size: .875rem; letter-spacing: .16em; text-transform: uppercase; }
.access-pill span { width: 6px; height: 6px; border-radius: 50%; background: #6ba767; box-shadow: 0 0 12px #6ba767; animation: pulse 2s infinite; }
.menu-toggle, .mobile-nav { display: none; }

.section { position: relative; min-height: 100vh; padding: calc(var(--header-h) + 70px) clamp(24px, 6vw, 96px) 100px; overflow: hidden; }
.hero { display: grid; grid-template-columns: minmax(360px, .95fr) minmax(420px, 1.05fr); grid-template-rows: 1fr auto; align-items: center; gap: 24px 40px; isolation: isolate; background: radial-gradient(circle at 78% 42%, rgba(72, 65, 46, .15), transparent 27%), linear-gradient(115deg, #0b0d0e 12%, #111616 54%, #080a0b 100%); }
.hero-photo { position: absolute; inset: 0; z-index: -1; opacity: .23; overflow: hidden; mask-image: linear-gradient(90deg, rgba(0,0,0,.3), transparent 42%, #000 82%, transparent); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#090b0c 2%,rgba(9,11,12,.88) 35%,rgba(9,11,12,.1) 78%,#090b0c); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.3) sepia(.2) contrast(1.2); animation: hero-drift 18s ease-in-out infinite alternate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.035) 50%, transparent 50.1%), linear-gradient(0deg, transparent 49.9%, rgba(255,255,255,.025) 50%, transparent 50.1%); background-size: 110px 110px; mask-image: radial-gradient(circle at 70% 40%, #000, transparent 65%); }
.hero::after { content: ""; position: absolute; inset: auto -15% -42% 18%; height: 65%; background: radial-gradient(ellipse, rgba(143,49,34,.18), transparent 65%); filter: blur(40px); z-index: -1; }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .15; background-image: linear-gradient(rgba(208,200,180,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(208,200,180,.1) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, transparent, #000 65%, transparent); transform: perspective(600px) rotateX(68deg) scale(1.9) translateY(33%); transform-origin: bottom; }
.signal { position: absolute; border: 1px solid rgba(194,173,120,.13); border-radius: 50%; z-index: -1; }
.signal::before, .signal::after { content: ""; position: absolute; border: inherit; border-radius: inherit; inset: 14%; }
.signal::after { inset: 29%; }
.signal-a { width: 470px; height: 470px; right: -210px; top: 8%; animation: spin 40s linear infinite; }
.signal-b { width: 290px; height: 290px; left: -180px; bottom: 4%; animation: spin 28s linear infinite reverse; }
.hero-content { position: relative; z-index: 4; max-width: 690px; padding-top: 30px; }
.eyebrow { display: flex; align-items: center; gap: 12px; width: fit-content; margin-bottom: 34px; color: #858b83; font-size: .875rem; letter-spacing: .22em; }
.eyebrow i { width: 48px; height: 1px; background: var(--red); }
.hero-kicker { margin: 0 0 10px; color: var(--amber); font-size: .875rem; font-weight: 700; letter-spacing: .32em; }
h1, h2, .briefing h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 800; letter-spacing: -.025em; line-height: .86; text-transform: uppercase; }
h1 { font-size: clamp(76px, 9vw, 154px); }
h1 em, h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(217,208,189,.6); }
.hero-echo { margin: 18px 0 0; color: var(--red-hot); font-family: Georgia, serif; font-style: italic; font-size: clamp(18px, 2vw, 30px); }
.hero-intro { max-width: 600px; margin: 30px 0 0; padding-left: 20px; border-left: 1px solid var(--red); color: #9ea098; font-family: Georgia, serif; font-size: clamp(14px, 1.1vw, 17px); line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.primary-action { position: relative; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-width: 245px; padding: 17px 18px 17px 23px; overflow: hidden; background: var(--red); border: 1px solid #bf4c39; font-size: .875rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: transform .25s, background .25s; }
.primary-action::before { content: ""; position: absolute; inset: 0; background: #bd4431; transform: translateX(-105%); transition: transform .3s ease; }
.primary-action > * { position: relative; }
.primary-action:hover { transform: translateY(-2px); }
.primary-action:hover::before { transform: translateX(0); }
.primary-action b { font-size: 20px; font-weight: 400; }
.briefing-button { display: flex; align-items: center; gap: 11px; border: 0; background: transparent; cursor: pointer; color: #a2a49d; padding: 12px 0; font-size: .875rem; letter-spacing: .17em; text-transform: uppercase; }
.briefing-button i { width: 27px; aspect-ratio: 1; border: 1px solid rgba(217,208,189,.35); border-radius: 50%; position: relative; }
.briefing-button i::before { content: ""; position: absolute; left: 10px; top: 7px; border-left: 7px solid var(--bone); border-block: 5px solid transparent; }
.hero-world { position: relative; align-self: stretch; min-height: 600px; display: grid; place-items: center; z-index: 2; }
.eden-visual { width: min(100%, 680px); height: min(72vh, 760px); filter: drop-shadow(0 35px 50px rgba(0,0,0,.7)); }
.levels path { stroke-dasharray: 280; stroke-dashoffset: 280; animation: draw 1.8s ease forwards; }
.levels path:nth-child(2) { animation-delay: .12s; }.levels path:nth-child(3) { animation-delay: .24s; }.levels path:nth-child(4) { animation-delay: .36s; }.levels path:nth-child(5) { animation-delay: .48s; }.levels path:nth-child(6) { animation-delay: .6s; }.levels path:nth-child(7) { animation-delay: .72s; }
.world-label { position: absolute; display: flex; justify-content: space-between; width: 75%; color: #676d68; font-size: .875rem; letter-spacing: .22em; }
.world-label strong { color: #a0a399; font-weight: 500; }
.label-top { top: 11%; }.label-bottom { bottom: 7%; }
.label-bottom strong { color: var(--red-hot); }
.hero-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-stats div { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 88px; border-right: 1px solid var(--line); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { font-family: Impact, sans-serif; color: var(--amber); font-size: 28px; letter-spacing: .04em; }
.hero-stats span { color: #777d77; font-size: .875rem; line-height: 1.5; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue { position: absolute; right: 22px; bottom: 130px; display: flex; align-items: center; gap: 12px; writing-mode: vertical-rl; color: #565b57; font-size: .875rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 48px; background: linear-gradient(var(--red), transparent); }

.chronicles { background: linear-gradient(180deg, #0a0d0e, #121616 55%, #090b0c); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 60px; }
.section-heading > p { max-width: 430px; margin: 0 0 4px; color: #888c85; font-family: Georgia, serif; font-size: 15px; line-height: 1.75; }
.overline { margin: 0 0 18px; color: var(--red-hot); font-size: .875rem; font-weight: 700; letter-spacing: .26em; }
h2 { font-size: clamp(46px, 6.5vw, 96px); }
.volumes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.volume-card { position: relative; display: grid; grid-template-columns: minmax(120px, .78fr) 1.22fr; min-height: 390px; border: 1px solid var(--line); background: rgba(12,15,16,.6); overflow: hidden; transition: transform .3s, border-color .3s, background .3s; }
.volume-card:hover, .volume-card:focus { transform: translateY(-8px); border-color: rgba(194,173,120,.4); background: rgba(24,28,28,.82); outline: 0; }
.volume-card.featured { border-color: rgba(159,43,33,.55); }
.volume-number { position: absolute; right: 12px; top: -19px; z-index: 3; color: rgba(217,208,189,.045); font-family: Impact, sans-serif; font-size: 150px; line-height: 1; }
.volume-cover { position: relative; margin: 34px 0 34px 34px; min-height: 295px; overflow: hidden; padding: 20px 14px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 15px 22px 32px rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.16); transform: perspective(800px) rotateY(8deg); transition: transform .35s; }
.volume-card:hover .volume-cover { transform: perspective(800px) rotateY(0) scale(1.02); }
.volume-cover::before, .volume-cover::after { content: ""; position: absolute; inset: 0; }
.volume-cover::before { background: repeating-linear-gradient(105deg, transparent 0 17px, rgba(255,255,255,.035) 18px 19px); mix-blend-mode: screen; }
.volume-cover::after { background: linear-gradient(20deg, rgba(0,0,0,.8), transparent 55%); }
.cover-one { background: radial-gradient(circle at 50% 75%, #9d482e, transparent 20%), linear-gradient(160deg, #4d504a 0 38%, #171817 39% 60%, #070808 61%); }
.cover-two { background: radial-gradient(circle at 54% 50%, rgba(179,144,73,.4), transparent 18%), linear-gradient(40deg, #0a0c0c 0 43%, #665d45 44% 45%, #131616 46% 72%, #3b2b25 73%); }
.cover-three { background: radial-gradient(circle at 48% 25%, #a52820 0 2%, transparent 3%), linear-gradient(170deg, #050606 0 44%, #7e1e19 45% 47%, #141313 48% 71%, #28100e 72%); }
.volume-cover > * { position: relative; z-index: 2; }
.cover-meta { font-size: .875rem; font-weight: 700; letter-spacing: .24em; }
.volume-cover b { font-family: Impact, sans-serif; font-size: clamp(29px, 2.4vw, 45px); line-height: .9; letter-spacing: -.02em; }
.volume-cover i { width: 55%; height: 2px; background: var(--red-hot); }
.volume-cover.real-cover { min-height: 0; padding: 0; aspect-ratio: .68; background: #080909; }
.volume-cover.real-cover::before { z-index: 2; opacity: .28; }
.volume-cover.real-cover::after { z-index: 3; background: linear-gradient(20deg, rgba(0,0,0,.34), transparent 48%); }
.volume-cover.real-cover img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.volume-copy { position: relative; z-index: 4; align-self: end; padding: 30px 25px; }
.volume-copy > span { color: var(--red-hot); font-size: .875rem; font-weight: 700; letter-spacing: .2em; }
.volume-copy h3 { margin: 12px 0; font-family: Georgia, serif; font-size: clamp(18px, 1.5vw, 25px); font-weight: 500; }
.volume-copy p { margin: 0; color: #858983; font-family: Georgia, serif; font-size: .875rem; line-height: 1.65; }
.buy-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin-top: 22px; }
.buy-actions a { display: flex; flex-direction: column; gap: 5px; min-width: 0; padding: 10px 9px; border: 1px solid rgba(194,173,120,.2); background: rgba(255,255,255,.025); transition: border-color .25s, background .25s, transform .25s; }
.buy-actions a:hover { transform: translateY(-2px); border-color: var(--red-hot); background: rgba(159,43,33,.14); }
.buy-actions span { color: #717770; font-size: .875rem; letter-spacing: .14em; text-transform: uppercase; }
.buy-actions b { overflow: hidden; color: var(--amber); font-size: .875rem; font-weight: 700; letter-spacing: .09em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }

.press-feature { position: relative; display: grid; grid-template-columns: 210px minmax(0, 1fr) 140px; align-items: stretch; min-height: 310px; margin-top: 34px; overflow: hidden; border: 1px solid rgba(194,173,120,.28); background: linear-gradient(110deg, #171a18, #0d1010 68%); }
.press-feature::after { content: "PRESSE"; position: absolute; right: 4%; bottom: -38px; color: rgba(217,208,189,.025); font-family: Impact, sans-serif; font-size: 150px; letter-spacing: .04em; pointer-events: none; }
.press-photo { position: relative; min-height: 310px; overflow: hidden; }
.press-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, #161918), linear-gradient(0deg, rgba(9,11,12,.5), transparent 60%); }
.press-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62) contrast(1.08); }
.press-copy { position: relative; z-index: 2; align-self: center; padding: 40px clamp(30px, 5vw, 72px); }
.press-copy .overline { margin-bottom: 16px; }
.press-copy blockquote { margin: 0 0 17px; color: var(--bone); font-family: Georgia, serif; font-size: clamp(27px, 3vw, 46px); font-style: italic; line-height: 1.15; }
.press-copy > p:not(.overline) { max-width: 700px; margin: 0; color: #8e938b; font-family: Georgia, serif; font-size: .875rem; line-height: 1.7; }
.press-copy a { display: inline-flex; gap: 18px; margin-top: 23px; padding-bottom: 6px; border-bottom: 1px solid var(--red); color: var(--amber); font-size: .875rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.press-copy a span { color: var(--red-hot); font-size: 14px; }
.press-stamp { z-index: 2; display: grid; place-content: center; text-align: center; border-left: 1px solid var(--line); color: var(--amber); }
.press-stamp span { font-family: Impact, sans-serif; font-size: 45px; letter-spacing: .08em; }
.press-stamp small { margin-top: 8px; color: #6f756f; font-size: .875rem; letter-spacing: .15em; }

.explorer-shell { margin-top: 110px; padding: 36px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(31,37,36,.62), rgba(10,12,13,.87)); }
.explorer-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 32px; }
.explorer-head .overline { margin-bottom: 12px; }
.explorer-head h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(25px, 3vw, 42px); font-weight: 500; }
.explorer-tabs { display: flex; border: 1px solid var(--line); }
.tab { padding: 13px 20px; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; color: #777d78; font-size: .875rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: .25s; }
.tab:last-child { border-right: 0; }
.tab:hover, .tab.active { color: var(--bone); background: rgba(159,43,33,.22); }
.gallery-stage { position: relative; display: grid; grid-template-columns: 42px 1fr 42px; gap: 16px; align-items: center; }
.gallery-track { min-height: 410px; position: relative; overflow: hidden; }
.gallery-slide { position: absolute; inset: 0; display: grid; grid-template-columns: 1.25fr .75fr; opacity: 0; transform: translateX(30px); pointer-events: none; transition: opacity .5s, transform .5s; }
.gallery-slide.active { opacity: 1; transform: translateX(0); pointer-events: auto; }
.scene-art { position: relative; min-height: 410px; overflow: hidden; background: var(--scene-bg); isolation: isolate; }
.scene-art::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: repeating-linear-gradient(115deg, transparent 0 31px, rgba(255,255,255,.025) 32px 33px); }
.scene-art::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -100px 120px rgba(0,0,0,.72); }
.scene-art svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.scene-art .scene-image { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; }
.scene-art.scene-cover .scene-image { object-fit: contain; padding: 18px; filter: drop-shadow(18px 24px 24px rgba(0,0,0,.62)); }
.scene-art .scene-index { position: absolute; top: 20px; left: 22px; z-index: 3; font-size: .875rem; letter-spacing: .22em; color: rgba(255,255,255,.68); }
.scene-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; background: #171b1b; border-left: 1px solid var(--line); }
.scene-copy span { color: var(--red-hot); font-size: .875rem; font-weight: 700; letter-spacing: .2em; }
.scene-copy h4 { margin: 15px 0; font-family: Impact, sans-serif; font-size: clamp(34px, 4vw, 62px); line-height: .88; text-transform: uppercase; }
.scene-copy p { margin: 0; color: #8f938c; font-family: Georgia, serif; font-size: 14px; line-height: 1.72; }
.gallery-arrow { width: 42px; height: 70px; border: 1px solid var(--line); background: rgba(9,11,12,.8); cursor: pointer; font-size: 20px; transition: .25s; }
.gallery-arrow:hover { border-color: var(--red-hot); color: var(--red-hot); }
.gallery-progress { display: flex; align-items: center; gap: 18px; margin-top: 20px; padding-left: 59px; color: #858a84; font-size: .875rem; letter-spacing: .18em; }
.gallery-progress > i { position: relative; width: 180px; height: 1px; background: rgba(255,255,255,.1); }
.gallery-progress b { position: absolute; inset: 0 auto 0 0; width: 25%; background: var(--red-hot); transition: width .35s; }

.visual-archive, .map-lab { margin-top: 110px; }
.visual-archive-head, .map-lab-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.visual-archive-head h3, .map-lab-head h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(28px, 4vw, 52px); font-weight: 500; }
.visual-archive-head > p, .map-lab-head > p { max-width: 440px; margin: 0; color: #858a83; font-family: Georgia, serif; font-size: 14px; line-height: 1.7; }
.visual-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 225px; gap: 8px; }
.visual-tile { position: relative; min-width: 0; overflow: hidden; padding: 0; border: 1px solid rgba(217,208,189,.1); background: #111; cursor: zoom-in; }
.visual-tile.wide { grid-column: span 2; }.visual-tile.tall { grid-row: span 2; }.visual-tile.cover-back { grid-row: span 2; }
.visual-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,6,.88), transparent 45%); transition: background .35s; }
.visual-tile img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.08); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.visual-tile.cover-back img { object-position: top center; }
.visual-tile.spine { grid-row: span 2; background: radial-gradient(circle,#252015,#070808 72%); }
.visual-tile.spine img { object-fit: contain; padding: 16px 42%; }
.visual-tile span { position: absolute; left: 17px; right: 17px; bottom: 15px; z-index: 2; color: #d0c8b8; font-size: .875rem; font-weight: 700; letter-spacing: .16em; text-align: left; }
.visual-tile:hover img, .visual-tile:focus-visible img { transform: scale(1.055); filter: saturate(1) contrast(1.04); }
.visual-tile:hover::after { background: linear-gradient(0deg, rgba(86,24,17,.8), transparent 52%); }
.visual-tile:focus-visible { outline: 1px solid var(--red-hot); outline-offset: 2px; }

.map-lab { padding: 42px; border: 1px solid rgba(194,173,120,.2); background: radial-gradient(circle at 50% 0, rgba(105,78,42,.12), transparent 35%), #0c0f0f; }
.map-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.map-card { position: relative; min-height: 350px; overflow: hidden; padding: 0; border: 1px solid var(--line); background: #080a0a; cursor: zoom-in; text-align: left; }
.map-card::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(7,8,8,.97) 4%, rgba(7,8,8,.2) 65%, transparent); }
.map-card img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.16) saturate(.76) contrast(1.05); transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .35s; }
.map-card > span { position: absolute; inset: auto 22px 21px; z-index: 2; display: flex; flex-direction: column; }
.map-card small { color: var(--red-hot); font-size: .875rem; font-weight: 700; letter-spacing: .16em; }
.map-card strong { margin-top: 8px; color: var(--bone); font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.map-card b { width: fit-content; margin-top: 15px; padding-bottom: 4px; border-bottom: 1px solid var(--red); color: var(--amber); font-size: .875rem; letter-spacing: .15em; text-transform: uppercase; }
.map-card:hover img, .map-card:focus-visible img { transform: scale(1.08); filter: sepia(0) saturate(1) contrast(1); }
.map-card:focus-visible { outline: 1px solid var(--red-hot); outline-offset: 2px; }

.animation-section { min-height: auto; isolation: isolate; padding-top: 130px; background: radial-gradient(circle at 76% 28%, rgba(32,145,204,.13), transparent 22%), radial-gradient(circle at 18% 72%, rgba(159,43,33,.14), transparent 27%), #060808; }
.animation-section::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .22; background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, transparent, #000 20% 80%, transparent); }
.animation-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr); align-items: end; gap: 60px; margin-bottom: 48px; }
.animation-heading h2 { margin-top: 12px; font-size: clamp(62px, 9vw, 132px); line-height: .8; }
.animation-intro { max-width: 560px; padding: 0 0 8px 28px; border-left: 1px solid rgba(74,190,255,.35); }
.animation-intro > span { color: #55c7f7; font-size: .875rem; font-weight: 700; letter-spacing: .18em; }
.animation-intro p { margin: 17px 0 0; color: #a0a59e; font-family: Georgia, serif; font-size: 16px; line-height: 1.75; }
.animation-player { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid rgba(217,208,189,.2); background: #020303; box-shadow: 0 36px 100px rgba(0,0,0,.55); }
.animation-player::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 100px rgba(0,0,0,.58); }
.animation-player video { display: block; width: 100%; height: 100%; object-fit: contain; background: #000; }
.animation-launch { position: absolute; left: 50%; top: 50%; z-index: 4; display: flex; align-items: center; gap: 18px; min-width: 300px; padding: 18px 23px; border: 1px solid rgba(94,204,253,.48); background: rgba(5,10,12,.9); color: var(--bone); cursor: pointer; text-align: left; transform: translate(-50%,-50%); backdrop-filter: blur(12px); transition: opacity .3s, transform .3s, border-color .3s; }
.animation-launch:hover, .animation-launch:focus-visible { border-color: #6ed5ff; transform: translate(-50%,-50%) scale(1.03); outline: 0; }
.animation-player.is-playing .animation-launch { opacity: 0; pointer-events: none; transform: translate(-50%,-46%) scale(.95); }
.animation-play { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #65cdf9; border-radius: 50%; color: #78d8ff; font-size: 17px; padding-left: 3px; box-shadow: 0 0 25px rgba(70,190,243,.18); }
.animation-launch > span:last-child { display: flex; flex-direction: column; gap: 5px; }
.animation-launch small { color: #58c8f8; font-size: .875rem; letter-spacing: .16em; }
.animation-launch strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.animation-frame { position: absolute; inset: 15px; z-index: 3; pointer-events: none; }
.animation-frame i { position: absolute; width: 45px; height: 45px; border-color: rgba(217,208,189,.43); }
.animation-frame i:nth-child(1) { left: 0; top: 0; border-left: 1px solid; border-top: 1px solid; }
.animation-frame i:nth-child(2) { right: 0; top: 0; border-right: 1px solid; border-top: 1px solid; }
.animation-frame i:nth-child(3) { left: 0; bottom: 0; border-left: 1px solid; border-bottom: 1px solid; }
.animation-frame i:nth-child(4) { right: 0; bottom: 0; border-right: 1px solid; border-bottom: 1px solid; }
.animation-meta { display: grid; grid-template-columns: repeat(3, minmax(0, .7fr)) minmax(300px, 1.4fr); border: 1px solid var(--line); border-top: 0; background: rgba(11,14,14,.9); }
.animation-meta > div { min-height: 108px; display: flex; align-items: center; gap: 15px; padding: 23px; border-right: 1px solid var(--line); }
.animation-meta > div:last-child { border-right: 0; }
.animation-meta span { color: var(--red-hot); font-family: Georgia, serif; font-size: 25px; }
.animation-meta p { margin: 0; color: #767d76; font-size: .875rem; line-height: 1.55; }
.animation-meta p strong { color: #c8c1b2; font-size: .875rem; letter-spacing: .12em; }
.animation-meta .animation-quote { color: #bdb6a7; font-family: Georgia, serif; font-size: 17px; font-style: italic; line-height: 1.55; }

.image-lightbox { position: fixed; inset: 0; z-index: 160; display: grid; grid-template-rows: minmax(0, 1fr) auto; place-items: center; padding: 55px 60px 28px; background: rgba(3,4,4,.96); backdrop-filter: blur(16px); }
.image-lightbox[hidden], .map-modal[hidden] { display: none; }
.image-lightbox img { max-width: 100%; max-height: calc(100vh - 120px); object-fit: contain; box-shadow: 0 24px 90px #000; }
.image-lightbox p { margin: 18px 0 0; color: #9b9f98; font-family: Georgia, serif; font-size: .875rem; font-style: italic; }
.modal-close { width: 43px; height: 43px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(217,208,189,.18); background: rgba(8,10,10,.8); color: #a0a49e; cursor: pointer; font-size: 27px; font-weight: 200; }
.image-lightbox > .modal-close { position: absolute; top: 23px; right: 28px; z-index: 2; }

.map-modal { position: fixed; inset: 0; z-index: 170; display: grid; grid-template-columns: minmax(0, 1fr) 330px; grid-template-rows: 82px minmax(0, 1fr) 58px; overflow: hidden; background: #070909; }
.map-modal-bar { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding: 13px 22px 13px 28px; border-bottom: 1px solid var(--line); background: #101313; }
.map-modal-bar span { color: var(--red-hot); font-size: .875rem; font-weight: 700; letter-spacing: .18em; }
.map-modal-bar h2 { margin-top: 5px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.map-tools { display: flex; align-items: center; gap: 6px; }
.map-tools > button:not(.modal-close) { min-width: 43px; height: 43px; padding: 0 12px; border: 1px solid rgba(217,208,189,.16); background: #080a0a; color: #a4a89f; cursor: pointer; font-size: 18px; }
.map-tools #map-reset { font-size: .875rem; letter-spacing: .12em; }
.map-workspace { position: relative; min-height: 0; overflow: hidden; cursor: grab; touch-action: none; background: radial-gradient(circle, #26231d, #0a0c0c 72%); }
.map-workspace.dragging { cursor: grabbing; }
.map-transform { position: absolute; left: 50%; top: 50%; width: min(1120px, 92vw); transform-origin: center; will-change: transform; }
.map-transform > img { display: block; width: 100%; height: auto; pointer-events: none; user-select: none; box-shadow: 0 20px 70px rgba(0,0,0,.65); }
.map-hotspot { position: absolute; width: 19px; height: 19px; padding: 0; border: 2px solid #ffe7c8; border-radius: 50%; background: var(--red-hot); box-shadow: 0 0 0 5px rgba(159,43,33,.25), 0 0 18px rgba(215,90,64,.65); cursor: pointer; transform: translate(-50%,-50%); animation: hotspot-pulse 2s ease-in-out infinite; }
.map-hotspot::after { content: attr(data-label); position: absolute; left: 50%; bottom: calc(100% + 9px); width: max-content; max-width: 150px; padding: 6px 8px; border: 1px solid rgba(217,208,189,.18); background: rgba(8,10,10,.92); color: #d5cbb7; font-size: .875rem; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); opacity: 0; pointer-events: none; transition: opacity .2s; }
.map-hotspot:hover::after, .map-hotspot:focus-visible::after { opacity: 1; }
.map-help { position: absolute; left: 16px; bottom: 15px; display: flex; gap: 18px; padding: 9px 12px; background: rgba(5,7,7,.78); color: #717771; font-size: .875rem; letter-spacing: .11em; text-transform: uppercase; pointer-events: none; }
.map-info { grid-column: 2; grid-row: 2; padding: 36px 30px; border-left: 1px solid var(--line); background: linear-gradient(155deg,#1b201f,#0b0e0e); }
.map-info > span { color: var(--red-hot); font-size: .875rem; font-weight: 700; letter-spacing: .17em; }
.map-info h3 { margin: 18px 0 12px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.map-info p { color: #8d928a; font-family: Georgia, serif; font-size: 14px; line-height: 1.75; }
.map-switcher { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.map-switcher button { border: 0; border-right: 1px solid var(--line); background: #0e1111; color: #70766f; cursor: pointer; font-size: .875rem; letter-spacing: .14em; text-transform: uppercase; }
.map-switcher button:last-child { border-right: 0; }
.map-switcher button.active { color: var(--bone); background: rgba(159,43,33,.18); box-shadow: inset 0 2px 0 var(--red); }

.universe { background: radial-gradient(circle at 12% 36%, rgba(117,102,63,.1), transparent 23%), #090b0c; padding-bottom: 0; }
.archive { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); min-height: 750px; border: 1px solid var(--line); }
.archive-list { padding: 32px; }
.archive-tools { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 30px; }
.search-box { position: relative; display: flex; align-items: center; width: min(320px, 100%); border-bottom: 1px solid rgba(217,208,189,.24); }
.search-box svg { width: 17px; fill: none; stroke: #797e78; stroke-width: 1.5; }
.search-box input { width: 100%; padding: 12px 10px; border: 0; outline: 0; color: var(--bone); background: transparent; font-family: Georgia, serif; font-size: .875rem; }
.search-box input::placeholder { color: #5f6560; }
.archive-filters { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.filter { padding: 9px 12px; border: 1px solid transparent; background: transparent; color: #737973; cursor: pointer; font-size: .875rem; letter-spacing: .13em; text-transform: uppercase; }
.filter:hover, .filter.active { color: var(--bone); border-color: var(--line); background: rgba(255,255,255,.035); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.archive-card { position: relative; min-height: 145px; padding: 18px; border: 1px solid var(--line); background: rgba(19,23,23,.56); text-align: left; cursor: pointer; overflow: hidden; transition: border-color .25s, transform .25s, background .25s; }
.archive-card::after { content: attr(data-initial); position: absolute; right: -6px; bottom: -18px; color: rgba(217,208,189,.035); font-family: Impact, sans-serif; font-size: 83px; line-height: 1; }
.archive-card:hover, .archive-card.active { transform: translateY(-3px); border-color: rgba(194,173,120,.42); background: rgba(37,42,40,.76); }
.archive-card.active { box-shadow: inset 3px 0 0 var(--red); }
.archive-card span { display: block; color: var(--red-hot); font-size: .875rem; font-weight: 700; letter-spacing: .18em; }
.archive-card strong { display: block; margin: 14px 0 8px; font-family: Georgia, serif; font-size: 16px; font-weight: 500; }
.archive-card small { display: block; color: #747a74; font-size: .875rem; letter-spacing: .08em; text-transform: uppercase; }
.empty-state { color: var(--muted); font-family: Georgia, serif; font-style: italic; }
.dossier-panel { position: relative; overflow: hidden; padding: 38px; border-left: 1px solid var(--line); background: linear-gradient(155deg, #242929, #101313 55%, #0b0d0e); }
.dossier-panel::after { content: ""; position: absolute; inset: auto -25% -16% 0; height: 45%; background: radial-gradient(ellipse, rgba(159,43,33,.2), transparent 65%); pointer-events: none; }
.dossier-scan { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(transparent 49%, rgba(194,173,120,.05) 50%, transparent 51%); background-size: 100% 5px; opacity: .35; }
.dossier-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; color: #6f756f; font-size: .875rem; letter-spacing: .18em; }
.dossier-portrait { position: relative; z-index: 2; width: 126px; aspect-ratio: 1; display: grid; place-items: center; margin: 42px 0 30px; border-radius: 50%; border: 1px solid rgba(194,173,120,.3); background: radial-gradient(circle at 50% 37%, #615e51 0 7%, transparent 8%), radial-gradient(ellipse at 50% 63%, #2b302e 0 26%, transparent 27%), #121515; box-shadow: 0 0 0 9px rgba(194,173,120,.025), 0 0 70px rgba(159,43,33,.13); }
.dossier-portrait::before, .dossier-portrait::after { content: ""; position: absolute; background: rgba(194,173,120,.26); }
.dossier-portrait::before { width: 154px; height: 1px; }.dossier-portrait::after { height: 154px; width: 1px; }
.dossier-portrait span { position: absolute; right: -12px; bottom: 4px; width: 35px; height: 22px; display: grid; place-items: center; color: var(--amber); background: #141817; border: 1px solid var(--line); font-size: .875rem; letter-spacing: .15em; }
.dossier-status { position: relative; z-index: 2; display: flex; align-items: center; gap: 9px; margin: 0 0 12px; color: #8d9589; font-size: .875rem; letter-spacing: .15em; }
.dossier-status i { width: 6px; height: 6px; border-radius: 50%; background: #6ba767; box-shadow: 0 0 9px #6ba767; }
.dossier-panel h3 { position: relative; z-index: 2; margin: 0; font-family: Impact, sans-serif; font-size: clamp(46px, 5vw, 72px); line-height: 1; text-transform: uppercase; }
.dossier-role { position: relative; z-index: 2; margin: 10px 0 28px; color: var(--amber); font-family: Georgia, serif; font-size: .875rem; font-style: italic; }
.dossier-description { position: relative; z-index: 2; color: #969a92; font-family: Georgia, serif; font-size: 14px; line-height: 1.8; }
.dossier-tags { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 26px; }
.dossier-tags span { padding: 7px 9px; border: 1px solid var(--line); color: #777d76; font-size: .875rem; letter-spacing: .15em; }
.dossier-note { position: relative; z-index: 2; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.dossier-note > span { color: var(--red-hot); font-size: .875rem; letter-spacing: .17em; }
.dossier-note p { margin: 8px 0 0; color: #6f746e; font-size: .875rem; line-height: 1.6; }

.fans-zone { scroll-margin-top: calc(var(--header-h) + 30px); margin-top: 120px; padding-top: 76px; border-top: 1px solid var(--line); }
.fans-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.fans-heading h2 { font-size: clamp(48px, 6vw, 88px); }
.fans-heading > p { max-width: 430px; margin: 0 0 4px; color: #888c85; font-family: Georgia, serif; font-size: 15px; line-height: 1.75; }
.community-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.quiz-panel, .poll-panel, .discord-panel { position: relative; min-height: 520px; padding: 32px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(150deg, rgba(33,39,38,.75), rgba(11,14,14,.94)); }
.quiz-panel::after, .poll-panel::after { content: ""; position: absolute; inset: auto -20% -35% 20%; height: 55%; background: radial-gradient(ellipse, rgba(159,43,33,.14), transparent 67%); pointer-events: none; }
.community-card-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--red-hot); font-size: .875rem; font-weight: 700; letter-spacing: .17em; }
.community-card-head small { color: #666c67; font-size: .875rem; font-weight: 500; }
.quiz-signal { margin: 34px 0 8px; color: #737a73; font-size: .875rem; letter-spacing: .16em; }
.quiz-panel h3, .poll-panel h3, .discord-panel h3 { position: relative; z-index: 2; margin: 0; font-family: Georgia, serif; font-size: clamp(28px, 3vw, 44px); font-weight: 500; }
.quiz-question { position: relative; z-index: 2; min-height: 48px; margin: 26px 0 20px; color: var(--amber); font-family: Georgia, serif; font-size: 17px; line-height: 1.5; }
.quiz-answers { position: relative; z-index: 2; display: grid; gap: 8px; }
.quiz-answers button { display: flex; align-items: center; gap: 13px; width: 100%; padding: 13px 14px; border: 1px solid var(--line); background: rgba(255,255,255,.02); color: #999d96; cursor: pointer; text-align: left; font-family: Georgia, serif; font-size: .875rem; transition: .22s; }
.quiz-answers button span { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(194,173,120,.25); color: var(--amber); font-family: Arial, sans-serif; font-size: .875rem; }
.quiz-answers button:hover, .quiz-answers button:focus-visible { outline: 0; border-color: rgba(215,90,64,.55); color: var(--bone); background: rgba(159,43,33,.12); }
.quiz-result { position: relative; z-index: 2; padding-top: 70px; }
.quiz-result[hidden] { display: none; }
.quiz-result > span { color: var(--red-hot); font-size: .875rem; font-weight: 700; letter-spacing: .18em; }
.quiz-result h3 { margin-top: 15px; font-family: Impact, sans-serif; font-size: clamp(56px, 7vw, 92px); text-transform: uppercase; }
.quiz-result p { max-width: 580px; color: #9a9e96; font-family: Georgia, serif; font-size: 15px; line-height: 1.75; }
.quiz-result button { margin-top: 22px; padding: 12px 15px; border: 1px solid rgba(194,173,120,.28); background: transparent; color: var(--amber); cursor: pointer; font-size: .875rem; letter-spacing: .16em; text-transform: uppercase; }
.quiz-result button b { margin-left: 16px; color: var(--red-hot); font-size: 15px; }
.poll-panel > h3 { margin-top: 34px; }
.poll-panel > p:not(.poll-feedback) { position: relative; z-index: 2; margin: 13px 0 24px; color: #848983; font-family: Georgia, serif; font-size: .875rem; line-height: 1.65; }
.poll-options { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.poll-option { min-width: 0; padding: 11px 7px; border: 1px solid var(--line); background: rgba(255,255,255,.018); cursor: pointer; color: #858a84; font-size: .875rem; letter-spacing: .08em; text-transform: uppercase; transition: .22s; }
.poll-option:hover, .poll-option.selected { border-color: var(--red-hot); color: var(--bone); background: rgba(159,43,33,.17); }
.poll-option.selected::before { content: "◆"; margin-right: 6px; color: var(--red-hot); font-size: .875rem; }
.poll-feedback { position: relative; z-index: 2; min-height: 18px; margin: 20px 0 0; color: var(--amber); font-family: Georgia, serif; font-size: .875rem; font-style: italic; }
.discord-panel { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, .72fr) minmax(360px, 1.28fr); grid-template-rows: auto auto auto 1fr auto auto; gap: 0 54px; min-height: 460px; background: radial-gradient(circle at 14% 56%, rgba(89,101,242,.18), transparent 24%), linear-gradient(125deg,#1e222a,#0c0e11 65%); }
.discord-panel .community-card-head { grid-column: 1 / -1; }
.discord-panel .community-card-head small { display: flex; align-items: center; gap: 7px; }
.discord-panel .community-card-head i { width: 6px; height: 6px; border-radius: 50%; background: #d0903c; box-shadow: 0 0 8px #d0903c; }
.discord-mark { width: 56px; height: 56px; display: grid; place-items: center; align-self: end; margin-top: 38px; border-radius: 18px; color: #fff; background: #5865f2; font-size: 41px; transform: rotate(90deg); }
.discord-panel h3 { margin-top: 18px; }
.discord-panel > p { max-width: 460px; color: #92969d; font-family: Georgia, serif; font-size: 14px; line-height: 1.7; }
.chat-preview { grid-column: 2; grid-row: 2 / span 4; align-self: stretch; display: flex; flex-direction: column; justify-content: center; gap: 15px; padding: 30px; margin-top: 30px; border: 1px solid rgba(255,255,255,.08); background: rgba(8,10,14,.68); }
.chat-preview > div { display: flex; gap: 12px; align-items: flex-start; }
.chat-preview > div > b { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: #3c436d; font-size: .875rem; }
.chat-preview > div:nth-child(2) > b { background: #70443d; }.chat-preview > div:nth-child(3) > b { background: #3d6556; }
.chat-preview p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.chat-preview strong { color: #c6c8d0; font-size: .875rem; }.chat-preview span { color: #747986; font-size: .875rem; }
.discord-connect { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; max-width: 360px; padding: 15px 16px; border: 1px solid rgba(88,101,242,.36); background: rgba(88,101,242,.12); color: #8f94b2; font-size: .875rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.discord-connect:disabled { cursor: not-allowed; opacity: .72; }
.discord-connect b { font-size: 15px; }
.discord-note { margin-top: 10px; color: #636876; font-size: .875rem; line-height: 1.5; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; margin-top: 100px; padding: 34px 0; border-top: 1px solid var(--line); color: #626762; font-size: .875rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer > div { display: flex; align-items: center; gap: 15px; }
.site-footer p { line-height: 1.5; }
.site-footer > p:last-child { text-align: right; }
.footer-warning { color: var(--red-hot); text-align: center; }

.briefing { position: fixed; inset: 0; z-index: 120; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; text-align: center; background: radial-gradient(circle at 50% 50%, #251311, #080a0a 58%); }
.briefing[hidden] { display: none; }
.briefing-noise { position: absolute; inset: 0; pointer-events: none; opacity: .11; background: repeating-linear-gradient(0deg, transparent 0 2px, #c1ad80 3px, transparent 4px); animation: interference .18s steps(2) infinite; }
.briefing > p:first-of-type { position: relative; color: var(--red-hot); font-size: .875rem; letter-spacing: .25em; }
.briefing h2 { position: relative; font-size: clamp(58px, 10vw, 150px); }
.briefing-line { position: relative; width: min(620px, 80vw); height: 1px; margin: 28px 0; background: linear-gradient(90deg, transparent, var(--red-hot), transparent); }
.briefing > p:nth-of-type(2) { position: relative; max-width: 600px; color: #9a9e95; font-family: Georgia, serif; font-size: 16px; line-height: 1.8; }
.briefing > strong { position: relative; margin: 15px 0 32px; color: var(--bone); font-family: Georgia, serif; font-size: 23px; font-style: italic; letter-spacing: .08em; }
.briefing-close { position: absolute; top: 30px; right: 35px; z-index: 3; border: 0; background: transparent; cursor: pointer; color: #8a8e88; font-size: 34px; font-weight: 200; }
.briefing-enter { position: relative; padding: 15px 20px; border: 1px solid rgba(215,90,64,.55); background: rgba(159,43,33,.22); cursor: pointer; color: var(--bone); font-size: .875rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.briefing-enter span { margin-left: 20px; }

.reveal { opacity: 1; transform: none; }
.reveal.visible:not(.visual-archive):not(.archive):not(.fans-zone) { animation: reveal-content .65s ease both; }
@keyframes reveal-content { from { transform: translateY(16px); } to { transform: none; } }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .14s; }.delay-2 { transition-delay: .28s; }

.dossier-navigation { display:flex; flex-wrap:wrap; gap:12px 24px; font-size:1rem; line-height:1.5; }
.dossier-navigation a { padding:10px 0; color:#ddd6c7; }
.dossier-navigation a:hover, .document-link:hover { color:#5dceff; }
.site-footer .dossier-navigation { flex-basis:100%; }
.document-link { display:inline-block; margin:16px 0 28px; padding:12px 0; color:#69d3ff; font-size:1rem; }
.document-page { color:#ddd6c7; font-size:18px; line-height:1.7; background:#090d0e; }
.document-header { padding:28px max(24px,5vw); border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:24px; }
.document-brand { display:flex; align-items:center; gap:16px; line-height:1.2; letter-spacing:.1em; }
.document-brand img { width:64px; height:64px; object-fit:cover; border-radius:50%; }
.document-main { max-width:1440px; margin:auto; padding:64px max(24px,4vw); }
.document-main > h1 { max-width:1100px; font-size:clamp(36px,5vw,76px); line-height:1.12; margin:0 0 32px; overflow-wrap:anywhere; }
.document-lead { color:#eee5d2; font-size:1.25rem; max-width:950px; }
.document-main p { line-height:1.75; }
.document-main .volumes { margin-top:40px; }
.document-cover { width:100%; aspect-ratio:16/8; object-fit:cover; border:1px solid var(--line); }
.document-main .eden-dossier-copy { padding:32px 0; overflow:visible; max-height:none; }
.document-main .author-section { padding:28px 0; }
.document-character-grid { display:grid; gap:28px; margin-top:32px; }
.document-character { display:grid; grid-template-columns:minmax(180px,.36fr) 1fr; gap:32px; border:1px solid var(--line); background:#101515; }
.document-character > img { width:100%; height:100%; max-height:520px; object-fit:cover; }
.document-character > div { padding:28px 32px 28px 0; }
.document-character h2 { font-size:clamp(28px,3vw,44px); }
.document-character details { border-top:1px solid var(--line); padding-top:12px; }
.document-character summary { cursor:pointer; color:#6bd2fc; }
.document-footer { border-top:1px solid var(--line); padding:32px max(24px,5vw); }
.document-page .eden-scene-grid .visual-tile { display:block; }
@media(max-width:680px) {
 .document-header { align-items:flex-start; padding:20px; }
 .dossier-navigation { gap:4px 18px; }
 .document-main { padding:40px 20px; }
 .document-character { grid-template-columns:1fr; gap:0; }
 .document-character > img { max-height:360px; aspect-ratio:4/3; }
 .document-character > div { padding:24px; }
}

@keyframes pulse { 50% { opacity: .4; box-shadow: 0 0 4px #6ba767; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes interference { 50% { transform: translateY(2px); opacity: .07; } }
@keyframes intro-scan { 0% { transform: scaleY(0); opacity: 0; } 45% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(1) translateX(18%); opacity: 0; } }
@keyframes eye-open { 0% { opacity: 0; transform: rotate(-45deg) scaleY(.04) scaleX(.7); } 65% { opacity: 1; transform: rotate(-45deg) scaleY(1.08) scaleX(1); } 100% { transform: rotate(-45deg) scaleY(1) scaleX(1); } }
@keyframes iris-pulse { 50% { transform: rotate(45deg) scale(.86); filter: brightness(1.45); } }
@keyframes pupil-contract { 50% { height: 21px; } }
@keyframes logo-eye { 45%,55% { transform: rotate(45deg) translateX(3px) scale(.88); filter: brightness(1.35); } }
@keyframes intro-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-drift { from { transform: scale(1.04) translateX(-1.5%); } to { transform: scale(1.12) translateX(1.5%); } }
@keyframes hotspot-pulse { 50% { box-shadow: 0 0 0 9px rgba(159,43,33,0), 0 0 22px rgba(215,90,64,.8); } }

@media (max-width: 1180px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .volume-card { grid-template-columns: 1fr; }
  .volume-cover { min-height: 240px; margin: 26px 26px 0; }
  .volume-copy { padding: 24px 26px 30px; }
  .press-feature { grid-template-columns: 180px minmax(0, 1fr); }
  .press-stamp { display: none; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .fans-heading { display: block; }
  .fans-heading > p { margin-top: 28px; }
  .discord-panel { grid-template-columns: 1fr 1fr; }
  .visual-mosaic { grid-template-columns: repeat(3, 1fr); }
  .map-card { min-height: 300px; }
  .animation-meta { grid-template-columns: repeat(3, 1fr); }
  .animation-meta .animation-quote { grid-column: 1 / -1; min-height: 84px; border-top: 1px solid var(--line); }
}

@media (max-width: 900px) {
  :root { --header-h: 70px; }
  .site-header { padding-inline: 22px; }
  .desktop-nav, .access-pill { display: none; }
  .menu-toggle { margin-left: auto; width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 0; background: transparent; }
  .menu-toggle span { width: 22px; height: 1px; background: var(--bone); transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 100%; right: 20px; display: flex; flex-direction: column; width: 190px; padding: 8px; border: 1px solid var(--line); background: rgba(11,13,14,.98); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .25s; }
  .mobile-nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-nav a { padding: 14px; color: #999d96; font-size: .875rem; letter-spacing: .15em; text-transform: uppercase; border-bottom: 1px solid var(--line); }
  .mobile-nav a:last-child { border-bottom: 0; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto auto auto; padding-top: 120px; }
  .hero-content { padding-top: 0; }
  .hero-world { min-height: 460px; margin-top: -40px; opacity: .85; }
  .eden-visual { height: 540px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stats div:nth-child(2) { border-right: 0; }
  .hero-stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .scroll-cue { display: none; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 28px; }
  .volumes { grid-template-columns: 1fr; }
  .volume-card { grid-template-columns: 200px 1fr; min-height: 320px; }
  .volume-cover { margin: 26px 0 26px 26px; }
  .press-feature { grid-template-columns: 150px minmax(0, 1fr); }
  .explorer-head { display: block; }
  .explorer-tabs { width: fit-content; margin-top: 24px; }
  .gallery-slide { grid-template-columns: 1fr; }
  .scene-copy { position: absolute; inset: auto 0 0; min-height: 45%; border: 0; background: linear-gradient(transparent, rgba(8,10,10,.95) 25%); padding: 90px 30px 25px; }
  .scene-copy p { max-width: 600px; }
  .visual-archive-head, .map-lab-head { display: block; }
  .visual-archive-head > p, .map-lab-head > p { margin-top: 20px; }
  .map-cards { grid-template-columns: 1fr; }
  .map-card { min-height: 290px; }
  .map-modal { grid-template-columns: 1fr; }
  .map-info { display: none; }
  .animation-heading { grid-template-columns: 1fr; gap: 28px; }
  .animation-heading h2 { font-size: clamp(62px, 13vw, 106px); }
  .animation-intro { max-width: 650px; }
  .archive { grid-template-columns: 1fr; }
  .dossier-panel { min-height: 620px; border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .section { padding-inline: 18px; padding-bottom: 72px; }
  .brand { min-width: 0; }
  .brand-copy strong { font-size: .875rem; }
  h1 { font-size: clamp(64px, 22vw, 94px); }
  .hero-intro { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-world { margin-top: -25px; min-height: 390px; }
  .eden-visual { height: 430px; transform: scale(1.08); }
  .world-label { width: 90%; }
  .hero-stats { margin-inline: -18px; }
  .hero-stats div { min-height: 76px; gap: 9px; }
  .hero-stats strong { font-size: 23px; }
  .hero-stats span { font-size: .875rem; }
  .volume-card { grid-template-columns: 1fr; }
  .volume-cover { min-height: 310px; margin: 24px 24px 0; }
  .volume-cover.real-cover { min-height: 0; }
  .press-feature { grid-template-columns: 1fr; }
  .press-photo { height: 270px; min-height: 0; }
  .press-photo::after { background: linear-gradient(0deg, #161918, transparent 50%); }
  .press-copy { padding: 28px 22px 34px; }
  .explorer-shell { margin-inline: -18px; margin-top: 80px; padding: 25px 18px; border-inline: 0; }
  .explorer-tabs { width: 100%; overflow-x: auto; }
  .tab { flex: 1; padding-inline: 12px; }
  .gallery-stage { grid-template-columns: 1fr; }
  .gallery-track { min-height: 500px; }
  .gallery-slide, .scene-art { min-height: 500px; }
  .gallery-arrow { position: absolute; z-index: 5; bottom: 18px; width: 42px; height: 42px; }
  .gallery-arrow.previous { left: 18px; }.gallery-arrow.next { right: 18px; }
  .scene-copy { padding-bottom: 80px; }
  .scene-copy p { font-size: .875rem; }
  .gallery-progress { padding-left: 0; justify-content: center; }
  .story-intro h2 { font-size: clamp(44px, 15vw, 68px); }
  .intro-eye { width: 110px; height: 110px; margin-bottom: 30px; }
  .intro-eye i { width: 58px; height: 58px; }
  .visual-archive, .map-lab { margin-top: 75px; }
  .visual-mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 175px; }
  .visual-tile.wide { grid-column: span 2; }
  .visual-tile.tall, .visual-tile.cover-back { grid-row: span 2; }
  .map-lab { margin-inline: -18px; padding: 28px 18px; border-inline: 0; }
  .image-lightbox { padding: 52px 14px 22px; }
  .map-modal { grid-template-rows: 74px minmax(0, 1fr) 54px; }
  .map-modal-bar { padding: 10px 12px; }
  .map-modal-bar span { display: none; }
  .map-modal-bar h2 { max-width: 155px; overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
  .map-tools > button:not(.modal-close), .modal-close { min-width: 38px; width: 38px; height: 38px; }
  .map-transform { width: 1180px; }
  .map-help { display: none; }
  .map-switcher button { font-size: .875rem; letter-spacing: .07em; }
  .animation-section { padding-top: 100px; }
  .animation-heading h2 { font-size: clamp(54px, 18vw, 78px); }
  .animation-intro { padding-left: 18px; }
  .animation-intro > span { font-size: .875rem; }
  .animation-player { margin-inline: -18px; aspect-ratio: 9 / 13; border-inline: 0; }
  .animation-player video { object-fit: contain; }
  .animation-launch { min-width: 0; width: calc(100% - 52px); padding: 15px; }
  .animation-play { width: 44px; height: 44px; }
  .animation-meta { grid-template-columns: 1fr; margin-inline: -18px; border-inline: 0; }
  .animation-meta > div { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--line); }
  .animation-meta .animation-quote { grid-column: auto; min-height: 105px; border-top: 0; border-bottom: 0; }
  .archive-list { padding: 20px 14px; }
  .archive-tools { align-items: stretch; flex-direction: column; }
  .archive-filters { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-card { min-height: 132px; padding: 14px; }
  .dossier-panel { padding: 30px 24px; }
  .fans-zone { margin-top: 80px; padding-top: 55px; }
  .community-grid { grid-template-columns: 1fr; }
  .quiz-panel, .poll-panel, .discord-panel { min-height: 0; padding: 24px 19px; }
  .discord-panel { grid-column: auto; display: block; }
  .chat-preview { margin: 25px 0; padding: 20px 15px; }
  .poll-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr; gap: 22px; text-align: left; }
  .footer-warning, .site-footer > p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  #ash-canvas { display: none; }
}

/* 2026 — interface Murmures d’Enfer */
body.menu-open { overflow: hidden; }
.intro-eye, .brand-eye { overflow: hidden; transform: none; background: #020506; }
.intro-eye img, .brand-eye img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(1.35) contrast(1.12); }
.intro-eye { width: min(360px, 72vw); height: min(180px, 36vw); border-radius: 50%; animation: eye-open 1.15s .18s cubic-bezier(.19,1,.22,1) both; box-shadow: 0 0 30px rgba(55,190,255,.42), 0 0 100px rgba(22,122,194,.22); }
.brand-eye { width: 58px; height: 34px; border-radius: 50%; box-shadow: 0 0 22px rgba(48,184,247,.28); }
.brand-eye.small { width: 50px; height: 28px; }
.site-header { height: 76px; padding: 0 clamp(18px,4vw,64px); border-bottom-color: rgba(217,208,189,.1); background: linear-gradient(180deg,rgba(5,7,8,.9),rgba(5,7,8,.58)); }
.site-header.compact { --header-h: 64px; height: 64px; }
.brand { min-width: 0; }
.section-signal { margin-left: auto; margin-right: 36px; display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.section-signal span { color: #66706b; font-size: .875rem; letter-spacing: .18em; }
.section-signal strong { color: var(--amber); font-size: .875rem; letter-spacing: .16em; }
.header-discord { margin-right: 18px; padding: 11px 14px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); color: #9ca29b; font-size: .875rem; letter-spacing: .16em; transition: color .2s, border-color .2s; }
.header-discord:hover { color: #fff; border-color: rgba(89,199,247,.38); }
.menu-toggle { position: relative; z-index: 72; display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 92px; height: 40px; padding: 0 12px; border: 1px solid rgba(217,208,189,.18); background: rgba(6,9,10,.52); cursor: pointer; }
.menu-toggle .menu-word { width: auto; height: auto; margin-right: 5px; background: none; color: var(--bone); font-size: .875rem; letter-spacing: .18em; }
.menu-toggle i { width: 13px; height: 1px; display: block; background: var(--bone); transition: transform .25s; }
.menu-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateX(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:nth-of-type(2) { transform: translateX(-6px) rotate(-45deg); }
.mobile-nav { position: fixed; inset: 0; z-index: 65; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 110px clamp(26px,10vw,160px) 60px; border: 0; background: radial-gradient(circle at 82% 48%,rgba(30,154,214,.14),transparent 22%),linear-gradient(115deg,rgba(4,6,7,.99),rgba(12,16,16,.985)); opacity: 0; clip-path: inset(0 0 100% 0); pointer-events: none; transition: clip-path .55s cubic-bezier(.77,0,.18,1),opacity .3s; }
.mobile-nav::after { content: "MURMURES D’ENFER"; position: absolute; right: -1vw; bottom: -3vw; color: rgba(217,208,189,.025); font-family: Impact,sans-serif; font-size: min(16vw,220px); white-space: nowrap; }
.mobile-nav.open { opacity: 1; clip-path: inset(0); pointer-events: auto; }
.mobile-nav > p { margin: 0 0 26px; color: #4fbfe9; font-size: .875rem; letter-spacing: .22em; }
.mobile-nav > .nav-link { position: relative; width: min(820px,100%); display: flex; justify-content: flex-start; align-items: baseline; gap: 30px; padding: 8px 0; color: rgba(217,208,189,.52); font-family: Impact,sans-serif; font-size: clamp(46px,7.2vw,112px); line-height: .93; letter-spacing: -.02em; text-transform: uppercase; border-bottom: 1px solid rgba(217,208,189,.08); transition: color .2s,padding-left .25s; }
.mobile-nav > .nav-link small { width: 30px; color: var(--red-hot); font-family: Inter,Arial,sans-serif; font-size: .875rem; letter-spacing: .16em; }
.mobile-nav > .nav-link::after { display: none; }
.mobile-nav > .nav-link:hover, .mobile-nav > .nav-link.active { padding-left: 14px; color: #f1e8d4; }
.menu-contact { position: absolute; right: clamp(30px,8vw,120px); top: 50%; display: grid; gap: 24px; color: #626a65; font-family: Georgia,serif; font-size: .875rem; line-height: 1.7; transform: translateY(-50%); }
.menu-contact a { padding-bottom: 8px; border-bottom: 1px solid var(--red); color: var(--amber); font-family: Inter,Arial,sans-serif; font-size: .875rem; letter-spacing: .16em; }

.animation-player { aspect-ratio: 16 / 8.4; }
.animation-player > video { object-fit: contain; }
.animation-secondary { margin-top: 28px; border: 1px solid var(--line); background: rgba(14,17,17,.9); }
.animation-secondary summary { min-height: 76px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 22px; padding: 18px 24px; cursor: pointer; list-style: none; }
.animation-secondary summary::-webkit-details-marker { display: none; }
.animation-secondary summary span { color: var(--red-hot); font-size: .875rem; letter-spacing: .16em; }
.animation-secondary summary strong { font-family: Georgia,serif; font-size: 20px; font-weight: 500; }
.animation-secondary summary b { color: var(--amber); font-size: 22px; font-weight: 300; transition: transform .2s; }
.animation-secondary[open] summary b { transform: rotate(45deg); }
.animation-secondary video { width: 100%; max-height: 78vh; display: block; background: #000; }

.archive { align-items: start; }
.archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.archive-card { min-height: 245px; display: flex; flex-direction: column; padding: 0 16px 17px; }
.archive-card > img { width: calc(100% + 32px); height: 132px; display: block; margin: 0 -16px 15px; object-fit: cover; object-position: center 28%; filter: saturate(.72) contrast(1.08); transition: transform .35s,filter .35s; }
.archive-card:hover > img, .archive-card.active > img { transform: scale(1.025); filter: saturate(1) contrast(1.1); }
.archive-card::after { display: none; }
.archive-card strong { margin: 10px 0 7px; font-size: 20px; }
.dossier-panel { position: sticky; top: 64px; max-height: calc(100vh - 64px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--red) #101313; }
.dossier-portrait { width: 100%; aspect-ratio: 4 / 5; margin: 30px 0 26px; border-radius: 0; display: block; overflow: hidden; background: #070909; box-shadow: 0 22px 70px rgba(0,0,0,.45); }
.dossier-portrait::before, .dossier-portrait::after { display: none; }
.dossier-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 25%; }
.dossier-facts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); margin: 0 0 25px; border: 1px solid var(--line); }
.dossier-facts div { min-height: 74px; padding: 13px 11px; border-right: 1px solid var(--line); }
.dossier-facts div:last-child { border-right: 0; }
.dossier-facts span, .dossier-evolution > span { display: block; margin-bottom: 7px; color: var(--red-hot); font-size: .875rem; letter-spacing: .14em; }
.dossier-facts strong { color: #b6b2a8; font-family: Georgia,serif; font-size: .875rem; font-weight: 500; line-height: 1.35; }
.dossier-evolution { position: relative; z-index: 2; margin-top: 22px; padding: 18px; border-left: 2px solid var(--amber); background: rgba(194,173,120,.045); }
.dossier-evolution p { margin: 0; color: #888e87; font-family: Georgia,serif; font-size: .875rem; line-height: 1.65; }
.dossier-panel blockquote { position: relative; z-index: 2; margin: 24px 0 0; color: #c7b98e; font-family: Georgia,serif; font-size: 17px; font-style: italic; line-height: 1.55; }
.discord-connect { text-decoration: none; }

@media (max-width: 1100px) {
  .menu-contact { display: none; }
  .mobile-nav > .nav-link { width: 100%; }
}

@media (max-width: 900px) {
  .site-header { height: 66px; padding-inline: 14px; }
  .brand-copy small, .section-signal, .header-discord { display: none; }
  .brand-eye { width: 48px; height: 29px; }
  .menu-toggle { margin-left: auto; width: auto; height: 38px; display: flex; gap: 6px; }
  .menu-toggle .menu-word { width: auto; height: auto; }
  .mobile-nav { top: 0; right: 0; width: auto; padding: 94px 24px 36px; transform: none; }
  .mobile-nav.open { transform: none; }
  .mobile-nav > .nav-link { padding: 11px 0; font-size: clamp(38px,12vw,64px); }
  .mobile-nav > .nav-link:hover, .mobile-nav > .nav-link.active { padding-left: 8px; }
  .animation-player { aspect-ratio: 9 / 13; }
  .animation-secondary { margin-inline: -18px; border-inline: 0; }
  .animation-secondary summary { grid-template-columns: 1fr auto; gap: 8px; }
  .animation-secondary summary span { grid-column: 1 / -1; }
  .archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .archive-card { min-height: 220px; }
  .archive-card > img { height: 112px; }
  .dossier-panel { position: relative; top: auto; max-height: none; overflow: hidden; }
}

@media (max-width: 560px) {
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card { min-height: 250px; }
  .archive-card > img { height: 150px; }
  .dossier-facts { grid-template-columns: 1fr; }
  .dossier-facts div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .dossier-facts div:last-child { border-bottom: 0; }
}

/* 2026.2 — lecture continue, auteur et cartographie augmentée */
.mobile-nav { overflow-y: auto; }
.mobile-nav > .nav-link { width: min(940px,100%); padding: 5px 0; font-size: clamp(32px,4.7vw,72px); }
.mobile-nav > .nav-link span { text-wrap: balance; }

.volume-dossier { margin-top: 22px; border-top: 1px solid var(--line); }
.volume-dossier summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0 0; list-style: none; color: #8f958d; cursor: pointer; font-size: .875rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.volume-dossier summary::-webkit-details-marker { display: none; }
.volume-dossier summary b { color: var(--amber); font-size: 20px; font-weight: 300; transition: transform .25s; }
.volume-dossier[open] summary b { transform: rotate(45deg); }
.volume-dossier div { padding: 17px 0 3px; }
.volume-dossier div p { margin: 0; color: #92978f; font-family: Georgia,serif; font-size: .875rem; line-height: 1.72; }
.volume-dossier div span { display: block; margin-top: 15px; color: #646b66; font-size: .875rem; line-height: 1.55; letter-spacing: .13em; }

.author-section { min-height: 100vh; display: grid; grid-template-columns: minmax(330px,.78fr) minmax(520px,1.22fr); align-items: stretch; gap: 0; padding: 0; background: #080a0b; }
.author-portrait { position: relative; min-height: 760px; overflow: hidden; }
.author-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 60%,#080a0b),linear-gradient(0deg,#080a0b 0,transparent 42%); }
.author-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 22%; filter: saturate(.72) contrast(1.08); }
.author-coordinate { position: absolute; left: 34px; bottom: 34px; z-index: 2; display: flex; flex-direction: column; gap: 6px; padding-left: 15px; border-left: 2px solid var(--red); }
.author-coordinate span { color: #aaa89e; font-size: .875rem; letter-spacing: .18em; }
.author-coordinate strong { color: var(--amber); font-family: Georgia,serif; font-size: 22px; font-weight: 500; }
.author-copy { display: flex; flex-direction: column; justify-content: center; padding: calc(var(--header-h) + 70px) clamp(42px,7vw,120px) 100px; background: radial-gradient(circle at 78% 22%,rgba(57,181,233,.09),transparent 20%),linear-gradient(140deg,#121616,#080a0b 68%); }
.author-copy h2 { font-size: clamp(55px,7vw,112px); }
.author-lead { max-width: 800px; margin: 34px 0; color: var(--amber); font-family: Georgia,serif; font-size: clamp(20px,2.1vw,34px); font-style: italic; line-height: 1.45; }
.author-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; max-width: 920px; }
.author-columns p { margin: 0; color: #969b94; font-family: Georgia,serif; font-size: 15px; line-height: 1.85; }
.author-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.author-links a { display: flex; justify-content: space-between; gap: 30px; min-width: 280px; padding: 16px 18px; border: 1px solid var(--line); color: #aeb1aa; font-size: .875rem; letter-spacing: .14em; text-transform: uppercase; transition: background .2s,border-color .2s; }
.author-links a:first-child { background: var(--red); border-color: var(--red-hot); color: #fff; }
.author-links a:hover { border-color: var(--amber); background: rgba(194,173,120,.08); }

.featured-cast { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(180px,15vw); gap: 8px; margin: -4px 0 42px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--red) #101313; }
.featured-cast button { position: relative; aspect-ratio: 3 / 4.2; padding: 0; overflow: hidden; scroll-snap-align: start; border: 1px solid var(--line); background: #0a0d0e; cursor: pointer; text-align: left; }
.featured-cast img { width: 100%; height: 100%; display: block; object-fit: cover; filter: grayscale(.2) saturate(.72) contrast(1.08); transition: transform .45s,filter .35s; }
.featured-cast button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,6,7,.96),transparent 58%); }
.featured-cast button:hover img { transform: scale(1.045); filter: grayscale(0) saturate(1); }
.featured-cast span { position: absolute; z-index: 2; inset: auto 16px 16px; }
.featured-cast small { display: block; margin-bottom: 5px; color: var(--red-hot); font-size: .875rem; letter-spacing: .16em; }
.featured-cast strong { font-family: Georgia,serif; font-size: 22px; font-weight: 500; }

.map-info { min-height: 0; display: flex; flex-direction: column; padding: 25px 24px 18px; overflow: hidden; }
.map-info-copy { min-height: 210px; }
.map-info-copy > span { color: var(--red-hot); font-size: .875rem; font-weight: 700; letter-spacing: .17em; }
.map-info-copy h3 { margin: 13px 0 10px; font-size: 30px; }
.map-info-copy p { margin: 0; font-size: .875rem; line-height: 1.65; }
.map-route-controls { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 7px; margin: 15px 0 12px; }
.map-route-controls button { height: 38px; border: 1px solid var(--line); background: rgba(255,255,255,.03); cursor: pointer; color: var(--bone); }
.map-route-controls strong { text-align: center; color: var(--amber); font-size: .875rem; letter-spacing: .16em; }
.map-point-list { display: grid; gap: 3px; min-height: 0; overflow-y: auto; padding-right: 4px; scrollbar-width: thin; scrollbar-color: var(--red) #101313; }
.map-point-list button { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 5px; min-height: 34px; padding: 7px 9px; border: 1px solid transparent; background: transparent; color: #777e78; cursor: pointer; text-align: left; }
.map-point-list button:hover,.map-point-list button.active { color: #e5dcc9; border-color: var(--line); background: rgba(159,43,33,.13); }
.map-point-list small { color: var(--red-hot); font-size: .875rem; letter-spacing: .13em; }
.map-point-list span { font-family: Georgia,serif; font-size: .875rem; }
.map-hotspot.active { background: #4ccaff; border-color: #fff; box-shadow: 0 0 0 7px rgba(45,180,242,.2),0 0 28px rgba(45,180,242,.9); }

.memory-stream { min-height: 0; padding-top: 64px; overflow: clip; background: radial-gradient(circle at 12% 7%,rgba(51,176,229,.1),transparent 18%),linear-gradient(180deg,#060808,#111515 38%,#070909); }
.memory-stream::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: linear-gradient(transparent,var(--line) 5%,var(--line) 95%,transparent); }
.memory-stream-head { position: relative; z-index: 2; max-width: 850px; margin: 0 auto 90px; text-align: center; }
.memory-stream-head > p:last-child { max-width: 650px; margin: 30px auto 0; color: #878d87; font-family: Georgia,serif; font-size: 16px; line-height: 1.8; }
.memory-stream-grid { position: relative; z-index: 2; width: min(1320px,100%); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 80px; margin: 0 auto; }
.memory-card { min-height: 430px; display: grid; grid-template-columns: minmax(150px,.72fr) minmax(0,1.28fr); border: 1px solid var(--line); background: rgba(12,15,15,.92); box-shadow: 0 30px 90px rgba(0,0,0,.22); }
.memory-card:nth-child(even) { margin-top: 120px; }
.memory-card figure { position: relative; min-height: 100%; margin: 0; overflow: hidden; }
.memory-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent,rgba(10,13,13,.72)); }
.memory-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; filter: grayscale(.18) saturate(.72) contrast(1.1); transition: transform .7s,filter .5s; }
.memory-card:hover figure img { transform: scale(1.045); filter: grayscale(0) saturate(.95); }
.memory-card figure span { position: absolute; z-index: 2; left: 14px; top: 14px; padding: 7px 9px; background: rgba(5,7,7,.82); color: #c9c0ac; font-size: .875rem; letter-spacing: .15em; }
.memory-card > div { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.memory-card > div > p:first-child { margin: 0 0 8px; color: var(--red-hot); font-size: .875rem; font-weight: 700; letter-spacing: .17em; }
.memory-card small { color: #626964; font-size: .875rem; line-height: 1.5; letter-spacing: .12em; }
.memory-card h3 { margin: 24px 0 16px; font-family: Georgia,serif; font-size: clamp(27px,2.7vw,45px); font-weight: 500; line-height: 1.06; }
.memory-card > div > p:last-child { margin: 0; color: #939990; font-family: Georgia,serif; font-size: .875rem; line-height: 1.78; }
.memory-sentinel { position: relative; z-index: 2; min-height: 220px; display: grid; place-items: center; align-content: center; gap: 18px; color: #5e6661; font-size: .875rem; letter-spacing: .2em; }
.memory-sentinel i { width: 54px; height: 54px; border: 1px solid rgba(66,191,243,.4); border-radius: 50%; border-top-color: #4dc7fa; animation: spin 1.3s linear infinite; }
.memory-exit { position: fixed; z-index: 25; right: 18px; bottom: 18px; padding: 11px 13px; border: 1px solid rgba(217,208,189,.16); background: rgba(6,8,8,.82); color: #797f79; backdrop-filter: blur(12px); font-size: .875rem; letter-spacing: .15em; text-transform: uppercase; }

@supports (animation-timeline: view()) {
  .author-portrait img { animation: author-pan linear both; animation-timeline: view(); animation-range: entry 0% exit 100%; }
  @keyframes author-pan { from { transform: scale(1.08) translateY(-2%); } to { transform: scale(1.02) translateY(3%); } }
}

@media (max-width: 1000px) {
  .author-section { grid-template-columns: 1fr; }
  .author-portrait { min-height: 78vh; }
  .author-portrait::after { background: linear-gradient(0deg,#080a0b,transparent 45%); }
  .author-copy { padding: 78px 30px 90px; }
  .memory-stream-grid { gap: 18px; }
  .memory-card { grid-template-columns: 1fr; }
  .memory-card figure { min-height: 280px; }
}

@media (max-width: 900px) {
  .mobile-nav > .nav-link { font-size: clamp(29px,8vw,48px); }
  .featured-cast { grid-auto-columns: minmax(155px,42vw); margin-inline: -18px; padding-inline: 18px; }
  .map-modal { grid-template-columns: 1fr; grid-template-rows: 72px minmax(45vh,1fr) minmax(260px,35vh) 54px; overflow-y: auto; }
  .map-modal-bar { grid-column: 1; }
  .map-workspace { grid-column: 1; grid-row: 2; min-height: 45vh; }
  .map-info { display: flex; grid-column: 1; grid-row: 3; border-left: 0; border-top: 1px solid var(--line); }
  .map-info-copy { min-height: 0; }
  .map-point-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .map-switcher { grid-column: 1; grid-row: 4; position: sticky; bottom: 0; z-index: 3; min-height: 54px; }
  .memory-stream { padding-inline: 18px; }
  .memory-stream::before { left: 18px; }
  .memory-stream-grid { grid-template-columns: 1fr; }
  .memory-card:nth-child(even) { margin-top: 0; }
}

@media (max-width: 620px) {
  .author-columns { grid-template-columns: 1fr; }
  .author-links a { min-width: 100%; }
  .memory-stream-head { text-align: left; }
  .memory-stream-head > p:last-child { margin-left: 0; }
  .memory-card { min-height: 0; }
  .memory-card figure { min-height: 220px; }
  .memory-card > div { padding: 25px 22px 29px; }
  .map-point-list { grid-template-columns: 1fr; }
  .map-help { display: none; }
}

/* 2026.3 — interface lisible, New Eden réaliste et communauté gamer */
html, body { max-width: 100%; overflow-x: clip; }
body { font-size: 17px; }
:focus-visible { outline: 2px solid #55ccff; outline-offset: 4px; }
.site-header { --header-h: 96px; height: var(--header-h); padding-inline: clamp(20px, 3.8vw, 72px); }
.site-header.compact { --header-h: 78px; height: var(--header-h); }
.brand { min-width: 340px; gap: 16px; }
.brand-eye { width: 78px; height: 46px; border: 1px solid rgba(70,198,255,.62); box-shadow: 0 0 28px rgba(37,185,255,.3); }
.brand-eye.small { width: 66px; height: 38px; }
.brand-copy strong { font-size: 15px; letter-spacing: .16em; }
.brand-copy small { font-size: .875rem; line-height: 1.35; }
.section-signal span { font-size: .875rem; }
.section-signal strong { font-size: .875rem; }
.header-discord { min-height: 46px; display: grid; place-items: center; padding-inline: 18px; font-size: .875rem; }
.menu-toggle { min-width: 126px; height: 48px; padding-inline: 18px; }
.menu-toggle .menu-word { font-size: .875rem; }
.menu-toggle i { width: 20px; }

.mobile-nav { width: 100vw; height: 100dvh; max-width: 100vw; min-height: 100dvh; justify-content: flex-start; padding: 122px clamp(26px, 7vw, 118px) 44px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: none; }
.mobile-nav::-webkit-scrollbar { display: none; }
.mobile-nav::after { right: 0; bottom: 0; max-width: 100%; overflow: hidden; }
.mobile-nav > p { margin-bottom: 20px; font-size: .875rem; }
.mobile-nav > .nav-link { width: min(980px, calc(100vw - clamp(52px, 14vw, 236px))); padding: 9px 0; gap: 28px; font-size: clamp(36px, 5.2vw, 78px); line-height: .91; }
.mobile-nav > .nav-link small { width: 36px; font-size: .875rem; }
.menu-contact { font-size: 17px; }
.menu-contact a { font-size: .875rem; }
@media (max-height: 780px) and (min-width: 901px) {
  .mobile-nav { padding-top: 92px; }
  .mobile-nav > p { margin-bottom: 10px; }
  .mobile-nav > .nav-link { padding: 5px 0; font-size: clamp(30px, 4vw, 54px); }
}

.eyebrow, .hero-kicker, .overline { font-size: .875rem; }
.hero-intro { font-size: clamp(17px, 1.15vw, 20px); }
.primary-action, .briefing-button { min-height: 50px; font-size: .875rem; }
.world-label { z-index: 4; width: calc(100% - 40px); padding-inline: 5px; color: #b5b8ae; font-size: .875rem; text-shadow: 0 2px 8px #000; }
.label-top { top: 18px; }
.label-bottom { bottom: 18px; }
.hero-world { position: relative; min-height: 610px; align-self: center; display: block; padding: 0; overflow: hidden; border: 1px solid rgba(194,173,120,.26); border-radius: 2px; background: #060808; color: var(--bone); cursor: pointer; box-shadow: 0 40px 100px rgba(0,0,0,.5); isolation: isolate; }
.hero-world::before { content: ""; position: absolute; inset: 0; z-index: 2; border: 1px solid rgba(80,198,244,.17); box-shadow: inset 0 0 80px rgba(0,0,0,.7); pointer-events: none; }
.hero-world:hover .eden-city { transform: scale(1.035); filter: saturate(1.05) contrast(1.08); }
.hero-world:hover .eden-open { border-color: #54caff; background: rgba(8,18,23,.9); }
.eden-city { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.12) brightness(.78); transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .4s; }
.eden-vignette { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,rgba(1,4,5,.62),transparent 25%,transparent 60%,rgba(1,4,5,.86)),linear-gradient(90deg,rgba(1,4,5,.44),transparent 35%,rgba(1,4,5,.18)); }
.eden-scanline { position: absolute; z-index: 3; inset: 0; background: linear-gradient(transparent 49%,rgba(88,207,255,.22) 50%,transparent 51%); background-size: 100% 9px; opacity: .18; mix-blend-mode: screen; pointer-events: none; }
.eden-open { position: absolute; z-index: 5; left: 28px; bottom: 64px; display: grid; grid-template-columns: 1fr auto; gap: 4px 30px; width: min(330px, calc(100% - 56px)); padding: 16px 18px; border: 1px solid rgba(194,173,120,.42); background: rgba(6,10,11,.78); text-align: left; backdrop-filter: blur(12px); transition: .25s; }
.eden-open small { grid-column: 1 / -1; color: #62cdf8; font-size: .875rem; letter-spacing: .18em; }
.eden-open strong { font-size: 14px; letter-spacing: .14em; }
.eden-open b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--amber); font-size: 23px; }

.community-card-head { font-size: .875rem; }
.community-card-head small { font-size: .875rem; }
.quiz-signal { font-size: .875rem; }
.quiz-answers button { min-height: 54px; font-size: 15px; }
.quiz-answers button span { width: 30px; height: 30px; font-size: .875rem; }
.quiz-answers button.is-chosen { border-color: #55ccff; color: #e8f8ff; background: rgba(41,168,225,.13); }
.quiz-choice-feedback { min-height: 24px; margin: 13px 0 0; color: #63d1ff; font-size: .875rem; letter-spacing: .06em; }
.quiz-result { padding-top: 30px; }
.quiz-result > span { font-size: .875rem; }
.quiz-result-identity { display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 22px; margin-top: 20px; }
.quiz-result-identity img { width: 112px; height: 132px; object-fit: cover; border: 1px solid rgba(89,204,255,.4); box-shadow: 0 0 28px rgba(57,179,232,.15); }
.quiz-result h3 { margin: 0; font-size: clamp(48px, 5vw, 74px); }
.quiz-result-identity strong { display: block; margin-top: 7px; color: #58cfff; font-size: .875rem; letter-spacing: .12em; }
.quiz-result p { font-size: 16px; }
.quiz-traits { display: flex; flex-wrap: wrap; gap: 8px; }
.quiz-traits span { padding: 8px 10px; border: 1px solid rgba(82,200,250,.28); color: #a9dff3; font-size: .875rem; letter-spacing: .12em; text-transform: uppercase; }
.quiz-result-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.quiz-result button { min-height: 46px; margin-top: 20px; font-size: .875rem; }
.quiz-result button:first-child { background: rgba(47,179,236,.13); border-color: rgba(72,197,248,.45); }
.poll-panel > p:not(.poll-feedback) { font-size: 15px; }
.poll-option { min-height: 44px; font-size: .875rem; }
.poll-feedback { font-size: 15px; }

.discord-panel { grid-template-columns: minmax(300px,.72fr) minmax(620px,1.28fr); grid-template-rows: auto 1fr; gap: 28px 48px; min-height: 590px; padding: 34px; background: radial-gradient(circle at 12% 58%,rgba(88,101,242,.32),transparent 29%),radial-gradient(circle at 82% 24%,rgba(55,210,255,.1),transparent 24%),linear-gradient(128deg,#171b34,#090c16 64%,#07090f); border-color: rgba(106,119,255,.32); box-shadow: inset 0 0 80px rgba(84,96,233,.08); }
.discord-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(rgba(114,128,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(114,128,255,.04) 1px,transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(90deg,#000,transparent 60%); }
.discord-panel .community-card-head { grid-column: 1 / -1; }
.discord-panel .community-card-head i { width: 8px; height: 8px; background: #61ff9e; box-shadow: 0 0 14px #61ff9e; }
.discord-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.discord-mark { width: 68px; height: 68px; margin: 0 0 24px; border-radius: 18px; color: #fff; background: linear-gradient(145deg,#7b66ff,#4356ec); box-shadow: 0 0 38px rgba(90,101,242,.42); font-size: 34px; transform: none; }
.discord-kicker { margin: 0 0 10px; color: #66d9ff; font-size: .875rem; font-weight: 700; letter-spacing: .16em; }
.discord-panel h3 { margin: 0; font-size: clamp(42px,4vw,66px); }
.discord-copy > p:not(.discord-kicker) { max-width: 480px; color: #a5a9bd; font-family: Georgia,serif; font-size: 16px; line-height: 1.7; }
.discord-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 26px; }
.discord-badges span { padding: 8px 10px; border: 1px solid rgba(119,129,255,.34); color: #aeb5ff; background: rgba(89,101,242,.1); font-size: .875rem; }
.discord-connect { max-width: 420px; min-height: 54px; padding: 15px 18px; border-color: rgba(113,125,255,.62); background: linear-gradient(90deg,rgba(88,101,242,.42),rgba(60,70,180,.24)); color: #fff; font-size: .875rem; }
.discord-console { position: relative; z-index: 2; min-height: 440px; display: grid; grid-template-columns: 66px 190px minmax(0,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 10px; background: #0f111b; box-shadow: 0 35px 90px rgba(0,0,0,.4); }
.discord-console > aside { display: flex; flex-direction: column; align-items: center; gap: 15px; padding: 18px 10px; background: #11131f; border-right: 1px solid rgba(255,255,255,.06); }
.discord-console > aside b, .discord-console > aside i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: #25283a; color: #aeb4c9; font-size: .875rem; font-style: normal; }
.discord-console > aside b { background: #5865f2; color: #fff; }
.discord-channels { display: flex; flex-direction: column; gap: 13px; padding: 20px 15px; background: #181a25; color: #9ba0b2; border-right: 1px solid rgba(255,255,255,.06); }
.discord-channels strong { color: #fff; font-size: .875rem; }
.discord-channels span { margin-top: 11px; color: #686e82; font-size: .875rem; font-weight: 700; letter-spacing: .11em; }
.discord-channels b { font-size: .875rem; font-weight: 500; }
.discord-console .chat-preview { grid-column: auto; grid-row: auto; align-self: stretch; justify-content: flex-start; gap: 18px; margin: 0; padding: 0 22px 18px; border: 0; background: #11131c; }
.discord-console .chat-preview header { display: flex; justify-content: space-between; gap: 15px; margin: 0 -22px 12px; padding: 17px 22px; border-bottom: 1px solid rgba(255,255,255,.07); }
.discord-console .chat-preview header span { color: #fff; font-size: 14px; font-weight: 700; }
.discord-console .chat-preview header small { color: #73798e; font-size: .875rem; }
.discord-console .chat-preview > div > b { width: 40px; height: 40px; font-size: .875rem; }
.discord-console .chat-preview strong { color: #e2e5ef; font-size: .875rem; }
.discord-console .chat-preview strong small { margin-left: 6px; color: #5e6477; font-size: .875rem; }
.discord-console .chat-preview span { color: #a7adbf; font-size: .875rem; }
.discord-console .chat-preview footer { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding: 13px 15px; border-radius: 7px; background: #222533; color: #73798c; font-size: .875rem; }

.eden-dossier { position: fixed; inset: 0; z-index: 170; display: grid; grid-template-columns: minmax(400px,.9fr) minmax(600px,1.1fr); overflow-y: auto; background: #060909; }
.eden-dossier[hidden] { display: none; }
.eden-close { position: fixed; z-index: 3; top: 24px; right: 28px; background: rgba(5,8,9,.86); }
.eden-dossier-visual { position: sticky; top: 0; height: 100vh; overflow: hidden; border-right: 1px solid var(--line); }
.eden-dossier-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(3,6,7,.2),rgba(3,6,7,.16) 55%,rgba(3,6,7,.92)); }
.eden-dossier-visual img { width: 100%; height: 100%; object-fit: cover; }
.eden-dossier-visual > div { position: absolute; z-index: 2; left: 36px; bottom: 34px; display: grid; gap: 7px; padding-left: 16px; border-left: 2px solid #56cfff; }
.eden-dossier-visual span { color: #60d4ff; font-size: .875rem; letter-spacing: .18em; }
.eden-dossier-visual strong { font-family: Georgia,serif; font-size: 27px; }
.eden-dossier-copy { padding: 80px clamp(36px,6vw,112px) 90px; background: radial-gradient(circle at 80% 12%,rgba(51,188,242,.1),transparent 21%),linear-gradient(145deg,#111717,#060808 70%); }
.eden-dossier-copy header > p { margin: 0 0 18px; color: var(--red-hot); font-size: .875rem; font-weight: 700; letter-spacing: .18em; }
.eden-dossier-copy h2 { font-size: clamp(72px,8vw,130px); }
.eden-dossier-copy header > span { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; color: #80dfff; font-size: .875rem; letter-spacing: .14em; }
.eden-dossier-copy header i { width: 9px; height: 9px; border-radius: 50%; background: #5cff9c; box-shadow: 0 0 13px #5cff9c; }
.eden-lead { margin: 42px 0; color: var(--amber); font-family: Georgia,serif; font-size: clamp(22px,2.1vw,34px); font-style: italic; line-height: 1.5; }
.eden-facts { display: grid; grid-template-columns: repeat(4,1fr); margin: 0 0 50px; border: 1px solid var(--line); }
.eden-facts div { min-height: 100px; display: grid; place-items: center; align-content: center; gap: 5px; border-right: 1px solid var(--line); }
.eden-facts div:last-child { border: 0; }
.eden-facts b { color: #e7d49f; font-family: Impact,sans-serif; font-size: 34px; }
.eden-facts span { color: #737c76; font-size: .875rem; letter-spacing: .12em; }
.eden-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px; }
.eden-columns section { padding-top: 18px; border-top: 1px solid var(--line); }
.eden-columns h3 { margin: 0 0 12px; color: #e4dbc7; font-family: Georgia,serif; font-size: 22px; font-weight: 500; }
.eden-columns p { margin: 0; color: #979d96; font-family: Georgia,serif; font-size: 16px; line-height: 1.75; }
.eden-dossier-copy blockquote { margin: 48px 0; padding-left: 22px; border-left: 2px solid var(--red-hot); color: #d3c394; font-family: Georgia,serif; font-size: 23px; font-style: italic; }
.eden-dossier-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.eden-dossier-actions button, .eden-dossier-actions a { min-height: 50px; display: flex; align-items: center; padding: 14px 18px; border: 1px solid rgba(194,173,120,.3); background: rgba(194,173,120,.05); color: var(--bone); cursor: pointer; font-size: .875rem; letter-spacing: .12em; text-transform: uppercase; }
.eden-dossier-actions button { border-color: var(--red-hot); background: rgba(159,43,33,.18); }

.memory-stream-head > p:last-child { font-size: 18px; }
.memory-stream-grid { gap: 24px 42px; }
.memory-card { min-height: 350px; }
.memory-card:nth-child(even) { margin-top: 64px; }
.memory-card figure span, .memory-card > div > p:first-child { font-size: .875rem; }
.memory-card small { font-size: .875rem; }
.memory-card > div > p:last-child { font-size: 16px; line-height: 1.7; }
.memory-sentinel, .memory-exit { font-size: .875rem; }

@media (max-width: 1220px) {
  .brand { min-width: auto; }
  .brand-copy small { display: none; }
  .discord-panel { grid-template-columns: 1fr; }
  .discord-console { min-height: 400px; }
  .eden-dossier { grid-template-columns: 42% 58%; }
}

@media (max-width: 900px) {
  .site-header, .site-header.compact { --header-h: 74px; height: var(--header-h); }
  .brand-eye { width: 64px; height: 38px; }
  .brand-copy strong { font-size: .875rem; }
  .menu-toggle { min-width: 106px; height: 44px; }
  .mobile-nav { width: 100vw; height: 100dvh; padding: 94px 22px 30px; }
  .mobile-nav > .nav-link { width: 100%; padding: 10px 0; gap: 16px; font-size: clamp(30px,8.5vw,54px); }
  .hero-world { min-height: 500px; margin-top: 5px; opacity: 1; }
  .discord-console { grid-template-columns: 58px 160px minmax(360px,1fr); overflow-x: auto; }
  .eden-dossier { display: block; }
  .eden-dossier-visual { position: relative; height: min(68vh,650px); }
  .eden-dossier-copy { padding: 54px 24px 70px; }
  .memory-card:nth-child(even) { margin-top: 0; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .brand-copy { display: none; }
  .menu-toggle { min-width: 96px; }
  .menu-toggle .menu-word { font-size: .875rem; }
  .mobile-nav > p { font-size: .875rem; }
  .mobile-nav > .nav-link { font-size: clamp(28px,10vw,46px); }
  .mobile-nav > .nav-link small { width: 28px; font-size: .875rem; }
  .hero-world { min-height: 420px; }
  .eden-open { left: 18px; bottom: 58px; width: calc(100% - 36px); }
  .world-label { font-size: .875rem; }
  .quiz-result-identity { grid-template-columns: 86px 1fr; }
  .quiz-result-identity img { width: 86px; height: 106px; }
  .discord-panel { padding: 24px 18px; }
  .discord-console { margin-inline: -4px; grid-template-columns: 54px minmax(150px,1fr); }
  .discord-console .chat-preview { display: none; }
  .eden-facts { grid-template-columns: repeat(2,1fr); }
  .eden-facts div { border-bottom: 1px solid var(--line); }
  .eden-columns { grid-template-columns: 1fr; }
  .eden-dossier-visual > div { left: 22px; bottom: 22px; }
  .memory-card > div > p:last-child { font-size: 15px; }
}

/* V4 — archives étendues, lisibilité et immersion */
html, body { max-width: 100%; overflow-x: clip; }
body { font-size: 17px; }
button, a { -webkit-tap-highlight-color: transparent; }
.section-kicker, .index-label, .card-kicker, .world-label, .archive-card span,
.memory-card figure span, .memory-card > div > p:first-child, .memory-card small,
.explorer-tab, .filter-button, .eden-dossier-copy header > p { font-size: .875rem; line-height: 1.45; }
.button, .ghost-button, .text-link, .hero-cta, .eden-open, .header-discord { font-size: .875rem; }
.site-header { max-width: 100vw; }
.brand-copy strong { font-size: 16px; }
.brand-copy small { font-size: .875rem; }
.menu-toggle { min-width: 132px; min-height: 50px; }
.menu-toggle .menu-word { font-size: .875rem; }
.mobile-nav > .nav-link { min-height: 62px; }

.visual-series { grid-column: 1 / -1; min-height: 160px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-content: center; gap: 9px 28px; padding: 30px clamp(24px,4vw,64px); border: 1px solid rgba(194,173,120,.22); background: radial-gradient(circle at 85% 50%,rgba(177,58,38,.13),transparent 30%),linear-gradient(115deg,#121717,#080a0a); }
.visual-series span { grid-column: 1 / -1; color: var(--red-hot); font-size: .875rem; font-weight: 800; letter-spacing: .22em; }
.visual-series strong { color: var(--bone); font-family: Georgia,serif; font-size: clamp(25px,3vw,44px); font-weight: 500; line-height: 1.05; }
.visual-series a { align-self: center; min-height: 48px; display: inline-flex; align-items: center; padding: 13px 17px; border: 1px solid rgba(194,173,120,.38); color: #e6d6ad; font-size: .875rem; font-weight: 700; letter-spacing: .12em; }
.visual-series-tactical { background: radial-gradient(circle at 85% 50%,rgba(58,171,224,.15),transparent 31%),linear-gradient(115deg,#10181b,#070a0b); }
.visual-series-tactical span { color: #67d5ff; }
.visual-tile.panorama { grid-column: 1 / -1; grid-row: span 2; }
.visual-tile.cinematic { grid-row: span 2; }
.visual-tile.tactical { grid-row: span 2; border-color: rgba(85,196,235,.14); }
.visual-tile.cinematic span, .visual-tile.tactical span { padding: 10px 12px; background: linear-gradient(90deg,rgba(4,7,8,.88),rgba(4,7,8,.16)); font-size: .875rem; }

.eden-scene-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 42px 0; }
.eden-scene-grid button { position: relative; min-height: 230px; overflow: hidden; padding: 0; border: 1px solid rgba(194,173,120,.24); background: #080a0a; cursor: zoom-in; }
.eden-scene-grid img { width: 100%; height: 100%; min-height: 230px; display: block; object-fit: cover; filter: saturate(.82) contrast(1.08); transition: transform .6s ease, filter .35s; }
.eden-scene-grid span { position: absolute; inset: auto 0 0; z-index: 2; padding: 16px 18px; background: linear-gradient(0deg,rgba(3,5,6,.95),rgba(3,5,6,.1)); color: #f1e5cc; font-size: .875rem; font-weight: 800; letter-spacing: .13em; text-align: left; }
.eden-scene-grid button:hover img, .eden-scene-grid button:focus-visible img { transform: scale(1.035); filter: saturate(1) contrast(1.03); }

.image-lightbox { max-width: 100vw; }
.image-lightbox img { width: auto; height: auto; max-width: min(94vw,2100px); max-height: calc(100dvh - 118px); }
.image-lightbox p { max-width: 900px; font-size: 16px; text-align: center; }
.archive-card small { font-size: .875rem; line-height: 1.4; }
.archive-card strong { font-size: 21px; }
.archive-detail p, .archive-detail li { font-size: 16px; line-height: 1.7; }
.discord-channels strong, .discord-channels b, .discord-console .chat-preview strong, .discord-console .chat-preview span { font-size: 14px; }
.discord-channels span, .discord-console .chat-preview header small { font-size: .875rem; }

@media (min-width: 1500px) {
  .visual-mosaic { grid-auto-rows: 270px; }
  .archive-card { min-height: 275px; }
  .archive-card > img { height: 158px; }
}

@media (max-width: 900px) {
  body { font-size: 16px; }
  .site-header { overflow: visible; }
  .brand-copy strong { font-size: 14px; }
  .mobile-nav > .nav-link { min-height: 52px; }
  .visual-series { grid-template-columns: 1fr; min-height: 145px; }
  .visual-series span, .visual-series strong, .visual-series a { grid-column: 1; }
  .visual-series a { justify-self: start; }
  .visual-tile.cinematic, .visual-tile.tactical { grid-row: span 2; }
  .eden-scene-grid { grid-template-columns: 1fr; }
  .eden-scene-grid button, .eden-scene-grid img { min-height: 205px; }
}

@media (max-width: 620px) {
  .site-header, .site-header.compact { padding-inline: 14px; }
  .brand-eye { width: 70px; height: 44px; }
  .menu-toggle { min-width: 104px; min-height: 46px; }
  .mobile-nav { max-width: 100vw; overflow-x: hidden; }
  .mobile-nav > .nav-link { min-height: 50px; font-size: clamp(27px,9vw,43px); }
  .mobile-nav > .nav-link small { font-size: .875rem; }
  .world-label { width: calc(100% - 24px); font-size: .875rem; letter-spacing: .12em; }
  .visual-mosaic { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .visual-tile.wide, .visual-tile.panorama { grid-column: 1; }
  .visual-tile.panorama, .visual-tile.cinematic, .visual-tile.tactical { grid-row: span 1; }
  .visual-series { padding: 26px 20px; }
  .visual-series strong { font-size: 26px; }
  .eden-dossier-copy h2 { font-size: clamp(60px,20vw,92px); }
  .eden-dossier-copy { max-width: 100vw; }
  .eden-scene-grid button, .eden-scene-grid img { min-height: 180px; }
  .image-lightbox { padding-inline: 10px; }
  .image-lightbox p { font-size: 14px; }
}

/* September 2026 — complete navigation and comfortable reading. */
body { font-size: 1.125rem; }
[hidden] { display: none !important; }
[id] { scroll-margin-top: calc(var(--header-h) + 24px); }
button:focus-visible,a:focus-visible,input:focus-visible { outline: 3px solid #58ceff; outline-offset: 5px; }
.skip-link { position:fixed;z-index:500;top:10px;left:10px;transform:translateY(-160%);padding:14px;background:#080c10;color:white; }
.skip-link:focus { transform:none; }
.brand-eye,.brand-eye.small { width:64px;height:64px;border-radius:50%;transform:none;overflow:hidden;border:1px solid #358db6;box-shadow:0 0 22px #0b85bd55; }
.brand-eye img,.intro-eye img { width:100%;height:100%;object-fit:cover;transform:none; }
.intro-eye { width:180px;height:180px;transform:none;border-radius:50%;overflow:hidden; }
.brand-copy strong { font-size:1.05rem; }.brand-copy small { font-size:.875rem; }
.site-header { isolation:isolate; }
.site-header .menu-toggle { z-index:75;min-width:132px;min-height:52px; }
.menu-toggle .menu-word,.header-discord { font-size:.95rem; }
.mobile-nav { display:flex;inset:0;width:100%;height:100dvh;min-height:0;max-height:100dvh;padding:110px max(24px,6vw) 36px;gap:20px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;transform:none;visibility:hidden; }
.mobile-nav.open { visibility:visible; }.mobile-nav::after { display:none; }
.mobile-nav > p { flex:none;font-size:.875rem;margin:0;letter-spacing:.12em; }
.menu-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 50px;width:100%;flex:none; }
.mobile-nav .nav-link { width:100%;display:flex;align-items:center;gap:16px;min-height:96px;padding:15px 0;border-bottom:1px solid var(--line);font-family:Impact,'Arial Narrow',sans-serif;font-size:clamp(1.55rem,2.6vw,2.65rem);line-height:1.1;text-transform:uppercase;letter-spacing:.01em;color:var(--bone); }
.mobile-nav .nav-link small { flex:0 0 28px;color:var(--red-hot);font:600 .875rem Arial,sans-serif; }
.mobile-nav .nav-link span { min-width:0; }.mobile-nav .nav-link em { display:block;margin-top:8px;color:#aab3b1;font:normal .875rem/1.4 Arial,sans-serif;letter-spacing:.02em;text-transform:none; }
.mobile-nav .nav-link b { margin-left:auto;color:#61d0ff;font:normal 24px Arial; }
.mobile-nav .nav-link:hover { color:white; }.menu-contact { flex:none;position:static;display:flex;justify-content:space-between;gap:24px;width:100%;margin-top:10px; }.menu-contact span,.menu-contact a { font-size:.875rem; }
.hero-intro,.section-heading>p,.volume-copy>p,.volume-dossier p,.fans-heading>p,.author-copy p,.dossier-description,.dossier-note p,.dossier-evolution p,.eden-columns p { font-size:1.125rem;line-height:1.7; }
.hero-world { min-width:0; }.eden-city { object-position:50% 50%; }
.world-label { font-size:.875rem;letter-spacing:.08em; }.eden-open strong { font-size:1.25rem; }.eden-open small { font-size:.875rem; }
.quiz-answers button,.poll-option,.filter,.map-switcher button,.map-point-list button,.explorer-tab,.buy-actions a,.quiz-result button { font-size:.95rem;min-height:48px;line-height:1.45; }
.quiz-answers button { padding:14px 16px; }.quiz-answers button span { flex:none;font-size:1rem; }
.quiz-question,.quiz-result p,.poll-panel>p,.poll-feedback,.discord-copy>p:not(.discord-kicker),.chat-preview span { font-size:1.075rem;line-height:1.65; }
.community-card-head { flex-wrap:wrap;gap:10px; }.community-card-head small,.community-card-head span { font-size:.875rem; }
.quiz-breakdown { display:grid;gap:12px;margin-block:24px; }.quiz-breakdown>div { display:grid;grid-template-columns:90px 1fr 44px;gap:10px;align-items:center;font-size:.95rem; }.quiz-breakdown meter { width:100%;accent-color:#51cfff; }
.result-local-note,.eden-source-note { color:#a5adad;font-size:.875rem!important;line-height:1.65; }
.poll-result { display:grid;gap:12px;margin-top:22px;padding:24px;border-left:3px solid #53cfff;background:#17304166; }.poll-result>span { color:#6fd7ff;font-size:.875rem; }.poll-result strong { font-size:2rem; }.poll-result a { font-size:.95rem;text-decoration:underline; }
.discord-console { grid-template-columns:60px 190px minmax(0,1fr); }.discord-console>aside img { width:44px;height:44px;object-fit:cover;border-radius:14px; }
.discord-channels a { font-size:.95rem;line-height:1.6; }.discord-console .chat-preview header { flex-wrap:wrap; }.discord-chat-link { display:block;margin-top:auto;padding:16px;border:1px solid #7785fb;background:#5865f240;font-size:.95rem; }
.eden-dossier { z-index:170; }.image-lightbox { z-index:190; }.eden-columns { gap:30px; }.eden-columns h3 { font-size:1.4rem;line-height:1.3; }.eden-facts span { font-size:.875rem;letter-spacing:.02em;text-align:center; }.eden-facts div { min-width:0;padding:12px 5px; }
.eden-dossier-actions a,.eden-dossier-actions button { font-size:.95rem;line-height:1.5; }
.modal-close,.briefing-close,.carousel-nav,.map-tools button { min-width:48px;min-height:48px;font-size:26px; }
.memory-stream-grid { max-width:1480px;gap:22px;align-items:start; }.memory-card,.memory-card:nth-child(even) { margin:0;min-height:0;grid-template-columns:minmax(160px,.8fr) minmax(0,1.2fr);align-self:stretch; }
.memory-card figure { min-height:260px; }.memory-card figure img { position:absolute;inset:0; }.memory-card>div { padding:24px; }.memory-card h3 { margin:14px 0;font-size:1.65rem;line-height:1.2; }.memory-card>div>p:last-child { font-size:1rem;line-height:1.7; }.memory-card small { color:#a2aaa6;font-size:.875rem; }.memory-card figure span { font-size:.875rem;letter-spacing:0;left:10px;top:10px; }
.memory-controls { position:relative;z-index:5;display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin:0 0 28px; }.memory-controls button,.memory-controls a { display:flex;align-items:center;min-height:48px;padding:12px 18px;border:1px solid var(--line);background:#121b1c;color:var(--bone);font-size:.95rem;cursor:pointer; }.memory-exit { font-size:1rem; }
.visual-mosaic { grid-auto-rows:210px;gap:14px; }.visual-tile.panorama { grid-row:span 1; }.visual-series { min-height:130px; }.visual-tile span { font-size:.95rem;line-height:1.4; }.visual-series a { font-size:.95rem; }
body.menu-open { overflow:hidden; }
@media(max-width:1100px){.brand-copy small{display:none}.menu-grid{gap:0 26px}.memory-card,.memory-card:nth-child(even){grid-template-columns:1fr}.memory-card figure{min-height:240px}.eden-dossier{grid-template-columns:38% 62%}.eden-dossier-copy{padding-inline:28px}}
@media(max-width:760px){.mobile-nav{padding:90px 24px 30px}.menu-grid{grid-template-columns:1fr;gap:0}.mobile-nav .nav-link{min-height:78px;font-size:1.8rem;padding:13px 0}.menu-contact{flex-direction:column}.brand-eye,.brand-eye.small{width:52px;height:52px}.brand-copy{display:block}.brand-copy strong{font-size:.875rem}.header-discord{display:none}.site-header .menu-toggle{min-width:110px}.hero-world{min-height:420px}.memory-stream-grid{grid-template-columns:1fr}.discord-console{grid-template-columns:50px minmax(0,1fr)}.discord-console .chat-preview{grid-column:2;display:flex;padding:18px}.discord-console .discord-channels{grid-column:2}.discord-console>aside{grid-row:span 2;padding-inline:4px}.discord-panel{padding:24px 18px}.eden-dossier{display:block}.eden-dossier-visual{height:44vh}.eden-dossier-copy{padding:38px 22px 64px}.eden-close{top:14px;right:14px}.eden-columns{grid-template-columns:1fr}.world-label{font-size:.8rem}.visual-mosaic{grid-auto-rows:220px}.visual-tile.cinematic,.visual-tile.tactical{grid-row:span 1}.menu-toggle .menu-word{font-size:.95rem}}
@media(max-width:400px){.brand-copy{display:none}.quiz-result-identity{grid-template-columns:70px minmax(0,1fr);gap:14px}.quiz-result-identity img{width:70px;height:90px}.quiz-result h3{font-size:2.4rem}.discord-console{grid-template-columns:1fr}.discord-console>aside{display:none}.discord-console .discord-channels,.discord-console .chat-preview{grid-column:1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
.knowledge-panel { grid-column:1 / -1; }.knowledge-panel h3 { margin:20px 0;font-family:Georgia,serif;font-weight:normal;font-size:clamp(2rem,4vw,3.3rem); }.knowledge-answers { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px; }.knowledge-feedback { min-height:36px;margin-top:20px;font-size:1.05rem;line-height:1.6; }.knowledge-feedback>strong { color:#75d9ff; }.knowledge-feedback>p { margin:8px 0; }.knowledge-next,.knowledge-restart,.knowledge-panel .quiz-result-actions a { min-height:48px;padding:14px 20px;background:#214457;border:1px solid #5295b9;color:#fff;cursor:pointer;font-size:1rem; }.knowledge-answers button.answer-correct { border-color:#68d5aa;background:#1a463b;opacity:1; }.knowledge-answers button.answer-wrong { border-color:#ee8574;background:#582b2a;opacity:1; }.knowledge-score { margin:16px 0;color:#7adeff;font:80px/1 Impact,sans-serif; }.knowledge-score>span { font-size:32px;color:var(--bone); }.knowledge-review { padding-top:20px;border-top:1px solid var(--line); }.knowledge-review summary { cursor:pointer;min-height:44px;font-size:1rem; }.knowledge-review ol { padding-left:24px; }.knowledge-review li { padding:12px 0;font-size:1rem;line-height:1.6; }.knowledge-review p { margin:8px 0;color:#aeb8b3; }.knowledge-panel .quiz-result-actions { align-items:center;margin-top:20px; }
@media(max-width:760px){.knowledge-answers{grid-template-columns:1fr}}

/* Shared reading scale on Sites and WordPress: match the large cinematic view. */
html { font-size:112.5%; text-size-adjust:100%; -webkit-text-size-adjust:100%; }
body { font-size:1.125rem; }
:root { --header-h:112px; }
.site-header { height:112px; }
.site-header.compact { --header-h:100px; height:100px; }
.brand-eye,.brand-eye.small { width:80px; height:80px; }
.brand { gap:20px; }
.brand-copy strong { font-size:1.12rem; }
.brand-copy small { font-size:.9rem; letter-spacing:.16em; }
.menu-toggle .menu-word,.header-discord { font-size:1rem; }
.site-header .menu-toggle { min-height:64px; min-width:170px; }
.hero-intro,.volume-copy>p,.gallery-description p,.author-columns p,.dossier-description,.dossier-evolution p,.dossier-note p,.eden-columns p,.eden-lead,.memory-card>div>p:last-child { font-size:1.08rem; line-height:1.75; }
.hero-content { max-width:830px; }
.hero h1 { font-size:clamp(72px,10vw,200px); }
.hero-world { min-height:700px; }
.hero-echo { font-size:clamp(25px,2.1vw,40px); }
.hero-kicker,.eyebrow,.overline,.world-label { font-size:.9rem; }
.primary-action,.quiz-answers button,.poll-option,.buy-actions a,.archive-search input { font-size:1rem; min-height:56px; }
.volume-cover.real-cover { min-height:340px; }
.featured-cast { grid-auto-columns:minmax(250px,19vw); gap:18px; }
.featured-cast strong { font-size:1.55rem; }
.visual-mosaic { grid-auto-rows:280px; gap:18px; }
.visual-tile span { font-size:1rem; }
.gallery-stage { grid-template-columns:58px minmax(0,1fr) 58px; }
.gallery-arrow,.modal-close,.briefing-close,.map-tools button { min-width:56px; min-height:56px; font-size:30px; }
.archive-card { min-height:150px; }
.archive-card h3 { font-size:1.35rem; }
.memory-stream { min-height:0; }
.memory-stream-head { margin-bottom:36px; }
.memory-sentinel { min-height:100px; }
.memory-exit { font-size:.9rem; letter-spacing:.06em; }
.site-footer { flex-wrap:wrap; }
body.admin-bar .site-header { top:32px; }
@media(min-width:1100px){ html{font-size:125%} .section{padding-inline:clamp(32px,4.2vw,100px)} .hero{padding-top:190px;gap:32px 52px} .hero h1{line-height:.9} }
@media(max-width:1100px){ .hero-world{min-height:560px}.brand-copy small{display:none}.site-header .menu-toggle{min-width:140px}.visual-mosaic{grid-auto-rows:250px} }
@media(max-width:782px){ body.admin-bar .site-header{top:46px} }
@media(max-width:760px){
 :root{--header-h:92px}.site-header,.site-header.compact{height:92px;--header-h:92px;padding-inline:20px}
 .brand-eye,.brand-eye.small{width:60px;height:60px}.brand{gap:12px}.brand-copy strong{font-size:.9rem}
 .site-header .menu-toggle{min-width:116px;min-height:54px}.menu-toggle .menu-word{font-size:1rem}
 .mobile-nav{padding-top:115px}.mobile-nav .nav-link{font-size:1.7rem;min-height:92px}
 .hero h1{font-size:clamp(62px,17vw,126px)}.hero-world{min-height:480px}.hero-intro{font-size:1.05rem}
 .featured-cast{grid-auto-columns:75vw}.visual-mosaic{grid-auto-rows:270px}.gallery-stage{grid-template-columns:44px minmax(0,1fr) 44px;gap:8px}
 .gallery-arrow{min-width:44px;min-height:54px}.volume-cover.real-cover{min-height:0}.memory-exit{font-size:.8rem;padding:12px}
}
