/* Trust Lab v2 — research institution, development pathway and horizon. */
body.page-trust-lab {
  --tl2-navy: #0b1738;
  --tl2-deep: #07142f;
  --tl2-blue: #102751;
  --tl2-ivory: #fbfaf5;
  --tl2-paper: #fffdf8;
  --tl2-mineral: #edf2f4;
  --tl2-silver: #dce5ea;
  --tl2-ink: #172748;
  --tl2-copy: #45546b;
  --tl2-gold: #dfbc66;
  --tl2-gold-dark: #9b7426;
  --tl2-rule: rgba(23, 39, 72, 0.17);
  --tl2-gutter: max(24px, calc((100% - 1480px) / 2));
}

body.page-trust-lab .trust-lab-v2-main {
  width: 100%;
  overflow-x: clip;
  color: var(--tl2-ink);
  background: var(--tl2-ivory);
}

body.page-trust-lab .trust-lab-v2-main > .trust-lab-v2-section {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(72px, 6.5vw, 100px) var(--tl2-gutter);
  border: 0;
}

body.page-trust-lab .trust-lab-v2-heading .eyebrow {
  margin: 0 0 14px;
  color: var(--tl2-gold-dark);
}

body.page-trust-lab .trust-lab-v2-heading h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--tl2-ink);
  font-size: clamp(2.3rem, 3.15vw, 3.55rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.page-trust-lab .trust-lab-v2-heading > p:not(.eyebrow),
body.page-trust-lab .trust-lab-v2-heading > div + p {
  max-width: 58ch;
  margin: 22px 0 0;
  color: var(--tl2-copy);
  font-size: clamp(1rem, 0.25vw + 0.95rem, 1.07rem);
  line-height: 1.68;
}

body.page-trust-lab .trust-lab-v2-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(42px, 7vw, 108px);
  align-items: end;
  margin-bottom: clamp(38px, 4.5vw, 62px);
}

body.page-trust-lab .trust-lab-v2-heading-split > div + p {
  margin: 0;
}

/* Institutional mandate and the functional Just Verify relationship. */
body.page-trust-lab .trust-lab-mandate-section {
  background: var(--tl2-ivory);
}

body.page-trust-lab .trust-lab-mandate-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: start;
}

body.page-trust-lab .trust-lab-definition-plate {
  margin: 0;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid var(--tl2-rule);
  border-top: 2px solid var(--tl2-gold);
  background: rgba(255, 253, 248, 0.72);
}

body.page-trust-lab .trust-lab-definition-plate > span,
body.page-trust-lab .trust-lab-independence-boundary span {
  color: var(--tl2-gold-dark);
  font-family: "Fragment Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.11em;
}

body.page-trust-lab .trust-lab-definition-plate > p {
  margin: 16px 0 24px;
  color: var(--tl2-copy);
  font-size: 0.98rem;
  line-height: 1.66;
}

body.page-trust-lab .trust-lab-definition-plate ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--tl2-rule);
  list-style: none;
}

body.page-trust-lab .trust-lab-definition-plate li {
  padding: 13px 0;
  border-bottom: 1px solid var(--tl2-rule);
  color: var(--tl2-ink);
  font-size: 0.9rem;
}

body.page-trust-lab .trust-lab-definition-plate li::before {
  margin-right: 10px;
  color: var(--tl2-gold-dark);
  content: "—";
}

body.page-trust-lab .trust-lab-system-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: clamp(48px, 5.5vw, 76px) 0 0;
  padding: 0;
  border: 1px solid var(--tl2-rule);
  background: var(--tl2-paper);
  list-style: none;
}

body.page-trust-lab .trust-lab-system-strip::before {
  position: absolute;
  top: 45px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--tl2-gold), var(--tl2-gold), transparent);
  content: "";
}

body.page-trust-lab .trust-lab-system-strip li {
  position: relative;
  min-width: 0;
  padding: 30px clamp(22px, 2.2vw, 34px) 34px;
  border-right: 1px solid var(--tl2-rule);
}

