/*
 * SPDX-FileCopyrightText: 2026 Eternal Tech SRL <info@eternaltech.ai>
 * SPDX-FileContributor: Lorenzo Massaro
 * SPDX-License-Identifier: LicenseRef-Eternal-Tech-Proprietary
 */

:root {
  color-scheme: light;
}

html,
body.np-body {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
}

body.np-body {
  color: #1e1e1e;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

.np-public {
  --np-white: #ffffff;
  --np-ink: #1e1e1e;
  --np-graphite: #404040;
  --np-teal: #00e9b1;
  --np-mint: #c9f1e8;
  --np-violet: #8b55e7;
  --np-line: rgba(30, 30, 30, 0.16);
  --np-dark-line: rgba(255, 255, 255, 0.18);
  --np-gutter: clamp(20px, 4.5vw, 72px);
  --np-content: 1440px;
  position: relative;
  width: 100%;
  min-height: 100vh;
  color: var(--np-ink);
  background: var(--np-white);
}

.np-public,
.np-public *,
.np-public *::before,
.np-public *::after {
  box-sizing: border-box;
  min-width: 0;
}

.np-public h1,
.np-public h2,
.np-public h3,
.np-public p,
.np-public figure,
.np-public blockquote {
  margin: 0;
}

.np-public img,
.np-public canvas {
  display: block;
  max-width: 100%;
}

.np-public .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.np-public a,
.np-public button,
.np-public summary {
  -webkit-tap-highlight-color: transparent;
}

.np-public a:focus-visible,
.np-public button:focus-visible,
.np-public summary:focus-visible,
.np-public canvas:focus-visible {
  outline: 3px solid var(--np-violet);
  outline-offset: 4px;
}

.np-skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  color: var(--np-white);
  background: var(--np-ink);
  text-decoration: none;
  transform: translateY(-160%);
}

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

.np-scroll-progress {
  position: fixed;
  z-index: 140;
  inset: 0 0 auto;
  height: 3px;
  background: rgba(139, 85, 231, 0.16);
  pointer-events: none;
}

.np-scroll-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--np-teal);
  transform: scaleX(0);
  transform-origin: left center;
}

.np-nav {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 0 var(--np-gutter);
  border-bottom: 1px solid var(--np-line);
  color: var(--np-ink);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.np-brand {
  display: inline-flex;
  align-items: center;
}

.np-brand img {
  width: 132px;
  height: auto;
}

.np-nav-links,
.np-nav-actions {
  display: flex;
  align-items: center;
}

.np-nav-links {
  justify-content: center;
  gap: clamp(18px, 2.2vw, 38px);
}

.np-nav-actions {
  justify-content: flex-end;
  gap: 10px;
}

.np-nav-link {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: inherit;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  text-decoration: none;
}

.np-nav-link::after {
  content: "";
  position: absolute;
  inset: auto 0 4px;
  height: 2px;
  background: var(--np-teal);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.np-nav-link:hover::after,
.np-nav-link[aria-current="page"]::after {
  transform: scaleX(1);
}

.np-button {
  display: inline-flex;
  gap: 8px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 6px;
  padding: 0 18px;
  color: var(--np-ink);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease,
    background-color 180ms ease;
}

.np-button svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.np-button:hover {
  transform: translateY(-2px);
}

.np-button-primary {
  border-color: var(--np-teal);
  background: var(--np-teal);
  box-shadow: 0 14px 36px rgba(0, 233, 177, 0.2);
}

.np-button-secondary {
  border-color: rgba(30, 30, 30, 0.3);
  background: var(--np-white);
}

.np-button-on-dark {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--np-white);
  background: transparent;
}

.np-mobile-menu {
  display: none;
}

.np-home-hero,
.np-page-hero,
.np-section,
.np-home-proof,
.np-topology-alternative,
.np-site-footer {
  width: calc(100% - (2 * var(--np-gutter)));
  max-width: var(--np-content);
  margin-inline: auto;
}

.np-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.28fr);
  gap: clamp(44px, 8vw, 130px);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: clamp(72px, 10vh, 120px) 0;
  background: var(--np-white);
}

.np-home-hero-copy {
  max-width: 900px;
}

.np-home-hero h1,
.np-page-hero h1 {
  max-width: 980px;
  color: var(--np-ink);
  font-size: 88px;
  font-weight: 760;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

.np-home-hero-copy > p,
.np-page-hero-copy > p {
  max-width: 760px;
  margin-top: 28px;
  color: rgba(30, 30, 30, 0.72);
  font-size: 20px;
  line-height: 1.55;
}

.np-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.np-hero-truth {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--np-line);
  color: var(--np-graphite);
  font-size: 13px;
  line-height: 1.55;
}

.np-home-offer {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--np-line);
  border-bottom: 1px solid var(--np-line);
}

.np-home-offer div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid var(--np-line);
}

.np-home-offer div:first-child {
  border-top: 0;
}

.np-home-offer span {
  color: var(--np-violet);
  font-size: 12px;
  font-weight: 850;
}

.np-home-offer strong {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.np-home-offer p {
  margin-top: 6px;
  color: rgba(30, 30, 30, 0.66);
  font-size: 13px;
  line-height: 1.5;
}

.np-neural-story {
  position: relative;
  min-height: 610vh;
  color: var(--np-white);
  background: var(--np-ink);
}

.np-neural-sticky {
  position: sticky;
  top: 76px;
  height: calc(100svh - 76px);
  min-height: 620px;
  overflow: hidden;
  border-top: 1px solid var(--np-dark-line);
  border-bottom: 1px solid var(--np-dark-line);
  background: var(--np-ink);
}

.np-neural-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  height: 100%;
}

