.ntx-commercial-proof,
.ntx-proof-ledger {
  position: relative;
  scroll-margin-top: 120px;
}

.ntx-proof-console {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

.ntx-ledger-grid::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: inherit;
  pointer-events: none;
}

.ntx-proof-console::after {
  display: none;
}

.ntx-proof-copy {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 860px;
}

.ntx-proof-copy .kicker {
  margin-bottom: clamp(14px, 1.8vw, 22px);
}

.ntx-proof-copy .section-lead {
  max-width: 620px;
  margin-top: clamp(14px, 1.7vw, 20px);
}

.ntx-proof-copy h2,
.ntx-ledger-head h2 {
  margin-top: 12px;
}

.ntx-proof-copy h2 {
  max-width: 820px;
  font-size: clamp(2.4rem, 4.4vw, 4.55rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.ntx-proof-cinema-scroll {
  position: relative;
  height: min(320vh, 2800px);
  margin-top: clamp(30px, 4.8vw, 60px);
}

.ntx-proof-cinema-sticky {
  position: sticky;
  top: clamp(84px, 10vh, 118px);
  height: min(calc(100vh - 132px), 760px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.8vw, 20px);
}

.ntx-proof-visual {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(8px, 1.1vw, 14px);
  overflow: hidden;
  border: 1px solid rgba(216, 192, 113, .20);
  border-radius: clamp(22px, 2.7vw, 38px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .035) 42%, rgba(0, 0, 0, .44)),
    linear-gradient(135deg, rgba(16, 25, 19, .92), rgba(4, 10, 7, .96) 48%, rgba(0, 0, 0, .92)),
    #020504;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(216, 192, 113, .10),
    0 38px 110px -82px rgba(0, 0, 0, .92),
    0 0 0 1px rgba(216, 192, 113, .08);
  isolation: isolate;
}

.ntx-proof-visual::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .22), transparent 24%),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .10) 0 1px, rgba(216, 192, 113, .035) 1px 2px, transparent 2px 7px),
    radial-gradient(720px 220px at 30% 0%, rgba(216, 192, 113, .10), transparent 72%);
  opacity: .66;
  z-index: 2;
}

.ntx-proof-visual::after {
  content: "";
  position: absolute;
  left: clamp(22px, 3vw, 48px);
  right: clamp(22px, 3vw, 48px);
  top: clamp(17px, 2vw, 30px);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(216, 192, 113, .34), transparent);
  z-index: 3;
}

.ntx-proof-visual__glass {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 1672 / 941;
  border: 1px solid rgba(216, 192, 113, .14);
  border-radius: clamp(16px, 2.1vw, 28px);
  background: #020504;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, .42),
    inset 0 22px 70px rgba(255, 255, 255, .04),
    0 18px 50px -38px rgba(0, 0, 0, .86);
}

.ntx-proof-visual__layer,
.ntx-proof-visual__glass img {
  display: block;
  width: 100%;
  height: 100%;
}

.ntx-proof-visual__layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.018);
  transition: none;
  will-change: opacity, transform;
}

.ntx-proof-visual__layer:first-child {
  position: relative;
}

.ntx-proof-visual__layer.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.ntx-proof-visual__glass img {
  object-fit: cover;
  object-position: center;
}

.ntx-proof-scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 8px 14px 8px 16px;
  border: 1px solid rgba(216, 192, 113, .20);
  border-radius: 999px;
  color: rgba(244, 235, 205, .78);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .035)),
    rgba(3, 8, 6, .62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 16px 42px -32px rgba(0, 0, 0, .92);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.ntx-proof-scroll-cue i {
  position: relative;
  width: 10px;
  height: 16px;
  animation: ntxProofScrollCue 1.55s cubic-bezier(.22, 1, .36, 1) infinite;
}

.ntx-proof-scroll-cue i::before,
.ntx-proof-scroll-cue i::after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 999px;
  transform: translateX(-50%);
}