body.page-trust-lab .trust-lab-system-strip li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 35px;
  right: -8px;
  display: grid;
  width: 16px;
  height: 20px;
  place-items: center;
  color: var(--tl2-gold-dark);
  background: var(--tl2-paper);
  content: "\2192";
  font-family: "Fragment Mono", monospace;
  font-size: 0.66rem;
}

body.page-trust-lab .trust-lab-system-strip li:last-child { border-right: 0; }

body.page-trust-lab .trust-lab-system-strip li[aria-current="step"] {
  background: linear-gradient(145deg, rgba(223, 188, 102, 0.12), rgba(237, 242, 244, 0.62));
  box-shadow: inset 0 2px 0 var(--tl2-gold), inset 0 0 0 1px rgba(223, 188, 102, 0.28);
}

body.page-trust-lab .trust-lab-system-strip li[aria-current="step"] > span {
  border-color: var(--tl2-gold);
  color: var(--tl2-navy);
  background: var(--tl2-gold);
  box-shadow: 0 0 0 6px rgba(223, 188, 102, 0.12);
}

body.page-trust-lab .trust-lab-system-strip li > span,
body.page-trust-lab .trust-lab-focus-ledger article > span,
body.page-trust-lab .trust-lab-development-route li > span,
body.page-trust-lab .trust-lab-output-grid article > span,
body.page-trust-lab .trust-lab-horizon-v2-grid article > span,
body.page-trust-lab .trust-lab-contribution-routes article > span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  color: var(--tl2-gold-dark);
  font-family: "Fragment Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

body.page-trust-lab .trust-lab-system-strip li > span {
  width: 32px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--tl2-gold);
  border-radius: 50%;
  background: var(--tl2-paper);
}

body.page-trust-lab .trust-lab-system-strip strong {
  display: block;
  margin: 22px 0 9px;
  color: var(--tl2-ink);
  font-size: 1.08rem;
  font-weight: 600;
}

body.page-trust-lab .trust-lab-system-strip p {
  margin: 0;
  color: var(--tl2-copy);
  font-size: 0.9rem;
  line-height: 1.58;
}

/* Research areas — one institutional ledger, not a collection of cards. */
body.page-trust-lab .trust-lab-focus-section {
  background: var(--tl2-mineral);
}

body.page-trust-lab .trust-lab-focus-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--tl2-rule);
  border-left: 1px solid var(--tl2-rule);
}

body.page-trust-lab .trust-lab-focus-ledger article {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(3.25rem, auto) 1fr;
  min-width: 0;
  min-height: 235px;
  padding: clamp(28px, 2.6vw, 40px);
  border-right: 1px solid var(--tl2-rule);
  border-bottom: 1px solid var(--tl2-rule);
  background: rgba(255, 255, 255, 0.48);
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

body.page-trust-lab .trust-lab-focus-ledger article:nth-child(3n + 2),
body.page-trust-lab .trust-lab-focus-ledger article:nth-child(3n + 3) {
  background: rgba(251, 250, 245, 0.72);
}

body.page-trust-lab .trust-lab-focus-ledger article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: var(--tl2-gold);
  content: "";
  transition: width 260ms ease;
}

@media (hover: hover) {
  body.page-trust-lab .trust-lab-focus-ledger article:hover {
    z-index: 1;
    border-color: rgba(155, 116, 38, 0.34);
    background: var(--tl2-paper);
    box-shadow: 0 16px 34px rgba(7, 20, 47, 0.07);
    transform: translateY(-3px);
  }

  body.page-trust-lab .trust-lab-focus-ledger article:hover::before { width: 72px; }
}

body.page-trust-lab .trust-lab-focus-ledger h3 {
  max-width: 27ch;
  margin: 24px 0 11px;
  color: var(--tl2-ink);
  font-size: clamp(1.05rem, 1.1vw, 1.18rem);
  font-weight: 600;
  line-height: 1.28;
}

