/* NRTR narrative story: living nervous system chapters */
.nrtr-story {
  --nrtr-bg: #0c0f12;
  --nrtr-bg-elev: #14191f;
  --nrtr-line: rgba(232, 240, 245, 0.12);
  --nrtr-text: #e8f0f5;
  --nrtr-muted: rgba(232, 240, 245, 0.62);
  --nrtr-faint: rgba(232, 240, 245, 0.38);
  --nrtr-accent: #add8e6;
  --nrtr-accent-dim: rgba(173, 216, 230, 0.22);
  --nrtr-pulse: #add8e6;
  --nrtr-warn: #fca5a5;
  --nrtr-ok: #86efac;
  --nrtr-max: 78rem;
  background: var(--nrtr-bg);
  color: var(--nrtr-text);
  font-family: var(--font-body-family), ui-sans-serif, system-ui, sans-serif;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-bottom: 0;
}

.nrtr-story * { box-sizing: border-box; }

.nrtr-ch {
  position: relative;
  padding: clamp(40px, 7vw, 88px) clamp(20px, 5vw, 48px);
  border-top: 1px solid transparent;
  scroll-margin-top: 7.5rem;
}

/* Home story only: never inherit header/page-width 5rem side rails */
#nrtr-story.nrtr-story > .nrtr-ch {
  padding-left: clamp(20px, 5vw, 48px) !important;
  padding-right: clamp(20px, 5vw, 48px) !important;
}

.nrtr-ch-inner {
  max-width: var(--nrtr-max);
  margin: 0 auto;
}

.nrtr-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--nrtr-accent);
  font-weight: 700;
  margin: 0 0 1rem;
}

.nrtr-display {
  font-family: var(--font-heading-family), inherit;
  font-size: clamp(1.65rem, 4.8vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  color: var(--nrtr-text);
  text-wrap: balance;
}

.nrtr-display-accent {
  color: var(--nrtr-accent);
}

.nrtr-lede {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  line-height: 1.55;
  color: var(--nrtr-muted);
  max-width: 38rem;
  margin: 0 0 2rem;
}

.nrtr-lede strong { color: var(--nrtr-text); font-weight: 650; }

.nrtr-ch-01 {
  padding-top: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(28px, 4vw, 56px);
}

.nrtr-ch-02 {
  padding-top: clamp(28px, 4vw, 56px);
  padding-bottom: clamp(1.25rem, 3vw, 2.25rem);
}

.nrtr-ch-02 + .nrtr-ch-product {
  padding-top: clamp(1.1rem, 2.5vw, 1.85rem);
}

.nrtr-ch-product + .nrtr-ch-adaptive {
  padding-top: clamp(1.1rem, 2.5vw, 1.85rem);
}

.nrtr-ch-adaptive {
  padding-bottom: clamp(1.5rem, 3.5vw, 2.75rem);
}

.nrtr-ch-05,
.nrtr-ch-06,
.nrtr-ch-09 {
  padding-top: clamp(1.35rem, 3vw, 2.35rem);
  padding-bottom: clamp(1.35rem, 3vw, 2.35rem);
}

.nrtr-ch-adaptive + .nrtr-ch-05 {
  padding-top: clamp(1.1rem, 2.5vw, 1.85rem);
}

.nrtr-ch-05 + .nrtr-ch-06,
.nrtr-ch-06 + .nrtr-ch-09 {
  padding-top: clamp(1rem, 2.25vw, 1.65rem);
}

.nrtr-ch-09 {
  padding-bottom: clamp(1.25rem, 2.75vw, 2rem);
}

.nrtr-ch-09 + .nrtr-ch--close {
  padding-top: clamp(2.5rem, 6vw, 4.5rem);
}

.nrtr-founder {
  max-width: min(78rem, 100%);
  display: grid;
  grid-template-columns: minmax(16rem, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.25rem, 3.5vw, 3.25rem);
  align-items: start;
}

.nrtr-founder-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: min(34rem, 78vh);
  min-height: 22rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 22px;
}

.nrtr-founder-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.nrtr-founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 12%;
  display: block;
  filter: saturate(0.9) contrast(1.04) brightness(0.92);
}

.nrtr-founder-photo::before,
.nrtr-founder-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.nrtr-founder-photo::before {
  background:
    radial-gradient(ellipse 72% 68% at 42% 28%, transparent 28%, rgba(12, 15, 18, 0.35) 62%, var(--nrtr-bg) 92%),
    linear-gradient(90deg, rgba(12, 15, 18, 0.18) 0%, transparent 28%, transparent 58%, var(--nrtr-bg) 100%),
    linear-gradient(180deg, rgba(12, 15, 18, 0.55) 0%, transparent 22%, transparent 48%, rgba(12, 15, 18, 0.72) 78%, var(--nrtr-bg) 100%);
}

.nrtr-founder-photo::after {
  background:
    linear-gradient(to top, var(--nrtr-bg) 0%, transparent 34%),
    linear-gradient(to right, transparent 70%, var(--nrtr-bg) 100%);
  mix-blend-mode: multiply;
  opacity: 0.9;
}

.nrtr-founder-caption {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(1.1rem, 2.5vw, 1.6rem);
  text-align: left;
}

.nrtr-founder-quote {
  max-width: 14ch;
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  margin-bottom: 0.7rem;
}