.ntx-proof-scroll-cue i::before {
  top: 0;
  width: 1px;
  height: 12px;
  background: linear-gradient(180deg, rgba(216, 192, 113, .22), rgba(244, 235, 205, .86));
}

.ntx-proof-scroll-cue i::after {
  bottom: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid rgba(244, 235, 205, .86);
  border-bottom: 1px solid rgba(244, 235, 205, .86);
  transform: translateX(-50%) rotate(45deg);
}

@keyframes ntxProofScrollCue {
  0%, 100% {
    transform: translateY(-1px);
    opacity: .72;
  }

  50% {
    transform: translateY(3px);
    opacity: 1;
  }
}

.ntx-proof-cinematic-scroll {
  --ntx-cinematic-top: clamp(76px, 9svh, 106px);
  --ntx-cinematic-bottom: clamp(14px, 2.4svh, 28px);
  --ntx-cinematic-frame-h: calc(100svh - var(--ntx-cinematic-top) - var(--ntx-cinematic-bottom));
  --ntx-cinematic-runway: calc(var(--ntx-cinematic-frame-h) + 92svh);
  position: relative;
  width: calc(100vw - var(--ntx-scrollbar-x, 0px));
  height: var(--ntx-cinematic-runway);
  min-height: calc(var(--ntx-cinematic-frame-h) + 1px);
  margin-top: clamp(22px, 4vw, 50px);
  margin-bottom: clamp(22px, 3.6vw, 46px);
  margin-left: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
  margin-right: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
  overflow: visible;
  isolation: isolate;
}

.ntx-proof-cinematic-sticky {
  position: sticky;
  top: var(--ntx-cinematic-top);
  width: 100%;
  height: var(--ntx-cinematic-frame-h);
  display: grid;
  place-items: stretch;
}

.ntx-proof-cinematic-frame {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: clamp(7px, 1vw, 12px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-left-color: rgba(255, 255, 255, .10);
  border-right-color: rgba(255, 255, 255, .10);
  border-radius: clamp(0px, 1.9vw, 30px);
  background: #000;
  -webkit-backdrop-filter: blur(22px) saturate(132%);
  backdrop-filter: blur(22px) saturate(132%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .24),
    inset 0 -1px 0 rgba(255, 255, 255, .10),
    inset 0 32px 92px rgba(255, 255, 255, .045),
    inset 0 -46px 120px rgba(0, 0, 0, .62),
    0 46px 126px -94px rgba(0, 0, 0, .96),
    0 0 0 1px rgba(255, 255, 255, .045);
}

.ntx-proof-cinematic-frame::before,
.ntx-proof-cinematic-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 4;
}

.ntx-proof-cinematic-frame::before {
  inset: 1px;
  border-radius: inherit;
  background: none;
  opacity: 0;
}

.ntx-proof-cinematic-frame::after {
  left: clamp(24px, 4vw, 76px);
  right: clamp(24px, 4vw, 76px);
  top: clamp(16px, 2vw, 30px);
  height: 1px;
  background: none;
}

.ntx-proof-cinematic-glass {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: clamp(0px, 1.45vw, 22px);
  background: #000;
  -webkit-backdrop-filter: blur(18px) saturate(128%);
  backdrop-filter: blur(18px) saturate(128%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .055),
    inset 0 24px 72px rgba(255, 255, 255, .052),
    inset 0 -30px 96px rgba(0, 0, 0, .44);
}

.ntx-proof-cinematic-copy {
  position: absolute;
  z-index: 3;
  left: clamp(36px, 7vw, 118px);
  top: 50%;
  width: min(35vw, 520px);
  max-width: calc(100% - min(62%, 820px) - clamp(72px, 10vw, 150px));
  min-height: clamp(238px, 28svh, 336px);
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
}

.ntx-proof-cinematic-copy__item {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  will-change: opacity, transform;
}