body.page-trust-lab .trust-lab-focus-ledger p {
  max-width: 38ch;
  margin: 0;
  color: var(--tl2-copy);
  font-size: 0.93rem;
  line-height: 1.6;
}

/* Adaptable research route and tangible outputs. */
body.page-trust-lab .trust-lab-development-section {
  background-color: var(--tl2-ivory);
  background-image:
    linear-gradient(rgba(23, 39, 72, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 39, 72, 0.026) 1px, transparent 1px);
  background-size: 52px 52px;
}

body.page-trust-lab .trust-lab-development-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--tl2-rule);
  list-style: none;
}

body.page-trust-lab .trust-lab-development-route::before {
  position: absolute;
  top: 47px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: var(--tl2-gold);
  content: "";
}

body.page-trust-lab .trust-lab-development-route li {
  position: relative;
  min-width: 0;
  padding: 30px clamp(18px, 1.8vw, 28px) 36px;
  border-right: 1px solid var(--tl2-rule);
  background: rgba(251, 250, 245, 0.62);
}

body.page-trust-lab .trust-lab-development-route li:last-child { border-right: 0; }

body.page-trust-lab .trust-lab-development-route li > span {
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--tl2-gold);
  border-radius: 50%;
  background: var(--tl2-ivory);
}

body.page-trust-lab .trust-lab-development-route h3 {
  min-height: 2.45em;
  margin: 24px 0 10px;
  color: var(--tl2-ink);
  font-size: 1.08rem;
  font-weight: 600;
}

body.page-trust-lab .trust-lab-development-route p {
  margin: 0;
  color: var(--tl2-copy);
  font-size: 0.88rem;
  line-height: 1.58;
}

body.page-trust-lab .trust-lab-output-register {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.6fr);
  margin-top: clamp(46px, 5vw, 72px);
  border: 1px solid rgba(220, 231, 241, 0.22);
  color: #fffdf6;
  background:
    radial-gradient(circle at 18% 30%, rgba(48, 83, 125, 0.28), transparent 38%),
    var(--tl2-deep);
  box-shadow: 0 24px 56px rgba(7, 20, 47, 0.12);
}

body.page-trust-lab .trust-lab-output-intro {
  padding: clamp(30px, 3vw, 44px);
  border-right: 1px solid rgba(220, 231, 241, 0.2);
}

body.page-trust-lab .trust-lab-output-intro .eyebrow { margin: 0 0 14px; color: var(--tl2-gold); }
body.page-trust-lab .trust-lab-output-intro h3 { margin: 0; color: #fffdf6; font-size: clamp(1.75rem, 2.2vw, 2.35rem); font-weight: 500; line-height: 1.1; }
body.page-trust-lab .trust-lab-output-intro > p:not(.eyebrow) { margin: 18px 0 0; color: #c6d2df; font-size: 0.9rem; line-height: 1.6; }

body.page-trust-lab .trust-lab-output-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.page-trust-lab .trust-lab-output-grid article {
  min-width: 0;
  padding: clamp(28px, 2.5vw, 38px) clamp(18px, 1.7vw, 26px);
  border-right: 1px solid rgba(220, 231, 241, 0.18);
  background: rgba(255, 255, 255, 0.015);
}

body.page-trust-lab .trust-lab-output-grid article:last-child { border-right: 0; }
body.page-trust-lab .trust-lab-output-grid article > span { color: var(--tl2-gold); }
body.page-trust-lab .trust-lab-output-grid h4 { margin: 24px 0 0; color: #fffdf6; font-size: 0.94rem; font-weight: 500; line-height: 1.42; }

/* Long-term research horizon — the page's signature architectural chapter. */
body.page-trust-lab .trust-lab-horizon-v2-section {
  color: #fffdf6;
  background:
    radial-gradient(circle at 78% 32%, rgba(53, 91, 139, 0.3), transparent 36%),
    linear-gradient(120deg, var(--tl2-deep), var(--tl2-blue));
}

body.page-trust-lab .trust-lab-horizon-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(46px, 7vw, 112px);
  align-items: center;
}

body.page-trust-lab .trust-lab-horizon-v2-copy .eyebrow { color: var(--tl2-gold); }
body.page-trust-lab .trust-lab-horizon-v2-copy h2 { color: #fffdf6; }
body.page-trust-lab .trust-lab-horizon-v2-copy > p:not(.eyebrow) { color: #cad6e2; }

body.page-trust-lab .trust-lab-horizon-v2-section .trust-lab-horizon-visual {
  position: relative;
  width: 100%;
  aspect-ratio: auto;
  margin: 0;
  padding: clamp(12px, 1.6vw, 20px);
  border: 1px solid rgba(223, 188, 102, 0.3);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(16, 39, 81, 0.18)),
    rgba(6, 20, 47, 0.44);
  box-shadow: 0 30px 70px rgba(2, 10, 28, 0.28);
}

body.page-trust-lab .trust-lab-horizon-v2-section .trust-lab-horizon-visual::before,
body.page-trust-lab .trust-lab-horizon-v2-section .trust-lab-horizon-visual::after {
  position: absolute;
  z-index: 2;
  width: 54px;
  height: 54px;
  pointer-events: none;
  background: transparent;
  box-shadow: none;
  content: "";
}

body.page-trust-lab .trust-lab-horizon-v2-section .trust-lab-horizon-visual::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--tl2-gold);
  border-left: 2px solid var(--tl2-gold);
}

body.page-trust-lab .trust-lab-horizon-v2-section .trust-lab-horizon-visual::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--tl2-gold);
  border-bottom: 2px solid var(--tl2-gold);
}