.nrtr-founder-accent {
  color: var(--nrtr-accent);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.nrtr-founder-blurb {
  max-width: 28rem;
  margin: 0 0 1.1rem;
  color: var(--nrtr-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.nrtr-founder-sig {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.nrtr-founder-name {
  font-family: Trirong, Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  color: var(--nrtr-text);
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.nrtr-founder-role {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--nrtr-faint);
  font-weight: 650;
}

.nrtr-founder-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: 0;
  --nrtr-founder-stack-gap: clamp(1.35rem, 2.8vw, 2rem);
}

.nrtr-founder-panel .nrtr-display {
  max-width: 16ch;
  margin: 0 0 var(--nrtr-founder-stack-gap);
}

.nrtr-founder-panel .nrtr-lede {
  max-width: 36rem;
  margin: 0 0 var(--nrtr-founder-stack-gap);
  font-size: clamp(0.98rem, 1.8vw, 1.1rem);
}

.nrtr-founder-lede-follow {
  margin-top: 0;
  margin-bottom: var(--nrtr-founder-stack-gap);
}

.nrtr-founder-mission {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 var(--nrtr-founder-stack-gap);
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid var(--nrtr-line);
  background: rgba(20, 25, 31, 0.65);
  text-align: left;
}

.nrtr-founder-mission p {
  margin: 0;
  flex: 1;
  min-width: 0;
  color: var(--nrtr-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.nrtr-founder-mission-icon {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  color: var(--nrtr-accent);
  border: 1px solid rgba(173, 216, 230, 0.28);
  background: rgba(173, 216, 230, 0.06);
  flex-shrink: 0;
}

.nrtr-founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.nrtr-founder-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.3rem;
  border-radius: 999px;
  font-weight: 750;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s, border-color 0.2s, background 0.2s;
}

.nrtr-founder-cta:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.nrtr-founder-cta--primary {
  background: var(--nrtr-accent);
  color: #0c0f12;
}

.nrtr-founder-cta--ghost {
  border: 1px solid rgba(173, 216, 230, 0.4);
  color: var(--nrtr-accent);
  background: transparent;
}

.nrtr-founder-cta--ghost:hover {
  border-color: rgba(173, 216, 230, 0.65);
  background: rgba(173, 216, 230, 0.05);
}

@media screen and (max-width: 989px) {
  .nrtr-founder {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .nrtr-founder-panel {
    order: 1;
  }

  .nrtr-founder-panel .nrtr-display {
    max-width: none;
  }

  .nrtr-founder-visual {
    order: 2;
    aspect-ratio: 4 / 5;
    max-height: min(30rem, 72vh);
    min-height: 20rem;
    border-radius: 18px;
    overflow: hidden;
  }

  .nrtr-founder-photo {
    position: absolute;
    inset: 0;
  }

  .nrtr-founder-photo::before {
    background:
      radial-gradient(ellipse 80% 70% at 50% 28%, transparent 30%, rgba(12, 15, 18, 0.4) 68%, var(--nrtr-bg) 100%),
      linear-gradient(180deg, rgba(12, 15, 18, 0.35) 0%, transparent 24%, transparent 42%, rgba(12, 15, 18, 0.8) 78%, var(--nrtr-bg) 100%);
  }

  .nrtr-founder-photo::after {
    background: linear-gradient(to top, var(--nrtr-bg) 0%, transparent 40%);
    mix-blend-mode: normal;
    opacity: 1;
  }

  .nrtr-founder-caption {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: clamp(1.1rem, 2.5vw, 1.6rem);
  }

  .nrtr-founder-quote {
    max-width: 14ch;
  }
}

@media screen and (max-width: 549px) {
  .nrtr-founder-cta {
    width: 100%;
  }
}

.nrtr-canvas {
  position: relative;
  min-height: clamp(280px, 48vw, 420px);
  border: 1px solid var(--nrtr-line);
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(173, 216, 230, 0.07), transparent 55%),
    radial-gradient(ellipse at 70% 60%, rgba(173, 216, 230, 0.06), transparent 50%),
    var(--nrtr-bg-elev);
  overflow: hidden;
}

.nrtr-node {
  position: absolute;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--nrtr-line);
  background: rgba(12, 15, 18, 0.82);
  color: var(--nrtr-text);
  font-size: 0.8125rem;
  font-weight: 600;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  animation: nrtrBreathe 6s ease-in-out infinite;
  will-change: transform;
}

.nrtr-node:nth-child(odd) { animation-delay: -1.4s; }
.nrtr-node:nth-child(3n) { animation-delay: -2.8s; }

@keyframes nrtrBreathe {
  0%, 100% { box-shadow: 0 0 0 0 transparent; }
  50% { box-shadow: 0 0 18px 0 var(--nrtr-accent-dim); }
}

.nrtr-svg-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.nrtr-svg-links line {
  stroke: var(--nrtr-accent);
  stroke-width: 1.25;
  stroke-opacity: 0;
  transition: stroke-opacity 0.4s ease;
}

.nrtr-ch.is-connected .nrtr-svg-links line,
.nrtr-ch[data-progress="1"] .nrtr-svg-links line {
  stroke-opacity: 0.45;
}


.nrtr-particle {
  position: absolute;
  padding: 0.25rem 0.45rem;
  border-radius: 999px;
  border: 1px solid var(--nrtr-line);
  background: rgba(12, 15, 18, 0.75);
  color: var(--nrtr-faint);
  opacity: 0.75;
  transform: translate(-50%, -50%);
  transition: left 0.7s ease, top 0.7s ease, opacity 0.45s ease, color 0.4s ease, border-color 0.4s ease;
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.nrtr-ch-02 > .nrtr-ch-inner.nrtr-whole {
  max-width: min(78rem, 100%);
}

.nrtr-whole {
  max-width: min(78rem, 100%);
  display: flex;
  flex-direction: column;
  gap: clamp(1.4rem, 3vw, 2.1rem);
}

.nrtr-whole-top {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 1.15fr);
  gap: clamp(1.4rem, 3.5vw, 2.75rem);
  align-items: start;
}

.nrtr-whole-copy {
  width: 100%;
  min-width: 0;
}

.nrtr-whole-copy .nrtr-display {
  max-width: 16ch;
}

.nrtr-whole-copy .nrtr-lede {
  max-width: 36rem;
}

.nrtr-whole-grad {
  background: linear-gradient(105deg, #add8e6 0%, #e8f0f5 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nrtr-whole-empower {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0;
  padding: 0.95rem 1.05rem;
  border-radius: 14px;
  border: 1px solid var(--nrtr-line);
  background: rgba(20, 25, 31, 0.65);
  width: 100%;
  box-sizing: border-box;
}

.nrtr-whole-empower-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  color: var(--nrtr-accent);
  border: 1px solid rgba(173, 216, 230, 0.28);
  background: rgba(173, 216, 230, 0.06);
  flex-shrink: 0;
}

.nrtr-whole-empower-icon svg { display: block; }

.nrtr-whole-empower p {
  margin: 0;
  color: var(--nrtr-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.nrtr-whole-empower strong {
  color: var(--nrtr-accent);
  font-weight: 650;
}

.nrtr-whole-visual {
  position: relative;
  border: 1px solid var(--nrtr-line);
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(173, 216, 230, 0.09), transparent 58%),
    var(--nrtr-bg-elev);
  overflow: hidden;
  padding: 1rem 0.95rem 1.05rem;
}

.nrtr-fusion {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.nrtr-fusion-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(7.5rem, 1fr) minmax(7rem, 0.9fr) minmax(7.5rem, 1fr);
  gap: 0.35rem;
  align-items: center;
  min-height: 17.5rem;
}

.nrtr-fusion-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.28;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.nrtr-ch-02.is-connected .nrtr-fusion-links {
  opacity: 0.85;
}

@media (prefers-reduced-motion: no-preference) {
  .nrtr-ch-02.is-resolved .nrtr-fusion-links path {
    stroke-dasharray: 4 7;
    animation: nrtr-fiber-drift 8s linear infinite;
  }
}

.nrtr-fusion-nodes {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.45rem;
  min-height: 16.5rem;
}

.nrtr-fusion-nodes li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.55;
  transform: translateX(-6px);
  transition: opacity 0.4s ease, transform 0.45s ease;
}

.nrtr-fusion-nodes--out li {
  flex-direction: row-reverse;
  text-align: right;
  transform: translateX(6px);
}

.nrtr-ch-02.is-connected .nrtr-fusion-nodes li {
  opacity: 1;
  transform: none;
}

.nrtr-fusion-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--nrtr-accent);
  box-shadow: 0 0 0 3px rgba(173, 216, 230, 0.12);
}

.nrtr-fusion-nodes [data-tone="sleep"] .nrtr-fusion-dot { background: #7dd3fc; }
.nrtr-fusion-nodes [data-tone="heart"] .nrtr-fusion-dot { background: #f9a8d4; }
.nrtr-fusion-nodes [data-tone="activity"] .nrtr-fusion-dot { background: #93c5fd; }
.nrtr-fusion-nodes [data-tone="nutrition"] .nrtr-fusion-dot { background: #86efac; }
.nrtr-fusion-nodes [data-tone="labs"] .nrtr-fusion-dot { background: #c4b5fd; }
.nrtr-fusion-nodes [data-tone="stress"] .nrtr-fusion-dot { background: #fdba74; }
.nrtr-fusion-nodes [data-tone="recovery"] .nrtr-fusion-dot { background: #fcd34d; }
.nrtr-fusion-nodes [data-tone="symptoms"] .nrtr-fusion-dot { background: #e7e5e4; }
.nrtr-fusion-nodes [data-tone="meds"] .nrtr-fusion-dot { background: #67e8f9; }
.nrtr-fusion-nodes [data-tone="weight"] .nrtr-fusion-dot { background: #a5b4fc; }

.nrtr-fusion-meta {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 0;
}

.nrtr-fusion-meta strong {
  font-size: 0.72rem;
  font-weight: 650;
  color: var(--nrtr-text);
  line-height: 1.2;
}

.nrtr-fusion-meta em {
  font-style: normal;
  font-size: 0.68rem;
  color: var(--nrtr-muted);
  line-height: 1.2;
}

.nrtr-fusion-you {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  text-align: center;
}

.nrtr-fusion-orb {
  width: clamp(5.4rem, 16vw, 6.6rem);
  height: clamp(5.4rem, 16vw, 6.6rem);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--nrtr-accent);
  border: 1px solid rgba(173, 216, 230, 0.45);
  background:
    radial-gradient(circle at 40% 30%, rgba(173, 216, 230, 0.2), rgba(12, 15, 18, 0.96) 72%);
  transition: border-color 0.4s ease, transform 0.45s ease;
}

.nrtr-ch-02.is-connected .nrtr-fusion-orb {
  border-color: rgba(173, 216, 230, 0.7);
  transform: scale(1.03);
}

.nrtr-fusion-person { display: block; }

.nrtr-fusion-you p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.nrtr-fusion-you strong {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nrtr-text);
}

.nrtr-fusion-you span {
  font-size: 0.68rem;
  color: var(--nrtr-muted);
  max-width: 12rem;
  line-height: 1.35;
}

.nrtr-fusion-insight {
  border: 1px solid var(--nrtr-line);
  border-radius: 14px;
  background: rgba(12, 15, 18, 0.55);
  padding: 0.9rem 1rem;
  opacity: 0.5;
  transform: translateY(6px);
  transition: opacity 0.4s ease, transform 0.45s ease, border-color 0.4s ease;
}

.nrtr-ch-02.is-resolved .nrtr-fusion-insight {
  opacity: 1;
  transform: none;
  border-color: rgba(173, 216, 230, 0.28);
}

.nrtr-fusion-insight-title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--nrtr-text);
}

.nrtr-fusion-insight-copy {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--nrtr-muted);
}

.nrtr-fusion-action {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--nrtr-accent);
}

.nrtr-whole-path {
  border: 1px solid var(--nrtr-line);
  border-radius: 18px;
  background: rgba(20, 25, 31, 0.55);
  padding: 1.05rem 1.1rem 1.15rem;
}

.nrtr-whole-path-heading {
  margin: 0 0 0.95rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--nrtr-accent);
}

.nrtr-whole-path-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(10rem, 14rem);
  gap: 1rem 1.25rem;
  align-items: stretch;
}

.nrtr-whole-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.nrtr-whole-steps li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  min-width: 0;
}

.nrtr-whole-step-icon {
  color: var(--nrtr-accent);
  line-height: 0;
  margin-bottom: 0.1rem;
}

.nrtr-whole-steps strong {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nrtr-text);
  line-height: 1.3;
}

.nrtr-whole-steps li > span:last-child {
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--nrtr-muted);
}

.nrtr-whole-privacy {
  border-left: 1px solid var(--nrtr-line);
  padding-left: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
}

.nrtr-whole-privacy-icon {
  color: var(--nrtr-accent);
  line-height: 0;
  margin-bottom: 0.15rem;
}

.nrtr-whole-privacy-kicker {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--nrtr-accent);
}

.nrtr-whole-privacy p:last-child {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--nrtr-muted);
}

@media screen and (max-width: 989px) {
  .nrtr-whole-top {
    grid-template-columns: 1fr;
  }

  .nrtr-whole-path-grid {
    grid-template-columns: 1fr;
  }

  .nrtr-whole-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nrtr-whole-steps li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 0.7rem;
    row-gap: 0.15rem;
    align-items: start;
  }

  .nrtr-whole-step-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0.1rem 0 0;
  }

  .nrtr-whole-steps strong {
    grid-column: 2;
    grid-row: 1;
  }

  .nrtr-whole-steps li > span:last-child {
    grid-column: 2;
    grid-row: 2;
  }

  .nrtr-whole-privacy {
    border-left: 0;
    border-top: 1px solid var(--nrtr-line);
    padding-left: 0;
    padding-top: 1rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 0.7rem;
    row-gap: 0.15rem;
    align-items: start;
  }

  .nrtr-whole-privacy-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0.1rem 0 0;
  }

  .nrtr-whole-privacy-kicker {
    grid-column: 2;
    grid-row: 1;
  }

  .nrtr-whole-privacy p:last-child {
    grid-column: 2;
    grid-row: 2;
  }
}

@media screen and (max-width: 549px) {
  .nrtr-fusion-stage {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    min-height: 0;
  }

  .nrtr-fusion-links { display: none; }

  .nrtr-fusion-nodes {
    min-height: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
  }

  .nrtr-fusion-nodes li,
  .nrtr-fusion-nodes--out li {
    flex-direction: row;
    text-align: left;
    transform: none;
    opacity: 1;
    padding: 0.35rem 0.55rem;
    border: 1px solid var(--nrtr-line);
    border-radius: 999px;
    background: rgba(12, 15, 18, 0.55);
  }

  .nrtr-fusion-meta { flex-direction: row; align-items: baseline; gap: 0.35rem; }
  .nrtr-fusion-you { order: -1; }

  .nrtr-whole-steps {
    grid-template-columns: 1fr;
  }
}

