:root {
  --science-type-scale: 1;
  --science-space-scale: 1;
  --science-energy: .72;
  --science-radius: 28px;
  --story-width: 1180px;
  --story-lift: 14px;
  --a-card-lift: 14px;
  --lens-scale: 1.12;
  --lens-spread: 1;
  --lens-pulse: .64;
  --ladder-gap: 34px;
  --ladder-scale: 1;
  --ladder-rail: 6px;
  --split-ratio: 50%;
  --split-gutter: 34px;
  --split-converge: 54;
  --split-contrast: .58;
  --dossier-index-width: 230px;
  --dossier-row-height: 210px;
  --dossier-copy-width: 660px;
  --field-scale: 1;
  --field-spread: 28px;
  --field-drift: .36;
}

.science-page {
  --science-ink: #172c38;
  --science-muted: #172c38c2;
  --science-faint: #172c3821;
  --science-cyan: #11aeb2;
  --science-cyan-deep: #08777c;
  --science-coral: #ce746f;
  --science-indigo: #5558a1;
  --science-surface: #ffffff42;
  --science-surface-strong: #ffffff8a;
  --science-bg-solid: var(--page-beige);
  --header-light-rgb: var(--page-beige-rgb);
  --science-bg-gradient: var(--page-beige);
  min-width: 320px;
  color: var(--science-ink);
  background: var(--science-bg-solid);
  overflow-x: hidden;
}