body.page-trust-lab .trust-lab-horizon-v2-section .jv-experience-stage {
  min-height: 0;
  aspect-ratio: 5 / 4;
  box-shadow: none;
}

body.page-trust-lab .trust-lab-horizon-v2-section .jv-experience-caption {
  background: rgba(6, 21, 45, 0.9);
}

body.page-trust-lab .trust-lab-horizon-v2-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(48px, 5vw, 72px);
  border-top: 1px solid rgba(220, 231, 241, 0.23);
  border-left: 1px solid rgba(220, 231, 241, 0.18);
}

body.page-trust-lab .trust-lab-horizon-v2-grid article {
  position: relative;
  min-width: 0;
  min-height: 220px;
  padding: clamp(26px, 2.4vw, 36px);
  border-right: 1px solid rgba(220, 231, 241, 0.18);
  border-bottom: 1px solid rgba(220, 231, 241, 0.23);
  background: rgba(255, 255, 255, 0.025);
  transition: background-color 220ms ease, transform 220ms ease;
}

@media (hover: hover) {
  body.page-trust-lab .trust-lab-horizon-v2-grid article:hover {
    background: rgba(255, 255, 255, 0.055);
    transform: translateY(-3px);
  }
}

body.page-trust-lab .trust-lab-horizon-v2-grid article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: var(--tl2-gold);
  content: "";
}

body.page-trust-lab .trust-lab-horizon-v2-grid article > span { color: var(--tl2-gold); }
body.page-trust-lab .trust-lab-horizon-v2-grid h3 { margin: 24px 0 10px; color: #fffdf6; font-size: 1.08rem; font-weight: 600; line-height: 1.3; }
body.page-trust-lab .trust-lab-horizon-v2-grid p { margin: 0; color: #c6d2df; font-size: 0.9rem; line-height: 1.58; }

/* Contribution routes and independence boundary. */
body.page-trust-lab .trust-lab-contribution-v2-section { background: var(--tl2-mineral); }

body.page-trust-lab .trust-lab-contribution-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--tl2-rule);
  background: var(--tl2-paper);
}

body.page-trust-lab .trust-lab-contribution-routes article {
  display: grid;
  grid-template-rows: auto minmax(3rem, auto) 1fr;
  min-width: 0;
  min-height: 220px;
  padding: clamp(28px, 2.7vw, 40px);
  border-right: 1px solid var(--tl2-rule);
}