.ntx-proof-cinematic-copy__item:first-child {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ntx-proof-cinematic-copy__item span {
  margin-bottom: clamp(16px, 2vw, 26px);
  color: rgba(245, 245, 247, .66);
  font-family: var(--mono);
  font-size: clamp(.64rem, .8vw, .78rem);
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ntx-proof-cinematic-copy__item strong {
  color: #f5f5f7;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 7.6vw, 8.9rem);
  font-weight: 300;
  letter-spacing: -.055em;
  line-height: .86;
  text-wrap: balance;
  text-shadow: 0 30px 80px rgba(0, 0, 0, .38);
}

.ntx-proof-cinematic-copy__item h3 {
  max-width: 15ch;
  margin: clamp(18px, 2.2vw, 28px) 0 0;
  color: rgba(245, 245, 247, .96);
  font-family: var(--serif);
  font-size: clamp(1.72rem, 2.8vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.02;
  text-wrap: balance;
}

.ntx-proof-cinematic-copy__item p {
  max-width: 38ch;
  margin: clamp(12px, 1.5vw, 18px) 0 0;
  color: rgba(245, 245, 247, .70);
  font-size: clamp(.94rem, 1vw, 1.08rem);
  line-height: 1.5;
}

.ntx-proof-cinematic-stage {
  position: relative;
  z-index: 2;
  justify-self: end;
  align-self: stretch;
  width: min(62%, 820px);
  height: 100%;
  margin-right: 0;
  pointer-events: none;
}

.ntx-proof-cinematic-layer,
.ntx-proof-cinematic-layer img {
  display: block;
  width: 100%;
  height: 100%;
}

.ntx-proof-cinematic-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(1.012);
  will-change: opacity, transform;
}

.ntx-proof-cinematic-layer:first-child {
  position: absolute;
}

.ntx-proof-cinematic-layer img {
  object-fit: cover;
  object-position: right center;
}

@media (prefers-reduced-motion: reduce) {
  .ntx-proof-visual__layer {
    transition: none;
    transform: none;
  }

  .ntx-proof-cinematic-scroll {
    height: auto;
    min-height: 0;
  }

  .ntx-proof-cinematic-sticky {
    position: relative;
    top: auto;
  }

  .ntx-proof-cinematic-layer {
    transform: none !important;
  }

  .ntx-proof-cinematic-copy__item {
    transform: none !important;
  }

  .ntx-proof-scroll-cue i {
    animation: none;
  }
}

.ntx-proof-main {
  position: relative;
  z-index: 2;
  overflow-x: visible;
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
  gap: clamp(16px, 2.6vw, 34px);
  margin-top: clamp(28px, 4.4vw, 54px);
  align-items: stretch;
}

.ntx-ledger-hero,
.ntx-ledger-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 192, 113, .22);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .115), rgba(255, 255, 255, .03)),
    rgba(2, 7, 5, .62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .09),
    0 26px 70px -54px rgba(0, 0, 0, .86);
}

.ntx-proof-result,
.ntx-proof-chain article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 24, 20, .16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .26) 38%, rgba(236, 229, 215, .18)),
    linear-gradient(135deg, rgba(249, 246, 238, .98), rgba(226, 219, 206, .94) 44%, rgba(190, 181, 166, .82)),
    #f2eee5;
  backdrop-filter: blur(18px) saturate(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(17, 20, 17, .12),
    0 30px 86px -66px rgba(17, 20, 17, .38),
    0 0 0 1px rgba(128, 106, 61, .08);
}

.ntx-proof-result {
  min-height: clamp(300px, 30vw, 410px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 52px);
  isolation: isolate;
}

.ntx-proof-result::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 14px;
  background:
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .16) 0 1px, rgba(92, 83, 68, .035) 1px 2px, transparent 2px 7px),
    radial-gradient(circle at 50% 18%, rgba(126, 104, 57, .13), transparent 18rem);
  opacity: .7;
  z-index: -1;
}

.ntx-proof-result::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -92px;
  top: -82px;
  border-radius: 50%;
  border: 1px solid rgba(128, 106, 61, .22);
  box-shadow: inset 0 0 70px rgba(128, 106, 61, .08);
  opacity: .54;
  z-index: -1;
}