.nrtr-signal {
  text-align: left;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--nrtr-line);
  background: var(--nrtr-bg-elev);
  color: var(--nrtr-text);
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  font: inherit;
}

.nrtr-signal:hover,
.nrtr-signal:focus-visible,
.nrtr-signal.is-active {
  border-color: var(--nrtr-accent);
  box-shadow: 0 0 0 1px var(--nrtr-accent-dim);
  outline: none;
}

.nrtr-signal-label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nrtr-faint);
  margin-bottom: 0.35rem;
}

.nrtr-signal-value {
  font-size: 1.05rem;
  font-weight: 700;
}

.nrtr-signal-value.down { color: var(--nrtr-warn); }
.nrtr-signal-value.up { color: #fdba74; }

.nrtr-ask {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--nrtr-accent);
  background: rgba(173, 216, 230, 0.06);
  font-size: 1.15rem;
  font-weight: 650;
}

.nrtr-relation {
  margin-top: 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: 12px;
  border: 1px solid var(--nrtr-line);
  background: var(--nrtr-bg-elev);
  color: var(--nrtr-muted);
  min-height: 5.5rem;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.nrtr-relation.is-visible {
  opacity: 1;
  transform: none;
}

.nrtr-funnel {
  display: grid;
  gap: 0.65rem;
  margin: 1.75rem 0;
}

.nrtr-funnel-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.15rem;
  border-radius: 12px;
  border: 1px solid var(--nrtr-line);
  background: var(--nrtr-bg-elev);
  opacity: 0.35;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, border-color 0.3s;
}

.nrtr-funnel-step.is-on {
  opacity: 1;
  transform: none;
  border-color: rgba(173, 216, 230, 0.35);
}

.nrtr-funnel-num {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--nrtr-accent);
}

.nrtr-threat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.5s ease;
}

.nrtr-ch.is-threat .nrtr-threat {
  opacity: 1;
  max-height: 8rem;
}

.nrtr-threat span {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(252, 165, 165, 0.35);
  color: var(--nrtr-warn);
  font-size: 0.8125rem;
  font-weight: 650;
}

.nrtr-interrupt {
  margin-top: 1rem;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-weight: 750;
  color: var(--nrtr-text);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.nrtr-ch.is-interrupt .nrtr-interrupt,
.nrtr-interrupt--static {
  opacity: 1;
}

.nrtr-ch-05 .nrtr-interrupt--static {
  margin: 0 0 1.5rem;
  max-width: 28rem;
  color: var(--nrtr-accent);
}

.nrtr-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0;
}

@media (max-width: 800px) {
  .nrtr-paths { grid-template-columns: 1fr; }
}

.nrtr-path {
  text-align: left;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid var(--nrtr-line);
  background: var(--nrtr-bg-elev);
  color: var(--nrtr-text);
  cursor: pointer;
  font: inherit;
  transition: border-color 0.2s, background 0.2s;
}

.nrtr-path.is-active {
  border-color: var(--nrtr-accent);
  background: rgba(173, 216, 230, 0.08);
}

.nrtr-path-title {
  display: block;
  font-weight: 750;
  margin-bottom: 0.35rem;
}

.nrtr-path-sub {
  display: block;
  font-size: 0.875rem;
  color: var(--nrtr-muted);
  line-height: 1.4;
}

.nrtr-path-detail {
  margin-top: 1rem;
  padding: 1.15rem 1.25rem;
  border-radius: 12px;
  border: 1px solid var(--nrtr-line);
  background: rgba(0, 0, 0, 0.25);
  color: var(--nrtr-muted);
  line-height: 1.55;
  min-height: 6.5rem;
}

.nrtr-path-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.nrtr-path-flow span {
  padding: 0.3rem 0.55rem;
  border-radius: 8px;
  border: 1px solid var(--nrtr-line);
  font-size: 0.75rem;
  font-weight: 650;
  color: var(--nrtr-text);
}

.nrtr-path-flow i {
  color: var(--nrtr-faint);
  font-style: normal;
}

.nrtr-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.nrtr-promises li {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--nrtr-line);
  font-size: 0.8125rem;
  color: var(--nrtr-ok);
}

.nrtr-ev-shell {
  max-width: min(78rem, 100%);
}

.nrtr-ev-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

.nrtr-ev-copy .nrtr-lede {
  margin-bottom: 0;
}

.nrtr-ev-accent {
  background: linear-gradient(90deg, var(--nrtr-pulse), var(--nrtr-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nrtr-ev-diagram {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.35rem 0.55rem;
  min-height: 13.5rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid var(--nrtr-line);
  background:
    radial-gradient(ellipse at 78% 50%, rgba(173, 216, 230, 0.14), transparent 55%),
    radial-gradient(ellipse at 35% 40%, rgba(173, 216, 230, 0.08), transparent 50%),
    var(--nrtr-bg-elev);
  overflow: hidden;
}

.nrtr-ev-signals {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  z-index: 2;
}

.nrtr-ev-signals li {
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--nrtr-line);
  background: rgba(12, 15, 18, 0.72);
  color: var(--nrtr-muted);
  font-size: 0.68rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1.2;
}

.nrtr-ev-flows {
  width: 100%;
  min-width: 7rem;
  height: 12rem;
  opacity: 0.95;
  z-index: 1;
}

.nrtr-ev-flows path {
  stroke-dasharray: 3 6;
  animation: nrtr-fiber-drift 6.5s linear infinite;
}

.nrtr-ev-shield {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: rgba(12, 15, 18, 0.65);
  border: 1px solid rgba(173, 216, 230, 0.35);
  box-shadow: none;
}

.nrtr-ev-aside {
  grid-column: 1 / -1;
  margin: 0.35rem 0 0;
  text-align: right;
  color: var(--nrtr-muted);
  font-size: 0.8125rem;
  line-height: 1.4;
  z-index: 2;
}

.nrtr-ev-aside strong {
  color: var(--nrtr-accent);
  font-weight: 650;
}

.nrtr-evidence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nrtr-evidence > li {
  min-width: 0;
  height: 100%;
}

.nrtr-ev-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.2rem 1.2rem 1.15rem;
  border-radius: 18px;
  border: 1px solid var(--nrtr-line);
  background:
    linear-gradient(180deg, rgba(232, 240, 245, 0.03), transparent 42%),
    var(--nrtr-bg-elev);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  min-height: 100%;
}

.nrtr-ev-card:hover,
.nrtr-ev-card:focus-visible {
  border-color: rgba(173, 216, 230, 0.45);
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.nrtr-ev-card--research:hover,
.nrtr-ev-card--research:focus-visible {
  border-color: rgba(173, 216, 230, 0.5);
}

.nrtr-ev-tag {
  align-self: flex-start;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(173, 216, 230, 0.4);
  color: var(--nrtr-accent);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.nrtr-ev-tag--research {
  border-color: rgba(173, 216, 230, 0.45);
  color: var(--nrtr-pulse);
}

.nrtr-ev-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.nrtr-ev-mark {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.55rem;
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: rgba(173, 216, 230, 0.14);
  color: var(--nrtr-accent);
  border: 1px solid rgba(173, 216, 230, 0.28);
}

.nrtr-ev-mark--help {
  color: var(--nrtr-accent);
}

.nrtr-ev-mark--jama {
  background: rgba(173, 216, 230, 0.14);
  color: var(--nrtr-pulse);
  border-color: rgba(173, 216, 230, 0.3);
}

.nrtr-ev-src {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nrtr-accent);
  font-weight: 700;
}

.nrtr-ev-title {
  font-size: 1.05rem;
  font-weight: 750;
  color: var(--nrtr-text);
  margin: 0;
  line-height: 1.25;
}

.nrtr-ev-body {
  font-size: 0.9rem;
  color: var(--nrtr-muted);
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

.nrtr-ev-cta {
  font-size: 0.8125rem;
  font-weight: 650;
  color: var(--nrtr-accent);
}

.nrtr-ev-card--research .nrtr-ev-cta {
  color: var(--nrtr-pulse);
}

.nrtr-ev-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.25rem;
  margin-top: 1.15rem;
  padding: 1rem 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--nrtr-line);
  background: rgba(20, 25, 31, 0.78);
}

.nrtr-ev-banner-icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  color: var(--nrtr-accent);
  border: 1px solid rgba(173, 216, 230, 0.35);
  background: rgba(173, 216, 230, 0.08);
  box-shadow: none;
  flex-shrink: 0;
}

.nrtr-ev-banner-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-align: left;
  flex: 1 1 14rem;
  min-width: 0;
}

.nrtr-ev-banner-copy strong {
  color: var(--nrtr-text);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
}

.nrtr-ev-banner-copy span {
  color: var(--nrtr-muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.nrtr-ev-banner-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 240, 245, 0.28);
  color: var(--nrtr-text);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 650;
  white-space: nowrap;
  transition: border-color 0.2s, background 0.2s;
}

.nrtr-ev-banner-cta:hover,
.nrtr-ev-banner-cta:focus-visible {
  border-color: rgba(232, 240, 245, 0.5);
  background: rgba(232, 240, 245, 0.05);
  outline: none;
}

@media screen and (max-width: 989px) {
  .nrtr-ev-hero {
    grid-template-columns: 1fr;
  }

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

  .nrtr-ev-aside {
    text-align: left;
  }
}

