/* ================================================================
   NO PERRY — world.css
   World Reveal, world scenes, Foundation, Chronicle scroll
   Scenery is the content. No card stacks.
   ================================================================ */

body {
  overflow-x: clip;
}

:root {
  --np-world-reveal: 0;
  --np-world-bridge: 0;
  --np-origin: 0;
  --np-chronicle: 0;
}

/* ── Stages ─────────────────────────────────────────────────── */
#world {
  position: relative;
  z-index: 0;
  margin-top: 0;
  background: var(--void);
  overflow-x: clip;
}

.np-stage {
  position: relative;
}

.np-stage-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
}
#world-reveal {
  height: 320vh;
  min-height: 100vh;
  overflow: visible;
  --bridge-enter: 0;
  --bridge-fade: 0;
  --albion-op: 1;
  --creator-p: 0;
  --creator-light: 0;
  --creator-vignette: 0;
  --creator-blur: 0;
  --creator-exit: 0;
}

.np-world-bridge-inner {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.np-world-bridge-exit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28vh;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 8, 16, 0.55) 42%, var(--void) 100%);
  opacity: calc(0.35 + var(--bridge-fade, 0) * 0.65);
}

#world-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
  opacity: 0.55;
}

/* ── Shared atmosphere ──────────────────────────────────────── */
.np-scene {
  position: absolute;
  inset: 0;
  opacity: var(--scene-op, 0);
  z-index: 1;
  transition: none;
  will-change: opacity;
  pointer-events: none;
}

.np-scene.is-active {
  pointer-events: auto;
  z-index: 3;
}

.np-scene-img {
  position: absolute;
  inset: -14% -8% -22% -8%;
  width: 116%;
  max-width: none;
  height: 136%;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(calc(1.06 + (var(--pin-p, 0) * 0.05)))
    translate3d(0, calc(var(--pin-p, 0) * 16px), 0);
  filter: saturate(0.82) contrast(1.08) brightness(0.58);
}

#world-reveal .np-scene-img {
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
}

#world-reveal .np-fog {
  inset: 0 -10%;
}

.np-scene--vista .np-scene-img {
  filter: saturate(0.7) contrast(1.12) brightness(calc(0.52 - var(--creator-vignette, 0) * 0.08));
  object-position: center 42%;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.04) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: filter 0.1s linear;
}

html:not(.np-reduced) .np-scene--vista .np-scene-img {
  filter: saturate(0.7) contrast(1.12) brightness(calc(0.52 - var(--creator-vignette, 0) * 0.08))
    blur(calc(var(--creator-blur, 0) * 1px));
}

.np-scene--roads .np-scene-img {
  filter:
    saturate(calc(0.85 + var(--scene-p, 0) * 0.12))
    contrast(1.06)
    brightness(calc(0.58 + var(--scene-p, 0) * 0.06));
  object-position: center 46%;
  transform: scale(calc(1.08 + var(--scene-p, 0) * 0.05))
    translate3d(calc(var(--scene-p, 0) * -22px), 0, 0);
}

.np-scene--mists .np-scene-img {
  filter: saturate(0.9) contrast(1.04) brightness(calc(0.55 - var(--scene-p, 0) * 0.08));
  object-position: center 40%;
  transform: scale(calc(1.06 + var(--scene-p, 0) * 0.06))
    translate3d(calc(var(--scene-p, 0) * 12px), 0, 0);
}

.np-scene-veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, transparent 20%, rgba(8,8,16,0.55) 100%),
    linear-gradient(180deg, rgba(8,8,16,0.5) 0%, transparent 24%, rgba(8,8,16,0.15) 52%, rgba(8,8,16,0.72) 78%, #080810 100%);
}

.np-fog {
  position: absolute;
  inset: -20% -10%;
  pointer-events: none;
  z-index: 5;
  mix-blend-mode: screen;
}

.np-fog--a {
  background:
    radial-gradient(ellipse 50% 28% at 30% 78%, rgba(180,190,210,0.16), transparent 70%),
    radial-gradient(ellipse 40% 22% at 72% 70%, rgba(160,170,190,0.1), transparent 70%);
  animation: npFogDrift 28s ease-in-out infinite;
}

.np-fog--b {
  background:
    radial-gradient(ellipse 60% 24% at 50% 100%, rgba(8,8,16,0.85), transparent 70%),
    radial-gradient(ellipse 45% 18% at 18% 30%, rgba(200,210,220,0.07), transparent 70%);
  animation: npFogDrift 36s ease-in-out infinite reverse;
  mix-blend-mode: normal;
}