.np-canvas-shell {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid var(--np-dark-line);
  background: var(--np-ink);
}

.np-neural-canvas,
.np-neural-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.np-neural-canvas {
  z-index: 2;
  opacity: 0;
  transition: opacity 240ms ease;
}

.np-neural-poster {
  z-index: 1;
  object-fit: contain;
  object-position: center;
  opacity: 0.74;
  transition: opacity 240ms ease;
}

.np-canvas-shell.is-ready .np-neural-canvas {
  opacity: 1;
}

.np-canvas-shell.is-ready .np-neural-poster {
  opacity: 0;
}

.np-canvas-meta {
  position: absolute;
  z-index: 4;
  left: clamp(18px, 3vw, 44px);
  right: clamp(18px, 3vw, 44px);
  bottom: clamp(18px, 3vw, 34px);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  line-height: 1.4;
}

.np-canvas-meta span:last-child {
  text-align: right;
}

.np-stage-deck {
  position: relative;
  height: 100%;
  background: var(--np-ink);
}

.np-stage-card {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  padding: clamp(34px, 5vw, 76px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity 240ms ease, transform 240ms ease,
    visibility 240ms step-end;
}

.np-stage-card.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 240ms ease, transform 240ms ease,
    visibility 0ms step-start;
}

.np-stage-index,
.np-section-index {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--np-teal);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.np-stage-index::before,
.np-section-index::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--np-teal);
}

.np-stage-card h2 {
  max-width: 620px;
  color: var(--np-white);
  font-size: 54px;
  font-weight: 740;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.np-stage-card > p {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.58;
}

.np-evidence-cluster {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.np-evidence-panel {
  min-height: 138px;
  border-top: 2px solid var(--np-teal);
  padding: 16px 0 0;
}

.np-evidence-panel:nth-child(2) {
  border-color: var(--np-mint);
}

.np-evidence-panel:nth-child(3) {
  border-color: var(--np-violet);
}

.np-evidence-panel span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.np-evidence-panel strong {
  display: block;
  margin-top: 10px;
  color: var(--np-white);
  font-size: 15px;
  line-height: 1.3;
}

.np-evidence-panel p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.48;
}

.np-stage-card .np-actions {
  margin-top: 26px;
}

.np-stage-status {
  position: absolute;
  z-index: 8;
  top: 22px;
  right: clamp(24px, 4vw, 58px);
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.4;
}

.np-story-progress {
  position: absolute;
  z-index: 20;
  left: clamp(18px, 3vw, 42px);
  top: 50%;
  display: grid;
  grid-template-columns: 2px auto;
  gap: 12px;
  align-items: stretch;
  transform: translateY(-50%);
}

.np-story-progress-track {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.np-story-progress-track span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--np-teal);
  transform: scaleY(0);
  transform-origin: top;
}

.np-story-progress ol {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.np-story-progress button {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  width: 106px;
  min-height: 36px;
  align-items: center;
  border: 0;
  border-radius: 4px;
  padding: 0 9px;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(30, 30, 30, 0.74);
  font: inherit;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}

.np-story-progress button span {
  color: inherit;
  font-size: 10px;
}

.np-story-progress button[aria-current="step"] {
  color: var(--np-ink);
  background: var(--np-teal);
}

.np-topology-alternative {
  padding: 72px 0 100px;
}

.np-topology-alternative details {
  border-top: 1px solid var(--np-line);
  border-bottom: 1px solid var(--np-line);
}

.np-topology-alternative summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  font-weight: 800;
  cursor: pointer;
}

.np-topology-table-wrap {
  width: 100%;
  overflow: auto;
}

.np-topology-alternative table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.45;
}

.np-topology-alternative th,
.np-topology-alternative td {
  border-top: 1px solid var(--np-line);
  padding: 14px 12px;
  text-align: left;
  vertical-align: top;
}

.np-topology-alternative th {
  color: var(--np-graphite);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.np-home-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(36px, 7vw, 110px);
  padding: clamp(86px, 10vw, 150px) 0;
}

.np-home-proof h2,
.np-section-heading h2,
.np-section h2,
.np-final-cta h2 {
  color: var(--np-ink);
  font-size: 60px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.np-home-proof > div > p,
.np-section-heading > p,
.np-section > p {
  margin-top: 20px;
  color: rgba(30, 30, 30, 0.7);
  font-size: 17px;
  line-height: 1.62;
}

.np-proof-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.np-proof-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  border-top: 1px solid var(--np-line);
  padding: 22px 0;
}

.np-proof-list li:last-child {
  border-bottom: 1px solid var(--np-line);
}

.np-proof-list > li > strong {
  color: var(--np-violet);
  font-size: 12px;
}

.np-proof-list b {
  display: block;
  font-size: 15px;
}

.np-proof-list span {
  display: block;
  margin-top: 5px;
  color: rgba(30, 30, 30, 0.64);
  font-size: 14px;
  line-height: 1.48;
}

.np-page-hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: 72px 0;
}

.np-page-hero h1 {
  font-size: 72px;
}

.np-capture {
  overflow: hidden;
  border: 1px solid var(--np-line);
  border-radius: 6px;
  background: var(--np-ink);
  box-shadow: 0 30px 80px rgba(30, 30, 30, 0.14);
}

.np-capture img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.np-capture figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 18px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.74);
  background: var(--np-ink);
  font-size: 11px;
  line-height: 1.48;
}