@media screen and (max-width: 749px) {
  .nrtr-ev-banner {
    border-radius: 1.15rem;
  }

  .nrtr-ev-banner-cta {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}

.nrtr-ch-01 + .nrtr-ch-journey {
  padding-top: clamp(1.25rem, 3vw, 2.25rem);
}

.nrtr-journey {
  max-width: min(78rem, 100%);
}

.nrtr-journey-head {
  display: block;
  margin-bottom: 1.25rem;
}

.nrtr-journey-copy .nrtr-display {
  max-width: 20ch;
}

.nrtr-journey-copy .nrtr-lede {
  max-width: 42rem;
}

.nrtr-timeline-shell {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.nrtr-timeline-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.nrtr-timeline-meta-count {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--nrtr-faint);
}

.nrtr-timeline-meta-count strong {
  color: var(--nrtr-accent);
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.nrtr-timeline-meta-phase {
  font-size: 0.8rem;
  color: var(--nrtr-muted);
}

.nrtr-timeline-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--nrtr-line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(173, 216, 230, 0.04), transparent 38%),
    var(--nrtr-bg-elev);
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  contain: paint;
}

.nrtr-timeline-track {
  display: flex;
  gap: 0;
  padding: 1.35rem 2.5rem 1.5rem 1.35rem;
  width: max-content;
  max-width: none;
  will-change: transform;
}

.nrtr-timeline-wrap::before,
.nrtr-timeline-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  z-index: 2;
  pointer-events: none;
}

.nrtr-timeline-wrap::before {
  left: 0;
  background: linear-gradient(90deg, rgba(20, 25, 31, 0.95), transparent);
}

.nrtr-timeline-wrap::after {
  right: 0;
  background: linear-gradient(270deg, rgba(20, 25, 31, 0.95), transparent);
}

.nrtr-timeline-wrap.is-dragging { cursor: grabbing; }

.nrtr-tl-step {
  width: min(78vw, 248px);
  padding: 0 1.05rem 0 0.15rem;
  position: relative;
  opacity: 0.55;
  transition: opacity 0.25s ease;
}

.nrtr-tl-step.is-active {
  opacity: 1;
}

.nrtr-tl-rail {
  position: relative;
  height: 1.4rem;
  margin-bottom: 0.85rem;
}

.nrtr-tl-rail::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0.35rem;
  right: -1.05rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(173, 216, 230, 0.55), rgba(232, 240, 245, 0.12));
}

.nrtr-tl-step:last-child .nrtr-tl-rail::before {
  right: 1.5rem;
  background: rgba(173, 216, 230, 0.28);
}

.nrtr-tl-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--nrtr-accent);
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 4px rgba(173, 216, 230, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nrtr-tl-step.is-active .nrtr-tl-dot {
  transform: scale(1.15);
  box-shadow: 0 0 0 5px rgba(173, 216, 230, 0.2);
}

.nrtr-tl-index {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--nrtr-accent);
}

.nrtr-tl-label {
  font-weight: 750;
  font-size: 1.08rem;
  margin: 0 0 0.45rem;
  color: var(--nrtr-text);
  line-height: 1.2;
}

.nrtr-tl-copy {
  margin: 0 0 0.75rem;
  font-size: 0.86rem;
  color: var(--nrtr-muted);
  line-height: 1.45;
  min-height: 4.2em;
}

.nrtr-tl-tag {
  margin: 0;
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 650;
  color: var(--nrtr-faint);
  border: 1px solid var(--nrtr-line);
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
}

.nrtr-tl-step.is-active .nrtr-tl-tag {
  color: var(--nrtr-accent);
  border-color: rgba(173, 216, 230, 0.32);
}

.nrtr-timeline-hint {
  margin: 0;
  font-size: 0.78rem;
  color: var(--nrtr-faint);
}

@media screen and (max-width: 549px) {
  .nrtr-tl-step {
    width: min(84vw, 220px);
  }

  .nrtr-tl-copy {
    min-height: 0;
  }

  .nrtr-timeline-wrap::before,
  .nrtr-timeline-wrap::after {
    width: 1.25rem;
  }
}

.nrtr-model {
  position: relative;
  min-height: 280px;
  margin: 1.5rem 0 2rem;
}

.nrtr-model-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(88px, 18vw, 120px);
  height: clamp(88px, 18vw, 120px);
  border-radius: 50%;
  border: 1px solid var(--nrtr-accent);
  background: radial-gradient(circle at 35% 30%, rgba(173, 216, 230, 0.25), rgba(12, 15, 18, 0.95) 70%);
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 0 18px rgba(173, 216, 230, 0.08);
}

.nrtr-model-spoke {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--nrtr-line);
  background: rgba(12, 15, 18, 0.9);
  font-size: 0.75rem;
  font-weight: 650;
  transform: translate(-50%, -50%);
}

.nrtr-demo-shell {
  margin-top: 2rem;
  padding: 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--nrtr-line);
  background: rgba(0, 0, 0, 0.28);
}

.nrtr-demo-shell + .nrtr-demo-shell { margin-top: 1.25rem; }

.nrtr-demo-label {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nrtr-accent);
  font-weight: 700;
  margin: 0 0 0.85rem;
}

.nrtr-product {
  max-width: min(78rem, 100%);
}

.nrtr-product .nrtr-display {
  max-width: 18ch;
}

.nrtr-product .nrtr-lede {
  max-width: 44rem;
}

.nrtr-demo-shell--product {
  margin-top: 1.5rem;
  padding: 1.15rem 1.15rem 1.25rem;
  border-radius: 18px;
  border: 1px solid var(--nrtr-line);
  background:
    radial-gradient(ellipse at 12% 0%, rgba(173, 216, 230, 0.09), transparent 46%),
    rgba(20, 25, 31, 0.72);
}

.nrtr-demo-lede {
  margin: 0 0 1.05rem;
  color: var(--nrtr-muted);
  font-size: 0.92rem;
  line-height: 1.5;
  max-width: 46rem;
}