@keyframes npFogDrift {
  0%, 100% { transform: translate3d(-2%, 0, 0) scale(1); }
  50% { transform: translate3d(3%, -2%, 0) scale(1.04); }
}

.np-fore {
  position: absolute;
  bottom: 0;
  height: 34%;
  z-index: 6;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.np-fore--l {
  left: 0;
  width: 38%;
  background:
    linear-gradient(to top right, rgba(6,6,10,0.95) 0%, rgba(6,6,10,0.55) 42%, transparent 78%);
  transform: translate3d(calc(var(--pin-p, 0) * -36px), calc(var(--pin-p, 0) * 10px), 0);
}

.np-fore--r {
  right: 0;
  width: 42%;
  background:
    linear-gradient(to top left, rgba(6,6,10,0.92) 0%, rgba(6,6,10,0.4) 46%, transparent 80%);
  transform: translate3d(calc(var(--pin-p, 0) * 32px), calc(var(--pin-p, 0) * 14px), 0);
}

.np-ridge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(8,8,16,0.2) 40%, rgba(8,8,16,0.72) 100%);
  clip-path: polygon(0 72%, 8% 58%, 16% 64%, 28% 40%, 38% 52%, 48% 34%, 62% 48%, 74% 30%, 86% 46%, 100% 28%, 100% 100%, 0 100%);
  opacity: 0.85;
}

.np-light {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: radial-gradient(ellipse 35% 20% at 62% 32%, rgba(232,197,71,0.08), transparent 70%);
  animation: npLightSweep 22s ease-in-out infinite;
  mix-blend-mode: screen;
}

@keyframes npLightSweep {
  0%, 100% { opacity: 0.35; transform: translate3d(-4%, 0, 0); }
  50% { opacity: 0.7; transform: translate3d(6%, 2%, 0); }
}

.np-vignette {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8,8,16,0.55) 0%, transparent 18%),
    linear-gradient(90deg, rgba(8,8,16,0.35) 0%, transparent 18%, transparent 82%, rgba(8,8,16,0.4) 100%);
}

/* World reveal copy */
.np-stage-copy {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 var(--gap-lg) 12vh;
  max-width: 820px;
  margin: 0 auto;
  pointer-events: none;
}

.np-stage-copy--albion {
  opacity: var(--albion-op, 1);
  transform: translate3d(0, calc(var(--bridge-fade, 0) * -14px), 0);
}

.np-kicker {
  font-family: var(--font-body);
  font-size: 0.68rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold-aged);
  margin-bottom: 0.85rem;
  opacity: calc(clamp(0, (var(--bridge-enter, 0) - 0.05) / 0.2, 1) * var(--albion-op, 1));
}

.np-line {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
  line-height: 1.15;
}

.np-line--1 {
  font-size: clamp(1.4rem, 4.2vw, 3.2rem);
  opacity: calc(clamp(0, (var(--bridge-enter, 0) - 0.15) / 0.25, 1) * var(--albion-op, 1));
  transform: translate3d(0, calc((1 - clamp(0, (var(--bridge-enter, 0) - 0.15) / 0.25, 1)) * 18px), 0);
}

.np-line--2 {
  margin-top: 0.55rem;
  font-family: var(--font-title);
  font-size: clamp(0.78rem, 1.7vw, 1.15rem);
  letter-spacing: 0.28em;
  color: var(--gold);
  opacity: calc(clamp(0, (var(--bridge-enter, 0) - 0.35) / 0.25, 1) * var(--albion-op, 1));
  transform: translate3d(0, calc((1 - clamp(0, (var(--bridge-enter, 0) - 0.35) / 0.25, 1)) * 14px), 0);
}

/* ── Creator signature beat (scroll-driven, same sticky hero) ── */
.np-creator-light {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  opacity: var(--creator-light, 0);
  background:
    radial-gradient(ellipse 32% 42% at 28% 54%, rgba(201, 162, 39, 0.22), transparent 72%),
    radial-gradient(ellipse 24% 34% at 72% 46%, rgba(180, 120, 60, 0.12), transparent 70%);
  transition: none;
}

.np-creator-vignette {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  opacity: calc(var(--creator-vignette, 0) * 0.92);
  background:
    radial-gradient(ellipse 88% 68% at 50% 50%, transparent 28%, rgba(8, 8, 16, 0.72) 100%);
}

.np-creator-beat {
  position: absolute;
  inset: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--gap-lg);
  pointer-events: none;
  opacity: calc(var(--creator-p, 0) * (1 - var(--creator-exit, 0) * 0.35));
}

