/* MONEXUS WORLD v1
   A single chromatic system: abyssal petrol, bone light, acid citron.
   Sharp content surfaces, pill controls, real artwork as the only local colour. */

:root {
  --paper: #06100f;
  --paper-2: #0a1715;
  --paper-3: #10231f;
  --ink: #eef7ee;
  --ink-2: #b8c8be;
  --ink-3: #7f958a;
  --gold: #b8f34a;
  --gold-2: #9ed733;
  --plasma: #b8f34a;
  --plasma-2: #8fca28;
  --teal: #b8f34a;
  --rule: rgba(184, 243, 74, .22);
  --rule-2: rgba(219, 241, 222, .1);
  --chrome: #dce9df;
  --shadow: 0 30px 100px rgba(1, 16, 13, .64);
  --world-accent: #b8f34a;
  --world-bg: #06100f;
  --world-surface: rgba(7, 20, 18, .84);
  --world-surface-solid: #0a1715;
  --world-ease: cubic-bezier(.16, 1, .3, 1);
}

html {
  background: var(--world-bg);
  color-scheme: dark;
  scroll-padding-top: 76px;
  scrollbar-color: var(--world-accent) var(--world-surface-solid);
}

body {
  background: var(--world-bg);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .055;
  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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

::selection { background: var(--world-accent); color: #0a120d; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--world-accent);
  outline-offset: 4px;
}

#world-webgl {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 18%, rgba(184, 243, 74, .08), transparent 26%),
    linear-gradient(140deg, #06100f 0%, #071311 48%, #020807 100%);
}

#world-webgl canvas {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.2s var(--world-ease);
}

#world-webgl.is-ready canvas { opacity: .95; }
#world-webgl.is-static canvas { opacity: .52; }

#organism,
#hero-webgl,
.hero__fallback { display: none !important; }

#progress {
  z-index: 200;
  height: 3px;
  background-image: none !important;
  background-color: var(--world-accent) !important;
  box-shadow: 0 0 20px rgba(184, 243, 74, .5);
}

#hdr {
  z-index: 120;
  min-height: 68px;
  padding: .72rem clamp(1rem, 3vw, 3.5rem);
  border-bottom: 1px solid rgba(184, 243, 74, .16);
  background: rgba(5, 14, 13, .78);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

#hdr.scrolled { background: rgba(5, 14, 13, .94); }