.nrtr-story .nrtr-demo-shell--product .home-health-hub-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.nrtr-story .nrtr-demo-shell--product .home-health-hub-coach-slot {
  order: 0;
  min-width: 0;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach,
.nrtr-story .nrtr-demo-shell--product .home-ai-coach--embedded,
.nrtr-story .nrtr-demo-shell--product .home-ai-coach-inner {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  max-width: none !important;
  width: 100% !important;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-demo {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-prompts,
.nrtr-story .nrtr-demo-shell--product .home-ai-coach-prompts.home-ai-coach-prompts--lead,
.nrtr-story .nrtr-demo-shell--product .home-ai-coach-prompts--cards {
  order: 0 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0.55rem;
  margin: 0 !important;
  padding: 0.1rem 0.1rem 0.55rem !important;
  border: 0 !important;
  background: transparent !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(173, 216, 230, 0.35) transparent;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-prompt-btn {
  appearance: none;
  flex: 0 0 auto;
  width: min(11.75rem, 72vw);
  scroll-snap-align: start;
  display: grid !important;
  grid-template-rows: auto 1fr;
  gap: 0.55rem;
  align-content: start;
  margin: 0;
  border-radius: 14px !important;
  padding: 0.75rem 0.8rem 0.85rem !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  text-align: left;
  cursor: pointer;
  color: var(--nrtr-text) !important;
  background: rgba(8, 11, 14, 0.55) !important;
  border: 1px solid rgba(173, 216, 230, 0.18) !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-prompt-icon {
  display: inline-flex;
  width: 1.7rem;
  height: 1.7rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(173, 216, 230, 0.1);
  color: var(--nrtr-accent);
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-prompt-icon i,
.nrtr-story .nrtr-demo-shell--product .home-ai-coach-prompt-icon svg {
  width: 14px !important;
  height: 14px !important;
  stroke: currentColor;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-prompt-text {
  display: block;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-prompt-btn:hover {
  border-color: rgba(173, 216, 230, 0.5) !important;
  background: rgba(173, 216, 230, 0.08) !important;
  color: var(--nrtr-text) !important;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-prompt-btn.is-active {
  border-color: rgba(173, 216, 230, 0.75) !important;
  background: rgba(173, 216, 230, 0.12) !important;
  color: var(--nrtr-text) !important;
  box-shadow: 0 0 0 1px rgba(173, 216, 230, 0.22), 0 0 22px rgba(173, 216, 230, 0.12);
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-demo-bar {
  display: none !important;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-response {
  order: 0 !important;
  margin: 0 !important;
  padding: 1rem 1.1rem 1.15rem !important;
  min-height: 0 !important;
  border-radius: 16px !important;
  border: 1px solid var(--nrtr-line) !important;
  background: rgba(8, 11, 14, 0.48) !important;
  color: var(--nrtr-text) !important;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-response-label {
  margin: 0 0 0.85rem !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.25;
  color: var(--nrtr-accent) !important;
}

.nrtr-hub-reply {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
}

.nrtr-hub-avatar {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--nrtr-accent);
  background:
    radial-gradient(circle at 35% 30%, rgba(173, 216, 230, 0.45), transparent 55%),
    rgba(173, 216, 230, 0.1);
  border: 1px solid rgba(173, 216, 230, 0.35);
  box-shadow: 0 0 18px rgba(173, 216, 230, 0.18);
  flex-shrink: 0;
}

.nrtr-hub-reply-copy {
  min-width: 0;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-response-user {
  margin: 0 0 0.45rem !important;
  font-size: 0.82rem !important;
  color: var(--nrtr-muted) !important;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-response-user strong {
  color: var(--nrtr-accent) !important;
  font-weight: 700 !important;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-response-ai,
.nrtr-story .nrtr-demo-shell--product .home-ai-coach-response-ai p {
  margin: 0 !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
  color: var(--nrtr-text) !important;
}

.nrtr-story .nrtr-demo-shell--product .home-ai-coach-response-ai strong {
  color: var(--nrtr-accent) !important;
  font-weight: 700 !important;
}

.nrtr-story .nrtr-demo-shell--product .home-health-hub-dashboard {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: stretch;
}

.nrtr-story .nrtr-demo-shell--product .hub-dark-panel {
  display: flex;
  flex-direction: column;
  background: rgba(8, 11, 14, 0.55) !important;
  border: 1px solid var(--nrtr-line) !important;
  box-shadow: none !important;
  border-radius: 14px !important;
  min-height: 0 !important;
  color: var(--nrtr-text) !important;
  overflow: hidden;
}

.nrtr-story .nrtr-demo-shell--product .home-program-preview.hub-dark-panel,
.nrtr-story .nrtr-demo-shell--product .hub-dash-window.hub-dark-panel {
  min-height: 0 !important;
}

.nrtr-story .nrtr-demo-shell--product .hub-dash-window-head {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  background: transparent !important;
  border-bottom: 1px solid var(--nrtr-line) !important;
  padding: 0.8rem 0.85rem 0.7rem !important;
}

.nrtr-story .nrtr-demo-shell--product .hub-dash-window-icon {
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(173, 216, 230, 0.1) !important;
  border: 1px solid rgba(173, 216, 230, 0.22) !important;
  color: var(--nrtr-accent) !important;
  flex-shrink: 0;
}

.nrtr-story .nrtr-demo-shell--product .hub-dash-window-icon i,
.nrtr-story .nrtr-demo-shell--product .hub-dash-window-icon svg {
  width: 14px !important;
  height: 14px !important;
}

.nrtr-story .nrtr-demo-shell--product .hub-dash-window-title {
  color: var(--nrtr-text) !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin: 0 !important;
}

.nrtr-story .nrtr-demo-shell--product .hub-dash-window-sub {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.nrtr-story .nrtr-demo-shell--product .hub-dash-window-body {
  flex: 1 1 auto;
  padding: 0.75rem 0.85rem 0.9rem !important;
}

.nrtr-story .nrtr-demo-shell--product .home-program-schedule-head {
  display: none !important;
}

.nrtr-story .nrtr-demo-shell--product .home-program-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  margin: 0 0 0.75rem;
  font-size: 0.62rem;
  color: var(--nrtr-muted) !important;
}

.nrtr-story .nrtr-demo-shell--product .home-program-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
}

.nrtr-story .nrtr-demo-shell--product .home-program-legend-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
}

.nrtr-story .nrtr-demo-shell--product .home-program-timeline {
  display: grid;
  gap: 0.55rem;
}

.nrtr-story .nrtr-demo-shell--product .home-program-timeline-row {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  gap: 0.45rem;
  align-items: center;
}

.nrtr-story .nrtr-demo-shell--product .home-program-timeline-label {
  font-size: 0.62rem !important;
  color: var(--nrtr-muted) !important;
}

.nrtr-story .nrtr-demo-shell--product .home-program-timeline-track {
  display: flex;
  height: 0.75rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(232, 240, 245, 0.06) !important;
  border: 1px solid rgba(232, 240, 245, 0.08) !important;
}

.nrtr-story .nrtr-demo-shell--product .home-program-block {
  min-width: 0;
}

.nrtr-story .nrtr-demo-shell--product .hub-dash-rows {
  display: grid;
  gap: 0.5rem;
}

.nrtr-story .nrtr-demo-shell--product .hub-dash-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem 0.75rem;
  align-items: center;
  padding: 0.7rem 0.75rem !important;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(232, 240, 245, 0.1);
}

.nrtr-story .nrtr-demo-shell--product .hub-dash-k {
  font-size: 0.62rem !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--nrtr-accent) !important;
  white-space: nowrap;
}

.nrtr-story .nrtr-demo-shell--product .hub-dash-v {
  font-size: 0.8rem !important;
  line-height: 1.4;
  color: var(--nrtr-text) !important;
}

.nrtr-story .nrtr-demo-shell--product .hub-dash-footer {
  display: none !important;
}

.nrtr-story .nrtr-demo-shell--product .hub-dash-window-body--focus {
  display: grid;
  gap: 0.85rem;
  justify-items: center;
  text-align: center;
  padding-top: 0.95rem !important;
}

.nrtr-hub-focus-meter {
  --focus: 78;
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
}

.nrtr-hub-focus-ring {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.nrtr-hub-focus-ring-bg,
.nrtr-hub-focus-ring-fg {
  fill: none;
  stroke-width: 8;
}

.nrtr-hub-focus-ring-bg {
  stroke: rgba(232, 240, 245, 0.1);
}

.nrtr-hub-focus-ring-fg {
  stroke: var(--nrtr-accent);
  stroke-linecap: round;
  stroke-dasharray: var(--focus) 100;
  filter: drop-shadow(0 0 8px rgba(173, 216, 230, 0.35));
  transition: stroke-dasharray 0.45s ease;
}

.nrtr-hub-focus-score {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 0.15rem;
  pointer-events: none;
}

.nrtr-hub-focus-score strong {
  font-size: 1.35rem;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: var(--nrtr-text);
}

.nrtr-hub-focus-score span {
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--nrtr-accent);
  max-width: 5.5rem;
  margin: 0 auto;
  line-height: 1.25;
}

.nrtr-hub-focus-note {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin: 0;
  text-align: left;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--nrtr-muted);
}

.nrtr-hub-focus-note i,
.nrtr-hub-focus-note svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: var(--nrtr-accent);
  stroke: var(--nrtr-accent);
}

.nrtr-hub-privacy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--nrtr-line);
  background: rgba(8, 11, 14, 0.55);
}

.nrtr-hub-privacy-copy {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--nrtr-muted);
  max-width: 48rem;
}

.nrtr-hub-privacy-copy i,
.nrtr-hub-privacy-copy svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: var(--nrtr-accent);
  stroke: var(--nrtr-accent);
}

.nrtr-hub-privacy-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(173, 216, 230, 0.35);
  background: rgba(173, 216, 230, 0.1);
  color: var(--nrtr-accent);
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.nrtr-hub-privacy-link:hover {
  background: rgba(173, 216, 230, 0.16);
  border-color: rgba(173, 216, 230, 0.55);
}

@media (max-width: 1100px) {
  .nrtr-story .nrtr-demo-shell--product .home-health-hub-dashboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .nrtr-story .nrtr-demo-shell--product .home-health-hub-dashboard {
    grid-template-columns: 1fr;
  }

  .nrtr-hub-privacy {
    border-radius: 16px;
  }

  .nrtr-hub-reply {
    grid-template-columns: 1fr;
  }
}

.nrtr-story .home-health-hub-stack {
  display: grid;
  gap: 1rem;
}

.nrtr-story .home-ai-coach-prompt-btn {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--nrtr-line);
  color: var(--nrtr-text);
}

.nrtr-story .home-ai-coach-prompt-btn:hover,
.nrtr-story .home-ai-coach-prompt-btn.is-active {
  border-color: var(--nrtr-accent);
  background: rgba(173, 216, 230, 0.08);
}

.nrtr-story .home-ai-coach-response,
.nrtr-story .home-ai-coach-demo-bar {
  background: var(--nrtr-bg-elev);
  border-color: var(--nrtr-line);
  color: var(--nrtr-text);
}

/* ===== Lifestyle factors + estimated labs ===== */
.nrtr-lf-head {
  margin-bottom: 0.25rem;
}

.nrtr-lf-head-copy .nrtr-lf-title {
  max-width: none;
  display: grid;
  gap: 0.08em;
  line-height: 1.12;
  margin-bottom: 1rem;
}

.nrtr-lf-title-line {
  display: block;
}

.nrtr-ch-adaptive .nrtr-product .nrtr-lf-title {
  max-width: none;
}

.nrtr-lf-head-copy .nrtr-lede {
  max-width: 40rem;
  margin-bottom: 0;
}

.nrtr-demo-shell--adaptive {
  display: grid;
  gap: 1.15rem;
  margin-top: 1.35rem;
  padding: 1.15rem !important;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(173, 216, 230, 0.08), transparent 46%),
    rgba(20, 25, 31, 0.72) !important;
  border: 1px solid var(--nrtr-line) !important;
  border-radius: 18px;
}

.nrtr-lf-sliders {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.6rem;
  overflow-x: auto;
  padding: 0.1rem 0.1rem 0.55rem;
  margin: 0 -0.1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(173, 216, 230, 0.35) transparent;
}

.nrtr-lf-card {
  --lf-accent: #add8e6;
  flex: 0 0 auto;
  width: 8.9rem;
  scroll-snap-align: start;
  padding: 0.7rem 0.7rem 0.75rem;
  border-radius: 14px;
  background: rgba(8, 11, 14, 0.55);
  border: 1px solid var(--nrtr-line);
}

.nrtr-lf-card[data-tone="sleep"] { --lf-accent: #7eb8e8; }
.nrtr-lf-card[data-tone="exercise"] { --lf-accent: #6ec9b8; }
.nrtr-lf-card[data-tone="stress"] { --lf-accent: #b6a0e8; }
.nrtr-lf-card[data-tone="nutrition"] { --lf-accent: #8fd39a; }
.nrtr-lf-card[data-tone="inflammation"] { --lf-accent: #e8a0b8; }
.nrtr-lf-card[data-tone="biomarkers"] { --lf-accent: #7eb8e8; }
.nrtr-lf-card[data-tone="fasting"] { --lf-accent: #e0a36a; }
.nrtr-lf-card[data-tone="mind"] { --lf-accent: #c4b5fd; }

.nrtr-lf-card-top {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.55rem;
}

.nrtr-lf-card-icon {
  width: 1.45rem;
  height: 1.45rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(173, 216, 230, 0.12);
  color: var(--lf-accent);
}

.nrtr-lf-card[data-tone="sleep"] .nrtr-lf-card-icon { background: rgba(126, 184, 232, 0.16); }
.nrtr-lf-card[data-tone="exercise"] .nrtr-lf-card-icon { background: rgba(110, 201, 184, 0.16); }
.nrtr-lf-card[data-tone="stress"] .nrtr-lf-card-icon { background: rgba(182, 160, 232, 0.16); }
.nrtr-lf-card[data-tone="nutrition"] .nrtr-lf-card-icon { background: rgba(143, 211, 154, 0.16); }
.nrtr-lf-card[data-tone="inflammation"] .nrtr-lf-card-icon { background: rgba(232, 160, 184, 0.16); }
.nrtr-lf-card[data-tone="biomarkers"] .nrtr-lf-card-icon { background: rgba(126, 184, 232, 0.16); }
.nrtr-lf-card[data-tone="fasting"] .nrtr-lf-card-icon { background: rgba(224, 163, 106, 0.16); }
.nrtr-lf-card[data-tone="mind"] .nrtr-lf-card-icon { background: rgba(196, 181, 253, 0.16); }

.nrtr-lf-card-icon i,
.nrtr-lf-card-icon svg {
  width: 12px !important;
  height: 12px !important;
  stroke: currentColor;
}

.nrtr-lf-card-label {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nrtr-muted);
}

.nrtr-lf-card-readout {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
}

.nrtr-lf-card-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--nrtr-text);
}

.nrtr-lf-card-delta {
  font-size: 0.68rem;
  font-weight: 650;
  color: var(--lf-accent);
  white-space: nowrap;
}

.nrtr-lf-slider {
  width: 100%;
  height: 6px;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(232, 240, 245, 0.16);
  border-radius: 999px;
  outline: none;
  cursor: pointer;
}

.nrtr-lf-card[data-tone="sleep"] .nrtr-lf-slider { background: rgba(126, 184, 232, 0.28); }
.nrtr-lf-card[data-tone="exercise"] .nrtr-lf-slider { background: rgba(110, 201, 184, 0.28); }
.nrtr-lf-card[data-tone="stress"] .nrtr-lf-slider { background: rgba(182, 160, 232, 0.28); }
.nrtr-lf-card[data-tone="nutrition"] .nrtr-lf-slider { background: rgba(143, 211, 154, 0.28); }
.nrtr-lf-card[data-tone="inflammation"] .nrtr-lf-slider { background: rgba(232, 160, 184, 0.28); }
.nrtr-lf-card[data-tone="biomarkers"] .nrtr-lf-slider { background: rgba(126, 184, 232, 0.28); }
.nrtr-lf-card[data-tone="fasting"] .nrtr-lf-slider { background: rgba(224, 163, 106, 0.28); }
.nrtr-lf-card[data-tone="mind"] .nrtr-lf-slider { background: rgba(196, 181, 253, 0.28); }

.nrtr-lf-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--lf-accent);
  border: 2px solid #0c0f12;
  box-shadow: 0 0 0 1px rgba(173, 216, 230, 0.3);
}

.nrtr-lf-slider::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: transparent;
}

.nrtr-lf-slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--lf-accent);
  border: 2px solid #0c0f12;
}

.nrtr-lf-slider::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(232, 240, 245, 0.16);
  border: none;
}

.nrtr-lf-labs {
  border-radius: 16px;
  border: 1px solid var(--nrtr-line);
  background: rgba(8, 11, 14, 0.45);
  padding: 1rem 1.05rem 1.05rem;
}

.nrtr-lf-labs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--nrtr-line);
}