.np-creator-beat.is-interactive {
  pointer-events: auto;
}

.np-creator-layout {
  width: min(100%, 960px);
  display: grid;
  grid-template-columns: minmax(148px, 200px) 1fr;
  gap: clamp(1.5rem, 4.5vw, 3rem);
  align-items: center;
  transform: translate3d(0, calc((1 - var(--creator-p, 0)) * 18px), 0);
}

.np-creator-portrait-wrap {
  display: flex;
  justify-content: center;
}

.np-creator-portrait {
  position: relative;
  width: min(36vw, 168px);
  aspect-ratio: 44 / 63;
  padding: 0.5rem;
  border-radius: 50% 50% 46% 46% / 52% 52% 48% 48%;
  overflow: visible;
  background:
    linear-gradient(165deg, rgba(42, 34, 26, 0.95) 0%, rgba(18, 14, 12, 0.98) 100%);
  border: 1px solid rgba(139, 105, 20, 0.55);
  box-shadow:
    inset 0 0 0 1px rgba(201, 162, 39, 0.18),
    inset 0 -8px 18px rgba(0, 0, 0, 0.45),
    0 12px 32px rgba(0, 0, 0, 0.42);
  transform: translate3d(0, calc((1 - clamp(0, (var(--creator-p, 0) - 0.04) / 0.18, 1)) * 16px), 0)
    scale(calc(0.94 + clamp(0, (var(--creator-p, 0) - 0.04) / 0.18, 1) * 0.06));
  opacity: calc(clamp(0, (var(--creator-p, 0) - 0.02) / 0.16, 1));
}

.np-creator-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  border-radius: inherit;
  filter: saturate(0.92) contrast(1.06) brightness(0.98);
}

.np-creator-portrait-rim {
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(201, 162, 39, 0.52),
    inset 0 0 22px rgba(139, 105, 20, 0.24),
    0 0 28px rgba(201, 162, 39, 0.12);
}

.np-creator-portrait-glint {
  position: absolute;
  top: 8%;
  left: 18%;
  width: 34%;
  height: 18%;
  border-radius: 50%;
  pointer-events: none;
  opacity: calc(clamp(0, (var(--creator-p, 0) - 0.55) / 0.25, 1) * 0.62);
  background: linear-gradient(135deg, rgba(255, 236, 200, 0.42), transparent 70%);
  filter: blur(2px);
}

.np-creator-copy {
  text-align: left;
  max-width: 36rem;
}

.np-creator-eyebrow {
  margin: 0 0 0.75rem;
  font-family: var(--font-body);
  font-size: 0.64rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #b8943a;
  opacity: calc(clamp(0, (var(--creator-p, 0) - 0.12) / 0.14, 1));
  transform: translate3d(calc((1 - clamp(0, (var(--creator-p, 0) - 0.12) / 0.14, 1)) * -12px), 0, 0);
}

.np-creator-name {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f4eee2;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
  opacity: calc(clamp(0, (var(--creator-p, 0) - 0.22) / 0.16, 1));
  transform: translate3d(calc((1 - clamp(0, (var(--creator-p, 0) - 0.22) / 0.16, 1)) * 16px), 0, 0);
}

.np-creator-desc {
  margin: 0 0 0.7rem;
  font-size: clamp(0.88rem, 1.7vw, 1.02rem);
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: #d8d0c4;
  opacity: calc(clamp(0, (var(--creator-p, 0) - 0.32) / 0.14, 1));
  transform: translate3d(0, calc((1 - clamp(0, (var(--creator-p, 0) - 0.32) / 0.14, 1)) * 10px), 0);
}

.np-creator-tags {
  margin: 0 0 1.15rem;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a89f90;
  opacity: calc(clamp(0, (var(--creator-p, 0) - 0.38) / 0.12, 1));
}

.np-creator-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.82rem 1.35rem;
  color: #f2ece0;
  background: linear-gradient(180deg, rgba(28, 24, 20, 0.96) 0%, rgba(14, 12, 10, 0.98) 100%);
  border: 1px solid rgba(201, 162, 39, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 200, 0.08),
    0 4px 14px rgba(0, 0, 0, 0.35);
  opacity: calc(clamp(0, (var(--creator-p, 0) - 0.48) / 0.12, 1));
  pointer-events: auto;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.np-creator-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 197, 71, 0.62);
  color: #f2ece0;
  -webkit-text-fill-color: #f2ece0;
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 200, 0.14),
    0 8px 22px rgba(0, 0, 0, 0.42),
    0 0 18px rgba(201, 162, 39, 0.08);
}

