@font-face {
  font-family: Inter;
  src: url("assets/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("assets/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600 900;
  font-display: swap;
}
@font-face {
  font-family: EBGaramond;
  src: url("assets/EBGaramond12-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
:root {
  --ink: #171b28;
  --muted: #626879;
  --blue: #306af4;
  --purple: #885bf1;
  --green: #127b61;
  --line: #e4e7ed;
  --paper: #fff;
  --dark: #080b14;
  --ease: cubic-bezier(0.2, 0.65, 0.3, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #4591ff;
  outline-offset: 6px;
}
button:disabled {
  cursor: default;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 600;
}
svg {
  display: block;
}
img {
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
::selection {
  background: #dce6ff;
  color: #162349;
}
.wrap {
  width: min(1200px, calc(100% - 112px));
  margin-inline: auto;
}
.icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: 10px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  z-index: 100;
  padding: 12px 20px;
  background: white;
  border-radius: 10px;
}
.skip-link:focus {
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.6;
}
.gradient-text {
  background: linear-gradient(100deg, #a9c6ff 5%, #9d98ff 54%, #d1baff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.muted {
  color: #858c9a;
}
.status-dot,
.mini-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #69d5b5;
  border-radius: 50%;
  box-shadow: 0 0 12px #5ddd9f50;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  transition:
    transform 0.25s var(--ease),
    background 0.25s,
    box-shadow 0.25s;
  border: 1px solid transparent;
}
.button:hover {
  transform: translateY(-3px);
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button-primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 4px 20px #316afb30;
}
.button-primary:hover {
  background: #447aff;
  box-shadow: 0 7px 30px #316afb50;
}
.button-glass {
  background: #ffffff08;
  color: #e2e7f1;
  border-color: #ffffff24;
}
.button-glass:hover {
  background: #ffffff12;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
}
.text-link .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.text-link:hover .icon {
  transform: translateX(4px);
}
.site-header {
  height: 82px;
  background: #080b14d9;
  color: #cdd2e0;
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid #ffffff0d;
  backdrop-filter: blur(20px);
}
.nav-shell {
  height: 100%;
  width: min(1320px, calc(100% - 88px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand-mark {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.075em;
  color: #f5f7ff;
}
.brand-mark span {
  color: #699aff;
}
.brand-descriptor {
  border-left: 1px solid #ffffff25;
  padding-left: 16px;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #a5adc0;
}
.nav-links {
  display: flex;
  gap: 32px;
  font-size: 12px;
}
.nav-links a:hover,
.nav-paper:hover {
  color: white;
}
.nav-paper {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  padding: 8px 15px;
  border: 1px solid #ffffff25;
  border-radius: 999px;
}
.nav-paper .icon {
  width: 16px;
  height: 16px;
}
.hero {
  position: relative;
  background: var(--dark);
  color: #f8faff;
  overflow: hidden;
  min-height: 770px;
  padding-top: 116px;
}
.hero-aurora {
  position: absolute;
  width: 1200px;
  height: 1100px;
  right: -180px;
  top: -150px;
  background:
    radial-gradient(ellipse at 55% 45%, #3445b41f, transparent 55%),
    radial-gradient(ellipse at 68% 60%, #9b50e912, transparent 40%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 20px;
  align-items: center;
  min-height: 575px;
  position: relative;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}
.hero .eyebrow {
  color: #91a7cf;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 9px;
  letter-spacing: 0.13em;
}
.hero h1 {
  font-size: clamp(44px, 4.7vw, 70px);
  margin: 28px 0 20px;
  line-height: 1.075;
  letter-spacing: -0.065em;
}
.hero-question {
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #d9deed;
}
.hero-description {
  font-size: 14px;
  line-height: 1.85;
  max-width: 430px;
  color: #939eb5;
  margin-top: 16px;
}
.hero-description strong {
  font-weight: 400;
  color: #d0d8e9;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.hero-affiliation {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 10px;
  color: #8f99b0;
  line-height: 1.6;
  margin-top: 38px;
}
.hero-affiliation strong {
  font-weight: 400;
  color: #b7c0d4;
}
.affiliation-rule {
  height: 29px;
  width: 2px;
  background: linear-gradient(#6f90e9, #6953ad);
}
.research-scene {
  min-width: 0;
  position: relative;
  margin-top: 5px;
}
.scene-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #8d9ab6;
  padding-inline: 25px;
}
.scene-topline > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.scene-topline .status-dot {
  background: #8eaaff;
  box-shadow: 0 0 8px #879cff50;
  width: 4px;
  height: 4px;
}
.motion-toggle {
  display: grid;
  place-items: center;
  background: #ffffff07;
  border: 1px solid #ffffff15;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #a0abc5;
}
.motion-toggle .icon {
  height: 13px;
  width: 13px;
}
.motion-toggle[aria-pressed="true"] {
  background: #30447b;
  color: #fff;
}
.orbital-map {
  position: relative;
  height: 470px;
  perspective: 1000px;
  --rx: 0deg;
  --ry: 0deg;
}
.orbital-map canvas,
.orbit-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.orbit-fallback {
  fill: none;
  stroke: #688cdc;
  stroke-width: 0.6;
  opacity: 0.3;
}
.canvas-ready .orbit-fallback {
  opacity: 0.09;
}
.core-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 165px;
  height: 165px;
  margin: -82.5px 0 0 -82.5px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse at 33% 15%, #636fab88, transparent 60%),
    linear-gradient(150deg, #242f52cc, #101728ee 60%, #343365cc);
  border: 1px solid #819dea66;
  box-shadow:
    inset 0 2px 9px #ccd9ff22,
    inset 0 -12px 28px #374c8022,
    0 0 55px #5861b133,
    0 16px 28px #03050b99;
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform 0.35s var(--ease);
  pointer-events: none;
}
.core-orb:before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid #687baa20;
  border-radius: 50%;
}
.orb-shine {
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: radial-gradient(ellipse at 30% 16%, #bccdff20, transparent 48%);
}
.orb-logo {
  font-family: EBGaramond, Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: #edf0ff;
  text-shadow:
    0 2px 0 #8194c7,
    0 4px 10px #0008;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.orb-label {
  font-size: 6px;
  letter-spacing: 0.18em;
  color: #b7c2e0;
  margin-top: 12px;
}
.orbit-node {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  background: linear-gradient(120deg, #18213aee, #101725ee);
  border: 1px solid #839ed132;
  color: #ced8ef;
  border-radius: 14px;
  padding: 11px 13px;
  text-align: left;
  box-shadow: 0 10px 30px #0003;
  transition:
    transform 0.25s,
    border-color 0.25s,
    background 0.25s;
  z-index: 3;
}
.orbit-node:hover,
.orbit-node.is-active {
  transform: translateY(-4px);
  border-color: #89aafd9a;
  background: linear-gradient(120deg, #283758ee, #111a2aee);
}
.node-start {
  left: 1%;
  top: 22%;
}
.node-experiment {
  right: -1%;
  top: 15%;
}
.node-feedback {
  right: -1%;
  bottom: 22%;
  color: #cbb5fa;
}
.node-record {
  left: 1%;
  bottom: 15%;
  color: #9bd6cc;
}
.node-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #9fb8ed40;
  border-radius: 50%;
  background: #90b0ff10;
  flex-shrink: 0;
}
.node-icon .icon {
  width: 16px;
  height: 16px;
}
.node-caption {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.node-caption small {
  font-size: 7px;
  letter-spacing: 0.11em;
  color: #9aa9c8;
}
.node-caption strong {
  font-size: 10px;
  font-weight: 400;
}
.orbit-footnote {
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 6px;
  letter-spacing: 0.15em;
  color: #67758f;
}
.scene-caption {
  display: flex;
  gap: 15px;
  align-items: center;
  border-top: 1px solid #ffffff12;
  margin: 0 25px;
  padding-top: 17px;
  min-height: 72px;
}
.scene-index {
  font-size: 22px;
  letter-spacing: -0.06em;
  color: #6e8abc;
}
.scene-caption p {
  font-size: 11px;
  line-height: 1.7;
  color: #a0aec8;
  flex: 1;
  min-height: 34px;
  max-width: 330px;
}
.scene-hint {
  display: none;
}
.hero-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 26px;
  padding-bottom: 27px;
  border-top: 1px solid #ffffff13;
  font-size: 10px;
  color: #76849e;
}
.hero-footer a {
  color: #b1bdd4;
  display: flex;
  gap: 18px;
}
.hero-footer a span {
  font-size: 18px;
  line-height: 1;
}
.resource-strip {
  border-bottom: 1px solid var(--line);
  background: #fbfcfe;
}
.resource-inner {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-block: 22px;
}
.resource-inner > span {
  font-size: 8px;
  letter-spacing: 0.13em;
  color: #727a8a;
  font-weight: 600;
}
.resource-inner > a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
}
.resource-inner > a > span {
  font-size: 13px;
  color: #98a0af;
  margin-left: 6px;
}
.resource-inner > a:hover {
  color: var(--blue);
}
.resource-inner .icon {
  width: 18px;
  height: 18px;
  color: #5369a0;
}
.resource-inner > .package-resource {
  gap: 14px;
  padding: 14px 20px;
  min-height: 74px;
  border: 1px solid #cdddff;
  border-radius: 15px;
  background: linear-gradient(135deg, #ffffff, #eef4ff);
  box-shadow: 0 4px 12px #356be90b;
  transition:
    transform 0.2s var(--ease),
    box-shadow 0.2s,
    border-color 0.2s;
}
.resource-inner > .package-resource:hover {
  transform: translateY(-3px);
  border-color: #83aaff;
  box-shadow: 0 8px 20px #356be91a;
}
.package-resource > img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}
.resource-inner .resource-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  white-space: nowrap;
  line-height: 1.25;
}
.resource-label small {
  color: #62759a;
  font-size: 8px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.resource-label strong {
  color: #2456b7;
  font-size: 17px;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.resource-inner .resource-arrow {
  width: 18px;
  height: 18px;
  color: #6d8dbf;
  margin-left: 7px;
}
.section {
  padding-block: 112px;
}
.section-heading {
  max-width: 660px;
  margin-bottom: 44px;
}
.section-heading .eyebrow {
  color: var(--blue);
  margin-bottom: 20px;
}
.section-heading h2 {
  font-size: 48px;
  line-height: 1.1;
}
.section-heading > p:last-child {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 530px;
  margin-top: 22px;
}
.gates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gate-card {
  --accent: #3c74e6;
  --tint: #edf4ff;
  background: #f8faff;
  border: 1px solid #e6ecf5;
  border-radius: 22px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}
.gate-purple {
  --accent: #8460d9;
  --tint: #f0eafb;
  background: #fbf9ff;
  border-color: #eee7f7;
}
.gate-green {
  --accent: #2c8c75;
  --tint: #e7f4ef;
  background: #f6fbf9;
  border-color: #e2eee8;
}
.gate-top {
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
}
.gate-number {
  font-size: 13px;
  color: var(--accent);
  font-weight: 600;
}
.gate-tag {
  font-size: 8px;
  letter-spacing: 0.13em;
  color: #6e778a;
  font-weight: 600;
}
.round-icon {
  margin-left: auto;
  width: 36px;
  height: 36px;
  background: white;
  border: 1px solid #dce4f0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--accent);
}
.round-icon .icon {
  width: 17px;
  height: 17px;
}
.gate-visual {
  height: 154px;
  position: relative;
  margin-top: 22px;
  margin-bottom: 21px;
}
.gate-card h3 {
  font-size: 20px;
  line-height: 1.23;
  letter-spacing: -0.04em;
  min-height: 50px;
}
.gate-card > p {
  font-size: 13px;
  line-height: 1.85;
  color: #6b7282;
  margin-top: 12px;
  min-height: 120px;
}
.gate-output {
  border-top: 1px solid #dae1ea;
  margin-top: 22px;
  padding-top: 17px;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
}
.gate-output .mini-dot {
  width: 4px;
  height: 4px;
  background: var(--accent);
  box-shadow: none;
}
.visual-bar {
  position: absolute;
  height: 34px;
  left: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 9px;
  overflow: hidden;
}
.baseline-bar {
  top: 30px;
  width: 46%;
  background: #dde6f4;
  color: #637a9d;
}
.result-bar {
  top: 77px;
  width: 92%;
  background: linear-gradient(90deg, #4283f6, #699dff);
  color: white;
  justify-content: space-between;
  box-shadow: 0 5px 12px #4380ee25;
}
.result-bar .icon {
  width: 14px;
  height: 14px;
}
.threshold-line {
  position: absolute;
  top: 13px;
  left: 62%;
  height: 115px;
  border-left: 1px dashed #6c8cbd;
}
.threshold-line span {
  position: absolute;
  top: 112px;
  left: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 7px;
  color: #6e83a3;
}
.challenger-row {
  position: absolute;
  inset: 14px 15px auto;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.challenger-row > span {
  height: 42px;
  width: 42px;
  display: grid;
  place-items: center;
  background: white;
  border: 1px solid #d4c2f1;
  border-radius: 50%;
  color: #956de0;
  box-shadow: 0 4px 10px #8961d70e;
}
.challenger-row .icon {
  width: 18px;
  height: 18px;
}
.challenge-connections {
  position: absolute;
  top: 56px;
  left: 36px;
  right: 36px;
  height: 32px;
  border: 1px solid #c7b3e6;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}
.challenge-connections:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 43px;
  width: 1px;
  background: #c7b3e6;
}
.target-pill {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  border: 1px solid #d9cbee;
  border-radius: 8px;
  background: white;
  padding: 8px 15px;
  font-size: 9px;
  color: #8766b9;
}
.checkpoint-dot {
  position: absolute;
  top: 47px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #7aab9b;
  border-radius: 50%;
  background: white;
}
.checkpoint-dot:after {
  content: "";
  position: absolute;
  left: 8px;
  top: -20px;
  width: 13px;
  height: 53px;
  border: 1px solid #9ebdb2;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}
.pair-branch {
  position: absolute;
  left: 28px;
  right: 0;
  height: 35px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #c6e4d8;
  border-radius: 7px;
  padding: 0 11px;
  background: white;
  font-size: 9px;
  color: #2c8c75;
}
.truthful-branch {
  top: 14px;
}
.neutral-branch {
  top: 65px;
  color: #7f8998;
  border-color: #d9e1e5;
}
.branch-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.pair-branch > span:last-child {
  margin-left: auto;
  font-size: 15px;
}
.calibration-note {
  position: absolute;
  bottom: 17px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  color: #59947c;
}
.calibration-note .icon {
  width: 12px;
  height: 12px;
}
.decision-strip {
  display: grid;
  grid-template-columns: 1fr 50px 1fr;
  gap: 25px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 30px;
  margin-top: 28px;
}
.decision-strip > div {
  display: flex;
  align-items: center;
  gap: 18px;
}
.decision-pill {
  display: block;
  background: #edf3ff;
  color: #3972da;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
}
.evidence-pill {
  color: #258468;
  background: #eaf6f1;
}
.decision-strip p {
  font-size: 11px;
  line-height: 1.7;
  color: #768092;
}
.decision-plus {
  text-align: center;
  font-size: 20px;
  color: #a0a7b4;
}
.protocol-details {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
  margin-top: 25px;
}
.protocol-details > p {
  max-width: 750px;
  color: #818895;
  font-size: 10px;
  line-height: 1.8;
}
.protocol-details > a {
  white-space: nowrap;
  font-size: 11px;
}
[data-glow]:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    350px circle at var(--mx, 50%) var(--my, 50%),
    #648eff0d,
    transparent 65%
  );
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
[data-glow]:hover:before {
  opacity: 1;
}
.evidence-section {
  background: #f5f6f8;
  border-block: 1px solid #eaecf0;
}
.heading-split {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
}
.heading-split > p:last-child {
  max-width: 360px;
  font-size: 13px;
  margin-top: 0;
  padding-bottom: 4px;
}
.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.case-card {
  background: white;
  border: 1px solid #e1e5ec;
  border-radius: 24px;
  padding: 30px 32px 23px;
  overflow: hidden;
  position: relative;
  --case-accent: #477de4;
}
.catalyst-case {
  --case-accent: #9163cf;
}
.case-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.case-meta > span:first-child {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--case-accent);
}
.case-meta .icon {
  width: 17px;
  height: 17px;
}
.model-tag {
  background: #f5f6f9;
  color: #777e8e;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 8px;
  letter-spacing: 0;
  font-weight: 400;
}
.case-card h3 {
  font-size: 34px;
  line-height: 1.12;
  margin-top: 29px;
}
.case-description {
  font-size: 13px;
  line-height: 1.9;
  color: #747b8c;
  margin-top: 15px;
  max-width: 385px;
  min-height: 80px;
}
.case-chart {
  margin-top: 27px;
  padding: 20px 18px 15px;
  border: 1px solid #eaedf2;
  background: #fbfcfe;
  border-radius: 12px;
}
.chart-label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 8px;
  color: #63728d;
  margin-bottom: 22px;
}
.chart-label span:last-child {
  font-size: 6px;
  letter-spacing: 0.06em;
  color: #8c97a9;
  white-space: nowrap;
  padding-top: 2px;
}
.chart-row {
  display: grid;
  grid-template-columns: 87px 1fr 38px;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
  font-size: 8px;
  color: #8a92a1;
}
.chart-row > strong {
  font-size: 10px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  color: #66738d;
  text-align: right;
}
.chart-track {
  height: 9px;
  background: #eaf0f8;
  border-radius: 3px;
  overflow: hidden;
}
.chart-track i {
  display: block;
  height: 100%;
  width: var(--value);
  background: var(--case-accent);
  border-radius: 3px;
}
.chart-row:nth-of-type(2) .chart-track i {
  background: #b8c2d3;
}
.case-chart > p {
  font-size: 7px;
  color: #9099a8;
  margin-top: 19px;
}
.case-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding-block: 23px;
}
.case-metrics > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.case-metrics > div + div {
  border-left: 1px solid #eaedf2;
  padding-left: 28px;
}
.case-metrics strong {
  font-size: 30px;
  letter-spacing: -0.05em;
  font-weight: 600;
  line-height: 1.2;
}
.case-metrics strong > span {
  font-size: 16px;
  color: #9098a7;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.case-metrics > div > span {
  font-size: 10px;
  color: #7f8797;
}
.case-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #eaedf2;
}
.certified-label {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 10px;
  color: #35856e;
}
.certified-label .icon {
  width: 14px;
  height: 14px;
}
.case-bottom > a {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #f3f5f8;
  display: grid;
  place-items: center;
  color: #687789;
}
.case-bottom > a:hover {
  background: #e5edfc;
  color: var(--blue);
}
.case-bottom > a .icon {
  width: 17px;
  height: 17px;
}
.evidence-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 37px;
  padding-bottom: 29px;
  border-bottom: 1px solid #e0e4ea;
  gap: 25px;
}
.evidence-summary > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.evidence-summary strong {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.evidence-summary span {
  font-size: 8px;
  line-height: 1.7;
  color: #7a8293;
}
.scope-note {
  font-size: 11px;
  color: #7d8594;
  max-width: 890px;
  line-height: 1.9;
  margin-top: 22px;
  margin-bottom: 18px;
}
.evidence-section > .wrap > .text-link {
  font-size: 11px;
}
.package-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.package-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px;
  position: relative;
}
.package-icon {
  position: absolute;
  right: 29px;
  top: 27px;
  border: 1px solid #dce6ff;
  display: grid;
  place-items: center;
  height: 44px;
  width: 44px;
  border-radius: 13px;
  background: #f3f7ff;
  color: #5079cc;
}
.package-icon.purple {
  border-color: #e7e0f7;
  background: #f8f5ff;
  color: #906eca;
}
.package-card .eyebrow {
  color: #8792a5;
  font-size: 8px;
  margin-bottom: 11px;
}
.package-card h3 {
  font-size: 28px;
  letter-spacing: -0.05em;
}
.package-card > p:not(.eyebrow) {
  max-width: 420px;
  font-size: 13px;
  color: #768093;
  line-height: 1.9;
  margin-top: 18px;
  min-height: 69px;
}
.feature-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0 24px;
}
.feature-chips > span {
  font-size: 9px;
  background: #f3f5f8;
  border-radius: 5px;
  padding: 4px 9px;
  color: #67758d;
}
.package-card .text-link {
  font-size: 11px;
}
.quickstart {
  margin-top: 30px;
  border-radius: 20px;
  overflow: hidden;
  color: #ccd7e9;
  background: #101624;
  border: 1px solid #263043;
  box-shadow: 0 14px 32px #0b162009;
}
.quickstart-heading {
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #ffffff0c;
  font-size: 10px;
}
.quickstart-heading > div {
  display: flex;
  align-items: center;
  gap: 18px;
}
.quickstart-heading > span {
  font-size: 8px;
  color: #7f8da4;
}
.terminal-dots {
  display: flex;
  gap: 5px;
}
.terminal-dots i {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #ef7b77;
}
.terminal-dots i:nth-child(2) {
  background: #e7bd64;
}
.terminal-dots i:nth-child(3) {
  background: #64ba9a;
}
.code-tabs {
  display: flex;
  gap: 22px;
  padding-inline: 28px;
  border-bottom: 1px solid #ffffff10;
}
.code-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 10px;
  color: #8292ad;
  padding: 15px 0;
}
.code-tabs button[aria-selected="true"] {
  color: #d5e3ff;
  border-color: #6998ff;
}
.code-tabs button:hover {
  color: white;
}
.code-panel {
  position: relative;
  padding: 29px 28px 22px;
  min-height: 338px;
}
.code-panel pre {
  margin: 0;
  padding-right: 60px;
  overflow-x: auto;
  color: #bdd1f7;
  font-size: 12px;
  line-height: 1.85;
  tab-size: 2;
}
.code-panel code,
.citation-card code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
.code-comment {
  color: #8b9bb5;
}
.copy-button {
  border: 1px solid #ffffff23;
  background: #ffffff05;
  border-radius: 6px;
  color: #a9b9d0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  font-size: 9px;
  line-height: 1.4;
  transition: background 0.2s;
}
.copy-button:hover {
  background: #ffffff13;
  color: white;
}
.copy-button .icon {
  width: 12px;
  height: 12px;
}
.code-panel > .copy-button {
  position: absolute;
  top: 20px;
  right: 24px;
}
.terminal-result {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 23px;
  font-size: 10px;
  border-top: 1px solid #ffffff10;
  padding-top: 18px;
}
.terminal-result > span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #7fc8b5;
}
.terminal-result .icon {
  width: 13px;
  height: 13px;
}
.terminal-result code {
  color: #a4b9d0;
  font-size: 9px;
}
.code-note {
  font-size: 9px;
  color: #8a9ab5;
  margin-top: 14px;
  line-height: 1.85;
}
.code-note > a {
  color: #a2c2ff;
}
.paper-section {
  background: #080b14;
  color: #f0f4fc;
  border-bottom: 1px solid #ffffff10;
  position: relative;
  overflow: hidden;
}
.paper-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 0 0, #4f5fbf17, transparent 60%);
  pointer-events: none;
}
.paper-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 65px;
  align-items: center;
  position: relative;
}
.paper-intro .eyebrow {
  color: #8b9fcc;
  margin-bottom: 20px;
}
.paper-intro h2 {
  font-size: 39px;
  line-height: 1.14;
  letter-spacing: -0.047em;
}
.paper-subtitle {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.035em;
  color: #9daac4;
  margin-top: 18px;
}
.authors {
  font-size: 10px;
  color: #c0c9dc;
  margin-top: 25px;
}
.paper-affiliation {
  font-size: 9px;
  color: #7e8ca5;
  margin-top: 7px;
}
.paper-intro .button {
  margin-top: 28px;
  font-size: 11px;
  padding: 13px 20px;
}
.preprint-label {
  color: #728099;
  font-size: 8px;
  margin-top: 13px;
}
.citation-card {
  border: 1px solid #ffffff19;
  border-radius: 17px;
  padding: 23px;
  background: #ffffff03;
  min-width: 0;
}
.citation-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 8px;
  letter-spacing: 0.14em;
  color: #7d8caa;
}
.citation-card pre {
  font-size: 9px;
  line-height: 2;
  color: #9badce;
  overflow-x: auto;
  margin: 20px 0 0;
}
.site-footer {
  padding-block: 33px;
  display: flex;
  align-items: center;
  gap: 23px;
}
.site-footer .brand-mark {
  color: #2f3a52;
  font-size: 24px;
}
.site-footer > p {
  font-size: 9px;
  color: #8c94a3;
}
.site-footer > div {
  margin-left: auto;
  display: flex;
  gap: 19px;
  font-size: 9px;
  color: #626e84;
}
.site-footer a:hover {
  color: var(--blue);
}
.toast {
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, 15px);
  padding: 10px 18px;
  border-radius: 999px;
  background: #182137;
  color: white;
  font-size: 12px;
  box-shadow: 0 5px 35px #0003;
  z-index: 100;
  opacity: 0;
  transition:
    transform 0.2s,
    opacity 0.2s;
  pointer-events: none;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.gates-grid > .reveal:nth-child(2) {
  transition-delay: 0.07s;
}
.gates-grid > .reveal:nth-child(3) {
  transition-delay: 0.14s;
}
.motion-paused * {
  scroll-behavior: auto !important;
}
.motion-paused .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
.motion-paused .core-orb {
  transform: none;
  transition: none;
}
@media (min-width: 1550px) {
  .hero-grid {
    min-height: 630px;
  }
  .hero {
    min-height: 830px;
  }
  .orbital-map {
    height: 490px;
  }
  .hero h1 {
    font-size: 73px;
  }
  .hero-description {
    font-size: 15px;
  }
  .research-scene {
    margin-left: 10px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 80px);
  }
  .hero-grid {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 {
    font-size: 50px;
  }
  .hero .eyebrow {
    font-size: 7px;
  }
  .hero-question {
    font-size: 16px;
  }
  .hero-description {
    font-size: 12px;
  }
  .orbital-map {
    height: 440px;
  }
  .orbit-node {
    gap: 7px;
    padding: 9px;
  }
  .node-caption strong {
    font-size: 8px;
  }
  .node-caption small {
    font-size: 5px;
  }
  .node-icon {
    height: 25px;
    width: 25px;
  }
  .node-icon .icon {
    height: 14px;
    width: 14px;
  }
  .core-orb {
    width: 140px;
    height: 140px;
    margin: -70px 0 0 -70px;
  }
  .orb-logo {
    font-size: 57px;
  }
  .orb-label {
    font-size: 5px;
  }
  .hero {
    min-height: 735px;
  }
  .hero-grid {
    min-height: 540px;
  }
  .section-heading h2 {
    font-size: 43px;
  }
  .gate-card {
    padding: 22px;
  }
  .gate-tag {
    font-size: 6px;
  }
  .gate-card h3 {
    font-size: 18px;
    min-height: 45px;
  }
  .gate-card > p {
    font-size: 11px;
    min-height: 101px;
  }
  .decision-strip {
    padding: 23px;
    gap: 12px;
    grid-template-columns: 1fr 20px 1fr;
  }
  .decision-strip > div {
    gap: 12px;
  }
  .case-card {
    padding: 26px;
  }
  .case-card h3 {
    font-size: 31px;
  }
  .case-description {
    min-height: 91px;
  }
  .chart-label {
    font-size: 7px;
  }
  .chart-label span:last-child {
    font-size: 5px;
  }
  .chart-row {
    grid-template-columns: 72px 1fr 33px;
    gap: 8px;
  }
  .evidence-summary {
    gap: 15px;
  }
  .evidence-summary > div {
    gap: 12px;
  }
  .evidence-summary strong {
    font-size: 24px;
  }
  .evidence-summary span {
    font-size: 7px;
  }
  .paper-grid {
    gap: 35px;
  }
  .paper-intro h2 {
    font-size: 34px;
  }
  .authors {
    font-size: 9px;
  }
}
@media (max-width: 850px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .nav-shell {
    width: calc(100% - 48px);
  }
  .brand-descriptor {
    display: none;
  }
  .nav-links {
    gap: 22px;
    font-size: 11px;
  }
  .hero {
    padding-top: 126px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }
  .hero-copy {
    max-width: 600px;
    margin: auto;
  }
  .hero .eyebrow {
    justify-content: center;
    font-size: 8px;
  }
  .hero h1 {
    font-size: 68px;
    margin-top: 26px;
  }
  .hero-question {
    font-size: 20px;
  }
  .hero-description {
    margin: 17px auto 0;
    font-size: 14px;
    max-width: 470px;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-affiliation {
    justify-content: center;
    margin-top: 27px;
    text-align: left;
  }
  .research-scene {
    width: min(550px, 100%);
    margin: 23px auto 13px;
    text-align: left;
  }
  .orbital-map {
    height: 420px;
  }
  .scene-topline {
    padding-inline: 15px;
  }
  .orbit-node {
    gap: 10px;
    padding: 12px;
  }
  .node-caption strong {
    font-size: 9px;
  }
  .node-caption small {
    font-size: 6px;
  }
  .node-icon {
    width: 31px;
    height: 31px;
  }
  .core-orb {
    width: 165px;
    height: 165px;
    margin: -82.5px 0 0 -82.5px;
  }
  .orb-logo {
    font-size: 67px;
  }
  .orb-label {
    font-size: 6px;
  }
  .node-experiment,
  .node-feedback {
    right: 2%;
  }
  .node-start,
  .node-record {
    left: 2%;
  }
  .resource-inner {
    grid-template-columns: 1fr 1fr auto;
    gap: 14px;
  }
  .resource-inner > span {
    grid-column: 1 / -1;
    font-size: 8px;
    text-align: center;
    margin-bottom: 3px;
  }
  .resource-inner > a {
    font-size: 10px;
    gap: 7px;
  }
  .resource-inner > a > span {
    margin-left: 0;
  }
  .resource-inner > .package-resource {
    justify-content: center;
    gap: 10px;
    padding: 12px 14px;
  }
  .resource-label strong {
    font-size: 15px;
  }
  .resource-inner .resource-arrow {
    margin-left: 0;
    width: 15px;
  }
  .section {
    padding-block: 80px;
  }
  .section-heading h2 {
    font-size: 42px;
  }
  .gates-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .gate-card {
    display: grid;
    grid-template-columns: 1fr 230px;
    column-gap: 30px;
    padding: 28px;
  }
  .gate-top {
    grid-column: 1/3;
    max-width: 100%;
    margin-bottom: 26px;
  }
  .gate-tag {
    font-size: 8px;
  }
  .gate-card h3 {
    grid-column: 1;
    grid-row: 2;
    font-size: 25px;
    min-height: 0;
  }
  .gate-card > p {
    grid-column: 1;
    grid-row: 3;
    font-size: 12px;
    min-height: 0;
    margin-top: 13px;
  }
  .gate-visual {
    grid-column: 2;
    grid-row: 2/5;
    margin-top: 0;
    align-self: center;
    margin-bottom: 0;
  }
  .gate-output {
    grid-column: 1;
    grid-row: 4;
  }
  .decision-strip {
    grid-template-columns: 1fr;
    padding: 26px;
    gap: 13px;
  }
  .decision-strip > div {
    gap: 20px;
  }
  .decision-strip p {
    font-size: 11px;
  }
  .decision-plus {
    display: none;
  }
  .protocol-details {
    align-items: flex-start;
    gap: 25px;
    flex-direction: column;
  }
  .protocol-details > p {
    font-size: 11px;
  }
  .heading-split {
    display: block;
  }
  .heading-split > p:last-child {
    margin-top: 22px;
    max-width: 480px;
  }
  .case-grid {
    gap: 18px;
  }
  .case-card {
    padding: 25px 21px 20px;
  }
  .case-meta {
    flex-wrap: wrap;
    gap: 10px;
  }
  .case-card h3 {
    font-size: 28px;
    margin-top: 24px;
  }
  .case-description {
    font-size: 11px;
    min-height: 98px;
  }
  .case-chart {
    padding: 17px 12px;
  }
  .chart-label {
    display: block;
    line-height: 1.6;
  }
  .chart-label > span {
    display: block;
  }
  .chart-label span:last-child {
    margin-top: 4px;
    font-size: 6px;
  }
  .chart-row {
    grid-template-columns: 60px 1fr 28px;
    gap: 5px;
    font-size: 7px;
  }
  .chart-row > strong {
    font-size: 9px;
  }
  .case-chart > p {
    min-height: 22px;
    line-height: 1.6;
    font-size: 6px;
  }
  .case-metrics strong {
    font-size: 26px;
  }
  .case-metrics > div + div {
    padding-left: 13px;
  }
  .case-metrics > div > span {
    font-size: 7px;
  }
  .certified-label {
    font-size: 8px;
  }
  .evidence-summary > div {
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
  }
  .evidence-summary strong {
    font-size: 27px;
  }
  .evidence-summary span {
    font-size: 8px;
  }
  .scope-note {
    font-size: 10px;
  }
  .package-card {
    padding: 25px;
  }
  .package-card .eyebrow {
    font-size: 6px;
  }
  .package-icon {
    height: 34px;
    width: 34px;
    top: 23px;
    right: 21px;
    border-radius: 10px;
  }
  .package-icon .icon {
    height: 19px;
    width: 19px;
  }
  .package-card h3 {
    font-size: 24px;
  }
  .package-card > p:not(.eyebrow) {
    font-size: 11px;
    min-height: 105px;
  }
  .feature-chips {
    gap: 5px;
    min-height: 47px;
    align-content: start;
  }
  .feature-chips > span {
    font-size: 7px;
    padding: 4px 7px;
  }
  .package-card .text-link {
    font-size: 10px;
  }
  .paper-grid {
    grid-template-columns: 1fr;
  }
  .paper-intro h2 {
    font-size: 43px;
  }
  .paper-subtitle {
    font-size: 19px;
  }
  .authors {
    font-size: 11px;
  }
  .paper-affiliation {
    font-size: 10px;
  }
  .citation-card {
    max-width: 580px;
  }
  .citation-card pre {
    font-size: 11px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 18px;
  }
  .site-footer > div {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 520px) {
  html {
    scroll-padding-top: 25px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 68px;
  }
  .nav-shell {
    width: calc(100% - 36px);
    gap: 12px;
  }
  .brand-mark {
    font-size: 27px;
  }
  .nav-links {
    gap: 14px;
    font-size: 9px;
  }
  .nav-links a:last-child {
    display: none;
  }
  .nav-paper {
    font-size: 9px;
    padding: 7px 10px;
    gap: 3px;
  }
  .nav-paper .icon {
    height: 13px;
    width: 13px;
  }
  .hero {
    padding-top: 108px;
  }
  .hero .eyebrow {
    font-size: 6px;
    letter-spacing: 0.1em;
    gap: 7px;
  }
  .hero h1 {
    font-size: clamp(34px, 10.8vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.06em;
    margin: 23px 0 18px;
  }
  .hero-question {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  .hero-description {
    font-size: 12px;
    line-height: 1.9;
    max-width: 340px;
    margin-top: 15px;
  }
  .hero-actions {
    gap: 10px;
    margin-top: 25px;
  }
  .button {
    font-size: 11px;
    padding: 13px 18px;
    gap: 8px;
  }
  .hero-affiliation {
    font-size: 8px;
  }
  .affiliation-rule {
    height: 25px;
  }
  .research-scene {
    margin-top: 17px;
  }
  .scene-topline {
    font-size: 7px;
    padding: 0 5px;
  }
  .orbital-map {
    height: 360px;
  }
  .core-orb {
    width: 129px;
    height: 129px;
    margin: -64.5px 0 0 -64.5px;
  }
  .orb-logo {
    font-size: 53px;
  }
  .orb-label {
    font-size: 4.5px;
  }
  .orbit-node {
    padding: 9px 8px;
    gap: 6px;
    border-radius: 11px;
  }
  .node-icon {
    height: 25px;
    width: 25px;
  }
  .node-icon .icon {
    height: 13px;
    width: 13px;
  }
  .node-caption strong {
    font-size: 7px;
  }
  .node-caption small {
    font-size: 4.3px;
    letter-spacing: 0.04em;
  }
  .node-start,
  .node-record {
    left: 0;
  }
  .node-experiment,
  .node-feedback {
    right: 0;
  }
  .node-start {
    top: 20%;
  }
  .node-experiment {
    top: 12%;
  }
  .node-feedback {
    bottom: 19%;
  }
  .node-record {
    bottom: 12%;
  }
  .orbit-footnote {
    bottom: 1px;
    font-size: 5px;
  }
  .scene-caption {
    margin: 0 5px;
    gap: 12px;
    padding-top: 16px;
    min-height: 78px;
  }
  .scene-caption p {
    font-size: 9px;
  }
  .scene-index {
    font-size: 21px;
  }
  .hero-footer {
    padding: 20px 0 23px;
    font-size: 7px;
    gap: 17px;
  }
  .hero-footer a {
    gap: 7px;
    white-space: nowrap;
  }
  .hero-footer a span {
    font-size: 14px;
  }
  .resource-inner {
    grid-template-columns: 1fr 1fr;
    gap: 14px 10px;
    padding-block: 20px;
  }
  .resource-inner > span {
    max-width: none;
    width: 100%;
    text-align: center;
    font-size: 7px;
  }
  .resource-inner > a {
    font-size: 9px;
    gap: 6px;
  }
  .resource-inner .icon,
  .resource-inner img {
    width: 15px;
    height: 15px;
  }
  .resource-inner > a > span {
    font-size: 10px;
  }
  .resource-inner > a:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    font-size: 11px;
  }
  .resource-inner > .package-resource {
    gap: 9px;
    min-height: 66px;
    padding: 12px 10px;
    border-radius: 12px;
  }
  .resource-inner .package-resource > img {
    width: 24px;
    height: 24px;
  }
  .resource-label small {
    font-size: 6px;
  }
  .resource-label strong {
    font-size: 13px;
  }
  .resource-inner .resource-arrow {
    display: none;
  }
  .section {
    padding-block: 68px;
  }
  .section-heading {
    margin-bottom: 32px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    margin-bottom: 17px;
  }
  .section-heading > p:last-child {
    font-size: 12px;
    margin-top: 20px;
  }
  .gate-card {
    display: block;
    padding: 23px;
  }
  .gate-top {
    margin-bottom: 0;
  }
  .gate-tag {
    font-size: 7px;
  }
  .gate-visual {
    height: 145px;
    margin: 15px 18px 22px;
  }
  .gate-card h3 {
    font-size: 23px;
  }
  .gate-card > p {
    font-size: 12px;
    min-height: 0;
  }
  .gate-output {
    font-size: 10px;
    margin-top: 20px;
  }
  .decision-strip {
    padding: 23px;
    gap: 22px;
  }
  .decision-strip > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }
  .decision-strip p {
    font-size: 11px;
  }
  .protocol-details {
    gap: 20px;
  }
  .protocol-details > p {
    font-size: 10px;
  }
  .case-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .case-card {
    padding: 25px;
  }
  .case-meta {
    flex-wrap: nowrap;
    font-size: 7px;
  }
  .model-tag {
    font-size: 7px;
  }
  .case-card h3 {
    font-size: 33px;
  }
  .case-description {
    font-size: 12px;
    min-height: 0;
  }
  .case-chart {
    padding: 19px 15px;
    margin-top: 22px;
  }
  .chart-label {
    display: flex;
    font-size: 7px;
    gap: 8px;
  }
  .chart-label span:last-child {
    margin-top: 0;
    font-size: 5px;
    padding-top: 2px;
  }
  .chart-row {
    grid-template-columns: 73px 1fr 32px;
    font-size: 8px;
    gap: 6px;
  }
  .case-chart > p {
    font-size: 6px;
    min-height: 0;
  }
  .case-metrics strong {
    font-size: 31px;
  }
  .case-metrics > div > span {
    font-size: 8px;
  }
  .case-metrics > div + div {
    padding-left: 20px;
  }
  .certified-label {
    font-size: 9px;
  }
  .evidence-summary {
    gap: 16px;
    margin-top: 28px;
  }
  .evidence-summary strong {
    font-size: 22px;
  }
  .evidence-summary span {
    font-size: 7px;
    line-height: 1.8;
  }
  .scope-note {
    font-size: 9px;
  }
  .package-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .package-card {
    padding: 28px;
  }
  .package-card .eyebrow {
    font-size: 8px;
  }
  .package-card h3 {
    font-size: 29px;
  }
  .package-card > p:not(.eyebrow) {
    font-size: 12px;
    min-height: 0;
  }
  .feature-chips {
    min-height: 0;
    margin-bottom: 22px;
  }
  .feature-chips > span {
    font-size: 8px;
  }
  .package-card .text-link {
    font-size: 11px;
  }
  .package-icon {
    height: 40px;
    width: 40px;
  }
  .quickstart {
    margin-top: 24px;
    border-radius: 16px;
  }
  .quickstart-heading {
    padding: 17px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
  .quickstart-heading > div {
    gap: 12px;
    font-size: 9px;
  }
  .quickstart-heading > span {
    font-size: 7px;
  }
  .code-tabs {
    gap: 23px;
    padding: 0 18px;
  }
  .code-tabs button {
    font-size: 9px;
  }
  .code-panel {
    padding: 52px 18px 20px;
    min-height: 0;
  }
  .code-panel pre {
    font-size: 9px;
    padding-right: 0;
    line-height: 1.95;
  }
  .code-panel > .copy-button {
    top: 13px;
    right: 18px;
  }
  .terminal-result {
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
    font-size: 9px;
  }
  .terminal-result code {
    font-size: 8px;
  }
  .code-note {
    font-size: 8px;
  }
  .paper-grid {
    gap: 28px;
  }
  .paper-intro h2 {
    font-size: 33px;
  }
  .paper-subtitle {
    font-size: 16px;
  }
  .authors {
    font-size: 9px;
    line-height: 1.9;
  }
  .paper-affiliation {
    font-size: 8px;
  }
  .citation-card {
    padding: 20px;
  }
  .citation-card pre {
    font-size: 8px;
  }
  .site-footer {
    gap: 12px;
    padding-block: 26px;
  }
  .site-footer > p {
    font-size: 8px;
  }
  .site-footer > div {
    gap: 16px;
    flex-wrap: wrap;
    font-size: 8px;
  }
}
@media (max-width: 360px) {
  .resource-label strong {
    font-size: 11.5px;
  }
  .resource-inner .package-resource > img {
    width: 21px;
    height: 21px;
  }
  .hero h1 {
    font-size: 34px;
  }
  .hero-question {
    font-size: 12px;
  }
  .hero .eyebrow {
    font-size: 5px;
  }
  .hero-description {
    font-size: 11px;
  }
  .nav-links {
    gap: 10px;
  }
  .node-caption strong {
    font-size: 6px;
  }
  .node-caption small {
    font-size: 4px;
  }
  .orbit-node {
    padding: 7px;
  }
  .core-orb {
    width: 112px;
    height: 112px;
    margin: -56px 0 0 -56px;
  }
  .orb-logo {
    font-size: 47px;
  }
  .case-meta {
    flex-wrap: wrap;
  }
  .chart-label {
    display: block;
  }
  .chart-label span:last-child {
    padding-top: 4px;
  }
  .case-card h3 {
    font-size: 30px;
  }
  .evidence-summary strong {
    font-size: 19px;
  }
  .gate-tag {
    font-size: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .js .reveal {
    opacity: 1;
    transform: none;
  }
  .core-orb {
    transform: none !important;
  }
}