.nrtr-lf-labs-title {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.nrtr-lf-labs-title h3 {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--nrtr-text);
}

.nrtr-lf-labs-title i,
.nrtr-lf-labs-title svg {
  width: 14px;
  height: 14px;
  color: var(--nrtr-accent);
  stroke: var(--nrtr-accent);
}

.nrtr-lf-labs-chip {
  margin: 0;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(173, 216, 230, 0.28);
  background: rgba(173, 216, 230, 0.08);
  color: var(--nrtr-accent);
  font-size: 0.68rem;
  font-weight: 700;
}

.nrtr-lf-lab-rows {
  display: grid;
  gap: 0.7rem;
}

.nrtr-lf-lab-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.75rem 0.8rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(232, 240, 245, 0.08);
}

.nrtr-lf-lab-identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  min-width: 0;
}

.nrtr-lf-lab-icon {
  width: 1.85rem;
  height: 1.85rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(173, 216, 230, 0.1);
  color: var(--nrtr-accent);
}

.nrtr-lf-lab-icon i,
.nrtr-lf-lab-icon svg {
  width: 13px !important;
  height: 13px !important;
}

.nrtr-lf-lab-name {
  display: block;
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--nrtr-text);
  margin-bottom: 0.35rem;
}

.nrtr-lf-lab-bar-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
}

.nrtr-lf-lab-bar {
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(232, 240, 245, 0.1);
  position: relative;
  overflow: hidden;
}

.nrtr-lf-lab-bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--fill, 50%);
  border-radius: inherit;
  background: #7dcca0;
  transition: width 0.35s ease;
}

.nrtr-lf-lab-bar.is-warning::after { background: #e0a36a; }
.nrtr-lf-lab-bar.is-high::after { background: #f0a8a8; }
.nrtr-lf-lab-bar.is-optimal::after { background: #7dcca0; }

.nrtr-lf-lab-status {
  font-size: 0.68rem;
  font-weight: 700;
  color: #7dcca0;
  white-space: nowrap;
}

.nrtr-lf-lab-status.is-warning { color: #e0a36a; }
.nrtr-lf-lab-status.is-high { color: #f0a8a8; }
.nrtr-lf-lab-status.is-optimal { color: #7dcca0; }

.nrtr-lf-lab-reading {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nrtr-story .nrtr-demo-shell--adaptive .home-biomarker-value {
  font-size: 1.05rem !important;
  font-weight: 750 !important;
  color: var(--nrtr-text) !important;
  font-variant-numeric: tabular-nums;
}

.nrtr-story .nrtr-demo-shell--adaptive .home-biomarker-value.optimal { color: #7dcca0 !important; }
.nrtr-story .nrtr-demo-shell--adaptive .home-biomarker-value.warning { color: #e0a36a !important; }
.nrtr-story .nrtr-demo-shell--adaptive .home-biomarker-value.high { color: #f0a8a8 !important; }

.nrtr-story .nrtr-demo-shell--adaptive .home-biomarker-unit {
  font-size: 0.72rem !important;
  color: var(--nrtr-muted) !important;
}

.nrtr-story .nrtr-demo-shell--adaptive .home-biomarker-impact {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  background: rgba(232, 240, 245, 0.06);
  color: var(--nrtr-muted) !important;
}

.nrtr-story .nrtr-demo-shell--adaptive .home-biomarker-impact:empty {
  display: none !important;
}

.nrtr-story .nrtr-demo-shell--adaptive .home-biomarker-impact.negative {
  background: rgba(125, 204, 160, 0.12);
  color: #7dcca0 !important;
}

.nrtr-story .nrtr-demo-shell--adaptive .home-biomarker-impact.positive {
  background: rgba(224, 163, 106, 0.14);
  color: #e0a36a !important;
}

.nrtr-lf-labs-foot {
  margin-top: 0.95rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--nrtr-line);
  display: grid;
  gap: 0.45rem;
}

.nrtr-lf-labs-note {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--nrtr-muted);
}

.nrtr-lf-labs-note strong {
  color: var(--nrtr-text);
  font-weight: 700;
}

.nrtr-lf-labs-note i,
.nrtr-lf-labs-note svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 0.12rem;
  color: var(--nrtr-accent);
  stroke: var(--nrtr-accent);
}

.nrtr-lf-labs-disclaimer {
  margin: 0;
  font-size: 0.72rem;
  color: var(--nrtr-faint);
}

@media (max-width: 700px) {
  .nrtr-lf-lab-row {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .nrtr-lf-lab-reading {
    justify-content: flex-start;
  }
}

.nrtr-display--access {
  margin-bottom: 1.15rem;
}

.nrtr-display-line {
  display: block;
}

.nrtr-display-line--accent {
  color: var(--nrtr-accent);
  margin-top: 0.15em;
}

.nrtr-ch-inner--wide {
  max-width: min(78rem, 100%);
}

.nrtr-compare {
  margin-top: 1.05rem;
  border: 1px solid var(--nrtr-line);
  border-radius: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  background:
    linear-gradient(180deg, rgba(173, 216, 230, 0.06), transparent 28%),
    var(--nrtr-bg-elev);
  -webkit-overflow-scrolling: touch;
}

.nrtr-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 720px;
  font-size: 0.9375rem;
}

.nrtr-compare-table th,
.nrtr-compare-table td {
  padding: 0.95rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--nrtr-line);
}

.nrtr-compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(12, 15, 18, 0.94);
  backdrop-filter: blur(8px);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nrtr-muted);
  font-weight: 700;
  border-bottom-color: rgba(173, 216, 230, 0.28);
}

.nrtr-compare-table tbody th[scope="row"] {
  font-weight: 650;
  color: var(--nrtr-text);
  max-width: 22rem;
  min-width: 14rem;
  line-height: 1.4;
  background: rgba(12, 15, 18, 0.35);
  position: sticky;
  left: 0;
  z-index: 1;
}

.nrtr-compare-table tbody tr:last-child th,
.nrtr-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.nrtr-compare-table tbody tr:hover td,
.nrtr-compare-table tbody tr:hover th[scope="row"] {
  background: rgba(173, 216, 230, 0.05);
}

.nrtr-compare-us {
  background: rgba(173, 216, 230, 0.07);
}

.nrtr-compare-table thead th.nrtr-compare-us {
  color: var(--nrtr-accent);
  background: rgba(12, 15, 18, 0.96);
}

.nrtr-compare-table td.nrtr-compare-us {
  box-shadow: inset 1px 0 0 rgba(173, 216, 230, 0.22);
}

.nrtr-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1;
  margin-right: 0.45rem;
  flex-shrink: 0;
  vertical-align: middle;
}

.nrtr-mark--yes {
  color: #052e2b;
  background: var(--nrtr-accent);
  box-shadow: 0 0 8px rgba(173, 216, 230, 0.12);
}

.nrtr-mark--no {
  color: rgba(252, 165, 165, 0.95);
  background: rgba(252, 165, 165, 0.12);
  border: 1px solid rgba(252, 165, 165, 0.28);
}

.nrtr-mark--partial {
  color: #fdba74;
  background: rgba(253, 186, 116, 0.12);
  border: 1px solid rgba(253, 186, 116, 0.28);
  font-size: 1rem;
}

.nrtr-mark-note {
  display: inline;
  color: var(--nrtr-faint);
  font-size: 0.8125rem;
  line-height: 1.35;
  vertical-align: middle;
}

.nrtr-compare-table td {
  color: var(--nrtr-muted);
  white-space: nowrap;
}

.nrtr-compare-carousel {
  display: none;
}

@media (max-width: 749px) {
  .nrtr-compare {
    overflow-x: hidden;
    overflow-y: visible;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-overflow-scrolling: auto;
    max-width: 100%;
    min-width: 0;
  }

  .nrtr-compare-table {
    display: none;
  }

  .nrtr-compare-carousel[hidden] {
    display: none !important;
  }

  .nrtr-compare-carousel:not([hidden]) {
    display: block;
  }

  .nrtr-compare-carousel-bar {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.7rem;
    padding: 0 0.15rem;
  }

  .nrtr-compare-carousel-count {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--nrtr-faint);
    font-weight: 650;
  }

  .nrtr-compare-carousel-count strong {
    color: var(--nrtr-accent);
    font-size: 0.95rem;
    letter-spacing: 0.04em;
  }

  .nrtr-compare-carousel-hint {
    margin: 0;
    font-size: 0.75rem;
    color: var(--nrtr-faint);
    letter-spacing: 0.04em;
  }

  .nrtr-compare-carousel-track {
    display: contents;
  }

  .nrtr-compare-carousel-viewport {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    outline: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .nrtr-compare-carousel-viewport::-webkit-scrollbar {
    display: none;
  }

  .nrtr-compare-slide {
    width: auto;
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
    display: grid;
    gap: 0.65rem;
    padding: 1.05rem 1.05rem 1.1rem;
    border: 1px solid var(--nrtr-line);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(173, 216, 230, 0.06), transparent 40%),
      var(--nrtr-bg-elev);
    min-height: 17.5rem;
  }

  .nrtr-compare-slide-title {
    margin: 0;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid rgba(173, 216, 230, 0.18);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--nrtr-text);
    text-wrap: balance;
  }

  .nrtr-compare-slide-rows {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
  }

  .nrtr-compare-slide-rows li {
    display: grid;
    grid-template-columns: 1.65rem minmax(0, 1fr);
    column-gap: 0.55rem;
    row-gap: 0.2rem;
    align-items: start;
    padding: 0.55rem 0.65rem;
    border-radius: 12px;
    background: rgba(232, 240, 245, 0.03);
  }

  .nrtr-compare-slide-rows li.is-us {
    background: rgba(173, 216, 230, 0.1);
    border: 1px solid rgba(173, 216, 230, 0.22);
  }

  .nrtr-compare-slide-label {
    grid-column: 1 / -1;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--nrtr-faint);
    line-height: 1.2;
  }

  .nrtr-compare-slide-rows li.is-us .nrtr-compare-slide-label {
    color: var(--nrtr-accent);
  }

  .nrtr-compare-slide-rows .nrtr-mark {
    margin: 0;
    grid-column: 1;
    grid-row: 2;
  }

  .nrtr-compare-slide-rows .nrtr-mark-note {
    display: block;
    margin: 0;
    grid-column: 2;
    grid-row: 2;
    color: var(--nrtr-muted);
    font-size: 0.875rem;
    line-height: 1.35;
  }

  .nrtr-compare-carousel-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.85rem;
  }

  .nrtr-compare-carousel-dot {
    width: 0.45rem;
    height: 0.45rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(232, 240, 245, 0.22);
    cursor: pointer;
  }

  .nrtr-compare-carousel-dot.is-active {
    width: 1.1rem;
    background: var(--nrtr-accent);
  }
}