.np-creator-cta:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.np-creator-micro {
  margin: 1rem 0 0;
  max-width: 30rem;
  font-size: 0.72rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #9a9288;
  opacity: calc(clamp(0, (var(--creator-p, 0) - 0.56) / 0.14, 1) * 0.95);
}

/* ── Chronicle ──────────────────────────────────────────────── */
#chronicle {
  position: relative;
  background:
    linear-gradient(180deg, #161310 0%, #14141c 38%, #0c1014 78%, var(--void) 100%);
  padding: 0 0 12vh;
  overflow: hidden;
}

#chronicle::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 30% at 70% 18%, rgba(139,26,20,0.12), transparent 60%),
    radial-gradient(ellipse 40% 28% at 20% 70%, rgba(201,162,39,0.05), transparent 70%);
  transition: opacity 1s ease;
}

.chronicle-shell {
  position: relative;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 8vh var(--gap-lg) 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 1.5rem;
}

.chronicle-rail {
  position: sticky;
  top: 22vh;
  height: 56vh;
  align-self: start;
}

.chronicle-rail-line {
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(139,105,20,0.15), rgba(201,162,39,0.35), rgba(139,105,20,0.12));
  overflow: hidden;
}

.chronicle-rail-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--gold-aged), var(--gold), rgba(192,57,43,0.7));
  transform: scaleY(0);
  transform-origin: top;
  box-shadow: 0 0 8px rgba(201,162,39,0.25);
}

.chronicle-markers {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chronicle-marker {
  position: relative;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chronicle-marker i {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: var(--gold-aged);
  opacity: 0.35;
  box-shadow: inset 0 0 0 1px rgba(232,208,160,0.2);
  transition: opacity 0.6s ease, transform 0.6s ease, background 0.6s ease;
}

.chronicle-marker[data-state="active"] i {
  opacity: 1;
  background: var(--gold-bright);
  transform: rotate(45deg) scale(1.35);
  box-shadow: 0 0 10px rgba(232,197,71,0.35);
}

.chronicle-marker[data-state="past"] i {
  opacity: 0.7;
  background: var(--gold-aged);
}

.chronicle-chapters {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.chronicle-chapter {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8vh 0;
  opacity: 0.28;
  filter: saturate(0.7);
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.9s ease, filter 0.9s ease, transform 0.9s ease;
}

.chronicle-chapter[data-state="active"] {
  opacity: 1;
  filter: none;
  transform: none;
}

.chronicle-chapter[data-state="past"] {
  opacity: 0.42;
  filter: saturate(0.55);
  transform: none;
}

.chronicle-chapter[data-state="unvisited"] {
  opacity: 0.22;
}

.ch-kicker {
  font-size: 0.62rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold-aged);
  margin-bottom: 0.7rem;
}

.ch-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4.6vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 0.95;
  color: var(--text);
}

.ch-sub {
  margin-top: 0.85rem;
  font-family: var(--font-title);
  font-size: clamp(0.95rem, 2vw, 1.4rem);
  letter-spacing: 0.18em;
  color: var(--gold);
}

.ch-body {
  margin-top: 1.1rem;
  max-width: 36rem;
  font-size: 0.95rem;
  color: var(--text-dim);
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.ch-source {
  margin-top: 1rem;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-faint);
}

/* Alliance scene */
.ch-alliance {
  position: relative;
  width: 100%;
}

.alliance-banners {
  position: absolute;
  inset: -8% 0 auto auto;
  width: min(46%, 420px);
  height: 120%;
  pointer-events: none;
  z-index: 0;
}

.alliance-banner {
  position: absolute;
  top: 0;
  width: 34%;
  height: 78%;
  background:
    linear-gradient(180deg, rgba(90,18,16,0.55) 0%, rgba(40,10,10,0.35) 40%, rgba(20,8,8,0.15) 100%);
  border-left: 1px solid rgba(201,162,39,0.22);
  border-right: 1px solid rgba(201,162,39,0.12);
  transform-origin: top center;
  animation: clothDrift 9s ease-in-out infinite;
}

.alliance-banner:nth-child(1) { left: 8%; animation-delay: 0s; }
.alliance-banner:nth-child(2) { left: 38%; width: 28%; opacity: 0.7; animation-delay: -3s; }
.alliance-banner:nth-child(3) { left: 64%; animation-delay: -5.5s; }

@keyframes clothDrift {
  0%, 100% { transform: rotate(-1.1deg) translate3d(0, 0, 0); }
  50% { transform: rotate(1.4deg) translate3d(2px, 4px, 0); }
}

.alliance-copy {
  position: relative;
  z-index: 1;
}

.alliance-tag {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 8vw, 6.5rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 0.9;
  background: linear-gradient(180deg, #f0d9a0, var(--gold) 45%, #8a2a22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.alliance-name {
  font-family: var(--font-title);
  font-size: clamp(1.4rem, 3.5vw, 2.6rem);
  letter-spacing: 0.42em;
  color: var(--text);
  margin-top: 0.3rem;
}

/* Documented moment */
.ch-moment-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  margin-top: 1.5rem;
}

.ch-moment-meta span {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.ch-moment-meta b {
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--gold);
  font-size: 1rem;
}

.ch-moment-meta i {
  font-style: normal;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.ch-today-count {
  margin-top: 1.4rem;
  font-family: var(--font-mono);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--gold-bright);
}

/* ── Reduced motion ─────────────────────────────────────────── */
html.np-reduced .np-fog,
html.np-reduced .np-light,
html.np-reduced .alliance-banner,
html.np-reduced .np-px--wisp,
html.np-reduced .np-portal-energy {
  animation: none !important;
}

html.np-reduced .np-scene-img,
html.np-reduced .np-fore--l,
html.np-reduced .np-fore--r,
html.np-reduced .np-line--1,
html.np-reduced .np-line--2,

html.np-reduced .np-kicker,
html.np-reduced .np-line--1,
html.np-reduced .np-line--2 {
  opacity: 1;
}

html.np-reduced .chronicle-chapter {
  opacity: 1;
  filter: none;
  transform: none;
}

html.np-reduced .chronicle-rail-fill {
  transform: scaleY(1);
}

html.np-reduced .np-creator-beat.is-failopen,
html.np-reduced .np-creator-beat,
html.np-reduced .np-creator-light,
html.np-reduced .np-creator-vignette {
  opacity: 1;
}

html.np-reduced .np-creator-beat {
  position: relative;
  padding: 8vh var(--gap-lg) 12vh;
  pointer-events: auto;
}

html.np-reduced .np-creator-layout,
html.np-reduced .np-creator-eyebrow,
html.np-reduced .np-creator-name,
html.np-reduced .np-creator-desc,
html.np-reduced .np-creator-tags,
html.np-reduced .np-creator-cta,
html.np-reduced .np-creator-micro,
html.np-reduced .np-creator-portrait {
  opacity: 1;
  transform: none;
}

html.np-reduced #world-reveal {
  height: auto;
}