.ntx-proof-result span,
.ntx-proof-chain span,
.ntx-ledger-hero span,
.ntx-ledger-card span {
  display: block;
  font-size: .7rem;
  line-height: 1.35;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ntx-ledger-hero span,
.ntx-ledger-card span {
  color: rgba(255, 236, 182, .96);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .62);
}

.ntx-proof-result span,
.ntx-proof-chain span {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(128, 106, 61, .28);
  border-radius: 999px;
  color: #7e6839;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .22)),
    rgba(242, 238, 229, .58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .82),
    0 10px 26px rgba(17, 20, 17, .08);
  text-shadow: none;
}

.ntx-proof-result strong {
  display: block;
  margin-top: clamp(18px, 2vw, 24px);
  color: #111411;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 7.2vw, 6.4rem);
  font-weight: 600;
  line-height: .86;
  letter-spacing: 0;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .72), 0 18px 44px rgba(17, 20, 17, .13);
}

.ntx-proof-result p {
  max-width: 360px;
  margin-top: clamp(20px, 2.2vw, 28px);
  color: rgba(17, 20, 17, .66);
  font-size: clamp(.98rem, 1.1vw, 1.08rem);
  line-height: 1.5;
}

.ntx-proof-chain {
  --ntx-proof-chain-width: 1564px;
  --ntx-proof-chain-edge: max(0px, calc((100vw - var(--ntx-scrollbar-x, 0px) - var(--ntx-proof-chain-width)) / 2));
  grid-column: 1 / -1;
  width: calc(100vw - var(--ntx-scrollbar-x, 0px));
  max-width: none;
  margin-left: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
  margin-right: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
  padding: 6px var(--ntx-proof-chain-edge) 18px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: visible;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--ntx-proof-chain-edge);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  contain: layout paint;
}

.ntx-proof-chain::-webkit-scrollbar {
  display: none;
}

.ntx-proof-chain article {
  flex: 0 0 clamp(230px, 28vw, 286px);
  min-height: clamp(210px, 22vw, 300px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(20px, 2.5vw, 30px);
  padding-bottom: clamp(34px, 3vw, 42px);
  scroll-snap-align: start;
  isolation: isolate;
}

.ntx-proof-chain article.ntx-proof-cert-card {
  flex-basis: clamp(290px, 34vw, 372px);
}

.ntx-proof-chain article.ntx-proof-swiss-card strong {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  letter-spacing: .105em;
}

.ntx-proof-chain article.ntx-proof-swiss-card strong i {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d20f18;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .38),
    inset 0 -1px 0 rgba(112, 0, 6, .28),
    0 12px 24px -18px rgba(17, 20, 17, .58),
    0 0 0 1px rgba(17, 20, 17, .14);
}

.ntx-proof-chain article.ntx-proof-swiss-card strong i::before,
.ntx-proof-chain article.ntx-proof-swiss-card strong i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.ntx-proof-chain article.ntx-proof-swiss-card strong i::before {
  width: 16px;
  height: 5px;
}

.ntx-proof-chain article.ntx-proof-swiss-card strong i::after {
  width: 5px;
  height: 16px;
}

.ntx-proof-chain article::before {
  content: "";
  position: absolute;
  left: clamp(20px, 2.5vw, 30px);
  right: clamp(20px, 2.5vw, 30px);
  top: auto;
  bottom: clamp(18px, 2vw, 24px);
  height: 1px;
  background: linear-gradient(90deg, rgba(128, 106, 61, .32), rgba(22, 24, 20, .08), transparent);
  z-index: 1;
}

.ntx-proof-chain article::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(92% 64% at 20% 0%, rgba(255, 255, 255, .42), transparent 48%),
    linear-gradient(118deg, rgba(255, 255, 255, .32), transparent 19%, transparent 68%, rgba(126, 104, 57, .08));
  mix-blend-mode: screen;
  opacity: .58;
  pointer-events: none;
  z-index: 0;
}