.nrtr-bullets {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 0.65rem;
}

.nrtr-bullets li {
  padding-left: 1.1rem;
  position: relative;
  color: var(--nrtr-muted);
  line-height: 1.5;
}

.nrtr-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nrtr-accent);
}

.nrtr-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.nrtr-link {
  color: var(--nrtr-pulse);
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.nrtr-link:hover { border-bottom-color: currentColor; }

.nrtr-ch--close {
  min-height: min(88vh, 720px);
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding-bottom: clamp(64px, 12vw, 140px);
}

.nrtr-ch--close .nrtr-ch-inner {
  max-width: 40rem;
}

.nrtr-close-shell {
  position: relative;
  z-index: 1;
  max-width: 68rem;
  margin: 0 auto;
  text-align: center;
}

.nrtr-close-display {
  max-width: 20em;
  margin: 0 auto 1rem;
  font-size: clamp(1.4rem, 4.8vw, 2.55rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.nrtr-close-accent {
  color: var(--nrtr-pulse);
  font-weight: 650;
}

.nrtr-close-lede {
  max-width: 38rem;
  margin: 0 auto 1.75rem;
  color: var(--nrtr-muted);
}

.nrtr-close-lede strong {
  color: var(--nrtr-text);
  font-weight: 700;
}

.nrtr-close-constellation {
  position: relative;
  display: grid;
  grid-template-columns: minmax(5.5rem, 9rem) minmax(12rem, 1fr) minmax(5.5rem, 9rem);
  align-items: center;
  gap: clamp(0.35rem, 1.5vw, 1rem);
  min-height: 15rem;
  margin: 0 auto 1.75rem;
  max-width: 52rem;
}

.nrtr-close-glow {
  position: absolute;
  top: 50%;
  width: min(42%, 16rem);
  height: min(88%, 14rem);
  transform: translateY(-50%);
  pointer-events: none;
  filter: blur(28px);
  opacity: 0.55;
  z-index: 0;
}

.nrtr-close-glow--in {
  left: 2%;
  background: radial-gradient(ellipse at center, rgba(173, 216, 230, 0.35), transparent 70%);
}

.nrtr-close-glow--out {
  right: 2%;
  background: radial-gradient(ellipse at center, rgba(173, 216, 230, 0.32), transparent 70%);
}

.nrtr-close-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.65rem;
  position: relative;
  z-index: 2;
  min-height: 11.5rem;
}

.nrtr-close-rail li {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--nrtr-muted);
  line-height: 1.2;
  white-space: nowrap;
}

.nrtr-close-rail--in {
  text-align: left;
  color: var(--nrtr-pulse);
}

.nrtr-close-rail--in li { color: rgba(173, 216, 230, 0.78); }

.nrtr-close-rail--out {
  text-align: right;
}

.nrtr-close-rail--out li { color: rgba(173, 216, 230, 0.78); }

.nrtr-close-core {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 14rem;
}

.nrtr-close-fibers {
  position: absolute;
  inset: 8% 0;
  width: 100%;
  height: 84%;
  pointer-events: none;
  opacity: 0.95;
  z-index: 1;
}

.nrtr-close-fiber-group path {
  stroke-dasharray: 4 7;
  animation: nrtr-fiber-drift 7s linear infinite;
}

.nrtr-close-fiber-group--out path {
  animation-duration: 8.5s;
  animation-direction: reverse;
}

@keyframes nrtr-fiber-drift {
  to { stroke-dashoffset: -110; }
}

.nrtr-brand-end {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(2.4rem, 7vw, 4.25rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-shadow: 0 0 42px rgba(232, 240, 245, 0.18);
}

.nrtr-close-rule {
  position: relative;
  z-index: 1;
  display: block;
  width: min(12rem, 55%);
  height: 1px;
  margin-top: 0.85rem;
  background: linear-gradient(90deg, transparent, var(--nrtr-line), var(--nrtr-text), var(--nrtr-line), transparent);
  opacity: 0.7;
}

.nrtr-close-rule::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--nrtr-text);
  box-shadow: 0 0 10px rgba(232, 240, 245, 0.55);
}

.nrtr-close-values {
  list-style: none;
  margin: 0 auto 1.75rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  gap: clamp(0.55rem, 3vw, 2.75rem);
  max-width: 42rem;
}

.nrtr-close-values li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  width: 100%;
  color: var(--nrtr-muted);
  font-size: clamp(0.72rem, 2.5vw, 0.92rem);
  line-height: 1.25;
  text-align: center;
  text-wrap: balance;
}

.nrtr-close-value-icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: rgba(232, 240, 245, 0.04);
  border: 1px solid var(--nrtr-line);
}

.nrtr-close-value-icon--focus { color: var(--nrtr-pulse); }
.nrtr-close-value-icon--shield { color: var(--nrtr-accent); }
.nrtr-close-value-icon--spark { color: var(--nrtr-ok); }

.nrtr-end-lines {
  color: var(--nrtr-muted);
  line-height: 1.6;
  margin: 0 0 2rem;
}

.nrtr-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.75rem;
}

.nrtr-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3rem;
  padding: 0.75rem 1.45rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s, background 0.2s, border-color 0.2s;
}

.nrtr-cta:hover { opacity: 0.95; transform: translateY(-1px); }

.nrtr-cta--primary {
  background: var(--nrtr-text);
  color: var(--nrtr-bg);
}

.nrtr-cta--ghost {
  border: 1px solid rgba(232, 240, 245, 0.28);
  color: var(--nrtr-text);
  background: rgba(232, 240, 245, 0.03);
}

.nrtr-cta--ghost:hover {
  border-color: rgba(232, 240, 245, 0.48);
  background: rgba(232, 240, 245, 0.06);
}

.nrtr-close-trust {
  list-style: none;
  margin: 0 auto;
  padding: 0.85rem 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  max-width: 44rem;
  border: 1px solid var(--nrtr-line);
  border-radius: 999px;
  background: rgba(20, 25, 31, 0.72);
  backdrop-filter: blur(10px);
}

.nrtr-close-trust li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.35rem 1.1rem;
  text-align: left;
  flex: 1 1 10rem;
  min-width: 10rem;
  justify-content: center;
}

.nrtr-close-trust li + li {
  border-left: 1px solid var(--nrtr-line);
}

