/* ROBINHOOK production art direction
   Black Chrome Monument × Registry Folio × Onchain evidence */

@font-face {
  font-family: "Archivo";
  src: url("./assets/fonts/archivo-latin-v25.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}

@font-face {
  font-family: "Martian Mono";
  src: url("./assets/fonts/martian-mono-latin-v6.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 800;
  font-stretch: 75% 112.5%;
  font-display: swap;
}

:root {
  --bg: #080709;
  --bg-raised: #100d11;
  --bg-card: #151217;
  --text: #f2eee9;
  --text-muted: #aaa3a6;
  --pink: #ff2e8c;
  --pink-glow: rgba(255, 46, 140, .2);
  --wine: #54102f;
  --paper: #e9e3da;
  --ink: #111011;
  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --body: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --mono: "Martian Mono", "SFMono-Regular", Consolas, monospace;
  --page-w: min(1320px, calc(100vw - 2 * var(--pad)));
  --header-h: 78px;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

/* Keep the authored first frame stable while the async voxel chapter hydrates. */
.voxel-draft-pending .hero {
  position: relative;
  display: block;
  min-height: 300svh;
  height: 300svh;
  padding: 0;
  overflow: clip;
  isolation: isolate;
  background:
    radial-gradient(ellipse 48% 88% at 74% 52%, #4a0f3b 0%, #310c35 30%, #1b0927 56%, rgba(7, 5, 13, 0) 84%),
    radial-gradient(ellipse 76% 120% at 74% 54%, rgba(91, 13, 79, .38), transparent 78%),
    linear-gradient(115deg, #07050d 0%, #0b0610 52%, #050309 100%);
  color: #f4f0f4;
}
.voxel-draft-pending .hero__bg-pattern,
.voxel-draft-pending .hero__mascot-wrap { display: none; }
.voxel-draft-pending .hero > .hero__content {
  position: relative;
  z-index: 5;
  width: min(610px, 45vw);
  max-width: none;
  min-height: 100svh;
  margin-left: clamp(34px, 5.6vw, 96px);
  padding: clamp(138px, 15vh, 170px) 0 94px clamp(18px, 2vw, 32px);
}
.voxel-draft-pending .hero > .hero__content::before {
  content: "";
  position: absolute;
  top: clamp(138px, 15vh, 170px);
  bottom: 94px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, #ff2e8c 0 72px, rgba(242, 238, 233, .2) 72px, transparent 100%);
}
.voxel-draft-pending .hero__title {
  max-width: 6ch;
  margin-bottom: 30px;
  color: #f4efec;
  font-size: clamp(4.8rem, 7.2vw, 6rem);
  line-height: .78;
  letter-spacing: -.038em;
}
.voxel-draft-pending .hero__title-line--accent { color: #ff3f98; }
.voxel-draft-pending .hero__statement {
  max-width: 34ch;
  margin: 0;
  color: rgba(242, 235, 239, .82);
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.58;
}

@media (max-width: 768px) {
  .voxel-draft-pending .hero > .hero__content {
    width: 100%;
    min-height: 100svh;
    margin-left: 0;
    padding: 82px 20px 70px 36px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .voxel-draft-pending .hero > .hero__content::before {
    top: 82px;
    bottom: 70px;
    left: 20px;
  }
  .voxel-draft-pending .hero__title {
    max-width: 5.8ch;
    margin-bottom: 18px;
    font-size: clamp(4rem, 18vw, 5.35rem);
    letter-spacing: -.036em;
  }
  .voxel-draft-pending .hero__statement { max-width: 29ch; font-size: .94rem; }
  .voxel-draft-pending .hero__actions {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .voxel-draft-pending .hero__provenance { display: none; }
}

html { font-synthesis: none; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  font-weight: 420;
  line-height: 1.62;
  letter-spacing: -.008em;
}
p { text-wrap: pretty; }
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 660;
  font-stretch: 88%;
  line-height: .94;
  letter-spacing: -.035em;
}
h2 { font-size: clamp(3rem, 5.6vw, 5rem); }
code { font-family: var(--mono); }

.site-header {
  height: var(--header-h);
  padding-inline: clamp(22px, 4vw, 64px);
  background: linear-gradient(180deg, rgba(8, 7, 9, .94), rgba(8, 7, 9, .7));
  border-bottom-color: rgba(242, 238, 233, .09);
  backdrop-filter: blur(16px) saturate(1.1);
}
.brand {
  gap: 12px;
  font-family: var(--display);
  font-size: .98rem;
  font-weight: 720;
  font-stretch: 108%;
  letter-spacing: -.02em;
}
.brand__hook { color: var(--pink); }
.desktop-nav { gap: clamp(22px, 2.7vw, 42px); }
.desktop-nav a {
  color: #b6afb2;
  font-size: .76rem;
  font-weight: 560;
  letter-spacing: .01em;
  opacity: 1;
}
.desktop-nav a:hover { color: var(--text); }
.nav-buy {
  min-height: 40px !important;
  padding: 9px 15px !important;
  background: transparent !important;
  color: var(--text) !important;
  border: 1px solid rgba(242, 238, 233, .25);
  border-radius: 2px !important;
}
.nav-buy:hover { border-color: var(--pink); }

.btn {
  min-height: 50px;
  padding: 0 21px;
  border-radius: 2px;
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: -.005em;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 140ms var(--ease-out);
}
.btn--primary {
  background: var(--text);
  color: var(--ink);
  box-shadow: none;
}
.btn--primary:hover {
  background: #fff;
  box-shadow: none;
  transform: translateY(-1px);
}
.btn--ghost {
  border-color: rgba(242, 238, 233, .22);
  background: transparent;
}
.btn--ghost:hover {
  border-color: rgba(242, 238, 233, .55);
  background: rgba(242, 238, 233, .04);
}
.btn:active { transform: scale(.98); }

/* Identity: one artifact, one proposition, one action pair. */
.has-voxel-draft .hero__voxel-panel--monument {
  padding-top: clamp(138px, 16vh, 176px);
}
.has-voxel-draft .hero__voxel-panel--monument .hero__content {
  width: min(610px, 42vw);
  max-width: none;
}
.hero__tag {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: rgba(242, 238, 233, .64);
  font-family: var(--mono);
  font-size: .63rem;
  font-weight: 520;
  letter-spacing: .055em;
  line-height: 1.4;
  text-transform: none;
}
.hero__tag::before {
  content: "";
  width: 22px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--pink);
}
.has-voxel-draft .hero__voxel-panel--monument .hero__title {
  max-width: 6.2ch;
  margin-bottom: 26px;
  font-size: clamp(4rem, 6.3vw, 6rem);
  line-height: .84;
  letter-spacing: -.045em;
}
.hero__title-line:first-child {
  font-weight: 760;
  font-stretch: 82%;
}
.hero__title-line--accent {
  color: var(--text);
  font-weight: 360;
  font-stretch: 125%;
  letter-spacing: -.02em;
  text-shadow: none;
}
.has-voxel-draft .hero__voxel-panel--monument .hero__statement {
  max-width: 36ch;
  margin: 0;
  color: rgba(226, 219, 223, .72);
  font-size: clamp(.98rem, 1.15vw, 1.12rem);
  line-height: 1.58;
}
.hero__actions {
  gap: 10px;
  margin-top: 30px;
}
.hero__provenance {
  display: flex;
  gap: 12px 24px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 17px;
  border-top: 1px solid rgba(242, 238, 233, .12);
  color: rgba(226, 219, 223, .48);
  font: 500 .57rem/1.5 var(--mono);
  letter-spacing: .045em;
}
.hero__provenance a { color: rgba(242, 238, 233, .72); }
.hero__provenance a:hover { color: var(--pink); }

/* Remove the game-HUD reading; retain only a quiet scroll progress line. */
.hero__voxel-progress {
  width: min(300px, 34vw);
  display: block;
  left: clamp(22px, 4vw, 64px);
  bottom: 32px;
}
.hero__voxel-progress > span,
.hero__voxel-progress > strong,
.hero__voxel-progress > em { display: none; }
.hero__voxel-progress > i {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(242, 238, 233, .15);
}
.hero__voxel-progress > i b { background: var(--pink); }
.hero__voxel-hint {
  right: clamp(22px, 4vw, 64px);
  bottom: 26px;
  color: rgba(226, 219, 223, .44);
  font-size: .55rem;
  letter-spacing: .055em;
}
.hero__voxel-copy { width: min(570px, 40vw); }
.hero__voxel-copy h2 {
  max-width: 8ch;
  font-size: clamp(3.4rem, 5.8vw, 5.5rem);
  font-weight: 650;
  font-stretch: 86%;
  letter-spacing: -.04em;
  line-height: .9;
}
.hero__voxel-copy > p:not(.hero__tag) {
  color: rgba(226, 219, 223, .66);
  font-size: clamp(.95rem, 1.1vw, 1.08rem);
}
.hero__voxel-copy > small { border-radius: 2px; }
.hero__voxel-proof {
  border-width: 1px 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

/* Narrative labels read as editorial captions, not repeated AI eyebrows. */
.origin__record,
.mechanics__kicker,
.proof__lead,
.buy-panel__eyebrow {
  margin-bottom: 22px;
  color: inherit;
  font-family: var(--body);
  font-size: .83rem;
  font-weight: 560;
  letter-spacing: -.005em;
  line-height: 1.4;
  text-transform: none;
}
.origin__record,
.proof__lead { color: #c85a91; }
.origin h2,
.proof__content h2,
.mechanics h2 { font-stretch: 84%; }
.origin__desc,
.mechanics__intro,
.proof__content > p:last-child { font-size: 1rem; line-height: 1.72; }

/* Lore: archival sequence, not a generic vertical timeline. */
.origin { gap: clamp(64px, 8vw, 120px); }
.timeline__item { grid-template-columns: 96px minmax(0, 1fr); }
.timeline__id {
  color: #8e8789;
  font-family: var(--display);
  font-size: .9rem;
  font-weight: 620;
  font-stretch: 78%;
  letter-spacing: -.01em;
}
.timeline__item--active .timeline__id,
.timeline__item--now .timeline__id {
  color: var(--text);
  font-size: 1.45rem;
}
.timeline__body strong { font-weight: 610; }
.og-mark { border-radius: 0; }
.og-mark img { width: 176px; }

/* System: preserve the integrated instrument, remove decorative watermarking. */
.mechanics { background: var(--paper); }
.mechanics__kicker { color: #6e3151; }
.hive-readout::before { content: none; }
.hive-node,
.hive-readout,
.burn-ledger { border-radius: 0; }
.hive-node__name { font-weight: 620; }
.hive-readout h3 { font-stretch: 82%; }

/* Action: Silhouette Lord remains secondary; the CTA is no longer a glass card. */
.buy-section {
  width: min(100%, 1200px);
  grid-template-columns: minmax(260px, 340px) minmax(420px, 520px);
  gap: clamp(56px, 8vw, 116px);
}
.buy-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 14% -12%;
  pointer-events: none;
  background: radial-gradient(ellipse at 32% 50%, rgba(104, 18, 62, .28), transparent 54%);
  filter: blur(24px);
}
.buy-section__panel--external {
  max-width: 520px;
  padding: 36px 0;
  background: transparent;
  border-width: 1px 0;
  border-color: rgba(242, 238, 233, .16);
  border-radius: 0;
  box-shadow: none;
}
.buy-panel__header--external {
  padding-bottom: 24px;
  border-bottom-color: rgba(242, 238, 233, .12);
}
.buy-panel__header--external .buy-panel__eyebrow {
  color: #c85a91;
  letter-spacing: -.005em;
  text-transform: none;
}
.buy-panel__header--external h2 {
  font-size: clamp(3rem, 4.8vw, 4.75rem);
  font-stretch: 84%;
}
.buy-panel__external-copy { color: #b6afb2; font-size: 1rem; }
.buy-panel__external-actions .btn { border-radius: 2px; }
.buy-panel__external-proof code { background: transparent; }

/* Token record: compact, source-first, without pill-like code chips. */
.proof-item code {
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #aaa3a6;
}
.copy-btn { border-radius: 2px; }
.proof-item dt { font-weight: 590; }
.proof-pending { font-family: var(--mono); font-size: .65rem; }

/* Final statement resolves asymmetrically instead of another centered CTA block. */
.closing { text-align: left; }
.closing__content {
  width: var(--page-w);
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px 64px;
  align-items: end;
}
.closing__pre {
  grid-column: 1 / -1;
  margin: 0;
  color: #c85a91;
  font-family: var(--body);
  font-size: .83rem;
}
.closing h2 { max-width: 11ch; margin: 0; font-stretch: 84%; }
.closing__actions { justify-content: flex-end; }
.site-footer p { color: #817a7d; }

@media (max-width: 900px) {
  :root { --header-h: 70px; }
  .desktop-nav { display: none; }
  .menu-button { display: flex; }
  .has-voxel-draft .hero__voxel-panel--monument .hero__content {
    width: min(590px, 58vw);
  }
  .buy-section {
    grid-template-columns: minmax(220px, 300px) minmax(340px, 1fr);
    gap: 42px;
  }
}

@media (max-width: 768px) {
  body { font-size: 15px; }
  h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .has-voxel-draft .hero__voxel-panel--monument {
    padding: 86px 22px 98px;
  }
  .has-voxel-draft .hero__voxel-panel--monument .hero__content {
    width: 100%;
  }
  .has-voxel-draft .hero__voxel-panel--monument .hero__title {
    max-width: 6ch;
    font-size: clamp(3.75rem, 18vw, 5.4rem);
  }
  .hero__tag { margin-bottom: 17px; }
  .hero__statement { max-width: 31ch; }
  .hero__actions { margin-top: 22px; }
  .hero__actions .btn { flex: 1 1 180px; }
  .hero__provenance { margin-top: 22px; }
  .hero__voxel-progress { width: 42vw; bottom: 22px; }
  .hero__voxel-copy { width: 100%; }
  .hero__voxel-copy h2 { font-size: clamp(3.2rem, 14vw, 4.8rem); }
  .origin__record,
  .mechanics__kicker,
  .proof__lead,
  .buy-panel__eyebrow { font-size: .78rem; }
  .timeline__item { grid-template-columns: 72px minmax(0, 1fr); gap: 18px; }
  .og-mark img { width: 150px; }
  .buy-section {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 88px;
  }
  .buy-section__mascot-wrap {
    width: min(74vw, 300px);
    justify-self: center;
  }
  .buy-section__panel--external { padding: 30px 0; }
  .closing__content { grid-template-columns: 1fr; }
  .closing__pre { grid-column: auto; }
  .closing__actions { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .btn { transition: color 120ms ease, background-color 120ms ease, border-color 120ms ease; }
  .btn:hover,
  .btn:active { transform: none; }
}

/* COMPOSITING CORRECTIONS — artifact foreground, atmosphere without seams */
.hero__voxel-gate {
  z-index: 0;
}

.buy-section {
  overflow: visible;
  isolation: isolate;
}

.buy-section::before {
  inset: 8% auto;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse 48% 72% at 46% 50%,
    rgba(104, 18, 62, .3) 0%,
    rgba(84, 16, 47, .16) 42%,
    transparent 78%
  );
  filter: blur(36px);
}

/* HIVE chapter — one documentary mechanism index, never five cards */
.hero__voxel-copy > p.hero__mechanism-line {
  width: min(58ch, 100%);
  margin-top: 26px;
  padding-top: 15px;
  border-top: 1px solid rgba(242, 238, 233, .14);
  color: rgba(242, 238, 233, .52);
  font: 520 .58rem/1.8 var(--mono);
  letter-spacing: .035em;
}

@media (max-width: 768px) {
  .hero__voxel-copy > p.hero__mechanism-line {
    margin-top: 20px;
    font-size: .54rem;
  }
}

/* REGISTRY FOLIO — lore is an archive scene, not a feature section */
.origin {
  position: relative;
  isolation: isolate;
}

.origin::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  border-block: 1px solid rgba(242, 238, 233, .065);
  background:
    radial-gradient(ellipse 52% 58% at 68% 46%, rgba(92, 16, 58, .13), transparent 76%),
    linear-gradient(180deg, #09080a 0%, #0c090c 48%, #080709 100%);
}

.origin::before {
  content: "007";
  position: absolute;
  z-index: -1;
  top: clamp(88px, 9vw, 132px);
  right: clamp(-18px, 1vw, 18px);
  color: rgba(255, 46, 140, .045);
  font: 760 clamp(10rem, 23vw, 22rem)/.72 var(--display);
  font-stretch: 70%;
  letter-spacing: -.09em;
  pointer-events: none;
  user-select: none;
}

.origin__content {
  padding-top: 8px;
}

.origin h2 {
  max-width: 8.6ch;
  font-stretch: 78%;
  letter-spacing: -.045em;
}

.origin__desc {
  padding-top: 24px;
  border-top: 1px solid rgba(242, 238, 233, .11);
}

.timeline {
  position: relative;
}

.timeline__item {
  min-height: 132px;
  padding-block: 28px 38px;
}

.timeline__item--active {
  margin-inline: -24px;
  padding-inline: 24px;
  border-top-color: rgba(255, 46, 140, .58);
  background: linear-gradient(90deg, rgba(92, 16, 58, .16), rgba(92, 16, 58, .035) 54%, transparent 88%);
}

.timeline__item--active .timeline__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 184px;
  column-gap: 30px;
  align-items: start;
}

.timeline__item--active .timeline__body > strong,
.timeline__item--active .timeline__body > p {
  grid-column: 1;
}

.timeline__item--active .og-mark {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 184px;
  margin: 0;
  border: 0;
  background: transparent;
}

.timeline__item--active .og-mark img {
  width: 100%;
  border: 1px solid rgba(242, 238, 233, .14);
  filter: saturate(.82) contrast(1.06);
}

.timeline__item--active .og-mark figcaption {
  padding: 9px 0 0;
  color: #817b7e;
  text-align: left;
  letter-spacing: .025em;
}

.timeline__item--now {
  border-bottom: 1px solid rgba(242, 238, 233, .09);
}

@media (max-width: 768px) {
  .origin::before {
    top: 74px;
    right: -8px;
    font-size: clamp(8rem, 48vw, 13rem);
  }

  .timeline__item {
    min-height: 0;
  }

  .timeline__item--active {
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .timeline__item--active .timeline__body {
    grid-template-columns: 1fr;
  }

  .timeline__item--active .og-mark {
    grid-column: 1;
    grid-row: auto;
    width: min(52vw, 180px);
    margin-top: 22px;
  }
}

/* HIVE CONFIGURATION PLATE — one instrument, not adjacent dashboard cards */
.mechanics {
  position: relative;
  background:
    radial-gradient(ellipse 48% 38% at 78% 18%, rgba(113, 40, 83, .075), transparent 74%),
    var(--paper);
}

.mechanics__header {
  margin-bottom: clamp(52px, 6vw, 82px);
}

.mechanics__workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(320px, .78fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(17, 16, 15, .82);
  background: var(--ink);
  box-shadow:
    0 30px 80px rgba(43, 18, 34, .13),
    0 2px 0 rgba(255, 255, 255, .42) inset;
}

.hive-system {
  min-width: 0;
  min-height: 620px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(0, 1fr);
  border: 0;
  background: #eee8df;
  overflow: hidden;
}

.hive-system__nodes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: 1fr;
  border: 0;
  border-bottom: 1px solid rgba(17, 16, 15, .42);
}

.hive-system__nodes::before {
  top: auto;
  right: 22px;
  bottom: 16px;
  left: 22px;
  width: auto;
  height: 1px;
  background: rgba(17, 16, 15, .22);
}

.hive-system__nodes li {
  min-width: 0;
  border: 0;
  border-right: 1px solid rgba(17, 16, 15, .18);
}

.hive-system__nodes li:last-child {
  border-right: 0;
}

.hive-node {
  min-height: 132px;
  padding: 22px 17px 32px;
  align-content: start;
  gap: 5px;
  background: transparent;
  transition:
    color 180ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.hive-node::before {
  top: auto;
  bottom: 11px;
  left: 18px;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
}

.hive-node__mode {
  color: #756e68;
  font-size: .57rem;
  letter-spacing: .085em;
}

.hive-node__name {
  font-size: clamp(.82rem, 1vw, .96rem);
  font-weight: 650;
  line-height: 1.18;
}

.hive-node__note {
  max-width: 16ch;
  color: #847d76;
  font-size: .65rem;
  line-height: 1.35;
}

.hive-node.is-active {
  color: var(--paper);
  background:
    linear-gradient(180deg, #181419 0%, #100e11 100%);
  box-shadow: inset 0 -2px 0 var(--pink);
}

.hive-node.is-active::before {
  border-color: var(--pink);
  background: var(--pink);
  box-shadow: 0 0 14px rgba(255, 46, 140, .5);
}

.hive-node.is-active .hive-node__mode { color: #ff83ba; }
.hive-node.is-active .hive-node__note { color: #9c9499; }

.hive-readout {
  min-height: 0;
  padding: clamp(38px, 5vw, 70px);
  justify-content: center;
  background:
    radial-gradient(ellipse 58% 70% at 82% 24%, rgba(120, 19, 74, .16), transparent 72%),
    linear-gradient(145deg, #151116 0%, #0d0c0e 72%);
}

.hive-readout__mode {
  margin-bottom: 22px;
  color: #ff75b5;
  font-size: .62rem;
  letter-spacing: .085em;
}

.hive-readout h3 {
  max-width: 8ch;
  margin-bottom: 26px;
  font-size: clamp(3.1rem, 5.4vw, 5.25rem);
  font-weight: 620;
  font-stretch: 78%;
}

.hive-readout > p[data-mech-copy] {
  max-width: 42ch;
  color: #c0b8b2;
  font-size: .98rem;
  line-height: 1.72;
}

.hive-readout__note {
  margin-top: 38px;
  padding-top: 17px;
  color: #7f777b;
  letter-spacing: .025em;
}

.burn-ledger {
  min-width: 0;
  min-height: 620px;
  padding: clamp(28px, 3.2vw, 42px);
  border: 0;
  border-left: 1px solid rgba(233, 227, 218, .17);
  background:
    radial-gradient(ellipse 74% 50% at 90% 8%, rgba(111, 17, 67, .17), transparent 72%),
    #0b0a0c;
}

.burn-ledger__header {
  gap: 20px;
}

.burn-ledger__eyebrow {
  color: #c85a91;
  letter-spacing: .075em;
}

.burn-ledger h3 {
  max-width: 13ch;
  font-size: 1.34rem;
  font-weight: 610;
  line-height: 1.12;
}

.burn-ledger__status {
  position: relative;
  max-width: 140px;
  padding: 2px 0 2px 13px;
  border: 0;
  color: #938b90;
  text-align: left;
}

.burn-ledger__status::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 9px currentColor;
}

.burn-ledger__definition {
  margin-top: 38px;
}

.burn-ledger__value {
  margin-block: 22px 34px;
  padding-bottom: 32px;
}

.burn-ledger__value output {
  color: #f3ede5;
  font-size: clamp(2.1rem, 3.2vw, 3.25rem);
  font-weight: 560;
  letter-spacing: -.07em;
  text-shadow: 0 0 42px rgba(255, 46, 140, .09);
}

.burn-ledger__facts {
  gap: 22px 20px;
}

.burn-ledger__facts > div {
  padding-top: 14px;
}

.burn-ledger__footer {
  padding-top: 34px;
}

/* Loading, cached, live, stale, and error states share one layout contract. */
.burn-ledger {
  container-type: inline-size;
}

.burn-ledger__header > div {
  min-width: 0;
  flex: 1 1 auto;
}

.burn-ledger__status {
  flex: 0 0 140px;
  inline-size: 140px;
  min-block-size: 3.2em;
}

.burn-ledger__value output {
  min-block-size: 1em;
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
  font-size: clamp(1.55rem, 8cqi, 3rem);
}

.burn-ledger__note {
  min-block-size: 2.9em;
}

.burn-ledger__facts > div:nth-child(2) dd {
  min-block-size: 3em;
}

@media (hover: hover) and (pointer: fine) {
  .hive-node:not(.is-active):hover {
    color: var(--ink);
    background: rgba(112, 36, 82, .075);
  }
}

@media (max-width: 1100px) {
  .mechanics__workspace {
    grid-template-columns: 1fr;
  }

  .hive-system {
    min-height: 590px;
  }

  .burn-ledger {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid rgba(233, 227, 218, .17);
  }
}

@media (max-width: 768px) {
  .mechanics__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .mechanics__kicker {
    grid-column: auto;
  }

  .mechanics__workspace {
    box-shadow: 0 22px 52px rgba(43, 18, 34, .11);
  }

  .hive-system {
    min-height: 0;
    grid-template-rows: auto auto;
  }

  .hive-system__nodes {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    border-bottom: 1px solid rgba(17, 16, 15, .42);
  }

  .hive-system__nodes::before {
    top: 24px;
    right: auto;
    bottom: 24px;
    left: 23px;
    width: 1px;
    height: auto;
  }

  .hive-system__nodes li {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 16, 15, .16);
  }

  .hive-system__nodes li:last-child {
    border-bottom: 0;
  }

  .hive-node {
    min-height: 82px;
    padding: 16px 16px 16px 44px;
    align-content: center;
    gap: 2px;
  }

  .hive-node::before {
    top: 50%;
    bottom: auto;
    left: 18px;
    transform: translateY(-50%) rotate(45deg);
  }

  .hive-node.is-active {
    box-shadow: inset 2px 0 0 var(--pink);
  }

  .hive-node__note {
    max-width: none;
  }

  .hive-readout {
    min-height: 390px;
    padding: 36px 24px;
  }

  .hive-readout h3 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .burn-ledger {
    padding: 30px 24px;
  }

  .burn-ledger__status {
    flex-basis: auto;
    inline-size: 100%;
  }

  .burn-ledger__facts {
    grid-template-columns: 1fr;
  }

  .burn-ledger__method {
    grid-column: auto;
  }
}

/* EVIDENCE ROOM — explicit states, source hierarchy, no fake terminal */
.proof {
  position: relative;
  isolation: isolate;
  padding-block: clamp(112px, 12vw, 172px);
}

.proof::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  border-block: 1px solid rgba(242, 238, 233, .065);
  background:
    radial-gradient(ellipse 46% 54% at 88% 18%, rgba(96, 16, 59, .13), transparent 76%),
    linear-gradient(120deg, #09080a 0%, #0c0a0d 54%, #080709 100%);
}

.proof__content h2 {
  max-width: 8ch;
  font-stretch: 78%;
  letter-spacing: -.045em;
}

.proof__content > p:last-child {
  padding-top: 24px;
  border-top: 1px solid rgba(242, 238, 233, .11);
}

.proof-list {
  border-top-color: rgba(242, 238, 233, .28);
}

.proof-item {
  position: relative;
  min-height: 134px;
  grid-template-columns: minmax(205px, .72fr) minmax(0, 1.28fr);
  gap: 34px;
  padding: 28px 0;
  border-bottom-color: rgba(242, 238, 233, .105);
  transition: background-color 180ms ease;
}

.proof-item dt {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 6px;
}

.proof-item dt strong {
  color: #eee8e1;
  font-size: .98rem;
  font-weight: 610;
  line-height: 1.25;
}

.proof-item dt small {
  color: #777176;
  font: 460 .61rem/1.5 var(--mono);
  letter-spacing: .015em;
}

.proof-item__state {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 5px;
  color: #aaa3a6;
  font: 600 .56rem/1.3 var(--mono);
  letter-spacing: .075em;
  text-transform: uppercase;
}

.proof-item__state::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.proof-item[data-proof-state="verified"] .proof-item__state {
  color: #c5c0b9;
}

.proof-item[data-proof-state="verified"] .proof-item__state::before {
  background: #c5c0b9;
}

.proof-item[data-proof-state="live"] .proof-item__state {
  color: #ff75b5;
}

.proof-item[data-proof-state="live"] .proof-item__state::before {
  background: #ff2e8c;
  box-shadow: 0 0 12px rgba(255, 46, 140, .55);
}

.proof-item[data-proof-state="pending"] .proof-item__state {
  color: #a88a76;
}

.proof-item[data-proof-state="external"] .proof-item__state {
  color: #9ea7b7;
}

.proof-item dd {
  min-width: 0;
  align-self: center;
  justify-content: flex-end;
  color: #ddd6cf;
}

.proof-item dd > a {
  color: #e6dfd8;
  font-size: .8rem;
  font-weight: 560;
  text-decoration: none;
  transition: color 160ms ease;
}

.proof-item dd > a:hover {
  color: #ff75b5;
  text-decoration: none;
}

.proof-address {
  min-width: 0;
  max-width: 100%;
}

.proof-address code {
  color: #aaa3a6;
  font-size: .62rem;
  line-height: 1.55;
}

.proof-address > span {
  color: var(--pink);
}

.copy-btn {
  min-width: 64px;
  color: #c4bdc0;
  border-color: rgba(242, 238, 233, .2);
  background: transparent;
}

.copy-btn:hover {
  color: var(--text);
  border-color: rgba(242, 238, 233, .48);
  background: rgba(242, 238, 233, .045);
}

.proof-pending {
  max-width: 32ch;
  color: #8b8380;
  font-size: .61rem;
  line-height: 1.55;
  text-align: right;
}

@media (hover: hover) and (pointer: fine) {
  .proof-item:hover {
    background: linear-gradient(90deg, rgba(255, 255, 255, .018), rgba(96, 16, 59, .07), transparent 88%);
  }
}

@media (max-width: 900px) {
  .proof {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .proof__content {
    position: static;
  }

  .proof__content h2 {
    max-width: 10ch;
  }
}

@media (max-width: 768px) {
  .proof {
    padding-block: 96px;
  }

  .proof-item {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 25px;
  }

  .proof-item dd {
    justify-content: flex-start;
    text-align: left;
  }

  .proof-address {
    align-items: flex-start;
  }

  .proof-address code {
    overflow-wrap: anywhere;
  }

  .proof-pending {
    max-width: none;
    text-align: left;
  }
}

/* ACQUISITION SCENE — one action, one reviewed venue, one quiet artifact */
.buy-section {
  min-height: clamp(720px, 86vh, 900px);
  width: min(100%, 1240px);
  grid-template-columns: minmax(270px, 340px) minmax(460px, 560px);
  gap: clamp(74px, 9vw, 132px);
  align-items: center;
  padding-block: clamp(104px, 11vw, 154px);
}

.buy-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  border-block: 1px solid rgba(242, 238, 233, .06);
  background:
    linear-gradient(90deg, rgba(7, 6, 8, .98), rgba(14, 8, 13, .94) 48%, rgba(8, 7, 9, .98)),
    #080709;
}

.buy-section::before {
  inset: 4% auto;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse 58% 78% at 39% 50%,
    rgba(104, 18, 62, .28) 0%,
    rgba(84, 16, 47, .13) 46%,
    transparent 82%
  );
  filter: blur(38px);
}

.buy-section__mascot-wrap {
  width: clamp(270px, 27vw, 340px);
  justify-self: center;
  align-self: center;
}

.buy-section__panel--external {
  width: 100%;
  max-width: 560px;
  padding: 10px 0 10px clamp(38px, 5vw, 68px);
  border: 0;
  border-left: 1px solid rgba(242, 238, 233, .18);
}

.buy-panel__header--external {
  padding-bottom: 28px;
}

.buy-panel__header--external .buy-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c85a91;
}

.buy-panel__header--external .buy-panel__eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.buy-panel__header--external h2 {
  max-width: 8ch;
  margin-top: 12px;
  font-size: clamp(3.35rem, 5.2vw, 5rem);
  font-weight: 640;
  font-stretch: 78%;
  letter-spacing: -.045em;
}

.buy-panel__external-copy {
  max-width: 43ch;
  margin-block: 30px;
  color: #b8b0b4;
  font-size: 1rem;
  line-height: 1.72;
}

.buy-panel__external-actions {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 9px;
}

.buy-panel__external-actions .btn {
  min-height: 60px;
  padding-inline: 17px;
  font-size: .76rem;
}

.buy-panel__external-cta {
  box-shadow: 0 14px 48px rgba(255, 46, 140, .09);
}

.buy-panel__external-cta:hover {
  box-shadow: 0 18px 58px rgba(255, 46, 140, .13);
}

.buy-panel__external-chart {
  color: #d0c8cc;
}

.buy-panel__external-proof {
  display: grid;
  gap: 0;
  margin-top: 34px;
  padding-top: 0;
  border-top: 1px solid rgba(242, 238, 233, .14);
}

.buy-panel__external-proof > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 20px;
  align-items: baseline;
  padding-block: 13px;
  border-bottom: 1px solid rgba(242, 238, 233, .085);
}

.buy-panel__external-proof dt {
  color: #777075;
  font: 560 .57rem/1.4 var(--mono);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.buy-panel__external-proof dd {
  color: #dcd5d8;
  font-size: .77rem;
  font-weight: 540;
  line-height: 1.45;
  text-align: right;
}

.buy-panel__external-proof code {
  color: #c2babe;
  font-size: .68rem;
  overflow-wrap: anywhere;
}

.buy-panel__external-note {
  max-width: 48ch;
  margin-top: 22px;
  color: #777075;
  font-size: .72rem;
  line-height: 1.65;
}

.buy-panel__external-note strong {
  color: #aaa2a6;
  font-weight: 610;
}

@media (max-width: 900px) {
  .buy-section {
    min-height: auto;
    width: min(100%, 680px);
    grid-template-columns: 1fr;
    gap: 54px;
    padding-block: 100px;
  }

  .buy-section__panel--external {
    order: 1;
    max-width: 620px;
    padding: 38px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(242, 238, 233, .18);
  }

  .buy-section__mascot-wrap {
    order: 2;
    width: min(66vw, 290px);
  }

  .buy-section::before {
    background: radial-gradient(
      ellipse 82% 62% at 50% 72%,
      rgba(104, 18, 62, .23),
      rgba(84, 16, 47, .1) 48%,
      transparent 84%
    );
  }
}

@media (max-width: 560px) {
  .buy-section {
    gap: 46px;
    padding-block: 86px;
  }

  .buy-panel__external-actions {
    grid-template-columns: 1fr;
  }

  .buy-panel__external-proof > div {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
  }

  .buy-panel__external-proof dd {
    text-align: left;
  }

  .buy-section__mascot-wrap {
    width: min(72vw, 280px);
  }
}

/* ═══════════════════════════════════════════════════
   V44.1 — STUDIO CAMPAIGN ART DIRECTION PROTOTYPE
   Three authored scenes; text remains the sharpest layer.
   ═══════════════════════════════════════════════════ */
.fx-vignette,
.fx-grain { display: none; }

/* HERO — campaign lockup, artifact field, quiet navigation. */
.hero__voxel-hint { display: none; }
.has-voxel-draft .hero__voxel-draft::after {
  background:
    linear-gradient(90deg, rgba(6, 5, 10, .92) 0%, rgba(6, 5, 10, .52) 31%, transparent 57%),
    linear-gradient(180deg, rgba(6, 5, 10, .2), transparent 22%, transparent 70%, rgba(6, 5, 10, .66));
}
.has-voxel-draft .hero__voxel-panel--monument {
  padding: clamp(138px, 15vh, 170px) clamp(42px, 5vw, 82px) 94px;
}
.has-voxel-draft .hero__voxel-panel--monument .hero__content {
  width: min(660px, 46vw);
}
.hero__tag {
  margin-bottom: 30px;
  color: rgba(242, 238, 233, .58);
  letter-spacing: .075em;
}
.hero__tag::before { width: 44px; }
.has-voxel-draft .hero__voxel-panel--monument .hero__title {
  max-width: 7ch;
  margin: 0 0 28px;
  font-size: clamp(5.3rem, 8.2vw, 8rem);
  line-height: .72;
}
.hero__title-line:first-child {
  font-size: .72em;
  font-weight: 790;
  font-stretch: 68%;
  letter-spacing: -.065em;
}
.hero__title-line--accent {
  font-size: 1.08em;
  font-weight: 320;
  font-stretch: 125%;
  letter-spacing: -.055em;
}
.has-voxel-draft .hero__voxel-panel--monument .hero__statement {
  max-width: 31ch;
  color: rgba(235, 228, 232, .78);
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  line-height: 1.5;
}
.hero__actions { margin-top: 34px; }
.hero__actions .btn { min-width: 150px; }
.hero__provenance {
  width: max-content;
  margin-top: 26px;
  padding: 0;
  border: 0;
  color: rgba(235, 228, 232, .5);
}
.hero__provenance a { color: inherit; }
.hero__voxel-progress { width: min(250px, 28vw); opacity: .72; }
.hero__voxel-copy > p.hero__mechanism-line { display: none; }
.hero__voxel-copy h2 span { color: #f4f0f4; font-weight: 320; }

/* ORIGIN — OG mark as the historical centre of gravity. */
.origin {
  width: min(1320px, calc(100% - 2 * var(--pad)));
  min-height: min(900px, 100svh);
  padding-block: clamp(110px, 11vw, 150px);
  display: grid;
  grid-template-columns: minmax(300px, .88fr) minmax(330px, 1.08fr) minmax(250px, .72fr);
  gap: clamp(42px, 5.2vw, 82px);
  align-items: center;
}
.origin::after {
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.012) 0 1px, transparent 1px 5px),
    radial-gradient(ellipse 42% 62% at 50% 48%, rgba(100, 18, 64, .18), transparent 72%),
    linear-gradient(104deg, #080709, #100a0f 53%, #070608);
}
.origin::before {
  content: "007";
  top: 50%;
  right: auto;
  left: 50%;
  translate: -50% -50%;
  color: rgba(255, 46, 140, .035);
  font-size: clamp(15rem, 31vw, 30rem);
}
.origin__content { padding: 0; }
.origin__record {
  max-width: 24ch;
  margin-bottom: 30px;
  color: #bd7598;
  font-size: .72rem;
  letter-spacing: .035em;
}
.origin h2 {
  max-width: 7.8ch;
  margin: 0;
  font-size: clamp(4.3rem, 6.4vw, 6.5rem);
  font-weight: 520;
  font-stretch: 88%;
  letter-spacing: -.058em;
  line-height: .82;
  text-transform: none;
}
.origin h2 em {
  color: #f2eee9;
  font-style: normal;
  font-weight: 760;
  font-stretch: 72%;
}
.origin__desc {
  max-width: 39ch;
  margin-top: 34px;
  padding: 0;
  border: 0;
  color: #9e969a;
  font-size: .92rem;
  line-height: 1.68;
}
.origin__artifact { position: relative; margin: 0; justify-self: center; }
.origin__artifact::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 10% -18% -8%;
  background: radial-gradient(ellipse, rgba(255, 40, 145, .24), transparent 68%);
  filter: blur(34px);
}
.origin__artifact-field {
  position: relative;
  width: min(30vw, 390px);
  aspect-ratio: 1;
  padding: 18px;
  background: #050407;
  box-shadow: 0 34px 90px rgba(0,0,0,.52), 0 0 0 1px rgba(242,238,233,.13);
}
.origin__artifact-field::after {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  background: linear-gradient(118deg, rgba(255,255,255,.07), transparent 25% 78%, rgba(255,46,140,.08));
}
.origin__artifact img { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; }
.origin__artifact figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 15px;
  color: #8e878b;
  font: .58rem/1.4 var(--mono);
}
.origin__artifact figcaption strong { color: #ddd5d8; font-weight: 550; }
.origin__lineage { display: grid; gap: 32px; }
.origin__lineage li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: start; }
.origin__lineage > li > span {
  color: #756e73;
  font: 620 .78rem/1.2 var(--display);
  font-stretch: 75%;
}
.origin__lineage .is-launch > span { color: #ff75b5; font-size: 1.2rem; }
.origin__lineage strong { display: block; color: #e6dfe2; font-size: .94rem; font-weight: 620; }
.origin__lineage p { margin-top: 7px; color: #837b80; font-size: .78rem; line-height: 1.55; }

/* BUY — Lord, headline and action share one pool of light. */
.buy-section {
  min-height: min(900px, 100svh);
  width: min(1240px, calc(100% - 2 * var(--pad)));
  grid-template-columns: minmax(280px, 350px) minmax(470px, 610px);
  gap: clamp(64px, 8vw, 126px);
  padding-block: clamp(105px, 10vw, 145px);
  align-items: center;
}
.buy-section::after {
  border: 0;
  background:
    radial-gradient(ellipse 48% 72% at 34% 52%, rgba(115, 22, 69, .24), transparent 72%),
    radial-gradient(ellipse 42% 52% at 63% 42%, rgba(81, 13, 53, .13), transparent 76%),
    linear-gradient(108deg, #070608, #100a0f 48%, #070608);
}
.buy-section::before {
  inset: 6% auto 4%;
  background: radial-gradient(ellipse 32% 68% at 34% 46%, rgba(196, 46, 117, .2), transparent 72%);
  filter: blur(30px);
}
.buy-section__mascot-wrap {
  position: relative;
  width: clamp(290px, 26vw, 350px);
  z-index: 1;
}
.buy-section__mascot-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 4% -24% 8%;
  background: radial-gradient(ellipse at 56% 42%, rgba(184, 48, 118, .2), rgba(84, 16, 47, .09) 46%, transparent 72%);
  filter: blur(20px);
}
.buy-section__mascot-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 4%; right: -4%; bottom: 1%; height: 9%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,0,0,.82), rgba(101,23,63,.22) 45%, transparent 72%);
  filter: blur(8px);
}
.buy-section__panel--external {
  width: 100%;
  max-width: 610px;
  padding: 0;
  border: 0;
}
.buy-panel__header--external { padding: 0; border: 0; }
.buy-panel__header--external h2 {
  max-width: none;
  margin: 0;
  display: grid;
  line-height: .78;
}
.buy-panel__header--external h2 span {
  font-size: clamp(3.4rem, 4.8vw, 5rem);
  font-weight: 420;
  font-stretch: 108%;
  letter-spacing: -.055em;
}
.buy-panel__header--external h2 strong {
  font-size: clamp(4.6rem, 7vw, 7.2rem);
  font-weight: 760;
  font-stretch: 72%;
  letter-spacing: -.07em;
}
.buy-panel__external-copy { max-width: 36ch; margin-block: 34px 28px; font-size: 1rem; }
.buy-panel__external-actions { max-width: 520px; grid-template-columns: 1.15fr .85fr; }
.buy-panel__external-proof { max-width: 520px; margin-top: 32px; }
.buy-panel__external-note { font-size: .78rem; color: #8d8589; }

@media (max-width: 768px) {
  .has-voxel-draft .hero__voxel-panel { min-height: 100svh; padding-inline: 20px; }
  .has-voxel-draft .hero__voxel-panel--monument {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 82px 20px 70px;
  }
  .has-voxel-draft .hero__voxel-panel--monument .hero__content { width: 100%; }
  .hero__tag { display: none; }
  .has-voxel-draft .hero__voxel-panel--monument .hero__title {
    max-width: 6ch;
    margin-bottom: 18px;
    font-size: clamp(4.2rem, 19vw, 5.4rem);
  }
  .has-voxel-draft .hero__voxel-panel--monument .hero__statement { max-width: 29ch; font-size: .94rem; }
  .hero__actions { margin-top: 20px; display: grid; grid-template-columns: 1fr auto; }
  .hero__actions .btn { min-width: 0; min-height: 48px; padding-inline: 16px; }
  .hero__actions .btn--ghost { border: 0; padding-inline: 8px; }
  .hero__provenance { display: none; }
  .hero__voxel-progress { left: 20px; right: auto; width: 45vw; bottom: 20px; }
  [data-voxel-phase="B"] .hero__voxel-panel--break {
    align-items: flex-start;
    padding: 96px 20px 70px;
  }
  [data-voxel-phase="B"] .hero__voxel-panel--break .hero__voxel-copy { width: 78%; padding: 0; }
  [data-voxel-phase="B"] .hero__voxel-panel--break h2 {
    max-width: 5.8ch;
    margin: 0 0 22px;
    font-size: clamp(3.3rem, 14vw, 4.2rem);
    line-height: .84;
  }
  [data-voxel-phase="B"] .hero__voxel-panel--break > .hero__voxel-copy > p:not(.hero__tag) {
    width: 100%;
    margin-top: 0;
    font-size: .88rem;
    line-height: 1.55;
  }
  .origin {
    width: auto;
    min-height: 0;
    margin-inline: 20px;
    padding-block: 88px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .origin::before { top: 30%; font-size: 70vw; }
  .origin__record { margin-bottom: 22px; }
  .origin h2 { max-width: 7.8ch; font-size: clamp(3.7rem, 16vw, 4.8rem); }
  .origin__desc { margin-top: 26px; font-size: .9rem; }
  .origin__artifact { order: 2; }
  .origin__artifact::before {
    inset: 12% 2% -6%;
    filter: blur(22px);
  }
  .origin__artifact-field { width: min(82vw, 320px); }
  .origin__artifact figcaption { flex-direction: column; gap: 4px; }
  .origin__lineage { order: 3; gap: 26px; }
  .buy-section {
    width: auto;
    min-height: 940px;
    margin-inline: 20px;
    padding-block: 28px 16px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    align-items: start;
    align-content: start;
  }
  .buy-section__panel--external {
    order: 1;
    position: relative;
    z-index: 2;
    padding: 0;
    border: 0;
  }
  .buy-panel__header--external h2 span { font-size: clamp(2.8rem, 13vw, 3.25rem); }
  .buy-panel__header--external h2 strong { font-size: clamp(4rem, 18vw, 4.8rem); }
  .buy-panel__external-copy {
    max-width: 29ch;
    margin-block: 16px 14px;
    font-size: .86rem;
    line-height: 1.5;
  }
  .buy-panel__external-actions { grid-template-columns: 1fr 1fr; }
  .buy-panel__external-actions .btn { min-height: 48px; padding-inline: 10px; }
  .buy-panel__external-proof {
    position: relative;
    z-index: 2;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
    border-bottom: 1px solid rgba(242, 238, 233, .085);
  }
  .buy-panel__external-proof > div {
    display: block;
    padding: 10px 7px 11px 0;
    border-right: 1px solid rgba(242, 238, 233, .085);
    border-bottom: 0;
  }
  .buy-panel__external-proof > div + div { padding-left: 9px; }
  .buy-panel__external-proof > div:last-child { border-right: 0; }
  .buy-panel__external-proof dd {
    margin-top: 5px;
    font-size: .63rem;
    line-height: 1.35;
    text-align: left;
  }
  .buy-panel__external-proof code { font-size: .58rem; }
  .buy-panel__external-note {
    position: relative;
    z-index: 2;
    max-width: 34ch;
    margin-top: 13px;
    font-size: .67rem;
    line-height: 1.48;
  }
  .buy-section__mascot-wrap {
    order: 2;
    width: min(47vw, 180px);
    justify-self: end;
    align-self: start;
    margin-top: 60px;
    margin-right: -2px;
    z-index: 1;
  }
  .buy-section__mascot-wrap::before {
    inset: 8% 2% 12%;
    filter: blur(12px);
  }
  .buy-section__mascot-wrap::after {
    left: 8%;
    right: 2%;
    filter: blur(6px);
  }
}

/* ═══════════════════════════════════════════════════
   V44.2 — BRAND CONTINUITY / CINEMATIC EPILOGUE
   One master glyph from header to final frame.
   ═══════════════════════════════════════════════════ */
.brand__hook {
  width: 30px;
  height: 30px;
  overflow: visible;
  color: var(--pink);
  transition: transform 180ms var(--ease-out), color 180ms ease;
}
.brand__hook-outline {
  fill: rgba(255, 46, 140, .055);
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linejoin: bevel;
  vector-effect: non-scaling-stroke;
}
.brand__hook-spine {
  fill: none;
  stroke: #eee8eb;
  stroke-width: 1.05;
  stroke-linecap: square;
  vector-effect: non-scaling-stroke;
}
.brand:hover .brand__hook,
.brand:focus-visible .brand__hook {
  color: #ff64ad;
  transform: translateY(-1px) rotate(-2deg);
}

.closing {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(540px, 1.12fr);
  align-items: stretch;
  overflow: clip;
  text-align: left;
  border-top: 1px solid rgba(242, 238, 233, .075);
  background:
    radial-gradient(ellipse 46% 70% at 27% 48%, rgba(103, 17, 61, .2), transparent 72%),
    linear-gradient(108deg, #080609, #100910 49%, #070608);
}
.closing::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 49.9%, rgba(242, 238, 233, .055) 50%, transparent 50.1%),
    radial-gradient(circle at 72% 48%, rgba(255, 46, 140, .055), transparent 32%);
}
.closing__artifact {
  position: relative;
  min-width: 0;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgba(242, 238, 233, .07);
}
.closing__artifact::before {
  content: "";
  position: absolute;
  width: min(64vw, 780px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 31, 101, .14), rgba(74, 10, 45, .06) 42%, transparent 69%);
  filter: blur(22px);
}
.closing__artifact::after {
  content: "";
  position: absolute;
  inset: 12% 8%;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.013) 0 1px, transparent 1px 6px);
  mask-image: linear-gradient(transparent, #000 16% 84%, transparent);
}
.closing__mark {
  position: relative;
  z-index: 1;
  width: clamp(270px, 32vw, 500px);
  height: auto;
  overflow: visible;
  filter:
    drop-shadow(18px 4px 0 rgba(255, 46, 140, .075))
    drop-shadow(46px 10px 0 rgba(255, 46, 140, .025))
    drop-shadow(0 28px 54px rgba(0, 0, 0, .62));
  transform: rotate(-5deg);
}
.closing__mark-outline {
  fill: rgba(7, 6, 9, .66);
  stroke: #d8d0d4;
  stroke-width: .85;
  stroke-linejoin: bevel;
  vector-effect: non-scaling-stroke;
}
.closing__mark-spine {
  fill: none;
  stroke: #ff3b94;
  stroke-width: .75;
  stroke-linecap: square;
  vector-effect: non-scaling-stroke;
}
.closing__artifact-code {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 4vw, 64px);
  bottom: clamp(28px, 4vw, 58px);
  color: rgba(228, 218, 223, .48);
  font: 520 .58rem/1.3 var(--mono);
  letter-spacing: .055em;
}
.closing__content {
  width: auto;
  max-width: 760px;
  margin: 0;
  padding: clamp(110px, 13vw, 180px) clamp(48px, 8vw, 132px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
.closing h2 {
  max-width: 13ch;
  margin: 0;
  display: grid;
  text-wrap: balance;
  line-height: .9;
  text-transform: none;
}
.closing h2 span {
  margin-bottom: 22px;
  color: rgba(235, 227, 232, .62);
  font-size: clamp(2rem, 3.7vw, 3.8rem);
  font-weight: 360;
  font-stretch: 108%;
  letter-spacing: -.035em;
}
.closing h2 strong {
  color: #f2eee9;
  font-size: clamp(3.6rem, 6.5vw, 6rem);
  font-weight: 760;
  font-stretch: 74%;
  letter-spacing: -.04em;
}
.closing__statement {
  max-width: 36ch;
  margin: 34px 0 0;
  color: #a79fa3;
  font-size: .96rem;
  line-height: 1.58;
  text-wrap: pretty;
}
.closing__action {
  min-width: 190px;
  margin-top: 34px;
}

@media (max-width: 900px) {
  .closing {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .closing__content {
    order: 1;
    max-width: none;
    padding: 104px 22px 58px;
  }
  .closing h2 { max-width: 11ch; }
  .closing h2 span { font-size: clamp(1.9rem, 8.8vw, 3rem); }
  .closing h2 strong { font-size: clamp(3.25rem, 15.5vw, 5.3rem); }
  .closing__artifact {
    order: 2;
    min-height: 48svh;
    border-top: 1px solid rgba(242, 238, 233, .07);
    border-right: 0;
  }
  .closing__mark { width: min(70vw, 360px); }
  .closing__artifact-code { left: 22px; bottom: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .brand__hook { transition: none; }
  .brand:hover .brand__hook,
  .brand:focus-visible .brand__hook { transform: none; }
}

/* ═══════════════════════════════════════════════════
   V44.3 — REDUCED-MOTION HERO
   Exact 114-voxel silhouette, no Three.js / WebGL / RAF.
   ═══════════════════════════════════════════════════ */
.has-reduced-hero .cold-open,
.has-reduced-hero .hero__mascot-wrap,
.has-reduced-hero .hero__bg-pattern { display: none; }

.has-reduced-hero .hero {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  padding: 0;
  display: block;
  overflow: clip;
  isolation: isolate;
  background:
    radial-gradient(ellipse 58% 90% at 78% 46%, rgba(88, 11, 64, .46), transparent 74%),
    linear-gradient(112deg, #070509, #0d0710 58%, #050307);
  color: #f4f0f4;
}
.hero__reduced-art {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero__reduced-art::before {
  content: "";
  position: absolute;
  inset: 7% -4% 2% 38%;
  background: radial-gradient(ellipse, rgba(165, 28, 105, .18), rgba(76, 10, 56, .08) 46%, transparent 73%);
  filter: blur(28px);
}
.hero__reduced-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 5, 10, .96) 0%, rgba(6, 5, 10, .68) 34%, transparent 58%),
    linear-gradient(180deg, rgba(6, 5, 10, .08), transparent 64%, rgba(6, 5, 10, .58));
}
.hero__reduced-art svg {
  position: absolute;
  z-index: 1;
  top: 7%;
  right: clamp(2%, 5vw, 8%);
  width: min(47vw, 660px);
  height: 86%;
  overflow: visible;
  transform: rotate(-2deg);
}
.hero__reduced-glow { opacity: .46; fill: #ff2e8c; }
.hero__reduced-voxels .is-chrome {
  fill: url(#rhook-static-chrome);
  stroke: rgba(226, 222, 232, .42);
  stroke-width: .9;
  vector-effect: non-scaling-stroke;
}
.hero__reduced-voxels .is-glass {
  fill: url(#rhook-static-glass);
  stroke: rgba(255, 114, 184, .74);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.hero__reduced-panel {
  position: relative;
  z-index: 2;
  width: min(660px, 49vw);
  min-height: 100svh;
  padding: clamp(138px, 15vh, 170px) clamp(42px, 5vw, 82px) 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.has-reduced-hero .hero__tag {
  margin-bottom: 30px;
  color: rgba(242, 238, 233, .58);
  letter-spacing: .075em;
}
.has-reduced-hero .hero__tag::before { width: 44px; }
.has-reduced-hero .hero__title {
  max-width: 7ch;
  margin: 0 0 28px;
  font-size: clamp(5.3rem, 8.2vw, 8rem);
  line-height: .72;
}
.has-reduced-hero .hero__statement {
  max-width: 31ch;
  color: rgba(235, 228, 232, .78);
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  line-height: 1.5;
}
.has-reduced-hero .hero__content,
.has-reduced-hero .hero__actions,
.has-reduced-hero .hero__actions a { pointer-events: auto; }

@media (max-width: 768px) {
  .has-reduced-hero .hero { min-height: 100svh; height: 100svh; }
  .hero__reduced-art::before { inset: 2% -28% 30% 8%; filter: blur(20px); }
  .hero__reduced-art::after {
    background: linear-gradient(180deg, rgba(6, 5, 10, .06), rgba(6, 5, 10, .16) 42%, rgba(6, 5, 10, .93) 70%, #06050a 100%);
  }
  .hero__reduced-art svg {
    top: 7%;
    right: -21%;
    width: 112vw;
    height: 58%;
    opacity: .82;
    transform: rotate(-2deg);
  }
  .hero__reduced-panel {
    width: 100%;
    min-height: 100svh;
    padding: 82px 20px 48px;
    justify-content: flex-end;
  }
  .has-reduced-hero .hero__tag,
  .has-reduced-hero .hero__provenance { display: none; }
  .has-reduced-hero .hero__title {
    max-width: 6ch;
    margin-bottom: 18px;
    font-size: clamp(4.2rem, 19vw, 5.4rem);
  }
  .has-reduced-hero .hero__statement { max-width: 29ch; font-size: .94rem; }
  .has-reduced-hero .hero__actions {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .has-reduced-hero .hero__actions .btn {
    min-width: 0;
    min-height: 48px;
    padding-inline: 16px;
  }
  .has-reduced-hero .hero__actions .btn--ghost { border: 0; padding-inline: 8px; }
}

/* ═══════════════════════════════════════════════════
   V44.4 — BUY CONTRACT IDENTITY / TRUST FLOW
   Full address, Blockscout source, synchronized copy state.
   ═══════════════════════════════════════════════════ */
.buy-panel__external-proof {
  max-width: 520px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid rgba(242, 238, 233, .14);
  border-bottom: 1px solid rgba(242, 238, 233, .085);
}
.buy-panel__external-proof > div {
  display: block;
  padding: 12px 16px 13px 0;
  border-right: 1px solid rgba(242, 238, 233, .085);
  border-bottom: 0;
}
.buy-panel__external-proof > div + div { padding-left: 16px; }
.buy-panel__external-proof > div:last-child { border-right: 0; }
.buy-panel__external-proof dd {
  margin-top: 5px;
  color: #dcd5d8;
  font-size: .75rem;
  line-height: 1.4;
  text-align: left;
}
.buy-contract-identity {
  max-width: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 13px 0 14px;
  border-bottom: 1px solid rgba(242, 238, 233, .085);
}
.buy-contract-identity__source {
  min-width: 0;
  display: grid;
  gap: 5px;
}
.buy-contract-identity__source > span {
  color: #8e878b;
  font: 560 .57rem/1.4 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.buy-contract-identity__source a {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #dcd5d8;
  text-decoration: none;
}
.buy-contract-identity__source a:hover code,
.buy-contract-identity__source a:focus-visible code { color: #fff; }
.buy-contract-identity__source code {
  min-width: 0;
  color: #c7bec3;
  font-size: .6rem;
  line-height: 1.45;
  white-space: nowrap;
  transition: color 160ms ease;
}
.buy-contract-identity__source b {
  color: var(--pink);
  font-size: .72rem;
  font-weight: 500;
}
.buy-contract-identity__copy {
  min-width: 78px;
  min-height: 44px;
  border-color: rgba(242, 238, 233, .2);
  color: #e5dde1;
  background: rgba(242, 238, 233, .025);
}
.buy-contract-identity__copy:hover,
.buy-contract-identity__copy:focus-visible {
  border-color: rgba(255, 46, 140, .6);
  background: rgba(255, 46, 140, .07);
}
.buy-panel__external-note {
  max-width: 49ch;
  margin-top: 18px;
  color: #aaa2a6;
  font-size: .84rem;
  line-height: 1.55;
}
.buy-panel__external-note strong { color: #eee7ea; font-weight: 620; }

@media (max-width: 768px) {
  .buy-panel__external-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }
  .buy-panel__external-proof > div { padding: 10px 9px 11px 0; }
  .buy-panel__external-proof > div + div { padding-left: 10px; }
  .buy-contract-identity {
    gap: 10px;
    padding-block: 11px 12px;
  }
  .buy-contract-identity__source code {
    font-size: clamp(.49rem, 2.05vw, .57rem);
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .buy-contract-identity__copy { min-width: 66px; padding-inline: 9px; }
  .buy-panel__external-note {
    max-width: 36ch;
    margin-top: 13px;
    color: #aaa2a6;
    font-size: .82rem;
    line-height: 1.5;
  }
  .buy-section__mascot-wrap { margin-top: 18px; }
}

/* Keep the complete packed-matte Lord inside the first 390×844 BUY viewport. */
@media (max-width: 768px) {
  .buy-section { position: relative; }
  .buy-section__mascot-wrap {
    position: absolute;
    top: 316px;
    right: 18px;
    width: min(61.5vw, 240px);
    margin: 0;
    justify-self: auto;
    align-self: auto;
  }
}

/* ═══════════════════════════════════════════════════
   V44.5 — PROOF / FORENSIC EVIDENCE ROOM
   Clarity is the material: no haze, glow, cards, or invented data.
   ═══════════════════════════════════════════════════ */
.proof {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(108px, 11vw, 158px) max(var(--pad), calc((100vw - 1320px) / 2));
  display: grid;
  grid-template-columns: minmax(300px, .68fr) minmax(560px, 1.32fr);
  gap: clamp(68px, 9vw, 138px);
  align-items: start;
  overflow: clip;
  background: #ebe7e0;
  color: #171416;
}
.proof::before { content: none; }
.proof__content {
  position: sticky;
  top: calc(var(--header-h) + 48px);
  margin: 0;
}
.proof__lead {
  margin-bottom: 28px;
  color: #7d244e;
}
.proof__content h2 {
  max-width: 8ch;
  margin: 0;
  color: #171416;
  font-size: clamp(3.6rem, 6vw, 5.8rem);
  font-weight: 710;
  font-stretch: 78%;
  letter-spacing: -.04em;
}
.proof__content > p:last-child {
  max-width: 39ch;
  margin-top: 30px;
  padding: 0;
  border: 0;
  color: #5f585c;
  font-size: .98rem;
  line-height: 1.68;
}
.proof-list {
  margin: 0;
  border-top: 1px solid rgba(23, 20, 22, .42);
}
.proof-item {
  position: relative;
  min-height: 112px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: minmax(205px, .78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
  border-bottom: 1px solid rgba(23, 20, 22, .16);
  background: transparent;
  transition: none;
}
.proof-item dt {
  min-width: 0;
  display: grid;
  gap: 5px;
  align-content: center;
  justify-items: start;
}
.proof-item dt strong {
  color: #211d20;
  font-size: 1rem;
  font-weight: 660;
  line-height: 1.3;
}
.proof-item dt small {
  color: #6d666a;
  font: 480 .62rem/1.5 var(--mono);
  letter-spacing: .01em;
}
.proof-item__state {
  margin-bottom: 5px;
  color: #6d666a;
  font: 620 .57rem/1.3 var(--mono);
  letter-spacing: .055em;
}
.proof-item__state::before {
  width: 6px;
  height: 6px;
  border-color: currentColor;
  box-shadow: none;
}
.proof-item[data-proof-state="verified"] .proof-item__state { color: #7d244e; }
.proof-item[data-proof-state="verified"] .proof-item__state::before { background: #7d244e; }
.proof-item[data-proof-state="live"] .proof-item__state { color: #a3195b; }
.proof-item[data-proof-state="live"] .proof-item__state::before { background: #a3195b; box-shadow: none; }
.proof-item[data-proof-state="pending"] .proof-item__state { color: #80644f; }
.proof-item[data-proof-state="external"] .proof-item__state { color: #4f5d70; }
.proof-item dd {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  color: #302b2e;
  text-align: right;
}
.proof-item dd > a {
  color: #302b2e;
  font-size: .82rem;
  font-weight: 620;
  text-decoration: none;
}
.proof-item dd > a:hover,
.proof-item dd > a:focus-visible { color: #8d174f; }
.proof-pending {
  max-width: 33ch;
  color: #625a5e;
  font-size: .64rem;
  line-height: 1.55;
  text-align: right;
}
.proof-item:hover { background: transparent; }

.proof-item[data-proof-state="verified"] {
  min-height: 0;
  padding: 32px 0 38px;
  grid-template-columns: 1fr;
  gap: 22px;
}
.proof-item[data-proof-state="verified"] dt strong {
  color: #171416;
  font-size: clamp(1.8rem, 2.9vw, 2.65rem);
  font-weight: 730;
  font-stretch: 82%;
  letter-spacing: -.035em;
}
.proof-item[data-proof-state="verified"] dd {
  width: 100%;
  min-height: 72px;
  padding: 14px 14px 14px 18px;
  justify-content: space-between;
  gap: 16px;
  background: #171416;
  color: #f0eae4;
  text-align: left;
}
.proof-item[data-proof-state="verified"] .proof-address {
  min-width: 0;
  flex: 1 1 auto;
  color: #f0eae4;
}
.proof-item[data-proof-state="verified"] .proof-address code {
  color: #d9d1d5;
  font-size: .67rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.proof-item[data-proof-state="verified"] .proof-address > span { color: #ff4c9e; }
.proof-item[data-proof-state="verified"] .copy-btn {
  flex: 0 0 auto;
  min-width: 74px;
  min-height: 44px;
  color: #f0eae4;
  border-color: rgba(240, 234, 228, .34);
  background: transparent;
}
.proof-item[data-proof-state="verified"] .copy-btn:hover,
.proof-item[data-proof-state="verified"] .copy-btn:focus-visible {
  border-color: #ff4c9e;
  background: rgba(255, 76, 158, .09);
}

@media (max-width: 900px) {
  .proof {
    grid-template-columns: 1fr;
    gap: 58px;
    padding-inline: var(--pad);
  }
  .proof__content { position: static; }
}

@media (max-width: 560px) {
  .proof {
    margin: 0;
    padding: 82px 20px;
    gap: 46px;
  }
  .proof__content h2 { font-size: clamp(3.55rem, 16vw, 4.7rem); }
  .proof-item {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 17px;
    padding-block: 23px;
  }
  .proof-item dd {
    justify-content: flex-start;
    text-align: left;
  }
  .proof-pending { text-align: left; }
  .proof-item[data-proof-state="verified"] { padding-block: 27px 32px; }
  .proof-item[data-proof-state="verified"] dd {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    padding: 16px;
  }
  .proof-item[data-proof-state="verified"] .proof-address {
    width: 100%;
    align-items: flex-start;
  }
  .proof-item[data-proof-state="verified"] .copy-btn { width: 100%; }
}

/* ═══════════════════════════════════════════════════
   V44.6 — MECHANISM SPINE
   One vertical control spine, one dominant readout, one evidence rail.
   ═══════════════════════════════════════════════════ */
.mechanics {
  position: relative;
  isolation: isolate;
  padding: clamp(108px, 11vw, 158px) var(--pad);
  overflow: clip;
  background: #0a090b;
  color: #f2eee9;
  border-block: 1px solid rgba(242, 238, 233, .07);
}
.mechanics::before {
  content: "H7";
  position: absolute;
  z-index: -1;
  top: clamp(118px, 12vw, 174px);
  right: clamp(-58px, -2vw, -18px);
  color: rgba(255, 46, 140, .025);
  font: 780 clamp(14rem, 29vw, 27rem)/.68 var(--display);
  font-stretch: 64%;
  letter-spacing: -.12em;
  pointer-events: none;
  user-select: none;
}
.mechanics__inner {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
}
.mechanics__header {
  margin-bottom: clamp(50px, 6vw, 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
  gap: 26px clamp(54px, 8vw, 118px);
  align-items: end;
}
.mechanics__kicker {
  grid-column: 1 / -1;
  margin: 0;
  color: #d05b94;
}
.mechanics h2 {
  max-width: 11ch;
  color: #f2eee9;
  font-size: clamp(3.4rem, 6.4vw, 5.8rem);
  font-stretch: 78%;
  font-weight: 690;
  letter-spacing: -.04em;
}
.mechanics__intro {
  max-width: 45ch;
  padding: 0 0 7px;
  color: #aaa2a7;
  font-size: .98rem;
  line-height: 1.72;
}
.mechanics__workspace {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  border: 0;
  border-block: 1px solid rgba(242, 238, 233, .2);
  background: transparent;
  box-shadow: none;
}
.hive-system {
  min-width: 0;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(220px, .62fr) minmax(0, 1.62fr);
  grid-template-rows: 1fr;
  border: 0;
  background: transparent;
  overflow: hidden;
}
.hive-system__nodes {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  border: 0;
  border-right: 1px solid rgba(242, 238, 233, .18);
}
.hive-system__nodes::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 28px;
  bottom: 28px;
  left: 23px;
  width: 1px;
  height: auto;
  background: rgba(242, 238, 233, .18);
}
.hive-system__nodes li {
  min-width: 0;
  border: 0;
  border-bottom: 1px solid rgba(242, 238, 233, .095);
}
.hive-system__nodes li:last-child { border-bottom: 0; }
.hive-node {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 82px;
  padding: 15px 22px 15px 44px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 2px;
  color: #91898e;
  background: transparent;
  text-align: left;
  transition: color 180ms var(--ease-out), background-color 180ms var(--ease-out);
}
.hive-node::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 19px;
  width: 8px;
  height: 8px;
  border: 1px solid #665e63;
  background: #0a090b;
  transform: translateY(-50%) rotate(45deg);
}
.hive-node__mode {
  color: #777075;
  font: 600 .57rem/1.3 var(--mono);
  letter-spacing: .075em;
  text-transform: uppercase;
}
.hive-node__name {
  overflow: visible;
  color: inherit;
  font-size: .9rem;
  font-weight: 640;
  line-height: 1.25;
  text-overflow: clip;
}
.hive-node__note {
  max-width: none;
  color: #6f686d;
  font-size: .63rem;
  line-height: 1.4;
}
.hive-node.is-active {
  color: #f2eee9;
  background: #171419;
  box-shadow: none;
}
.hive-node.is-active::before {
  border-color: #ff2e8c;
  background: #ff2e8c;
  box-shadow: none;
}
.hive-node.is-active .hive-node__mode { color: #ff75b5; }
.hive-node.is-active .hive-node__note { color: #a69ea3; }
.hive-readout {
  position: relative;
  min-width: 0;
  min-height: 430px;
  padding: clamp(48px, 6vw, 78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(112deg, #100e11 0%, #171218 100%);
  color: #f2eee9;
  overflow: hidden;
}
.hive-readout::before { content: none; }
.hive-readout__mode {
  position: relative;
  margin-bottom: 21px;
  color: #ff75b5;
  font: 600 .62rem/1.4 var(--mono);
  letter-spacing: .075em;
  text-transform: uppercase;
}
.hive-readout h3 {
  position: relative;
  max-width: 8ch;
  margin-bottom: 26px;
  color: #f2eee9;
  font-size: clamp(3.2rem, 6vw, 5.45rem);
  font-weight: 650;
  font-stretch: 76%;
  letter-spacing: -.04em;
  line-height: .9;
}
.hive-readout > p[data-mech-copy] {
  position: relative;
  max-width: 43ch;
  color: #c1b9be;
  font-size: .98rem;
  line-height: 1.72;
}
.hive-readout__note {
  position: relative;
  max-width: 54ch;
  margin-top: 36px;
  padding-top: 16px;
  border-top: 1px solid rgba(242, 238, 233, .15);
  color: #81797e;
  font: .61rem/1.55 var(--mono);
  letter-spacing: .025em;
}

/* Burn proof is part of the same instrument, not a detached metric card. */
.burn-ledger {
  min-width: 0;
  min-height: 218px;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: minmax(210px, .7fr) minmax(205px, .72fr) minmax(390px, 1.45fr);
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "header value facts"
    "definition value facts"
    "footer note facts";
  gap: 9px 32px;
  align-items: start;
  border: 0;
  border-top: 1px solid rgba(242, 238, 233, .18);
  border-radius: 0;
  background: #0d0c0e;
  color: #f2eee9;
  container-type: inline-size;
}
.burn-ledger__header {
  grid-area: header;
  display: block;
  min-width: 0;
}
.burn-ledger__eyebrow {
  margin-bottom: 7px;
  color: #d05b94;
  font: 600 .57rem/1.4 var(--mono);
  letter-spacing: .065em;
  text-transform: uppercase;
}
.burn-ledger h3 {
  max-width: 14ch;
  color: #f2eee9;
  font-size: 1.2rem;
  font-weight: 620;
  letter-spacing: -.02em;
  line-height: 1.15;
}
.burn-ledger__status {
  position: relative;
  width: auto;
  min-height: 0;
  max-width: none;
  margin-top: 12px;
  padding: 0 0 0 14px;
  border: 0;
  color: #9a9297;
  font: 560 .55rem/1.45 var(--mono);
  letter-spacing: .025em;
  text-align: left;
}
.burn-ledger__status::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 0;
  background: currentColor;
  box-shadow: none;
  transform: rotate(45deg);
}
.burn-ledger__definition {
  grid-area: definition;
  align-self: start;
  margin: 4px 0 0;
  color: #7f777c;
  font-size: .7rem;
}
.burn-ledger__definition code { color: #aaa2a7; }
.burn-ledger__value {
  grid-area: value;
  align-self: stretch;
  min-width: 0;
  margin: 0;
  padding: 12px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 0;
  border-left: 1px solid rgba(242, 238, 233, .16);
}
.burn-ledger__value output {
  min-height: 1em;
  max-width: 100%;
  color: #f3ede5;
  font: 560 clamp(1.55rem, 6cqi, 2.85rem)/1 var(--mono);
  letter-spacing: -.07em;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  font-variant-numeric: tabular-nums;
  text-shadow: none;
}
.burn-ledger__value span {
  display: block;
  margin-top: 10px;
  color: #ff75b5;
  font: 650 .62rem/1 var(--mono);
  letter-spacing: .09em;
}
.burn-ledger__facts {
  grid-area: facts;
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}
.burn-ledger__facts > div {
  min-width: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(242, 238, 233, .13);
}
.burn-ledger__facts dt {
  margin-bottom: 5px;
  color: #7d757a;
  font: .54rem/1.35 var(--mono);
  letter-spacing: .055em;
  text-transform: uppercase;
}
.burn-ledger__facts dd,
.burn-ledger__facts a {
  color: #d8d1d5;
  font: .64rem/1.5 var(--mono);
  overflow-wrap: anywhere;
}
.burn-ledger__facts > div:nth-child(2) dd { min-height: 0; }
.burn-ledger__method { grid-column: auto; }
.burn-ledger__footer {
  grid-area: footer;
  align-self: end;
  margin: 0;
  padding: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 18px;
}
.burn-ledger__footer a,
.burn-ledger__footer button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #f0e9de;
  font: 650 .62rem/1 var(--mono);
}
.burn-ledger__footer a { color: #ff75b5; }
.burn-ledger__footer button {
  padding-inline: 13px;
  border: 1px solid #3b363b;
  border-radius: 2px;
}
.burn-ledger__note {
  grid-area: note;
  align-self: end;
  min-height: 0;
  margin: 0;
  padding: 16px 0 12px;
  color: #746d72;
  font: .55rem/1.45 var(--mono);
}

@media (hover: hover) and (pointer: fine) {
  .hive-node:not(.is-active):hover {
    color: #d4cdd1;
    background: #121014;
  }
  .burn-ledger__footer button:hover {
    color: #fff;
    border-color: #7e757c;
  }
}

@media (max-width: 1100px) {
  .mechanics__workspace { grid-template-columns: 1fr; }
  .hive-system { grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr); }
  .burn-ledger {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "header value"
      "definition value"
      "facts facts"
      "footer note";
    gap: 10px 30px;
  }
  .burn-ledger__facts { margin-top: 18px; }
}

@media (max-width: 800px) {
  .mechanics {
    padding-block: 90px;
  }
  .mechanics::before {
    top: 118px;
    right: -36px;
    font-size: clamp(11rem, 52vw, 18rem);
  }
  .mechanics__header {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .mechanics__kicker { grid-column: auto; }
  .mechanics__intro { padding: 0; }
  .hive-system {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .hive-system__nodes {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    border-right: 0;
    border-bottom: 1px solid rgba(242, 238, 233, .18);
  }
  .hive-node { min-height: 78px; }
  .hive-readout {
    min-height: 390px;
    padding: 44px clamp(24px, 7vw, 48px);
  }
  .burn-ledger {
    padding: 30px 24px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "header"
      "definition"
      "value"
      "facts"
      "footer"
      "note";
    gap: 0;
  }
  .burn-ledger__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
  .burn-ledger__status {
    flex: 0 1 145px;
    width: auto;
    margin-top: 2px;
  }
  .burn-ledger__definition { margin-top: 26px; }
  .burn-ledger__value {
    margin-block: 20px 28px;
    padding: 0 0 28px;
    border-left: 0;
    border-bottom: 1px solid rgba(242, 238, 233, .15);
  }
  .burn-ledger__value output { font-size: clamp(1.8rem, 8vw, 2.85rem); }
  .burn-ledger__facts { margin-top: 0; }
  .burn-ledger__footer { padding-top: 28px; }
  .burn-ledger__note { padding-block: 12px 0; }
}

@media (max-width: 540px) {
  .mechanics { padding: 76px 20px; }
  .mechanics__header { margin-bottom: 44px; }
  .mechanics h2 { font-size: clamp(3.15rem, 15vw, 4.45rem); }
  .hive-node {
    min-height: 74px;
    padding: 14px 14px 14px 43px;
  }
  .hive-readout {
    min-height: 368px;
    padding: 36px 24px;
  }
  .hive-readout h3 { font-size: clamp(3rem, 15vw, 4.1rem); }
  .burn-ledger { padding: 27px 20px; }
  .burn-ledger__header { display: block; }
  .burn-ledger__status { margin-top: 13px; }
  .burn-ledger__facts { grid-template-columns: 1fr; gap: 12px; }
  .burn-ledger__method { grid-column: auto; }
  .burn-ledger__footer { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .hive-node { transition: none; }
}

/* V44.6 contrast correction — small technical copy stays ≥ 4.5:1. */
.hive-node__mode,
.hive-node__note,
.burn-ledger__definition,
.burn-ledger__facts dt,
.burn-ledger__note { color: #91898e; }
.hive-readout__note { color: #9a9297; }

/* ═══════════════════════════════════════════════════
   V44.7 — ARTIFACT NAVIGATION RAIL
   Solid campaign framing; no generic glass bar or pill CTA.
   ═══════════════════════════════════════════════════ */
.site-header {
  height: var(--header-h);
  padding-inline: clamp(22px, 4vw, 64px);
  background: linear-gradient(180deg, rgba(8, 7, 9, .96), rgba(8, 7, 9, .78));
  border-bottom: 1px solid rgba(242, 238, 233, .1);
  backdrop-filter: none;
  box-shadow: none;
  transition:
    height 220ms var(--ease-out),
    background-color 180ms ease,
    border-color 180ms ease;
}
.site-header::before {
  content: "";
  position: absolute;
  right: clamp(22px, 4vw, 64px);
  bottom: -1px;
  width: 42px;
  height: 1px;
  background: #ff2e8c;
  pointer-events: none;
}
.site-header.is-scrolled {
  height: 66px;
  background: rgba(8, 7, 9, .985);
  border-bottom-color: rgba(242, 238, 233, .15);
}
.brand {
  position: relative;
  min-height: 44px;
  gap: 11px;
  color: #f2eee9;
  font-size: .94rem;
  font-weight: 730;
  font-stretch: 108%;
  letter-spacing: -.018em;
}
.brand::after {
  content: "";
  width: 1px;
  height: 18px;
  margin-left: 9px;
  background: rgba(242, 238, 233, .18);
}
.brand__hook {
  width: 32px;
  height: 32px;
}
.desktop-nav {
  gap: clamp(8px, 1.1vw, 16px);
}
.desktop-nav a:not(.nav-buy) {
  position: relative;
  min-height: 44px;
  padding-inline: clamp(10px, 1.15vw, 17px);
  display: inline-flex;
  align-items: center;
  color: #bcb4b9;
  font-size: .72rem;
  font-weight: 560;
  letter-spacing: .01em;
}
.desktop-nav a:not(.nav-buy)::after {
  content: "";
  position: absolute;
  right: 17px;
  bottom: 7px;
  left: 17px;
  height: 1px;
  background: #ff2e8c;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms var(--ease-out);
}
.desktop-nav a:not(.nav-buy):hover,
.desktop-nav a:not(.nav-buy):focus-visible {
  color: #f2eee9;
}
.desktop-nav a:not(.nav-buy):hover::after,
.desktop-nav a:not(.nav-buy):focus-visible::after {
  transform: scaleX(1);
}
.nav-buy {
  min-height: 44px !important;
  padding: 0 15px !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f2eee9 !important;
  background: transparent !important;
  border: 1px solid rgba(242, 238, 233, .3);
  border-radius: 0 !important;
  font-size: .7rem !important;
  font-weight: 650 !important;
  letter-spacing: .005em;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}
.nav-buy::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border: 1px solid #ff2e8c;
  background: transparent;
  transform: rotate(45deg);
}
.nav-buy:hover,
.nav-buy:focus-visible {
  color: #fff !important;
  border-color: #ff2e8c;
  background: rgba(255, 46, 140, .07) !important;
}
.nav-buy:hover::before,
.nav-buy:focus-visible::before { background: #ff2e8c; }

.menu-button {
  width: 46px;
  height: 46px;
  padding: 11px;
  display: none;
  place-content: center;
  justify-items: end;
  gap: 5px;
  border: 1px solid rgba(242, 238, 233, .23);
  border-radius: 0;
  background: transparent;
}
.menu-button span {
  width: 22px;
  height: 1px;
  border-radius: 0;
  background: #f2eee9;
  transform-origin: center;
  transition: transform 180ms var(--ease-out), opacity 120ms ease, width 180ms var(--ease-out);
}
.menu-button span:nth-child(2) {
  width: 14px;
  background: #ff2e8c;
}
.menu-button:hover span:nth-child(2),
.menu-button:focus-visible span:nth-child(2) { width: 22px; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }

body:has(.mobile-menu[open]) { overflow: hidden; }
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: var(--z-menu);
  width: 100%;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: linear-gradient(112deg, #080709 0%, #100a0f 100%);
  color: #f2eee9;
}
.mobile-menu[open] {
  display: grid;
  grid-template-rows: var(--header-h) minmax(0, 1fr);
}
.mobile-menu::backdrop { background: #080709; }
.mobile-menu__bar {
  height: var(--header-h);
  padding-inline: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(242, 238, 233, .14);
}
.mobile-menu__bar > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f2eee9;
  font-size: .92rem;
  font-weight: 730;
  font-stretch: 108%;
  letter-spacing: -.018em;
}
.mobile-menu__bar > span::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #ff2e8c;
  transform: rotate(45deg);
}
.mobile-menu__bar button {
  width: 46px;
  height: 46px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 238, 233, .23);
  border-radius: 0;
  color: #f2eee9;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.mobile-menu__bar button:hover,
.mobile-menu__bar button:focus-visible {
  color: #ff75b5;
  border-color: #ff2e8c;
}
.mobile-menu nav {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: clamp(34px, 7vh, 70px) 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  overflow-y: auto;
}
.mobile-menu nav a {
  min-height: 78px;
  padding: 18px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(242, 238, 233, .12);
  color: #c7bfc4;
  font-size: clamp(1.9rem, 9vw, 3.2rem);
  font-weight: 620;
  font-stretch: 78%;
  letter-spacing: -.035em;
  line-height: 1;
  transition: color 160ms ease, padding-left 180ms var(--ease-out), background-color 160ms ease;
}
.mobile-menu nav a:hover,
.mobile-menu nav a:focus-visible {
  padding-left: 12px;
  color: #fff;
  background: rgba(255, 46, 140, .045);
}
.mobile-menu nav a:last-child {
  min-height: 62px;
  margin-top: 24px;
  padding: 0 18px;
  justify-content: space-between;
  border: 1px solid #ff2e8c;
  color: #f2eee9;
  font-size: 1.05rem;
  font-stretch: 92%;
  letter-spacing: -.01em;
}
.mobile-menu nav a:last-child:hover,
.mobile-menu nav a:last-child:focus-visible {
  padding-left: 18px;
  background: rgba(255, 46, 140, .09);
}
.skip-link {
  border: 1px solid #ff2e8c;
  border-radius: 0;
  background: #080709;
  color: #f2eee9;
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .brand::after { display: none; }
}

@media (max-width: 540px) {
  .site-header { padding-inline: 20px; }
  .site-header::before { right: 20px; width: 28px; }
  .site-header.is-scrolled { height: 64px; }
  .brand { font-size: .88rem; }
  .brand__hook { width: 30px; height: 30px; }
  .mobile-menu nav { justify-content: flex-start; }
  .mobile-menu nav a { min-height: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .desktop-nav a::after,
  .nav-buy,
  .menu-button span,
  .mobile-menu nav a { transition: none; }
  .brand:hover .brand__hook,
  .brand:focus-visible .brand__hook { transform: none; }
}

@media (forced-colors: active) {
  .site-header,
  .menu-button,
  .mobile-menu__bar,
  .mobile-menu__bar button,
  .nav-buy,
  .mobile-menu nav a:last-child { border-color: CanvasText; }
}

/* V44.7 validation correction — bridge desktop minimums across narrow tablets. */
@media (min-width: 901px) and (max-width: 1100px) {
  .origin {
    width: auto;
    min-height: 0;
    margin-inline: var(--pad);
    padding-block: 104px;
    grid-template-columns: minmax(280px, .9fr) minmax(300px, 1.1fr);
    gap: 64px clamp(48px, 6vw, 72px);
    align-items: center;
  }
  .origin::before { font-size: clamp(17rem, 38vw, 23rem); }
  .origin__artifact-field { width: min(36vw, 360px); }
  .origin__lineage {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    padding-top: 34px;
    border-top: 1px solid rgba(242, 238, 233, .1);
  }
  .proof {
    grid-template-columns: 1fr;
    gap: 56px;
    padding-inline: var(--pad);
  }
  .proof__content { position: static; }
  .proof-list { min-width: 0; }
}

@media (min-width: 769px) and (max-width: 900px) {
  .origin {
    width: auto;
    min-height: 0;
    margin-inline: var(--pad);
    padding-block: 94px;
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .origin::before { top: 34%; font-size: clamp(15rem, 58vw, 22rem); }
  .origin__artifact { order: 2; }
  .origin__artifact-field { width: min(62vw, 360px); }
  .origin__lineage { order: 3; }
}

/* ═══════════════════════════════════════════════════
   V44.8 — ARCHIVAL COLOPHON
   The epilogue resolves into one final provenance rail.
   ═══════════════════════════════════════════════════ */
.site-footer {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 112px;
  padding: 26px clamp(22px, 4vw, 64px);
  display: grid;
  grid-template-columns: minmax(190px, .78fr) minmax(280px, 1.22fr) auto;
  align-items: center;
  gap: 28px clamp(34px, 5vw, 82px);
  border-top: 1px solid rgba(242, 238, 233, .12);
  background: #070608;
  color: #f2eee9;
  text-align: left;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: clamp(22px, 4vw, 64px);
  width: clamp(38px, 5vw, 68px);
  height: 1px;
  background: #ff2e8c;
  pointer-events: none;
}
.site-footer .brand {
  min-height: 44px;
  margin: 0;
  justify-content: flex-start;
  gap: 13px;
  color: #f2eee9;
  font-size: .84rem;
  font-weight: 720;
  font-stretch: 108%;
  letter-spacing: -.015em;
}
.site-footer .brand::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border: 1px solid #ff2e8c;
  background: transparent;
  transform: rotate(45deg);
  transition: background-color 160ms ease;
}
.site-footer .brand::after {
  height: 20px;
  margin-left: 7px;
  background: rgba(242, 238, 233, .16);
}
.site-footer .brand:hover,
.site-footer .brand:focus-visible { color: #fff; }
.site-footer .brand:hover::before,
.site-footer .brand:focus-visible::before { background: #ff2e8c; }
.site-footer p {
  margin: 0;
  color: #9a9297;
  font-size: .7rem;
  line-height: 1.55;
}
.site-footer > p:first-of-type {
  max-width: 47ch;
  letter-spacing: -.005em;
}
.site-footer > p:last-child {
  color: #aaa2a7;
  font: 520 .59rem/1.55 var(--mono);
  letter-spacing: .025em;
  text-align: right;
  white-space: nowrap;
}
.site-footer > p:last-child > span:last-child { color: #ff75b5; }

@media (max-width: 900px) {
  .site-footer {
    min-height: 142px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px 28px;
  }
  .site-footer > p:first-of-type {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .site-footer > p:last-child {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 540px) {
  .site-footer {
    min-height: 0;
    padding: 30px 20px 34px;
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: left;
  }
  .site-footer::before { left: 20px; width: 42px; }
  .site-footer .brand { grid-column: 1; grid-row: 1; justify-content: flex-start; }
  .site-footer .brand::after { display: none; }
  .site-footer > p:first-of-type { grid-column: 1; grid-row: 2; }
  .site-footer > p:last-child {
    grid-column: 1;
    grid-row: 3;
    margin-top: 8px;
    text-align: left;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer .brand::before { transition: none; }
}

@media (forced-colors: active) {
  .site-footer,
  .site-footer .brand::before { border-color: CanvasText; }
}

/* ═══════════════════════════════════════════════════
   V44.9 — SOURCE ACTION CONTRACT
   Standalone verification links get honest touch targets.
   ═══════════════════════════════════════════════════ */
.buy-contract-identity__source a,
.proof-item dd > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  touch-action: manipulation;
}
.buy-contract-identity__source code {
  font-size: .64rem;
}
.proof-item dd > a {
  justify-content: flex-end;
}
.proof-item[data-proof-state="verified"] .proof-address {
  min-height: 44px;
}

@media (max-width: 768px) {
  .buy-contract-identity__source code {
    font-size: clamp(.6rem, 2.55vw, .68rem);
    line-height: 1.5;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 560px) {
  .proof-item dd > a { justify-content: flex-start; }
}

/* ═══════════════════════════════════════════════════
   V44.10 — MICROTYPE FLOOR
   Meaningful evidence metadata never falls below 10px.
   ═══════════════════════════════════════════════════ */
.hero__provenance,
.hero__voxel-proof small,
.origin__artifact figcaption,
.hive-node__mode,
.hive-readout__mode,
.hive-readout__note,
.burn-ledger__eyebrow,
.burn-ledger__status,
.burn-ledger__facts dt,
.burn-ledger__footer a,
.burn-ledger__footer button,
.burn-ledger__note,
.buy-panel__external-proof dt,
.buy-contract-identity__source > span,
.proof-item__state,
.proof-item dt small,
.closing__artifact-code,
.site-footer > p:last-child {
  font-size: max(.625rem, 10px);
}
.burn-ledger__definition code,
.burn-ledger__facts code { font-size: 1em; }
.burn-ledger__value span { font-size: max(.625rem, 10px); }
.buy-contract-identity__source code { font-size: max(.64rem, 10px); }

/* ═══════════════════════════════════════════════════
   V44.11 — CINEMATIC CONTINUITY LAYER
   One camera across every chapter: haze, grain, glow, sharp type.
   ═══════════════════════════════════════════════════ */
html {
  --fx-shift-x: 16vw;
  --fx-shift-y: -8vh;
  --fx-scale: 1.04;
  --fx-glow-opacity: .78;
}
html[data-atmosphere="hero"] {
  --fx-shift-x: 18vw;
  --fx-shift-y: -9vh;
  --fx-scale: 1.06;
  --fx-glow-opacity: .82;
}
html[data-atmosphere="origin"] {
  --fx-shift-x: -16vw;
  --fx-shift-y: 1vh;
  --fx-scale: .98;
  --fx-glow-opacity: .74;
}
html[data-atmosphere="mechanics"] {
  --fx-shift-x: 19vw;
  --fx-shift-y: 7vh;
  --fx-scale: .96;
  --fx-glow-opacity: .64;
}
html[data-atmosphere="buy"] {
  --fx-shift-x: -18vw;
  --fx-shift-y: 4vh;
  --fx-scale: 1.02;
  --fx-glow-opacity: .82;
}
html[data-atmosphere="proof"] {
  --fx-shift-x: 22vw;
  --fx-shift-y: -5vh;
  --fx-scale: .92;
  --fx-glow-opacity: .24;
}
html[data-atmosphere="epilogue"] {
  --fx-shift-x: -20vw;
  --fx-shift-y: 2vh;
  --fx-scale: 1.08;
  --fx-glow-opacity: .84;
}

.fx-vignette {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 90;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(128% 104% at 50% 47%, transparent 56%, rgba(0, 0, 0, .3) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .08), transparent 14% 86%, rgba(0, 0, 0, .1));
}
.fx-vignette::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112vmax;
  height: 88vmax;
  border-radius: 50%;
  background: radial-gradient(
    ellipse,
    rgba(130, 20, 81, .14) 0%,
    rgba(91, 13, 57, .085) 34%,
    rgba(60, 8, 39, .035) 52%,
    transparent 72%
  );
  filter: blur(28px) saturate(.92);
  opacity: var(--fx-glow-opacity);
  transform: translate3d(
    calc(-50% + var(--fx-shift-x)),
    calc(-50% + var(--fx-shift-y)),
    0
  ) scale(var(--fx-scale));
  transition:
    transform 1450ms cubic-bezier(.16, 1, .3, 1),
    opacity 1050ms ease;
  will-change: transform, opacity;
}
.fx-vignette::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .012), transparent 24% 76%, rgba(255, 46, 140, .016)),
    radial-gradient(ellipse 78% 62% at 50% 108%, rgba(84, 16, 47, .06), transparent 72%);
}

.fx-grain {
  display: block;
  position: fixed;
  inset: -35%;
  z-index: 91;
  width: 170%;
  height: 170%;
  pointer-events: none;
  opacity: .032;
  mix-blend-mode: soft-light;
  filter: contrast(132%) brightness(.9);
  background-size: 150px 150px;
  animation: rhook-film-grain 2.8s steps(4) infinite;
  will-change: transform;
}
@keyframes rhook-film-grain {
  0%   { transform: translate3d(0, 0, 0); }
  25%  { transform: translate3d(-1.2%, .8%, 0); }
  50%  { transform: translate3d(.9%, -1.1%, 0); }
  75%  { transform: translate3d(-.7%, -.8%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

/* Glow belongs to active evidence, never to every edge of the artifact. */
.hive-node.is-active::before,
.burn-ledger[data-state="live"] .burn-ledger__status::before,
.proof-item[data-proof-state="live"] .proof-item__state::before {
  box-shadow: 0 0 14px rgba(255, 46, 140, .38);
}

@media (prefers-reduced-motion: no-preference) {
  .reveal-pending {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    filter: blur(8px);
    clip-path: inset(0 0 9% 0);
    transition:
      opacity 760ms ease,
      transform 980ms cubic-bezier(.16, 1, .3, 1),
      filter 820ms ease,
      clip-path 980ms cubic-bezier(.16, 1, .3, 1);
    will-change: opacity, transform, filter, clip-path;
  }
  .reveal-pending.revealed {
    opacity: 1;
    transform: none;
    filter: blur(0);
    clip-path: inset(0);
    will-change: auto;
  }
  .origin__artifact.reveal-pending { transition-delay: 90ms; }
  .origin__lineage.reveal-pending { transition-delay: 170ms; }
  .mechanics__workspace.reveal-pending,
  .proof-list.reveal-pending { transition-delay: 110ms; }
  .closing__content.reveal-pending { transition-delay: 80ms; }
}

@media (max-width: 768px) {
  .fx-vignette::before {
    width: 136vmax;
    height: 102vmax;
    filter: blur(22px) saturate(.9);
  }
  .fx-grain {
    opacity: .026;
    animation-duration: 3.6s;
  }
  @media (prefers-reduced-motion: no-preference) {
    .reveal-pending {
      transform: translate3d(0, 16px, 0);
      filter: blur(5px);
      clip-path: inset(0 0 6% 0);
      transition-duration: 620ms, 780ms, 660ms, 780ms;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .fx-vignette::before {
    opacity: .34;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition: none;
    will-change: auto;
  }
  .fx-grain {
    opacity: .02;
    animation: none;
    transform: none;
    will-change: auto;
  }
  .reveal-pending,
  .reveal-pending.revealed {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: none;
    transition: none;
    will-change: auto;
  }
}

.has-reduced-hero .fx-vignette::before {
  opacity: .34;
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition: none;
  will-change: auto;
}
.has-reduced-hero .fx-grain {
  opacity: .02;
  animation: none;
  transform: none;
  will-change: auto;
}
.has-reduced-hero .reveal-pending,
.has-reduced-hero .reveal-pending.revealed {
  opacity: 1;
  transform: none;
  filter: none;
  clip-path: none;
  transition: none;
}
/* ═══════════════════════════════════════════════════
   V44.12 — EVIDENCE THRESHOLD
   External execution resolves into a sharp public record.
   ═══════════════════════════════════════════════════ */
html {
  --fx-vignette-opacity: 1;
  --fx-grain-opacity: .032;
}
html[data-atmosphere="proof"] {
  --fx-glow-opacity: .08;
  --fx-vignette-opacity: .42;
  --fx-grain-opacity: .014;
}

/* The same camera changes exposure; no additional fixed layer is introduced. */
.fx-vignette {
  opacity: var(--fx-vignette-opacity);
  transition: opacity 900ms cubic-bezier(.16, 1, .3, 1);
}
.fx-grain {
  opacity: var(--fx-grain-opacity);
  transition: opacity 720ms ease;
}

/* A shallow registration edge makes the dark-to-paper cut intentional. */
.proof {
  background:
    linear-gradient(
      180deg,
      #080709 0,
      #080709 1px,
      #5f1738 1px,
      #5f1738 2px,
      rgba(84, 16, 47, .24) 2px,
      rgba(84, 16, 47, .12) 24px,
      rgba(84, 16, 47, .04) 60px,
      rgba(84, 16, 47, 0) 96px
    ),
    #ebe7e0;
}
.proof__lead {
  max-width: 31ch;
  font-weight: 600;
  line-height: 1.45;
  text-wrap: balance;
}
.proof-item__state,
.proof-item dt small { color: #625a5e; }
.proof-item[data-proof-state="pending"] .proof-item__state { color: #6f513d; }

/* Evidence enters already sharp; haze belongs to the campaign chapters. */
@media (prefers-reduced-motion: no-preference) {
  .proof__content.reveal-pending,
  .proof-list.reveal-pending {
    transform: translate3d(0, 10px, 0);
    filter: none;
    clip-path: none;
    transition:
      opacity 520ms ease,
      transform 720ms cubic-bezier(.16, 1, .3, 1);
  }
  .proof-list.reveal-pending { transition-delay: 90ms; }
  .proof__content.reveal-pending.revealed,
  .proof-list.reveal-pending.revealed { transform: none; }
}

@media (max-width: 768px) {
  html { --fx-grain-opacity: .026; }
  html[data-atmosphere="proof"] {
    --fx-vignette-opacity: .36;
    --fx-grain-opacity: .012;
  }
}

/* Reduced motion keeps the threshold as static art direction. */
@media (prefers-reduced-motion: reduce) {
  .fx-vignette {
    opacity: 1;
    transition: none;
  }
  .fx-grain {
    opacity: .02;
    transition: none;
  }
}
.has-reduced-hero .fx-vignette {
  opacity: 1;
  transition: none;
}
.has-reduced-hero .fx-grain {
  opacity: .02;
  transition: none;
}
/* ═══════════════════════════════════════════════════
   V44.13 — DIRECTED CAMPAIGN CUT
   Three decisive frames: chrome monument, source plate, Lord stage.
   ═══════════════════════════════════════════════════ */

/* HERO — black-box studio, one hard aperture, one chrome object. */
.has-voxel-draft .hero__voxel-draft {
  background:
    radial-gradient(ellipse 44% 92% at 78% 50%, rgba(83, 10, 62, .22), transparent 72%),
    linear-gradient(112deg, #040305 0%, #070408 46%, #120711 72%, #040305 100%);
  box-shadow:
    inset 0 1px rgba(242, 238, 233, .07),
    inset 0 -1px rgba(255, 46, 140, .18);
}
.has-voxel-draft .hero__voxel-draft[data-lookdev="self-pbr"]::before {
  display: block;
  z-index: 2;
  inset: 0;
  border-radius: 0;
  background:
    linear-gradient(
      106deg,
      transparent 0%,
      transparent 59%,
      rgba(245, 239, 242, .09) 59.2%,
      rgba(245, 239, 242, .025) 66%,
      transparent 74%
    ),
    radial-gradient(
      ellipse 25% 76% at 81% 49%,
      rgba(255, 64, 158, .24) 0%,
      rgba(110, 16, 72, .11) 43%,
      transparent 73%
    );
  filter: none;
  mix-blend-mode: screen;
  opacity: .9;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 78% 50%;
  transition: transform 1250ms cubic-bezier(.16, 1, .3, 1), opacity 900ms ease;
}
.has-voxel-draft .hero__voxel-draft::after {
  background:
    linear-gradient(90deg, rgba(4, 3, 5, .99) 0%, rgba(4, 3, 5, .9) 31%, rgba(4, 3, 5, .43) 45%, transparent 64%),
    linear-gradient(180deg, rgba(4, 3, 5, .5) 0%, transparent 19%, transparent 76%, rgba(4, 3, 5, .86) 100%),
    linear-gradient(90deg, transparent 0%, transparent calc(100% - 1px), rgba(255, 46, 140, .52) calc(100% - 1px));
}
[data-voxel-phase="B"] .has-voxel-draft .hero__voxel-draft[data-lookdev="self-pbr"]::before,
[data-voxel-phase="B"].has-voxel-draft .hero__voxel-draft[data-lookdev="self-pbr"]::before {
  opacity: .48;
  transform: translate3d(-7vw, 3vh, 0) scale(.92);
}
[data-voxel-phase="C"] .has-voxel-draft .hero__voxel-draft[data-lookdev="self-pbr"]::before,
[data-voxel-phase="C"].has-voxel-draft .hero__voxel-draft[data-lookdev="self-pbr"]::before {
  opacity: 1;
  transform: translate3d(4vw, -2vh, 0) scale(1.08);
}
.has-voxel-draft .hero__voxel-panel--monument {
  padding-left: clamp(34px, 5.6vw, 96px);
}
.has-voxel-draft .hero__voxel-panel--monument .hero__content {
  position: relative;
  width: min(610px, 45vw);
  padding-left: clamp(18px, 2vw, 32px);
}
.has-voxel-draft .hero__voxel-panel--monument .hero__content::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 2px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, #ff2e8c 0 72px, rgba(242, 238, 233, .2) 72px, transparent 100%);
}
.has-voxel-draft .hero__voxel-panel--monument .hero__title {
  max-width: 6ch;
  margin-bottom: 30px;
  color: #f4efec;
  font-size: clamp(4.8rem, 7.2vw, 6rem);
  line-height: .78;
  letter-spacing: -.038em;
  text-wrap: balance;
}
.has-voxel-draft .hero__title-line { display: block; }
.has-voxel-draft .hero__title-line:first-child {
  color: #f4efec;
  font-size: .72em;
  font-weight: 790;
  font-stretch: 68%;
  letter-spacing: -.038em;
}
.has-voxel-draft .hero__title-line--accent {
  color: #ff3f98;
  font-size: 1.12em;
  font-weight: 430;
  font-stretch: 118%;
  letter-spacing: -.032em;
  text-shadow: 0 0 42px rgba(255, 46, 140, .18);
}
.has-voxel-draft .hero__voxel-panel--monument .hero__statement {
  max-width: 34ch;
  color: rgba(242, 235, 239, .82);
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.58;
}
.has-voxel-draft .hero__actions { margin-top: 36px; }
.has-voxel-draft .hero__provenance { color: rgba(242, 235, 239, .62); }
.hero__voxel-copy {
  position: relative;
  padding-left: clamp(18px, 2vw, 32px);
}
.hero__voxel-copy::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, #ff2e8c, rgba(242, 238, 233, .18) 32%, transparent 88%);
}
.hero__voxel-copy h2 {
  max-width: 7.5ch;
  font-size: clamp(4.25rem, 6.8vw, 6rem);
  letter-spacing: -.038em;
}
.hero__voxel-copy h2 span { color: #ff3f98; }

/* Reduced hero keeps the same directed frame without spatial motion. */
.has-reduced-hero .hero {
  background:
    radial-gradient(ellipse 38% 86% at 79% 46%, rgba(111, 13, 79, .36), transparent 72%),
    linear-gradient(112deg, #040305 0%, #080409 48%, #130712 74%, #040305 100%);
}
.has-reduced-hero .hero__reduced-art::after {
  background:
    linear-gradient(90deg, rgba(4, 3, 5, .99) 0%, rgba(4, 3, 5, .88) 32%, rgba(4, 3, 5, .34) 49%, transparent 66%),
    linear-gradient(180deg, rgba(4, 3, 5, .18), transparent 70%, rgba(4, 3, 5, .82));
}
.has-reduced-hero .hero__reduced-panel {
  background: linear-gradient(180deg, #ff2e8c, rgba(242, 238, 233, .16) 74px, transparent 74px) 0 center / 1px calc(100% - 220px) no-repeat;
  padding-left: clamp(64px, 7vw, 112px);
}
.has-reduced-hero .hero__title {
  max-width: 6ch;
  font-size: clamp(4.8rem, 7.2vw, 6rem);
  letter-spacing: -.038em;
}
.has-reduced-hero .hero__title-line--accent { color: #ff3f98; text-shadow: 0 0 42px rgba(255, 46, 140, .16); }

/* ORIGIN — the source image becomes a projected archival plate. */
.origin {
  overflow: clip;
  background: #070608;
}
.origin::after {
  border-block-color: rgba(242, 238, 233, .1);
  background:
    linear-gradient(103deg, transparent 0%, transparent 42%, rgba(242, 238, 233, .045) 42.15%, transparent 43%),
    radial-gradient(ellipse 34% 72% at 58% 48%, rgba(255, 46, 140, .22), rgba(84, 16, 47, .08) 48%, transparent 74%),
    linear-gradient(112deg, #050406 0%, #0d080d 48%, #160812 68%, #050406 100%);
}
.origin::before {
  top: 52%;
  right: auto;
  left: 58%;
  translate: -50% -50%;
  color: rgba(255, 46, 140, .075);
  font-size: clamp(18rem, 34vw, 34rem);
  line-height: .68;
}
.origin__content {
  position: relative;
  padding-top: 28px;
}
.origin__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 1px;
  background: linear-gradient(90deg, #ff2e8c 0 42px, rgba(242, 238, 233, .24) 42px);
}
.origin h2 {
  max-width: 8.2ch;
  color: #f2ecef;
  font-size: clamp(4.2rem, 6vw, 6rem);
  font-weight: 520;
  letter-spacing: -.038em;
  line-height: .84;
}
.origin h2 em { color: #ff4b9f; }
.origin__desc { color: #aaa1a6; }
.origin__artifact {
  z-index: 1;
  transform: translateY(10px) rotate(-1.2deg);
  transform-origin: center;
}
.origin__artifact::before {
  inset: 4% -28% -12%;
  background: radial-gradient(ellipse, rgba(255, 46, 140, .34), rgba(84, 16, 47, .12) 44%, transparent 72%);
  filter: blur(24px);
}
.origin__artifact-field {
  width: min(34vw, 470px);
  padding: 10px;
  background: #030204;
  box-shadow:
    0 42px 110px rgba(0, 0, 0, .68),
    24px 0 74px rgba(255, 46, 140, .12),
    0 0 0 1px rgba(242, 238, 233, .24),
    0 0 0 10px rgba(4, 3, 5, .86);
}
.origin__artifact-field::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -18px 22px 22px -18px;
  border-top: 1px solid rgba(255, 46, 140, .58);
  border-left: 1px solid rgba(242, 238, 233, .2);
  pointer-events: none;
}
.origin__artifact-field::after {
  inset: 10px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, .12), transparent 22% 74%, rgba(255, 46, 140, .12)),
    linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, .18) calc(100% - 1px));
}
.origin__artifact img {
  filter: saturate(1.08) contrast(1.08);
}
.origin__artifact figcaption {
  margin-top: 22px;
  color: #a49aa0;
}
.origin__lineage { gap: 0; }
.origin__lineage li {
  padding-block: 20px;
  border-top: 1px solid rgba(242, 238, 233, .12);
}
.origin__lineage li:last-child { border-bottom: 1px solid rgba(242, 238, 233, .12); }
.origin__lineage .is-launch { background: linear-gradient(90deg, rgba(255, 46, 140, .06), transparent 72%); }
.origin__lineage strong { color: #f0e9ed; }
.origin__lineage p { color: #9e959a; }

@media (min-width: 1101px) {
  .origin {
    width: 100%;
    max-width: none;
    min-height: 110svh;
    padding: clamp(124px, 11vw, 176px) max(var(--pad), calc((100vw - 1320px) / 2));
    grid-template-columns: minmax(260px, .76fr) minmax(370px, 1.28fr) minmax(220px, .62fr);
    gap: clamp(36px, 5vw, 88px);
  }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .origin__artifact-field { width: min(36vw, 390px); }
}
@media (min-width: 769px) and (max-width: 900px) {
  .origin__artifact-field { width: min(62vw, 380px); }
}
@media (max-width: 768px) {
  .origin::before {
    top: 34%;
    left: 78%;
    font-size: 72vw;
  }
  /* Mobile archive splice: a dry evidence label deliberately interrupts the tilted plate. */
  .origin__content {
    top: auto;
    z-index: 3;
    padding-top: 22px;
  }
  .origin h2 {
    max-width: 7.8ch;
    font-size: clamp(3.65rem, 15.4vw, 4.75rem);
  }
  .origin__desc {
    position: relative;
    z-index: 3;
    max-width: calc(100% - 10px);
    margin-top: 30px;
    padding: 17px 22px 19px 18px;
    border: 1px solid rgba(242, 238, 233, .2);
    border-left-color: rgba(255, 75, 159, .78);
    color: #bbb1b6;
    background: linear-gradient(106deg, #09070a 0 78%, #190812 92%, #260a1a 100%);
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 11px 100%, 0 calc(100% - 11px));
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 11px 100%, 0 calc(100% - 11px));
  }
  .origin__desc::before {
    content: "";
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: -1px;
    width: 2px;
    background: linear-gradient(180deg, #ff4b9f, rgba(255, 75, 159, .14));
  }
  .origin__desc::after {
    content: "";
    position: absolute;
    right: 17px;
    bottom: -1px;
    width: 56px;
    height: 3px;
    background: #ff4b9f;
    transform: skewX(-34deg);
    transform-origin: right center;
  }
  .origin .origin__artifact,
  .origin .origin__artifact.reveal-pending.revealed {
    z-index: 1;
    justify-self: end;
    margin-top: -64px;
    transform: rotate(-1.2deg);
    transform-origin: 50% 12%;
  }
  .origin__artifact-field {
    width: min(86vw, 370px);
    padding: 8px;
    box-shadow:
      0 32px 76px rgba(0, 0, 0, .62),
      0 0 0 1px rgba(242, 238, 233, .22),
      0 0 0 8px rgba(4, 3, 5, .86);
  }
  .origin__artifact-field::after { inset: 8px; }
}

/* BUY — Lord, title and action occupy one lit campaign stage. */
.buy-section::after {
  border: 0;
  background:
    radial-gradient(ellipse 34% 82% at 30% 50%, rgba(0, 76, 75, .42), rgba(0, 42, 44, .16) 48%, transparent 74%),
    radial-gradient(ellipse 38% 76% at 39% 48%, rgba(255, 46, 140, .22), rgba(84, 16, 47, .08) 48%, transparent 76%),
    linear-gradient(108deg, #040506 0%, #061013 34%, #130910 58%, #050405 100%);
}
.buy-section::before {
  inset: 0 auto;
  left: 50%;
  width: 100vw;
  background:
    linear-gradient(104deg, transparent 0%, transparent 33%, rgba(242, 238, 233, .075) 33.15%, transparent 42%),
    radial-gradient(ellipse 28% 72% at 34% 48%, rgba(255, 55, 151, .27), rgba(84, 16, 47, .08) 52%, transparent 76%);
  filter: none;
  opacity: .92;
  transform: translateX(-50%);
  transition: opacity 800ms ease;
}
.buy-section__mascot-wrap::before {
  inset: 0 -30% 6%;
  background:
    radial-gradient(ellipse at 51% 45%, rgba(255, 61, 157, .3), rgba(0, 71, 70, .15) 48%, transparent 73%);
  filter: blur(18px);
}
.buy-section__mascot-wrap::after {
  left: -8%;
  right: -4%;
  bottom: 0;
  height: 11%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, .9), rgba(0, 65, 65, .26) 42%, transparent 72%);
  filter: blur(9px);
}
.buy-section__panel--external {
  position: relative;
  z-index: 3;
}
.buy-section__panel--external::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, #ff2e8c 0 96px, rgba(242, 238, 233, .18) 96px, transparent 86%);
}
.buy-panel__header--external h2 { line-height: .76; }
.buy-panel__header--external h2 span {
  color: #f1eaee;
  font-size: clamp(3rem, 4.4vw, 4.4rem);
  letter-spacing: -.035em;
}
.buy-panel__header--external h2 strong {
  color: #ff3f98;
  font-size: clamp(4.8rem, 7vw, 6rem);
  letter-spacing: -.038em;
  text-shadow: 0 0 42px rgba(255, 46, 140, .16);
}
.buy-panel__external-copy { color: #c1b8bd; }
.buy-panel__external-note { color: #aaa1a6; }
.buy-panel__external-actions .btn { min-height: 56px; }

@media (min-width: 1101px) {
  .buy-section {
    width: 100%;
    max-width: none;
    min-height: 110svh;
    padding: clamp(112px, 10vw, 160px) max(var(--pad), calc((100vw - 1240px) / 2));
    grid-template-columns: minmax(360px, .9fr) minmax(540px, 1.1fr);
    gap: clamp(34px, 5vw, 82px);
  }
  .buy-section__mascot-wrap {
    width: clamp(360px, 30vw, 440px);
    justify-self: end;
  }
  .buy-section__panel--external {
    max-width: 650px;
    margin-left: clamp(-56px, -4vw, -28px);
    padding: 54px 0 54px clamp(38px, 4.6vw, 74px);
  }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .buy-section {
    width: auto;
    margin-inline: var(--pad);
    grid-template-columns: minmax(280px, .78fr) minmax(430px, 1.22fr);
    gap: 38px;
  }
  .buy-section__mascot-wrap { width: min(32vw, 340px); }
  .buy-section__panel--external { padding-left: 32px; }
}
@media (max-width: 900px) {
  .buy-panel__header--external h2 span { color: #f1eaee; }
  .buy-panel__header--external h2 strong {
    color: #ff3f98;
    text-shadow: 0 0 32px rgba(255, 46, 140, .14);
  }
}
@media (max-width: 768px) {
  .buy-section::after {
    background:
      radial-gradient(ellipse 66% 52% at 70% 70%, rgba(0, 76, 75, .34), transparent 72%),
      radial-gradient(ellipse 72% 58% at 72% 66%, rgba(255, 46, 140, .16), transparent 76%),
      linear-gradient(180deg, #080709 0%, #100910 50%, #050809 100%);
  }
  .buy-section::before {
    background: linear-gradient(108deg, transparent 0 58%, rgba(242, 238, 233, .055) 58.2%, transparent 74%);
  }
  .buy-section__panel--external::before { height: 96px; bottom: auto; }
  .buy-panel__header--external h2 span { font-size: clamp(2.75rem, 12.6vw, 3.2rem); }
  .buy-panel__header--external h2 strong { font-size: clamp(4rem, 17.5vw, 4.75rem); }
}

/* Chapter lens gains a visible but disciplined projector edge. */
.fx-vignette::after {
  background:
    linear-gradient(106deg, transparent 0%, transparent 47.6%, rgba(242, 238, 233, .028) 47.8%, transparent 48.2%),
    radial-gradient(ellipse 78% 62% at 50% 108%, rgba(84, 16, 47, .075), transparent 72%);
  transform: translate3d(var(--fx-shift-x), 0, 0);
  transition: transform 1250ms cubic-bezier(.16, 1, .3, 1), opacity 760ms ease;
}

/* Choreography is specific to each material, never a repeated global preset. */
@media (prefers-reduced-motion: no-preference) {
  @keyframes rhook-title-focus {
    from {
      opacity: .58;
      transform: translate3d(0, 20px, 0);
      filter: blur(2px);
    }
    to {
      opacity: 1;
      transform: none;
      filter: none;
    }
  }
  .has-voxel-draft .hero__title-line:first-child {
    animation: rhook-title-focus 620ms cubic-bezier(.16, 1, .3, 1) both;
  }
  .has-voxel-draft .hero__title-line--accent {
    animation: rhook-title-focus 720ms 80ms cubic-bezier(.16, 1, .3, 1) both;
  }
  .has-voxel-draft .hero__statement,
  .has-voxel-draft .hero__actions,
  .has-voxel-draft .hero__provenance {
    animation: rhook-title-focus 680ms 150ms cubic-bezier(.16, 1, .3, 1) both;
  }
  .origin__content.reveal-pending {
    transform: translate3d(-18px, 0, 0);
    filter: none;
    clip-path: none;
    transition: opacity 560ms ease, transform 760ms cubic-bezier(.16, 1, .3, 1);
  }
  .origin__content.reveal-pending.revealed { transform: none; }
  .origin__artifact.reveal-pending {
    transform: translate3d(0, 34px, 0) rotate(-2deg) scale(.985);
    filter: none;
    clip-path: inset(0 0 12% 0);
    transition:
      opacity 620ms ease,
      transform 920ms cubic-bezier(.16, 1, .3, 1),
      clip-path 920ms cubic-bezier(.16, 1, .3, 1);
  }
  .origin__artifact.reveal-pending.revealed {
    transform: translateY(10px) rotate(-1.2deg);
    clip-path: inset(0);
  }
  .buy-section__mascot-wrap {
    opacity: .42;
    transform: translate3d(-24px, 24px, 0) scale(.985);
    transition: opacity 620ms ease, transform 980ms cubic-bezier(.16, 1, .3, 1);
  }
  .buy-section__panel--external {
    opacity: .58;
    transform: translate3d(24px, 0, 0);
    transition: opacity 560ms ease, transform 820ms cubic-bezier(.16, 1, .3, 1);
  }
  html[data-atmosphere="buy"] .buy-section__mascot-wrap,
  html[data-atmosphere="buy"] .buy-section__panel--external {
    opacity: 1;
    transform: none;
  }
  html[data-atmosphere="buy"] .buy-section::before { opacity: 1; }
}

@media (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  .has-voxel-draft .hero__voxel-panel--monument {
    padding-left: 20px;
  }
  .has-voxel-draft .hero__voxel-panel--monument .hero__content {
    width: 100%;
    padding-left: 16px;
  }
  .has-voxel-draft .hero__voxel-panel--monument .hero__title {
    max-width: 5.8ch;
    font-size: clamp(4rem, 18vw, 5.35rem);
    letter-spacing: -.036em;
  }
  .hero__voxel-copy { padding-left: 16px; }
  .hero__voxel-copy h2 {
    max-width: 6.2ch;
    font-size: clamp(3.4rem, 14.3vw, 4.45rem);
  }
  .origin__artifact.reveal-pending.revealed { transform: none; }
  .buy-section__mascot-wrap {
    transform: none;
    opacity: .64;
    transition: opacity 620ms ease;
  }
  .buy-section__panel--external {
    transform: none;
    opacity: .72;
    transition: opacity 560ms ease;
  }
  html[data-atmosphere="buy"] .buy-section__mascot-wrap,
  html[data-atmosphere="buy"] .buy-section__panel--external { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .has-voxel-draft .hero__voxel-draft[data-lookdev="self-pbr"]::before,
  .fx-vignette::after,
  .origin__content,
  .origin__artifact,
  .buy-section__mascot-wrap,
  .buy-section__panel--external {
    animation: none;
    transition: none;
  }
  .buy-section__mascot-wrap,
  .buy-section__panel--external {
    opacity: 1;
    transform: none;
  }
}
.has-reduced-hero .fx-vignette::after,
.has-reduced-hero .buy-section__mascot-wrap,
.has-reduced-hero .buy-section__panel--external {
  animation: none;
  transition: none;
}
.has-reduced-hero .buy-section__mascot-wrap,
.has-reduced-hero .buy-section__panel--external {
  opacity: 1;
  transform: none;
}

/* Restore the v43.2 lifecycle contract after the v44.6 layout rewrite. */
.burn-ledger__status { min-block-size: 3.2em; }
.burn-ledger__note { min-block-size: 2.9em; }
.burn-ledger__facts > div:nth-child(2) dd { min-block-size: 3em; }
/* ═══════════════════════════════════════════════════
   V44.14 — LORD GROUND CONTACT
   Shadow follows the visible throne, not the 9:16 matte frame.
   ═══════════════════════════════════════════════════ */
.buy-section__mascot-wrap::after {
  left: 2%;
  right: 0;
  bottom: 17.5%;
  height: 6%;
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse 38% 48% at 48% 50%,
      rgba(0, 0, 0, .98) 0%,
      rgba(0, 0, 0, .86) 34%,
      rgba(0, 0, 0, .42) 54%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 72% 82% at 48% 52%,
      rgba(255, 46, 140, .18) 0%,
      rgba(0, 72, 70, .14) 46%,
      transparent 78%
    );
  filter: blur(5px);
  opacity: .94;
  transform: scaleX(.94);
  transform-origin: center;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .46);
}

@media (max-width: 768px) {
  .buy-section__mascot-wrap::after {
    bottom: 17%;
    height: 6.5%;
    filter: blur(4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .44);
  }
}

@media (prefers-reduced-motion: reduce) {
  .buy-section__mascot-wrap::after {
    animation: none;
    transition: none;
  }
}
/* ═══════════════════════════════════════════════════
   V44.15 — RESPONSIVE TEXT CONTAINMENT
   Preserve the authored scale without clipping variable glyphs or tablet copy.
   ═══════════════════════════════════════════════════ */

/* Hero title has its own focus choreography; its stretched glyphs may overhang 6ch. */
.hero .hero__title-line.reveal-pending,
.hero .hero__title-line.reveal-pending.revealed {
  overflow: visible;
  clip-path: none;
  will-change: opacity, transform, filter;
}

/* Restore the intended tablet reflow after the later desktop campaign pass. */
@media (min-width: 769px) and (max-width: 900px) {
  .buy-section {
    width: min(100%, 680px);
    grid-template-columns: minmax(0, 1fr);
    gap: 54px;
  }

  .buy-section__panel--external,
  .buy-contract-identity__source {
    min-width: 0;
  }

  .buy-contract-identity__source code {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/* ═══════════════════════════════════════════════════
   V44.16 — RETENTION WITHOUT SPECTACLE LOSS
   Preserve the three-frame hero; expose its optional interaction and evidence.
   ═══════════════════════════════════════════════════ */

/* The quiet progress rail now has a phase-specific instruction beside it. */
.has-voxel-draft .hero__voxel-hint {
  display: block;
  right: clamp(22px, 4vw, 64px);
  bottom: 24px;
  color: rgba(242, 235, 239, .7);
  font: 600 max(.625rem, 10px)/1.35 var(--mono);
  letter-spacing: .045em;
  opacity: 1;
  visibility: visible;
  transition: color 180ms ease, opacity 180ms ease, visibility 180ms ease;
}
.hero__voxel-hint [data-voxel-cue] {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
}
.hero__voxel-hint [data-voxel-cue="trace"] { display: inline-flex; }
.hero__voxel-hint [data-voxel-cue] i {
  color: #ff75b5;
  font: 500 1rem/1 var(--body);
}
html[data-voxel-phase="B"] .hero__voxel-hint [data-voxel-cue="trace"] { display: none; }
html[data-voxel-phase="B"] .hero__voxel-hint [data-voxel-cue="rebuild"] { display: inline-flex; }
html[data-voxel-phase="C"] .hero__voxel-hint {
  opacity: 0;
  visibility: hidden;
}

@media (hover: hover) and (pointer: fine) {
  html[data-voxel-phase="B"] .hero__voxel-hint [data-voxel-cue="rebuild"] { display: none; }
  html[data-voxel-phase="B"] .hero__voxel-hint [data-voxel-cue="drag"] { display: inline-flex; }
}

/* Phase C pays off with an unmistakable evidence target, not another CTA card. */
.hero__voxel-proof {
  min-height: 76px;
  padding: 18px 20px;
  border-color: rgba(242, 238, 233, .3);
  background: linear-gradient(105deg, rgba(242, 238, 233, .055), rgba(255, 46, 140, .035));
  box-shadow: inset 0 1px rgba(255, 117, 181, .24);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms var(--ease-out);
}
.hero__voxel-proof small {
  color: rgba(242, 235, 239, .68);
  font-weight: 600;
}
.hero__voxel-proof b {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  color: #ff75b5;
  font-weight: 650;
  line-height: 1.4;
  text-align: right;
}
.hero__voxel-proof b span { font-size: 1rem; }
.hero__voxel-proof:hover,
.hero__voxel-proof:focus-visible {
  border-color: #ff75b5;
  background: linear-gradient(105deg, rgba(242, 238, 233, .075), rgba(255, 46, 140, .075));
  transform: translateY(-2px);
}

/* One shared evidence payoff keeps HIVE an instrument rather than five cards. */
.hive-readout__evidence {
  position: relative;
  min-height: 46px;
  margin-top: 28px;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 28px;
  border-top: 1px solid rgba(242, 238, 233, .16);
}
.hive-readout__evidence > span {
  position: relative;
  padding-left: 17px;
  color: #aaa2a7;
  font: 600 max(.625rem, 10px)/1.45 var(--mono);
  letter-spacing: .035em;
  text-transform: uppercase;
}
.hive-readout__evidence > span::before {
  content: "";
  position: absolute;
  top: .42em;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}
.hive-readout__evidence[data-evidence-state="live"] > span {
  color: #ff75b5;
}
.hive-readout__evidence[data-evidence-state="live"] > span::before {
  background: #ff2e8c;
  box-shadow: 0 0 14px rgba(255, 46, 140, .38);
}
.hive-readout__evidence > a {
  min-height: 44px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  color: #f2eee9;
  font: 650 max(.625rem, 10px)/1.35 var(--mono);
  text-decoration-line: underline;
  text-decoration-color: rgba(255, 117, 181, .55);
  text-underline-offset: 5px;
}
.hive-readout__evidence > a:hover,
.hive-readout__evidence > a:focus-visible {
  color: #ff75b5;
  text-decoration-color: currentColor;
}
.hive-readout .hive-readout__note {
  margin-top: 7px;
  padding-top: 0;
  border-top: 0;
}

/* Chapter state is semantic as well as visual, in both navigation surfaces. */
.desktop-nav a[aria-current="location"] {
  color: #f2eee9;
}
.desktop-nav a[aria-current="location"]::after {
  transform: scaleX(1);
}
.mobile-menu nav a[aria-current="location"] {
  padding-left: 12px;
  color: #fff;
  background: rgba(255, 46, 140, .045);
}
.mobile-menu nav a[aria-current="location"]::after {
  content: "CURRENT";
  margin-left: auto;
  color: #ff75b5;
  font: 600 max(.625rem, 10px)/1 var(--mono);
  letter-spacing: .055em;
}

.closing__action::after {
  content: "→";
  margin-left: 12px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .has-voxel-draft .hero__voxel-hint {
    display: block;
    right: 20px;
    bottom: 17px;
    max-width: 42vw;
    text-align: right;
  }
  .hero__voxel-hint [data-voxel-cue] { gap: 8px; }
  .hero__voxel-proof {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 16px 18px;
  }
  .hero__voxel-proof small,
  .hero__voxel-proof code,
  .hero__voxel-proof b {
    grid-column: 1;
    grid-row: auto;
  }
  .hero__voxel-proof b {
    min-height: 34px;
    justify-content: space-between;
    text-align: left;
  }
  .hive-readout__evidence {
    min-height: 74px;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
  .hive-readout__evidence > a { flex: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__voxel-hint,
  .hero__voxel-proof { transition: none; }
  .hero__voxel-proof:hover,
  .hero__voxel-proof:focus-visible { transform: none; }
}

/* ═══════════════════════════════════════════════════
   NEXT RECORD — deliberate placeholder, not a fake launch surface.
   ═══════════════════════════════════════════════════ */
.announced-page {
  min-height: 100%;
  overflow-x: clip;
  background: #040305;
  color: #f2eee9;
}
.announced-page::before {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 34% 78% at 28% 48%, rgba(0, 91, 96, .2), rgba(0, 42, 48, .07) 46%, transparent 74%),
    radial-gradient(ellipse 38% 86% at 67% 48%, rgba(112, 13, 77, .34), rgba(56, 8, 42, .09) 51%, transparent 76%),
    linear-gradient(112deg, #030304 0%, #070408 46%, #120711 72%, #030304 100%);
}
.announced-page .site-header {
  position: fixed;
  inset: 0 0 auto;
}
.announced-nav {
  min-height: 44px;
  padding-inline: 14px;
  display: inline-flex;
  align-items: center;
  color: #c7bfc4;
  border: 1px solid rgba(242, 238, 233, .24);
  font: 600 .7rem/1 var(--body);
  letter-spacing: .005em;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}
.announced-nav:hover,
.announced-nav:focus-visible {
  color: #fff;
  border-color: #ff2e8c;
  background: rgba(255, 46, 140, .06);
}
.announced-main {
  position: relative;
  z-index: 1;
}
.announced-stage {
  min-height: 100svh;
  padding-top: var(--header-h);
  display: grid;
  grid-template-columns: minmax(330px, .88fr) minmax(470px, 1.12fr);
}
.announced-artifact {
  position: relative;
  min-width: 0;
  min-height: calc(100svh - var(--header-h));
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgba(242, 238, 233, .13);
}
.announced-artifact::before {
  content: "";
  position: absolute;
  width: min(48vw, 660px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(242, 238, 233, .08), rgba(0, 91, 96, .14) 24%, rgba(255, 46, 140, .11) 46%, transparent 71%);
  filter: blur(25px);
}
.announced-mark {
  position: relative;
  z-index: 1;
  width: clamp(250px, 30vw, 470px);
  height: auto;
  overflow: visible;
  filter:
    drop-shadow(22px 6px 0 rgba(0, 115, 120, .07))
    drop-shadow(46px 12px 0 rgba(255, 46, 140, .035))
    drop-shadow(0 32px 64px rgba(0, 0, 0, .7));
  transform: rotate(-6deg);
}
.announced-mark__outline {
  fill: rgba(5, 5, 7, .7);
  stroke: #d8d0d4;
  stroke-width: .85;
  stroke-linejoin: bevel;
  vector-effect: non-scaling-stroke;
}
.announced-mark__spine {
  fill: none;
  stroke: #ff3f98;
  stroke-width: .75;
  stroke-linecap: square;
  vector-effect: non-scaling-stroke;
}
.announced-artifact__code {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 4vw, 58px);
  bottom: clamp(26px, 4vw, 54px);
  color: rgba(228, 218, 223, .58);
  font: 560 max(.625rem, 10px)/1.4 var(--mono);
  letter-spacing: .045em;
}
.announced-content {
  min-width: 0;
  padding: clamp(116px, 13vw, 176px) clamp(48px, 8vw, 128px) clamp(82px, 10vw, 136px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.announced-status {
  position: relative;
  margin: 0 0 30px;
  padding-left: 20px;
  color: #c8bec4;
  font: 600 max(.625rem, 10px)/1.45 var(--mono);
  letter-spacing: .05em;
  text-transform: uppercase;
}
.announced-status::before {
  content: "";
  position: absolute;
  top: .35em;
  left: 1px;
  width: 7px;
  height: 7px;
  border: 1px solid #ff2e8c;
  transform: rotate(45deg);
}
.announced-content h1 {
  max-width: 8ch;
  margin: 0;
  display: grid;
  color: #f2eee9;
  font-family: var(--display);
  font-size: clamp(4rem, 7vw, 6rem);
  font-weight: 700;
  font-stretch: 76%;
  letter-spacing: -.04em;
  line-height: .79;
  text-wrap: balance;
}
.announced-content h1 span {
  color: rgba(242, 238, 233, .64);
  font-size: .65em;
  font-weight: 390;
  font-stretch: 108%;
  letter-spacing: -.025em;
}
.announced-content h1 strong {
  color: #ff3f98;
  font-weight: 760;
  text-shadow: 0 0 42px rgba(255, 46, 140, .16);
}
.announced-content__copy {
  max-width: 44ch;
  margin: 34px 0 0;
  color: #b1a8ad;
  font-size: 1rem;
  line-height: 1.7;
}
.announced-content__boundary {
  max-width: 54ch;
  margin: 25px 0 0;
  padding-top: 17px;
  border-top: 1px solid rgba(242, 238, 233, .14);
  color: #8f878c;
  font: 500 max(.625rem, 10px)/1.55 var(--mono);
  letter-spacing: .025em;
}
.announced-actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.announced-actions .btn { min-width: 190px; }
.announced-page .site-footer {
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .announced-stage {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .announced-content {
    order: 1;
    min-height: 66svh;
    padding: 120px 22px 68px;
  }
  .announced-artifact {
    order: 2;
    min-height: 48svh;
    border-top: 1px solid rgba(242, 238, 233, .12);
    border-right: 0;
  }
  .announced-mark { width: min(68vw, 360px); }
  .announced-artifact__code { left: 22px; bottom: 22px; }
}

@media (max-width: 540px) {
  .announced-nav { padding-inline: 12px; font-size: .66rem; }
  .announced-content h1 { font-size: clamp(3.85rem, 19vw, 5.2rem); }
  .announced-content__copy { font-size: .94rem; }
  .announced-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .announced-actions .btn { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .announced-nav { transition: none; }
  .announced-mark { transform: rotate(-6deg); }
}

@media (forced-colors: active) {
  .hero__voxel-proof,
  .hive-readout__evidence,
  .announced-nav,
  .announced-artifact,
  .announced-content__boundary { border-color: CanvasText; }
}

/* Local optical fields may cross chapter boundaries, but never the browser edge.
   `clip` preserves the sticky viewport and does not create a scroll container. */
main { overflow-x: clip; }

/* Long cached/stale RPC notes reserve their third mobile line up front. */
@media (max-width: 540px) {
  .burn-ledger__note { min-block-size: 4.1em; }
}

/* ═══════════════════════════════════════════════════
   V44.17 — MATERIAL HANDOFF + NEXT-SIGNAL THRESHOLD
   Phase C resolves into one registration seam; the teaser stays untouched.
   ═══════════════════════════════════════════════════ */
.hero-origin-threshold {
  --threshold-x: 58%;
  position: relative;
  z-index: 20;
  height: 2px;
  margin-block: -1px;
  pointer-events: none;
  isolation: isolate;
}

.hero-origin-threshold::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--threshold-x);
  width: clamp(180px, 26vw, 360px);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(194, 229, 235, .16) 13%,
    rgba(209, 235, 239, .62) 45%,
    rgba(244, 237, 241, .88) 49.5%,
    rgba(255, 63, 152, .88) 52%,
    rgba(255, 63, 152, .16) 88%,
    transparent 100%
  );
  box-shadow: 0 0 8px rgba(255, 63, 152, .13);
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.hero-origin-threshold__axis {
  position: absolute;
  top: 50%;
  left: var(--threshold-x);
  width: 1px;
  height: clamp(76px, 8vw, 104px);
  background: linear-gradient(
    180deg,
    transparent,
    rgba(194, 229, 235, .18) 10%,
    rgba(214, 236, 240, .62) 45%,
    rgba(244, 237, 241, .9) 49.5%,
    rgba(255, 63, 152, .82) 53%,
    rgba(255, 63, 152, .16) 90%,
    transparent
  );
  box-shadow: 0 0 7px rgba(202, 232, 237, .1);
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.hero-origin-threshold__mark {
  position: absolute;
  top: 50%;
  left: var(--threshold-x);
  width: 8px;
  height: 8px;
  border: 1px solid rgba(242, 238, 233, .72);
  background: linear-gradient(135deg, rgba(205, 234, 239, .22) 0 49%, rgba(255, 63, 152, .5) 50% 100%);
  box-shadow: 0 0 10px rgba(255, 63, 152, .2);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-origin-threshold.reveal-pending {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: none;
    transition: none;
    will-change: auto;
  }
  .hero-origin-threshold.reveal-pending::before {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(.04);
    transition: opacity 360ms ease, transform 820ms cubic-bezier(.16, 1, .3, 1);
  }
  .hero-origin-threshold.reveal-pending .hero-origin-threshold__axis {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(.08);
    transition: opacity 320ms 150ms ease, transform 720ms 120ms cubic-bezier(.16, 1, .3, 1);
  }
  .hero-origin-threshold.reveal-pending .hero-origin-threshold__mark {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(45deg) scale(.35);
    transition: opacity 280ms 260ms ease, transform 560ms 220ms cubic-bezier(.16, 1, .3, 1);
  }
  .hero-origin-threshold.reveal-pending.revealed::before {
    opacity: 1;
    transform: translate(-50%, -50%) scaleX(1);
  }
  .hero-origin-threshold.reveal-pending.revealed .hero-origin-threshold__axis {
    opacity: 1;
    transform: translate(-50%, -50%) scaleY(1);
  }
  .hero-origin-threshold.reveal-pending.revealed .hero-origin-threshold__mark {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
  }
}

.closing__action {
  position: relative;
  width: min(100%, 560px);
  min-width: 0;
  min-height: 88px;
  margin-top: 44px;
  padding: 18px 18px 18px 24px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  border-block: 1px solid rgba(242, 238, 233, .23);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(194, 229, 235, .035), transparent 34%),
    linear-gradient(105deg, transparent 42%, rgba(255, 46, 140, .07));
  color: #f2eee9;
  text-decoration: none;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms cubic-bezier(.16, 1, .3, 1);
}

.closing__action::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(203, 232, 237, .46), rgba(255, 63, 152, .95), rgba(255, 63, 152, .08));
  box-shadow: 0 0 10px rgba(255, 46, 140, .26);
}

.closing__action::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  margin: 0;
  background: linear-gradient(90deg, #ff3f98, rgba(194, 229, 235, .64), transparent 82%);
  transform: scaleX(.22);
  transform-origin: left;
  transition: transform 520ms cubic-bezier(.16, 1, .3, 1);
}

.closing__action-signal {
  width: 9px;
  height: 9px;
  border: 1px solid #ff3f98;
  background: linear-gradient(135deg, rgba(203, 232, 237, .16), rgba(255, 63, 152, .34));
  box-shadow: 0 0 13px rgba(255, 46, 140, .24);
  transform: rotate(45deg);
}

.closing__action-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.closing__action-copy small {
  color: rgba(205, 231, 235, .66);
  font: 600 max(.625rem, 10px)/1.35 var(--mono);
  letter-spacing: .065em;
  text-transform: uppercase;
}

.closing__action-copy strong {
  color: #f4efec;
  font-family: var(--display);
  font-size: clamp(1.03rem, 1.35vw, 1.24rem);
  font-weight: 650;
  font-stretch: 92%;
  letter-spacing: -.018em;
  line-height: 1.2;
}

.closing__action-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-left: 1px solid rgba(242, 238, 233, .12);
  color: #ff75b5;
  font: 400 1.45rem/1 var(--body);
  transition: color 180ms ease, transform 220ms cubic-bezier(.16, 1, .3, 1);
}

.closing__action:hover,
.closing__action:focus-visible {
  border-color: rgba(255, 117, 181, .72);
  background:
    linear-gradient(90deg, rgba(194, 229, 235, .06), transparent 36%),
    linear-gradient(105deg, transparent 32%, rgba(255, 46, 140, .12));
  color: #fff;
  transform: translateY(-2px);
}

.closing__action:hover::after,
.closing__action:focus-visible::after { transform: scaleX(1); }

.closing__action:hover .closing__action-arrow,
.closing__action:focus-visible .closing__action-arrow {
  color: #fff;
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .hero-origin-threshold { --threshold-x: 50%; }
  .hero-origin-threshold::before { width: min(68vw, 270px); }
  .hero-origin-threshold__axis { height: 78px; }
  .closing__action {
    width: 100%;
    min-height: 84px;
    margin-top: 38px;
    padding: 16px 14px 16px 18px;
    gap: 14px;
  }
  .closing__action-arrow { width: 40px; }
}

@media (max-width: 390px) {
  .closing__action { grid-template-columns: auto minmax(0, 1fr) 36px; }
  .closing__action-copy small { font-size: 9px; letter-spacing: .045em; }
  .closing__action-copy strong { font-size: .98rem; }
  .closing__action-arrow { width: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-origin-threshold,
  .hero-origin-threshold::before,
  .hero-origin-threshold__axis,
  .hero-origin-threshold__mark,
  .closing__action,
  .closing__action::after,
  .closing__action-arrow {
    animation: none;
    transition: none;
  }
  .closing__action:hover,
  .closing__action:focus-visible,
  .closing__action:hover .closing__action-arrow,
  .closing__action:focus-visible .closing__action-arrow { transform: none; }
}

.has-reduced-hero .hero-origin-threshold,
.has-reduced-hero .hero-origin-threshold::before,
.has-reduced-hero .hero-origin-threshold__axis,
.has-reduced-hero .hero-origin-threshold__mark {
  animation: none;
  transition: none;
}

@media (forced-colors: active) {
  .hero-origin-threshold::before,
  .hero-origin-threshold__axis { background: CanvasText; }
  .hero-origin-threshold__mark,
  .closing__action,
  .closing__action-signal,
  .closing__action-arrow { border-color: CanvasText; }
}
/* ═══════════════════════════════════════════════════
   V44.18 — FIXED-BLOCK LEDGER CORRECTNESS
   The live amount owns enough track width and scales from its own cell.
   Evidence copy names the boundary: balance is not mechanism proof.
   ═══════════════════════════════════════════════════ */
.burn-ledger {
  grid-template-columns: minmax(220px, .55fr) minmax(400px, 1.1fr) minmax(390px, 1fr);
}

.burn-ledger__value {
  container-type: inline-size;
}

.burn-ledger__value output {
  font-size: clamp(1.35rem, 9.5cqi, 2.85rem);
}

.burn-ledger__value-note {
  display: block;
  max-width: 34ch;
  margin-top: 9px;
  color: #aaa2a7;
  font: 560 .58rem/1.45 var(--mono);
  letter-spacing: .025em;
}

@media (max-width: 1279px) {
  .burn-ledger {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "header value"
      "definition value"
      "facts facts"
      "footer note";
    gap: 10px 30px;
  }

  .burn-ledger__facts { margin-top: 18px; }
}

@media (max-width: 800px) {
  .burn-ledger {
    grid-template-columns: 1fr;
    grid-template-areas:
      "header"
      "definition"
      "value"
      "facts"
      "footer"
      "note";
    gap: 0;
  }

  .burn-ledger__value output {
    font-size: clamp(1.8rem, 8vw, 2.85rem);
  }

  .burn-ledger__value-note {
    font-size: .62rem;
  }
}

/* The authored grid declaration must never override the native hidden contract. */
.cold-open[hidden] { display: none; }

/* ═══════════════════════════════════════════════════
   V44.19 — LOCAL MOBILE HIVE READOUT
   One physical panel follows the active mechanism; desktop keeps the instrument.
   ═══════════════════════════════════════════════════ */
@media (max-width: 800px) {
  .hive-system {
    display: block;
  }

  .hive-system__nodes li {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .hive-system__nodes li > .hive-node {
    height: auto;
  }

  .hive-system__nodes li.is-active > .hive-readout {
    width: 100%;
    min-height: 0;
    padding: 30px 24px 32px;
    justify-content: flex-start;
    border-top: 1px solid rgba(242, 238, 233, .16);
    box-shadow: inset 2px 0 0 #ff2e8c;
  }

  .hive-system__nodes .hive-readout__mode {
    margin-bottom: 12px;
  }

  .hive-system__nodes .hive-readout h3 {
    max-width: 9ch;
    margin-bottom: 18px;
    font-size: clamp(2.45rem, 12.5vw, 3.35rem);
  }

  .hive-system__nodes .hive-readout > p[data-mech-copy] {
    font-size: .92rem;
    line-height: 1.64;
  }

  .hive-system__nodes .hive-readout__evidence {
    min-height: 0;
    margin-top: 22px;
    padding-top: 13px;
    gap: 4px;
  }
}

@media (max-width: 540px) {
  .hive-system__nodes li.is-active > .hive-readout {
    padding: 27px 21px 29px;
  }
}

/* ═══════════════════════════════════════════════════
   V44.20 — MOBILE HERO PHASE CONTINUITY
   Keep each story panel geometrically stable while the feather moves through it.
   ═══════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .has-voxel-draft .hero__voxel-panel--break {
    align-items: flex-start;
    padding: 96px 20px 70px;
  }

  .has-voxel-draft .hero__voxel-panel--break .hero__voxel-copy {
    width: 78%;
    padding: 0;
  }

  .has-voxel-draft .hero__voxel-panel--break h2 {
    max-width: 5.8ch;
    margin: 0 0 22px;
    font-size: clamp(3.3rem, 14vw, 4.2rem);
    line-height: .84;
  }

  .has-voxel-draft .hero__voxel-panel--break > .hero__voxel-copy > p:not(.hero__tag) {
    width: 100%;
    margin-top: 0;
    font-size: .88rem;
    line-height: 1.55;
  }

  .has-voxel-draft .hero__voxel-progress {
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  }

  .has-voxel-draft .hero__voxel-hint {
    bottom: calc(17px + env(safe-area-inset-bottom, 0px));
  }
}