body.page-trust-lab .trust-lab-contribution-routes article:last-child { border-right: 0; }
body.page-trust-lab .trust-lab-contribution-routes h3 { max-width: 27ch; margin: 24px 0 11px; color: var(--tl2-ink); font-size: 1.08rem; font-weight: 600; line-height: 1.3; }
body.page-trust-lab .trust-lab-contribution-routes p { max-width: 42ch; margin: 0; color: var(--tl2-copy); font-size: 0.92rem; line-height: 1.6; }

body.page-trust-lab .trust-lab-independence-boundary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-top: clamp(34px, 4vw, 52px);
  padding: clamp(25px, 3vw, 36px);
  border-left: 2px solid var(--tl2-gold);
  border-top: 1px solid rgba(23, 39, 72, 0.09);
  border-right: 1px solid rgba(23, 39, 72, 0.09);
  border-bottom: 1px solid rgba(23, 39, 72, 0.09);
  background: rgba(255, 253, 248, 0.8);
}

body.page-trust-lab .trust-lab-independence-boundary p {
  max-width: 78ch;
  margin: 11px 0 0;
  color: var(--tl2-copy);
  font-size: 0.94rem;
  line-height: 1.62;
}

body.page-trust-lab .trust-lab-independence-boundary .button.secondary {
  border-color: var(--tl2-gold-dark);
  color: var(--tl2-ink);
}

body.page-trust-lab .trust-lab-independence-boundary .button.secondary:hover,
body.page-trust-lab .trust-lab-independence-boundary .button.secondary:focus-visible,
body.page-trust-lab .trust-lab-page-closing .button.primary:hover,
body.page-trust-lab .trust-lab-page-closing .button.primary:focus-visible {
  border-color: var(--tl2-gold) !important;
  color: var(--tl2-navy) !important;
  background: var(--tl2-gold) !important;
  outline: none;
}

body.page-trust-lab .trust-lab-independence-boundary .button.secondary:focus-visible,
body.page-trust-lab .trust-lab-page-closing .button.primary:focus-visible {
  outline: 2px solid var(--tl2-gold);
  outline-offset: 3px;
}

/* Preserve the shared navy-and-gold closing system. */
body.page-trust-lab .trust-lab-v2-main > .trust-lab-page-closing {
  max-width: none;
  padding: clamp(62px, 6vw, 88px) max(24px, calc((100% - 1320px) / 2));
}

body.page-trust-lab .trust-lab-page-closing h2 {
  max-width: 17ch;
}

body.page-trust-lab .trust-lab-page-closing p:not(.eyebrow) {
  max-width: 44rem;
  color: rgba(255, 253, 246, 0.76);
}

body.page-trust-lab .trust-lab-page-closing .hero-actions {
  justify-content: flex-end;
}

body.page-trust-lab .trust-lab-page-closing .button.secondary {
  border-color: var(--tl2-gold);
  color: #fffdf6;
}

/* Responsive hierarchy. */
@media (max-width: 1180px) {
  body.page-trust-lab .trust-lab-output-register { grid-template-columns: 1fr; }
  body.page-trust-lab .trust-lab-output-intro { border-right: 0; border-bottom: 1px solid rgba(220, 231, 241, 0.2); }
  body.page-trust-lab .trust-lab-output-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); overflow-x: visible; }
  body.page-trust-lab .trust-lab-output-grid article:nth-child(-n + 3) { grid-column: span 2; }
  body.page-trust-lab .trust-lab-output-grid article:nth-child(n + 4) { grid-column: span 3; border-top: 1px solid rgba(220, 231, 241, 0.18); }
  body.page-trust-lab .trust-lab-output-grid article:nth-child(3),
  body.page-trust-lab .trust-lab-output-grid article:nth-child(5) { border-right: 0; }
}