.nrtr-close-trust-icon {
  color: var(--nrtr-muted);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.nrtr-close-trust strong {
  display: block;
  color: var(--nrtr-text);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.25;
}

.nrtr-close-trust small {
  display: block;
  color: var(--nrtr-faint);
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 0.1rem;
}

@media screen and (max-width: 849px) {
  .nrtr-display br {
    display: none;
  }

  .nrtr-close-constellation {
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: 0;
  }

  .nrtr-close-glow { display: none; }

  .nrtr-close-fibers { display: none; }

  .nrtr-close-core {
    min-height: 0;
    order: 1;
  }

  .nrtr-close-rail {
    min-height: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem 0.55rem;
  }

  .nrtr-close-rail--in { order: 2; text-align: center; }
  .nrtr-close-rail--out { order: 3; text-align: center; }

  .nrtr-close-rail li {
    padding: 0.28rem 0.6rem;
    border: 1px solid var(--nrtr-line);
    border-radius: 999px;
    background: rgba(232, 240, 245, 0.03);
    font-size: 0.72rem;
  }

  .nrtr-close-value-icon {
    width: 2.05rem;
    height: 2.05rem;
  }

  .nrtr-close-value-icon svg {
    width: 18px;
    height: 18px;
  }

  .nrtr-close-trust {
    border-radius: 1.25rem;
    padding: 0.65rem 0.5rem;
  }

  .nrtr-close-trust li + li {
    border-left: none;
    border-top: 1px solid var(--nrtr-line);
  }

  .nrtr-close-trust li {
    flex: 1 1 100%;
    justify-content: flex-start;
    padding: 0.7rem 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nrtr-node { animation: none; }
  .nrtr-funnel-step,
  .nrtr-relation,
  .nrtr-cluster-labels,
  .nrtr-resolve,
  .nrtr-threat,
  .nrtr-interrupt {
    opacity: 1 !important;
    transform: none !important;
    max-height: none !important;
  }
  .nrtr-svg-links line { stroke-opacity: 0.45; }
  .nrtr-close-fiber-group path,
  .nrtr-ev-flows path { animation: none; stroke-dasharray: none; }
}

/* ===== Ethics page ===== */
.nrtr-page--ethics .nrtr-ch {
  padding-top: clamp(1.35rem, 3.2vw, 2.35rem);
  padding-bottom: clamp(1.35rem, 3.2vw, 2.35rem);
}

.nrtr-page--ethics .nrtr-ch:first-child {
  padding-top: clamp(1.5rem, 3.5vw, 2.5rem);
}

.nrtr-page--ethics .nrtr-ch--close {
  min-height: 0;
  padding-top: clamp(2rem, 4.5vw, 3.25rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.nrtr-page--ethics .nrtr-display {
  margin-bottom: 0.75rem;
}

.nrtr-page--ethics .nrtr-lede {
  margin-bottom: 1.15rem;
}

.nrtr-ethics-hero .nrtr-ch-inner {
  max-width: 100%;
}

.nrtr-ethics-hero-inner {
  display: block;
  max-width: 42rem;
}

.nrtr-ethics-hero-copy .nrtr-cta-row {
  margin-bottom: 0;
}

.nrtr-ethics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.1rem;
  list-style: none;
  padding: 0;
}

.nrtr-ethics-card {
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  border: 1px solid var(--nrtr-line);
  background:
    linear-gradient(180deg, rgba(173, 216, 230, 0.05), transparent 42%),
    var(--nrtr-bg-elev);
  text-align: left;
}

.nrtr-ethics-card-icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(173, 216, 230, 0.28);
  color: var(--nrtr-accent);
  background: rgba(173, 216, 230, 0.08);
}

.nrtr-ethics-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--nrtr-text);
}

.nrtr-ethics-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--nrtr-muted);
}

.nrtr-ethics-refuse {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.1rem 0 0;
  list-style: none;
  padding: 0;
}

.nrtr-ethics-refuse li {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid var(--nrtr-line);
  background: rgba(0, 0, 0, 0.22);
}

.nrtr-ethics-refuse strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--nrtr-text);
  font-size: 0.95rem;
}

.nrtr-ethics-refuse span {
  display: block;
  color: var(--nrtr-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.nrtr-split {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.nrtr-split-item {
  padding: 1.2rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--nrtr-line);
  background: var(--nrtr-bg-elev);
  text-align: left;
  min-height: 100%;
}

.nrtr-split-item--accent {
  border-color: rgba(173, 216, 230, 0.35);
  background:
    linear-gradient(180deg, rgba(173, 216, 230, 0.1), transparent 55%),
    var(--nrtr-bg-elev);
}

.nrtr-split-amt {
  display: block;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--nrtr-accent);
  line-height: 1;
  margin-bottom: 0.55rem;
}

.nrtr-split-item h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--nrtr-text);
}

.nrtr-split-item p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--nrtr-muted);
}

.nrtr-ethics-note {
  margin-top: 0.9rem;
  padding: 0.95rem 1.1rem;
  border-radius: 12px;
  border: 1px solid var(--nrtr-line);
  background: rgba(0, 0, 0, 0.25);
  color: var(--nrtr-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.nrtr-ethics-note strong {
  color: var(--nrtr-text);
}

.nrtr-ethics-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.1rem;
  list-style: none;
  padding: 0;
}

.nrtr-ethics-pillars li {
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  border: 1px solid var(--nrtr-line);
  background: rgba(20, 25, 31, 0.85);
}

.nrtr-ethics-pillars strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--nrtr-accent);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nrtr-ethics-pillars p {
  margin: 0;
  color: var(--nrtr-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .nrtr-ethics-grid,
  .nrtr-ethics-pillars,
  .nrtr-split {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 640px) {
  .nrtr-ethics-grid,
  .nrtr-ethics-refuse,
  .nrtr-ethics-pillars,
  .nrtr-split {
    grid-template-columns: 1fr;
  }
}

/* ===== Audience / B2B pages ===== */
.nrtr-page--audience .nrtr-ch {
  padding-top: clamp(1.35rem, 3.2vw, 2.35rem);
  padding-bottom: clamp(1.35rem, 3.2vw, 2.35rem);
  /* Match home #nrtr-story chapter side inset — not header 5rem */
  padding-left: clamp(20px, 5vw, 48px) !important;
  padding-right: clamp(20px, 5vw, 48px) !important;
}

.nrtr-page--audience .nrtr-ch:first-child {
  padding-top: clamp(1.75rem, 4vw, 2.75rem);
}

.nrtr-page--audience .nrtr-ch--close,
.nrtr-page--audience .nrtr-aud-close {
  min-height: 0;
  padding-top: clamp(2rem, 4.5vw, 3.25rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.nrtr-page--audience .nrtr-display {
  margin-bottom: 0.75rem;
  max-width: 22ch;
}

.nrtr-page--audience .nrtr-aud-open-copy .nrtr-display {
  max-width: 14em;
}

.nrtr-page--audience .nrtr-lede {
  margin-bottom: 1.25rem;
  max-width: 42rem;
}

.nrtr-aud-promises {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.nrtr-aud-promises li {
  border: 1px solid rgba(173, 216, 230, 0.18);
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
  background: rgba(255, 255, 255, 0.02);
}

.nrtr-aud-promises strong {
  display: block;
  color: #add8e6;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.nrtr-aud-promises span {
  display: block;
  color: var(--nrtr-muted, #a8b0b8);
  font-size: 0.88rem;
  line-height: 1.45;
}

.nrtr-aud-objs {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.nrtr-aud-obj {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 0.85rem 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.nrtr-aud-obj-say,
.nrtr-aud-obj-ans {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--nrtr-muted, #a8b0b8);
}

.nrtr-aud-obj-say {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.4;
}

.nrtr-aud-obj-ans {
  color: rgba(255, 255, 255, 0.78);
}

.nrtr-aud-catch {
  margin: 0 0 1.35rem;
  max-width: 40rem;
  color: var(--nrtr-muted, #a8b0b8);
  font-size: 0.92rem;
  line-height: 1.55;
}

@media screen and (max-width: 900px) {
  .nrtr-aud-promises {
    grid-template-columns: 1fr 1fr;
  }

  .nrtr-aud-obj {
    grid-template-columns: 1fr;
  }
}

.nrtr-page--audience .nrtr-cta-row {
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .nrtr-aud-promises {
    grid-template-columns: 1fr;
  }

  .nrtr-page--audience .nrtr-display {
    max-width: none;
  }

  .nrtr-page--audience .nrtr-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .nrtr-page--audience .nrtr-cta-row .nrtr-cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .nrtr-aud-obj {
    padding: 0.95rem 0.9rem;
  }

  .nrtr-aud-yours-points {
    grid-template-columns: 1fr;
  }
}

.nrtr-aud-pains,
.nrtr-aud-dest-list {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.nrtr-aud-pains li,
.nrtr-aud-dest-list li {
  padding: 1rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.nrtr-aud-pains strong,
.nrtr-aud-dest-list strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.nrtr-aud-pains span,
.nrtr-aud-dest-list span {
  display: block;
  color: var(--nrtr-muted, #a8b0b8);
  font-size: 0.92rem;
  line-height: 1.5;
}

.nrtr-aud-dest .nrtr-aud-dest-list li {
  border-color: rgba(173, 216, 230, 0.2);
  background: rgba(173, 216, 230, 0.04);
}

.nrtr-aud-dest .nrtr-aud-dest-list strong {
  color: #add8e6;
}

@media screen and (max-width: 700px) {
  .nrtr-aud-pains,
  .nrtr-aud-dest-list {
    grid-template-columns: 1fr;
  }
}

.nrtr-aud-yours-inner {
  max-width: var(--nrtr-max, 78rem);
}

.nrtr-aud-yours .nrtr-display {
  max-width: 18ch;
}

.nrtr-aud-yours-points {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.nrtr-aud-yours-points li {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(173, 216, 230, 0.22);
  background: rgba(173, 216, 230, 0.05);
}

.nrtr-aud-yours-points strong {
  display: block;
  color: #add8e6;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.nrtr-aud-yours-points span {
  display: block;
  color: var(--nrtr-muted, #a8b0b8);
  font-size: 0.9rem;
  line-height: 1.45;
}

@media screen and (max-width: 700px) {
  .nrtr-aud-yours-points {
    grid-template-columns: 1fr;
  }

  .nrtr-aud-yours .nrtr-display {
    max-width: none;
  }
}