.science-page[data-science-tone="pearl"] {
  --science-bg-solid: #e8e7df;
  --header-light-rgb: 232 231 223;
  --science-bg-gradient: radial-gradient(ellipse 52% 42% at 12% 8%, #aadddd61, transparent 72%), radial-gradient(ellipse 48% 44% at 89% 14%, #c1c6e275, transparent 72%), linear-gradient(128deg, #e1e5e1, #f0ece4 52%, #e2e4e9);
}

.science-page[data-science-tone="mineral"] {
  --science-bg-solid: #d6dad4;
  --header-light-rgb: 214 218 212;
  --science-bg-gradient: radial-gradient(ellipse 50% 44% at 16% 12%, #69b7b452, transparent 72%), radial-gradient(ellipse 46% 40% at 86% 9%, #7584b052, transparent 72%), linear-gradient(126deg, #cdd7d2, #e2e2d8 54%, #d1d8dc);
}

.science-page[data-science-tone="blush"] {
  --science-bg-solid: #e1d0c9;
  --header-light-rgb: 225 208 201;
  --science-bg-gradient: radial-gradient(ellipse 55% 44% at 14% 8%, #d1909066, transparent 72%), radial-gradient(ellipse 50% 44% at 87% 10%, #d6c6ad9e, transparent 72%), linear-gradient(128deg, #dbc6c0, #ead9c9 52%, #ddd3c4);
}

.science-main {
  color: var(--science-ink);
  background: var(--science-bg-gradient);
}

.science-hero {
  isolation: isolate;
  min-height: 100vh;
  align-items: center;
  min-height: 100svh;
  padding: max(148px, min(18vh, 210px)) max(28px, min(7vw, 126px)) max(86px, min(10vh, 126px));
  display: grid;
  position: relative;
  overflow: hidden;
}

.science-atmosphere, .science-atmosphere span {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.science-atmosphere {
  z-index: -1;
  opacity: calc(.32 + var(--science-energy) * .52);
  overflow: hidden;
}

.science-atmosphere span {
  filter: blur(max(50px, min(8vw, 126px)));
  border-radius: 43% 57% 62% 38% / 58% 39% 61% 42%;
  width: 54vw;
  height: 54vw;
}

.science-atmosphere span:first-child {
  background: #d37a7761;
  animation: 22s ease-in-out infinite alternate science-drift-a;
  top: -28vw;
  bottom: auto;
  left: -20vw;
  right: auto;
}

.science-atmosphere span:nth-child(2) {
  background: #28c0bb52;
  animation: 27s ease-in-out -9s infinite alternate science-drift-b;
  top: auto;
  bottom: -26vw;
  left: auto;
  right: -18vw;
}

.science-atmosphere span:nth-child(3) {
  background: #5658a233;
  width: 32vw;
  height: 32vw;
  animation: 31s ease-in-out -14s infinite alternate science-drift-c;
  top: 20%;
  bottom: auto;
  left: 48%;
  right: auto;
}

@keyframes science-drift-a {
  to {
    transform: translate3d(14vw, 13vh, 0)rotate(24deg)scale(1.16);
  }
}

@keyframes science-drift-b {
  to {
    transform: translate3d(-18vw, -10vh, 0)rotate(-20deg)scale(.88);
  }
}

@keyframes science-drift-c {
  to {
    transform: translate3d(-10vw, 12vh, 0)rotate(32deg)scale(1.22);
  }
}

.science-page[data-science-motion="still"] .science-atmosphere span, .science-page[data-science-motion="still"] .cell-orbit, .science-page[data-science-motion="still"] .map-bridge i, .science-page[data-science-motion="still"] .target-ring, .science-page[data-science-motion="still"] .circuit-loop i {
  animation: none !important;
}

.science-page[data-science-motion="pulse"] .science-atmosphere span {
  animation-name: science-pulse;
  animation-duration: 7s;
  animation-direction: alternate;
}

@keyframes science-pulse {
  to {
    opacity: .46;
    filter: blur(max(64px, min(10vw, 150px)));
    transform: scale(1.18);
  }
}

.science-hero-grid {
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: max(58px, min(8vw, 144px));
  width: min(1680px, 100%);
  margin: 0 auto;
  display: grid;
}

.science-hero-copy {
  z-index: 2;
  max-width: 790px;
  position: relative;
}

.science-eyebrow, .chapter-kicker, .science-architecture-caption > span, .evidence-label {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-family: SFMono-Regular, Consolas, monospace;
}

.science-eyebrow {
  color: var(--science-cyan-deep);
  margin: 0 0 28px;
  font-size: max(.68rem, min(.72vw, .82rem));
  font-weight: 620;
}

.science-hero h1 {
  max-width: 8.4ch;
  font-size: var(--page-headline-size);
  letter-spacing: var(--headline-tracking);
  font-kerning: normal;
  margin: 0;
  font-weight: 490;
  line-height: 1.03;
}

.science-hero h1 span {
  color: var(--science-cyan-deep);
  display: block;
}

.science-hero-lead {
  max-width: 42rem;
  color: var(--science-muted);
  font-size: calc(clamp(1.12rem, 1.38vw, 1.55rem) * var(--science-type-scale));
  margin: max(32px, min(4.5vh, 54px)) 0 0;
  line-height: 1.54;
}

.science-status {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
  display: flex;
}

.science-status span {
  border: 1px solid var(--science-faint);
  color: color-mix(in srgb, var(--science-ink) 72.0%, transparent);
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #ffffff3d;
  border-radius: 999px;
  padding: 10px 14px;
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: .67rem;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .science-status span {
    color: #172c38b8;
  }
}

.mechanism-map {
  min-width: 0;
  margin: 0;
  position: relative;
}

.mechanism-map-hero {
  border-radius: calc(var(--science-radius) * 1.65);
  background: linear-gradient(145deg, #ffffff6b, #ffffff17), radial-gradient(circle at 58% 48%, rgba(46, 189, 190, calc(var(--science-energy) * .22)), transparent 42%);
  -webkit-backdrop-filter: blur(22px) saturate(1.06);
  backdrop-filter: blur(22px) saturate(1.06);
  border: 1px solid #ffffff57;
  align-items: center;
  min-height: max(500px, min(58vh, 690px));
  display: grid;
  overflow: hidden;
  box-shadow: 0 34px 90px #28383d1a, inset 0 1px #ffffffb8;
}

.mechanism-map-hero:before {
  content: "";
  border: 1px solid color-mix(in srgb, var(--science-ink) 7.0%, transparent);
  border-radius: inherit;
  position: absolute;
  top: 7%;
  bottom: 7%;
  left: 7%;
  right: 7%;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .mechanism-map-hero:before {
    border: 1px solid #172c3812;
  }
}

.mechanism-cell {
  aspect-ratio: 1;
  background: radial-gradient(circle at 42% 38%, #ffffffa3, #0000 21%), radial-gradient(circle at 52% 52%, #3ac1bc29, #5558a10f 58%, #0000 74%);
  border: 1px solid #1c646a1a;
  border-radius: 48% 52% 44% 56% / 54% 41% 59% 46%;
  width: min(47vw, 620px);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.cell-orbit {
  border: 1px solid #08777c2e;
  border-radius: 50%;
  position: absolute;
}

.orbit-one {
  animation: 26s linear infinite science-orbit;
  top: 13%;
  bottom: 13%;
  left: 13%;
  right: 13%;
}

.orbit-two {
  border-style: dashed;
  animation: 19s linear infinite reverse science-orbit;
  top: 28%;
  bottom: 28%;
  left: 28%;
  right: 28%;
}

.cell-speck {
  aspect-ratio: 1;
  background: var(--science-cyan);
  border-radius: 50%;
  width: 9px;
  position: absolute;
  box-shadow: 0 0 22px #11aeb2a8;
}

.speck-one {
  top: 20%;
  left: 52%;
}

.speck-two {
  background: var(--science-coral);
  width: 6px;
  bottom: 34%;
  right: 18%;
}

.speck-three {
  background: var(--science-indigo);
  width: 12px;
  bottom: 16%;
  left: 25%;
}

@keyframes science-orbit {
  to {
    transform: rotate(360deg);
  }
}

.mechanism-axis {
  z-index: 2;
  grid-template-columns: .68fr 1fr 1.1fr 1fr .72fr;
  align-items: center;
  width: min(88%, 690px);
  margin: 0 auto;
  display: grid;
  position: relative;
}

.signal-entry, .signal-output {
  color: var(--science-muted);
  letter-spacing: .11em;
  text-align: center;
  text-transform: uppercase;
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: .62rem;
}

.map-node {
  aspect-ratio: 1;
  text-align: center;
  background: #eff4ebb8;
  border: 1px solid #08777c57;
  border-radius: 50%;
  place-content: center;
  display: grid;
  position: relative;
  box-shadow: 0 18px 54px #172c381f, inset 0 0 0 12px #ffffff3d;
}

.map-node:before, .map-node:after {
  content: "";
  border: 1px solid #11aeb226;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}

.map-node:after {
  border-color: #5558a11a;
  top: -18px;
  bottom: -18px;
  left: -18px;
  right: -18px;
}

.map-node small, .map-node strong {
  display: block;
}

.map-node small {
  color: var(--science-muted);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 6px;
  font-size: .58rem;
}

.map-node strong {
  letter-spacing: -.04em;
  font-size: max(1.5rem, min(2.1vw, 2.35rem));
  font-weight: 540;
}

.map-node-myc {
  border-color: #5558a161;
}

.map-bridge {
  background: linear-gradient(90deg, var(--science-cyan), var(--science-indigo));
  height: 1px;
  display: block;
  position: relative;
}

.map-bridge i {
  background: var(--science-cyan);
  width: 9px;
  height: 9px;
  box-shadow: 0 0 18px var(--science-cyan);
  border-radius: 50%;
  animation: 3.8s ease-in-out infinite science-signal;
  position: absolute;
  top: -4px;
  left: 0;
}

@keyframes science-signal {
  50% {
    background: var(--science-indigo);
    left: calc(100% - 9px);
  }
}

.map-bridge b {
  color: var(--science-muted);
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: .54rem;
  font-weight: 520;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
}

.mechanism-map figcaption {
  color: var(--science-muted);
  text-align: center;
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: .62rem;
  line-height: 1.5;
  position: absolute;
  bottom: 6%;
  left: 8%;
  right: 8%;
}

.science-scroll-cue {
  z-index: 3;
  color: var(--science-muted);
  letter-spacing: .13em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: .62rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 30px;
  right: max(28px, min(7vw, 126px));
}

.science-scroll-cue i {
  background: var(--science-faint);
  width: 72px;
  height: 1px;
  overflow: hidden;
}

.science-scroll-cue i:after {
  content: "";
  background: linear-gradient(90deg, transparent, var(--science-cyan));
  width: 100%;
  height: 100%;
  animation: 2.4s ease-in-out infinite science-scan;
  display: block;
}

@keyframes science-scan {
  from {
    transform: translateX(-110%);
  }

  to {
    transform: translateX(110%);
  }
}

.science-body {
  isolation: isolate;
  background: linear-gradient(180deg, #ffffff14, transparent 14%), var(--science-bg-gradient);
  grid-template-columns: 164px minmax(0, 1fr);
  grid-template-areas: "caption caption"
                       "stage stage"
                       "rail story"
                       "note note";
  column-gap: max(34px, min(5vw, 86px));
  padding: max(90px, min(12vh, 150px)) max(28px, min(6vw, 112px)) max(160px, min(18vh, 240px));
  display: grid;
  position: relative;
}

.science-architecture-caption {
  border-bottom: 1px solid var(--science-faint);
  grid-area: caption;
  grid-template-columns: 170px minmax(220px, .45fr) minmax(300px, 1fr);
  align-items: baseline;
  gap: 28px;
  width: min(1680px, 100%);
  margin: 0 auto max(72px, min(10vh, 120px));
  padding-bottom: 28px;
  display: grid;
}

.science-architecture-caption > span {
  color: var(--science-muted);
  font-size: .6rem;
}

.science-architecture-caption strong {
  font-size: calc(1.25rem * var(--science-type-scale));
  font-weight: 580;
}

.science-architecture-caption p {
  color: var(--science-muted);
  font-size: calc(1rem * var(--science-type-scale));
  margin: 0;
  line-height: 1.55;
}

.science-architecture-stage {
  grid-area: stage;
  width: min(1460px, 100%);
  min-width: 0;
  margin: 0 auto max(70px, min(9vh, 108px));
}

.architecture-composition {
  border-radius: calc(var(--science-radius) * 1.05);
  background: linear-gradient(145deg, #ffffff54, #ffffff1f);
  border: 1px solid #ffffff70;
  min-width: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 70px #172c3812, inset 0 1px #ffffffb3;
}

.architecture-composition[hidden] {
  display: none !important;
}

.architecture-composition small {
  color: var(--science-muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: .58rem;
  line-height: 1.4;
}

.architecture-composition strong {
  color: var(--science-ink);
  font-weight: 570;
}

.architecture-stage-a {
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 28px 34px;
  display: grid;
}

.architecture-stage-a p {
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  font-size: .72rem;
  font-weight: 600;
}

.architecture-stage-a i {
  background: linear-gradient(90deg, var(--science-cyan), var(--science-indigo));
  opacity: .54;
  height: 1px;
}

.science-page[data-story-line="segmented"] .architecture-stage-a i {
  background: repeating-linear-gradient(90deg, var(--science-cyan) 0 7px, transparent 7px 15px);
}

.science-page[data-story-line="glow"] .architecture-stage-a i {
  height: 2px;
  box-shadow: 0 0 16px #11aeb257;
}

.architecture-stage-b {
  gap: calc(28px * var(--lens-spread));
  grid-template-rows: 1fr 1fr;
  grid-template-columns: minmax(180px, 1fr) minmax(260px, .82fr) minmax(180px, 1fr);
  align-items: stretch;
  min-height: 460px;
  padding: 42px;
  display: grid;
}

.hub-spoke {
  border: 1px solid var(--science-faint);
  border-radius: var(--science-radius);
  background: #ffffff40;
  align-content: center;
  gap: 9px;
  padding: 26px;
  display: grid;
}

.hub-spoke strong {
  font-size: max(1.15rem, min(1.6vw, 1.8rem));
}

.hub-spoke-need, .hub-spoke-signal {
  grid-column: 1;
}

.hub-spoke-circuit, .hub-spoke-program {
  grid-column: 3;
}

.hub-spoke-need, .hub-spoke-circuit {
  grid-row: 1;
}

.hub-spoke-signal, .hub-spoke-program {
  grid-row: 2;
}

.hub-axis {
  z-index: 2;
  aspect-ratio: 1;
  background: #f1f6ecbd;
  border: 1px solid #11aeb25c;
  border-radius: 50%;
  grid-area: 1 / 2 / 3;
  grid-template-columns: 1fr .55fr 1fr;
  place-self: center;
  place-items: center;
  width: min(100%, 300px);
  padding: 26px;
  display: grid;
  position: relative;
  box-shadow: 0 26px 80px #172c381f, inset 0 0 0 14px #ffffff42;
}

.hub-axis span {
  aspect-ratio: 1;
  border: 1px solid #11aeb247;
  border-radius: 50%;
  place-items: center;
  width: 76px;
  font-size: 1.05rem;
  font-weight: 650;
  display: grid;
}

.hub-axis span:last-of-type {
  border-color: #5558a157;
}

.hub-axis i {
  background: linear-gradient(90deg, var(--science-cyan), var(--science-indigo));
  width: 100%;
  height: 1px;
}

.hub-axis small {
  position: absolute;
  bottom: 23%;
}

.science-page[data-lens-focus="pim2"] .hub-axis span:first-child, .science-page[data-lens-focus="program"] .hub-spoke-program {
  box-shadow: 0 0 0 2px #11aeb257, 0 20px 48px #11aeb224;
}

.science-page[data-lens-labels="minimal"] .architecture-stage-b small {
  opacity: 0;
}

.architecture-stage-c {
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 40px;
  padding: 42px;
  display: grid;
}

.architecture-stage-c header {
  gap: 12px;
  display: grid;
}

.architecture-stage-c header strong {
  letter-spacing: -.045em;
  max-width: 16ch;
  font-size: max(1.8rem, min(3vw, 3.4rem));
  line-height: 1;
}

.architecture-stage-c ol {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  position: relative;
}

.architecture-stage-c ol:before {
  content: "";
  height: var(--ladder-rail);
  background: linear-gradient(90deg, var(--science-cyan), var(--science-indigo), var(--science-coral));
  opacity: .45;
  border-radius: 99px;
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
}

.architecture-stage-c li {
  z-index: 1;
  border: 1px solid var(--science-faint);
  border-radius: calc(var(--science-radius) * .7);
  background: #ffffff4d;
  align-content: end;
  gap: 7px;
  min-height: 168px;
  padding: 54px 18px 20px;
  display: grid;
  position: relative;
}

.architecture-stage-c li span {
  aspect-ratio: 1;
  border: 1px solid var(--science-cyan-deep);
  background: var(--science-bg-solid);
  width: 24px;
  color: var(--science-cyan-deep);
  border-radius: 50%;
  place-items: center;
  font: .56rem SFMono-Regular, Consolas, monospace;
  display: grid;
  position: absolute;
  top: 17px;
  left: 18px;
}

.architecture-stage-c li strong {
  font-size: 1rem;
}

.architecture-stage-c li small {
  text-transform: none;
  letter-spacing: 0;
}

.science-page[data-ladder-progress="solid"] .architecture-stage-c ol:before {
  background: var(--science-cyan-deep);
}

.science-page[data-ladder-progress="nodes"] .architecture-stage-c ol:before {
  background: repeating-linear-gradient(90deg, var(--science-cyan) 0 7px, transparent 7px 17px);
}

.architecture-stage-d {
  align-items: stretch;
  gap: var(--split-gutter);
  min-height: 330px;
  padding: 38px;
  display: flex;
}

.architecture-stage-d > article {
  border: 1px solid var(--science-faint);
  border-radius: var(--science-radius);
  background: #ffffff3d;
  flex: 1 1 0;
  align-content: center;
  gap: 13px;
  padding: 34px;
  display: grid;
}

.architecture-stage-d > article:first-child {
  flex-basis: var(--split-ratio);
}

.architecture-stage-d > article:last-child {
  flex-basis: calc(100% - var(--split-ratio));
}

.architecture-stage-d > article strong {
  letter-spacing: -.035em;
  max-width: 20ch;
  font-size: max(1.35rem, min(2.1vw, 2.5rem));
  line-height: 1.08;
}

.thesis-convergence {
  aspect-ratio: 1;
  text-align: center;
  background: #f4f8efcc;
  border: 1px solid #11aeb266;
  border-radius: 50%;
  flex: 0 0 162px;
  place-content: center;
  align-self: center;
  gap: 5px;
  display: grid;
  box-shadow: 0 22px 60px #172c381f;
}

.thesis-convergence strong {
  font-size: 1.25rem;
}

.science-page[data-split-emphasis="pim2"] .architecture-stage-d > article:last-child, .science-page[data-split-emphasis="myc"] .architecture-stage-d > article:first-child {
  opacity: .5;
}

.architecture-stage-e {
  grid-template-columns: minmax(320px, 1.1fr) minmax(460px, .9fr);
  align-items: center;
  gap: 60px;
  padding: 46px 52px;
  display: grid;
}

.architecture-stage-e header {
  gap: 12px;
  display: grid;
}

.architecture-stage-e header strong {
  letter-spacing: -.055em;
  font-size: max(2rem, min(3.6vw, 4.2rem));
}

.architecture-stage-e header p {
  max-width: 42rem;
  color: var(--science-muted);
  margin: 0;
  line-height: 1.55;
}

.architecture-stage-e dl {
  border-top: 1px solid var(--science-faint);
  border-left: 1px solid var(--science-faint);
  grid-template-columns: 1fr 1fr;
  margin: 0;
  display: grid;
}

.architecture-stage-e dl div {
  border-right: 1px solid var(--science-faint);
  border-bottom: 1px solid var(--science-faint);
  align-content: center;
  gap: 7px;
  min-height: 96px;
  padding: 18px;
  display: grid;
}

.architecture-stage-e dt {
  color: var(--science-muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  font: .55rem SFMono-Regular, Consolas, monospace;
}

.architecture-stage-e dd {
  margin: 0;
  font-weight: 600;
}

.science-page[data-dossier-mode="investor"] .architecture-stage-e header p {
  display: none;
}

.architecture-stage-f {
  min-height: 440px;
}

.field-node {
  z-index: 2;
  aspect-ratio: 1;
  text-align: center;
  width: max(118px, min(13vw, 184px));
  transform: scale(var(--field-scale));
  background: #f5f9f0bd;
  border: 1px solid #11aeb24d;
  border-radius: 50%;
  place-content: center;
  gap: 5px;
  display: grid;
  position: absolute;
  box-shadow: 0 22px 70px #172c381a;
}

.field-node strong {
  font-size: max(1rem, min(1.6vw, 1.55rem));
}

.field-node-need {
  top: 12%;
  left: 8%;
}

.field-node-pim {
  bottom: 9%;
  left: 25%;
}

.field-node-program {
  border-color: #ce746f70;
  top: 26%;
  left: calc(50% - 82px);
}

.field-node-myc {
  border-color: #5558a166;
  top: 10%;
  right: 24%;
}

.field-node-proof {
  bottom: 8%;
  right: 7%;
}

.field-route {
  z-index: 1;
  background: linear-gradient(90deg, var(--science-cyan), var(--science-indigo));
  height: 1px;
  opacity: calc(.24 + var(--field-drift) * .46);
  transform-origin: 0;
  position: absolute;
}

.route-one {
  width: 35%;
  top: 47%;
  left: 17%;
  transform: rotate(14deg);
}

.route-two {
  width: 25%;
  top: 43%;
  left: 53%;
  transform: rotate(-18deg);
}

.route-three {
  width: 40%;
  top: 59%;
  left: 45%;
  transform: rotate(12deg);
}

.science-page[data-field-routes="none"] .architecture-stage-f .field-route {
  display: none;
}

.science-page[data-field-routes="dense"] .architecture-stage-f:before {
  content: "";
  background: repeating-linear-gradient(24deg, #0000 0, #0000 82px, #11aeb217 83px, #11aeb217 84px, #0000 85px, #0000 156px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.science-page[data-field-focus="program"] .field-node-program, .science-page[data-field-focus="biology"] .field-node-pim, .science-page[data-field-focus="biology"] .field-node-myc {
  box-shadow: 0 0 0 2px #11aeb24d, 0 28px 78px #11aeb22e;
}

.science-page[data-field-labels="minimal"] .architecture-stage-f small {
  display: none;
}

.science-story-rail {
  grid-area: rail;
  align-self: start;
  gap: 3px;
  padding-left: 18px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 168px;
}

.science-story-rail a {
  z-index: 2;
  min-height: 54px;
  color: color-mix(in srgb, var(--science-ink) 58.0%, transparent);
  letter-spacing: .12em;
  text-transform: uppercase;
  align-items: center;
  gap: 14px;
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: .64rem;
  text-decoration: none;
  transition: color .18s, transform .18s;
  display: flex;
  position: relative;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .science-story-rail a {
    color: #172c3894;
  }
}

.science-story-rail a:before {
  content: "";
  border: 1px solid var(--science-cyan-deep);
  background: var(--science-bg-solid);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-left: -22px;
  transition: background .18s, box-shadow .18s;
}

.science-story-rail a.is-active {
  color: var(--science-ink);
  transform: translateX(4px);
}

.science-story-rail a.is-active:before {
  background: var(--science-cyan);
  box-shadow: 0 0 14px #11aeb280;
}

.science-story-rail a b {
  color: var(--science-cyan-deep);
  font-weight: 600;
}

.story-progress {
  background: var(--science-faint);
  width: 1px;
  position: absolute;
  top: 27px;
  bottom: 27px;
  left: -1px;
  overflow: hidden;
}

.story-progress i {
  width: 100%;
  height: var(--story-progress, 0%);
  background: linear-gradient(var(--science-cyan), var(--science-indigo), var(--science-coral));
  transition: height .16s linear;
  display: block;
}

.science-story {
  width: min(var(--story-width), 100%);
  grid-area: story;
  margin: 0 auto;
}

.science-story:focus-visible {
  outline: 2px solid var(--science-cyan-deep);
  outline-offset: 8px;
}

.science-chapter {
  min-height: calc(clamp(560px, 72vh, 760px) * var(--science-space-scale));
  content-visibility: auto;
  contain-intrinsic-block-size: auto 680px;
  contain-intrinsic-inline-size: auto 0px;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: max(58px, min(8vw, 136px));
  padding: max(46px, min(6vh, 76px)) 0;
  scroll-margin-top: 150px;
  display: grid;
  position: relative;
}

.science-chapter + .science-chapter:before {
  content: "";
  background: linear-gradient(90deg, transparent, var(--science-faint) 18%, var(--science-faint) 82%, transparent);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.science-page[data-science-architecture="a"][data-story-line="segmented"] .science-chapter + .science-chapter:before {
  background: repeating-linear-gradient(90deg, var(--science-faint) 0 7px, transparent 7px 17px);
}

.science-page[data-science-architecture="a"][data-story-line="glow"] .science-chapter + .science-chapter:before {
  background: linear-gradient(90deg, #0000, #11aeb28a, #5558a17a, #0000);
  height: 2px;
  box-shadow: 0 0 18px #11aeb22e;
}

.science-page[data-science-architecture="a"][data-story-align="alternate"] .science-chapter:nth-child(2n) .chapter-copy {
  order: 2;
}

.science-page[data-science-architecture="a"][data-story-align="alternate"] .science-chapter:nth-child(2n) .chapter-visual {
  order: 1;
}

.science-page[data-science-architecture="a"][data-story-align="left"] .science-chapter {
  grid-template-columns: minmax(0, .74fr) minmax(460px, 1.26fr);
}

.science-page[data-science-architecture="a"][data-story-align="center"] .science-chapter {
  text-align: center;
  grid-template-columns: 1fr;
  justify-items: center;
}

.science-page[data-science-architecture="a"][data-story-align="center"] .chapter-copy {
  max-width: 780px;
}

.science-page[data-science-architecture="a"][data-story-align="center"] .chapter-visual {
  width: min(840px, 100%);
}

.chapter-copy {
  min-width: 0;
}

.chapter-kicker {
  color: var(--science-muted);
  margin: 0 0 22px;
  font-size: .63rem;
  font-weight: 560;
}

.chapter-kicker span {
  color: var(--science-cyan-deep);
  margin-right: 13px;
}

.chapter-copy h2, .science-evidence-note h2 {
  font-size: calc(clamp(2.35rem, 4vw, 5.3rem) * var(--science-type-scale));
  letter-spacing: -.056em;
  margin: 0;
  font-weight: 490;
  line-height: .98;
}

.science-chapter .chapter-copy h2 > span {
  white-space: nowrap;
  max-width: 100%;
  display: block;
}

.chapter-copy > p:not(.chapter-kicker) {
  max-width: 42rem;
  color: color-mix(in srgb, var(--science-ink) 78.0%, transparent);
  font-size: calc(clamp(1.04rem, 1.25vw, 1.34rem) * var(--science-type-scale));
  margin: 28px 0 0;
  line-height: 1.62;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .chapter-copy > p:not(.chapter-kicker) {
    color: #172c38c7;
  }
}

.chapter-copy .chapter-detail {
  color: var(--science-muted);
  font-size: calc(clamp(.92rem, 1vw, 1.08rem) * var(--science-type-scale));
}

.science-page[data-science-density="spare"] .chapter-detail {
  display: none;
}

.science-page[data-science-density="deep"] .chapter-detail {
  color: color-mix(in srgb, var(--science-ink) 72.0%, transparent);
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .science-page[data-science-density="deep"] .chapter-detail {
    color: #172c38b8;
  }
}

.evidence-label {
  border: 1px solid;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 28px;
  padding: 8px 11px;
  font-size: .56rem;
  font-weight: 620;
  display: inline-flex;
}

.evidence-label:before {
  content: "";
  background: currentColor;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.evidence-external {
  color: var(--science-cyan-deep);
}

.evidence-emerging {
  color: var(--science-indigo);
}

.evidence-internal {
  color: #a05250;
}

.evidence-process {
  color: #566248;
}

.chapter-visual {
  border-radius: var(--science-radius);
  background: linear-gradient(145deg, #ffffff7a, #ffffff1f), radial-gradient(circle at 18% 16%, rgba(17, 174, 178, calc(var(--science-energy) * .14)), transparent 38%);
  min-width: 0;
  height: max(350px, min(40vw, 490px));
  box-shadow: 0 var(--story-lift) calc(var(--story-lift) * 3.4) #172c381a, inset 0 1px #ffffffb3;
  -webkit-backdrop-filter: blur(16px) saturate(1.04);
  backdrop-filter: blur(16px) saturate(1.04);
  border: 1px solid #ffffff6b;
  transition: border-radius .22s, transform .28s, box-shadow .28s;
  position: relative;
  overflow: hidden;
}

.science-chapter:hover .chapter-visual {
  box-shadow: 0 calc(var(--story-lift)  + 5px) calc(var(--story-lift) * 4.2 + 10px) #172c381f, inset 0 1px #ffffffb3;
  transform: translateY(-3px);
}

.need-visual {
  align-content: center;
  gap: 14px;
  padding: max(28px, min(4vw, 56px));
  display: grid;
}

.need-visual > span {
  border: 1px solid var(--science-faint);
  border-radius: calc(var(--science-radius) * .62);
  background: #ffffff47;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  display: grid;
}

.need-visual i {
  aspect-ratio: 1;
  background: var(--science-cyan);
  border-radius: 50%;
  width: 9px;
  box-shadow: 0 0 0 5px #11aeb21a;
}

.need-visual span:nth-child(2) i {
  background: var(--science-indigo);
}

.need-visual span:nth-child(3) i {
  background: var(--science-coral);
}

.need-visual b {
  font-size: 1rem;
  font-weight: 580;
}

.need-visual small {
  color: var(--science-muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: .62rem;
}

.target-visual {
  place-items: center;
  display: grid;
}

.target-core {
  z-index: 2;
  aspect-ratio: 1;
  text-align: center;
  background: #f1f6ecc7;
  border-radius: 50%;
  place-content: center;
  width: 36%;
  display: grid;
  position: relative;
  box-shadow: 0 24px 70px #0b787c2e, inset 0 0 0 11px #ffffff47;
}

.target-core small {
  color: var(--science-muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .63rem;
}

.target-core strong {
  letter-spacing: -.04em;
  font-size: max(2.1rem, min(4vw, 4rem));
  font-weight: 500;
}

.target-ring {
  border: 1px solid #11aeb24d;
  border-radius: 50%;
  animation: 5s ease-in-out infinite alternate target-breathe;
  position: absolute;
  top: 22%;
  bottom: 22%;
  left: 22%;
  right: 22%;
}

.target-ring-two {
  border-style: dashed;
  border-color: #5558a138;
  animation-delay: -2.4s;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

@keyframes target-breathe {
  to {
    opacity: .54;
    transform: scale(1.07)rotate(12deg);
  }
}

.target-input {
  color: var(--science-muted);
  letter-spacing: .06em;
  background: #ffffff80;
  border-radius: 999px;
  padding: 8px 11px;
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: .58rem;
  position: absolute;
}

.input-one {
  top: 16%;
  left: 11%;
}

.input-two {
  top: 22%;
  right: 10%;
}

.input-three {
  bottom: 13%;
  right: 18%;
}

.myc-visual {
  isolation: isolate;
  background: linear-gradient(145deg, #ffffff94, #ffffff21), radial-gradient(circle at 50% 48%, #11aeb214, #0000 56%);
  place-items: center;
  display: grid;
}

.myc-visual:after {
  content: "";
  z-index: -1;
  filter: blur(18px);
  background: radial-gradient(circle, #ffffff6b, #0000 68%);
  border-radius: 46% 54% 53% 47% / 48% 42% 58% 52%;
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 8%;
  right: 8%;
}

.myc-visual-option {
  place-items: center;
  display: none;
  position: absolute;
  top: max(10px, min(2vw, 23px));
  bottom: max(10px, min(2vw, 23px));
  left: max(10px, min(2vw, 23px));
  right: max(10px, min(2vw, 23px));
}

.science-page[data-myc-visual="a"] [data-myc-visual-option="a"], .science-page[data-myc-visual="b"] [data-myc-visual-option="b"], .science-page[data-myc-visual="c"] [data-myc-visual-option="c"], .science-page[data-myc-visual="d"] [data-myc-visual-option="d"], .science-page[data-myc-visual="e"] [data-myc-visual-option="e"], .science-page[data-myc-visual="f"] [data-myc-visual-option="f"], .science-page[data-myc-visual="g"] [data-myc-visual-option="g"], .science-page[data-myc-visual="h"] [data-myc-visual-option="h"], .science-page[data-myc-visual="i"] [data-myc-visual-option="i"], .science-page[data-myc-visual="j"] [data-myc-visual-option="j"] {
  animation: .42s cubic-bezier(.2, .74, .24, 1) both myc-visual-enter;
  display: grid;
}

.myc-visual-option svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.myc-visual-option text {
  fill: color-mix(in srgb, var(--science-ink) 76.0%, transparent);
  letter-spacing: .6px;
  font-family: SFMono-Regular, Consolas, monospace;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .myc-visual-option text {
    fill: #172c38c2;
  }
}

.myc-visual-title {
  font-size: 12px;
  font-weight: 700;
  fill: var(--science-ink) !important;
  letter-spacing: 1.55px !important;
}

.myc-visual-note {
  font-size: 8px;
  font-weight: 620;
  fill: color-mix(in srgb, var(--science-ink) 47.0%, transparent) !important;
  letter-spacing: 1.25px !important;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .myc-visual-note {
    fill: #172c3878 !important;
  }
}

.myc-visual-caption {
  font-size: 8.5px;
  font-weight: 650;
  fill: color-mix(in srgb, var(--science-ink) 43.0%, transparent) !important;
  letter-spacing: 1.45px !important;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .myc-visual-caption {
    fill: #172c386e !important;
  }
}

@keyframes myc-visual-enter {
  from {
    opacity: 0;
    transform: scale(.985);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.myc-ensemble-ghosts path, .myc-ensemble-live {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.myc-ensemble-ghosts path {
  stroke: #5558a126;
  stroke-width: 2px;
}

.myc-ensemble-ghosts path:nth-child(2) {
  stroke: #11aeb22e;
}

.myc-ensemble-ghosts path:nth-child(3) {
  stroke: #c45b552b;
}

.myc-ensemble-live {
  stroke-width: 4px;
  stroke-dasharray: .17 .035;
  animation: 8s linear infinite myc-ensemble-travel;
}

.myc-ensemble-core circle {
  fill: #f8f9f1db;
  stroke: #11aeb26e;
  filter: drop-shadow(0 15px 25px #172c3821);
}

.myc-ensemble-core text {
  fill: var(--science-ink);
  letter-spacing: -1px;
  text-anchor: middle;
  font: 650 27px Inter, sans-serif;
}

@keyframes myc-ensemble-travel {
  to {
    stroke-dashoffset: -1px;
  }
}

.myc-fold-left > path:first-child {
  fill: none;
  stroke: #11aeb294;
  stroke-width: 3px;
  stroke-linecap: round;
}

.myc-fold-left circle {
  fill: var(--science-cyan);
  stroke: #ffffffd1;
  stroke-width: 2px;
}

.myc-fold-state {
  letter-spacing: 1px;
  text-anchor: middle;
  font-size: 8.5px;
  font-weight: 700;
}

.myc-fold-bracket {
  fill: none;
  stroke: #172c3829;
  stroke-width: 1px;
}

.myc-fold-caveat {
  letter-spacing: 1px;
  text-anchor: middle;
  font-size: 7px;
  font-weight: 650;
  fill: color-mix(in srgb, var(--science-ink) 43.0%, transparent) !important;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .myc-fold-caveat {
    fill: #172c386e !important;
  }
}

.myc-fold-arrow {
  fill: none;
  stroke: #172c3847;
  stroke-width: 1.4px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.myc-folded-myc path, .myc-folded-max path {
  fill: none;
  stroke-width: 5.5px;
  stroke-linecap: round;
}

.myc-folded-myc path {
  stroke: #11aeb2a8;
}

.myc-folded-max path {
  stroke: #5558a19e;
}

.myc-zipper-rungs path {
  fill: none;
  stroke: #172c382e;
  stroke-width: 1px;
  stroke-dasharray: 2 4;
}

.myc-fold-label rect {
  fill: #f8f9f1e6;
  stroke-width: 1px;
}

.myc-fold-label text {
  letter-spacing: 1px;
  text-anchor: middle;
  font-size: 8px;
  font-weight: 750;
}

.myc-fold-label-myc rect {
  stroke: #11aeb26b;
}

.myc-fold-label-max rect {
  stroke: #5558a166;
}

.myc-basic-guide {
  fill: none;
  stroke: #172c382e;
  stroke-width: 1px;
  stroke-dasharray: 2 4;
}

.myc-dna-rail {
  fill: none;
  stroke: #c45b556b;
  stroke-width: 2px;
}

.myc-e-box-chip rect {
  fill: #f8f9f1f0;
  stroke: #c45b557a;
}

.myc-e-box-chip text {
  fill: #8b4e4b;
  letter-spacing: 1.1px;
  text-anchor: middle;
  font-size: 8px;
  font-weight: 760;
}

.myc-complex-label {
  letter-spacing: 1px;
  text-anchor: middle;
  font-size: 7px;
  font-weight: 650;
}

.myc-visual-b .myc-visual-title {
  font-size: 14px;
}

.myc-visual-b .myc-visual-note {
  font-size: 9.5px;
}

.myc-visual-b .myc-fold-state {
  font-size: 10px;
}

.myc-visual-b .myc-fold-caveat {
  font-size: 8.5px;
}

.myc-visual-b .myc-fold-label text {
  font-size: 10px;
}

.myc-visual-b .myc-complex-label {
  font-size: 9px;
}

.myc-visual-b .myc-visual-caption {
  font-size: 9.5px;
}

.myc-dna-ladder > path {
  fill: none;
  stroke-width: 2.3px;
  stroke-linecap: round;
}

.myc-dna-rungs path {
  stroke: #5558a12b;
  stroke-width: 1px;
}

.myc-clamp path {
  stroke-width: 1.2px;
  filter: drop-shadow(0 12px 20px #172c3817);
}

.myc-clamp-myc {
  fill: #11aeb229;
  stroke: #11aeb28c;
}

.myc-clamp-max {
  fill: #5558a124;
  stroke: #5558a180;
}

.myc-clamp text {
  fill: var(--science-ink);
  text-anchor: middle;
  font: 680 13px Inter, sans-serif;
}

.myc-e-box-pulse rect {
  fill: #f8f9f1eb;
  stroke: #c45b557a;
  transform-box: fill-box;
  transform-origin: center;
  animation: 3.2s ease-in-out infinite myc-e-box-breathe;
}

.myc-e-box-pulse text {
  fill: #8f4e4b;
  letter-spacing: 1.2px;
  text-anchor: middle;
  font-size: 9px;
  font-weight: 750;
}

@keyframes myc-e-box-breathe {
  50% {
    filter: drop-shadow(0 0 9px #c45b553d);
    transform: scale(1.08);
  }
}

.myc-scan-surface {
  fill: #ffffff54;
  stroke: #5558a13d;
  stroke-width: 1.2px;
}

.myc-pocket-marks path {
  fill: #172c380b;
  stroke: #c45b556b;
  stroke-width: 1px;
  stroke-dasharray: 3 4;
}

.myc-scan-line {
  animation: 5s ease-in-out infinite myc-scan-pass;
}

.myc-scan-line path {
  stroke-width: 2.4px;
}

.myc-scan-line circle {
  fill: var(--science-cyan);
  filter: drop-shadow(0 0 7px #11aeb28c);
}

.myc-scan-label {
  text-anchor: middle;
  fill: var(--science-ink) !important;
  letter-spacing: -2.5px !important;
  font: 650 54px Inter, sans-serif !important;
}

@keyframes myc-scan-pass {
  0%, 8% {
    opacity: 0;
    transform: translateX(0);
  }

  18%, 82% {
    opacity: 1;
  }

  92%, 100% {
    opacity: 0;
    transform: translateX(392px);
  }
}

.myc-interface-left, .myc-interface-right {
  transform-box: fill-box;
  transform-origin: center;
  animation: 5.5s ease-in-out infinite alternate myc-interface-meet;
}

.myc-interface-right {
  animation-direction: alternate-reverse;
}

.myc-interface-left path {
  fill: #11aeb217;
  stroke: #11aeb273;
}

.myc-interface-right path {
  fill: #5558a114;
  stroke: #5558a166;
}

.myc-interface-left text, .myc-interface-right text {
  text-anchor: middle;
  font-size: 10px;
  font-weight: 700;
}

.myc-interface-hotspots circle {
  fill: var(--science-coral);
  stroke: #fffc;
  stroke-width: 2px;
  transform-box: fill-box;
  transform-origin: center;
  animation: 2.8s ease-in-out infinite alternate myc-hotspot;
}

.myc-interface-hotspots circle:nth-child(2) {
  animation-delay: -.9s;
}

.myc-interface-hotspots circle:nth-child(3) {
  animation-delay: -1.8s;
}

.myc-interface-axis {
  fill: none;
  stroke: #172c3824;
  stroke-dasharray: 2 7;
}

.myc-interface-caption {
  letter-spacing: 1.2px;
  text-anchor: middle;
  font-size: 8px;
  font-weight: 650;
}

@keyframes myc-interface-meet {
  to {
    transform: translateX(8px);
  }
}

@keyframes myc-hotspot {
  to {
    opacity: .34;
    transform: scale(.7);
  }
}

.myc-reach-links path {
  fill: none;
  stroke: #11aeb23d;
  stroke-width: 1.3px;
}

.myc-reach-core circle {
  fill: #f8f9f1d4;
  stroke: #11aeb261;
  filter: drop-shadow(0 16px 26px #172c381c);
}

.myc-reach-kicker {
  letter-spacing: 1px;
  text-anchor: middle;
  font-size: 8px;
  font-weight: 650;
}

.myc-reach-name {
  text-anchor: middle;
  fill: var(--science-ink) !important;
  letter-spacing: -1.2px !important;
  font: 660 31px Inter, sans-serif !important;
}

.myc-reach-nodes circle {
  fill: var(--science-cyan);
  stroke: #ffffffbf;
  stroke-width: 3px;
}

.myc-reach-nodes > g:nth-child(2) circle {
  fill: var(--science-indigo);
}

.myc-reach-nodes > g:nth-child(3) circle {
  fill: var(--science-coral);
}

.myc-reach-nodes > g:nth-child(4) circle {
  fill: var(--science-cyan-deep);
}

.myc-reach-nodes text {
  letter-spacing: 1px;
  font-size: 8px;
  font-weight: 700;
}

.myc-chromatin-dna {
  fill: none;
  stroke: #c45b5573;
  stroke-width: 4px;
  stroke-linecap: round;
}

.myc-nucleosome > circle {
  fill: #5558a112;
  stroke: #5558a147;
}

.myc-nucleosome path {
  fill: none;
  stroke: #11aeb26b;
  stroke-width: 2.5px;
}

.myc-nucleosome circle:not(:first-child) {
  fill: #ffffff57;
  stroke: #5558a129;
}

.myc-chromatin-clamp path:first-child {
  fill: #11aeb22e;
  stroke: #11aeb285;
}

.myc-chromatin-clamp path:nth-child(2) {
  fill: #5558a126;
  stroke: #5558a178;
}

.myc-chromatin-clamp > text {
  text-anchor: middle;
  font-size: 8px;
  font-weight: 750;
}

.myc-chromatin-clamp rect {
  fill: #f8f9f1eb;
  stroke: #c45b557a;
}

.myc-domain-axis path {
  stroke: #172c3838;
}

.myc-domain-axis circle {
  fill: var(--science-ink);
}

.myc-domain-boxes rect {
  fill: #11aeb212;
  stroke: #11aeb240;
  stroke-dasharray: 3 5;
}

.myc-domain-boxes rect:nth-child(2n) {
  fill: #5558a10f;
  stroke: #5558a13d;
}

.myc-domain-boxes .myc-domain-anchor {
  fill: #c45b551a;
  stroke: #c45b556e;
  stroke-dasharray: none;
}

.myc-domain-labels text {
  letter-spacing: .9px;
  font-size: 8px;
  font-weight: 650;
}

.myc-domain-labels text:nth-child(2), .myc-domain-labels text:nth-child(3) {
  fill: #884b49;
}

.myc-gain-input path, .myc-gain-output path {
  fill: none;
  stroke: #11aeb240;
  stroke-width: 2px;
}

.myc-gain-output path {
  stroke-width: 3px;
}

.myc-gain-input circle {
  fill: var(--science-cyan);
}

.myc-gain-output circle {
  fill: var(--science-coral);
}

.myc-gain-input text, .myc-gain-output text {
  letter-spacing: 1px;
  font-size: 8px;
  font-weight: 700;
}

.myc-gain-core circle:first-child {
  fill: #f8f9f1d1;
  stroke: #11aeb266;
}

.myc-gain-core circle:nth-child(2) {
  fill: none;
  stroke: #5558a13d;
  stroke-dasharray: 3 7;
}

.myc-gain-core text {
  fill: var(--science-ink);
  letter-spacing: -1px;
  text-anchor: middle;
  font: 660 26px Inter, sans-serif;
}

.myc-gain-pulses circle {
  fill: var(--science-cyan);
  animation: 3.6s ease-in-out infinite myc-gain-travel;
}

.myc-gain-pulses circle:nth-child(2) {
  animation-delay: -.8s;
}

.myc-gain-pulses circle:nth-child(3) {
  animation-delay: -1.6s;
}

@keyframes myc-gain-travel {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }

  20% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(154px);
  }
}

.myc-genome-rows > path {
  fill: none;
  stroke: #172c382e;
  stroke-width: 1.2px;
}

.myc-genome-motifs rect {
  fill: #c45b5514;
  stroke: #c45b5561;
}

.myc-genome-tags text {
  fill: #8c4e4b;
  letter-spacing: .8px;
  text-anchor: middle;
  font-size: 6.5px;
  font-weight: 750;
}

.myc-genome-binding circle {
  fill: #f8f9f1eb;
  stroke: #11aeb266;
  filter: drop-shadow(0 7px 10px #172c3814);
}

.myc-genome-binding text {
  fill: var(--science-ink);
  letter-spacing: .2px;
  text-anchor: middle;
  font-size: 7px;
  font-weight: 750;
}

.myc-genome-key {
  letter-spacing: 1px;
  font-size: 8px;
  font-weight: 650;
}

.circuit-visual {
  isolation: isolate;
  background: linear-gradient(145deg, #ffffff94, #ffffff21), radial-gradient(circle at 50% 49%, #5558a111, #0000 57%);
  place-items: center;
  display: grid;
}

.circuit-visual:after {
  content: "";
  z-index: -1;
  filter: blur(18px);
  background: radial-gradient(circle, #fff6, #0000 69%);
  border-radius: 52% 48% 46% 54% / 45% 55%;
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 8%;
  right: 8%;
}

.circuit-visual-option {
  place-items: center;
  display: none;
  position: absolute;
  top: max(10px, min(2vw, 23px));
  bottom: max(10px, min(2vw, 23px));
  left: max(10px, min(2vw, 23px));
  right: max(10px, min(2vw, 23px));
}

.science-page[data-circuit-visual="a"] [data-circuit-visual-option="a"], .science-page[data-circuit-visual="b"] [data-circuit-visual-option="b"], .science-page[data-circuit-visual="c"] [data-circuit-visual-option="c"], .science-page[data-circuit-visual="d"] [data-circuit-visual-option="d"], .science-page[data-circuit-visual="e"] [data-circuit-visual-option="e"] {
  animation: .42s cubic-bezier(.2, .74, .24, 1) both circuit-visual-enter;
  display: grid;
}

.circuit-visual-option svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.circuit-visual-option text {
  fill: color-mix(in srgb, var(--science-ink) 76.0%, transparent);
  letter-spacing: .6px;
  font-family: SFMono-Regular, Consolas, monospace;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .circuit-visual-option text {
    fill: #172c38c2;
  }
}

.circuit-marker-canonical path {
  fill: #11898f;
}

.circuit-marker-proposed path {
  fill: #5558a1;
}

.circuit-visual-title {
  font-size: 14px;
  font-weight: 700;
  fill: var(--science-ink) !important;
  letter-spacing: 1.55px !important;
}

.circuit-visual-note {
  font-size: 9px;
  font-weight: 620;
  fill: color-mix(in srgb, var(--science-ink) 47.0%, transparent) !important;
  letter-spacing: 1.05px !important;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .circuit-visual-note {
    fill: #172c3878 !important;
  }
}

.circuit-visual-caption {
  font-size: 9.5px;
  font-weight: 650;
  fill: color-mix(in srgb, var(--science-ink) 43.0%, transparent) !important;
  letter-spacing: 1.1px !important;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .circuit-visual-caption {
    fill: #172c386e !important;
  }
}

.circuit-node-name {
  text-anchor: middle;
  fill: var(--science-ink) !important;
  letter-spacing: -.6px !important;
  font: 650 24px Inter, sans-serif !important;
}

.circuit-node-kind, .circuit-track-label, .circuit-panel-label {
  text-anchor: middle;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.1px !important;
}

.circuit-link {
  fill: none;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.circuit-link-canonical {
  stroke: #11898fa3;
}

.circuit-link-proposed {
  stroke: #5558a194;
  stroke-dasharray: 5 7;
}

@keyframes circuit-visual-enter {
  from {
    opacity: 0;
    transform: scale(.985);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.circuit-a-node rect {
  fill: #f8f9f1e6;
  stroke-width: 1.35px;
  filter: drop-shadow(0 12px 19px #172c3814);
}

.circuit-a-pim rect {
  stroke: #11aeb27a;
}

.circuit-a-myc rect {
  stroke: #5558a173;
}

.circuit-a-myc .circuit-myc-ribbon {
  fill: none;
  stroke: #5558a129;
  stroke-width: 8px;
  stroke-linecap: round;
}

.circuit-a-promoter > path {
  fill: none;
  stroke: #c45b556b;
  stroke-width: 1.8px;
}

.circuit-a-promoter rect {
  fill: #fafaf4f7;
  stroke: #c45b5580;
}

.circuit-a-promoter > text:not(.circuit-track-label) {
  fill: #884b49;
  text-anchor: middle;
  font-size: 8px;
  font-weight: 750;
}

.circuit-a-promoter .circuit-track-label {
  paint-order: stroke;
  stroke: #fafaf4f7;
  stroke-width: 7px;
  stroke-linejoin: round;
}

.circuit-a-links text {
  letter-spacing: .75px;
  text-anchor: middle;
  font-size: 7px;
  font-weight: 700;
}

.circuit-a-link-label {
  paint-order: stroke;
  stroke: #fafaf4f7;
  stroke-width: 7px;
  stroke-linejoin: round;
}

.circuit-b-zone > path {
  fill: #5558a106;
  stroke: #5558a147;
  stroke-dasharray: 5 8;
}

.circuit-b-zone text {
  letter-spacing: 1px;
  text-anchor: middle;
  font-size: 7px;
  font-weight: 700;
}

.circuit-b-myc > path {
  fill: none;
  stroke: #5558a194;
  stroke-width: 6px;
  stroke-linecap: round;
}

.circuit-b-myc circle {
  fill: var(--science-indigo);
}

.circuit-b-myc text, .circuit-b-pim text {
  text-anchor: middle;
  font-size: 8px;
  font-weight: 750;
}

.circuit-b-sp1 circle:first-child {
  fill: #f8f9f1e6;
  stroke: #c45b5570;
}

.circuit-b-sp1 circle:nth-child(2) {
  fill: #c45b550f;
  stroke: #c45b553d;
  stroke-dasharray: 3 5;
}

.circuit-b-sp1 text {
  fill: #884b49;
  text-anchor: middle;
  font-size: 15px;
  font-weight: 760;
}

.circuit-b-pim > path:first-child {
  fill: #11aeb214;
  stroke: #11aeb280;
}

.circuit-b-pim > path:nth-child(2) {
  fill: none;
  stroke: #11898f80;
  stroke-width: 2px;
}

.circuit-b-promoter > path:not(.circuit-link) {
  fill: none;
  stroke: #c45b556b;
  stroke-width: 1.8px;
}

.circuit-b-promoter rect {
  fill: #c45b551a;
  stroke: #c45b5585;
}

.circuit-b-promoter > text:not(.circuit-track-label) {
  fill: #884b49;
  text-anchor: middle;
  font-size: 7px;
  font-weight: 750;
}

.circuit-c-divider {
  stroke: #172c3821;
  stroke-dasharray: 2 8;
}

.circuit-panel-label {
  font-size: 8px;
  fill: var(--science-ink) !important;
  letter-spacing: 1.2px !important;
}

.circuit-c-reactants rect, .circuit-c-products rect {
  fill: #f8f9f1db;
  stroke: #11aeb257;
}

.circuit-c-reactants text, .circuit-c-products text {
  text-anchor: middle;
  font-size: 8px;
  font-weight: 720;
}

.circuit-c-kinase > path:first-child {
  fill: #11aeb21a;
  stroke: #11aeb285;
}

.circuit-c-kinase > path:nth-child(2) {
  fill: none;
  stroke: #11898f94;
  stroke-width: 2px;
}

.circuit-c-kinase circle {
  fill: #c45b552b;
  stroke: #c45b558a;
}

.circuit-c-kinase text {
  fill: var(--science-ink);
  letter-spacing: -.4px;
  text-anchor: middle;
  font: 660 17px Inter, sans-serif;
}

.circuit-c-pim-ghost {
  fill: #11aeb20e;
  stroke: #11aeb266;
  stroke-dasharray: 5 6;
}

.circuit-c-regulatory > text:not(.circuit-track-label):not(.circuit-c-site) {
  text-anchor: middle;
  font-size: 8px;
  font-weight: 730;
}

.circuit-c-dna {
  fill: none;
  stroke: #c45b556b;
  stroke-width: 1.8px;
}

.circuit-c-regulatory rect {
  fill: #c45b5514;
  stroke: #c45b557a;
}

.circuit-c-site {
  text-anchor: middle;
  font-size: 8px;
  font-weight: 760;
  fill: #884b49 !important;
}

.circuit-c-myc {
  fill: none;
  stroke: #5558a194;
  stroke-width: 5px;
  stroke-linecap: round;
}

.circuit-d-inputs rect {
  fill: #f8f9f1d6;
  stroke: #11aeb257;
}

.circuit-d-inputs rect:nth-of-type(2) {
  stroke: #5558a15c;
}

.circuit-d-inputs text {
  text-anchor: middle;
  font-size: 7.2px;
  font-weight: 730;
}

.circuit-d-inputs text:nth-of-type(2n) {
  fill: color-mix(in srgb, var(--science-ink) 43.0%, transparent);
  font-size: 6.5px;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .circuit-d-inputs text:nth-of-type(2n) {
    fill: #172c386e;
  }
}

.circuit-d-bus {
  fill: none;
  stroke: #172c3833;
  stroke-width: 1.4px;
}

.circuit-d-pulses circle {
  fill: var(--science-cyan);
  filter: drop-shadow(0 0 6px #11aeb270);
  animation: 2.8s ease-in-out infinite circuit-sample-pulse;
}

.circuit-d-pulses circle:nth-child(2) {
  animation-delay: -.65s;
}

.circuit-d-pulses circle:nth-child(3) {
  fill: var(--science-indigo);
  animation-delay: -1.3s;
}

.circuit-d-readout > rect {
  fill: #f8f9f1b8;
  stroke: #172c3826;
}

.circuit-d-readout > path {
  fill: none;
  stroke: #11898f78;
  stroke-width: 1.4px;
}

.circuit-d-readout > rect + path + rect {
  fill: #c45b5514;
  stroke: #c45b556b;
}

.circuit-d-readout circle {
  fill: #11aeb212;
  stroke: #11aeb266;
}

.circuit-d-readout circle:nth-of-type(2) {
  fill: #5558a10f;
  stroke: #5558a166;
}

.circuit-d-readout text {
  text-anchor: middle;
  font-size: 6.6px;
  font-weight: 690;
}

.circuit-d-readout text:first-of-type {
  fill: var(--science-ink);
  font-size: 7.2px;
  font-weight: 760;
}

.circuit-d-readout circle + text {
  font-size: 6px;
}

@keyframes circuit-sample-pulse {
  0%, 100% {
    opacity: .35;
    transform: translateY(-5px)scale(.72);
  }

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

.circuit-e-rings circle {
  fill: none;
  transform-box: fill-box;
  transform-origin: center;
}

.circuit-e-rings circle:first-child {
  stroke: #11aeb28a;
  stroke-width: 2px;
}

.circuit-e-rings circle:nth-child(2) {
  stroke: #5558a166;
  stroke-width: 1.6px;
}

.circuit-e-rings circle:nth-child(3) {
  stroke: #c45b556b;
  stroke-width: 1.5px;
  stroke-dasharray: 6 9;
  animation: 18s linear infinite circuit-evidence-orbit;
}

.circuit-e-core path {
  fill: #11aeb21a;
  stroke: #11aeb280;
}

.circuit-e-core text {
  fill: var(--science-ink);
  text-anchor: middle;
  font-size: 12px;
  font-weight: 760;
}

.circuit-e-core text:nth-of-type(2) {
  fill: color-mix(in srgb, var(--science-ink) 48.0%, transparent);
  letter-spacing: 1px;
  font-size: 7px;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .circuit-e-core text:nth-of-type(2) {
    fill: #172c387a;
  }
}

.circuit-e-label circle {
  fill: var(--science-cyan);
}

.circuit-e-middle circle {
  fill: var(--science-indigo);
}

.circuit-e-outer circle {
  fill: var(--science-coral);
}

.circuit-e-label text {
  font-size: 7px;
  font-weight: 740;
}

.circuit-e-label text:nth-of-type(2) {
  fill: color-mix(in srgb, var(--science-ink) 48.0%, transparent);
  font-size: 6.7px;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .circuit-e-label text:nth-of-type(2) {
    fill: #172c387a;
  }
}

.circuit-e-axis path {
  fill: none;
  stroke: #172c3833;
}

.circuit-e-axis text {
  text-anchor: middle;
  font-size: 7px;
  font-weight: 710;
}

@keyframes circuit-evidence-orbit {
  to {
    stroke-dashoffset: -30px;
    transform: rotate(360deg);
  }
}

@media (min-width: 1181px) {
  .science-page[data-science-architecture="a"] .chapter-circuit {
    grid-template-columns: minmax(0, 1.35fr) minmax(350px, .65fr);
    gap: max(40px, min(5vw, 70px));
  }
}

.dual-visual.program-visual {
  isolation: isolate;
  box-shadow: 0 var(--story-lift) calc(var(--story-lift) * 3.4) #172c381a, inset 0 1px #ffffffbd;
  background: linear-gradient(145deg, #fff9, #ffffff24), radial-gradient(circle, #11aeb20e, #0000 58%);
  border-color: #ffffff8c;
  place-items: center;
  display: grid;
  overflow: hidden;
}

.program-visual:after {
  content: "";
  z-index: -1;
  filter: blur(18px);
  background: radial-gradient(circle, #ffffff7a, #0000 68%);
  border-radius: 47% 53% 59% 41% / 51% 45% 55% 49%;
  position: absolute;
  top: 11%;
  bottom: 11%;
  left: 11%;
  right: 11%;
}

.program-visual-option {
  place-items: center;
  display: none;
  position: absolute;
  top: max(10px, min(2vw, 23px));
  bottom: max(10px, min(2vw, 23px));
  left: max(10px, min(2vw, 23px));
  right: max(10px, min(2vw, 23px));
}

.science-page[data-program-visual="a"] [data-program-visual-option="a"], .science-page[data-program-visual="b"] [data-program-visual-option="b"], .science-page[data-program-visual="c"] [data-program-visual-option="c"], .science-page[data-program-visual="d"] [data-program-visual-option="d"], .science-page[data-program-visual="e"] [data-program-visual-option="e"] {
  animation: .42s cubic-bezier(.2, .74, .24, 1) both program-visual-enter;
  display: grid;
}

.program-visual-option svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.program-visual-option text {
  fill: color-mix(in srgb, var(--science-ink) 76.0%, transparent);
  letter-spacing: .55px;
  font-family: SFMono-Regular, Consolas, monospace;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .program-visual-option text {
    fill: #172c38c2;
  }
}

.program-visual-title {
  font-size: 14px;
  font-weight: 700;
  fill: var(--science-ink) !important;
  letter-spacing: 1.55px !important;
}

.program-visual-note {
  font-size: 8.5px;
  font-weight: 620;
  fill: color-mix(in srgb, var(--science-ink) 47.0%, transparent) !important;
  letter-spacing: .92px !important;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .program-visual-note {
    fill: #172c3878 !important;
  }
}

.program-node-name {
  text-anchor: middle;
  fill: var(--science-ink) !important;
  letter-spacing: -.55px !important;
  font: 650 23px Inter, sans-serif !important;
}

.program-node-kind {
  text-anchor: middle;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.05px !important;
}

.program-panel-kicker {
  text-anchor: middle;
  font-size: 7.5px;
  font-weight: 720;
  letter-spacing: 1.05px !important;
}

.program-panel-output {
  text-anchor: middle;
  font-size: 7.5px;
  font-weight: 740;
  fill: var(--science-ink) !important;
  letter-spacing: .55px !important;
}

#programArrowA path {
  fill: #11898f;
}

#programArrowB path {
  fill: #5558a1;
}

#programArrowC path {
  fill: #65757d;
}

.program-a-series rect {
  fill: #f8f9f1f2;
  stroke: #11aeb285;
  filter: drop-shadow(0 12px 18px #172c3817);
}

.program-a-links path {
  fill: none;
  stroke: #11898f8c;
  stroke-width: 1.8px;
  stroke-linecap: round;
}

.program-a-panel > rect {
  fill: #f8f9f1d6;
  stroke-width: 1.25px;
}

.program-a-catalytic > rect {
  stroke: #11aeb26b;
}

.program-a-regulatory > rect {
  stroke: #5558a166;
}

.program-chemistry {
  text-anchor: middle;
  font-size: 10px;
  font-weight: 720;
  fill: var(--science-cyan-deep) !important;
  letter-spacing: .58px !important;
}

.program-a-regulatory > path {
  fill: none;
  stroke: #c45b5580;
  stroke-width: 1.65px;
}

.program-proof-bar rect {
  fill: #5558a111;
  stroke: #5558a15c;
  stroke-width: 1.2px;
  filter: drop-shadow(0 10px 15px #172c380e);
}

.program-proof-bar text {
  text-anchor: middle;
  font-weight: 720;
  fill: var(--science-ink) !important;
}

.program-proof-bar .program-proof-outcome {
  letter-spacing: -.1px !important;
  font: 720 12.5px Inter, sans-serif !important;
}

.program-proof-bar .program-proof-principle {
  font-size: 7.5px;
  letter-spacing: .82px !important;
}

.program-proof-bar .program-proof-context {
  font-size: 6.4px;
  fill: color-mix(in srgb, var(--science-ink) 56.0%, transparent) !important;
  letter-spacing: .75px !important;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .program-proof-bar .program-proof-context {
    fill: #172c388f !important;
  }
}

.program-b-state circle {
  fill: #f8f9f1e8;
  filter: drop-shadow(0 10px 16px #172c3814);
}

.program-b-active circle {
  stroke: #11aeb28a;
}

.program-b-dead circle {
  stroke: #5558a185;
  stroke-dasharray: 4 5;
}

.program-b-paths path {
  fill: none;
  stroke: #5558a17a;
  stroke-width: 1.8px;
  stroke-dasharray: 5 6;
}

.program-b-regulatory rect {
  fill: #f8f9f1f5;
  stroke: #c45b5575;
}

.program-b-regulatory text, .program-b-footer text {
  text-anchor: middle;
  font-size: 8px;
  font-weight: 720;
  fill: var(--science-ink) !important;
  letter-spacing: .78px !important;
}

.program-b-regulatory text:last-child {
  font-size: 7px;
  fill: color-mix(in srgb, var(--science-ink) 58.0%, transparent) !important;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .program-b-regulatory text:last-child {
    fill: #172c3894 !important;
  }
}

.program-b-footer rect {
  fill: #11aeb20e;
  stroke: #11aeb257;
}

.program-b-footer text {
  font-size: 7px;
}

.program-c-series rect {
  fill: #f8f9f1f0;
  stroke: #11aeb275;
  filter: drop-shadow(0 12px 18px #172c3814);
}

.program-c-series circle {
  fill: var(--science-cyan);
  opacity: .72;
}

.program-c-series circle:nth-of-type(2n) {
  fill: var(--science-indigo);
}

.program-c-paths path {
  fill: none;
  stroke: #172c3840;
  stroke-width: 1.6px;
}

.program-c-readout rect {
  fill: #f8f9f1d6;
  stroke-width: 1.2px;
}

.program-c-kinase rect {
  stroke: #11aeb26b;
}

.program-c-expression rect {
  stroke: #5558a166;
}

.program-c-readout path {
  fill: none;
  stroke: #172c382b;
  stroke-width: 1.2px;
}

.program-c-readout circle {
  fill: var(--science-cyan);
  stroke: #ffffffdb;
  stroke-width: 1.2px;
}

.program-c-expression circle {
  fill: var(--science-indigo);
}

.program-c-footer path {
  stroke: #5558a152;
  stroke-width: 1.4px;
}

.program-c-footer text {
  text-anchor: middle;
  font-size: 7.2px;
  font-weight: 720;
  fill: var(--science-ink) !important;
  letter-spacing: .7px !important;
}

.program-d-series > path {
  fill: none;
  stroke: #11898f59;
  stroke-width: 1.5px;
}

.program-d-series circle {
  fill: var(--science-cyan);
  stroke: #ffffffdb;
  stroke-width: 1.5px;
}

.program-d-series circle:nth-of-type(3) {
  fill: var(--science-indigo);
}

.program-d-series text {
  text-anchor: middle;
  font-size: 7.5px;
  font-weight: 720;
}

.program-d-left {
  fill: #11aeb217;
  stroke: #11aeb27a;
}

.program-d-right {
  fill: #5558a113;
  stroke: #5558a170;
}

.program-d-divider {
  fill: none;
  stroke: #172c382e;
  stroke-dasharray: 3 6;
}

.program-d-label {
  text-anchor: middle;
  font-size: 8px;
  font-weight: 750;
  fill: var(--science-ink) !important;
}

.program-d-sub {
  text-anchor: middle;
  font-size: 7.2px;
  font-weight: 680;
}

.program-d-outputs rect {
  fill: #f8f9f1e0;
  stroke: #172c3833;
}

.program-d-outputs rect:last-of-type {
  stroke: #5558a159;
}

.program-d-outputs text {
  text-anchor: middle;
  font-size: 7.2px;
  font-weight: 720;
  fill: var(--science-ink) !important;
}

.program-e-evidence rect {
  fill: #f8f9f1e0;
  stroke: #172c3830;
}

.program-e-evidence > g:first-child rect, .program-e-evidence > g:nth-child(4) rect {
  stroke: #11aeb266;
}

.program-e-evidence > g:nth-child(2) rect, .program-e-evidence > g:nth-child(3) rect {
  stroke: #5558a15c;
}

.program-e-evidence text {
  text-anchor: middle;
  font-size: 7.2px;
  font-weight: 720;
}

.program-e-links path {
  fill: none;
  stroke: #172c3838;
  stroke-width: 1.4px;
  stroke-dasharray: 3 6;
}

.program-e-core circle {
  fill: #f8f9f1f5;
  stroke: #5558a170;
  filter: drop-shadow(0 12px 18px #172c3817);
}

.program-e-core text {
  text-anchor: middle;
  font-size: 7.8px;
  font-weight: 730;
  fill: var(--science-ink) !important;
}

.program-e-core text:last-child {
  font-size: 7px;
  fill: var(--science-cyan-deep) !important;
  letter-spacing: 1px !important;
}

.program-e-program rect {
  fill: #11aeb20e;
  stroke: #11aeb266;
}

.program-e-program text {
  text-anchor: middle;
  font-size: 7.4px;
  font-weight: 740;
  fill: var(--science-ink) !important;
}

@keyframes program-visual-enter {
  from {
    opacity: 0;
    transform: scale(.985);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.proof-grid {
  background: var(--science-faint);
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  height: auto;
  min-height: 390px;
  padding: 1px;
  display: grid;
}

.proof-grid > span {
  background: color-mix(in srgb, var(--science-bg-solid) 88.0%, white 12.0%);
  align-content: center;
  min-height: 180px;
  padding: max(24px, min(3vw, 40px));
  display: grid;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .proof-grid > span {
    background: #dacfbb;
  }
}

.proof-grid small {
  color: var(--science-cyan-deep);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: .6rem;
}

.proof-grid strong {
  letter-spacing: -.03em;
  margin-top: 12px;
  font-size: max(1.4rem, min(2.1vw, 2.1rem));
  font-weight: 560;
}

.proof-grid em {
  color: var(--science-muted);
  margin-top: 7px;
  font-size: .76rem;
  font-style: normal;
  line-height: 1.45;
}

.gate-visual {
  align-content: center;
  gap: 0;
  height: auto;
  min-height: 344px;
  margin: 0;
  padding: max(22px, min(2.4vw, 32px));
  list-style: none;
  display: grid;
}

.gate-visual li {
  border-bottom: 1px solid var(--science-faint);
  grid-template-columns: 48px .7fr 1.3fr;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  display: grid;
  position: relative;
}

.gate-visual li:last-child {
  border-bottom: 0;
}

.gate-visual li span {
  color: var(--science-cyan-deep);
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: .62rem;
}

.gate-visual b {
  font-size: 1rem;
  font-weight: 590;
}

.gate-visual small {
  color: var(--science-muted);
  font-size: .72rem;
  line-height: 1.35;
}

.science-evidence-note {
  border-radius: calc(var(--science-radius) * 1.2);
  background: #ffffff38;
  border: 1px solid #ffffff61;
  grid-area: note;
  grid-template-columns: minmax(300px, .78fr) minmax(420px, 1.22fr);
  gap: 16px max(48px, min(7vw, 112px));
  width: min(1460px, 100%);
  margin: max(110px, min(15vh, 180px)) auto 0;
  padding: max(38px, min(4.5vw, 58px));
  display: grid;
  box-shadow: 0 30px 90px #172c3814, inset 0 1px #ffffffb8;
}

.science-evidence-note h2 {
  font-size: calc(clamp(2rem, 3vw, 3.8rem) * var(--science-type-scale));
}

.science-evidence-copy {
  transform: translateY(max(30px, min(3vw, 37px)));
}

.science-evidence-copy > p {
  color: var(--science-muted);
  font-size: calc(clamp(1rem, 1.18vw, 1.26rem) * var(--science-type-scale));
  margin: 0;
  line-height: 1.62;
}

.science-evidence-note .science-evidence-assertion {
  color: var(--science-ink);
  font-weight: 700;
}

.science-sources {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
  display: grid;
}

.science-sources a {
  border: 1px solid var(--science-faint);
  min-width: 0;
  color: var(--science-cyan-deep);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  font-size: .72rem;
  line-height: 1.3;
  text-decoration: none;
  transition: background .18s, transform .18s;
  display: flex;
}

.science-sources a:hover {
  background: #ffffff6b;
  transform: translateY(-2px);
}

.science-sources a:focus-visible {
  background: #ffffff6b;
  transform: translateY(-2px);
}

.science-sources a:focus-visible {
  outline: 2px solid var(--science-cyan-deep);
  outline-offset: 3px;
}

.science-to-footer {
  --break-from: var(--science-bg-gradient);
}

.science-page[data-science-architecture="a"] {
  --story-lift: var(--a-card-lift);
}

.science-page[data-science-architecture="a"][data-story-rail="right"] .science-body {
  grid-template-columns: minmax(0, 1fr) 164px;
  grid-template-areas: "caption caption"
                       "stage stage"
                       "story rail"
                       "note note";
}

.science-page[data-science-architecture="a"][data-story-rail="right"] .science-story-rail {
  padding-left: 0;
  padding-right: 18px;
}

.science-page[data-science-architecture="a"][data-story-rail="right"] .story-progress {
  left: auto;
  right: -1px;
}

.science-page[data-science-architecture="a"][data-story-rail="right"] .science-story-rail a {
  text-align: right;
  flex-direction: row-reverse;
}

.science-page[data-science-architecture="a"][data-story-rail="right"] .science-story-rail a:before {
  margin-left: 0;
  margin-right: -22px;
}

.science-page[data-science-architecture="a"][data-story-rail="hidden"] .science-body {
  grid-template-columns: 1fr;
  grid-template-areas: "caption"
                       "stage"
                       "story"
                       "note";
}

.science-page[data-science-architecture="a"][data-story-rail="hidden"] .science-story-rail {
  display: none;
}

.science-page[data-science-architecture="a"][data-story-marker="dot"] .science-story-rail a b {
  font-size: 0;
}

.science-page[data-science-architecture="a"][data-story-marker="dot"] .science-story-rail a b:after {
  content: "·";
  font-size: 1rem;
}

.science-page[data-science-architecture="a"][data-story-marker="word"] .science-story-rail a b {
  display: none;
}

.science-page[data-science-architecture="b"] .science-hero {
  align-items: start;
  padding-top: max(154px, min(17vh, 200px));
}

.science-page[data-science-architecture="b"] .science-hero-grid {
  grid-template-columns: 1fr;
  gap: 46px;
}

.science-page[data-science-architecture="b"] .science-hero-copy {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}

.science-page[data-science-architecture="b"] .science-hero h1 {
  max-width: 11ch;
  margin: 0 auto;
}

.science-page[data-science-architecture="b"] .science-hero h1 span {
  display: inline;
}

.science-page[data-science-architecture="b"] .science-hero-lead {
  margin-left: auto;
  margin-right: auto;
}

.science-page[data-science-architecture="b"] .science-status {
  justify-content: center;
}

.science-page[data-science-architecture="b"] .mechanism-map-hero {
  width: min(1120px, 100%);
  min-height: max(360px, min(42vh, 510px));
  transform: scale(var(--lens-scale));
  transform-origin: top;
  margin: 0 auto;
}

.science-page[data-science-architecture="b"] .mechanism-cell {
  transform: translate(-50%, -50%) scale(var(--lens-spread));
}

.science-page[data-science-architecture="b"] .map-bridge i {
  opacity: var(--lens-pulse);
}

.science-page[data-science-architecture="b"] .science-body {
  grid-template-columns: 1fr;
  grid-template-areas: "caption"
                       "stage"
                       "rail"
                       "story"
                       "note";
}

.science-page[data-science-architecture="b"] .science-story-rail {
  grid-template-columns: repeat(7, 1fr);
  width: min(1080px, 100%);
  margin: 0 auto 70px;
  padding: 0;
  position: relative;
  top: auto;
}

.science-page[data-science-architecture="b"] .science-story-rail .story-progress {
  width: auto;
  height: 1px;
  top: 27px;
  bottom: auto;
  left: 4%;
  right: 4%;
}

.science-page[data-science-architecture="b"] .science-story-rail .story-progress i {
  width: var(--story-progress);
  height: 100%;
}

.science-page[data-science-architecture="b"] .science-story-rail a {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.science-page[data-science-architecture="b"] .science-story-rail a:before {
  margin: 0 0 8px;
}

.science-page[data-science-architecture="b"] .science-story {
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  width: min(1480px, 100%);
  display: grid;
}

.science-page[data-science-architecture="b"] .science-chapter {
  min-height: calc(440px * var(--science-space-scale));
  border-radius: var(--science-radius);
  background: #fff3;
  border: 1px solid #ffffff6b;
  flex-direction: column;
  align-items: stretch;
  gap: 28px;
  padding: 36px;
  display: flex;
}

.science-page[data-science-architecture="b"] .science-chapter + .science-chapter:before {
  display: none;
}

.science-page[data-science-architecture="b"] .science-chapter .chapter-visual {
  order: 2;
  width: 100%;
  height: 250px;
  margin-top: auto;
}

.science-page[data-science-architecture="b"] .science-chapter .chapter-copy {
  order: 1;
}

.science-page[data-science-architecture="b"] .chapter-copy h2 {
  font-size: calc(clamp(1.7rem, 2.6vw, 3.2rem) * var(--science-type-scale));
}

.science-page[data-science-architecture="b"] .chapter-copy > p:not(.chapter-kicker) {
  font-size: calc(.96rem * var(--science-type-scale));
}

.science-page[data-science-architecture="b"] .chapter-need, .science-page[data-science-architecture="b"] .chapter-pim2, .science-page[data-science-architecture="b"] .chapter-myc {
  grid-column: span 4;
}

.science-page[data-science-architecture="b"] .chapter-circuit, .science-page[data-science-architecture="b"] .chapter-program {
  grid-column: span 6;
}

.science-page[data-science-architecture="b"] .chapter-evidence {
  grid-column: span 7;
}

.science-page[data-science-architecture="b"] .chapter-forward {
  grid-column: span 5;
}

.science-page[data-science-architecture="b"][data-lens-cards="columns"] .science-story {
  grid-template-columns: 1fr 1fr;
}

.science-page[data-science-architecture="b"][data-lens-cards="columns"] .science-chapter {
  grid-column: auto;
}

.science-page[data-science-architecture="b"][data-lens-cards="stack"] .science-story {
  grid-template-columns: 1fr;
  width: min(920px, 100%);
}

.science-page[data-science-architecture="b"][data-lens-cards="stack"] .science-chapter {
  grid-column: auto;
}

.science-page[data-science-architecture="b"][data-lens-labels="essential"] .chapter-detail, .science-page[data-science-architecture="b"][data-lens-labels="minimal"] .chapter-detail {
  display: none;
}

.science-page[data-science-architecture="b"][data-lens-labels="minimal"] .evidence-label, .science-page[data-science-architecture="b"][data-lens-labels="minimal"] .signal-entry, .science-page[data-science-architecture="b"][data-lens-labels="minimal"] .signal-output, .science-page[data-science-architecture="b"][data-lens-labels="minimal"] .mechanism-map figcaption {
  opacity: 0;
}

.science-page[data-science-architecture="b"][data-lens-focus="pim2"] .map-node-pim, .science-page[data-science-architecture="b"][data-lens-focus="pim2"] .chapter-pim2 {
  box-shadow: 0 0 0 2px #11aeb26b, 0 28px 90px #11aeb226;
}

.science-page[data-science-architecture="b"][data-lens-focus="program"] .chapter-program {
  box-shadow: 0 0 0 2px #ce746f57, 0 28px 90px #ce746f21;
}

.science-page[data-science-architecture="c"] .science-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
}

.science-page[data-science-architecture="c"] .science-body {
  grid-template-columns: 1fr;
  grid-template-areas: "caption"
                       "stage"
                       "story"
                       "note";
}

.science-page[data-science-architecture="c"] .science-story-rail {
  display: none;
}

.science-page[data-science-architecture="c"] .science-story {
  gap: calc(var(--ladder-gap) * var(--science-space-scale));
  width: min(1240px, 100%);
  display: grid;
  position: relative;
}

.science-page[data-science-architecture="c"] .science-story:before {
  content: "";
  width: var(--ladder-rail);
  background: linear-gradient(var(--science-cyan), var(--science-indigo), var(--science-coral));
  opacity: .46;
  border-radius: 999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48px;
}

.science-page[data-science-architecture="c"][data-ladder-progress="solid"] .science-story:before {
  background: var(--science-cyan-deep);
}

.science-page[data-science-architecture="c"][data-ladder-progress="nodes"] .science-story:before {
  background: repeating-linear-gradient(var(--science-cyan) 0 7px, transparent 7px 18px);
}

.science-page[data-science-architecture="c"] .science-chapter {
  min-height: 0;
  padding: calc(34px * var(--ladder-scale));
  border-radius: var(--science-radius);
  background: #ffffff3b;
  border: 1px solid #ffffff75;
  grid-template-columns: minmax(0, .9fr) minmax(330px, 1.1fr);
  gap: max(32px, min(5vw, 76px));
  margin-left: 96px;
  box-shadow: 0 16px 60px #172c3812;
}

.science-page[data-science-architecture="c"] .science-chapter:after {
  content: "";
  aspect-ratio: 1;
  border: 5px solid color-mix(in srgb, var(--science-bg-solid) 82.0%, white 18.0%);
  background: var(--science-cyan);
  width: 18px;
  box-shadow: 0 0 0 1px var(--science-cyan-deep);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -58px;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .science-page[data-science-architecture="c"] .science-chapter:after {
    border: 5px solid #ddd3c0;
  }
}

.science-page[data-science-architecture="c"] .science-chapter + .science-chapter:before {
  background: var(--science-faint);
  width: 48px;
  top: 50%;
  left: -49px;
  right: auto;
}

.science-page[data-science-architecture="c"] .chapter-visual {
  height: 290px;
}

.science-page[data-science-architecture="c"] .chapter-copy h2 {
  font-size: calc(clamp(1.9rem, 3.1vw, 3.7rem) * var(--science-type-scale));
}

.science-page[data-science-architecture="c"][data-ladder-direction="horizontal"] .science-story {
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  grid-auto-columns: minmax(380px, 30vw);
  grid-auto-flow: column;
  width: 100%;
  padding: 20px 12px 42px;
  overflow-x: auto;
}

.science-page[data-science-architecture="c"][data-ladder-direction="horizontal"] .science-story:before {
  width: auto;
  height: var(--ladder-rail);
  top: 34px;
  bottom: auto;
  left: 0;
  right: 0;
}

.science-page[data-science-architecture="c"][data-ladder-direction="horizontal"] .science-chapter {
  scroll-snap-align: start;
  flex-direction: column;
  gap: 26px;
  min-height: 620px;
  margin: 34px 0 0;
  display: flex;
}

.science-page[data-science-architecture="c"][data-ladder-direction="horizontal"] .science-chapter:after {
  top: -43px;
  left: 42px;
}

.science-page[data-science-architecture="c"][data-ladder-direction="horizontal"] .science-chapter + .science-chapter:before {
  display: none;
}

.science-page[data-science-architecture="c"][data-ladder-direction="horizontal"] .chapter-visual {
  width: 100%;
  margin-top: auto;
}

.science-page[data-science-architecture="c"][data-ladder-direction="serpentine"] .science-story {
  grid-template-columns: 1fr 1fr;
}

.science-page[data-science-architecture="c"][data-ladder-direction="serpentine"] .science-story:before {
  left: 50%;
}

.science-page[data-science-architecture="c"][data-ladder-direction="serpentine"] .science-chapter {
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.science-page[data-science-architecture="c"][data-ladder-direction="serpentine"] .science-chapter:after {
  display: none;
}

.science-page[data-science-architecture="c"][data-ladder-direction="serpentine"] .science-chapter:nth-child(4n+2), .science-page[data-science-architecture="c"][data-ladder-direction="serpentine"] .science-chapter:nth-child(4n+3) {
  transform: translateY(80px);
}

.science-page[data-science-architecture="c"][data-ladder-proof="rail"] .chapter-visual {
  border-radius: 999px;
  height: 170px;
}

.science-page[data-science-architecture="c"][data-ladder-proof="focus"] .science-chapter:not(.chapter-evidence) .chapter-visual {
  opacity: .36;
  filter: saturate(.5);
}

.science-page[data-science-architecture="c"][data-ladder-proof="focus"] .chapter-evidence {
  box-shadow: 0 24px 90px #11aeb22e;
}

.science-page[data-science-architecture="d"] .science-hero:after {
  content: "";
  z-index: -1;
  background: linear-gradient(90deg, #11aeb213 0 var(--split-ratio), #5558a112 var(--split-ratio) 100%);
  opacity: var(--split-contrast);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.science-page[data-science-architecture="d"] .science-body {
  grid-template-columns: 1fr;
  grid-template-areas: "caption"
                       "stage"
                       "rail"
                       "story"
                       "note";
}

.science-page[data-science-architecture="d"] .science-story-rail {
  justify-content: center;
  gap: max(22px, min(5vw, 76px));
  margin-bottom: 70px;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
}

.science-page[data-science-architecture="d"] .science-story-rail .story-progress, .science-page[data-science-architecture="d"] .science-story-rail a:before {
  display: none;
}

.science-page[data-science-architecture="d"] .science-story {
  grid-template-columns: minmax(0, var(--split-ratio)) minmax(0, calc(100% - var(--split-ratio)));
  gap: var(--split-gutter);
  width: min(1460px, 100%);
  display: grid;
  position: relative;
}

.science-page[data-science-architecture="d"] .science-story:before {
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  left: var(--split-ratio);
  background: linear-gradient(transparent, var(--science-cyan), var(--science-indigo), transparent);
  opacity: .38;
  width: 1px;
  transform: translateX(calc(var(--split-gutter) / -2));
  position: absolute;
}

.science-page[data-science-architecture="d"][data-split-divider="cells"] .science-story:before {
  background: radial-gradient(circle, var(--science-cyan) 0 2px, transparent 3px) 50% 0 / 10px 28px repeat-y;
  width: 10px;
}

.science-page[data-science-architecture="d"][data-split-divider="glow"] .science-story:before {
  opacity: .72;
  width: 2px;
  box-shadow: 0 0 26px 8px #11aeb22e;
}

.science-page[data-science-architecture="d"] .science-chapter {
  min-height: calc(460px * var(--science-space-scale));
  border-radius: var(--science-radius);
  background: rgba(255, 255, 255, calc(.12 + var(--split-contrast) * .18));
  border: 1px solid #ffffff6b;
  flex-direction: column;
  gap: 34px;
  padding: max(34px, min(4vw, 58px));
  display: flex;
}

.science-page[data-science-architecture="d"] .science-chapter + .science-chapter:before {
  display: none;
}

.science-page[data-science-architecture="d"] .chapter-copy h2 {
  font-size: calc(clamp(2rem, 3.2vw, 3.9rem) * var(--science-type-scale));
}

.science-page[data-science-architecture="d"] .chapter-visual {
  width: 100%;
  height: 300px;
  margin-top: auto;
}

.science-page[data-science-architecture="d"] .chapter-need, .science-page[data-science-architecture="d"] .chapter-circuit, .science-page[data-science-architecture="d"] .chapter-program {
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.science-page[data-science-architecture="d"] .chapter-circuit {
  margin-top: calc(var(--split-converge) * .8px);
}

.science-page[data-science-architecture="d"] .chapter-evidence, .science-page[data-science-architecture="d"] .chapter-forward {
  grid-column: span 1;
}

.science-page[data-science-architecture="d"][data-split-emphasis="pim2"] .chapter-myc {
  opacity: .58;
  transform: scale(.96);
}

.science-page[data-science-architecture="d"][data-split-emphasis="pim2"] .chapter-pim2 {
  box-shadow: 0 26px 90px #11aeb229;
}

.science-page[data-science-architecture="d"][data-split-emphasis="myc"] .chapter-pim2 {
  opacity: .58;
  transform: scale(.96);
}

.science-page[data-science-architecture="d"][data-split-emphasis="myc"] .chapter-myc {
  box-shadow: 0 26px 90px #5558a129;
}

.science-page[data-science-architecture="e"] .science-hero {
  min-height: 76vh;
  min-height: 76svh;
}

.science-page[data-science-architecture="e"] .science-hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(430px, .85fr);
}

.science-page[data-science-architecture="e"] .science-hero h1 {
  max-width: 12ch;
  font-size: var(--page-headline-size);
}

.science-page[data-science-architecture="e"] .science-hero h1 span {
  display: inline;
}

.science-page[data-science-architecture="e"] .mechanism-map-hero {
  min-height: 430px;
}

.science-page[data-science-architecture="e"] .science-body {
  grid-template-columns: var(--dossier-index-width) minmax(0, 1fr);
  grid-template-areas: "caption caption"
                       "stage stage"
                       "rail story"
                       "note note";
}

.science-page[data-science-architecture="e"] .science-story {
  border-top: 1px solid var(--science-faint);
  width: 100%;
}

.science-page[data-science-architecture="e"] .science-chapter {
  min-height: calc(var(--dossier-row-height) * var(--science-space-scale));
  padding: calc(42px * var(--science-space-scale)) 0;
  border-bottom: 1px solid var(--science-faint);
  grid-template-columns: minmax(522px, 1.12fr) minmax(360px, .88fr);
  gap: max(28px, min(3vw, 46px));
  display: grid;
}

.science-page[data-science-architecture="e"] .science-chapter + .science-chapter:before {
  display: none;
}

.science-page[data-science-architecture="e"] .chapter-copy {
  grid-template-columns: minmax(220px, .72fr) minmax(260px, 1fr);
  align-items: start;
  gap: 20px 42px;
  display: grid;
}

.science-page[data-science-architecture="e"] .chapter-kicker {
  grid-column: 1 / -1;
  margin: 0;
}

.science-page[data-science-architecture="e"] .chapter-copy h2 {
  font-size: calc(clamp(1.5rem, 2.25vw, 2.65rem) * var(--science-type-scale));
}

.science-page[data-science-architecture="e"] .chapter-copy > p:not(.chapter-kicker) {
  width: min(var(--dossier-copy-width), 100%);
  font-size: calc(.92rem * var(--science-type-scale));
  margin: 0;
}

.science-page[data-science-architecture="e"] .chapter-copy .chapter-detail {
  grid-column: 2;
}

.science-page[data-science-architecture="e"] .evidence-label {
  grid-column: 2;
  margin-top: 0;
}

.science-page[data-science-architecture="e"] .chapter-visual {
  height: 220px;
  box-shadow: none;
}

.science-page[data-science-architecture="e"][data-dossier-index="top"] .science-body {
  grid-template-columns: 1fr;
  grid-template-areas: "caption"
                       "stage"
                       "rail"
                       "story"
                       "note";
}

.science-page[data-science-architecture="e"][data-dossier-index="top"] .science-story-rail {
  justify-content: space-between;
  margin-bottom: 54px;
  display: flex;
  position: relative;
  top: auto;
}

.science-page[data-science-architecture="e"][data-dossier-index="top"] .story-progress, .science-page[data-science-architecture="e"][data-dossier-index="top"] .science-story-rail a:before {
  display: none;
}

.science-page[data-science-architecture="e"][data-dossier-index="hidden"] .science-body {
  grid-template-columns: 1fr;
  grid-template-areas: "caption"
                       "stage"
                       "story"
                       "note";
}

.science-page[data-science-architecture="e"][data-dossier-index="hidden"] .science-story-rail {
  display: none;
}

.science-page[data-science-architecture="e"][data-dossier-rules="crisp"] {
  --science-faint: #172c3847;
}

.science-page[data-science-architecture="e"][data-dossier-rules="luminous"] .science-chapter {
  border-image: linear-gradient(90deg, var(--science-cyan), var(--science-indigo), transparent) 1;
}

.science-page[data-science-architecture="e"][data-dossier-mode="investor"] .chapter-detail {
  display: none;
}

.science-page[data-science-architecture="e"][data-dossier-mode="investor"] .chapter-copy {
  grid-template-columns: .85fr 1.15fr;
}

.science-page[data-science-architecture="e"][data-dossier-mode="editorial"] .science-chapter {
  min-height: calc(var(--dossier-row-height) * 1.34);
}

.science-page[data-science-architecture="e"][data-dossier-mode="editorial"] .chapter-copy h2 {
  font-size: calc(clamp(2rem, 3vw, 3.8rem) * var(--science-type-scale));
}

.science-page[data-science-architecture="f"] .science-hero-grid {
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  width: min(1500px, 100%);
}

.science-page[data-science-architecture="f"] .mechanism-map-hero {
  transform: rotate(-2deg) scale(calc(.96 + var(--field-drift) * .07));
}

.science-page[data-science-architecture="f"] .science-body {
  grid-template-columns: 1fr;
  grid-template-areas: "caption"
                       "stage"
                       "rail"
                       "story"
                       "note";
}

.science-page[data-science-architecture="f"] .science-story-rail {
  justify-content: space-between;
  width: min(980px, 100%);
  margin: 0 auto 74px;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
}

.science-page[data-science-architecture="f"] .science-story-rail .story-progress {
  width: auto;
  height: 1px;
  top: 27px;
  bottom: auto;
  left: 0;
  right: 0;
}

.science-page[data-science-architecture="f"] .science-story-rail .story-progress i {
  width: var(--story-progress);
  height: 100%;
}

.science-page[data-science-architecture="f"] .science-story-rail a {
  flex-direction: column;
  gap: 5px;
}

.science-page[data-science-architecture="f"] .science-story-rail a:before {
  margin: 0 0 7px;
}

.science-page[data-science-architecture="f"] .science-story {
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
  gap: var(--field-spread);
  width: min(1480px, 100%);
  display: grid;
  position: relative;
}

.science-page[data-science-architecture="f"] .science-story:before {
  content: "";
  z-index: -1;
  background: linear-gradient(27deg, #0000 0, #0000 24%, #11aeb221 24.2%, #11aeb221 24.4%, #0000 24.6%, #0000 51%, #5558a121 51.2%, #5558a121 51.4%, #0000 51.6%), linear-gradient(-20deg, #0000 0, #0000 42%, #ce746f1f 42.2%, #ce746f1f 42.4%, #0000 42.6%);
  position: absolute;
  top: 3%;
  bottom: 3%;
  left: 4%;
  right: 4%;
}

.science-page[data-science-architecture="f"][data-field-routes="none"] .science-story:before {
  display: none;
}

.science-page[data-science-architecture="f"][data-field-routes="dense"] .science-story:before {
  background: repeating-linear-gradient(31deg, #0000 0, #0000 90px, #11aeb21c 91px, #11aeb21c 92px, #0000 93px, #0000 170px), repeating-linear-gradient(-24deg, #0000 0, #0000 120px, #5558a11a 121px, #5558a11a 122px, #0000 123px, #0000 210px);
}

.science-page[data-science-architecture="f"] .science-chapter {
  min-height: calc(470px * var(--field-scale) * var(--science-space-scale));
  gap: calc(28px * var(--field-scale));
  padding: calc(clamp(28px, 3vw, 46px) * var(--field-scale));
  border-radius: var(--science-radius);
  background: #ffffff38;
  border: 1px solid #ffffff75;
  flex-direction: column;
  display: flex;
}

.science-page[data-science-architecture="f"] .science-chapter + .science-chapter:before {
  display: none;
}

.science-page[data-science-architecture="f"] .chapter-copy h2 {
  font-size: calc(clamp(1.8rem, 2.7vw, 3.5rem) * var(--science-type-scale));
}

.science-page[data-science-architecture="f"] .chapter-copy > p:not(.chapter-kicker) {
  font-size: calc(.94rem * var(--science-type-scale));
}

.science-page[data-science-architecture="f"] .chapter-visual {
  width: 100%;
  height: calc(260px * var(--field-scale));
  margin-top: auto;
}

.science-page[data-science-architecture="f"] .chapter-need {
  grid-column: 1 / 6;
}

.science-page[data-science-architecture="f"] .chapter-pim2 {
  grid-column: 6 / 13;
}

.science-page[data-science-architecture="f"] .chapter-myc {
  grid-column: 1 / 8;
}

.science-page[data-science-architecture="f"] .chapter-circuit {
  grid-column: 8 / 13;
}

.science-page[data-science-architecture="f"] .chapter-program {
  grid-column: 1 / 9;
}

.science-page[data-science-architecture="f"] .chapter-evidence {
  grid-column: 9 / 13;
}

.science-page[data-science-architecture="f"] .chapter-forward {
  grid-column: 3 / 11;
}

.science-page[data-science-architecture="f"][data-field-focus="program"] .chapter-program {
  transform: scale(1.015);
  box-shadow: 0 30px 100px #11aeb22e;
}

.science-page[data-science-architecture="f"][data-field-focus="biology"] .chapter-pim2, .science-page[data-science-architecture="f"][data-field-focus="biology"] .chapter-myc, .science-page[data-science-architecture="f"][data-field-focus="biology"] .chapter-circuit {
  box-shadow: 0 25px 80px #5558a11c;
}

.science-page[data-science-architecture="f"][data-field-labels="minimal"] .chapter-detail, .science-page[data-science-architecture="f"][data-field-labels="minimal"] .evidence-label {
  display: none;
}

.science-page[data-science-architecture="f"][data-field-labels="hover"] .chapter-copy > p, .science-page[data-science-architecture="f"][data-field-labels="hover"] .evidence-label {
  opacity: .72;
  transition: opacity .18s;
}

.science-page[data-science-architecture="f"][data-field-labels="hover"] .science-chapter:hover .chapter-copy > p, .science-page[data-science-architecture="f"][data-field-labels="hover"] .science-chapter:hover .evidence-label, .science-page[data-science-architecture="f"][data-field-labels="hover"] .science-chapter:focus-within .chapter-copy > p, .science-page[data-science-architecture="f"][data-field-labels="hover"] .science-chapter:focus-within .evidence-label {
  opacity: 1;
}

@media (hover: none) {
  .science-page[data-science-architecture="f"][data-field-labels="hover"] .chapter-copy > p, .science-page[data-science-architecture="f"][data-field-labels="hover"] .evidence-label {
    opacity: 1;
  }
}

.science-lab[hidden] {
  display: none !important;
}

.science-lab {
  z-index: 45;
  color: #ecf7fa;
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
  backdrop-filter: blur(22px) saturate(1.12);
  width: min(470px, 100vw - 36px);
  max-height: min(82vh, 920px);
  background: #0a141cf0;
  border: 1px solid #7de0e552;
  border-radius: 22px;
  max-height: min(82svh, 920px);
  font-family: SFMono-Regular, Consolas, monospace;
  position: fixed;
  bottom: 18px;
  right: 18px;
  overflow: hidden;
  box-shadow: 0 28px 90px #02080d57;
}

.science-graphic-lab {
  left: 18px;
  right: auto;
}

.science-lab-header {
  border-bottom: 1px solid #97cbd629;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 66px;
  padding: 14px 17px;
  display: flex;
}

.science-lab-header div {
  gap: 5px;
  display: grid;
}

.science-lab-header strong {
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 560;
}

.science-lab-header span {
  color: #dbebf080;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .57rem;
}

.science-lab-header button {
  color: #7fe5e8;
  width: 34px;
  height: 34px;
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 50%;
  font-size: 1.1rem;
}

.science-lab-header button:hover {
  background: #7fe5e81a;
  outline: 1px solid #7fe5e861;
}

.science-lab-header button:focus-visible {
  background: #7fe5e81a;
  outline: 1px solid #7fe5e861;
}

.science-lab-body {
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #7fe5e847 transparent;
  max-height: calc(min(82vh, 920px) - 66px);
  max-height: calc(min(82svh, 920px) - 66px);
  overflow: auto;
}

.science-lab[data-collapsed="true"] .science-lab-body {
  display: none;
}

.science-lab[data-collapsed="true"] .science-lab-header {
  border-bottom: 0;
  min-width: 270px;
}

.lab-section {
  padding: 20px 17px 22px;
}

.lab-section + .lab-section, .architecture-control-panels {
  border-top: 1px solid #97cbd629;
}

.architecture-control-panels .lab-section {
  border: 0;
}

.lab-heading {
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 17px;
  display: flex;
}

.lab-heading span {
  color: #aab9be;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .63rem;
}

.lab-heading small {
  color: #dbebf061;
  letter-spacing: .07em;
  text-align: right;
  text-transform: uppercase;
  font-size: .53rem;
}

.architecture-options {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}

.architecture-options button, .lab-choice-row button {
  color: #e2f0f48f;
  min-height: 46px;
  font: inherit;
  cursor: pointer;
  background: #0b18228a;
  border: 1px solid #97cbd62e;
  border-radius: 13px;
  transition: background .16s, border-color .16s, color .16s, transform .16s;
}

.architecture-options button {
  text-align: left;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 6px;
  padding: 9px 11px;
  display: grid;
}

.architecture-options b {
  color: #77dde1;
  font-size: .72rem;
}

.architecture-options span {
  font-size: .65rem;
}

.architecture-options button:hover, .lab-choice-row button:hover {
  color: #effbfc;
  border-color: #7fe5e870;
}

.architecture-options button[aria-pressed="true"], .lab-choice-row button[aria-pressed="true"] {
  color: #f3fcfd;
  background: #5bc2c72b;
  border-color: #65d7dc;
  box-shadow: inset 0 0 24px #58d4d90f;
}

.lab-control + .lab-control, .lab-control + .lab-range, .lab-range + .lab-range {
  margin-top: 17px;
}

.lab-control > label {
  color: #dbebf080;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: .57rem;
  display: block;
}

.lab-choice-row {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
}

.lab-choice-row button {
  color: #72d8dc;
  flex: 90px;
  min-height: 38px;
  padding: 8px 10px;
  font-size: .61rem;
}

.lab-choice-row button span {
  color: inherit;
  margin-left: 5px;
}

.lab-range {
  color: #dbebf085;
  letter-spacing: .11em;
  text-transform: uppercase;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  font-size: .57rem;
  display: grid;
}

.lab-range output {
  color: #7fe5e8;
  font-size: .62rem;
}

.lab-range input {
  accent-color: #69dbe0;
  cursor: pointer;
  grid-column: 1 / -1;
  width: 100%;
  height: 16px;
  margin: 0;
}

.architecture-panel[hidden] {
  display: none !important;
}

@media (max-width: 1180px) {
  .science-hero-grid {
    grid-template-columns: minmax(0, .86fr) minmax(450px, 1.14fr);
    gap: 48px;
  }

  .science-body {
    grid-template-columns: 120px minmax(0, 1fr);
    column-gap: 34px;
  }

  .science-story-rail a span {
    display: none;
  }

  .science-chapter {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .science-page[data-science-architecture="b"] .science-story {
    grid-template-columns: repeat(2, 1fr);
  }

  .science-page[data-science-architecture="b"] .science-chapter {
    grid-column: auto;
  }

  .science-page[data-science-architecture="e"] .science-chapter {
    grid-template-columns: 1fr;
  }

  .science-page[data-science-architecture="e"] .chapter-visual {
    height: 260px;
  }

  .science-sources {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .science-hero {
    min-height: auto;
    padding-top: 190px;
  }

  .science-hero-grid, .science-page[data-science-architecture="c"] .science-hero-grid, .science-page[data-science-architecture="e"] .science-hero-grid, .science-page[data-science-architecture="f"] .science-hero-grid {
    grid-template-columns: 1fr;
  }

  .science-hero-copy {
    max-width: 720px;
  }

  .science-hero h1 {
    font-size: var(--page-headline-size);
  }

  .mechanism-map-hero {
    min-height: 500px;
  }

  .science-body, .science-page[data-science-architecture][data-science-architecture] .science-body, .science-page[data-science-architecture="a"][data-story-rail="right"] .science-body, .science-page[data-science-architecture="e"] .science-body {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "caption"
                         "stage"
                         "rail"
                         "story"
                         "note";
  }

  .science-body > * {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .science-architecture-stage {
    margin-bottom: 64px;
  }

  .architecture-stage-a {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px;
  }

  .architecture-stage-a p {
    white-space: normal;
  }

  .architecture-stage-a i {
    background: linear-gradient(var(--science-cyan), var(--science-indigo));
    width: 1px;
    height: 18px;
    margin-left: 4px;
  }

  .architecture-stage-b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    min-height: 0;
    padding: 24px;
  }

  .hub-axis {
    grid-area: 1 / 1 / auto / 3;
    width: 250px;
  }

  .hub-spoke-need, .hub-spoke-signal, .hub-spoke-circuit, .hub-spoke-program {
    grid-area: auto;
  }

  .architecture-stage-c {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .architecture-stage-c ol {
    grid-template-columns: 1fr 1fr;
  }

  .architecture-stage-d {
    flex-direction: column;
    gap: 18px;
    min-height: 0;
    padding: 24px;
  }

  .architecture-stage-d > article {
    flex-basis: auto !important;
  }

  .thesis-convergence {
    flex-basis: auto;
    width: 152px;
  }

  .architecture-stage-e {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 32px;
  }

  .architecture-stage-f {
    min-height: 480px;
  }

  .science-architecture-caption {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .science-story-rail, .science-page[data-science-architecture="a"][data-story-rail="right"] .science-story-rail {
    justify-content: space-between;
    margin-bottom: 48px;
    padding: 0;
    display: flex;
    position: relative;
    top: auto;
  }

  .science-story-rail .story-progress, .science-story-rail a:before {
    display: none;
  }

  .science-story-rail a, .science-page[data-science-architecture="a"][data-story-rail="right"] .science-story-rail a {
    flex-direction: row;
    min-height: 40px;
  }

  .science-story-rail a span {
    display: none;
  }

  .science-chapter, .science-page[data-science-architecture="c"] .science-chapter {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    margin-left: 0;
    padding: 70px 0;
  }

  .science-page[data-science-architecture="a"][data-story-align="alternate"] .science-chapter:nth-child(2n) .chapter-copy, .science-page[data-science-architecture="a"][data-story-align="alternate"] .science-chapter:nth-child(2n) .chapter-visual {
    order: initial;
  }

  .science-page[data-science-architecture="c"] .science-story:before, .science-page[data-science-architecture="c"] .science-chapter:after {
    display: none;
  }

  .science-page[data-science-architecture="c"] .science-chapter {
    padding: 32px;
  }

  .science-page[data-science-architecture="c"][data-ladder-direction="serpentine"] .science-story {
    grid-template-columns: 1fr;
  }

  .science-page[data-science-architecture="c"][data-ladder-direction="serpentine"] .science-chapter:nth-child(n) {
    transform: none;
  }

  .science-page[data-science-architecture="d"] .science-story {
    grid-template-columns: 1fr;
  }

  .science-page[data-science-architecture="d"] .science-story:before {
    display: none;
  }

  .science-page[data-science-architecture="d"] .science-chapter, .science-page[data-science-architecture="d"] .chapter-need, .science-page[data-science-architecture="d"] .chapter-circuit, .science-page[data-science-architecture="d"] .chapter-program, .science-page[data-science-architecture="d"] .chapter-evidence, .science-page[data-science-architecture="d"] .chapter-forward {
    grid-column: auto;
    display: flex;
  }

  .science-page[data-science-architecture="d"] .chapter-circuit {
    margin-top: 0;
  }

  .science-page[data-science-architecture="e"] .science-chapter, .science-page[data-science-architecture="e"] .chapter-copy {
    grid-template-columns: 1fr;
  }

  .science-page[data-science-architecture="e"] .chapter-copy .chapter-detail, .science-page[data-science-architecture="e"] .evidence-label {
    grid-column: auto;
  }

  .science-page[data-science-architecture="f"] .science-story {
    grid-template-columns: 1fr 1fr;
  }

  .science-page[data-science-architecture="f"] .science-chapter {
    grid-column: auto;
  }

  .science-page[data-science-architecture="f"][data-field-focus="program"] .chapter-program {
    transform: none;
  }

  .science-evidence-note {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .architecture-panel[data-architecture-panel="d"] .lab-control:has([data-choice-group="splitDivider"]) {
    display: none;
  }

  .architecture-panel[data-architecture-panel="d"] .lab-range:has([data-range="dRatio"]) {
    display: none;
  }

  .architecture-panel[data-architecture-panel="d"] .lab-range:has([data-range="dGutter"]) {
    display: none;
  }

  .architecture-panel[data-architecture-panel="d"] .lab-range:has([data-range="dConverge"]) {
    display: none;
  }

  .architecture-panel[data-architecture-panel="e"] .lab-control:has([data-choice-group="dossierIndex"]) {
    display: none;
  }

  .architecture-panel[data-architecture-panel="e"] .lab-range:has([data-range="eIndex"]) {
    display: none;
  }

  .science-page[data-science-architecture="b"] .science-story, .science-page[data-science-architecture="f"] .science-story {
    grid-template-columns: minmax(0, 1fr);
  }

  .science-page[data-science-architecture="b"] .science-chapter, .science-page[data-science-architecture="f"] .science-chapter {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .science-hero {
    padding: 178px 22px 100px;
  }

  .science-hero h1 {
    font-size: var(--page-headline-size);
  }

  .science-hero-lead {
    font-size: calc(1rem * var(--science-type-scale));
  }

  .science-status span {
    font-size: .56rem;
  }

  .mechanism-map-hero, .science-page[data-science-architecture="b"] .mechanism-map-hero {
    min-height: 390px;
    transform: none;
  }

  .mechanism-axis {
    grid-template-columns: 1fr .72fr 1fr;
    width: 88%;
  }

  .signal-entry, .signal-output {
    display: none;
  }

  .map-node strong {
    font-size: 1.4rem;
  }

  .map-node small {
    display: none;
  }

  .map-bridge b {
    font-size: .45rem;
  }

  .mechanism-map figcaption {
    font-size: .52rem;
  }

  .science-scroll-cue {
    right: 22px;
  }

  .science-scroll-cue span {
    display: none;
  }

  .science-body {
    padding: 76px 20px 150px;
  }

  .science-architecture-caption {
    margin-bottom: 48px;
  }

  .architecture-stage-b {
    grid-template-columns: 1fr;
  }

  .hub-axis {
    grid-column: 1;
    width: 220px;
  }

  .hub-spoke {
    padding: 22px;
  }

  .architecture-stage-c ol {
    grid-template-columns: 1fr;
  }

  .architecture-stage-c ol:before {
    width: var(--ladder-rail);
    height: auto;
    top: 8%;
    bottom: 8%;
    left: 29px;
  }

  .architecture-stage-c li {
    min-height: 118px;
    padding-top: 42px;
  }

  .architecture-stage-e dl {
    grid-template-columns: 1fr;
  }

  .architecture-stage-f {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    min-height: 0;
    padding: 20px;
    display: grid;
  }

  .field-node {
    aspect-ratio: 1.35;
    border-radius: calc(var(--science-radius) * .72);
    width: 100%;
    position: static;
    transform: none;
  }

  .field-node-program {
    aspect-ratio: 2.8;
    grid-column: 1 / -1;
  }

  .architecture-stage-f .field-route {
    display: none;
  }

  .architecture-panel[data-architecture-panel="b"] .lab-control:has([data-choice-group="lensCards"]) {
    display: none;
  }

  .architecture-panel[data-architecture-panel="b"] .lab-range:has([data-range="bScale"]) {
    display: none;
  }

  .science-story-rail {
    justify-content: flex-start;
    gap: 26px;
    overflow-x: auto;
  }

  .science-chapter {
    padding: 56px 0;
  }

  .chapter-copy h2 {
    font-size: calc(clamp(2rem, 10vw, 2.85rem) * var(--science-type-scale));
  }

  .chapter-visual {
    height: 330px;
  }

  .need-visual > span {
    grid-template-columns: 16px 1fr;
  }

  .need-visual small {
    grid-column: 2;
  }

  .target-core {
    width: 46%;
  }

  .target-input {
    font-size: .49rem;
  }

  .circuit-node {
    width: 34%;
  }

  .circuit-pim {
    left: 10%;
  }

  .circuit-myc {
    right: 10%;
  }

  .circuit-loop {
    width: 48%;
    left: 26%;
  }

  .dual-center {
    width: 42%;
  }

  .dual-arm {
    width: 36%;
    padding: 14px;
  }

  .dual-arm small {
    display: none;
  }

  .dual-arm b {
    font-size: .82rem;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid > span {
    min-height: 128px;
  }

  .gate-visual {
    min-height: 310px;
  }

  .gate-visual li {
    grid-template-columns: 40px .7fr 1.3fr;
    min-height: 58px;
  }

  .science-page[data-science-architecture="b"] .science-story, .science-page[data-science-architecture="f"] .science-story {
    grid-template-columns: 1fr;
  }

  .science-page[data-science-architecture="b"] .science-chapter, .science-page[data-science-architecture="f"] .science-chapter {
    min-height: 0;
  }

  .science-page[data-science-architecture="c"][data-ladder-direction="horizontal"] .science-story {
    grid-auto-columns: 82vw;
  }

  .science-page[data-science-architecture="d"] .science-chapter {
    padding: 28px;
  }

  .science-evidence-note {
    row-gap: 24px;
    padding: 32px 24px;
  }

  .science-evidence-copy {
    transform: none;
  }

  .science-sources {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .science-lab {
    width: calc(100vw - 20px);
    max-height: 62vh;
    border-radius: 18px;
    max-height: 62svh;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .science-lab-body {
    max-height: calc(62vh - 66px);
    max-height: calc(62svh - 66px);
  }

  .science-lab[data-collapsed="true"] .science-lab-header {
    min-width: 250px;
  }

  .architecture-options {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .architecture-options button {
    grid-template-columns: 18px 1fr;
    padding: 8px;
  }

  .architecture-options span {
    font-size: .55rem;
  }
}

:root {
  --science-type-scale: .93;
  --science-space-scale: .77;
  --science-energy: .54;
  --science-radius: 48px;
  --story-width: 1260px;
  --story-lift: 15px;
  --a-card-lift: 15px;
  --science-header-offset: 150px;
}

.science-page {
  overflow-x: clip;
}

.science-page[data-science-architecture="a"] .science-body {
  grid-template-areas: "rail story"
                       "note note";
}

.science-story-rail {
  z-index: 8;
  top: var(--science-header-offset);
  max-height: calc(100vh - var(--science-header-offset)  - 24px);
  max-height: calc(100svh - var(--science-header-offset)  - 24px);
  overscroll-behavior: contain;
}

.science-story-rail a:focus-visible {
  outline: 2px solid var(--science-cyan-deep);
  outline-offset: 5px;
  border-radius: 5px;
}

.science-chapter {
  content-visibility: visible;
  contain: none;
  scroll-margin-top: var(--science-header-offset);
  align-items: start;
}

.chapter-disclosure {
  width: 100%;
  max-width: 42rem;
  color: var(--science-ink);
  margin-top: max(24px, min(3vw, 34px));
}

.chapter-disclosure summary {
  min-height: 54px;
  color: var(--science-ink);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  grid-template-columns: minmax(0, 1fr) 22px;
  align-items: center;
  gap: 16px;
  list-style: none;
  display: grid;
  position: relative;
}

.chapter-disclosure summary::-webkit-details-marker {
  display: none;
}

.chapter-disclosure summary:focus-visible {
  outline: 2px solid var(--science-cyan-deep);
  outline-offset: 5px;
}

.disclosure-action {
  font-size: calc(.9rem * var(--science-type-scale));
  letter-spacing: -.01em;
  font-weight: 610;
}

.disclosure-status {
  color: var(--science-muted);
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: calc(.53rem * var(--science-type-scale));
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
  line-height: 1.35;
}

.chapter-disclosure summary i {
  border: 1px solid color-mix(in srgb, var(--science-cyan-deep) 52.0%, transparent);
  border-radius: 5px;
  width: 20px;
  height: 20px;
  transition: border-color .18s, background .18s, transform .22s;
  position: relative;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .chapter-disclosure summary i {
    border: 1px solid #08777c85;
  }
}

.chapter-disclosure summary i:before, .chapter-disclosure summary i:after {
  content: "";
  background: var(--science-cyan-deep);
  width: 8px;
  height: 1px;
  transition: transform .22s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chapter-disclosure summary i:after {
  transform: translate(-50%, -50%)rotate(90deg);
}

.chapter-disclosure[open] summary i {
  border-color: var(--science-cyan-deep);
  background: #11aeb214;
  transform: rotate(90deg);
}

.chapter-disclosure[open] summary i:after {
  transform: translate(-50%, -50%)rotate(180deg);
}

.disclosure-copy {
  padding-top: 22px;
  animation: .24s both disclosure-reveal;
}

.disclosure-copy p {
  max-width: 42rem;
  color: color-mix(in srgb, var(--science-ink) 78.0%, transparent);
  font-size: calc(clamp(1rem, 1.18vw, 1.27rem) * var(--science-type-scale));
  margin: 0;
  line-height: 1.62;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .disclosure-copy p {
    color: #172c38c7;
  }
}

.disclosure-copy .chapter-detail {
  color: var(--science-muted);
  font-size: calc(clamp(.9rem, .96vw, 1.04rem) * var(--science-type-scale));
  margin-top: 18px;
}

@keyframes disclosure-reveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.science-page[data-disclosure-style="a"] .chapter-disclosure summary {
  border-top: 1px solid color-mix(in srgb, var(--science-ink) 18.0%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--science-ink) 10.0%, transparent);
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .science-page[data-disclosure-style="a"] .chapter-disclosure summary {
    border-top: 1px solid #172c382e;
    border-bottom: 1px solid #172c381a;
  }
}

.science-page[data-disclosure-style="a"] .chapter-disclosure[open] summary {
  border-top-color: color-mix(in srgb, var(--science-cyan-deep) 46.0%, transparent);
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .science-page[data-disclosure-style="a"] .chapter-disclosure[open] summary {
    border-top-color: #08777c75;
  }
}

.science-page[data-disclosure-style="b"] .chapter-disclosure {
  background: #ffffff36;
  border: 1px solid #ffffff80;
  border-radius: 18px;
  padding: 0 20px;
  box-shadow: inset 0 1px #ffffff75;
}

.science-page[data-disclosure-style="b"] .chapter-disclosure[open] {
  background: #ffffff4d;
  padding-bottom: 22px;
}

.science-page[data-disclosure-style="c"] .chapter-disclosure {
  width: min(100%, 420px);
  margin-left: auto;
}

.science-page[data-disclosure-style="c"] .chapter-disclosure summary {
  border-left: 2px solid var(--science-cyan-deep);
  border-bottom: 1px solid var(--science-faint);
  grid-template-columns: minmax(0, 1fr) 22px;
  padding: 13px 0 13px 18px;
}

.science-page[data-disclosure-style="c"] .chapter-disclosure .disclosure-status {
  text-align: left;
  grid-area: 2 / 1;
}

.science-page[data-disclosure-style="c"] .chapter-disclosure summary i {
  grid-area: 1 / 2 / 3;
}

.science-page[data-disclosure-style="c"] .disclosure-copy {
  padding-left: 18px;
}

.science-page[data-disclosure-style="d"] .chapter-disclosure summary {
  border-top: 1px solid var(--science-faint);
  border-bottom: 1px solid var(--science-faint);
  grid-template-columns: 52px minmax(0, 1fr) auto 22px;
}

.science-page[data-disclosure-style="d"] .chapter-disclosure summary:before {
  content: "READ";
  border-right: 1px solid var(--science-faint);
  color: var(--science-cyan-deep);
  letter-spacing: .12em;
  align-self: stretch;
  place-items: center;
  font: .48rem SFMono-Regular, Consolas, monospace;
  display: grid;
}

.science-page[data-disclosure-style="d"] .disclosure-copy {
  padding-left: 52px;
}

.science-page[data-disclosure-style="e"] .chapter-disclosure {
  -webkit-backdrop-filter: blur(16px) saturate(1.06);
  backdrop-filter: blur(16px) saturate(1.06);
  background: linear-gradient(135deg, #fff6, #ffffff24);
  border: 1px solid #ffffff8f;
  border-radius: 22px;
  padding: 0 22px;
  box-shadow: 0 13px 42px #172c3814, inset 0 1px #ffffffb8;
}

.science-page[data-disclosure-style="e"] .chapter-disclosure summary {
  min-height: 64px;
}

.science-page[data-disclosure-style="e"] .chapter-disclosure[open] {
  padding-bottom: 24px;
  box-shadow: 0 19px 54px #172c381a, inset 0 1px #ffffffc2;
}

.disclosure-options {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}

.disclosure-options button {
  color: #e2f0f494;
  min-height: 64px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: #0b18228a;
  border: 1px solid #97cbd62e;
  border-radius: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 24px 1fr;
  align-content: center;
  gap: 3px 7px;
  padding: 10px 12px;
  transition: background .16s, border-color .16s, color .16s, transform .16s;
  display: grid;
}

.disclosure-options button:last-child {
  grid-column: 1 / -1;
}

.disclosure-options button b {
  color: #77dde1;
  grid-row: 1 / 3;
  align-self: center;
  font-size: .72rem;
}

.disclosure-options button span {
  font-size: .65rem;
}

.disclosure-options button small {
  color: #dbebf066;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .5rem;
}

.disclosure-options button:hover {
  color: #effbfc;
  border-color: #7fe5e870;
  outline: none;
}

.disclosure-options button:focus-visible {
  color: #effbfc;
  border-color: #7fe5e870;
  outline: none;
}

.disclosure-options button:focus-visible {
  box-shadow: 0 0 0 2px #65d7dc80;
}

.disclosure-options button[aria-pressed="true"] {
  color: #f3fcfd;
  background: #5bc2c72b;
  border-color: #65d7dc;
  box-shadow: inset 0 0 24px #58d4d90f;
}

.lab-note {
  color: #dbebf070;
  letter-spacing: .035em;
  margin: 16px 0 0;
  font-size: .53rem;
  line-height: 1.55;
}

.architecture-picker[hidden], .lab-shared[hidden], .architecture-control-panels[hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .science-page[data-science-architecture="a"] .science-body {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "story"
                         "note";
  }

  .science-page[data-science-architecture="a"] .science-story-rail {
    display: none;
  }

  .chapter-disclosure {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .chapter-disclosure summary {
    grid-template-columns: minmax(0, 1fr) 22px;
    gap: 10px;
  }

  .chapter-disclosure .disclosure-status {
    text-align: left;
    grid-area: 2 / 1;
  }

  .chapter-disclosure summary i {
    grid-area: 1 / 2 / 3;
  }

  .science-page[data-disclosure-style="d"] .chapter-disclosure summary {
    grid-template-columns: 44px minmax(0, 1fr) 22px;
  }

  .science-page[data-disclosure-style="d"] .chapter-disclosure .disclosure-status {
    grid-column: 2;
  }

  .science-page[data-disclosure-style="d"] .chapter-disclosure summary i {
    grid-column: 3;
  }

  .science-page[data-disclosure-style="d"] .disclosure-copy {
    padding-left: 44px;
  }

  .disclosure-options {
    grid-template-columns: 1fr;
  }

  .disclosure-options button:last-child {
    grid-column: auto;
  }
}

.science-main {
  isolation: isolate;
  background: var(--page-beige);
  position: relative;
  overflow: clip;
}

.science-main > .science-hero, .science-main > .science-body, .science-main > .section-break, .science-main > .site-footer {
  z-index: 1;
  position: relative;
}

.science-body {
  background: none;
}

.science-cloud-field {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.science-page-cloud {
  --cloud-color-strength: 1;
  --cloud-visible-opacity: calc(var(--cloud-opacity, .08) * var(--science-cloud-overall, 1) * var(--cloud-color-strength));
  top: var(--cloud-top, 0%);
  left: var(--cloud-left, 0%);
  width: var(--cloud-width, 38vw);
  min-width: 320px;
  height: var(--cloud-height, 52vh);
  height: var(--cloud-height, 52svh);
  min-height: 300px;
  filter: blur(calc(var(--cloud-blur, 76px)  + var(--science-cloud-blur-shift, 0px))) saturate(var(--science-cloud-saturation, 1.02));
  opacity: var(--cloud-visible-opacity);
  transform-origin: center;
  animation-duration: var(--cloud-duration, 34s);
  animation-delay: var(--cloud-delay, -12s);
  contain: paint;
  border-radius: 46% 54% 63% 37% / 42% 48% 52% 58%;
  animation-timing-function: cubic-bezier(.42, .04, .25, .98);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: paused;
  position: absolute;
}

.science-page-cloud.is-active {
  will-change: transform, opacity;
  animation-play-state: running;
}

.science-page-cloud-cyan {
  --cloud-color-strength: var(--science-cloud-cyan, 1);
  background: radial-gradient(at 52% 48%, #1cc7c1d1 0%, #25bebf7a 34%, #44b0be24 58%, #0000 77%);
}

.science-page-cloud-coral {
  --cloud-color-strength: var(--science-cloud-coral, 1);
  background: radial-gradient(at 48% 52%, #ea7064c7 0%, #e06d706e 35%, #cf798c21 59%, #0000 77%);
}

.science-page-cloud-duet {
  --cloud-color-strength: calc(var(--science-cloud-cyan, 1) * .5 + var(--science-cloud-coral, 1) * .5);
  background: radial-gradient(at 31% 42%, #23c9c3a8, #0000 62%), radial-gradient(at 71% 58%, #e7706994, #0000 65%);
}

.science-page-cloud-a {
  animation-name: science-cloud-wander-a;
}

.science-page-cloud-b {
  animation-name: science-cloud-wander-b;
  animation-direction: alternate-reverse;
}

.science-page-cloud-c {
  animation-name: science-cloud-wander-c;
}

@keyframes science-cloud-wander-a {
  0% {
    opacity: calc(var(--cloud-visible-opacity) * .46);
    transform: translate3d(0, 0, 0)scale(.86)rotate(-5deg);
  }

  19% {
    transform: translate3d(var(--cloud-x-one), var(--cloud-y-one), 0) scale(1.04) rotate(2deg);
    opacity: var(--cloud-visible-opacity);
  }

  43% {
    transform: translate3d(var(--cloud-x-two), var(--cloud-y-two), 0) scale(.93) rotate(8deg);
    opacity: calc(var(--cloud-visible-opacity) * .68);
  }

  71% {
    transform: translate3d(var(--cloud-x-one), var(--cloud-y-two), 0) scale(1.12) rotate(-3deg);
    opacity: calc(var(--cloud-visible-opacity) * .9);
  }

  100% {
    opacity: calc(var(--cloud-visible-opacity) * .46);
    transform: translate3d(0, 0, 0)scale(.86)rotate(-5deg);
  }
}

@keyframes science-cloud-wander-b {
  0% {
    transform: translate3d(var(--cloud-x-two), 0, 0) scale(1.08) rotate(7deg);
    opacity: calc(var(--cloud-visible-opacity) * .52);
  }

  24% {
    transform: translate3d(0, var(--cloud-y-one), 0) scale(.9) rotate(-6deg);
    opacity: calc(var(--cloud-visible-opacity) * .92);
  }

  51% {
    transform: translate3d(var(--cloud-x-one), var(--cloud-y-two), 0) scale(1.13) rotate(1deg);
    opacity: var(--cloud-visible-opacity);
  }

  78% {
    transform: translate3d(var(--cloud-x-two), var(--cloud-y-one), 0) scale(.96) rotate(9deg);
    opacity: calc(var(--cloud-visible-opacity) * .64);
  }

  100% {
    transform: translate3d(var(--cloud-x-two), 0, 0) scale(1.08) rotate(7deg);
    opacity: calc(var(--cloud-visible-opacity) * .52);
  }
}

@keyframes science-cloud-wander-c {
  0% {
    transform: translate3d(0, var(--cloud-y-two), 0) scale(.9) rotate(-8deg);
    opacity: calc(var(--cloud-visible-opacity) * .58);
  }

  17% {
    transform: translate3d(var(--cloud-x-two), var(--cloud-y-one), 0) scale(1.1) rotate(4deg);
    opacity: var(--cloud-visible-opacity);
  }

  39% {
    transform: translate3d(var(--cloud-x-one), 0, 0) scale(.84) rotate(11deg);
    opacity: calc(var(--cloud-visible-opacity) * .54);
  }

  66% {
    transform: translate3d(0, var(--cloud-y-one), 0) scale(1.05) rotate(-2deg);
    opacity: calc(var(--cloud-visible-opacity) * .94);
  }

  86% {
    transform: translate3d(var(--cloud-x-one), var(--cloud-y-two), 0) scale(.95) rotate(-10deg);
    opacity: calc(var(--cloud-visible-opacity) * .7);
  }

  100% {
    transform: translate3d(0, var(--cloud-y-two), 0) scale(.9) rotate(-8deg);
    opacity: calc(var(--cloud-visible-opacity) * .58);
  }
}

@media (min-width: 901px) {
  .science-page[data-science-architecture="a"] .science-story-rail {
    top: max(calc(50vh - 198px), calc(var(--science-header-offset)  + 18px));
    top: max(calc(50svh - 198px), calc(var(--science-header-offset)  + 18px));
    max-height: none;
    transform: none;
  }
}

.relationship-map {
  min-width: 0;
  margin: 0;
  position: relative;
}

.relationship-map-hero {
  border-radius: calc(var(--science-radius) * 1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.02);
  backdrop-filter: blur(18px) saturate(1.02);
  background: radial-gradient(circle at 50% 45%, #ffffff57, #0000 56%), linear-gradient(145deg, #ffffff47, #ffffff14);
  border: 1px solid #ffffff7a;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: max(520px, min(61vh, 680px));
  padding: max(18px, min(2.2vw, 34px));
  display: grid;
  overflow: hidden;
  box-shadow: 0 30px 84px #28383d17, inset 0 1px #ffffffb3;
}

.relationship-stage {
  min-height: 0;
  position: relative;
}

.relationship-option {
  place-items: center;
  animation: .42s cubic-bezier(.22, .72, .26, 1) both relationship-option-enter;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.science-page[data-science-relationship="a"] .relationship-option-a, .science-page[data-science-relationship="b"] .relationship-option-b, .science-page[data-science-relationship="c"] .relationship-option-c, .science-page[data-science-relationship="d"] .relationship-option-d, .science-page[data-science-relationship="e"] .relationship-option-e {
  display: grid;
}

@keyframes relationship-option-enter {
  from {
    opacity: 0;
    transform: translateY(8px)scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.relationship-option svg {
  width: 100%;
  height: 100%;
  max-height: 540px;
  overflow: visible;
}

.relationship-option text {
  fill: var(--science-ink);
  font-family: SFMono-Regular, Consolas, monospace;
}

.relationship-option .node-kicker, .relationship-option .node-name, .relationship-option .route-label, .relationship-option .edge-note {
  text-anchor: middle;
}

.relationship-option .node-kicker {
  fill: color-mix(in srgb, var(--science-ink) 58.0%, transparent);
  letter-spacing: 1.4px;
  font-size: 11px;
  font-weight: 560;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .relationship-option .node-kicker {
    fill: #172c3894;
  }
}

.relationship-option .node-name {
  letter-spacing: -2.8px;
  text-anchor: middle;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 49px;
  font-weight: 610;
}

.relationship-option .edge-note {
  fill: color-mix(in srgb, var(--science-ink) 44.0%, transparent);
  letter-spacing: 1.25px;
  font-size: 9px;
  font-weight: 560;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .relationship-option .edge-note {
    fill: #172c3870;
  }
}

.relationship-grid path {
  fill: none;
  stroke: color-mix(in srgb, var(--science-ink) 8.0%, transparent);
  stroke-width: 1px;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .relationship-grid path {
    stroke: #172c3814;
  }
}

.node-halo {
  fill: none;
  stroke: #11aeb22e;
  stroke-width: 1.25px;
  stroke-dasharray: 2 8;
  transform-origin: 150px 260px;
  animation: 7s ease-in-out infinite alternate relationship-ring-breathe;
}

.node-halo-indigo {
  stroke: #5558a133;
  transform-origin: 570px 260px;
  animation-delay: -3.5s;
}

.node-core {
  stroke: #11aeb257;
  stroke-width: 1.35px;
  filter: drop-shadow(0 17px 26px #1f363e14);
}

.node-core-indigo {
  stroke: #5558a157;
}

@keyframes relationship-ring-breathe {
  to {
    opacity: .58;
    transform: scale(1.055);
  }
}

.relationship-route, .orbit-route, .converge-path, .coupled-wave, .network-beam {
  fill: none;
  stroke-width: 1.75px;
  stroke-linecap: round;
}

.route-solid {
  stroke-dasharray: 1 10;
  animation: 7s linear infinite relationship-route-flow;
}

.route-dashed {
  stroke-dasharray: 8 10;
  opacity: .74;
  animation: 9s linear infinite relationship-route-flow-reverse;
}

@keyframes relationship-route-flow {
  to {
    stroke-dashoffset: -88px;
  }
}

@keyframes relationship-route-flow-reverse {
  to {
    stroke-dashoffset: 90px;
  }
}

.route-label {
  letter-spacing: 1.1px;
  font-size: 9px;
  fill: color-mix(in srgb, var(--science-ink) 52.0%, transparent) !important;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .route-label {
    fill: #172c3885 !important;
  }
}

.model-chip rect, .network-label rect {
  fill: #ffffff61;
  stroke: #08777c3d;
}

.model-chip text, .network-label text {
  fill: var(--science-cyan-deep);
  letter-spacing: 1.15px;
  text-anchor: middle;
  font-size: 9px;
  font-weight: 650;
}

.orbit-field ellipse {
  fill: none;
  stroke: #11aeb21c;
  stroke-width: 1px;
}

.orbit-field .orbit-field-inner {
  stroke: #5558a11a;
  stroke-dasharray: 3 8;
}

.orbit-route {
  stroke-width: 1.6px;
  stroke-dasharray: 5 10;
  animation: 13s linear infinite relationship-route-flow;
}

.orbit-route-back {
  opacity: .56;
  animation-duration: 16s;
  animation-direction: reverse;
}

.orbit-node circle {
  fill: #f4f6efa8;
  stroke: #08777c47;
  filter: drop-shadow(0 16px 24px #1f363e12);
}

.orbit-node-myc circle {
  stroke: #5558a14d;
}

.orbit-center text {
  fill: color-mix(in srgb, var(--science-ink) 48.0%, transparent);
  letter-spacing: 1.2px;
  text-anchor: middle;
  font-size: 9px;
  font-weight: 600;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .orbit-center text {
    fill: #172c387a;
  }
}

.orbit-particle {
  filter: drop-shadow(0 0 9px);
  animation: 3.8s ease-in-out infinite alternate relationship-particle-pulse;
}

.orbit-particle-cyan {
  fill: var(--science-cyan);
  color: var(--science-cyan);
}

.orbit-particle-coral {
  fill: var(--science-coral);
  color: var(--science-coral);
  animation-delay: -1.9s;
}

@keyframes relationship-particle-pulse {
  to {
    opacity: .28;
    transform: scale(.62);
  }
}

.converge-source rect {
  fill: #ffffff57;
  stroke: #11aeb247;
}

.converge-source.converge-myc rect {
  stroke: #5558a147;
}

.converge-source .node-name {
  font-size: 38px;
}

.converge-path {
  stroke-width: 1.8px;
  stroke-dasharray: 4 9;
  animation: 10s linear infinite relationship-route-flow;
}

.converge-right {
  animation-direction: reverse;
}

.converge-core circle {
  fill: #ffffff6b;
  stroke: #6d908f4d;
  filter: drop-shadow(0 14px 24px #1f363e14);
}

.converge-core text {
  fill: color-mix(in srgb, var(--science-ink) 72.0%, transparent);
  letter-spacing: 1.1px;
  text-anchor: middle;
  font-size: 10px;
  font-weight: 650;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .converge-core text {
    fill: #172c38b8;
  }
}

.converge-stem {
  fill: none;
  stroke: #08777c57;
}

.program-pills rect {
  fill: #ffffff42;
  stroke: #08777c33;
}

.program-pills text {
  fill: color-mix(in srgb, var(--science-ink) 68.0%, transparent);
  letter-spacing: 1.1px;
  text-anchor: middle;
  font-size: 9px;
  font-weight: 620;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .program-pills text {
    fill: #172c38ad;
  }
}

.coupled-field {
  transform-box: fill-box;
  transform-origin: center;
  animation: 8s ease-in-out infinite alternate relationship-field-breathe;
}

.coupled-field-myc {
  animation-delay: -4s;
}

@keyframes relationship-field-breathe {
  to {
    opacity: .72;
    transform: scale(1.06);
  }
}

.coupled-ring {
  fill: #ffffff1c;
  stroke: #11aeb247;
}

.coupled-ring-myc {
  stroke: #5558a147;
}

.coupled-wave {
  stroke: #08777c4d;
  stroke-dasharray: 2 8;
  animation: 12s linear infinite relationship-route-flow;
}

.coupled-wave-two {
  stroke: #5558a147;
  animation-direction: reverse;
}

.coupled-name {
  letter-spacing: -2px;
  text-anchor: middle;
  font-size: 37px;
  font-weight: 620;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif !important;
}

.coupled-intersection rect {
  fill: #f8f7efb3;
  stroke: #768f924d;
  filter: drop-shadow(0 12px 22px #1f363e14);
}

.coupled-intersection text {
  fill: color-mix(in srgb, var(--science-ink) 58.0%, transparent);
  letter-spacing: 1px;
  text-anchor: middle;
  font-size: 8px;
  font-weight: 650;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .coupled-intersection text {
    fill: #172c3894;
  }
}

.network-source circle {
  fill: #f4f6efa8;
  stroke: #11aeb252;
  filter: drop-shadow(0 16px 24px #1f363e12);
}

.network-mesh path {
  fill: none;
  stroke: #08777c26;
  stroke-width: 1px;
}

.network-mesh circle {
  fill: #f8f8f1e0;
  stroke: #08777c6b;
  transform-box: fill-box;
  transform-origin: center;
  animation: 4.2s ease-in-out infinite alternate relationship-network-pulse;
}

.network-mesh circle:nth-of-type(2n) {
  animation-delay: -2.1s;
}

@keyframes relationship-network-pulse {
  to {
    fill: #68c4c17a;
    transform: scale(1.34);
  }
}

.network-beam {
  stroke-width: 2px;
  stroke-dasharray: 3 10;
  animation: 7s linear infinite relationship-route-flow;
}

.network-output rect {
  fill: #253642eb;
  stroke: #ffffff47;
  filter: drop-shadow(0 17px 28px #1f363e1f);
}

.network-output .node-kicker, .network-output .network-small {
  fill: #e6f2f38f;
  text-anchor: middle;
}

.network-output .network-name {
  fill: #f1f7f7;
  letter-spacing: -3px;
  text-anchor: middle;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 58px;
  font-weight: 620;
}

.network-output .network-small {
  letter-spacing: 1px;
  font-size: 8px;
}

.relationship-map figcaption {
  border-top: 1px solid color-mix(in srgb, var(--science-ink) 9.0%, transparent);
  color: var(--science-muted);
  text-align: left;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 14px;
  padding: 16px 4px 0;
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: .58rem;
  line-height: 1.45;
  display: grid;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .relationship-map figcaption {
    border-top: 1px solid #172c3817;
  }
}

.relationship-map figcaption strong {
  color: var(--science-cyan-deep);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .59rem;
  font-weight: 650;
}

.relationship-map figcaption span {
  color: color-mix(in srgb, var(--science-ink) 64.0%, transparent);
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .relationship-map figcaption span {
    color: #172c38a3;
  }
}

.relationship-map figcaption small {
  color: color-mix(in srgb, var(--science-ink) 44.0%, transparent);
  grid-column: 1 / -1;
  font-size: .52rem;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .relationship-map figcaption small {
    color: #172c3870;
  }
}

.science-graphic-lab {
  width: min(500px, 100vw - 36px);
}

.relationship-options {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}

.relationship-options button {
  color: #e2f0f494;
  min-height: 67px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: #0b18228a;
  border: 1px solid #97cbd62e;
  border-radius: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 25px minmax(0, 1fr);
  align-content: center;
  gap: 3px 8px;
  padding: 11px 12px;
  transition: transform .16s, border-color .16s, background .16s, color .16s;
  display: grid;
}

.relationship-options button:last-child {
  grid-column: 1 / -1;
}

.relationship-options button b {
  color: #77dde1;
  grid-row: 1 / 3;
  align-self: center;
  font-size: .72rem;
}

.relationship-options button span {
  font-size: .65rem;
}

.relationship-options button small {
  color: #dbebf066;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .51rem;
}

.relationship-options button:hover {
  color: #effbfc;
  border-color: #7fe5e870;
  transform: translateY(-1px);
}

.relationship-options button:focus-visible {
  outline-offset: 2px;
  border-color: #65d7dc;
  outline: 2px solid #65d7dc9e;
}

.relationship-options button[aria-pressed="true"] {
  color: #f3fcfd;
  background: #5bc2c72b;
  border-color: #65d7dc;
  box-shadow: inset 0 0 24px #58d4d90f;
}

@media (max-width: 900px) {
  .relationship-map-hero {
    min-height: 540px;
  }

  .relationship-stage {
    min-height: 410px;
  }
}

@media (max-width: 620px) {
  .relationship-map-hero {
    border-radius: 28px;
    min-height: 440px;
    padding: 14px;
  }

  .relationship-stage {
    min-height: 300px;
  }

  .relationship-option .edge-note {
    display: none;
  }

  .relationship-map figcaption {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-top: 12px;
  }

  .relationship-map figcaption small {
    grid-column: auto;
  }

  .relationship-options {
    grid-template-columns: 1fr;
  }

  .relationship-options button:last-child {
    grid-column: auto;
  }
}

:root {
  --science-cloud-overall: 1;
  --science-cloud-cyan: 1;
  --science-cloud-coral: 1;
}

.need-visual {
  gap: 12px;
  padding: max(22px, min(3vw, 40px));
}

.need-metric {
  border: 1px solid color-mix(in srgb, var(--science-ink) 12.0%, transparent);
  background: linear-gradient(135deg, #ffffff78, #ffffff2b);
  border-radius: 21px;
  transition: border-color .18s, background .18s, box-shadow .18s;
  overflow: clip;
  box-shadow: inset 0 1px #ffffff9e;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .need-metric {
    border: 1px solid #172c381f;
  }
}

.need-metric[open] {
  border-color: color-mix(in srgb, var(--science-cyan-deep) 28.0%, transparent);
  background: linear-gradient(135deg, #ffffff96, #ffffff3d);
  box-shadow: 0 13px 34px #172c3812, inset 0 1px #ffffffb8;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .need-metric[open] {
    border-color: #08777c47;
  }
}

.need-metric summary {
  min-height: 62px;
  color: var(--science-ink);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  grid-template-columns: 11px minmax(0, 1fr) 19px;
  align-items: center;
  gap: 14px;
  padding: 12px 17px;
  list-style: none;
  display: grid;
}

.need-metric summary::-webkit-details-marker {
  display: none;
}

.need-metric summary:focus-visible {
  outline: 2px solid var(--science-cyan-deep);
  outline-offset: -4px;
}

.need-visual .need-metric summary i {
  background: var(--science-cyan);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 5px #11aeb21a;
}

.need-visual .need-metric:nth-of-type(2) summary i {
  background: var(--science-indigo);
  box-shadow: 0 0 0 5px #5558a117;
}

.need-visual .need-metric:nth-of-type(3) summary i {
  background: var(--science-coral);
  box-shadow: 0 0 0 5px #de696217;
}

.need-metric summary b {
  letter-spacing: -.02em;
  font-size: .92rem;
  font-weight: 610;
}

.need-metric summary em {
  border: 1px solid color-mix(in srgb, var(--science-cyan-deep) 46.0%, transparent);
  border-radius: 5px;
  width: 18px;
  height: 18px;
  transition: background .18s, transform .22s;
  position: relative;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .need-metric summary em {
    border: 1px solid #08777c75;
  }
}

.need-metric summary em:before, .need-metric summary em:after {
  content: "";
  background: var(--science-cyan-deep);
  width: 7px;
  height: 1px;
  transition: transform .22s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.need-metric summary em:after {
  transform: translate(-50%, -50%)rotate(90deg);
}

.need-metric[open] summary em {
  background: #11aeb214;
  transform: rotate(90deg);
}

.need-metric[open] summary em:after {
  transform: translate(-50%, -50%)rotate(180deg);
}

.need-metric > div {
  border-top: 1px solid color-mix(in srgb, var(--science-ink) 9.0%, transparent);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 14px;
  padding: 14px 17px 16px 42px;
  animation: .22s both need-metric-reveal;
  display: grid;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .need-metric > div {
    border-top: 1px solid #172c3817;
  }
}

.need-metric p {
  color: color-mix(in srgb, var(--science-ink) 73.0%, transparent);
  margin: 0;
  font-size: .7rem;
  line-height: 1.5;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .need-metric p {
    color: #172c38ba;
  }
}

.need-metric a {
  color: var(--science-cyan-deep);
  letter-spacing: .06em;
  white-space: nowrap;
  text-transform: uppercase;
  font: 600 .5rem SFMono-Regular, Consolas, monospace;
  text-decoration: none;
}

.need-metric a:hover {
  text-underline-offset: 3px;
  text-decoration: underline;
}

.need-metric a:focus-visible {
  outline: 2px solid var(--science-cyan-deep);
  outline-offset: 4px;
  border-radius: 3px;
}

@keyframes need-metric-reveal {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cloud-preset-options, .pim2-visual-options, .myc-visual-options, .circuit-visual-options, .chapter-motion-options {
  gap: 8px;
  display: grid;
}

.cloud-preset-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pim2-visual-options, .myc-visual-options, .circuit-visual-options, .chapter-motion-options {
  grid-template-columns: 1fr 1fr;
}

.cloud-preset-options button, .pim2-visual-options button, .myc-visual-options button, .circuit-visual-options button, .chapter-motion-options button {
  color: #e2f0f494;
  min-width: 0;
  min-height: 48px;
  font: inherit;
  cursor: pointer;
  background: #0b18228a;
  border: 1px solid #97cbd62e;
  border-radius: 13px;
  transition: transform .16s, border-color .16s, background .16s, color .16s;
}

.cloud-preset-options button {
  text-align: left;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  display: grid;
}

.pim2-visual-options button, .myc-visual-options button, .circuit-visual-options button, .chapter-motion-options button {
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 24px minmax(0, 1fr);
  align-content: center;
  gap: 3px 8px;
  min-height: 62px;
  padding: 10px 12px;
  display: grid;
}

.pim2-visual-options button:last-child, .circuit-visual-options button:last-child, .chapter-motion-options button:last-child {
  grid-column: 1 / -1;
}

.cloud-preset-options button b, .pim2-visual-options button b, .myc-visual-options button b, .circuit-visual-options button b, .chapter-motion-options button b {
  color: #77dde1;
  font-size: .69rem;
}

.pim2-visual-options button b, .myc-visual-options button b, .circuit-visual-options button b, .chapter-motion-options button b {
  grid-row: 1 / 3;
  align-self: center;
}

.cloud-preset-options button span, .pim2-visual-options button span, .myc-visual-options button span, .circuit-visual-options button span, .chapter-motion-options button span {
  overflow-wrap: anywhere;
  min-width: 0;
  font-size: .59rem;
}

.pim2-visual-options button small, .myc-visual-options button small, .circuit-visual-options button small, .chapter-motion-options button small {
  color: #dbebf066;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .49rem;
}

.cloud-preset-options button:hover, .pim2-visual-options button:hover, .myc-visual-options button:hover, .circuit-visual-options button:hover, .chapter-motion-options button:hover {
  color: #effbfc;
  border-color: #7fe5e870;
  transform: translateY(-1px);
}

.cloud-preset-options button:focus-visible {
  outline-offset: 2px;
  border-color: #65d7dc;
  outline: 2px solid #65d7dc9e;
}

.pim2-visual-options button:focus-visible {
  outline-offset: 2px;
  border-color: #65d7dc;
  outline: 2px solid #65d7dc9e;
}

.myc-visual-options button:focus-visible {
  outline-offset: 2px;
  border-color: #65d7dc;
  outline: 2px solid #65d7dc9e;
}

.circuit-visual-options button:focus-visible {
  outline-offset: 2px;
  border-color: #65d7dc;
  outline: 2px solid #65d7dc9e;
}

.chapter-motion-options button:focus-visible {
  outline-offset: 2px;
  border-color: #65d7dc;
  outline: 2px solid #65d7dc9e;
}

.cloud-preset-options button[aria-pressed="true"], .pim2-visual-options button[aria-pressed="true"], .myc-visual-options button[aria-pressed="true"], .circuit-visual-options button[aria-pressed="true"], .chapter-motion-options button[aria-pressed="true"] {
  color: #f3fcfd;
  background: #5bc2c72b;
  border-color: #65d7dc;
  box-shadow: inset 0 0 24px #58d4d90f;
}

.cloud-preset-options + .lab-range {
  margin-top: 20px;
}

.myc-visual-options, .circuit-visual-options {
  gap: 7px;
}

.myc-visual-options button, .circuit-visual-options button {
  min-height: 55px;
  padding: 8px 10px;
}

.program-visual-options, .program-copy-options {
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  display: grid;
}

.program-visual-options button, .program-copy-options button {
  color: #e2f0f494;
  min-width: 0;
  min-height: 55px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: #0b18228a;
  border: 1px solid #97cbd62e;
  border-radius: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 24px minmax(0, 1fr);
  align-content: center;
  gap: 3px 8px;
  padding: 8px 10px;
  transition: transform .16s, border-color .16s, background .16s, color .16s;
  display: grid;
}

.program-visual-options button:last-child, .program-copy-options button:last-child {
  grid-column: 1 / -1;
}

.program-visual-options button b, .program-copy-options button b {
  color: #77dde1;
  grid-row: 1 / 3;
  align-self: center;
  font-size: .69rem;
}

.program-visual-options button span, .program-copy-options button span {
  overflow-wrap: anywhere;
  min-width: 0;
  font-size: .59rem;
}

.program-visual-options button small, .program-copy-options button small {
  color: #dbebf066;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .49rem;
}

.program-visual-options button:hover, .program-copy-options button:hover {
  color: #effbfc;
  border-color: #7fe5e870;
  transform: translateY(-1px);
}

.program-visual-options button:focus-visible {
  outline-offset: 2px;
  border-color: #65d7dc;
  outline: 2px solid #65d7dc9e;
}

.program-copy-options button:focus-visible {
  outline-offset: 2px;
  border-color: #65d7dc;
  outline: 2px solid #65d7dc9e;
}

.program-visual-options button[aria-pressed="true"], .program-copy-options button[aria-pressed="true"] {
  color: #f3fcfd;
  background: #5bc2c72b;
  border-color: #65d7dc;
  box-shadow: inset 0 0 24px #58d4d90f;
}

.program-copy-preview {
  background: #040d1457;
  border: 1px solid #97cbd626;
  border-radius: 13px;
  margin-top: 15px;
  padding: 14px;
}

.program-copy-preview p {
  color: #e8f3f6b8;
  letter-spacing: 0;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: .62rem;
  line-height: 1.5;
}

.program-copy-preview p + p {
  color: #dbebf080;
  margin-top: 9px;
}

.lab-lock-grid {
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  display: grid;
}

.lab-lock-grid > span {
  background: #0b18226b;
  border: 1px solid #97cbd629;
  border-radius: 13px;
  gap: 5px;
  min-width: 0;
  padding: 11px 10px;
  display: grid;
}

.lab-lock-grid b {
  color: #77dde1;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .48rem;
  font-weight: 650;
}

.lab-lock-grid strong {
  color: #f0fafbd9;
  font-size: .57rem;
  font-weight: 560;
  line-height: 1.25;
}

.lab-lock-grid small {
  color: #dbebf061;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .44rem;
  line-height: 1.35;
}

.target-visual {
  isolation: isolate;
  background: linear-gradient(145deg, #ffffff8a, #ffffff21), radial-gradient(circle at 47% 48%, rgba(17, 174, 178, calc(var(--science-energy) * .12)), transparent 48%);
}

.target-visual:after {
  content: "";
  z-index: -1;
  filter: blur(18px);
  pointer-events: none;
  background: radial-gradient(circle at 50% 48%, #ffffff5c, #0000 66%);
  border-radius: 44% 56% 51% 49% / 49% 42% 58% 51%;
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 12%;
  right: 12%;
}

.pim2-visual-option {
  place-items: center;
  display: none;
  position: absolute;
  top: max(12px, min(2.2vw, 25px));
  bottom: max(12px, min(2.2vw, 25px));
  left: max(12px, min(2.2vw, 25px));
  right: max(12px, min(2.2vw, 25px));
}

.science-page[data-pim2-visual="a"] [data-pim2-visual-option="a"], .science-page[data-pim2-visual="b"] [data-pim2-visual-option="b"], .science-page[data-pim2-visual="c"] [data-pim2-visual-option="c"], .science-page[data-pim2-visual="d"] [data-pim2-visual-option="d"], .science-page[data-pim2-visual="e"] [data-pim2-visual-option="e"] {
  animation: .42s cubic-bezier(.2, .74, .24, 1) both pim2-visual-enter;
  display: grid;
}

.pim2-visual-option svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.pim2-visual-option text {
  fill: color-mix(in srgb, var(--science-ink) 72.0%, transparent);
  letter-spacing: .75px;
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: 10.5px;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .pim2-visual-option text {
    fill: #172c38b8;
  }
}

.pim2-visual-caption {
  font-weight: 620;
  fill: color-mix(in srgb, var(--science-ink) 43.0%, transparent) !important;
  letter-spacing: 1.55px !important;
  font-size: 8.5px !important;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .pim2-visual-caption {
    fill: #172c386e !important;
  }
}

.pim2-core-kicker {
  text-anchor: middle;
  font-weight: 620;
  fill: color-mix(in srgb, var(--science-ink) 52.0%, transparent) !important;
  letter-spacing: 1px !important;
  font-size: 8.5px !important;
}

@supports not (color: color-mix(in srgb,red,blue)) {
  .pim2-core-kicker {
    fill: #172c3885 !important;
  }
}

.pim2-core-name {
  text-anchor: middle;
  font-weight: 630;
  fill: var(--science-ink) !important;
  letter-spacing: -1.9px !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif !important;
  font-size: 40px !important;
}

@keyframes pim2-visual-enter {
  from {
    opacity: 0;
    transform: scale(.985);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.pim2-niche-shape {
  stroke: #6a8b8e2e;
  stroke-width: 1px;
  filter: drop-shadow(0 18px 28px #1f363e0f);
}

.pim2-context-line {
  fill: none;
  stroke-width: 1.25px;
  stroke-linecap: round;
}

.pim2-context-cyan {
  stroke: #088b9075;
}

.pim2-context-indigo {
  stroke: #5558a16b;
}

.pim2-context-coral {
  stroke: #c45b556b;
}

.pim2-context-label text {
  letter-spacing: .7px;
  paint-order: stroke;
  stroke: #fafaf4f7;
  stroke-width: 7px;
  stroke-linejoin: round;
  font-size: 9.5px;
  font-weight: 610;
}

.pim2-core-node circle, .pim2-contour-core circle, .pim2-axis-core circle, .pim2-constellation-core circle {
  fill: #f8f9f1c7;
  stroke: #088b9057;
  stroke-width: 1.2px;
  filter: drop-shadow(0 17px 27px #1f363e1a);
}

.pim2-aperture-inputs text, .pim2-aperture-output text {
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 650;
}

.pim2-aperture-output text {
  text-anchor: middle;
}

.pim2-aperture-flows path {
  fill: none;
  stroke-width: 1.7px;
  stroke-linecap: round;
  stroke-dasharray: 3 10;
  animation: 4.2s linear infinite pim2-flow-forward;
}

.pim2-aperture-flows path:nth-child(2n) {
  animation-delay: -2.1s;
}

.pim2-aperture-node path {
  fill: #f8f9f1c2;
  stroke: #088b9073;
  filter: drop-shadow(0 17px 28px #1f363e1a);
  transform-box: fill-box;
  transform-origin: center;
  animation: 4.8s ease-in-out infinite alternate pim2-aperture-breathe;
}

.pim2-aperture-node text {
  fill: var(--science-ink);
  letter-spacing: -1px;
  text-anchor: middle;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 640;
}

@keyframes pim2-flow-forward {
  to {
    stroke-dashoffset: -52px;
  }
}

@keyframes pim2-aperture-breathe {
  to {
    transform: scale(1.055);
  }
}

.pim2-contours path {
  fill: none;
  stroke: #088b9033;
  stroke-width: 1.15px;
}

.pim2-contours path:nth-child(2) {
  stroke: #5558a133;
}

.pim2-contours path:nth-child(3) {
  stroke: #088b904a;
}

.pim2-contours path:nth-child(4) {
  stroke: #c45b5547;
}

.pim2-contour-anchor circle {
  fill: var(--science-cyan);
}

.pim2-contour-anchor-two circle {
  fill: var(--science-indigo);
}

.pim2-contour-anchor-three circle {
  fill: var(--science-coral);
}

.pim2-contour-anchor text {
  font-size: 9.5px;
  font-weight: 610;
}

.pim2-contour-core text {
  fill: var(--science-ink);
  letter-spacing: -1px;
  text-anchor: middle;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 26px;
  font-weight: 640;
}

.pim2-axis-track, .pim2-axis-pulse {
  fill: none;
  stroke-width: 1.6px;
  stroke-linecap: round;
}

.pim2-axis-track {
  opacity: .24;
}

.pim2-axis-pulse {
  stroke-width: 3px;
  stroke-dasharray: .075 .925;
  stroke-dashoffset: 0;
  filter: drop-shadow(0 0 5px #12aeb257);
  animation: 4s ease-in-out infinite pim2-axis-travel;
}

.pim2-axis-node circle {
  fill: #f9f9f2a6;
  stroke: #088b9047;
}

.pim2-axis-context circle {
  stroke: #088b9066;
}

.pim2-axis-pathway circle {
  stroke: #c45b5566;
}

.pim2-axis-node:not(.pim2-axis-core) text {
  text-anchor: middle;
  font-size: 8.5px;
  font-weight: 650;
}

.pim2-axis-note {
  font-weight: 600;
  letter-spacing: .75px !important;
  font-size: 8.5px !important;
}

.pim2-axis-core circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: 4s ease-in-out infinite pim2-axis-core-pulse;
}

@keyframes pim2-axis-travel {
  0% {
    stroke-dashoffset: .98px;
    opacity: 0;
  }

  14%, 82% {
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}

@keyframes pim2-axis-core-pulse {
  50% {
    transform: scale(1.045);
  }
}

.pim2-cell-boundary {
  fill: #ffffff1a;
  stroke: #088b9038;
  stroke-width: 1.1px;
  transform-box: fill-box;
  transform-origin: center;
  animation: 8s ease-in-out infinite alternate pim2-cell-breathe;
}

.pim2-constellation-links path {
  fill: none;
  stroke: #088b903b;
  stroke-width: 1px;
  stroke-dasharray: 2 8;
  animation: 7s linear infinite pim2-flow-forward;
}

.pim2-satellite {
  fill: var(--science-cyan);
  stroke: #ffffffb8;
  stroke-width: 2px;
  transform-box: fill-box;
  transform-origin: center;
  animation: 3.8s ease-in-out infinite alternate pim2-satellite-pulse;
}

.satellite-two {
  fill: var(--science-indigo);
  animation-delay: -1.1s;
}

.satellite-three {
  fill: var(--science-coral);
  animation-delay: -2.2s;
}

.satellite-four {
  fill: var(--science-cyan-deep);
  animation-delay: -3.1s;
}

.pim2-constellation-core circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: 5.2s ease-in-out infinite pim2-axis-core-pulse;
}

.pim2-constellation-labels text {
  letter-spacing: .7px;
  font-size: 9px;
  font-weight: 620;
}

.pim2-constellation-labels text:nth-child(2), .pim2-constellation-labels text:nth-child(3) {
  text-anchor: end;
}

@keyframes pim2-cell-breathe {
  to {
    transform: scale(1.025)rotate(1.2deg);
  }
}

@keyframes pim2-satellite-pulse {
  to {
    opacity: .5;
    transform: scale(1.42);
  }
}

.science-page[data-science-chapter-motion="a"] {
  --chapter-motion-distance: 62px;
  --chapter-motion-duration: .62s;
  --chapter-motion-blur: 0px;
  --chapter-motion-scale: .992;
  --chapter-motion-ease: cubic-bezier(.22, .72, .26, 1);
}

.science-page[data-science-chapter-motion="b"] {
  --chapter-motion-distance: 168px;
  --chapter-motion-duration: 1.04s;
  --chapter-motion-blur: 0px;
  --chapter-motion-scale: .985;
  --chapter-motion-ease: cubic-bezier(.16, .82, .22, 1);
}

.science-page[data-science-chapter-motion="c"] {
  --chapter-motion-distance: 96px;
  --chapter-motion-duration: .82s;
  --chapter-motion-blur: 13px;
  --chapter-motion-scale: .975;
  --chapter-motion-ease: cubic-bezier(.22, .72, .26, 1);
}

.science-page[data-science-chapter-motion="d"] {
  --chapter-motion-distance: 116px;
  --chapter-motion-duration: .88s;
  --chapter-motion-blur: 0px;
  --chapter-motion-scale: .955;
  --chapter-motion-ease: cubic-bezier(.18, 1.18, .3, 1);
}

.science-page[data-science-chapter-motion="e"] {
  --chapter-motion-distance: 42px;
  --chapter-motion-duration: .76s;
  --chapter-motion-blur: 0px;
  --chapter-motion-scale: .992;
  --chapter-motion-ease: cubic-bezier(.2, .76, .25, 1);
}

.chapter-motion-ready .science-chapter > .chapter-copy, .chapter-motion-ready .science-chapter > .chapter-visual {
  opacity: 0;
  filter: blur(var(--chapter-motion-blur));
  transition-property: opacity, transform, filter, clip-path, box-shadow;
  transition-duration: var(--chapter-motion-duration), var(--chapter-motion-duration), var(--chapter-motion-duration), var(--chapter-motion-duration), .28s;
  transition-timing-function: var(--chapter-motion-ease);
  will-change: opacity, transform, filter, clip-path;
  transition-delay: 0s;
}

.chapter-motion-ready .science-chapter[data-motion-state="before"]:nth-child(odd) > .chapter-copy, .chapter-motion-ready .science-chapter[data-motion-state="past"]:nth-child(odd) > .chapter-copy, .chapter-motion-ready .science-chapter[data-motion-state="before"]:nth-child(2n) > .chapter-visual, .chapter-motion-ready .science-chapter[data-motion-state="past"]:nth-child(2n) > .chapter-visual {
  transform: translate3d(calc(var(--chapter-motion-distance) * -1), 0, 0) scale(var(--chapter-motion-scale));
}

.chapter-motion-ready .science-chapter[data-motion-state="before"]:nth-child(odd) > .chapter-visual, .chapter-motion-ready .science-chapter[data-motion-state="past"]:nth-child(odd) > .chapter-visual, .chapter-motion-ready .science-chapter[data-motion-state="before"]:nth-child(2n) > .chapter-copy, .chapter-motion-ready .science-chapter[data-motion-state="past"]:nth-child(2n) > .chapter-copy {
  transform: translate3d(var(--chapter-motion-distance), 0, 0) scale(var(--chapter-motion-scale));
}

.chapter-motion-ready .science-chapter[data-motion-state="active"] > .chapter-copy, .chapter-motion-ready .science-chapter[data-motion-state="active"] > .chapter-visual {
  opacity: 1;
  filter: blur();
  clip-path: inset(0);
  transform: translate3d(0, 0, 0)scale(1);
}

.chapter-motion-ready .science-chapter[data-motion-state="active"] > .chapter-visual {
  transition-delay: 55ms;
}

.chapter-motion-ready .science-chapter[data-motion-state="active"]:hover > .chapter-visual {
  transform: translate3d(0, -3px, 0)scale(1);
}

@media (hover: hover) and (pointer: fine) {
  .science-page.chapter-motion-ready .science-chapter[data-motion-state] > .chapter-visual:hover {
    z-index: 3;
    box-shadow: 0 calc(var(--story-lift)  + 12px) calc(var(--story-lift) * 5.2 + 18px) #172c3829, 0 8px 20px #11aeb212, inset 0 1px #ffffffc7;
    transform: perspective(900px)translate3d(0, -6px, 18px)scale(1.018);
  }
}

.science-page[data-science-chapter-motion="e"].chapter-motion-ready .science-chapter[data-motion-state="before"]:nth-child(odd) > .chapter-copy, .science-page[data-science-chapter-motion="e"].chapter-motion-ready .science-chapter[data-motion-state="past"]:nth-child(odd) > .chapter-copy, .science-page[data-science-chapter-motion="e"].chapter-motion-ready .science-chapter[data-motion-state="before"]:nth-child(2n) > .chapter-visual, .science-page[data-science-chapter-motion="e"].chapter-motion-ready .science-chapter[data-motion-state="past"]:nth-child(2n) > .chapter-visual {
  clip-path: inset(0 100% 0 0 round 28px);
}

.science-page[data-science-chapter-motion="e"].chapter-motion-ready .science-chapter[data-motion-state="before"]:nth-child(odd) > .chapter-visual, .science-page[data-science-chapter-motion="e"].chapter-motion-ready .science-chapter[data-motion-state="past"]:nth-child(odd) > .chapter-visual, .science-page[data-science-chapter-motion="e"].chapter-motion-ready .science-chapter[data-motion-state="before"]:nth-child(2n) > .chapter-copy, .science-page[data-science-chapter-motion="e"].chapter-motion-ready .science-chapter[data-motion-state="past"]:nth-child(2n) > .chapter-copy {
  clip-path: inset(0 0 0 100% round 28px);
}

@media (max-width: 720px) {
  .science-page-cloud {
    min-width: 0;
    min-height: 240px;
  }

  .need-visual {
    height: auto;
    min-height: 404px;
    padding: 18px;
  }

  .need-metric summary {
    grid-template-columns: 10px minmax(0, 1fr) 18px;
    gap: 11px;
    min-height: 60px;
    padding: 10px 13px;
  }

  .need-metric summary em {
    grid-area: 1 / 3 / 3;
  }

  .need-metric > div {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    padding: 13px 14px 15px 34px;
  }

  .need-metric p {
    font-size: .66rem;
  }

  .science-page[data-science-chapter-motion] {
    --chapter-motion-distance: 48px;
  }
}

@media (max-width: 480px) {
  .cloud-preset-options {
    grid-template-columns: 1fr 1fr;
  }

  .pim2-visual-options, .myc-visual-options, .circuit-visual-options, .chapter-motion-options {
    grid-template-columns: 1fr;
  }

  .pim2-visual-options button:last-child, .circuit-visual-options button:last-child, .chapter-motion-options button:last-child {
    grid-column: auto;
  }

  .lab-lock-grid, .science-sources {
    grid-template-columns: 1fr;
  }
}

.science-collision-body {
  transform-origin: 50%;
  min-width: 0;
  position: relative;
}

.science-page[data-science-collision-phase="approach"] .science-collision-body, .science-page[data-science-collision-phase="recoil"] .science-collision-body {
  transform: translate3d(var(--collision-x, 0px), var(--collision-y, 0px), 0) rotate(var(--collision-rotation, 0deg)) scale(var(--collision-scale-x, 1), var(--collision-scale-y, 1));
  will-change: transform;
}

.science-collision-body:after {
  content: "";
  pointer-events: none;
  opacity: var(--collision-stress, 0);
  background: linear-gradient(90deg, #0000 65%, #11aeb21a);
  border: 1px solid #08777c61;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.science-collision-body-right:after {
  border-radius: calc(var(--science-radius) * 1.35);
  background: linear-gradient(90deg, #5558a11a, #0000 35%);
  border-color: #5558a159;
}

.science-collision-effects {
  z-index: 3;
  left: var(--collision-contact-x, 50%);
  top: var(--collision-contact-y, 50%);
  pointer-events: none;
  width: 0;
  height: 0;
  opacity: var(--impact-opacity, 0);
  transform: rotate(var(--collision-plane-angle, 0deg));
  color: var(--science-cyan-deep);
  display: none;
  position: absolute;
}

.science-collision-effects.is-impacting {
  display: block;
}

.science-collision-effects > * {
  pointer-events: none;
  display: none;
  position: absolute;
}

.collision-impact-core {
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%) scale(calc(1.4 - var(--impact-wave, .12) * .3));
  background: radial-gradient(circle, #f6fff7f2, #34b4b24d 35%, #0000 70%);
  border-radius: 50%;
  display: block;
}

.science-collision-effects .collision-impact-core {
  display: block;
}

.collision-impact-plane {
  width: 1px;
  height: var(--collision-field-size, 190px);
  transform: translate(-50%, -50%) scaleY(calc(.4 + var(--impact-wave, .12)));
  opacity: .7;
  background: linear-gradient(#0000, currentColor 35%, #f4fff4 50%, currentColor 65%, #0000);
}

.collision-impact-ring {
  width: var(--collision-field-size, 190px);
  height: var(--collision-field-size, 190px);
  transform: translate(-50%, -50%) scale(var(--impact-wave, .12));
  opacity: .45;
  border: 1px solid;
  border-radius: 50%;
}

.collision-impact-ring-two {
  opacity: .22;
  width: 130px;
  height: 130px;
}

.collision-impact-ring-three {
  opacity: .16;
  width: 90px;
  height: 90px;
}

.science-page[data-science-hero-collision="a"] .collision-impact-ring-one, .science-page[data-science-hero-collision="a"] .collision-impact-ring-two, .science-page[data-science-hero-collision="a"] .collision-impact-plane, .science-page[data-science-hero-collision="b"] .collision-impact-plane {
  display: block;
}

.science-page[data-science-hero-collision="b"] .collision-impact-plane {
  width: 3px;
  height: calc(var(--collision-field-size, 190px) * 1.45);
  box-shadow: 0 0 18px #0f8f9352;
}

.collision-vector {
  transform-origin: 0;
  opacity: .55;
  background: linear-gradient(90deg, #0000, currentColor, #0000);
  width: 105px;
  height: 1px;
}

.collision-vector-one {
  transform: translate(-30px, -12px) rotate(-32deg) scaleX(var(--impact-wave, .12));
}

.collision-vector-two {
  transform: translate(-60px, 12px) rotate(-32deg) scaleX(var(--impact-wave, .12));
}

.collision-vector-three {
  transform: translate(-5px, 34px) rotate(-32deg) scaleX(var(--impact-wave, .12));
}

.collision-vector-four {
  transform: translate(-90px, -35px) rotate(-32deg) scaleX(var(--impact-wave, .12));
}

.science-page[data-science-hero-collision="c"] .collision-vector, .science-page[data-science-hero-collision="d"] .collision-impact-ring {
  display: block;
}

.science-page[data-science-hero-collision="d"] .collision-impact-ring {
  transform: translate(calc(-50% + var(--impact-shift, 0px)), -50%) scaleX(calc(var(--impact-wave, .12) * .48)) scaleY(var(--impact-wave, .12));
  border-color: var(--science-indigo);
}

.collision-orbit {
  width: calc(var(--collision-field-size, 190px) * 1.3);
  height: calc(var(--collision-field-size, 190px) * .65);
  transform: translate(-50%, -50%) rotate(calc(-35deg + var(--impact-angle, 0deg))) scale(var(--impact-wave, .12));
  border: 1px solid #08777ca6;
  border-left-color: #0000;
  border-radius: 50%;
}

.collision-orbit-two {
  transform: translate(-50%, -50%) rotate(calc(35deg - var(--impact-angle, 0deg))) scale(var(--impact-wave, .12));
  border-color: #5558a16b #0000 #5558a16b #5558a16b;
}

.science-page[data-science-hero-collision="e"] .collision-orbit {
  display: block;
}

.science-lab {
  width: min(460px, 100vw - 36px);
}

.science-lab-header {
  gap: 12px;
  min-height: 62px;
}

.science-lab-header > div {
  min-width: 0;
}

.science-lab-header strong {
  letter-spacing: .1em;
  font-size: .75rem;
}

.science-lab-header span {
  letter-spacing: .02em;
  color: #a8bfc4;
  text-transform: none;
  font-size: .75rem;
}

.science-lab-header button {
  flex: 0 0 34px;
}

.collision-lab-section .lab-heading span {
  letter-spacing: .055em;
  font-size: .75rem;
}

.collision-lab-section .lab-heading small {
  letter-spacing: 0;
  text-transform: none;
  font-size: .75rem;
}

.collision-profile-options {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}

.collision-profile-options button {
  color: #b8ccd1;
  min-width: 0;
  min-height: 62px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: #0b18228a;
  border: 1px solid #97cbd638;
  border-radius: 11px;
  grid-template-rows: auto auto;
  grid-template-columns: 21px minmax(0, 1fr);
  align-content: center;
  gap: 4px 7px;
  padding: 10px;
  transition: border-color .14s, background .14s, color .14s;
  display: grid;
}

.collision-profile-options button:last-child {
  grid-column: auto;
}

.collision-profile-options b {
  color: #86e0e2;
  grid-row: 1 / 3;
  align-self: center;
  font-size: .875rem;
}

.collision-profile-options span {
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.2;
}

.collision-profile-options small {
  color: #839da5;
  font-size: .75rem;
}

.collision-profile-options button:hover {
  background: #21363e;
  border-color: #7cbfc7;
}

.collision-profile-options button[aria-pressed="true"] {
  color: #f0fcfa;
  background: #23464c;
  border-color: #80dadc;
}

.collision-profile-options button[aria-pressed="true"] small {
  color: #acd2d7;
}

.collision-profile-options button:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #a6eeee;
}

.collision-replay:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #a6eeee;
}

.collision-profile-note {
  color: #b4c8ce;
  min-height: 3.9em;
  margin: 16px 0;
  font: .875rem / 1.45 Inter, sans-serif;
}

.collision-telemetry {
  border-top: 1px solid #97cbd629;
  border-bottom: 1px solid #97cbd629;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
  padding: 12px 0;
  display: grid;
}

.collision-telemetry > span {
  gap: 6px;
  padding: 0 9px;
  display: grid;
}

.collision-telemetry > span:first-child {
  padding-left: 0;
}

.collision-telemetry > span + span {
  border-left: 1px solid #97cbd629;
}

.collision-telemetry small {
  color: #91aeb6;
  font: .75rem / 1.3 Inter, sans-serif;
}

.collision-telemetry output {
  color: #c8eff0;
  font-variant-numeric: tabular-nums;
  font-size: .875rem;
}

.collision-slider-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.collision-slider-pair .collision-range {
  align-items: center;
  gap: 7px;
  margin: 0;
}

.collision-range > span {
  color: #c2d6dc;
  text-transform: none;
  letter-spacing: 0;
  font: .875rem / 1.25 Inter, sans-serif;
}

.collision-range output {
  color: #9ee3e4;
  font-size: .75rem;
}

.collision-range input {
  accent-color: #8cdde0;
  cursor: pointer;
  width: 100%;
  height: 24px;
  margin: 0;
}

.collision-range input:focus-visible {
  outline-offset: 3px;
  border-radius: 3px;
  outline: 2px solid #a6eeee;
}

.collision-replay {
  color: #c5f0ef;
  cursor: pointer;
  background: #4696a124;
  border: 1px solid #89d8dd6b;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 42px;
  margin-top: 14px;
  padding: 9px 13px;
  font: .875rem / 1.25 Inter, sans-serif;
  display: flex;
}

.collision-replay i {
  font: 1.3rem / 1 Inter, sans-serif;
}

.collision-replay:hover {
  background: #4696a147;
}

.collision-replay:disabled {
  cursor: default;
  opacity: .45;
}

.science-lab[data-collapsed="true"] {
  width: min(420px, 100vw - 36px);
}

.science-lab[data-collapsed="true"] .science-lab-header {
  min-height: 55px;
  padding: 10px 14px;
}

.science-lab[data-collapsed="true"] .science-lab-header strong {
  font-size: .68rem;
}

.science-lab[data-collapsed="true"] .science-lab-body {
  display: block;
  overflow: visible;
}

.science-lab[data-collapsed="true"] .lab-section:not(.collision-lab-section), .science-lab[data-collapsed="true"] .collision-lab-section > .lab-heading, .science-lab[data-collapsed="true"] .collision-profile-note, .science-lab[data-collapsed="true"] .collision-telemetry {
  display: none;
}

.science-lab[data-collapsed="true"] .collision-lab-section {
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 12px 10px;
  padding: 0 14px 12px;
  display: grid;
}

.science-lab[data-collapsed="true"] .collision-profile-options {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
}

.science-lab[data-collapsed="true"] .collision-profile-options button {
  text-align: center;
  border-radius: 8px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  place-items: center;
  min-height: 36px;
  padding: 5px;
  display: grid;
}

.science-lab[data-collapsed="true"] .collision-profile-options button:last-child {
  grid-column: auto;
}

.science-lab[data-collapsed="true"] .collision-profile-options b {
  grid-row: auto;
}

.science-lab[data-collapsed="true"] .collision-profile-options span, .science-lab[data-collapsed="true"] .collision-profile-options small, .science-lab[data-collapsed="true"] .collision-replay span {
  display: none;
}

.science-lab[data-collapsed="true"] .collision-slider-pair {
  grid-area: 2 / 1 / auto / -1;
}

.science-lab[data-collapsed="true"] .collision-replay {
  border-radius: 8px;
  grid-area: 1 / 2;
  justify-content: center;
  min-height: 36px;
  margin: 0;
  padding: 5px;
}

@media (max-width: 720px) {
  .science-lab, .science-lab[data-collapsed="true"] {
    width: calc(100vw - 20px);
    max-height: 70vh;
    max-height: 70svh;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .science-lab-body {
    max-height: calc(70vh - 62px);
    max-height: calc(70svh - 62px);
  }

  .collision-lab-section {
    padding: 14px;
  }

  .collision-profile-options button {
    gap: 4px;
    padding: 8px;
  }

  .collision-lab-section .lab-heading {
    align-items: flex-start;
  }

  .science-lab[data-collapsed="true"] .science-lab-body {
    max-height: none;
  }

  .science-collision-body-right:after {
    border-radius: 28px;
  }
}

.science-page[data-science-collision-effect] .collision-vector, .science-page[data-science-collision-effect="edge"] .collision-impact-plane, .science-page[data-science-collision-effect="catch"] .collision-impact-plane {
  display: block;
}

.science-page[data-science-collision-effect="edge"] .collision-vector-three, .science-page[data-science-collision-effect="edge"] .collision-vector-four, .science-page[data-science-collision-effect="catch"] .collision-vector-three, .science-page[data-science-collision-effect="catch"] .collision-vector-four {
  display: none;
}

.science-page[data-science-collision-effect="counter"] .science-collision-effects {
  transform: rotate(var(--collision-plane-angle, 0deg)) scaleY(-1);
}

.science-page[data-science-collision-effect="catch"] .collision-impact-plane {
  opacity: .6;
  width: 3px;
}

.science-page[data-science-collision-effect="catch"] .collision-vector {
  opacity: .22;
}

.science-page[data-science-collision-effect="torsion"] .collision-impact-ring-one {
  border-color: var(--science-indigo);
  transform: translate(-50%, -50%) scaleX(calc(var(--impact-wave, .12) * .6)) scaleY(var(--impact-wave, .12));
  display: block;
}

.science-page[data-science-collision-effect="capture"] .collision-orbit {
  display: block;
}

.science-page[data-science-collision-effect="capture"] .collision-vector {
  opacity: .2;
}

.science-collision-column {
  min-width: 0;
}

.science-collision-body-support {
  margin-top: max(32px, min(4.5vh, 54px));
}

.science-collision-body-support .science-hero-lead {
  margin-top: 0;
}

.science-collision-body-support:after {
  border-color: #5558a147;
}

.collision-telemetry {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 901px) and (max-width: 1800px) {
  .science-page[data-science-architecture="a"] .science-body {
    grid-template-areas: "rail story"
                         ". note";
  }

  .science-evidence-note {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    column-gap: max(24px, min(3vw, 48px));
    padding: max(28px, min(3vw, 48px));
  }

  .science-sources {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .science-evidence-note {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 24px;
  }

  .science-evidence-copy {
    transform: none;
  }

  .science-sources {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .science-page[data-science-story-ended="true"] .science-story-rail {
    visibility: hidden;
    pointer-events: none;
  }

  .science-evidence-copy {
    transform: none;
  }
}

.collision-materials {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
  display: grid;
}

.collision-materials label {
  color: #c2d6dc;
  min-width: 0;
  font: 14px / 1.4 Inter, sans-serif;
}

.collision-materials select {
  color: #d9f2f2;
  background: #20343d;
  border: 1px solid #4b6970;
  border-radius: 8px;
  width: 100%;
  min-height: 40px;
  margin-top: 7px;
  padding: 6px;
  font: 12px / 1.4 Inter, sans-serif;
  display: block;
}

.science-lab[data-collapsed="true"] .collision-materials {
  display: none;
}

@media (min-width: 901px) and (max-width: 1800px) {
  .science-page[data-science-architecture="a"][data-story-rail="right"] .science-body {
    grid-template-areas: "story rail"
                         "note .";
  }
}

.science-evidence-note {
  scroll-margin-top: calc(var(--science-header-offset, 180px)  + 32px);
}

.science-collision-effects[data-contact-body="support"] {
  color: var(--science-indigo);
}

.science-collision-effects[data-contact-body="support"] .collision-impact-ring-two {
  width: var(--collision-field-size);
  height: var(--collision-field-size);
  opacity: .3;
  display: block;
}

.science-collision-effects[data-contact-body="support"] .collision-vector {
  opacity: .28;
}

.science-collision-body-support:after {
  background: linear-gradient(90deg, #0000 65%, #5558a114);
}

.science-main > .section-break-to-footer {
  z-index: 3;
}

.science-main > .science-to-footer {
  --break-from: var(--page-beige);
}

.science-to-footer:after {
  background-size: 100% var(--science-canvas-height, 100%);
  background-position: 0 var(--science-break-offset, 0px);
}

.science-hero h1 span {
  color: inherit;
}

.science-hero h1 em {
  color: var(--science-cyan-deep);
  font-style: normal;
}

.science-hero h1 > span {
  color: inherit;
}
