/* PrimaLux Cinema — Refinement Build v11
   All seven movements are complete.
   This pass refines framing, typography, spacing, motion, accessibility, and mobile behavior. */

:root {
  --black: #020202;
  --black-soft: #080705;
  --ivory: #eee9df;
  --gold: #d4af37;
  --gold-soft: #c3a05d;
  --gold-dark: #79562a;
  --header-height: 88px;
  --content: 1440px;
  --reading: 34rem;
  --section-gutter: clamp(1.5rem, 4vw, 4rem);
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

* { box-sizing: border-box; }

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
}

a { color: inherit; }

p { text-wrap: pretty; }
h1, h2, h3, h4, blockquote { text-wrap: balance; }

button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible {
  outline: 1px solid rgba(240,205,114,.9);
  outline-offset: 5px;
}

.skip-link,
.skip-invocation {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  transform: translateY(-180%);
  border: 0;
  padding: .75rem 1rem;
  background: var(--ivory);
  color: var(--black);
  font-family: Inter, Arial, sans-serif;
  font-size: .75rem;
  letter-spacing: .08em;
}

.skip-link:focus,
.skip-invocation:focus { transform: translateY(0); }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0 clamp(1.25rem, 3.2vw, 3.75rem);
  border-bottom: 1px solid rgba(212,175,55,.22);
  background: linear-gradient(to bottom, rgba(2,2,2,.97), rgba(2,2,2,.91));
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0,0,0,.14);
  opacity: 0;
  pointer-events: none;
  transition: opacity 650ms ease;
}

.site-header.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.brand-mark {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(212,175,55,.2));
}

.primary-navigation {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(7, minmax(74px,1fr));
  align-items: center;
  gap: clamp(.5rem,1.5vw,2.2rem);
}

.primary-navigation a {
  display: block;
  min-width: 0;
  text-align: center;
  text-decoration: none;
  color: rgba(238,233,223,.76);
  font-family: Inter, Arial, sans-serif;
  font-size: .62rem;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .28s ease, transform .28s var(--ease-out);
}

.primary-navigation a span {
  display: block;
  margin-bottom: .35rem;
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: .05em;
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible,
.primary-navigation a[aria-current="page"] {
  color: var(--ivory);
  transform: translateY(-1px);
}

.primary-navigation a[aria-current="page"] span {
  color: #f0cd72;
  text-shadow: 0 0 14px rgba(212,175,55,.28);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid rgba(212,175,55,.38);
  padding: .65rem .8rem;
  background: transparent;
  color: var(--ivory);
  font-family: Inter, Arial, sans-serif;
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.movement {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  scroll-margin-top: var(--header-height);
}

/* Movement I */
.invitation {
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(212,175,55,.04), transparent 33%),
    var(--black);
}

.invitation::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image: radial-gradient(rgba(255,255,255,.24) .45px, transparent .5px);
  background-size: 5px 5px;
  mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 78%, transparent);
}

.invitation-stage {
  position: relative;
  z-index: 1;
  width: min(94vw, 1100px);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(4.25rem,8vh,6.5rem) 1rem clamp(2rem,4vh,3.5rem);
}

.origin-axis {
  position: relative;
  flex: 0 0 clamp(92px,13vh,145px);
  width: 1px;
}

.origin-dot {
  position: absolute;
  top: 0;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f3c65b;
  box-shadow: 0 0 14px rgba(243,198,91,.85), 0 0 30px rgba(212,175,55,.25);
  transform: translate(-50%,-50%) scale(0);
  animation: originDot .9s var(--ease) 1s forwards;
}

.origin-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(243,198,91,.98), rgba(212,175,55,.45) 74%, transparent);
  box-shadow: 0 0 8px rgba(212,175,55,.25);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  animation: originLine 2.3s var(--ease) 1.85s forwards;
}

.sigil-stage {
  position: relative;
  flex: 0 0 clamp(132px,11vw,176px);
  width: clamp(132px,11vw,176px);
  margin-top: clamp(2.25rem,5vh,3.8rem);
}