@media (max-width: 1024px) {
  body.page-trust-lab .trust-lab-v2-heading-split,
  body.page-trust-lab .trust-lab-mandate-layout,
  body.page-trust-lab .trust-lab-horizon-v2-layout { grid-template-columns: 1fr; gap: 32px; }
  body.page-trust-lab .trust-lab-v2-heading-split { align-items: start; }
  body.page-trust-lab .trust-lab-v2-heading-split > div + p { max-width: 64ch; }
  body.page-trust-lab .trust-lab-system-strip,
  body.page-trust-lab .trust-lab-horizon-v2-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-trust-lab .trust-lab-system-strip::before { display: none; }
  body.page-trust-lab .trust-lab-system-strip li::after { display: none !important; }
  body.page-trust-lab .trust-lab-system-strip li:nth-child(2) { border-right: 0; }
  body.page-trust-lab .trust-lab-system-strip li:nth-child(-n + 2) { border-bottom: 1px solid var(--tl2-rule); }
  body.page-trust-lab .trust-lab-focus-ledger { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.page-trust-lab .trust-lab-development-route { grid-template-columns: repeat(6, minmax(0, 1fr)); overflow-x: visible; border: 0; }
  body.page-trust-lab .trust-lab-development-route::before { display: none; }
  body.page-trust-lab .trust-lab-development-route li { border-top: 1px solid var(--tl2-rule); border-bottom: 1px solid var(--tl2-rule); }
  body.page-trust-lab .trust-lab-development-route li::before { position: absolute; top: -1px; left: 0; width: 42px; height: 2px; background: var(--tl2-gold); content: ""; }
  body.page-trust-lab .trust-lab-development-route li:nth-child(-n + 3) { grid-column: span 2; }
  body.page-trust-lab .trust-lab-development-route li:nth-child(n + 4) { grid-column: span 3; border-top: 0; }
  body.page-trust-lab .trust-lab-development-route li:nth-child(3),
  body.page-trust-lab .trust-lab-development-route li:nth-child(5) { border-right: 0; }
  body.page-trust-lab .trust-lab-horizon-v2-layout .trust-lab-horizon-visual { width: min(100%, 760px); }
}

@media (max-width: 760px) {
  body.page-trust-lab .trust-lab-v2-main > .trust-lab-v2-section { padding-block: clamp(58px, 14vw, 76px); }
  body.page-trust-lab .trust-lab-v2-heading h2 { font-size: clamp(2.25rem, 9vw, 3rem); }
  body.page-trust-lab .trust-lab-system-strip,
  body.page-trust-lab .trust-lab-focus-ledger,
  body.page-trust-lab .trust-lab-horizon-v2-grid,
  body.page-trust-lab .trust-lab-contribution-routes { grid-template-columns: 1fr; }
  body.page-trust-lab .trust-lab-system-strip li,
  body.page-trust-lab .trust-lab-system-strip li:nth-child(2),
  body.page-trust-lab .trust-lab-contribution-routes article { border-right: 0; border-bottom: 1px solid var(--tl2-rule); }
  body.page-trust-lab .trust-lab-system-strip li:last-child,
  body.page-trust-lab .trust-lab-contribution-routes article:last-child { border-bottom: 0; }
  body.page-trust-lab .trust-lab-focus-ledger article,
  body.page-trust-lab .trust-lab-horizon-v2-grid article,
  body.page-trust-lab .trust-lab-contribution-routes article { min-height: 0; }
  body.page-trust-lab .trust-lab-output-grid { grid-template-columns: 1fr; overflow-x: visible; }
  body.page-trust-lab .trust-lab-output-grid article,
  body.page-trust-lab .trust-lab-output-grid article:nth-child(n) { grid-column: auto; border-top: 0; border-right: 0; border-bottom: 1px solid rgba(220, 231, 241, 0.18); }
  body.page-trust-lab .trust-lab-output-grid article:last-child { border-bottom: 0; }
  body.page-trust-lab .trust-lab-development-route { grid-template-columns: 1fr; }
  body.page-trust-lab .trust-lab-development-route li,
  body.page-trust-lab .trust-lab-development-route li:nth-child(n) { grid-column: auto; border-top: 0; border-right: 0; border-bottom: 1px solid var(--tl2-rule); }
  body.page-trust-lab .trust-lab-development-route li:first-child { border-top: 1px solid var(--tl2-rule); }
  body.page-trust-lab .trust-lab-development-route li:last-child { border-bottom: 1px solid var(--tl2-rule); }
  body.page-trust-lab .trust-lab-development-route h3 { min-height: 0; }
  body.page-trust-lab .trust-lab-independence-boundary { grid-template-columns: 1fr; align-items: start; }
  body.page-trust-lab .trust-lab-independence-boundary .button { width: fit-content; }
  body.page-trust-lab .trust-lab-page-closing .hero-actions { justify-content: flex-start; }
}

/* Restrained research-led motion: content appears in sequence and connectors draw once. */
html.motion-ready body.page-trust-lab [data-motion="section"] :is(
  .trust-lab-system-strip::before,
  .trust-lab-development-route::before
) {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1) 120ms;
}