.ntx-proof-chain article > * {
  position: relative;
  z-index: 2;
}

.ntx-proof-chain strong {
  display: block;
  margin-top: clamp(52px, 6vw, 86px);
  color: #111411;
  font-family: var(--serif);
  font-size: clamp(1.22rem, 1.44vw, 1.56rem);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .72), 0 16px 34px rgba(17, 20, 17, .12);
}

.ntx-proof-chain p {
  margin-top: 18px;
  color: rgba(17, 20, 17, .66);
  font-size: .96rem;
  line-height: 1.52;
}

.ntx-proof-logo-shelf {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: clamp(22px, 3vw, 36px) 0 0;
  padding: 10px;
  border: 1px solid rgba(22, 24, 20, .12);
  border-radius: 16px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .22) 52%, rgba(126, 104, 57, .06)),
    rgba(242, 238, 229, .54);
}

.ntx-proof-logo-shelf img {
  width: 100%;
  height: 54px;
  object-fit: contain;
  display: block;
  padding: 7px;
  border-radius: 11px;
  background: rgba(246, 241, 229, .92);
}

.ntx-ledger-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .58fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.ntx-ledger-head .section-lead {
  margin-top: 0;
}

.ntx-ledger-grid {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  gap: 14px;
  border: 1px solid rgba(216, 192, 113, .22);
  border-radius: 22px;
  padding: 14px;
  background:
    radial-gradient(circle at 18% 10%, rgba(216, 192, 113, .13), transparent 28rem),
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(2, 7, 5, .62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 44px 116px -84px rgba(0, 0, 0, .94);
}

.ntx-ledger-hero,
.ntx-ledger-card {
  margin: 0;
}

.ntx-ledger-hero {
  min-height: 500px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.ntx-ledger-hero img,
.ntx-ledger-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.95) contrast(1.06);
}

.ntx-ledger-hero img {
  min-height: 340px;
}

.ntx-ledger-hero figcaption,
.ntx-ledger-card figcaption {
  position: relative;
  z-index: 2;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)),
    rgba(5, 11, 8, .74);
  border-top: 1px solid rgba(216, 192, 113, .16);
}

.ntx-ledger-hero strong {
  display: block;
  margin-top: 10px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.36rem, 1.72vw, 1.9rem);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -.018em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.ntx-ledger-hero em {
  display: block;
  margin-top: 12px;
  color: var(--paper-dim);
  font-style: normal;
  font-size: .86rem;
  line-height: 1.45;
}

.ntx-ledger-stack {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ntx-ledger-card {
  display: grid;
  grid-template-columns: minmax(140px, .92fr) minmax(0, 1fr);
  min-height: 197px;
}

.ntx-ledger-card strong {
  display: block;
  margin-top: 10px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.45vw, 1.54rem);
  line-height: 1.14;
  font-weight: 500;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.ntropyx .ntx-proof-ledger .ntx-proof-rail {
  --ntx-proof-rail-width: 1602px;
  --ntx-proof-rail-edge: max(0px, calc((100vw - var(--ntx-scrollbar-x, 0px) - var(--ntx-proof-rail-width)) / 2));
  width: calc(100vw - var(--ntx-scrollbar-x, 0px));
  max-width: none;
  margin-left: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
  margin-right: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
  padding: 6px var(--ntx-proof-rail-edge) 18px;
  display: flex;
  grid-template-columns: none;
  gap: 14px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow-x: auto;
  overflow-y: visible;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--ntx-proof-rail-edge);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.ntropyx .ntx-proof-ledger .ntx-proof-rail::before {
  display: none;
}

body.ntropyx .ntx-proof-ledger .ntx-proof-rail::-webkit-scrollbar {
  display: none;
}

body.ntropyx .ntx-proof-ledger .ntx-proof-rail .ntx-ledger-stack {
  display: contents;
}

body.ntropyx .ntx-proof-ledger .ntx-proof-rail .ntx-ledger-hero,
body.ntropyx .ntx-proof-ledger .ntx-proof-rail .ntx-ledger-card {
  flex: 0 0 clamp(300px, 27vw, 390px);
  width: clamp(300px, 27vw, 390px);
  aspect-ratio: 1 / 1;
  min-height: 0;
  display: block;
  border-radius: 24px;
  scroll-snap-align: start;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035) 42%, rgba(0, 0, 0, .44)),
    rgba(4, 8, 6, .86);
}

