@font-face {
  font-family: Inter;
  src: url("/assets/inter-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: JetBrains;
  src: url("/assets/jetbrains-mono-latin.woff2") format("woff2");
  font-weight: 100 800;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  color-scheme: light;
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
html[data-skin="dim"],
html[data-skin="terminal"] {
  color-scheme: dark;
}
body {
  --bg: #f5f3ee;
  --panel: #fbfaf7;
  --inset: #eae7df;
  --ink: #202322;
  --muted: #60625e;
  --line: #d2d1c9;
  --accent: #243fe1;
  --on-accent: #ffffff;
  --signal: #b94327;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font:
    15px/1.6 Inter,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
body[data-skin="dim"] {
  --bg: #151b26;
  --panel: #1b2432;
  --inset: #252f40;
  --ink: #f1f2f4;
  --muted: #b6c0cf;
  --line: #455168;
  --accent: #a5b8ff;
  --on-accent: #18224b;
  --signal: #ffb292;
}
body[data-skin="terminal"] {
  --bg: #080e0b;
  --panel: #101a14;
  --inset: #1a291e;
  --ink: #e2efdf;
  --muted: #adc1ae;
  --line: #415246;
  --accent: #b8ed91;
  --on-accent: #14200e;
  --signal: #ecc289;
}
::selection {
  background: var(--accent);
  color: var(--on-accent);
}
[hidden] {
  display: none !important;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
a:hover {
  color: var(--accent);
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
:is(a, button, input, select, summary):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
.wrap {
  width: min(100%, 1480px);
  margin-inline: auto;
  padding-inline: clamp(22px, 4.5vw, 72px);
}
.index,
.eyebrow,
.release-status,
.instrument-mode,
.hero-footnote,
.hero-baseline,
.method-tag,
.method-boundary,
.demo-caption,
.footer-bottom,
.footer-status,
.instrument-controls,
.instrument figcaption,
.stage-hint {
  font-family: JetBrains, Consolas, monospace;
}
.index,
.eyebrow,
.release-status {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.7;
}
.index {
  color: var(--muted);
}
.masthead {
  height: 96px;
  display: flex;
  align-items: center;
  gap: 42px;
  position: relative;
}
.masthead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: clamp(22px, 4.5vw, 72px);
  right: clamp(22px, 4.5vw, 72px);
  height: 1px;
  background: var(--line);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 650;
  font-size: 28px;
  letter-spacing: -1.5px;
  line-height: 1;
}
.wordmark-period {
  color: var(--accent);
  margin-left: -10px;
}
.brand-mark {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.7;
  margin-right: 3px;
}
.masthead nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
}
.masthead nav a,
.header-cta {
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 23px;
  border: 1px solid var(--line);
  padding: 10px 15px;
}
.header-cta span {
  font-size: 16px;
  color: var(--accent);
}
.hero {
  padding-top: 28px;
}
.hero-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--signal);
}
.release-status {
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 1.25fr;
  gap: 0;
  align-items: center;
  padding-block: 44px 30px;
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding-block: 24px 36px;
  margin-right: -60px;
  pointer-events: none;
}
.hero-copy > * {
  pointer-events: auto;
}
.hero-grid .hero-copy {
  margin-right: 0;
  padding-right: 14px;
}
h1 {
  font-size: clamp(64px, 7.25vw, 106px);
  font-weight: 480;
  line-height: 1.035;
  letter-spacing: -0.075em;
  margin: 0 0 30px;
}
h1 span {
  color: var(--accent);
}
h2 {
  font-size: clamp(35px, 3.5vw, 52px);
  font-weight: 460;
  line-height: 1.12;
  letter-spacing: -0.055em;
  margin: 0;
}
h3 {
  font-weight: 520;
  font-size: 24px;
  letter-spacing: -0.035em;
  line-height: 1.25;
  margin: 0;
}
p {
  margin: 0 0 18px;
}
.lede {
  font-size: clamp(17px, 1.55vw, 21px);
  letter-spacing: -0.025em;
  line-height: 1.5;
  margin-bottom: 16px;
}
.hero-description {
  font-size: 14px;
  color: var(--muted);
  max-width: 350px;
  line-height: 1.75;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin: 28px 0 24px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--accent);
  color: var(--on-accent);
  border: 1px solid var(--accent);
  text-decoration: none;
  padding: 15px 21px;
  font-size: 12px;
  font-weight: 550;
  min-height: 49px;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  color: var(--on-accent);
  transform: translateY(-2px);
}
.button span {
  font-size: 17px;
  font-weight: 400;
}
.button:disabled {
  background: var(--inset);
  color: var(--muted);
  border-color: var(--line);
  transform: none;
}
.text-link {
  font-size: 12px;
  white-space: normal;
}
.hero-footnote {
  font-size: 9px;
  color: var(--muted);
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}
.hero-footnote span {
  font-size: 17px;
  color: var(--signal);
}
.instrument {
  --ink: #202322;
  --muted: #565b5c;
  --accent: #243fe1;
  --line: #c4c6c1;
  margin: 0;
  position: relative;
  align-self: center;
  min-width: 0;
  color: var(--ink);
  isolation: isolate;
  background: #f3f1eb;
}
.instrument-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 17px;
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 2;
  background: #f3f1eb;
}
.instrument-mode {
  font-size: 9px;
  color: var(--accent);
}
.specimen-stage {
  position: relative;
  aspect-ratio: 1.22;
  overflow: hidden;
  touch-action: pan-y;
  background: #f3f1eb;
}
.specimen-stage img,
.specimen-stage canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 59% center;
}
.specimen-stage canvas {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.instrument[data-ready="true"] canvas {
  opacity: 1;
}
.instrument[data-ready="true"] img {
  opacity: 0;
}
.stage-corners {
  position: absolute;
  inset: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: space-between;
  pointer-events: none;
  font:
    16px JetBrains,
    monospace;
  color: #565b5c;
}
.stage-corners span:nth-child(2n) {
  text-align: right;
}
.stage-hint {
  position: absolute;
  bottom: 16px;
  left: 40px;
  right: 35px;
  font-size: 9px;
  color: #343b40;
  pointer-events: none;
  text-align: center;
  background: #f3f1eb;
  padding: 4px 8px;
  width: fit-content;
  margin-inline: auto;
}
.instrument-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  border-block: 1px solid var(--line);
  font-size: 9px;
  background: #f3f1eb;
}
.instrument-controls[hidden] {
  display: flex !important;
  visibility: hidden;
}
.view-switch {
  display: flex;
  border: 1px solid var(--line);
  padding: 3px;
  gap: 2px;
  margin-left: 8px;
}
.view-switch button {
  border: 0;
  background: transparent;
  color: #454b50;
  font-size: 11px;
  padding: 7px 10px;
  min-height: 40px;
}
.view-switch button[aria-pressed="true"] {
  color: #fff;
  background: #243fe1;
}
.zoom-control {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #343b40;
  font-size: 9px;
}
.zoom-control input {
  width: 58px;
  accent-color: #243fe1;
  cursor: pointer;
  height: 24px;
  margin: 0;
}
.zoom-control output {
  font-variant-numeric: tabular-nums;
  width: 38px;
}
.motion-toggle {
  padding: 7px 9px;
  margin-right: 3px;
  color: #343b40;
  background: transparent;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 11px;
  min-height: 40px;
}
.instrument figcaption {
  font-size: 8px;
  line-height: 1.7;
  color: #565b5c;
  padding: 12px 8px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background: #f3f1eb;
}
.instrument figcaption span {
  font-weight: 600;
}
.instrument .specimen-stage {
  aspect-ratio: 1.5;
}
.instrument .specimen-stage img {
  object-fit: contain;
  object-position: center;
}
.instrument[data-stage="7"] .specimen-stage,
.instrument[data-stage="8"] .specimen-stage {
  cursor: crosshair;
}
.instrument[data-stage="5"] .stage-hint,
.instrument[data-stage="6"] .stage-hint,
.instrument[data-stage="7"] .stage-hint,
.instrument[data-stage="8"] .stage-hint {
  display: none;
}
.journey-story {
  padding: 15px 18px 18px;
  min-height: 151px;
  border-top: 1px solid var(--line);
}
.journey-story .index {
  color: #243fe1;
  font-size: 9px;
}
.journey-story h2 {
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.2;
  letter-spacing: -.035em;
  margin: 7px 0 8px;
  font-weight: 500;
}
.journey-story p {
  color: #565b5c;
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
  max-width: 560px;
}
.instrument .instrument-controls,
.instrument .instrument-controls[hidden] {
  display: block !important;
  padding: 8px;
}
.journey-stops {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 3px;
}
.journey-stops button {
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  color: #343b40;
  padding: 5px 2px;
  font: 11px Inter, sans-serif;
  min-height: 44px;
}
.journey-stops button:hover { border-color: #a4abae; }
.journey-stops button[aria-pressed="true"] { background: #243fe1; color: #fff; }
.journey-playback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 3px 0;
}
.instrument .zoom-control {
  display: flex;
  flex: 1;
  width: auto;
  order: 0;
  padding: 0;
  border: 0;
  gap: 10px;
  font-size: 10px;
  min-width: 0;
}
.instrument .zoom-control input {
  flex: 1;
  min-width: 30px;
  width: 80px;
  height: 36px;
}
.instrument .zoom-control output { width: 49px; white-space: nowrap; }
.instrument .motion-toggle {
  flex-shrink: 0;
  min-height: 44px;
  padding: 6px;
  margin: 0;
  font-size: 10px;
  text-align: right;
}
.journey-inspector { border-bottom: 1px solid var(--line); }
.journey-inspector[hidden] { display: none; }
.journey-inspector summary {
  padding: 14px 12px;
  font-size: 12px;
  line-height: 1.7;
  cursor: pointer;
}
.journey-inspector summary span { color: #565b5c; font-size: 10px; margin-left: 8px; white-space: nowrap; }
.journey-inspector-body { padding: 0 16px 15px; font-size: 12px; line-height: 1.7; }
.journey-inspector-body p { color: #565b5c; overflow-wrap: anywhere; }
.journey-inspector-body select { width: 100%; min-height: 44px; margin-top: 5px; padding: 6px; background: #fff; color: #202322; border: 1px solid #a4abae; }
.journey-table-wrap { max-height: 215px; overflow: auto; border: 1px solid #c4c6c1; }
.journey-table-wrap table { width: 100%; border-collapse: collapse; font-family: JetBrains, monospace; font-size: 11px; }
.journey-table-wrap caption { padding: 8px; text-align: left; color: #565b5c; }
.journey-table-wrap th, .journey-table-wrap td { padding: 5px 10px; border-bottom: 1px solid #d9dbd5; text-align: left; }
.journey-table-wrap tbody th { font-weight: 400; }
.journey-table-wrap thead { background: #e6e7e1; }
.journey-method { font-size: 11px; }
.journey-downloads { display: flex; flex-wrap: wrap; gap: 8px; }
.journey-downloads button, .journey-image-status button { border: 1px solid #a4abae; background: #fff; color: #243fe1; min-height: 44px; padding: 7px 10px; font-size: 11px; }
.journey-image-status { position: absolute; inset: 20%; display: grid; align-content: center; text-align: center; padding: 15px; background: #f3f1eb; color: #343b40; font-size: 13px; }
.journey-image-status[hidden] { display: none; }
@media (max-width: 1100px) {
  .journey-story { min-height: 172px; }
  .journey-stops button { font-size: 10px; }
}
@media (max-width: 800px) {
  .journey-story { min-height: 148px; }
}
@media (max-width: 520px) {
  .instrument .specimen-stage { aspect-ratio: 1.26; }
  .journey-stops { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .journey-story { min-height: 178px; padding-inline: 12px; }
  .journey-stops button { font-size: 11px; }
  .journey-playback { gap: 5px; }
  .journey-inspector summary span { display: block; margin-left: 15px; }
  .instrument .zoom-control { gap: 5px; font-size: 9px; }
}
.hero-baseline {
  border-block: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 70px;
  font-size: 9px;
  color: var(--muted);
}
.hero-baseline > span:nth-child(2) {
  display: flex;
  gap: 20px;
  align-items: center;
}
.hero-baseline > span:nth-child(2) span {
  color: var(--signal);
}
.hero-baseline > a {
  display: grid;
  place-items: center;
  border-left: 1px solid var(--line);
  min-width: 64px;
  height: 69px;
  font:
    24px Inter,
    sans-serif;
  text-decoration: none;
  color: var(--accent);
}
.section {
  padding-block: 100px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 45px;
  margin-bottom: 55px;
}
.section-heading > .index {
  padding-top: 7px;
}
.section-lede {
  color: var(--muted);
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.principle-grid article {
  padding: 0 40px 0 0;
}
.principle-grid article + article {
  border-left: 1px solid var(--line);
  padding-left: 40px;
}
.principle-grid article:last-child {
  padding-right: 0;
}
.principle-grid h3 {
  margin: 16px 0 20px;
}
.principle-grid p {
  color: var(--muted);
  font-size: 13px;
  max-width: 330px;
  min-height: 90px;
  line-height: 1.8;
}
.principle-grid .text-link {
  font-size: 11px;
}
.principle-symbol {
  height: 62px;
  margin-bottom: 35px;
  color: var(--accent);
  position: relative;
  display: flex;
  align-items: center;
  font:
    46px/1 JetBrains,
    monospace;
  width: 76px;
}
.local-symbol::before,
.local-symbol::after {
  content: "";
  position: absolute;
  border: 1px solid var(--accent);
  width: 39px;
  height: 39px;
  left: 7px;
  top: 10px;
}
.local-symbol::after {
  left: 17px;
  top: 0;
}
.local-symbol span {
  width: 10px;
  height: 10px;
  background: var(--accent);
  margin-left: 21px;
}
.code-symbol {
  gap: 5px;
  font-size: 47px;
  letter-spacing: -7px;
}
.code-symbol span {
  font-size: 32px;
  letter-spacing: 0;
}
.record-symbol {
  gap: 4px;
  align-items: flex-end;
  padding-bottom: 10px;
}
.record-symbol span {
  border: 1px solid var(--accent);
  width: 16px;
  height: 48px;
  transform: skewY(-24deg);
}
.record-symbol span:nth-child(2) {
  height: 39px;
}
.record-symbol span:nth-child(3) {
  height: 30px;
}
.workbench-section {
  background: #172038;
  color: #f1f2f8;
  --muted: #b8c1d4;
  --accent: #c1cdf1;
  --line: #455270;
}
.workbench-section .section-heading h2 {
  font-weight: 430;
}
.workbench-demo {
  --muted: #b6c2d8;
  --ink: #f1f2f8;
  --accent: #becff4;
  --line: #455570;
  border: 1px solid #5a6c8b;
  background: #202d47;
  box-shadow: 0 24px 56px -32px #040e15;
}
.demo-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 15px 20px;
  font-size: 11px;
}
.demo-titlebar .index {
  font-size: 8px;
}
.demo-mark {
  color: #cbdaf7;
  font:
    13px JetBrains,
    monospace;
  margin-right: 14px;
}
.demo-layout {
  display: grid;
  grid-template-columns: 190px 1fr 235px;
  min-height: 380px;
}
.demo-sidebar {
  border-right: 1px solid var(--line);
  padding: 27px 17px;
  background: #1a2640;
  font-size: 10px;
  color: #b7c8e6;
}
.demo-sidebar > .index {
  display: block;
  font-size: 8px;
  margin-bottom: 18px;
}
.demo-sidebar p {
  margin: 13px 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
.demo-sidebar p > span {
  font-size: 13px;
}
.demo-sidebar .sidebar-active {
  color: #eef0fb;
  background: #334568;
  margin-inline: -7px;
  padding: 8px 7px;
}
.sidebar-active span {
  margin-left: auto;
}
.sidebar-divider {
  border-top: 1px solid var(--line);
  margin: 25px 0;
}
.demo-main {
  padding: 22px 30px 30px;
  min-width: 0;
}
.workflow-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  gap: 22px;
  margin-bottom: 32px;
}
.workflow-tabs button {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #b9c9cd;
  font-size: 11px;
  padding: 0 0 12px;
  min-height: 35px;
}
.workflow-tabs button span {
  font:
    9px JetBrains,
    monospace;
  margin-right: 6px;
}
.workflow-tabs button[aria-pressed="true"] {
  border-bottom-color: #b9ccff;
  color: #f3f4fc;
}
#workflow-kicker {
  font-size: 8px;
  color: #c9d6db;
}
#workflow-title {
  font-size: 23px;
  letter-spacing: -0.04em;
  margin: 12px 0;
}
#workflow-copy {
  font-size: 11px;
  line-height: 1.8;
  color: #b7c8cb;
  max-width: 470px;
  min-height: 40px;
}
.workflow-checks {
  font-size: 10px;
  line-height: 1.7;
  margin: 20px 0 0;
}
.workflow-checks > div {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}
.workflow-checks dd {
  margin: 0;
  color: #b7c8cb;
}
.workflow-checks dt {
  font-weight: 500;
}
.demo-note {
  margin: 25px 20px 25px 0;
  padding: 20px;
  background: #e2e8f8;
  color: #25304c;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.demo-note .index {
  color: #465777;
  font-size: 8px;
  line-height: 1.8;
}
.note-cross {
  font:
    30px JetBrains,
    monospace;
  margin-bottom: 32px;
  color: #425579;
}
.demo-note p {
  font-size: 21px;
  letter-spacing: -0.04em;
  line-height: 1.3;
  margin-top: 19px;
}
.demo-note .small {
  color: #465777;
  font-size: 10px;
  margin-top: auto;
  line-height: 1.7;
}
.demo-caption {
  font-size: 9px;
  color: #b0c0c4;
  margin: 18px 0 0;
}
.desktop-capture {
  margin: 0 0 32px;
}
.desktop-capture a {
  display: block;
  border: 1px solid var(--line);
}
.desktop-capture img {
  display: block;
  width: 100%;
  height: auto;
}
.desktop-capture figcaption {
  padding-top: 18px;
  color: #b7c8cb;
  font-size: 12px;
  line-height: 1.8;
  max-width: 800px;
}
.desktop-capture figcaption p {
  margin: 8px 0 0;
}
.intake-guide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: 28px;
  margin: 0 0 44px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.8;
}
.intake-guide dt {
  font-weight: 600;
  margin-bottom: 8px;
}
.intake-guide dd {
  margin: 0;
  color: #b7c8cb;
}
.method-row {
  display: grid;
  grid-template-columns: 40px 235px minmax(0, 1fr) 135px;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding: 32px 0;
}
.method-row:last-child {
  border-bottom: 1px solid var(--line);
}
.number {
  font:
    11px JetBrains,
    monospace;
  color: var(--signal);
  padding-top: 4px;
}
.method-row h3 {
  font-size: 22px;
}
.method-row p {
  color: var(--ink);
  font-size: 13px;
  margin-bottom: 13px;
  max-width: 500px;
}
.method-boundary {
  display: block;
  font-size: 11px;
  color: var(--muted);
  max-width: 500px;
}
.method-tag {
  justify-self: end;
  align-self: start;
  font-size: 8px;
  padding: 5px 0;
  color: var(--muted);
}
.beta {
  color: var(--signal);
}
.release-section {
  background: var(--accent);
  color: var(--on-accent);
}
.release-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 100px;
}
.release-grid .index {
  color: inherit;
  opacity: 0.85;
}
.release-grid h2 {
  font-size: clamp(40px, 4.5vw, 64px);
  margin: 28px 0;
  max-width: 600px;
}
.release-copy {
  font-size: 14px;
  max-width: 420px;
  line-height: 1.8;
}
.release-grid .button {
  background: var(--on-accent);
  color: var(--accent);
  border-color: var(--on-accent);
}
.release-grid .button:disabled {
  background: transparent;
  color: inherit;
  border-color: currentColor;
  opacity: 0.85;
}
.release-grid .actions {
  margin-bottom: 16px;
}
.release-grid .small {
  color: inherit;
  font-size: 11px;
}
.downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  font-size: 12px;
}
.downloads a:hover,
.release-details a:hover {
  color: inherit;
}
.release-details {
  border-left: 1px solid currentColor;
  padding-left: 45px;
  align-self: center;
}
.release-cross {
  font-size: 54px;
  display: block;
  line-height: 1;
  margin-bottom: 36px;
  font-weight: 300;
}
.release-details h3 {
  font-size: 25px;
  margin-bottom: 18px;
}
.release-details p {
  font-size: 12px;
  line-height: 1.8;
  max-width: 350px;
  opacity: 0.9;
}
.release-details .text-link {
  display: block;
}
.questions {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 45px;
}
.questions h2 {
  margin-top: 22px;
}
.questions details {
  border-top: 1px solid var(--line);
}
.questions details:last-child {
  border-bottom: 1px solid var(--line);
}
.questions summary {
  display: flex;
  list-style: none;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  font-size: 14px;
  font-weight: 450;
  cursor: pointer;
}
.questions summary::-webkit-details-marker {
  display: none;
}
.questions summary::after {
  content: "+";
  font:
    20px/1 JetBrains,
    monospace;
  color: var(--accent);
}
.questions details[open] summary::after {
  content: "−";
}
.questions details p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 650px;
  padding: 0 35px 15px 0;
}
.footer {
  padding-bottom: 30px;
}
.footer-top {
  border-top: 1px solid var(--line);
  padding-block: 38px;
  display: flex;
  align-items: center;
  gap: 45px;
}
.footer-top p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.skin-control {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  color: var(--muted);
}
.skin-control select {
  color: var(--ink);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 8px 10px;
  font-size: 11px;
  min-height: 36px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  color: var(--muted);
  font-size: 9px;
}
.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 9px;
}
.footer-status {
  font-size: 8px;
  color: var(--muted);
  margin: 24px 0 0;
}
.small {
  font-size: 12px;
  color: var(--muted);
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  background: var(--panel);
  color: var(--ink);
  padding: 12px;
  z-index: 10;
}
.skip:focus {
  top: 10px;
}
body[data-skin="terminal"] :is(.masthead nav, .hero-copy .lede, .footer-top p) {
  font-family: JetBrains, monospace;
}
body[data-skin="terminal"] .workbench-section {
  background: #0e1912;
}
@media (min-width: 1600px) {
  .hero-grid {
    padding-block: 65px 45px;
  }
  .hero-copy {
    padding-block: 45px;
  }
}
@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr 1.2fr;
  }
  .hero-copy {
    margin-right: -30px;
  }
  h1 {
    font-size: clamp(64px, 7.5vw, 90px);
  }
  .hero-description {
    max-width: 290px;
  }
  .hero .actions {
    gap: 15px;
  }
  .hero .button {
    gap: 16px;
    padding: 13px 16px;
  }
  .hero .text-link {
    font-size: 11px;
  }
  .zoom-control {
    display: none;
  }
  .instrument-controls {
    gap: 5px;
  }
  .demo-layout {
    grid-template-columns: 155px 1fr 185px;
  }
  .demo-main {
    padding-inline: 22px;
  }
  .demo-note {
    padding: 16px;
  }
  .demo-note p {
    font-size: 19px;
  }
  .method-row {
    grid-template-columns: 30px 195px 1fr;
    gap: 18px;
  }
  .method-tag {
    grid-column: 2;
    grid-row: auto;
    justify-self: start;
    padding: 0;
  }
  .method-row > div {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
  .release-grid {
    gap: 55px;
  }
  .principle-grid article {
    padding-right: 25px;
  }
  .principle-grid article + article {
    padding-left: 25px;
  }
}
@media (max-width: 800px) {
  .masthead {
    height: 80px;
    gap: 20px;
  }
  .masthead nav {
    gap: 20px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 35px;
    gap: 28px;
  }
  .hero-copy {
    margin: 0;
    padding-block: 10px 0;
  }
  .hero-copy h1 {
    font-size: clamp(66px, 10.5vw, 92px);
  }
  .hero-copy .lede {
    font-size: 20px;
  }
  .hero-description {
    max-width: 430px;
  }
  .hero-footnote {
    font-size: 9px;
  }
  .instrument {
    width: 100%;
  }
  .specimen-stage {
    aspect-ratio: 1.5;
  }
  .zoom-control {
    display: flex;
  }
  .instrument-controls {
    padding-block: 12px;
  }
  .instrument figcaption {
    font-size: 9px;
  }
  .hero-baseline > span:first-child {
    display: none;
  }
  .hero-baseline > span:nth-child(2) {
    gap: 10px;
    font-size: 8px;
  }
  .hero-baseline > a {
    min-width: 50px;
  }
  .section {
    padding-block: 70px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 40px;
  }
  .principle-grid p {
    min-height: 145px;
  }
  .principle-grid h3 {
    font-size: 22px;
  }
  .principle-grid article {
    padding-right: 18px;
  }
  .principle-grid article + article {
    padding-left: 18px;
  }
  .demo-layout {
    grid-template-columns: 145px 1fr;
  }
  .demo-note {
    grid-column: 1/-1;
    margin: 0;
    display: grid;
    grid-template-columns: 35px 1fr;
    column-gap: 20px;
    padding: 20px;
  }
  .note-cross {
    grid-row: 1/4;
    margin: 0;
  }
  .demo-note p {
    margin: 10px 0;
  }
  .demo-note .small {
    grid-column: 2;
  }
  .demo-titlebar .index {
    font-size: 7px;
  }
  .method-row {
    grid-template-columns: 25px 175px 1fr;
  }
  .method-row h3 {
    font-size: 21px;
  }
  .release-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .release-details {
    padding-left: 28px;
  }
  .release-grid h2 {
    font-size: 43px;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .questions h2 br {
    display: none;
  }
  .footer-top {
    gap: 25px;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  .masthead {
    height: auto;
    min-height: 94px;
    flex-wrap: wrap;
    gap: 0;
    padding-block: 18px;
  }
  .wordmark {
    font-size: 25px;
  }
  .brand-mark {
    width: 24px;
    height: 24px;
  }
  .masthead nav {
    order: 3;
    flex-basis: 100%;
    padding-top: 18px;
    gap: 22px;
  }
  .masthead nav a {
    font-size: 11px;
  }
  .header-cta {
    margin-left: auto;
    font-size: 10px;
    padding: 7px 10px;
    gap: 13px;
  }
  .hero {
    padding-top: 20px;
  }
  .eyebrow {
    font-size: 7px;
    letter-spacing: 0.02em;
    gap: 7px;
  }
  .release-status {
    font-size: 7px;
    letter-spacing: 0;
  }
  .hero-meta {
    gap: 10px;
  }
  .status-dot {
    width: 5px;
    height: 5px;
  }
  .hero-grid {
    padding-top: 27px;
    gap: 32px;
  }
  .hero-copy h1 {
    font-size: clamp(56px, 13.7vw, 72px);
    margin-bottom: 23px;
  }
  .hero-copy .lede {
    font-size: 17px;
  }
  .hero-description {
    font-size: 12px;
    max-width: 330px;
  }
  .hero .actions {
    gap: 18px;
    margin-top: 24px;
  }
  .hero .button {
    font-size: 11px;
    min-height: 48px;
  }
  .hero .text-link {
    font-size: 10px;
  }
  .hero-footnote {
    font-size: 8px;
    line-height: 1.6;
    max-width: 300px;
  }
  .instrument-header {
    padding-inline: 10px;
  }
  .instrument-header .index {
    font-size: 8px;
  }
  .specimen-stage {
    aspect-ratio: 1.12;
  }
  .instrument-controls {
    flex-wrap: wrap;
    padding: 8px;
    gap: 8px;
  }
  .view-switch {
    margin: 0;
  }
  .view-switch button {
    font-size: 10px;
    padding: 7px 9px;
  }
  .motion-toggle {
    margin: 0;
    font-size: 10px;
  }
  .zoom-control {
    order: 3;
    width: 100%;
    justify-content: center;
    border-top: 1px solid var(--line);
    padding-top: 7px;
  }
  .zoom-control input {
    width: 130px;
  }
  .instrument figcaption {
    flex-direction: column;
    font-size: 8px;
    gap: 1px;
  }
  .stage-hint {
    font-size: 8px;
    left: 20px;
    right: 20px;
    bottom: 10px;
  }
  .hero-baseline {
    min-height: 60px;
    gap: 8px;
  }
  .hero-baseline > a {
    height: 59px;
    min-width: 35px;
  }
  .hero-baseline > span:nth-child(2) {
    gap: 7px;
    flex-wrap: wrap;
    font-size: 7px;
    max-width: 260px;
  }
  .hero-baseline > span:nth-child(2) span {
    font-size: 9px;
  }
  .section {
    padding-block: 60px;
  }
  h2 {
    font-size: 35px;
  }
  .section-heading {
    margin-bottom: 35px;
  }
  .section-heading > .index {
    font-size: 9px;
  }
  .principle-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .principle-grid article,
  .principle-grid article + article {
    border: 0;
    padding: 0 0 28px;
    border-bottom: 1px solid var(--line);
  }
  .principle-grid article:last-child {
    border: 0;
    padding-bottom: 0;
  }
  .principle-symbol {
    float: right;
    margin: 5px 0 15px 18px;
    width: 68px;
    height: 55px;
  }
  .principle-grid h3 {
    font-size: 25px;
    margin-top: 16px;
  }
  .principle-grid p {
    min-height: 0;
    max-width: 100%;
    font-size: 13px;
  }
  .principle-grid .text-link {
    font-size: 11px;
  }
  .demo-sidebar {
    display: none;
  }
  .demo-layout {
    grid-template-columns: 1fr;
  }
  .demo-titlebar {
    flex-wrap: wrap;
    padding: 14px 16px;
    gap: 7px;
  }
  .demo-titlebar > .index {
    flex-basis: 100%;
    font-size: 7px;
  }
  .demo-main {
    padding: 20px 17px;
  }
  .workflow-tabs {
    justify-content: space-between;
    gap: 10px;
  }
  .workflow-tabs button {
    font-size: 10px;
  }
  .workflow-tabs button span {
    font-size: 8px;
    margin-right: 3px;
  }
  #workflow-title {
    font-size: 24px;
    min-height: 60px;
  }
  #workflow-copy {
    min-height: 65px;
  }
  .workflow-checks > div {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 70px;
  }
  .demo-caption {
    font-size: 8px;
    line-height: 1.8;
  }
  .method-row {
    grid-template-columns: 23px 1fr;
    padding-block: 25px;
    gap: 10px 15px;
  }
  .method-row h3 {
    font-size: 24px;
  }
  .method-row > div {
    grid-column: 2;
    grid-row: auto;
  }
  .method-row p {
    font-size: 12px;
  }
  .method-boundary {
    font-size: 10px;
    line-height: 1.9;
  }
  .method-tag {
    grid-column: 2;
  }
  .release-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .release-grid h2 {
    font-size: 46px;
  }
  .release-copy {
    font-size: 13px;
  }
  .release-details {
    border-left: 0;
    border-top: 1px solid currentColor;
    padding: 30px 0 0;
  }
  .release-cross {
    float: right;
    font-size: 45px;
    margin: 0 0 20px 20px;
  }
  .release-details h3 {
    font-size: 24px;
  }
  .questions summary {
    font-size: 13px;
  }
  .questions details p {
    font-size: 12px;
    padding-right: 10px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 25px 20px;
    padding-block: 30px;
  }
  .footer-top p {
    font-size: 11px;
    margin-left: auto;
  }
  .skin-control {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .footer-bottom {
    font-size: 8px;
  }
  .footer-bottom nav {
    font-size: 8px;
    gap: 12px;
  }
  .footer-status {
    font-size: 8px;
    line-height: 1.8;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover {
    transform: none;
  }
}