html.motion-ready body.page-trust-lab [data-motion="section"].is-visible :is(
  .trust-lab-system-strip::before,
  .trust-lab-development-route::before
) { transform: scaleX(1); }

html.motion-ready body.page-trust-lab [data-motion="section"] :is(
  .trust-lab-focus-ledger > article,
  .trust-lab-development-route > li,
  .trust-lab-output-grid > article,
  .trust-lab-horizon-v2-grid > article,
  .trust-lab-contribution-routes > article
) {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 480ms ease, transform 480ms ease;
}

html.motion-ready body.page-trust-lab [data-motion="section"].is-visible :is(
  .trust-lab-focus-ledger > article,
  .trust-lab-development-route > li,
  .trust-lab-output-grid > article,
  .trust-lab-horizon-v2-grid > article,
  .trust-lab-contribution-routes > article
) {
  opacity: 1;
  transform: none;
}

html.motion-ready body.page-trust-lab [data-motion="section"].is-visible :is(
  .trust-lab-focus-ledger > article,
  .trust-lab-development-route > li,
  .trust-lab-output-grid > article,
  .trust-lab-horizon-v2-grid > article,
  .trust-lab-contribution-routes > article
):nth-child(2) { transition-delay: 70ms; }

html.motion-ready body.page-trust-lab [data-motion="section"].is-visible :is(
  .trust-lab-focus-ledger > article,
  .trust-lab-development-route > li,
  .trust-lab-output-grid > article,
  .trust-lab-horizon-v2-grid > article,
  .trust-lab-contribution-routes > article
):nth-child(3) { transition-delay: 140ms; }

html.motion-ready body.page-trust-lab [data-motion="section"].is-visible :is(
  .trust-lab-focus-ledger > article,
  .trust-lab-development-route > li,
  .trust-lab-output-grid > article,
  .trust-lab-horizon-v2-grid > article
):nth-child(4) { transition-delay: 210ms; }

html.motion-ready body.page-trust-lab [data-motion="section"].is-visible :is(
  .trust-lab-focus-ledger > article,
  .trust-lab-development-route > li,
  .trust-lab-output-grid > article
):nth-child(5) { transition-delay: 280ms; }

html.motion-ready body.page-trust-lab [data-motion="section"].is-visible .trust-lab-focus-ledger > article:nth-child(6) { transition-delay: 350ms; }

@media (prefers-reduced-motion: reduce) {
  body.page-trust-lab .trust-lab-v2-main * { scroll-behavior: auto; }
  html.motion-ready body.page-trust-lab [data-motion="section"] :is(
    .trust-lab-system-strip::before,
    .trust-lab-development-route::before,
    .trust-lab-focus-ledger > article,
    .trust-lab-development-route > li,
    .trust-lab-output-grid > article,
    .trust-lab-horizon-v2-grid > article,
    .trust-lab-contribution-routes > article
  ) { opacity: 1; transform: none; transition: none; }
}