body.ntropyx .ntx-proof-ledger .ntx-proof-rail .ntx-ledger-hero img,
body.ntropyx .ntx-proof-ledger .ntx-proof-rail .ntx-ledger-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #030705;
}

body.ntropyx .ntx-proof-ledger .ntx-proof-rail figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .ntx-proof-main,
  .ntx-ledger-head,
  .ntx-ledger-grid {
    grid-template-columns: 1fr;
  }

  .ntx-proof-cinema-scroll {
    height: 260vh;
  }

  .ntx-proof-cinematic-scroll {
    --ntx-cinematic-top: 72px;
    --ntx-cinematic-bottom: 12px;
    margin-top: 22px;
    margin-bottom: 24px;
  }

  .ntx-proof-cinematic-stage {
    grid-row: 2;
    align-self: end;
    justify-self: center;
    width: 100%;
    height: 100%;
    max-height: none;
    aspect-ratio: auto;
    margin-right: 0;
  }

  .ntx-proof-cinematic-copy {
    position: relative;
    grid-row: 1;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    max-width: none;
    min-height: clamp(190px, 24svh, 232px);
    margin: clamp(14px, 3svh, 24px) clamp(22px, 6vw, 38px) 0;
    transform: none;
    align-self: stretch;
  }

  .ntx-proof-cinematic-copy__item {
    justify-content: flex-end;
    transform: translate3d(0, 10px, 0);
  }

  .ntx-proof-cinematic-copy__item span {
    margin-bottom: 8px;
    font-size: .6rem;
    letter-spacing: .18em;
  }

  .ntx-proof-cinematic-copy__item strong {
    font-size: clamp(2.7rem, 13vw, 4.55rem);
    line-height: .9;
  }

  .ntx-proof-cinematic-copy__item h3 {
    max-width: 13ch;
    margin-top: 10px;
    font-size: clamp(1.28rem, 6vw, 2.05rem);
  }

  .ntx-proof-cinematic-copy__item p {
    max-width: 31ch;
    margin-top: 8px;
    font-size: .88rem;
    line-height: 1.35;
  }

  .ntx-proof-cinematic-layer img {
    object-fit: contain;
    object-position: center bottom;
  }

  .ntx-proof-cinema-sticky {
    top: 72px;
    height: auto;
    min-height: 0;
    justify-content: flex-start;
    padding-top: 18px;
  }

  .ntx-proof-chain {
    width: calc(100vw - var(--ntx-scrollbar-x, 0px));
    max-width: none;
    margin-left: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    margin-right: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    padding: 6px 0 18px;
    gap: 14px;
    scroll-padding-inline: 0;
  }

  @media (hover:hover) {
    .ntx-proof-chain,
    .ntx-proof-rail {
      width: calc(100vw - var(--ntx-scrollbar-x, 0px));
      margin-left: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
      margin-right: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    }
  }

  .ntx-proof-result,
  .ntx-proof-chain article,
  .ntx-ledger-hero {
    min-height: auto;
  }

  .ntx-proof-chain article {
    gap: 0;
  }

  .ntx-proof-visual {
    width: calc(100vw - var(--ntx-scrollbar-x, 0px));
    margin-left: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    margin-right: 0;
    padding: 7px 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .ntx-proof-cinematic-frame {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .ntx-proof-cinematic-glass {
    grid-template-rows: minmax(clamp(190px, 24svh, 232px), auto) minmax(0, 1fr);
    align-items: stretch;
    align-content: stretch;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .ntx-proof-visual__glass {
    width: calc(100vw - var(--ntx-scrollbar-x, 0px));
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .ntx-ledger-stack {
    grid-template-rows: none;
  }
}

@media (max-width: 620px) {
  .ntx-ledger-grid {
    border-radius: 18px;
    padding: 14px;
  }

  .ntx-ledger-grid::before {
    display: none;
  }

  .ntx-proof-result {
    min-height: 230px;
    padding: 22px;
  }

  .ntx-proof-result strong {
    font-size: clamp(2.8rem, 13vw, 3.55rem);
  }

  .ntx-proof-copy h2 {
    font-size: clamp(2.05rem, 8.4vw, 2.72rem);
    line-height: 1.04;
  }

  .ntx-proof-copy .section-lead {
    max-width: 31ch;
    font-size: 1rem;
  }

  .ntx-proof-chain article {
    min-height: 210px;
    padding: 20px;
    padding-bottom: 36px;
    flex-basis: min(78vw, 312px);
  }

  .ntx-proof-chain strong {
    margin-top: 44px;
  }

  .ntx-proof-chain strong {
    font-size: clamp(1.18rem, 5.6vw, 1.55rem);
  }

  .ntx-ledger-hero img {
    min-height: 260px;
  }

  .ntx-ledger-card {
    grid-template-columns: 1fr;
  }

  .ntx-ledger-card img {
    aspect-ratio: 16 / 9;
  }

  body.ntropyx .ntx-proof-ledger .ntx-proof-rail {
    width: calc(100vw - var(--ntx-scrollbar-x, 0px));
    max-width: none;
    margin-left: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    margin-right: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    padding: 14px 18px 18px;
    gap: 12px;
    scroll-padding-inline: 18px;
  }

  body.ntropyx .ntx-proof-ledger .ntx-proof-rail .ntx-ledger-hero,
  body.ntropyx .ntx-proof-ledger .ntx-proof-rail .ntx-ledger-card {
    flex: 0 0 min(76vw, 286px);
    width: min(76vw, 286px);
    border-radius: 24px;
  }

  body.ntropyx .ntx-proof-ledger .ntx-proof-rail .ntx-ledger-hero img,
  body.ntropyx .ntx-proof-ledger .ntx-proof-rail .ntx-ledger-card img {
    padding: 10px;
    aspect-ratio: auto;
  }
}

.proof-page .proof-hero {
  grid-template-columns: minmax(0, .98fr) minmax(360px, .72fr);
}

.proof-page .proof-hero h1 {
  max-width: 13ch;
}

.proof-page .proof-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.proof-page .proof-hero__facts span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(216, 192, 113, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  color: var(--paper-soft);
  font-size: .66rem;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.proof-page .proof-hero__visual {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: clamp(10px, 1.2vw, 14px);
  border: 1px solid rgba(216, 192, 113, .32);
  border-radius: 24px;
  background:
    radial-gradient(ellipse 76% 84% at 18% 0%, rgba(216, 192, 113, .18), transparent 62%),
    linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .035) 42%, rgba(0, 0, 0, .54)),
    rgba(2, 8, 6, .74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 42px 100px -72px rgba(0, 0, 0, .96);
}

.proof-page .proof-hero__visual img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  filter: saturate(.95) contrast(1.08);
}

.proof-page .proof-hero__visual figcaption {
  padding: 12px 2px 2px;
  color: var(--paper-dim);
  font-size: .72rem;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.proof-page .proof-verdict__grid {
  display: grid;
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1fr);
  gap: 14px;
}

.proof-page .proof-verdict__primary,
.proof-page .proof-verdict__metrics article,
.proof-page .proof-chain__grid article,
.proof-page .proof-next__panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 24, 20, .16);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .26) 38%, rgba(236, 229, 215, .18)),
    linear-gradient(135deg, rgba(249, 246, 238, .98), rgba(226, 219, 206, .94) 44%, rgba(190, 181, 166, .82)),
    #f2eee5;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(17, 20, 17, .12),
    0 28px 76px -62px rgba(17, 20, 17, .36),
    0 0 0 1px rgba(128, 106, 61, .08);
}