.brand__disc {
  background: conic-gradient(from 210deg, var(--world-accent), #e9f5e9 32%, #20362d 50%, var(--world-accent));
  box-shadow: inset 0 0 0 1px rgba(239, 250, 239, .26), 0 0 30px rgba(184, 243, 74, .12);
}

.brand__disc::after { background: var(--world-accent); }
.brand__disc::before { background: #06100f; }
.brand__names b i { color: var(--world-accent); }
.brand__names span { color: var(--ink-3); }

.menu-toggle,
.menu-close {
  border-color: rgba(184, 243, 74, .28);
  color: var(--ink);
  background: rgba(10, 23, 21, .76);
}

.menu-toggle span { color: var(--world-accent); }
.menu-toggle:hover,
.menu-close:hover { background: var(--world-accent); color: #07100d; border-color: var(--world-accent); }
.menu-toggle:hover span { color: #07100d; }

#site-nav { background: rgba(4, 13, 12, .97); }
#site-nav .nav__head { border-color: var(--rule); }
#site-nav .nav__grid a { border-color: rgba(184, 243, 74, .1); }
#site-nav .nav__grid a:hover { background: rgba(184, 243, 74, .08); }
#site-nav .nav__grid a.active,
#site-nav .nav__grid a.on { background: var(--world-accent) !important; color: #07100d !important; }
#site-nav .nav__grid a.active span,
#site-nav .nav__grid a.on span,
#site-nav .nav__grid a.active small,
#site-nav .nav__grid a.on small { color: #07100d !important; }
#site-nav .nav__grid a span { color: var(--ink); }
#site-nav .nav__grid a small { color: var(--ink-3); }

main {
  position: relative;
  z-index: 1;
}

main > section,
main > footer {
  position: relative;
  isolation: isolate;
  color: var(--ink);
}

main > section:not(.hero):not(.pulse-strip):not(#numbers),
main > footer {
  background: linear-gradient(180deg, rgba(6, 16, 15, .86), rgba(6, 16, 15, .95));
  border-top: 1px solid rgba(184, 243, 74, .1);
}

main > section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 60%, rgba(184, 243, 74, .025));
}

.kicker,
h1 em,
h2 em,
h3 em,
.lic__icon,
.wri__essay i,
.vlt__pr,
.vlt__amt { color: var(--world-accent) !important; }
a { text-underline-offset: .18em; }

.sec-head {
  display: block;
  max-width: 920px;
  margin-bottom: clamp(2.4rem, 5vw, 5.5rem);
}

.sec-head h2,
.archive__intro h2,
.work__intro h2,
.products__head h3 {
  color: var(--ink) !important;
  font-family: var(--font-display);
  font-weight: 760;
  letter-spacing: -.065em;
}

.sec-head h2 { font-size: clamp(2.8rem, 7vw, 7.6rem); line-height: .86; }
.sec-head p {
  max-width: 54ch;
  margin-top: 1.35rem;
  color: var(--ink-2) !important;
  font-size: clamp(.94rem, 1.3vw, 1.08rem);
}

.kicker { color: var(--world-accent); }

/* Hero */
.hero {
  min-height: 100dvh;
  padding: clamp(6.5rem, 10vw, 9rem) clamp(1rem, 4vw, 4.5rem) 3rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: clamp(2rem, 5vw, 6rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 15, 13, .93) 0%, rgba(5, 15, 13, .62) 50%, rgba(5, 15, 13, .13) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 68px 0 auto auto;
  width: min(48vw, 740px);
  height: min(48vw, 740px);
  border: 1px solid rgba(184, 243, 74, .18);
  border-radius: 50%;
  transform: translate(18%, -25%);
  box-shadow: inset 0 0 100px rgba(184, 243, 74, .025);
}

.hero::after {
  content: "MICHAEL PONCANA";
  position: absolute;
  right: -1vw;
  bottom: 1.5rem;
  color: rgba(219, 242, 222, .035);
  font: 760 clamp(5rem, 15vw, 15rem)/.75 var(--font-display);
  letter-spacing: -.08em;
  white-space: nowrap;
  z-index: -1;
}

.hero__left {
  position: relative;
  z-index: 3;
  max-width: min(1100px, calc(100% - 270px));
  grid-column: auto;
}

.hero__kicker {
  margin: 0 0 1.5rem;
  max-width: none;
  color: var(--world-accent);
  font: 600 .68rem/1.4 var(--font-mono);
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero__kicker::before { display: none; }

.hero h1 {
  max-width: 22ch;
  margin: 0;
  color: var(--ink);
  font: 780 clamp(3.4rem, 4.65vw, 6.8rem)/.78 var(--font-display) !important;
  letter-spacing: -.075em !important;
}

.hero h1 .ln { padding: .04em 0 .12em; }
.hero h1 .ln:first-child { font-size: 1.14em; }
.hero h1 .ln > span { white-space: normal; }
.hero h1 em { line-height: 1.1; padding-bottom: .06em; }

.hero__sub {
  max-width: 51ch;
  margin: 1.7rem 0 1.8rem;
  color: var(--ink-2);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.55;
}

.hero__ctas { display: flex; gap: .7rem; }

.btn,
.fbtn,
.ebtn,
.archive__shuffle,
#archive-more,
.river__actions button,
.vlt__tab,
.lic__cta,
.lb__stores a {
  min-height: 44px;
  border-radius: 999px !important;
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  text-transform: none !important;
  white-space: nowrap;
}

.btn { padding: .82rem 1.28rem; }
.btn--ink {
  background: var(--world-accent) !important;
  color: #08100d !important;
  border-color: var(--world-accent) !important;
}
.btn--ink:hover { background: #d1ff77; color: #07100d; box-shadow: 0 16px 44px rgba(184, 243, 74, .18); }
.btn--ghost { background: rgba(8, 23, 20, .66); color: var(--ink); border-color: rgba(223, 243, 226, .28); }
.btn--ghost:hover { background: rgba(184, 243, 74, .09); color: var(--ink); border-color: var(--world-accent); }

.hero__portrait {
  position: absolute;
  right: clamp(1rem, 4vw, 4.5rem);
  bottom: 3rem;
  z-index: 2;
  width: min(100%, 280px);
  max-width: none;
  aspect-ratio: 3 / 4;
  justify-self: auto;
  align-self: auto;
  grid-column: auto;
  border: 1px solid rgba(184, 243, 74, .34);
  border-radius: 0;
  overflow: hidden;
  opacity: 1;
  box-shadow: 24px 24px 0 rgba(184, 243, 74, .09);
}

.hero__portrait::before { display: none; }
.hero__portrait img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.08) contrast(1.12) saturate(.78); }
.hero__portrait figcaption {
  padding: 2.7rem .85rem .7rem;
  color: #e9f5ea;
  background: linear-gradient(transparent, rgba(3, 12, 10, .92));
  font-size: .62rem;
}

.pulse-strip {
  position: relative;
  z-index: 4;
  padding: 0 clamp(1rem, 4vw, 4.5rem);
  grid-template-columns: 1.5fr repeat(4, 1fr);
  border-color: var(--rule);
  background: rgba(9, 24, 21, .94);
  backdrop-filter: blur(22px);
}

.pulse-strip > div { border-color: var(--rule); }
.pulse-strip__lead { color: var(--world-accent); }
.pulse-strip__stat strong { color: var(--ink); }
.pulse-strip__stat span { color: var(--ink-3); }

.marquee { background: var(--world-accent); border: 0; }
.marquee__track span { color: #09110e !important; }
.marquee__track span b { color: #09110e !important; }

/* Existing content, brought into the new world */
#showcase,
#spotlights,
#theatre,
#story,
#vault,
#writing,
#licensing,
#deep-cuts { padding: clamp(5rem, 9vw, 9rem) clamp(1rem, 4vw, 4.5rem); }

#showcase,
#theatre { background: rgba(4, 13, 12, .88) !important; color: var(--ink) !important; }
#spotlights,
#story,
#vault,
#writing,
#licensing,
#deep-cuts { background: rgba(7, 19, 17, .88) !important; }

.dshow__info,
.spot,
.wri__essay,
.wri__side,
.lic__card,
.lic__paper,
.vlt__pane,
.vcard {
  color: var(--ink) !important;
  background: rgba(10, 27, 23, .9) !important;
  border-color: rgba(184, 243, 74, .17) !important;
  border-radius: 0 !important;
}

.dshow__info p,
.spot p,
.wri__essay p,
.wri__side p,
.lic__card p,
.vlt__pane p,
.vcard p,
.tl-item p,
.story__fact dd { color: var(--ink-2) !important; }

.dshow__meta,
.spot__meta,
.vid__meta,
.wri__note,
.lic__fine { color: var(--ink-3) !important; }
.dshow__quote { color: var(--ink); border-color: var(--world-accent); }
.dshow__quote small { color: var(--world-accent); }
.dshow__tag { color: var(--world-accent) !important; border-color: var(--world-accent) !important; background: transparent !important; }
.dshow__signal i { background: var(--world-accent) !important; }
.dshow__poster { position: relative; display: block; overflow: hidden; color: var(--ink); text-decoration: none; }
.dshow__poster img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.12); transition: transform .8s var(--world-ease), filter .5s ease; }
.dshow__poster span { position: absolute; left: 1rem; bottom: 1rem; padding: .7rem 1rem; border-radius: 999px; background: var(--world-accent); color: #07100d; font: 750 .76rem/1 var(--font-body); }
.dshow__poster:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.08); }
.dshow__links a { color: var(--ink); border-color: rgba(184, 243, 74, .28); }
.dshow__links a:hover { background: var(--world-accent); border-color: var(--world-accent); color: #07100d; }

.spot { transform: none; }
.spot:hover { border-color: var(--world-accent) !important; }
.spot__tag { background: #07120f !important; color: var(--ink) !important; }
.spot__year { color: var(--world-accent); }

.story__portrait img { border-radius: 0; box-shadow: 20px 20px 0 rgba(184, 243, 74, .08); }
.story__facts { background: var(--rule); border-color: var(--rule); }
.story__fact { background: rgba(9, 24, 21, .92); }
.story__fact:hover { background: rgba(184, 243, 74, .06); }
.story__fact dt,
.tl-item .yr { color: var(--world-accent); }
.timeline::before { background: var(--world-accent); }
.tl-item::before { border-color: var(--world-accent); background: var(--paper); }

/* Catalogue discovery atlas */
#archive {
  padding: clamp(5rem, 9vw, 9rem) clamp(1rem, 4vw, 4.5rem);
  background: rgba(4, 13, 12, .82) !important;
  overflow: hidden;
}

#archive::before {
  content: "156";
  position: absolute;
  top: 1rem;
  right: -1vw;
  z-index: -1;
  color: rgba(184, 243, 74, .045);
  font: 780 clamp(13rem, 32vw, 34rem)/.8 var(--font-display);
  letter-spacing: -.09em;
}

.archive__intro { max-width: 940px; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.archive__intro h2 {
  max-width: 9ch;
  font-size: clamp(3.4rem, 9vw, 9.6rem);
  line-height: .82;
}
.archive__intro p { max-width: 56ch; margin-top: 1.4rem; color: var(--ink-2); font-size: 1.02rem; }

.archive__pulse { display: flex; align-items: center; gap: 5px; height: 44px; margin-top: 1.5rem; }
.archive__pulse span { width: 4px; height: 16px; background: var(--world-accent); transform-origin: 50% 50%; }

.archive__collections {
  display: grid;
  grid-template-columns: 1.35fr .9fr 1.1fr .85fr 1.05fr;
  gap: 1px;
  margin-bottom: 1px;
  background: rgba(184, 243, 74, .2);
  border: 1px solid rgba(184, 243, 74, .2);
}

.archive__collections button {
  min-height: 132px;
  padding: 1.2rem;
  border: 0;
  border-radius: 0;
  background: rgba(6, 19, 16, .97);
  color: var(--ink);
  text-align: left;
  font: 650 clamp(.9rem, 1.4vw, 1.15rem)/1.15 var(--font-display);
  cursor: pointer;
  transition: background .35s var(--world-ease), color .35s var(--world-ease), transform .35s var(--world-ease);
}

.archive__collections button strong {
  display: block;
  margin-top: .65rem;
  color: var(--world-accent);
  font: 600 .66rem/1.2 var(--font-body);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.archive__collections button:hover,
.archive__collections button.is-active { background: var(--world-accent); color: #07100d; }
.archive__collections button:hover strong,
.archive__collections button.is-active strong { color: #07100d; }
.archive__collections button:active { transform: scale(.985); }

.archive__console {
  position: sticky;
  top: 67px;
  z-index: 14;
  display: grid;
  grid-template-columns: minmax(250px, 1.25fr) minmax(440px, 2fr) auto auto;
  gap: .75rem;
  align-items: center;
  padding: .8rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(184, 243, 74, .2);
  background: rgba(5, 17, 15, .92);
  backdrop-filter: blur(24px) saturate(150%);
}

.search {
  display: grid;
  grid-template-columns: 1fr;
  gap: .28rem;
  min-width: 0;
  padding: .48rem .85rem;
  border: 1px solid rgba(223, 243, 226, .2);
  border-radius: 0;
  background: rgba(15, 37, 32, .74);
}

.search span { color: var(--world-accent); font: 650 .58rem/1 var(--font-body); letter-spacing: .12em; text-transform: uppercase; }
.search input { width: 100%; min-width: 0; color: var(--ink); font: 500 .86rem/1.3 var(--font-body); }
.search input::placeholder { color: #91a398; opacity: 1; }
.search:focus-within { border-color: var(--world-accent); }

.filters { display: flex; flex-wrap: nowrap; gap: .36rem; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.fbtn,
.ebtn {
  border: 1px solid rgba(221, 240, 223, .21);
  background: transparent;
  color: var(--ink-2);
}
.fbtn:hover,
.ebtn:hover { border-color: var(--world-accent); color: var(--ink); }
.fbtn.on,
.ebtn.on {
  background: var(--world-accent) !important;
  border-color: var(--world-accent) !important;
  color: #07100d !important;
}

.archive__sort {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--ink-3);
  font-size: .66rem;
  white-space: nowrap;
}
.archive__sort select {
  min-height: 42px;
  padding: 0 2rem 0 .8rem;
  border: 1px solid rgba(221, 240, 223, .21);
  border-radius: 999px;
  background: #0a1a17;
  color: var(--ink);
  font: 650 .72rem var(--font-body);
}
.archive__shuffle,
#archive-more {
  border: 1px solid var(--world-accent);
  background: transparent;
  color: var(--world-accent);
  cursor: pointer;
  padding: .72rem 1rem;
}
.archive__shuffle:hover,
#archive-more:hover { background: var(--world-accent); color: #07100d; }

.eras {
  display: flex;
  gap: .42rem;
  align-items: center;
  overflow-x: auto;
  padding: .4rem 0 1.3rem;
  margin-bottom: 1.2rem;
  scrollbar-width: none;
}
.eras::-webkit-scrollbar { display: none; }
.eras .lbl { color: var(--world-accent); white-space: nowrap; }
.eras .count { color: var(--ink-2); margin-left: auto; }

#grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.7rem) clamp(.7rem, 1.25vw, 1.25rem);
  min-height: 240px;
}

.rel { position: relative; min-width: 0; cursor: pointer; }
.rel:nth-child(12n + 1),
.rel:nth-child(12n + 8) { grid-column: span 2; grid-row: span 2; }
.rel__cover {
  aspect-ratio: 1;
  border: 1px solid rgba(219, 241, 222, .12);
  border-radius: 0;
  background: var(--paper-3);
  box-shadow: 0 24px 70px rgba(0, 10, 8, .3);
  transition: transform .55s var(--world-ease), border-color .4s ease, filter .4s ease;
}
.rel__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color .35s ease;
}
.rel:hover .rel__cover { transform: translateY(-7px) rotateX(2deg) rotateY(-2deg); border-color: var(--world-accent); filter: saturate(1.12) contrast(1.04); box-shadow: 0 28px 75px rgba(0, 14, 11, .52); }
.rel:hover .rel__cover::after { border-color: rgba(184, 243, 74, .48); }
.rel__title { margin-top: .75rem; color: var(--ink); font-size: .82rem; font-weight: 650; line-height: 1.25; }
.rel__date { color: var(--ink-3); }
.rel__signals { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .35rem; color: var(--world-accent); font: 650 .6rem/1.2 var(--font-body); text-transform: uppercase; letter-spacing: .09em; }
.rel__badge { display: none !important; }
.rel.is-entering { animation: atlas-enter .7s var(--world-ease) both; animation-delay: var(--d, 0s); }

.archive__more { display: flex; justify-content: center; padding-top: 2.5rem; }
#archive-more[hidden] { display: none; }
.empty { color: var(--ink-2); border: 1px solid var(--rule); background: rgba(10, 27, 23, .75); }

@keyframes atlas-enter {
  from { opacity: 0; transform: translateY(28px) scale(.96); }
  to { opacity: 1; transform: none; }
}

/* The River inherits the new global palette while release art remains authentic. */
.river-engine {
  --river-art-color: var(--world-accent);
  --river-art-color-2: #16342b;
  background: rgba(4, 13, 12, .7) !important;
  border-color: rgba(184, 243, 74, .16) !important;
}
.river-engine::before { background: linear-gradient(90deg, #b8f34a, rgba(184, 243, 74, .14)); }
.river__head h2,
.river__title { color: var(--ink) !important; }
#river .river__head h2 em { color: var(--world-accent) !important; }
.river__head p,
.river__artist { color: var(--ink-2) !important; }
.river__range,
.river__facts,
.river__rail-wrap { border-color: rgba(184, 243, 74, .16); }
.river__range strong,
.river__focus-meta,
.river__facts strong,
.river__rail-head,
.river__eras button[aria-pressed="true"] { color: var(--world-accent); }
#river .river__range span,
#river .river__focus-meta span,
#river .river__focus-meta time { color: var(--world-accent) !important; }
.river__preview,
.river__open { background: var(--world-accent) !important; color: #07100d !important; border-color: var(--world-accent) !important; }
.river__nav { color: var(--ink) !important; border-color: rgba(222, 242, 224, .24) !important; }
.river__nav:hover { border-color: var(--world-accent) !important; }
.river__wave i { background: var(--world-accent) !important; }
.river__rail-item.is-active { border-color: var(--world-accent); }
.river__eras button { color: var(--ink-2); }
.river__eras button:hover { color: var(--world-accent); }
#river .river__era.is-active { border-color: var(--world-accent) !important; color: var(--world-accent) !important; }

/* Research and product proof */
#work {
  padding: clamp(5rem, 9vw, 9rem) clamp(1rem, 4vw, 4.5rem);
  background: rgba(5, 15, 13, .77) !important;
  overflow: hidden;
}

#work::before {
  content: "SYSTEMS";
  position: absolute;
  top: 2rem;
  right: -3vw;
  z-index: -1;
  color: rgba(184, 243, 74, .035);
  font: 780 clamp(7rem, 20vw, 22rem)/.8 var(--font-display);
  letter-spacing: -.08em;
}

.work__intro { max-width: 1160px; margin-bottom: clamp(3rem, 6vw, 6rem); }
.work__intro h2 { max-width: 12ch; font-size: clamp(3.3rem, 8vw, 8.5rem); line-height: .84; }
.work__intro p { max-width: 58ch; margin-top: 1.6rem; color: var(--ink-2); font-size: 1.05rem; }
.work__domains { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.work__domains span { padding: .48rem .8rem; border: 1px solid rgba(184, 243, 74, .28); border-radius: 999px; color: var(--ink); font-size: .72rem; }

.research__duet {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 1px;
  margin-bottom: clamp(4rem, 8vw, 8rem);
  border: 1px solid rgba(184, 243, 74, .18);
  background: rgba(184, 243, 74, .18);
}

.research__panel {
  position: relative;
  min-height: clamp(430px, 48vw, 650px);
  padding: clamp(1.3rem, 3vw, 3rem);
  overflow: hidden;
  background: rgba(8, 24, 20, .96);
  color: var(--ink);
}
.research__panel--ir { background: rgba(13, 35, 29, .96); }

.research__glyph {
  position: absolute;
  right: -2vw;
  top: 0;
  color: rgba(184, 243, 74, .08);
  font: 780 clamp(9rem, 21vw, 22rem)/.72 var(--font-display);
  letter-spacing: -.1em;
}

.research__copy {
  position: absolute;
  left: clamp(1.3rem, 3vw, 3rem);
  right: clamp(1.3rem, 3vw, 3rem);
  bottom: clamp(1.5rem, 3vw, 3rem);
  z-index: 2;
  max-width: 650px;
}
.research__copy > span { color: var(--world-accent); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.research__copy h3 { max-width: 13ch; margin: .85rem 0 1rem; color: var(--ink) !important; font: 720 clamp(2rem, 4vw, 4.7rem)/.91 var(--font-display); letter-spacing: -.055em; }
.research__copy p { max-width: 60ch; color: var(--ink-2) !important; line-height: 1.6; }
.research__copy strong { display: block; max-width: 53ch; margin-top: 1.1rem; color: var(--ink); font-size: .82rem; line-height: 1.5; }

.products__head { max-width: 780px; margin-bottom: 2.6rem; }
.products__head h3 { font-size: clamp(2.8rem, 6vw, 6.6rem); line-height: .85; }
.products__head p { max-width: 54ch; margin-top: 1rem; color: var(--ink-2); }

.product__stage {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(184, 243, 74, .18);
  background: rgba(184, 243, 74, .18);
}

.product__feature {
  position: relative;
  display: grid;
  min-height: 480px;
  overflow: hidden;
  color: var(--ink);
  background: rgba(7, 21, 18, .98);
  text-decoration: none;
}
.product__feature--price { grid-column: span 7; }
.product__feature--news { grid-column: span 5; }
.product__feature--english { grid-column: span 5; }
.product__feature--studio { grid-column: span 7; min-height: 390px; background: var(--world-accent); color: #07100d; }

.product__feature figure { position: absolute; inset: 0; margin: 0; }
.product__feature figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 14, 11, .02) 10%, rgba(4, 14, 11, .96) 82%); }
.product__feature img { width: 100%; height: 100%; object-fit: cover; object-position: left top; filter: saturate(.92) contrast(1.05); transition: transform 1s var(--world-ease), filter .6s ease; }
.product__feature:hover img { transform: scale(1.045); filter: saturate(1.08) contrast(1.08); }
.product__feature:hover { z-index: 2; box-shadow: inset 0 0 0 1px var(--world-accent); }

.product__copy { position: relative; z-index: 2; align-self: end; padding: clamp(1.3rem, 2.6vw, 2.5rem); }
.product__copy > span { color: var(--world-accent); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product__copy h3 { margin: .55rem 0 .7rem; color: var(--ink) !important; font: 740 clamp(2.4rem, 5vw, 5.5rem)/.84 var(--font-display); letter-spacing: -.06em; }
.product__copy p { max-width: 54ch; color: var(--ink-2) !important; font-size: .9rem; line-height: 1.55; }
.product__copy dl { display: flex; gap: 2rem; margin: 1.2rem 0; }
.product__copy dl div { display: flex; flex-direction: column-reverse; }
.product__copy dt { color: var(--ink-3); font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; }
.product__copy dd { color: var(--ink); font: 720 1.8rem/1 var(--font-display); }
.product__copy > b { display: inline-block; margin-top: 1.2rem; color: var(--world-accent); font-size: .75rem; }

.product__studio-mark { position: absolute; right: -3vw; top: -3vw; color: rgba(6, 16, 15, .12); font: 780 clamp(9rem, 22vw, 23rem)/.8 var(--font-display); letter-spacing: -.1em; }
.product__feature--studio .product__copy > span,
.product__feature--studio .product__copy h3,
.product__feature--studio .product__copy p,
.product__feature--studio .product__copy > b { color: #07100d !important; }

/* Business, vault and final act */
.vlt__tabs { border-color: var(--rule); }
.vlt__tab { color: var(--ink-2); border-color: rgba(184, 243, 74, .2); }
.vlt__tab.on { background: var(--world-accent) !important; color: #07100d !important; border-color: var(--world-accent) !important; }
.vlt__tier--hot { border-color: var(--world-accent) !important; }
.lic__card h3,
.wri__essay h3,
.wri__side h3 { color: var(--ink) !important; }
.lic__icon { color: var(--world-accent); }
.lic__cta { color: var(--world-accent) !important; border-color: var(--world-accent) !important; }
.lic__cta:hover { background: var(--world-accent) !important; color: #07100d !important; }
.lic__table th,
.lic__table td { color: var(--ink-2); border-color: rgba(184, 243, 74, .12); }
.lic__table td:first-child,
.lic__table .ok,
.lic__table .note { color: var(--ink); }

#numbers {
  padding: 0 clamp(1rem, 4vw, 4.5rem);
  background: var(--world-accent) !important;
  color: #07100d;
}
.band { background: rgba(6, 16, 15, .28); border-color: rgba(6, 16, 15, .32); }
.band__cell { background: var(--world-accent); }
.band__n { color: #07100d; }
.band__n i,
.band__l { color: rgba(7, 16, 13, .72) !important; }

footer#contact { background: rgba(4, 13, 12, .9) !important; }
.foot__wrap h2,
.foot__row,
.foot__row b { color: var(--ink); }
.foot__wrap p { color: var(--ink-2); }
.foot__row { border-color: rgba(184, 243, 74, .18); }
.foot__row:hover { color: var(--world-accent); }
.foot__row span,
.foot__fine { color: var(--ink-3); }
.foot__giant { color: rgba(184, 243, 74, .07); -webkit-text-stroke: 1px rgba(184, 243, 74, .2); }

#lb { background: rgba(2, 9, 8, .88); backdrop-filter: blur(18px); }
#lb-card { background: #091915; color: var(--ink); border-color: rgba(184, 243, 74, .28); border-radius: 0; }
#lb-close { background: #091915; color: var(--ink); border-color: rgba(184, 243, 74, .3); }
#lb-close:hover { background: var(--world-accent); color: #07100d; border-color: var(--world-accent); }
.lb__title { color: var(--ink); }
.lb__tag,
.lb__meta b { color: var(--world-accent); }
.lb__meta,
.lb__desc { color: var(--ink-2); }
.lb__stores a { color: var(--ink); border-color: rgba(184, 243, 74, .24); }
.lb__stores a:hover { background: var(--world-accent); color: #07100d; border-color: var(--world-accent); }
.lb__preview { background: #0d221d; border-color: rgba(184, 243, 74, .18); }
.lb__preview button { background: var(--world-accent); color: #07100d; }

@media (prefers-reduced-motion: no-preference) {
  .archive__pulse span:nth-child(1) { animation: signal-pulse 1.1s -.2s ease-in-out infinite alternate; }
  .archive__pulse span:nth-child(2) { animation: signal-pulse .8s -.5s ease-in-out infinite alternate; }
  .archive__pulse span:nth-child(3) { animation: signal-pulse 1.25s -.8s ease-in-out infinite alternate; }
  .archive__pulse span:nth-child(4) { animation: signal-pulse .72s -.3s ease-in-out infinite alternate; }
  .archive__pulse span:nth-child(5) { animation: signal-pulse 1.4s -.9s ease-in-out infinite alternate; }
  .archive__pulse span:nth-child(6) { animation: signal-pulse .9s -.4s ease-in-out infinite alternate; }
  .archive__pulse span:nth-child(7) { animation: signal-pulse 1.2s -.6s ease-in-out infinite alternate; }
  @keyframes signal-pulse { to { transform: scaleY(2.7); } }
}

@media (max-width: 1180px) {
  .archive__collections { grid-template-columns: repeat(3, 1fr); }
  .archive__collections button:nth-child(4),
  .archive__collections button:nth-child(5) { min-height: 108px; }
  .archive__console { grid-template-columns: minmax(230px, 1fr) minmax(370px, 1.7fr); }
  .archive__sort,
  .archive__shuffle { grid-row: 2; }
  #grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; align-items: end; padding-top: 7rem; }
  .hero__left { max-width: none; }
  .hero h1 { max-width: 9ch; font-size: clamp(3.4rem, 12vw, 7rem) !important; }
  .hero__portrait { position: absolute; right: 1rem; bottom: 1.2rem; width: 116px; opacity: .56; box-shadow: 12px 12px 0 rgba(184, 243, 74, .08); }
  .hero__left { padding-bottom: 5.5rem; }
  .pulse-strip { grid-template-columns: repeat(2, 1fr); padding: 0 1rem; }
  .pulse-strip__lead { grid-column: 1 / -1; }
  .archive__collections { grid-template-columns: repeat(2, 1fr); }
  .archive__collections button:last-child { grid-column: 1 / -1; }
  .archive__console { position: relative; top: auto; grid-template-columns: 1fr; }
  .archive__sort,
  .archive__shuffle { grid-row: auto; }
  #grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .research__duet { grid-template-columns: 1fr; }
  .research__panel { min-height: 450px; }
  .product__feature--price,
  .product__feature--news,
  .product__feature--english,
  .product__feature--studio { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  #hdr { min-height: 62px; padding: .65rem 1rem; }
  .brand__names b { font-size: .94rem; }
  .brand__names span { font-size: .47rem; letter-spacing: .16em; }
  .brand__disc { width: 36px; height: 36px; }
  .brand__disc::after { inset: 9px; }
  .brand__disc::before { inset: 14px; }
  .menu-toggle { min-width: 78px; }
  .menu-toggle span { font-size: .6rem; }

  .hero {
    min-height: 100dvh;
    padding: 5.8rem 1rem 1.2rem;
    background: linear-gradient(180deg, rgba(5, 15, 13, .64), rgba(5, 15, 13, .95));
  }
  .hero__left { padding-bottom: 0; }
  .hero__kicker { margin-bottom: 1rem; font-size: .58rem; }
  .hero h1 { max-width: 9ch; font-size: clamp(3.15rem, 15vw, 5rem) !important; line-height: .79 !important; }
  .hero h1 .ln:first-child { font-size: 1em; }
  .hero__sub { max-width: 30ch; margin: 1rem 0 1.35rem; font-size: .92rem; }
  .hero__ctas { width: min(100%, 280px); flex-direction: column; align-items: stretch; }
  .btn { justify-content: space-between; }
  .hero__portrait { display: none; }

  .pulse-strip { grid-template-columns: 1fr 1fr; }
  .pulse-strip__stat { min-height: 90px; }

  #showcase,
  #spotlights,
  #archive,
  #theatre,
  #story,
  #vault,
  #writing,
  #licensing,
  #work,
  #deep-cuts { padding: 4.5rem 1rem; }

  .sec-head h2 { font-size: clamp(2.7rem, 15vw, 4.8rem); }
  .archive__intro h2,
  .work__intro h2 { font-size: clamp(3.25rem, 16vw, 5.8rem); }
  .archive__collections { grid-template-columns: 1fr 1fr; }
  .archive__collections button { min-height: 112px; padding: 1rem; }
  .archive__console { padding: .65rem; }
  .filters { padding-bottom: .25rem; }
  .archive__sort { justify-content: space-between; }
  .archive__sort select { flex: 1; }
  .archive__shuffle { width: 100%; }
  .eras .lbl { display: none; }
  .eras .count { order: -1; margin: 0 .35rem 0 0; }
  #grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem .7rem; }
  .rel:nth-child(12n + 1),
  .rel:nth-child(12n + 8) { grid-column: span 2; grid-row: span 1; }
  .rel__title { font-size: .76rem; }
  .rel__signals { font-size: .55rem; }

  .work__domains { gap: .38rem; }
  .work__domains span { font-size: .65rem; padding: .38rem .62rem; }
  .research__panel { min-height: 470px; padding: 1.2rem; }
  .research__copy { left: 1.2rem; right: 1.2rem; bottom: 1.35rem; }
  .research__copy h3 { font-size: clamp(2.25rem, 11vw, 3.7rem); }
  .product__feature { min-height: 470px; }
  .product__feature--studio { min-height: 360px; }
  .product__copy { padding: 1.25rem; }
  .product__copy h3 { font-size: clamp(2.7rem, 14vw, 4rem); }
}

@media (prefers-reduced-motion: reduce) {
  #world-webgl canvas { opacity: .38; }
  .archive__pulse span { animation: none !important; }
  .rel,
  .product__feature img,
  .archive__collections button { transition: none !important; animation: none !important; }
}

@media (prefers-reduced-transparency: reduce) {
  #hdr,
  .archive__console { background: #06100f; backdrop-filter: none; -webkit-backdrop-filter: none; }
  main > section:not(.hero):not(.pulse-strip):not(#numbers),
  main > footer { background: #06100f; }
}