.np-capture figcaption a {
  color: var(--np-teal);
  font-weight: 800;
}

.np-ledger,
.np-boundary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

.np-ledger {
  color: var(--np-white);
  background: var(--np-ink);
}

.np-ledger article,
.np-boundary-grid article {
  min-height: 220px;
  border-right: 1px solid var(--np-dark-line);
  padding: clamp(28px, 3.2vw, 52px);
}

.np-boundary-grid {
  border-top: 1px solid var(--np-line);
  border-bottom: 1px solid var(--np-line);
}

.np-boundary-grid article {
  border-right-color: var(--np-line);
}

.np-ledger article:last-child,
.np-boundary-grid article:last-child {
  border-right: 0;
}

.np-ledger span,
.np-boundary-grid span {
  color: var(--np-teal);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.np-boundary-grid span {
  color: var(--np-violet);
}

.np-ledger strong,
.np-boundary-grid strong {
  display: block;
  margin-top: 26px;
  font-size: 23px;
  line-height: 1.15;
}

.np-ledger p,
.np-boundary-grid p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.52;
}

.np-boundary-grid p {
  color: rgba(30, 30, 30, 0.66);
}

.np-section {
  padding: clamp(86px, 10vw, 150px) 0;
}

.np-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(280px, 0.32fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 48px;
}

.np-section-heading > p {
  margin-top: 0;
}

.np-five-grid,
.np-truth-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--np-line);
  border-bottom: 1px solid var(--np-line);
}

.np-five-grid article,
.np-truth-grid article {
  min-height: 230px;
  border-right: 1px solid var(--np-line);
  padding: 28px 24px;
}

.np-five-grid article:last-child,
.np-truth-grid article:last-child {
  border-right: 0;
}

.np-five-grid span,
.np-truth-grid span {
  color: var(--np-violet);
  font-size: 12px;
  font-weight: 850;
}

.np-five-grid strong,
.np-truth-grid strong {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.25;
}

.np-five-grid p,
.np-truth-grid p {
  margin-top: 10px;
  color: rgba(30, 30, 30, 0.66);
  font-size: 13px;
  line-height: 1.5;
}

.np-compare {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.np-compare th,
.np-compare td {
  border-top: 1px solid var(--np-line);
  padding: 20px;
  text-align: left;
  vertical-align: top;
}

.np-compare th {
  color: var(--np-graphite);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.np-compare td {
  font-size: 15px;
  line-height: 1.5;
}

.np-compare td:first-child {
  color: var(--np-graphite);
  font-weight: 800;
}

.np-compare td:last-child {
  background: rgba(201, 241, 232, 0.42);
}

.np-split {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.48fr);
  gap: 28px;
  align-items: stretch;
}

.np-split.is-reversed {
  grid-template-columns: minmax(320px, 0.48fr) minmax(0, 1.12fr);
}

.np-copy-panel {
  display: grid;
  align-content: start;
  gap: 20px;
  border: 1px solid var(--np-line);
  padding: clamp(28px, 3vw, 48px);
  background: var(--np-white);
}

.np-copy-panel h3 {
  color: var(--np-ink);
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: 0;
}

.np-copy-panel dl {
  display: grid;
  margin: 0;
}

.np-copy-panel dl div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 16px;
  border-top: 1px solid var(--np-line);
  padding: 15px 0;
}

.np-copy-panel dt {
  color: var(--np-violet);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.np-copy-panel dd {
  margin: 0;
  color: rgba(30, 30, 30, 0.72);
  font-size: 14px;
  line-height: 1.48;
}

.np-contract-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--np-line);
}

.np-contract-flow article {
  position: relative;
  min-height: 190px;
  border-right: 1px solid var(--np-line);
  padding: 26px 22px;
}

.np-contract-flow article:last-child {
  border-right: 0;
}

.np-contract-flow span {
  color: var(--np-teal);
  font-size: 11px;
  font-weight: 850;
}

.np-contract-flow strong {
  display: block;
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.25;
}

.np-contract-flow p {
  margin-top: 9px;
  color: rgba(30, 30, 30, 0.66);
  font-size: 13px;
  line-height: 1.5;
}

.np-dark-band {
  color: var(--np-white);
  background: var(--np-ink);
}

.np-dark-band .np-section {
  width: calc(100% - (2 * var(--np-gutter)));
  max-width: var(--np-content);
  margin-inline: auto;
}

.np-dark-band h2 {
  color: var(--np-white);
}

.np-dark-band .np-section-heading > p,
.np-dark-band .np-section > p {
  color: rgba(255, 255, 255, 0.68);
}

.np-publication-gate {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  gap: 42px;
  align-items: center;
  border-top: 1px solid var(--np-dark-line);
  border-bottom: 1px solid var(--np-dark-line);
  padding: 32px 0;
}

.np-publication-gate strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
}

.np-publication-gate p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.55;
}

.np-gate-state {
  border: 1px solid var(--np-violet);
  padding: 20px;
}

.np-gate-state span {
  color: var(--np-mint);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.np-gate-state b {
  display: block;
  margin-top: 8px;
  font-size: 16px;
}

.np-truth-statement {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(260px, 0.3fr);
  gap: 44px;
  align-items: center;
  width: 100%;
  padding: clamp(58px, 7vw, 96px) var(--np-gutter);
  color: var(--np-white);
  background: var(--np-ink);
}

.np-truth-statement h2 {
  color: var(--np-white);
  font-size: 68px;
  line-height: 0.96;
  letter-spacing: 0;
}

.np-truth-statement p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.6;
}