.sigil-stage > * {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sigil-origin {
  z-index: 5;
  inset: 50% auto auto 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f4d37d;
  box-shadow: 0 0 12px rgba(244,211,125,.95), 0 0 25px rgba(212,175,55,.4);
  opacity: 0;
  transform: translate(-50%,-50%) scale(0);
  animation: sigilOriginIn .45s var(--ease) 4.75s forwards, sigilOriginOut .65s ease 8.75s forwards;
}

.sigil-construction { overflow: visible; }

.blueprint {
  fill: none;
  stroke: rgba(212,175,55,.2);
  stroke-width: .55;
  stroke-dasharray: 2.5 3.5;
  opacity: 0;
  transform-origin: center;
  animation: blueprintFlash 1s ease 8s forwards;
}

.travel,
.glow-stroke,
.core-stroke {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.travel {
  stroke: rgba(255,228,155,.98);
  stroke-width: 7;
  opacity: 0;
  stroke-dasharray: 22 78;
}

.glow-stroke {
  stroke: url(#axisGold);
  stroke-width: 3.1;
  opacity: 0;
}

.core-stroke {
  stroke: url(#hotCore);
  stroke-width: 1.05;
  opacity: 0;
}

.travel-axis { animation: travel 1.1s linear 5.02s forwards; }
.travel-circle-left,
.travel-circle-right { animation: travel 1.2s linear 6.02s forwards; }
.travel-enclosure { animation: travel 1.55s linear 7s forwards; }

.glow-axis { animation: revealStroke 1.12s var(--ease) 5.05s forwards; }
.glow-circle-left,
.glow-circle-right { animation: revealStroke 1.22s var(--ease) 6.05s forwards; }
.glow-enclosure { animation: revealStroke 1.62s var(--ease) 7.02s forwards; }

.core-axis { animation: revealCore 1.08s var(--ease) 5.08s forwards; }
.core-circle-left,
.core-circle-right { animation: revealCore 1.17s var(--ease) 6.08s forwards; }
.core-enclosure { animation: revealCore 1.52s var(--ease) 7.05s forwards; }

.construction-layer { animation: constructionOut .7s ease 8.85s forwards; }

.authoritative-sigil {
  z-index: 4;
  object-fit: contain;
  opacity: 0;
  transform: scale(.985);
  filter: drop-shadow(0 0 8px rgba(212,175,55,.42)) drop-shadow(0 0 22px rgba(212,175,55,.25));
  animation: authoritativeReveal .95s var(--ease) 8.75s forwards;
}

.invitation-identity {
  margin-top: clamp(2.8rem,6vh,5rem);
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  animation: identityIn 1.1s var(--ease) 9.3s forwards;
}

.invitation-identity h1 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(1.85rem,3.25vw,4rem);
  font-weight: 400;
  letter-spacing: .31em;
  white-space: nowrap;
}

.invitation-identity p {
  margin: clamp(2.25rem,4.6vh,3.8rem) 0 clamp(1.8rem,3.4vh,2.8rem);
  color: var(--gold-soft);
  font-size: clamp(1rem,1.15vw,1.32rem);
  line-height: 1.55;
  letter-spacing: .17em;
}

.journey-number {
  color: var(--gold);
  font-size: 1.55rem;
}

.journey-link {
  display: inline-grid;
  gap: .65rem;
  margin-top: 1rem;
  text-decoration: none;
  color: var(--gold-soft);
  font-size: .95rem;
  letter-spacing: .25em;
}

.journey-link span { animation: arrow 2.5s ease-in-out 10.2s infinite; }

/* Movement II — full-width and centered by construction */
.makers {
  padding-top: var(--header-height);
  border-top: 1px solid rgba(212,175,55,.14);
  background: var(--black);
}

.makers-layout {
  width: 100%;
  min-height: calc(100vh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(360px, 40%) minmax(0, 60%);
}

.makers-copy-panel {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  background:
    linear-gradient(90deg, #020202 0%, #020202 78%, rgba(2,2,2,.88) 90%, rgba(2,2,2,.15) 100%);
}

.makers-copy {
  width: min(100%, 610px);
  padding: clamp(3rem,5vw,6rem) clamp(2rem,4.5vw,5rem) clamp(3rem,5vw,6rem) clamp(2rem,5.5vw,6.5rem);
}

.movement-number {
  margin: 0 0 .8rem;
  color: var(--gold-soft);
  font-size: clamp(4.5rem,8vw,8.8rem);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.025em;
}

.movement-kicker {
  margin: 0;
  color: var(--gold-soft);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(.7rem,.9vw,.92rem);
  line-height: 1.45;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.gold-rule {
  display: block;
  width: 6rem;
  height: 1px;
  margin: 1.5rem 0 clamp(1.9rem,3.5vh,3.2rem);
  background: linear-gradient(90deg, var(--gold-dark) 0 48%, transparent 48% 52%, var(--gold-dark) 52% 100%);
}

.makers-eyebrow {
  margin: 0 0 1.7rem;
  color: rgba(238,233,223,.9);
  font-size: clamp(.95rem,1vw,1.12rem);
  letter-spacing: .06em;
}

.makers blockquote {
  margin: 0 0 clamp(1.8rem,3.5vh,3rem);
  color: #d1b06c;
  font-size: clamp(1.45rem,2vw,2.2rem);
  line-height: 1.35;
}

.makers blockquote em { font-weight: 400; }

.makers-copy > p:not(.movement-number):not(.movement-kicker):not(.makers-eyebrow) {
  max-width: 31rem;
  margin: 0 0 1.35rem;
  color: rgba(238,233,223,.78);
  font-size: clamp(1rem,1.18vw,1.25rem);
  line-height: 1.55;
}

.makers-roles {
  display: grid;
  grid-template-columns: max-content 1rem max-content;
  gap: .75rem 1rem;
  width: fit-content;
  margin-top: clamp(1.2rem,2.5vh,2.2rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(212,175,55,.3);
  color: var(--gold-soft);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(.7rem,.82vw,.9rem);
  letter-spacing: .17em;
  text-transform: uppercase;
}

.makers-roles span:nth-of-type(3),
.makers-roles span:nth-of-type(4) { grid-column: 1 / -1; }
.makers-roles i { color: var(--gold); font-style: normal; }

.text-link {
  display: inline-flex;
  gap: 1rem;
  align-self: flex-start;
  margin-top: clamp(1.8rem,3vh,2.8rem);
  padding-bottom: .35rem;
  border-bottom: 1px solid rgba(212,175,55,.72);
  text-decoration: none;
  color: var(--gold-soft);
  font-family: Inter, Arial, sans-serif;
  min-height: 44px;
  align-items: center;
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: color .3s ease, border-color .3s ease, transform .3s var(--ease-out);
}

.text-link:hover,
.text-link:focus-visible {
  color: #f0cd72;
  border-color: #f0cd72;
  transform: translateX(3px);
}

.makers-image-panel {
  position: relative;
  min-width: 0;
  min-height: calc(100vh - var(--header-height));
  margin: 0;
  overflow: hidden;
  background: #090604;
}

.makers-image-panel::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,2,2,.48), rgba(2,2,2,.08) 22%, transparent 40%),
    linear-gradient(to top, rgba(2,2,2,.24), transparent 28%);
}

.makers-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% center;
  filter: saturate(.84) contrast(1.08) brightness(.92);
  transform: scale(1.01);
  transition: transform 7s cubic-bezier(.2,.6,.2,1), filter 1.2s ease;
}

.makers.is-in-view .makers-image-panel img {
  transform: scale(1.035);
  filter: saturate(.9) contrast(1.1) brightness(.95);
}

.makers-threshold {
  min-height: clamp(350px,46vh,540px);
  width: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: clamp(1.5rem,3vh,2.7rem);
  padding: clamp(3.5rem,6vw,6.5rem) 1.5rem;
  border-top: 1px solid rgba(212,175,55,.16);
  border-bottom: 1px solid rgba(212,175,55,.12);
  text-align: center;
  background:
    radial-gradient(circle at 50% 28%, rgba(212,175,55,.04), transparent 38%),
    var(--black);
}

.threshold-phrase {
  width: min(100%, 980px);
  margin: 0;
  display: grid;
  grid-template-columns: minmax(220px,1fr) 170px minmax(220px,1fr);
  align-items: center;
  gap: 1.3rem;
  color: #b99655;
  font-size: clamp(.74rem,1.05vw,1rem);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.threshold-symbol {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 54px 1fr;
  align-items: center;
  gap: .65rem;
}

.threshold-symbol::before,
.threshold-symbol::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,.58));
}

.threshold-symbol::after { background: linear-gradient(90deg, rgba(212,175,55,.58), transparent); }

.threshold-symbol i {
  position: relative;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(212,175,55,.55);
  border-radius: 50%;
}

.threshold-symbol i::before,
.threshold-symbol i::after {
  content: "";
  position: absolute;
  background: rgba(212,175,55,.62);
}

.threshold-symbol i::before { top: -12px; bottom: -12px; left: 50%; width: 1px; }
.threshold-symbol i::after { left: -12px; right: -12px; top: 50%; height: 1px; }

.threshold-link {
  display: grid;
  justify-items: center;
  gap: .55rem;
  text-decoration: none;
  color: var(--gold-soft);
}

.threshold-link strong {
  font-size: clamp(3rem,4.5vw,5rem);
  font-weight: 400;
  line-height: 1;
}

.threshold-link span {
  font-family: Inter, Arial, sans-serif;
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.threshold-link b {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: .6;
  animation: arrow 2.4s ease-in-out infinite;
}

.threshold-quote {
  margin: .4rem 0 0;
  color: #b99655;
  font-size: clamp(1rem,1.35vw,1.28rem);
  line-height: 1.5;
  letter-spacing: .05em;
}

/* Progressive enhancement: visible when JS is unavailable */
.reveal { opacity: 1; transform: none; }
.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(2px);
  transition: opacity .95s var(--ease-out), transform 1.05s var(--ease-out), filter .8s ease;
  will-change: opacity, transform;
}
.js .movement.is-in-view .reveal {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.js .movement.is-in-view .makers-image-panel.reveal { transition-delay: .12s; }

/* Movement III — PrimaLux / First Light */
.primalux {
  padding-top: var(--header-height);
  border-top: 1px solid rgba(212,175,55,.14);
  background: var(--black);
}

.primalux-hero {
  width: 100%;
  min-height: calc(100vh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(360px,40%) minmax(0,60%);
  overflow: hidden;
  background: #020202;
}

.primalux-copy-panel {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  background:
    linear-gradient(90deg,#020202 0%,#020202 78%,rgba(2,2,2,.92) 90%,rgba(2,2,2,.18) 100%);
}

.primalux-copy {
  width: min(100%,610px);
  padding: clamp(3rem,5vw,6rem) clamp(2rem,4.5vw,5rem) clamp(3rem,5vw,6rem) clamp(2rem,5.5vw,6.5rem);
}

.primalux-copy h2 {
  margin: 0 0 clamp(1.8rem,3.2vh,2.8rem);
  color: var(--gold-soft);
  font-size: clamp(2.45rem,4vw,4.9rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.primalux-copy blockquote {
  margin: 0 0 clamp(1.8rem,3.5vh,3rem);
  color: rgba(238,233,223,.94);
  font-size: clamp(1.48rem,2.05vw,2.35rem);
  line-height: 1.45;
  letter-spacing: .035em;
}

.primalux-copy blockquote span {
  display: inline-block;
  margin-top: .8rem;
  color: #d1b06c;
}

.primalux-copy blockquote em {
  font-weight: 400;
  color: #e4c57e;
}

.primalux-synopsis {
  max-width: 32rem;
  margin: 0;
  color: rgba(238,233,223,.78);
  font-size: clamp(1rem,1.18vw,1.25rem);
  line-height: 1.6;
}

.primalux-actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.75rem,3.2vw,3.5rem);
  margin-top: clamp(1rem,2vh,1.7rem);
}

.primalux-actions .text-link {
  margin-top: 1.2rem;
  min-width: 7rem;
}

.primalux-image-panel {
  position: relative;
  min-width: 0;
  min-height: calc(100vh - var(--header-height));
  margin: 0;
  overflow: hidden;
  background: #0a0703;
}

.primalux-image-panel::before,
.primalux-image-panel::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.primalux-image-panel::before {
  background:
    linear-gradient(90deg,rgba(2,2,2,.92) 0%,rgba(2,2,2,.38) 17%,rgba(2,2,2,.05) 36%,transparent 50%),
    linear-gradient(to top,rgba(2,2,2,.42),transparent 34%);
}

.primalux-image-panel::after {
  background: radial-gradient(circle at 55% 20%,rgba(247,199,103,.12),transparent 25%);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 1.8s ease 350ms;
}

.primalux-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(.82) contrast(1.08) brightness(.91);
  transform: scale(1.01);
  transition: transform 10s cubic-bezier(.2,.6,.2,1), filter 1.8s ease;
}

.primalux.is-in-view .primalux-image-panel img {
  transform: scale(1.035);
  filter: saturate(.9) contrast(1.08) brightness(.96);
}

.primalux.is-in-view .primalux-image-panel::after { opacity: 1; }

.first-light {
  position: absolute;
  z-index: 2;
  top: 21%;
  left: 52%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f4d37d;
  box-shadow:
    0 0 14px rgba(244,211,125,.95),
    0 0 38px rgba(232,178,75,.56),
    0 0 90px rgba(232,178,75,.22);
  opacity: 0;
  transform: scale(.5);
  transition: opacity 1.2s ease 700ms,transform 1.6s var(--ease) 700ms;
}

.primalux.is-in-view .first-light {
  opacity: .92;
  transform: scale(1);
}

.primalux-threshold {
  min-height: clamp(350px,46vh,540px);
  width: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: clamp(1.5rem,3vh,2.7rem);
  padding: clamp(3.5rem,6vw,6.5rem) 1.5rem;
  border-top: 1px solid rgba(212,175,55,.16);
  border-bottom: 1px solid rgba(212,175,55,.12);
  text-align: center;
  background:
    radial-gradient(circle at 50% 28%,rgba(212,175,55,.045),transparent 38%),
    var(--black);
}

.js .movement.is-in-view .primalux-image-panel.reveal { transition-delay: .12s; }

/* Movement IV — The PCU™ Universe */
.pcu {
  padding-top: var(--header-height);
  border-top: 1px solid rgba(212,175,55,.14);
  background: var(--black);
}

.pcu-hero {
  width: 100%;
  min-height: calc(100vh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(360px,40%) minmax(0,60%);
  overflow: hidden;
  background: #020202;
}

.pcu-copy-panel {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  background:
    linear-gradient(90deg,#020202 0%,#020202 78%,rgba(2,2,2,.93) 90%,rgba(2,2,2,.18) 100%);
}

.pcu-copy {
  width: min(100%,620px);
  padding: clamp(3rem,5vw,6rem) clamp(2rem,4.5vw,5rem) clamp(3rem,5vw,6rem) clamp(2rem,5.5vw,6.5rem);
}

.pcu-copy h2 {
  margin: 0 0 clamp(2rem,3.8vh,3.2rem);
  color: var(--gold-soft);
  font-size: clamp(2.35rem,3.9vw,4.75rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pcu-origin-copy {
  max-width: 31rem;
  margin: 0 0 1.35rem;
  color: rgba(238,233,223,.78);
  font-size: clamp(1.05rem,1.22vw,1.3rem);
  line-height: 1.65;
}

.pcu-copy .text-link {
  margin-top: clamp(1.25rem,2.4vh,2rem);
}

.pcu-image-panel {
  position: relative;
  min-width: 0;
  min-height: calc(100vh - var(--header-height));
  margin: 0;
  overflow: hidden;
  background: #090805;
}

.pcu-image-panel::before,
.pcu-image-panel::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.pcu-image-panel::before {
  background:
    linear-gradient(90deg,rgba(2,2,2,.88) 0%,rgba(2,2,2,.3) 16%,transparent 37%),
    linear-gradient(to top,rgba(2,2,2,.5),transparent 36%);
}

.pcu-image-panel::after {
  background:
    radial-gradient(circle at 78% 17%,rgba(249,211,126,.18),transparent 21%),
    radial-gradient(circle at 50% 70%,rgba(212,175,55,.055),transparent 42%);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 1.8s ease 350ms;
}

.pcu-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
  filter: saturate(.8) contrast(1.08) brightness(.88);
  transform: scale(1.01);
  transition: transform 11s cubic-bezier(.2,.6,.2,1), filter 1.9s ease;
}

.pcu.is-in-view .pcu-image-panel img {
  transform: scale(1.04);
  filter: saturate(.9) contrast(1.08) brightness(.96);
}

.pcu.is-in-view .pcu-image-panel::after { opacity: 1; }

.pcu-image-panel figcaption {
  position: absolute;
  z-index: 3;
  right: clamp(1.3rem,3vw,3rem);
  bottom: clamp(1.25rem,2.6vw,2.6rem);
  color: rgba(238,210,149,.85);
  font-family: Inter,Arial,sans-serif;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.pcu-sun {
  position: absolute;
  z-index: 2;
  top: 15.8%;
  right: 21.2%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff6d6;
  box-shadow:
    0 0 16px rgba(255,246,214,.95),
    0 0 44px rgba(244,205,112,.62),
    0 0 110px rgba(230,171,65,.28);
  opacity: 0;
  transform: scale(.45);
  transition: opacity 1.25s ease 720ms,transform 1.6s var(--ease) 720ms;
}

.pcu.is-in-view .pcu-sun {
  opacity: .95;
  transform: scale(1);
}

.pcu-universe {
  position: relative;
  width: 100%;
  min-height: clamp(640px,82vh,900px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.4rem,2.8vh,2.5rem);
  padding: clamp(4.5rem,7vw,8rem) clamp(1rem,4vw,4rem);
  border-top: 1px solid rgba(212,175,55,.15);
  border-bottom: 1px solid rgba(212,175,55,.12);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%,rgba(212,175,55,.06),transparent 24%),
    radial-gradient(circle at 50% 48%,rgba(212,175,55,.025),transparent 52%),
    #020202;
}

.pcu-universe::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .15;
  background-image: radial-gradient(rgba(239,211,149,.34) .5px,transparent .5px);
  background-size: 7px 7px;
  mask-image: radial-gradient(circle at center,black,transparent 70%);
}

.universe-heading {
  position: relative;
  z-index: 2;
  width: min(100%,940px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(1.1rem,3vw,3rem);
  text-align: center;
}

.universe-heading .movement-kicker {
  margin-bottom: .7rem;
}

.universe-heading h3 {
  margin: 0;
  color: var(--gold-soft);
  font-size: clamp(2rem,3vw,3.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.universe-line {
  height: 1px;
  background: linear-gradient(to right,transparent,rgba(212,175,55,.58));
}

.universe-line:last-child {
  background: linear-gradient(to left,transparent,rgba(212,175,55,.58));
}

.universe-intro {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0;
  color: rgba(238,233,223,.7);
  font-size: clamp(1rem,1.2vw,1.25rem);
  line-height: 1.6;
  text-align: center;
}

.universe-map-scroll {
  position: relative;
  z-index: 2;
  width: min(100%,1300px);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(212,175,55,.42) rgba(212,175,55,.06);
}

.universe-map-scroll::-webkit-scrollbar { height: 6px; }
.universe-map-scroll::-webkit-scrollbar-track { background: rgba(212,175,55,.06); }
.universe-map-scroll::-webkit-scrollbar-thumb { background: rgba(212,175,55,.42); }

.universe-map-shell {
  position: relative;
  width: 100%;
  min-width: 900px;
  aspect-ratio: 1122 / 430;
  overflow: hidden;
  border-top: 1px solid rgba(212,175,55,.14);
  border-bottom: 1px solid rgba(212,175,55,.1);
  background: #030302;
}

.universe-map-shell::before,
.universe-map-shell::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.universe-map-shell::before {
  background:
    linear-gradient(90deg,#020202 0%,transparent 9%,transparent 91%,#020202 100%),
    linear-gradient(to bottom,#020202 0%,transparent 12%,transparent 88%,#020202 100%);
}

.universe-map-shell::after {
  background: radial-gradient(circle at 49% 46%,rgba(247,206,116,.13),transparent 13%);
  mix-blend-mode: screen;
}

.universe-map-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.08) brightness(.88);
  transform: scale(1.01);
  transition: transform 8s cubic-bezier(.2,.6,.2,1),filter 1.5s ease;
}

.pcu.is-in-view .universe-map-image {
  transform: scale(1.035);
  filter: saturate(.96) contrast(1.1) brightness(.96);
}

.universe-core-glow {
  position: absolute;
  z-index: 3;
  left: 49%;
  top: 46%;
  width: 7px;
  height: 7px;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: #fff4c6;
  box-shadow:
    0 0 12px rgba(255,244,198,1),
    0 0 35px rgba(239,190,91,.72),
    0 0 85px rgba(212,175,55,.4);
  animation: universePulse 3.2s ease-in-out infinite;
}

.universe-swipe {
  display: none;
  position: relative;
  z-index: 2;
  margin: -.6rem 0 0;
  color: rgba(205,170,99,.72);
  font-family: Inter,Arial,sans-serif;
  font-size: .65rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pcu-threshold {
  min-height: clamp(380px,50vh,570px);
  width: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: clamp(1.6rem,3vh,2.8rem);
  padding: clamp(4rem,7vw,7rem) 1.5rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%,rgba(212,175,55,.05),transparent 38%),
    var(--black);
}

.js .movement.is-in-view .pcu-image-panel.reveal { transition-delay: .12s; }

@keyframes universePulse {
  0%,100% { opacity: .75; transform: translate(-50%,-50%) scale(.78); }
  50% { opacity: 1; transform: translate(-50%,-50%) scale(1.28); }
}


/* Movement V — Journal */
.journal {
  padding-top: var(--header-height);
  border-top: 1px solid rgba(212,175,55,.14);
  background: var(--black);
}

.journal-opening {
  width: 100%;
  min-height: calc(100vh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(360px,42%) minmax(0,58%);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 48%,rgba(212,175,55,.045),transparent 31%),
    #020202;
}

.journal-copy-panel {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  background: linear-gradient(90deg,#020202 0%,#020202 80%,rgba(2,2,2,.94) 91%,rgba(2,2,2,.25) 100%);
}

.journal-copy {
  width: min(100%,650px);
  padding: clamp(3rem,5vw,6rem) clamp(2rem,4.5vw,5rem) clamp(3rem,5vw,6rem) clamp(2rem,5.5vw,6.5rem);
}

.journal-copy h2 {
  margin: 0 0 clamp(2rem,3.8vh,3.2rem);
  color: var(--gold-soft);
  font-size: clamp(2.65rem,4.4vw,5.45rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.journal-copy blockquote {
  margin: 0 0 clamp(2rem,3.6vh,3rem);
  color: rgba(238,233,223,.94);
  font-size: clamp(1.5rem,2vw,2.25rem);
  font-style: italic;
  line-height: 1.35;
}

.journal-copy > p:not(.movement-number):not(.movement-kicker) {
  max-width: 32rem;
  margin: 0 0 1.2rem;
  color: rgba(238,233,223,.76);
  font-size: clamp(1.02rem,1.2vw,1.28rem);
  line-height: 1.65;
}

.journal-ledger-panel {
  position: relative;
  min-width: 0;
  min-height: calc(100vh - var(--header-height));
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(3rem,6vw,7rem);
  background:
    linear-gradient(90deg,rgba(2,2,2,.82),transparent 24%),
    radial-gradient(circle at 55% 48%,rgba(212,175,55,.08),transparent 38%),
    repeating-linear-gradient(0deg,rgba(212,175,55,.015) 0 1px,transparent 1px 6px),
    #060503;
}

.journal-ledger-panel::before,
.journal-ledger-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.journal-ledger-panel::before {
  opacity: .18;
  background-image: radial-gradient(rgba(239,211,149,.28) .5px,transparent .5px);
  background-size: 7px 7px;
  mask-image: radial-gradient(circle at center,black,transparent 75%);
}

.journal-ledger-panel::after {
  background: linear-gradient(105deg,transparent 0 44%,rgba(243,204,117,.07) 50%,transparent 56%);
  transform: translateX(-120%);
  transition: transform 2.6s cubic-bezier(.2,.6,.2,1) .45s;
}

.journal.is-in-view .journal-ledger-panel::after { transform: translateX(120%); }

.journal-ledger {
  position: relative;
  z-index: 2;
  width: min(100%,600px);
  min-height: min(72vh,760px);
  display: flex;
  flex-direction: column;
  padding: clamp(2rem,4vw,4.5rem);
  border: 1px solid rgba(212,175,55,.33);
  background:
    linear-gradient(rgba(212,175,55,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(212,175,55,.025) 1px,transparent 1px),
    linear-gradient(145deg,rgba(18,14,8,.96),rgba(4,4,3,.98));
  background-size: 100% 40px,40px 100%,auto;
  box-shadow: 0 0 0 10px rgba(2,2,2,.72),0 24px 80px rgba(0,0,0,.72),inset 0 0 70px rgba(212,175,55,.025);
}

.journal-ledger::before,
.journal-ledger::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-color: rgba(212,175,55,.58);
}

.journal-ledger::before {
  top: 13px; left: 13px;
  border-top: 1px solid; border-left: 1px solid;
}

.journal-ledger::after {
  right: 13px; bottom: 13px;
  border-right: 1px solid; border-bottom: 1px solid;
}

.ledger-header {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(212,175,55,.22);
  color: rgba(216,181,109,.78);
  font-family: Inter,Arial,sans-serif;
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ledger-sigil {
  position: relative;
  width: 92px;
  margin: clamp(2.2rem,4vh,3.8rem) auto 1.5rem;
}

.ledger-sigil img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(212,175,55,.2));
}

.ledger-sigil span {
  position: absolute;
  left: 50%;
  top: -42px;
  bottom: -42px;
  width: 1px;
  transform: translateX(-50%);
  z-index: -1;
  background: linear-gradient(transparent,rgba(212,175,55,.4),transparent);
}

.ledger-title {
  margin: 0;
  color: var(--gold-soft);
  font-size: clamp(2rem,3.2vw,3.6rem);
  line-height: 1;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.ledger-subtitle {
  margin: 1rem 0 clamp(2rem,4vh,3.5rem);
  color: rgba(238,233,223,.55);
  font-family: Inter,Arial,sans-serif;
  font-size: .62rem;
  line-height: 1.6;
  letter-spacing: .17em;
  text-align: center;
  text-transform: uppercase;
}

.ledger-register {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .95rem;
}

.ledger-register li {
  display: grid;
  grid-template-columns: 2.2rem max-content 1fr;
  align-items: center;
  gap: 1rem;
  color: rgba(238,233,223,.7);
}

.ledger-register span {
  color: rgba(205,170,99,.62);
  font-family: Inter,Arial,sans-serif;
  font-size: .58rem;
  letter-spacing: .1em;
}

.ledger-register b {
  font-size: clamp(.94rem,1.1vw,1.12rem);
  font-weight: 400;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ledger-register i {
  height: 1px;
  background: linear-gradient(to right,rgba(212,175,55,.3),transparent);
}

.ledger-footer {
  margin: auto 0 0;
  padding-top: 2.2rem;
  color: rgba(205,170,99,.66);
  font-size: 1.05rem;
  font-style: italic;
  letter-spacing: .09em;
  text-align: center;
}

.journal-index {
  position: relative;
  min-height: clamp(760px,94vh,1080px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1.4rem,2.7vh,2.4rem);
  padding: clamp(5rem,8vw,9rem) clamp(1.2rem,5vw,5rem);
  border-top: 1px solid rgba(212,175,55,.14);
  border-bottom: 1px solid rgba(212,175,55,.12);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%,rgba(212,175,55,.055),transparent 35%),
    #020202;
}

.journal-index::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  pointer-events: none;
  background-image: linear-gradient(rgba(212,175,55,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(212,175,55,.06) 1px,transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center,black,transparent 76%);
}

.journal-index-heading {
  position: relative;
  z-index: 2;
  width: min(100%,980px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(1.1rem,3vw,3rem);
  text-align: center;
}

.journal-index-heading .movement-kicker { margin-bottom: .65rem; }

.journal-index-heading h3 {
  margin: 0;
  color: var(--gold-soft);
  font-size: clamp(2.1rem,3.4vw,4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.journal-index-intro {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0;
  color: rgba(238,233,223,.67);
  font-size: clamp(1rem,1.2vw,1.25rem);
  line-height: 1.6;
  text-align: center;
}

.journal-grid {
  position: relative;
  z-index: 2;
  width: min(100%,1280px);
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1px;
  border: 1px solid rgba(212,175,55,.18);
  background: rgba(212,175,55,.18);
}

.journal-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.7rem,2.5vw,2.8rem);
  overflow: hidden;
  background: linear-gradient(145deg,#090805,#030302 70%);
  transition: background .45s ease,transform .45s var(--ease);
}

.journal-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(transparent,rgba(212,175,55,.75),transparent);
  opacity: 0;
  transition: opacity .45s ease;
}

.journal-card:hover { background: linear-gradient(145deg,#100d07,#050403 72%); }
.journal-card:hover::before { opacity: 1; }

.journal-card-featured {
  grid-column: span 2;
  min-height: 390px;
  background:
    radial-gradient(circle at 82% 34%,rgba(212,175,55,.1),transparent 26%),
    linear-gradient(145deg,#0d0a05,#030302 72%);
}

.journal-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(212,175,55,.15);
  color: rgba(205,170,99,.7);
  font-family: Inter,Arial,sans-serif;
  font-size: .6rem;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.journal-card h4 {
  max-width: 25rem;
  margin: auto 0 1.2rem;
  color: var(--ivory);
  font-size: clamp(1.8rem,2.7vw,3.2rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: .04em;
}

.journal-card:not(.journal-card-featured) h4 {
  font-size: clamp(1.55rem,2vw,2.35rem);
}

.journal-card p {
  max-width: 34rem;
  margin: 0 0 1.6rem;
  color: rgba(238,233,223,.65);
  font-size: clamp(.98rem,1.08vw,1.14rem);
  line-height: 1.55;
}

.journal-card-status {
  color: rgba(205,170,99,.72);
  font-family: Inter,Arial,sans-serif;
  font-size: .59rem;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.journal-card-symbol {
  position: absolute;
  top: 30%;
  right: 11%;
  width: 118px;
  height: 118px;
  opacity: .38;
}

.journal-card-symbol i,
.journal-card-symbol b { position: absolute; inset: 0; }

.journal-card-symbol i {
  border: 1px solid rgba(212,175,55,.58);
  transform: rotate(45deg);
}

.journal-card-symbol b::before,
.journal-card-symbol b::after {
  content: "";
  position: absolute;
  background: rgba(212,175,55,.62);
}

.journal-card-symbol b::before { left: 50%; top: 12%; bottom: 12%; width: 1px; }
.journal-card-symbol b::after { top: 50%; left: 26%; right: 26%; height: 1px; border-radius: 50%; }

.journal-threshold {
  min-height: clamp(380px,50vh,570px);
  width: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: clamp(1.6rem,3vh,2.8rem);
  padding: clamp(4rem,7vw,7rem) 1.5rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%,rgba(212,175,55,.05),transparent 38%),
    var(--black);
}

.js .movement.is-in-view .journal-ledger-panel.reveal { transition-delay: .12s; }

/* Movement VI — Projects */
.projects {
  padding-top: var(--header-height);
  border-top: 1px solid rgba(212,175,55,.14);
  background: var(--black);
}

.projects-opening {
  width: 100%;
  min-height: calc(100vh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(360px,40%) minmax(0,60%);
  overflow: hidden;
  background: #020202;
}

.projects-copy-panel {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  background: linear-gradient(90deg,#020202 0%,#020202 78%,rgba(2,2,2,.93) 90%,rgba(2,2,2,.18) 100%);
}

.projects-copy {
  width: min(100%,620px);
  padding: clamp(3rem,5vw,6rem) clamp(2rem,4.5vw,5rem) clamp(3rem,5vw,6rem) clamp(2rem,5.5vw,6.5rem);
}

.projects-copy h2 {
  margin: 0 0 clamp(2rem,3.6vh,3rem);
  color: var(--gold-soft);
  font-size: clamp(2.35rem,3.9vw,4.8rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.projects-copy blockquote {
  margin: 0 0 clamp(1.8rem,3.5vh,3rem);
  color: rgba(238,233,223,.94);
  font-size: clamp(1.42rem,2vw,2.28rem);
  line-height: 1.45;
  letter-spacing: .03em;
}

.projects-copy > p:not(.movement-number):not(.movement-kicker) {
  max-width: 32rem;
  margin: 0 0 1.35rem;
  color: rgba(238,233,223,.78);
  font-size: clamp(1rem,1.18vw,1.24rem);
  line-height: 1.62;
}

.projects-copy .text-link { margin-top: clamp(1.25rem,2.4vh,2rem); }

.projects-atlas-panel {
  position: relative;
  min-width: 0;
  min-height: calc(100vh - var(--header-height));
  display: grid;
  place-items: center;
  padding: clamp(2rem,4vw,4rem);
  background:
    radial-gradient(circle at 70% 28%, rgba(212,175,55,.08), transparent 28%),
    radial-gradient(circle at 50% 68%, rgba(212,175,55,.05), transparent 42%),
    linear-gradient(135deg, #060505, #0b0907 60%, #090705 100%);
  overflow: hidden;
}

.projects-atlas-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image: radial-gradient(rgba(239,211,149,.32) .45px, transparent .45px);
  background-size: 7px 7px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.projects-atlas {
  position: relative;
  z-index: 1;
  width: min(100%, 820px);
  min-height: min(78vh, 760px);
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 1.8rem;
  padding: clamp(1.8rem,3vw,2.6rem);
  border: 1px solid rgba(212,175,55,.18);
  background: linear-gradient(180deg, rgba(17,13,10,.93), rgba(8,7,6,.98));
  box-shadow: 0 18px 70px rgba(0,0,0,.38);
}

.projects-atlas-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(205,170,99,.72);
  font-family: Inter,Arial,sans-serif;
  font-size: .62rem;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.projects-atlas-core {
  display: grid;
  justify-items: center;
  gap: .8rem;
  padding: 1.8rem 1rem 1.4rem;
  border: 1px solid rgba(212,175,55,.14);
  background: radial-gradient(circle at center, rgba(212,175,55,.09), transparent 60%);
}

.projects-atlas-core img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(212,175,55,.22));
}

.projects-atlas-core b {
  color: var(--gold-soft);
  font-family: Inter,Arial,sans-serif;
  font-size: .72rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 400;
}

.projects-atlas-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1rem;
}

.projects-atlas-list article {
  display: grid;
  align-content: start;
  gap: .75rem;
  padding: 1rem 1rem 1.15rem;
  border: 1px solid rgba(212,175,55,.12);
  background: rgba(255,255,255,.015);
}

.projects-atlas-list span {
  color: rgba(205,170,99,.74);
  font-family: Inter,Arial,sans-serif;
  font-size: .56rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.projects-atlas-list h3 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(1.2rem,1.8vw,1.65rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: .03em;
}

.projects-atlas-list p {
  margin: 0;
  color: rgba(238,233,223,.62);
  font-size: .92rem;
  line-height: 1.55;
}

.projects-index {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem,2.9vh,2.6rem);
  padding: clamp(4.5rem,7vw,7.5rem) clamp(1rem,4vw,4rem);
  border-top: 1px solid rgba(212,175,55,.15);
  border-bottom: 1px solid rgba(212,175,55,.12);
  background:
    radial-gradient(circle at 50% 18%, rgba(212,175,55,.055), transparent 30%),
    #020202;
}

.projects-index-heading {
  position: relative;
  z-index: 2;
  width: min(100%, 940px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(1.1rem,3vw,3rem);
  text-align: center;
}

.projects-index-heading .movement-kicker { margin-bottom: .7rem; }

.projects-index-heading h3 {
  margin: 0;
  color: var(--gold-soft);
  font-size: clamp(2.1rem,3.2vw,3.9rem);
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.projects-index-intro {
  position: relative;
  z-index: 2;
  width: min(100%, 860px);
  margin: 0;
  color: rgba(238,233,223,.72);
  text-align: center;
  font-size: clamp(1rem,1.18vw,1.22rem);
  line-height: 1.65;
}

.projects-grid {
  position: relative;
  z-index: 2;
  width: min(100%, 1240px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(1rem,2vw,1.5rem);
}

.project-card {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem,2.4vw,2rem);
  border: 1px solid rgba(212,175,55,.14);
  background: linear-gradient(180deg, rgba(15,12,10,.96), rgba(9,8,7,.98));
}

.project-card-featured {
  grid-column: span 2;
  min-height: 320px;
  justify-content: flex-end;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(24,17,12,.96), rgba(9,8,7,.98)),
    radial-gradient(circle at 76% 36%, rgba(212,175,55,.085), transparent 26%);
}

.project-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(212,175,55,.15);
  color: rgba(205,170,99,.7);
  font-family: Inter,Arial,sans-serif;
  font-size: .6rem;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.project-card h4 {
  max-width: 25rem;
  margin: auto 0 1.2rem;
  color: var(--ivory);
  font-size: clamp(1.8rem,2.7vw,3.2rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: .04em;
}

.project-card:not(.project-card-featured) h4 {
  font-size: clamp(1.55rem,2vw,2.35rem);
}

.project-card p {
  max-width: 36rem;
  margin: 0 0 1.6rem;
  color: rgba(238,233,223,.65);
  font-size: clamp(.98rem,1.08vw,1.14rem);
  line-height: 1.55;
}

.project-card-status {
  color: rgba(205,170,99,.72);
  font-family: Inter,Arial,sans-serif;
  font-size: .59rem;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.project-card-symbol {
  position: absolute;
  top: 22%;
  right: 8%;
  width: 124px;
  height: 124px;
  opacity: .34;
}

.project-card-symbol i,
.project-card-symbol b { position: absolute; inset: 0; }
.project-card-symbol i { border: 1px solid rgba(212,175,55,.58); transform: rotate(45deg); }
.project-card-symbol b::before,
.project-card-symbol b::after {
  content: "";
  position: absolute;
  background: rgba(212,175,55,.62);
}
.project-card-symbol b::before { left: 50%; top: 12%; bottom: 12%; width: 1px; }
.project-card-symbol b::after { top: 50%; left: 26%; right: 26%; height: 1px; }

.projects-threshold {
  min-height: clamp(380px,50vh,570px);
  width: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: clamp(1.6rem,3vh,2.8rem);
  padding: clamp(4rem,7vw,7rem) 1.5rem;
  text-align: center;
  background: radial-gradient(circle at 50% 30%, rgba(212,175,55,.05), transparent 38%), var(--black);
}

.js .movement.is-in-view .projects-atlas-panel.reveal { transition-delay: .12s; }

/* Movement VII — Investors / Participation */
.investors {
  border-top: 1px solid rgba(212,175,55,.14);
  background:
    radial-gradient(circle at 50% 0%, rgba(212,175,55,.045), transparent 28%),
    linear-gradient(to bottom, rgba(212,175,55,.02), transparent 16%),
    var(--black);
}

.investors-opening {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(360px,41%) minmax(0,59%);
}

.investors-copy-panel {
  display: flex;
  justify-content: flex-end;
  background: linear-gradient(120deg, rgba(3,3,3,1) 68%, rgba(3,3,3,.92));
}

.investors-copy {
  width: min(100%, 700px);
  padding: clamp(4.6rem,7vw,7.25rem) clamp(2rem,4vw,3.75rem);
}

.investors-copy h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(2.5rem,4.2vw,5.2rem);
  line-height: .98;
  font-weight: 400;
}

.investors-copy blockquote {
  margin: 0 0 2rem;
  color: var(--ivory);
  font-size: clamp(1.35rem,1.8vw,2rem);
  line-height: 1.34;
  font-style: italic;
}

.investors-copy > p:not(.movement-number):not(.movement-kicker) {
  max-width: 34rem;
  color: rgba(238,233,223,.81);
  font-size: clamp(1.05rem,1.3vw,1.38rem);
  line-height: 1.6;
}

.investors-seal-panel {
  position: relative;
  min-height: min(880px, calc(100vh - var(--header-height)));
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(2rem,4vw,3.5rem);
  background:
    radial-gradient(circle at 50% 24%, rgba(212,175,55,.095), transparent 32%),
    linear-gradient(160deg, #090806 0%, #020202 52%, #070604 100%);
}

.investors-seal-panel::before,
.investors-seal-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.investors-seal-panel::before {
  background-image: radial-gradient(rgba(255,255,255,.16) .45px, transparent .45px);
  background-size: 5px 5px;
  opacity: .14;
  mask-image: linear-gradient(to bottom, transparent, black 14%, black 86%, transparent);
}

.investors-seal-panel::after {
  width: 34%;
  inset: 0 auto 0 -35%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
  transform: translateX(-120%);
  transition: transform 1.25s ease .22s;
}

.investors.is-in-view .investors-seal-panel::after { transform: translateX(390%); }

.investors-seal {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  min-height: 650px;
  padding: 2.25rem;
  border: 1px solid rgba(212,175,55,.18);
  background:
    linear-gradient(180deg, rgba(212,175,55,.03), rgba(212,175,55,.015) 28%, rgba(0,0,0,.2) 100%),
    rgba(6,5,4,.92);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 16px 40px rgba(0,0,0,.25);
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 1.6rem;
}

.investors-seal::before,
.investors-seal::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(212,175,55,.08);
  pointer-events: none;
}

.investors-seal::after { inset: 34px; border-color: rgba(212,175,55,.05); }

.investors-seal-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #c7a458;
  font-family: Inter, sans-serif;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .22em;
}

.investors-seal-core {
  display: grid;
  justify-items: center;
  gap: .85rem;
  padding-top: 1rem;
}

.investors-seal-core img {
  width: 122px;
  filter: drop-shadow(0 0 8px rgba(212,175,55,.2));
}

.investors-seal-core b {
  color: var(--ivory);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.investors-seal-register {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .9rem;
}

.investors-seal-register li {
  display: grid;
  grid-template-columns: 2.1rem max-content 1fr;
  gap: .85rem;
  align-items: center;
  color: var(--ivory);
}

.investors-seal-register span {
  color: #d4af37;
  font-family: Inter, sans-serif;
  font-size: .76rem;
  letter-spacing: .14em;
}

.investors-seal-register b {
  font-weight: 400;
  font-size: clamp(1rem,1.2vw,1.18rem);
  letter-spacing: .08em;
}

.investors-seal-register i {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(212,175,55,.36), transparent);
}

.investors-seal-footer {
  margin: 0;
  color: #b99655;
  font-size: .98rem;
  letter-spacing: .08em;
  text-align: center;
}

.investors-paths {
  padding: clamp(4rem,8vw,7rem) clamp(1.5rem,4vw,3rem) clamp(2rem,4vw,3rem);
}

.investors-index-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.35rem;
  margin-bottom: 1.35rem;
}

.investors-index-heading .movement-kicker { margin-bottom: .7rem; }

.investors-index-heading h3 {
  margin: 0;
  color: var(--ivory);
  font-size: clamp(2rem,3vw,3.3rem);
  font-weight: 400;
  line-height: 1.05;
}

.investors-index-intro {
  width: min(100%, 930px);
  margin: 0 auto 2.2rem;
  color: rgba(238,233,223,.78);
  text-align: center;
  font-size: clamp(1.02rem,1.28vw,1.3rem);
  line-height: 1.65;
}

.investors-grid {
  width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.2rem;
}

.investor-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 1.6rem 1.5rem 1.5rem;
  border: 1px solid rgba(212,175,55,.16);
  background: linear-gradient(145deg,#0b0906,#050403 76%);
}

.investor-card-featured {
  grid-column: span 2;
  min-height: 310px;
  background: linear-gradient(145deg,#100d07,#050403 76%);
}

.investor-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #c7a458;
  font-family: Inter, sans-serif;
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.investor-card h4 {
  position: relative;
  z-index: 1;
  margin: 1.1rem 0 .95rem;
  color: var(--ivory);
  font-size: clamp(1.55rem,2vw,2.2rem);
  font-weight: 400;
  line-height: 1.08;
}

.investor-card:not(.investor-card-featured) h4 {
  max-width: 18rem;
}

.investor-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 42rem;
  color: rgba(238,233,223,.77);
  font-size: 1.02rem;
  line-height: 1.58;
}

.investor-card-status {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 1.25rem;
  color: #d4af37;
  font-family: Inter, sans-serif;
  font-size: .76rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.investor-card-symbol {
  position: absolute;
  right: 1.4rem;
  top: 1.4rem;
  width: 104px;
  height: 104px;
  opacity: .18;
}

.investor-card-symbol i,
.investor-card-symbol b { position: absolute; inset: 0; }
.investor-card-symbol i { border: 1px solid rgba(212,175,55,.58); transform: rotate(45deg); }
.investor-card-symbol b::before,
.investor-card-symbol b::after {
  content: "";
  position: absolute;
  background: rgba(212,175,55,.58);
}
.investor-card-symbol b::before { left: 50%; top: 12%; bottom: 12%; width: 1px; }
.investor-card-symbol b::after { top: 50%; left: 26%; right: 26%; height: 1px; }

.investors-contact {
  display: grid;
  justify-items: center;
  gap: clamp(1.6rem,3vh,2.8rem);
  padding: clamp(4rem,7vw,7rem) 1.5rem clamp(4rem,8vw,7rem);
  text-align: center;
  background: radial-gradient(circle at 50% 20%, rgba(212,175,55,.045), transparent 30%), var(--black);
}

/* Shared refinement — cards, thresholds, and long-form rhythm */
.journal-card,
.project-card,
.investor-card {
  transition: transform .38s var(--ease-out), border-color .38s ease, background .38s ease, box-shadow .38s ease;
}

@media (hover: hover) and (pointer: fine) {
  .journal-card:hover,
  .project-card:hover,
  .investor-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212,175,55,.32);
    box-shadow: 0 18px 42px rgba(0,0,0,.24);
  }
}

.makers-threshold,
.primalux-threshold,
.pcu-threshold,
.journal-threshold,
.projects-threshold,
.investors-contact {
  isolation: isolate;
}

.threshold-link {
  min-width: 190px;
  min-height: 88px;
}

body.nav-open { overflow: hidden; }

/* Structural later movements */

/* Shared refinement — cards, thresholds, and long-form rhythm */
.journal-card,
.project-card,
.investor-card {
  transition: transform .38s var(--ease-out), border-color .38s ease, background .38s ease, box-shadow .38s ease;
}

@media (hover: hover) and (pointer: fine) {
  .journal-card:hover,
  .project-card:hover,
  .investor-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212,175,55,.32);
    box-shadow: 0 18px 42px rgba(0,0,0,.24);
  }
}

.makers-threshold,
.primalux-threshold,
.pcu-threshold,
.journal-threshold,
.projects-threshold,
.investors-contact {
  isolation: isolate;
}

.threshold-link {
  min-width: 190px;
  min-height: 88px;
}

body.nav-open { overflow: hidden; }

/* Structural later movements */
.editorial {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr);
  min-height: 100vh;
  padding-top: var(--header-height);
  border-top: 1px solid rgba(212,175,55,.12);
}

.editorial.reverse { grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); }

.editorial-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(3rem,6vw,7rem);
  background: var(--black);
}

.editorial-copy h2,
.placeholder h2 {
  margin: 0 0 2rem;
  font-size: clamp(2.6rem,4.2vw,5.5rem);
  font-weight: 400;
  line-height: .98;
}

.editorial-copy > p:not(.movement-number):not(.movement-kicker),
.placeholder > p:not(.movement-number):not(.movement-kicker) {
  max-width: 34rem;
  color: rgba(238,233,223,.8);
  font-size: clamp(1.05rem,1.3vw,1.38rem);
  line-height: 1.6;
}

.editorial-quote {
  color: var(--ivory) !important;
  font-size: clamp(1.35rem,1.8vw,2rem) !important;
  font-style: italic;
}

.editorial-image {
  min-width: 0;
  min-height: calc(100vh - var(--header-height));
  margin: 0;
  overflow: hidden;
}

.editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.85) contrast(1.07);
}

.placeholder {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 100vh;
  padding: calc(var(--header-height) + 4rem) clamp(2rem,8vw,9rem) 5rem;
  border-top: 1px solid rgba(212,175,55,.12);
  background: linear-gradient(to right, rgba(212,175,55,.03), transparent 42%), var(--black);
}

.site-footer {
  min-height: 50vh;
  display: grid;
  place-content: center;
  justify-items: center;
  border-top: 1px solid rgba(212,175,55,.14);
  color: var(--gold-soft);
  text-align: center;
  letter-spacing: .14em;
}

.site-footer img {
  width: 74px;
  height: 74px;
  margin-bottom: 1rem;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(212,175,55,.18));
}

@keyframes originDot { to { transform: translate(-50%,-50%) scale(1); } }
@keyframes originLine { to { transform: translateX(-50%) scaleY(1); } }
@keyframes sigilOriginIn { to { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
@keyframes sigilOriginOut { to { opacity: 0; transform: translate(-50%,-50%) scale(.6); } }
@keyframes travel {
  0% { opacity: 0; stroke-dashoffset: 100; }
  12% { opacity: 1; }
  90% { opacity: .95; }
  100% { opacity: 0; stroke-dashoffset: 0; }
}
@keyframes revealStroke {
  0% { opacity: .18; stroke-dashoffset: 100; }
  25% { opacity: .85; }
  100% { opacity: 1; stroke-dashoffset: 0; }
}
@keyframes revealCore {
  0% { opacity: 0; stroke-dashoffset: 100; }
  25% { opacity: .95; }
  100% { opacity: 1; stroke-dashoffset: 0; }
}
@keyframes blueprintFlash {
  0% { opacity: 0; transform: scale(.97); }
  34% { opacity: .7; }
  100% { opacity: 0; transform: scale(1.025); }
}
@keyframes constructionOut { to { opacity: 0; } }
@keyframes authoritativeReveal { to { opacity: 1; transform: scale(1); } }
@keyframes identityIn { to { opacity: 1; transform: translateY(0); } }
@keyframes arrow {
  0%,100% { transform: translateY(0); opacity: .72; }
  50% { transform: translateY(4px); opacity: 1; }
}

body.invocation-skipped * {
  animation-delay: 0s !important;
  animation-duration: .01s !important;
}

@media (max-width: 1080px) {
  :root { --header-height: 76px; }

  .site-header { padding-inline: 1.25rem; }
  .brand-mark { width: 48px; height: 48px; flex-basis: 48px; }
  .menu-toggle { display: block; }

  .primary-navigation {
    position: fixed;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    min-height: calc(100dvh - var(--header-height));
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 1.2rem;
    padding: max(2rem, env(safe-area-inset-top)) max(2rem, env(safe-area-inset-right)) max(2rem, env(safe-area-inset-bottom)) max(2rem, env(safe-area-inset-left));
    background: rgba(2,2,2,.985);
    transform: translateX(100%);
    transition: transform .42s var(--ease);
  }

  .primary-navigation.is-open { transform: translateX(0); }
  .primary-navigation a {
    min-height: 48px;
    display: grid;
    place-content: center;
    font-size: .78rem;
  }

  .makers-layout {
    grid-template-columns: minmax(330px,44%) minmax(0,56%);
  }

  .makers-copy { padding-left: 2.5rem; padding-right: 2.5rem; }

  .threshold-phrase {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .threshold-symbol {
    width: min(280px,70vw);
    justify-self: center;
  }
}

@media (max-width: 820px) {
  .makers-layout,
  .primalux-hero,
  .pcu-hero,
  .journal-opening,
  .editorial,
  .editorial.reverse {
    grid-template-columns: 1fr;
  }

  .makers-copy-panel,
  .primalux-copy-panel,
  .pcu-copy-panel,
  .journal-copy-panel { justify-content: center; }
  .makers-copy,
  .primalux-copy,
  .pcu-copy,
  .journal-copy { width: 100%; padding: 4.25rem 2rem; }

  .journal-ledger-panel { min-height: 76vh; padding: 4rem 2rem; }
  .journal-ledger { min-height: 650px; }
  .journal-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .journal-card-featured { grid-column: span 2; }

  .projects-opening,
  .projects-index-heading {
    grid-template-columns: 1fr;
  }

  .projects-copy-panel { justify-content: center; }
  .projects-copy { width: 100%; padding: 4.5rem 2rem; }
  .projects-atlas-panel { min-height: auto; padding: 3rem 2rem 4rem; }
  .projects-atlas { width: 100%; min-height: 0; }
  .projects-atlas-list { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .project-card-featured { grid-column: span 2; }

  .investors-opening,
  .investors-index-heading {
    grid-template-columns: 1fr;
  }

  .investors-copy-panel { justify-content: center; }
  .investors-copy { width: 100%; padding: 4.5rem 2rem; }
  .investors-seal-panel { min-height: auto; padding: 3rem 2rem 4rem; }
  .investors-seal { width: 100%; min-height: 0; }
  .investors-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .investor-card-featured { grid-column: span 2; }

  .makers-image-panel {
    min-height: 68vh;
    height: 68vh;
  }

  .makers-image-panel img { object-position: 40% center; }

  .primalux-image-panel {
    min-height: 72vh;
    height: 72vh;
  }

  .primalux-image-panel img { object-position: 52% center; }
  .first-light { top: 21%; left: 54%; }

  .pcu-image-panel {
    min-height: 68vh;
    height: 68vh;
  }

  .pcu-image-panel img { object-position: 48% center; }
  .pcu-sun { top: 16%; right: 20%; }

  .universe-map-scroll {
    width: calc(100vw - 2rem);
    margin-inline: -1rem;
    padding-inline: 1rem;
  }

  .universe-swipe { display: block; }

  .editorial-image { min-height: 65vh; height: 65vh; }
  .editorial.reverse .editorial-image { order: 2; }
  .editorial.reverse .editorial-copy { order: 1; }
}

@media (max-width: 560px) {
  .invitation-stage { padding-top: 4rem; }
  .origin-axis { flex-basis: 88px; }
  .sigil-stage { width: 124px; flex-basis: 124px; margin-top: 2rem; }
  .invitation-identity { margin-top: 2.5rem; }
  .invitation-identity h1 { font-size: clamp(1.3rem,7vw,1.9rem); letter-spacing: .21em; }
  .invitation-identity p { margin-top: 2rem; letter-spacing: .11em; }

  .makers-copy,
  .primalux-copy,
  .pcu-copy,
  .journal-copy,
  .projects-copy,
  .investors-copy { padding: 3.75rem 1.35rem; }
  .makers blockquote br,
  .primalux-copy blockquote br { display: none; }
  .makers-roles { grid-template-columns: max-content .75rem max-content; gap: .7rem; }
  .makers-image-panel { min-height: 58vh; height: 58vh; }
  .primalux-image-panel { min-height: 62vh; height: 62vh; }
  .movement-number { font-size: clamp(4rem,24vw,6.5rem); }
  .movement-kicker { letter-spacing: .2em; }
  .primalux-copy h2 { letter-spacing: .12em; }
  .pcu-copy h2 { font-size: clamp(2rem,10vw,3.2rem); letter-spacing: .05em; }
  .pcu-image-panel { min-height: 58vh; height: 58vh; }
  .pcu-universe { padding-inline: 1rem; }
  .universe-heading,
  .journal-index-heading { grid-template-columns: 1fr; gap: .8rem; }
  .universe-heading .universe-line,
  .journal-index-heading .universe-line { width: 130px; justify-self: center; }
  .universe-map-shell { min-width: 820px; }

  .journal-ledger-panel { min-height: 70vh; padding: 3rem 1rem; }
  .journal-ledger { min-height: 590px; padding: 2rem 1.35rem; }
  .ledger-header { font-size: .54rem; }
  .ledger-register li { grid-template-columns: 1.8rem max-content 1fr; gap: .65rem; }
  .journal-index { padding-inline: 1rem; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card-featured { grid-column: auto; }
  .journal-card { min-height: 300px; }
  .journal-card-symbol { width: 88px; height: 88px; right: 8%; }

  .projects-atlas-panel { padding: 2.5rem 1rem 3rem; }
  .projects-atlas { padding: 1.35rem; }
  .projects-atlas-head { flex-direction: column; align-items: flex-start; }
  .projects-index { padding-inline: 1rem; }
  .projects-grid { grid-template-columns: 1fr; }
  .project-card-featured { grid-column: auto; }
  .project-card { min-height: 300px; }
  .project-card-symbol { width: 90px; height: 90px; right: 8%; }

  .primalux-actions { gap: 1.4rem; }

  .investors-seal-panel { padding: 2.5rem 1rem 3rem; }
  .investors-seal { min-height: 0; padding: 1.45rem; }
  .investors-seal-head { flex-direction: column; align-items: flex-start; gap: .35rem; font-size: .54rem; }
  .investors-seal-core img { width: 104px; }
  .investors-seal-core b { font-size: 1.25rem; letter-spacing: .1em; }
  .investors-seal-register li { grid-template-columns: 1.8rem max-content 1fr; gap: .65rem; }
  .investors-paths { padding-inline: 1rem; }
  .investors-index-heading { grid-template-columns: 1fr; gap: .8rem; }
  .investors-index-heading .universe-line { width: 130px; justify-self: center; }
  .investors-grid { grid-template-columns: 1fr; }
  .investor-card-featured { grid-column: auto; }
  .investor-card { min-height: 300px; }
  .investor-card-symbol { width: 90px; height: 90px; right: 8%; }

  .threshold-phrase { font-size: clamp(1.05rem,5.2vw,1.35rem); }
  .threshold-link { min-width: 170px; min-height: 82px; }
  .threshold-quote br { display: none; }
  .site-footer { min-height: 42vh; padding: 3rem 1.25rem; }
  .placeholder { padding-inline: 1.5rem; }
}

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

  .authoritative-sigil,
  .invitation-identity,
  .origin-dot,
  .origin-line {
    opacity: 1;
    transform: none;
  }

  .sigil-construction,
  .sigil-origin { display: none; }
}