html.np-reduced .np-stage-pin {
  position: relative;
  height: auto;
  min-height: 100vh;
}

html.np-reduced .np-scene {
  position: relative;
  min-height: 88vh;
  opacity: 1;
}


@media (prefers-reduced-motion: reduce) {
  .np-fog, .np-light, .alliance-banner { animation: none !important; }
  .np-scene-img, .np-fore--l, .np-fore--r { transform: none !important; }
}

/* ── 1440 ───────────────────────────────────────────────────── */
@media (max-width: 1440px) {
}

/* ── Tablet / mobile chronicle reinterpretation ─────────────── */
@media (max-width: 900px) {
  #world { margin-top: 0; }
  #world-reveal { height: 280vh; }

  .np-stage-copy { padding-bottom: 16vh; }

  .np-creator-layout {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.25rem;
  }

  .np-creator-copy {
    text-align: center;
    margin: 0 auto;
  }

  .np-creator-portrait {
    width: min(52vw, 168px);
  }

  .np-creator-cta {
    min-height: 44px;
    justify-content: center;
  }





  .chronicle-shell {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 0.75rem;
    padding-left: 1rem;
    padding-right: 1.1rem;
  }

  .chronicle-rail { top: 18vh; height: 62vh; }
  .chronicle-rail-line { left: 10px; }
  .chronicle-marker { width: 22px; height: 22px; }
  .chronicle-marker i { width: 6px; height: 6px; }

  .alliance-banners { width: 58%; opacity: 0.55; }
  .chronicle-chapter { min-height: auto; padding: 12vh 0; }

  .np-fore--l, .np-fore--r { opacity: 0.65; }
}

@media (max-width: 480px) {
  .np-line--1 { letter-spacing: 0.1em; }
  .alliance-name { letter-spacing: 0.18em; }
  .ch-title { letter-spacing: 0.06em; }
}