.np-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) auto;
  gap: 42px;
  align-items: center;
  width: 100%;
  padding: clamp(70px, 8vw, 120px) var(--np-gutter);
  color: var(--np-white);
  background: var(--np-ink);
}

.np-final-cta h2 {
  max-width: 900px;
  color: var(--np-white);
}

.np-final-cta p {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  line-height: 1.58;
}

.np-final-cta-actions {
  display: grid;
  gap: 12px;
  min-width: 210px;
}

.np-site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--np-line);
  padding: 28px 0 36px;
  color: rgba(30, 30, 30, 0.62);
  font-size: 12px;
}

.np-site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.np-site-footer a {
  color: inherit;
  font-weight: 760;
  text-decoration: none;
}

.np-noscript {
  margin: 0;
  padding: 16px var(--np-gutter);
  color: var(--np-white);
  background: var(--np-graphite);
}

@media (max-width: 1120px) {
  .np-nav {
    gap: 18px;
  }

  .np-page-hero {
    grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1fr);
  }

  .np-neural-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  }

  .np-evidence-cluster {
    grid-template-columns: 1fr;
  }

  .np-evidence-panel {
    min-height: 0;
  }

  .np-five-grid,
  .np-truth-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .np-five-grid article:nth-child(3),
  .np-truth-grid article:nth-child(3) {
    border-right: 0;
  }

  .np-five-grid article:nth-child(-n + 3),
  .np-truth-grid article:nth-child(-n + 3) {
    border-bottom: 1px solid var(--np-line);
  }

  .np-ledger,
  .np-boundary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .np-ledger article:nth-child(2),
  .np-boundary-grid article:nth-child(2) {
    border-right: 0;
  }

  .np-ledger article:nth-child(-n + 2),
  .np-boundary-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--np-line);
  }

  .np-contract-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .np-contract-flow article:nth-child(3) {
    border-right: 0;
  }

  .np-contract-flow article:nth-child(-n + 3) {
    border-bottom: 1px solid var(--np-line);
  }
}