.proof-page .proof-verdict__primary {
  min-height: 330px;
  display: grid;
  align-content: end;
  gap: 18px;
  padding: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .26) 38%, rgba(236, 229, 215, .18)),
    linear-gradient(135deg, rgba(249, 246, 238, .98), rgba(226, 219, 206, .94) 44%, rgba(190, 181, 166, .82)),
    #f2eee5;
}

.proof-page .proof-verdict__primary span,
.proof-page .proof-verdict__metrics span,
.proof-page .proof-chain__grid span {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(128, 106, 61, .28);
  border-radius: 999px;
  color: #7e6839;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .22)),
    rgba(242, 238, 229, .58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .82),
    0 10px 26px rgba(17, 20, 17, .08);
  font-size: .68rem;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.proof-page .proof-verdict__primary strong {
  color: #111411;
  font-family: var(--serif);
  font-size: clamp(1.38rem, 1.48vw, 1.5rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.proof-page .proof-verdict__primary p,
.proof-page .proof-verdict__metrics p,
.proof-page .proof-chain__grid p,
.proof-page .proof-next__panel p {
  color: rgba(17, 20, 17, .66);
  font-size: .98rem;
  line-height: 1.58;
}

.proof-page .proof-verdict__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.proof-page .proof-verdict__metrics article {
  min-height: 330px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: clamp(20px, 2.5vw, 28px);
}

.proof-page .proof-verdict__metrics strong {
  display: block;
  color: #111411;
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.45vw, 1.58rem);
  line-height: 1.08;
  font-weight: 500;
}

.proof-page .proof-chain__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.proof-page .proof-chain__grid article {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 360px;
}

.proof-page .proof-chain__grid img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border-bottom: 1px solid rgba(22, 24, 20, .14);
  filter: saturate(.92) contrast(1.06);
}

.proof-page .proof-chain__grid article div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
}