@media (max-width: 900px) {
  .np-public {
    --np-gutter: 18px;
  }

  .np-nav {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 64px;
  }

  .np-brand img {
    width: 112px;
  }

  .np-nav-links,
  .np-nav-actions {
    display: none;
  }

  .np-mobile-menu {
    position: relative;
    display: block;
    justify-self: end;
  }

  .np-mobile-menu summary {
    position: relative;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
  }

  .np-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .np-mobile-menu summary::before,
  .np-mobile-menu summary::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background: currentColor;
  }

  .np-mobile-menu summary::before {
    transform: translateY(-3px);
  }

  .np-mobile-menu summary::after {
    transform: translateY(3px);
  }

  .np-mobile-menu[open] summary::before {
    transform: rotate(45deg);
  }

  .np-mobile-menu[open] summary::after {
    transform: rotate(-45deg);
  }

  .np-mobile-menu-panel {
    position: absolute;
    top: 52px;
    right: 0;
    display: grid;
    gap: 4px;
    width: min(310px, calc(100vw - 36px));
    border: 1px solid var(--np-line);
    border-radius: 8px;
    padding: 12px;
    color: var(--np-ink);
    background: var(--np-white);
    box-shadow: 0 24px 70px rgba(30, 30, 30, 0.2);
  }

  .np-mobile-menu-panel a {
    display: flex;
    min-height: 44px;
    align-items: center;
    border-bottom: 1px solid var(--np-line);
    color: inherit;
    font-size: 14px;
    font-weight: 760;
    text-decoration: none;
  }

  .np-home-hero,
  .np-page-hero,
  .np-home-proof,
  .np-section-heading,
  .np-split,
  .np-split.is-reversed,
  .np-publication-gate,
  .np-truth-statement,
  .np-final-cta {
    grid-template-columns: 1fr;
  }

  .np-home-hero,
  .np-page-hero {
    min-height: 0;
    padding: 76px 0 88px;
  }

  .np-home-hero h1,
  .np-page-hero h1 {
    font-size: 58px;
  }

  .np-neural-story {
    min-height: 0;
    padding-bottom: 46px;
  }

  .np-neural-sticky {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .np-neural-layout {
    display: block;
    height: auto;
  }

  .np-canvas-shell {
    position: sticky;
    z-index: 6;
    top: 64px;
    height: 42svh;
    min-height: 270px;
    border-right: 0;
    border-bottom: 1px solid var(--np-dark-line);
  }

  .np-stage-deck {
    height: auto;
  }

  .np-stage-card,
  .np-stage-card.is-active {
    position: relative;
    inset: auto;
    min-height: auto;
    border-bottom: 1px solid var(--np-dark-line);
    padding: 52px 18px;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .np-stage-card h2 {
    font-size: 44px;
  }

  .np-evidence-cluster {
    grid-template-columns: 1fr;
  }

  .np-story-progress {
    position: sticky;
    z-index: 8;
    left: auto;
    top: 64px;
    display: block;
    padding: 8px 12px;
    background: var(--np-ink);
    transform: none;
  }

  .np-story-progress-track {
    height: 2px;
  }

  .np-story-progress-track span {
    transform-origin: left;
  }

  .np-story-progress ol {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
    margin-top: 7px;
  }

  .np-story-progress button {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 0;
    text-align: center;
  }

  .np-story-progress button strong {
    display: none;
  }

  .np-story-progress button span {
    font-size: 10px;
  }

  .np-stage-status {
    position: static;
    padding: 16px 18px 0;
  }

  .np-canvas-meta {
    font-size: 10px;
  }

  .np-ledger,
  .np-boundary-grid,
  .np-five-grid,
  .np-truth-grid,
  .np-contract-flow {
    grid-template-columns: 1fr;
  }

  .np-ledger article,
  .np-boundary-grid article,
  .np-five-grid article,
  .np-truth-grid article,
  .np-contract-flow article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--np-line);
  }

  .np-ledger article {
    border-bottom-color: var(--np-dark-line);
  }

  .np-section-heading {
    gap: 20px;
  }

  .np-copy-panel dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .np-capture img {
    aspect-ratio: 4 / 3;
  }

  .np-capture-context img {
    object-position: 56% center;
  }

  .np-capture-grow img {
    object-position: 61% center;
  }

  .np-capture-modules img {
    object-position: 54% center;
  }

  .np-final-cta-actions {
    width: 100%;
  }

  .np-site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .np-actions {
    display: grid;
  }

  .np-actions .np-button,
  .np-final-cta-actions .np-button {
    width: 100%;
  }

  .np-home-offer div {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .np-canvas-meta {
    display: block;
  }

  .np-canvas-meta span:last-child {
    display: block;
    margin-top: 5px;
    text-align: left;
  }

  .np-capture figcaption {
    display: block;
  }

  .np-capture figcaption a {
    display: inline-block;
    margin-top: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .np-public *,
  .np-public *::before,
  .np-public *::after {
    scroll-behavior: auto;
    animation: none;
    transition: none;
  }

  .np-neural-story {
    min-height: 0;
    padding: 36px var(--np-gutter) 72px;
  }

  .np-neural-sticky {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
    border: 1px solid var(--np-dark-line);
  }

  .np-neural-layout {
    display: block;
    height: auto;
  }

  .np-canvas-shell {
    position: relative;
    top: auto;
    height: min(52vw, 520px);
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid var(--np-dark-line);
  }

  .np-public .np-neural-canvas {
    display: none;
  }

  .np-neural-poster,
  .np-canvas-shell.is-ready .np-neural-poster {
    opacity: 0.82;
  }

  .np-stage-deck {
    height: auto;
  }

  .np-stage-card,
  .np-stage-card.is-active {
    position: relative;
    inset: auto;
    border-bottom: 1px solid var(--np-dark-line);
    padding: clamp(32px, 5vw, 58px);
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .np-stage-card:last-child {
    border-bottom: 0;
  }

  .np-stage-status,
  .np-story-progress {
    display: none;
  }
}

/* Cinematic public experience: one topology, one route, real product proof. */

.np-public {
  --np-paper: #ededed;
  --np-teal-deep: #0e6e5a;
  --np-lavender: #ded5ed;
  --np-line: rgba(30, 30, 30, 0.12);
  --np-line-strong: rgba(30, 30, 30, 0.22);
  --np-dark-line: rgba(255, 255, 255, 0.16);
}

.public-neural-home > .np-scroll-progress {
  display: none;
}

.np-home-hero {
  position: relative;
  display: flex;
  min-height: max(660px, calc(100svh - 116px));
  align-items: center;
  overflow: hidden;
  padding: clamp(56px, 7vh, 84px) 0;
}

.np-home-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 -2% 0 32%;
  background-color: var(--np-white);
  background-image: url("/assets/brand/public-brain-projection.png");
  background-position: 58% center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1) grayscale(1) contrast(1.22);
  -webkit-mask-image: none;
  mask-image: none;
  opacity: 0.42;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.np-home-hero::before {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #00e9b1 0%, #c9f1e8 42%, #8b55e7 100%);
}

.np-home-hero.has-neural-canvas::after {
  opacity: 0;
}

.np-hero-network {
  position: absolute;
  z-index: 1;
  inset: 0 -3% 0 30%;
  width: 73%;
  height: 100%;
  max-width: none;
  -webkit-mask-image: none;
  mask-image: none;
  pointer-events: none;
}

.np-home-hero-copy {
  position: relative;
  z-index: 2;
  width: min(48%, 680px);
  max-width: 680px;
}

.np-home-hero h1 {
  max-width: 680px;
  font-size: 82px;
  line-height: 0.95;
}

.np-home-hero-copy > p {
  max-width: 600px;
  font-size: 20px;
  line-height: 1.5;
}

.np-home-hero .np-actions {
  align-items: center;
  margin-top: 32px;
}

.np-home-hero .np-button {
  min-height: 48px;
  font-size: 14px;
}

.np-home-hero .np-button-secondary {
  min-height: 44px;
  border-color: transparent;
  padding-inline: 8px;
  color: var(--np-teal-deep);
  background: transparent;
  box-shadow: none;
}

.np-home-offer,
.np-hero-truth {
  display: none;
}

.np-neural-story {
  min-height: auto;
  background: var(--np-ink);
}

.np-neural-sticky {
  background: linear-gradient(
    135deg,
    #1e1e1e 0%,
    #242129 52%,
    #1e1e1e 100%
  );
}

.np-neural-layout {
  position: relative;
  display: block;
  height: 100%;
}

.np-canvas-shell {
  position: absolute;
  inset: 0;
  height: 100%;
  border-right: 0;
  background: transparent;
}

.np-neural-canvas {
  max-width: none;
}

.np-neural-poster {
  object-fit: cover;
  object-position: center;
  opacity: 0.44;
}

.np-stage-deck {
  position: absolute;
  z-index: 5;
  inset: 0;
  height: 100%;
  background: transparent;
  pointer-events: none;
}

.np-stage-card {
  width: 44%;
  padding: clamp(44px, 5vw, 78px) clamp(40px, 4.7vw, 74px) 104px;
  border-inline: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(30, 30, 30, 0.91);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

.np-stage-card:nth-of-type(odd) {
  right: 0;
  left: auto;
}

.np-stage-card:nth-of-type(even) {
  right: auto;
  left: 0;
}

.np-stage-card::before {
  content: "";
  position: absolute;
  top: calc(39% - 36px);
  width: 2px;
  height: 72px;
  background: linear-gradient(180deg, #00e9b1 0%, #8b55e7 100%);
  box-shadow: 0 0 22px rgba(0, 233, 177, 0.3);
}

.np-stage-card:nth-of-type(odd)::before {
  left: -1px;
}

.np-stage-card:nth-of-type(even)::before {
  right: -1px;
}

.np-stage-card h2 {
  max-width: 560px;
  font-size: 54px;
  line-height: 0.98;
}

.np-stage-card > p {
  max-width: 560px;
  font-size: 17px;
  line-height: 1.55;
}

.np-evidence-cluster {
  gap: 14px;
  margin-top: 32px;
}

.np-evidence-panel {
  min-height: 138px;
}

.np-evidence-panel strong {
  font-size: 16px;
}

.np-evidence-panel p {
  font-size: 13px;
  line-height: 1.5;
}

.np-stage-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.np-canvas-meta {
  left: max(24px, var(--np-gutter));
  right: max(24px, var(--np-gutter));
  bottom: 88px;
  color: rgba(255, 255, 255, 0.5);
}

.np-story-progress {
  top: auto;
  right: auto;
  bottom: 18px;
  left: 50%;
  display: block;
  width: min(920px, calc(100% - (2 * var(--np-gutter))));
  transform: translateX(-50%);
  transition: none;
}

.np-story-progress-track {
  position: absolute;
  top: 7px;
  right: 6.5%;
  left: 6.5%;
  height: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.np-story-progress-track span {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00e9b1 0%, #c9f1e8 55%, #8b55e7 100%);
  transform: scaleX(0);
  transform-origin: left center;
}

.np-story-progress ol {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.np-story-progress button {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  width: 100%;
  min-height: 48px;
  border: 0;
  padding: 17px 4px 0;
  color: rgba(255, 255, 255, 0.54);
  background: transparent;
  text-align: center;
}

.np-story-progress button::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid #1e1e1e;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
}

.np-story-progress button:hover,
.np-story-progress button:focus-visible {
  color: var(--np-white);
}

.np-story-progress button[aria-current="step"] {
  color: var(--np-white);
  background: transparent;
  box-shadow: none;
}

.np-story-progress button[aria-current="step"]::before {
  background: var(--np-teal);
  box-shadow: 0 0 0 1px var(--np-teal), 0 0 18px rgba(0, 233, 177, 0.72);
}

.np-story-progress button span {
  color: inherit;
  font-size: 9px;
}

.np-story-progress button strong {
  display: block;
  font-size: 10px;
}

.np-topology-alternative details {
  border-color: var(--np-line);
}

.np-topology-alternative details:not([open]) {
  border-bottom-color: var(--np-line);
}

.np-page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(38px, 5vw, 68px);
  min-height: 0;
  align-items: start;
  padding: clamp(62px, 8vh, 92px) 0 clamp(82px, 9vw, 126px);
}

.np-page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #00e9b1 0%, #c9f1e8 46%, #8b55e7 100%);
}

.np-page-hero-copy {
  width: min(100%, 1120px);
}

.np-page-hero h1 {
  max-width: 1080px;
  font-size: 74px;
  line-height: 0.96;
}

.np-page-hero-copy > p {
  max-width: 780px;
  font-size: 20px;
  line-height: 1.5;
}

.np-capture {
  border-color: rgba(30, 30, 30, 0.18);
  border-radius: 6px;
  background: var(--np-ink);
  box-shadow: 0 28px 72px rgba(30, 30, 30, 0.14);
}

.np-capture img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: var(--np-ink);
}

.np-capture figcaption {
  display: block;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
}

.np-capture-proof summary {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  color: var(--np-mint);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.np-capture-proof summary::-webkit-details-marker {
  display: none;
}

.np-capture-proof summary::after {
  content: "+";
  color: var(--np-teal);
  font-size: 18px;
  font-weight: 500;
}

.np-capture-proof[open] summary::after {
  content: "\2212";
}

.np-capture-proof-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 18px;
  border-top: 1px solid var(--np-dark-line);
  padding: 12px 14px 14px;
  font-size: 12px;
  line-height: 1.5;
}

.np-capture-proof-body a {
  color: var(--np-teal);
  font-weight: 800;
}

figure[data-capture-source="grow-review"] {
  display: block;
}

.np-split:has(figure[data-capture-source="grow-review"]) {
  grid-template-columns: minmax(0, 1.24fr) minmax(300px, 0.46fr);
  justify-content: stretch;
}

.np-real-capture-section {
  border-top: 1px solid var(--np-line);
}

.np-split-brain {
  grid-template-columns: minmax(0, 1.24fr) minmax(300px, 0.46fr);
}

.np-capture-brain img,
.np-capture-grow img {
  background: var(--np-paper);
}

.np-copy-panel {
  border-width: 1px 0;
  background: var(--np-white);
}

.np-publication-proof {
  border-top: 1px solid var(--np-dark-line);
  border-bottom: 1px solid var(--np-dark-line);
}

.np-publication-proof > summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  color: var(--np-mint);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.np-publication-proof > summary::-webkit-details-marker {
  display: none;
}

.np-publication-proof > summary::after {
  content: "+";
  color: var(--np-teal);
  font-size: 20px;
  font-weight: 500;
}

.np-publication-proof[open] > summary::after {
  content: "\2212";
}

.np-publication-proof .np-publication-gate {
  border: 0;
}

@media (max-width: 1120px) and (min-width: 901px) {
  .np-home-hero-copy {
    width: 52%;
  }

  .np-home-hero h1 {
    font-size: 64px;
    line-height: 0.953;
  }

  .np-home-hero::after {
    min-height: 0;
  }

  .np-stage-card {
    width: 46%;
    padding: 42px 42px 96px;
  }

  .np-stage-card h2 {
    font-size: 48px;
  }

  .np-evidence-cluster {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .np-evidence-panel {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .np-public {
    --np-gutter: clamp(20px, 5vw, 40px);
  }

  .np-home-hero,
  .np-page-hero {
    padding: 48px 0;
  }

  .np-home-hero {
    display: flex;
    min-height: max(650px, calc(100svh - 104px));
  }

  .np-home-hero::after {
    min-height: 0;
    background-position: 60% center;
  }

  .np-home-hero-copy {
    width: 54%;
  }

  .np-hero-network {
    right: -3%;
    left: 34%;
    width: 69%;
  }

  .np-page-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding-bottom: 88px;
  }

  .np-home-hero h1 {
    font-size: 58px;
    line-height: 0.953;
  }

  .np-page-hero h1 {
    font-size: 54px;
    line-height: 1;
  }

  .np-home-hero-copy > p,
  .np-page-hero-copy > p {
    font-size: 18px;
    line-height: 1.55;
  }

  .np-neural-story {
    min-height: 0;
    padding-bottom: 0;
  }

  .np-canvas-shell {
    position: sticky;
    inset: auto;
    top: 64px;
    height: 48svh;
    min-height: 300px;
    background: linear-gradient(135deg, #1e1e1e 0%, #242129 100%);
    isolation: isolate;
  }

  .np-stage-deck {
    position: relative;
    inset: auto;
    height: auto;
  }

  .np-stage-card,
  .np-stage-card.is-active,
  .np-stage-card:nth-of-type(odd),
  .np-stage-card:nth-of-type(even) {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 72svh;
    border-right: 0;
    border-left: 0;
    padding: clamp(52px, 9vw, 82px) var(--np-gutter);
    background: var(--np-ink);
    backdrop-filter: none;
  }

  .np-stage-card::before {
    display: none;
  }

  .np-stage-card h2 {
    max-width: 680px;
    font-size: 52px;
  }

  .np-stage-card > p {
    max-width: 680px;
  }

  .np-story-progress,
  .np-neural-story[data-active-stage="1"] .np-story-progress,
  .np-neural-story[data-active-stage="3"] .np-story-progress,
  .np-neural-story[data-active-stage="5"] .np-story-progress {
    position: sticky;
    top: calc(64px + 48svh);
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: 100%;
    padding: 8px var(--np-gutter) 10px;
    background: var(--np-ink);
    transform: none;
  }

  .np-story-progress-track {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    height: 2px;
  }

  .np-story-progress ol {
    display: grid;
    grid-auto-columns: minmax(76px, 1fr);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 6px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .np-story-progress button {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 44px;
    padding: 17px 8px 3px;
    text-align: center;
  }

  .np-story-progress button strong {
    display: block;
    font-size: 10px;
  }

  .np-story-progress button span {
    font-size: 9px;
  }

  .np-stage-status {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
  }

  .np-canvas-meta {
    right: var(--np-gutter);
    left: var(--np-gutter);
  }

  .np-capture img {
    aspect-ratio: auto;
  }

  .np-split-brain,
  .np-split:has(figure[data-capture-source="grow-review"]) {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 639px) {
  .np-public {
    --np-gutter: 20px;
  }

  .np-home-hero,
  .np-page-hero {
    padding: 34px 0 42px;
  }

  .np-home-hero {
    display: grid;
    grid-template-rows: auto minmax(190px, 1fr);
    min-height: max(720px, calc(100svh - 64px));
    align-items: start;
  }

  .np-home-hero-copy {
    width: 100%;
  }

  .np-home-hero::after {
    inset: auto -28% 0 -10%;
    width: 138%;
    height: 43%;
    min-height: 0;
    background-position: 67% center;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .np-hero-network {
    inset: auto -28% 0 -10%;
    width: 138%;
    height: 43%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .np-page-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 42px 0 72px;
  }

  .np-home-hero h1 {
    font-size: 46px;
    line-height: 0.978;
  }

  .np-page-hero h1 {
    font-size: 44px;
    line-height: 1.05;
  }

  .np-home-hero-copy > p,
  .np-page-hero-copy > p {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.5;
  }

  .np-home-hero .np-actions {
    display: grid;
    margin-top: 22px;
  }

  .np-home-hero .np-button-primary {
    width: 100%;
  }

  .np-home-hero .np-button-secondary {
    width: auto;
    justify-self: start;
  }

  .np-canvas-shell {
    height: 40svh;
    min-height: 240px;
  }

  .np-story-progress,
  .np-neural-story[data-active-stage="1"] .np-story-progress,
  .np-neural-story[data-active-stage="3"] .np-story-progress,
  .np-neural-story[data-active-stage="5"] .np-story-progress {
    top: calc(64px + 40svh);
    padding: 8px 16px 10px;
  }

  .np-story-progress ol {
    grid-auto-flow: row;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    overflow: visible;
  }

  .np-story-progress button {
    min-height: 30px;
    padding: 16px 0 0;
  }

  .np-story-progress button strong {
    display: none;
  }

  .np-canvas-meta {
    display: none;
  }

  .np-stage-card,
  .np-stage-card.is-active {
    min-height: 72svh;
  }

  .np-stage-card h2 {
    font-size: 40px;
    line-height: 1;
  }

  .np-evidence-cluster {
    margin-top: 28px;
  }

  .np-section-heading h2,
  .np-section h2,
  .np-home-proof h2,
  .np-final-cta h2 {
    font-size: 36px;
    line-height: 1.1;
  }

  .np-compare,
  .np-compare tbody,
  .np-compare tr,
  .np-compare td {
    display: block;
    width: 100%;
  }

  .np-compare thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .np-compare tr {
    border-top: 1px solid var(--np-line);
    padding: 18px 0;
  }

  .np-compare td {
    border-top: 0;
    padding: 8px 0;
    overflow-wrap: anywhere;
  }

  .np-compare td:first-child {
    font-size: 17px;
  }

  .np-compare td:nth-child(2)::before,
  .np-compare td:nth-child(3)::before {
    display: block;
    margin-bottom: 4px;
    color: var(--np-violet);
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
  }

  .np-compare td:nth-child(2)::before {
    content: "RAG pattern";
  }

  .np-compare td:nth-child(3)::before {
    content: "AGVM contract";
  }
}

@media (max-width: 340px) {
  .np-home-hero h1 {
    font-size: 42px;
    line-height: 1;
  }

  .np-page-hero h1 {
    font-size: 38px;
  }

  .np-home-hero::after {
    min-height: 0;
  }

  .np-story-progress {
    padding-inline: 12px;
  }

  .np-stage-card,
  .np-stage-card.is-active {
    padding-inline: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .np-public .np-hero-network {
    display: none;
  }

  .np-home-hero.has-neural-canvas::after {
    opacity: 0.42;
  }

  .np-neural-story {
    min-height: 0;
    padding: 40px var(--np-gutter) 80px;
  }

  .np-neural-sticky {
    border: 0;
  }

  .np-canvas-shell {
    position: relative;
    height: min(58vw, 600px);
    min-height: 280px;
    border: 1px solid var(--np-dark-line);
  }

  .np-neural-poster,
  .np-canvas-shell.is-ready .np-neural-poster {
    left: -5%;
    width: 105%;
    max-width: none;
    object-position: right center;
    opacity: 0.72;
  }

  .np-stage-deck {
    position: relative;
    height: auto;
  }

  .np-stage-card,
  .np-stage-card.is-active,
  .np-stage-card:nth-of-type(odd),
  .np-stage-card:nth-of-type(even) {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.54fr) minmax(0, 0.46fr);
    gap: clamp(28px, 5vw, 72px);
    width: 100%;
    min-height: 0;
    align-items: center;
    border: 0;
    border-bottom: 1px solid var(--np-dark-line);
    padding: clamp(46px, 7vw, 92px) 0;
    background: var(--np-ink);
  }

  .np-stage-card::before {
    display: none;
  }

  .np-stage-card:nth-of-type(even) {
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  }

  .np-stage-card > :not(.np-stage-still) {
    grid-column: 2;
  }

  .np-stage-card:nth-of-type(even) > :not(.np-stage-still) {
    grid-column: 1;
  }

  .np-stage-still {
    grid-row: 1 / span 6;
    grid-column: 1;
    width: 100%;
    aspect-ratio: 16 / 10;
    border: 1px solid var(--np-dark-line);
    background: var(--np-ink);
  }

  .np-stage-card:nth-of-type(even) .np-stage-still {
    grid-column: 2;
  }

  .np-story-progress,
  .np-neural-story[data-active-stage="1"] .np-story-progress,
  .np-neural-story[data-active-stage="3"] .np-story-progress,
  .np-neural-story[data-active-stage="5"] .np-story-progress {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: 100%;
    padding: 18px 0 26px;
    background: var(--np-ink);
    transform: none;
  }

  .np-story-progress-track {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  .np-story-progress ol {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
  }

  .np-story-progress button {
    display: grid;
    width: 100%;
    min-height: 48px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .np-story-progress button strong {
    display: block;
  }

  .np-stage-status {
    display: block;
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    padding: 12px 0 0;
    color: rgba(255, 255, 255, 0.62);
    text-align: left;
    white-space: normal;
  }

  .np-public .np-neural-canvas {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 760px) {
  .np-neural-story {
    padding-inline: var(--np-gutter);
  }

  .np-stage-card,
  .np-stage-card.is-active,
  .np-stage-card:nth-of-type(odd),
  .np-stage-card:nth-of-type(even) {
    grid-template-columns: 1fr;
  }

  .np-stage-card > :not(.np-stage-still),
  .np-stage-card:nth-of-type(even) > :not(.np-stage-still),
  .np-stage-still,
  .np-stage-card:nth-of-type(even) .np-stage-still {
    grid-column: 1;
  }

  .np-stage-still {
    grid-row: auto;
  }

  .np-story-progress ol {
    grid-auto-columns: minmax(76px, 1fr);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
  }
}