.proof-page .proof-chain__grid h3 {
  color: #111411;
  font-family: var(--serif);
  font-size: clamp(1.24rem, 1.65vw, 1.72rem);
  line-height: 1.08;
  font-weight: 500;
}

.proof-page .proof-accreditation {
  padding-top: 0;
}

.proof-page .proof-next__panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) auto;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  padding: clamp(24px, 4vw, 46px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .26) 38%, rgba(236, 229, 215, .18)),
    linear-gradient(135deg, rgba(249, 246, 238, .98), rgba(226, 219, 206, .94) 44%, rgba(190, 181, 166, .82)),
    #f2eee5;
}

.proof-page .proof-next__panel h2 {
  margin-top: 14px;
  color: #111411;
}

.proof-page .proof-next__panel p {
  max-width: 62ch;
  margin-top: 16px;
}

.proof-page .proof-next__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.proof-page .proof-next__actions .button {
  border-color: rgba(128, 106, 61, .32);
  color: #111411;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .34)),
    rgba(242, 238, 229, .72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .84),
    0 16px 34px -26px rgba(17, 20, 17, .32);
}

@media (max-width: 980px) {
  .proof-page .proof-hero,
  .proof-page .proof-verdict__grid,
  .proof-page .proof-next__panel {
    grid-template-columns: 1fr;
  }

  .proof-page .proof-verdict__metrics,
  .proof-page .proof-chain__grid {
    grid-template-columns: 1fr;
  }

  .proof-page .proof-verdict__primary,
  .proof-page .proof-verdict__metrics article,
  .proof-page .proof-chain__grid article {
    min-height: auto;
  }

  .proof-page .proof-next__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .proof-page .proof-hero h1 {
    max-width: 100%;
  }

  .proof-page .proof-hero__facts {
    display: grid;
  }

  .proof-page .proof-verdict__primary strong {
    font-size: clamp(1.34rem, 5vw, 1.5rem);
  }

  .proof-page .proof-next__actions {
    display: grid;
  }

  .proof-page .proof-next__actions .button {
    width: 100%;
  }
}
