:root {
  color-scheme: light;
  --canvas: #ffffff;
  --surface: #f7f7f5;
  --surface-strong: #efefec;
  --ink: #1d1d1c;
  --muted: #65635f;
  --rule: #deded9;
  --signal: #b83e38;
  --on-signal: #f9f6f5;
  --signal-ink: #731f1c;
  --signal-soft: #fbefed;
  --nav-bg: rgb(255 255 255 / 93%);
  --figure-bg: #ffffff;
  --shadow: 0 18px 48px rgb(64 62 57 / 8%);
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --body: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", "IBM Plex Mono", Consolas, "Liberation Mono", monospace;
  --radius: 14px;
  --page: min(960px, calc(100vw - 96px));
  --header-height: 64px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 28px);
  background: var(--canvas);
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--body);
  font-size: 15.5px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--signal);
  color: var(--on-signal);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p,
h1,
h2,
h3,
figure,
dl,
dd {
  margin: 0;
}

sup {
  color: var(--signal);
  font-family: var(--mono);
  font-size: 0.62em;
  font-weight: 700;
}

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 40;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--canvas);
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: var(--page);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: var(--nav-bg);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  border-color: var(--rule);
  box-shadow: 0 10px 30px rgb(30 43 54 / 7%);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: var(--page);
  height: 100%;
  margin-inline: auto;
  gap: 32px;
}

.wordmark,
.footer-mark {
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.07em;
}

.primary-nav,
.nav-actions {
  display: flex;
  align-items: center;
}

.primary-nav {
  gap: clamp(15px, 2.4vw, 34px);
}

.primary-nav a,
.nav-link,
.nav-toggle {
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.primary-nav a {
  position: relative;
  color: var(--muted);
  white-space: nowrap;
  transition: color 180ms ease;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--signal);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.primary-nav a:hover,
.primary-nav a.is-active {
  color: var(--ink);
}

.primary-nav a:hover::after,
.primary-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-actions {
  gap: 7px;
}

.nav-toggle,
.nav-link {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-toggle:hover,
.nav-link:hover {
  border-color: var(--ink);
  background: var(--surface);
}

.nav-link-strong {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--canvas);
}

.nav-link-strong:hover {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--on-signal);
}

.nav-toggle:active,
.nav-link:active,
.button:active {
  transform: translateY(1px);
}

.nav-toggle {
  display: none;
}

.hero {
  display: grid;
  align-items: center;
  min-height: calc(100vh - var(--header-height));
  min-height: calc(100svh - var(--header-height));
  padding: 38px 0 46px;
  border-bottom: 1px solid var(--rule);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: center;
  column-gap: clamp(38px, 5vw, 58px);
  row-gap: clamp(28px, 4vh, 36px);
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hero h1 {
  grid-column: 1 / -1;
  width: 100%;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-align: center;
}

.hero-title {
  display: block;
  max-width: 920px;
  margin-inline: auto;
  font-size: clamp(2.25rem, 3vw, 2.75rem);
  line-height: 1.12;
}

.hero-acronym {
  font-weight: 700;
}

.hero-summary {
  max-width: 46ch;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hero-authorship {
  margin-top: 19px;
}

.hero-authorship .author-list {
  gap: 4px 13px;
  font-size: 0.82rem;
  font-weight: 620;
  line-height: 1.4;
}

.hero-authorship .institution-list,
.hero-authorship .equal-note {
  max-width: 68ch;
  margin-top: 7px;
  font-size: 0.7rem;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button span {
  margin-left: 7px;
}

.button-primary {
  background: var(--ink);
  color: var(--canvas);
}

.button-primary:hover {
  background: var(--ink);
  color: var(--canvas);
}

.button-secondary {
  border-color: var(--rule);
  background: var(--canvas);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--ink);
  background: var(--surface);
}

.hero-figure {
  min-width: 0;
}

.hero-image-wrap {
  overflow: hidden;
  padding: 10px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--figure-bg);
  box-shadow: 0 8px 24px rgb(64 62 57 / 6%);
}

.hero-image-wrap img {
  width: 100%;
  aspect-ratio: 1.778 / 1;
  border-radius: 8px;
  object-fit: cover;
}

figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.author-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 20px;
  max-width: 960px;
  font-size: clamp(0.91rem, 1.2vw, 1.04rem);
  font-weight: 630;
  line-height: 1.45;
}

.author-link {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.author-link:hover,
.author-link:focus-visible {
  color: var(--signal);
  text-decoration-color: currentColor;
}

.author-link:focus-visible {
  outline: 2px solid var(--signal-soft);
  outline-offset: 2px;
}

.equal-note,
.institution-list {
  color: var(--muted);
  font-size: 0.78rem;
}

.equal-note {
  grid-column: 1;
}

.institution-list {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  max-width: 48ch;
}

.section {
  padding-block: 56px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(26px, 3.5vw, 38px);
}

.section-heading h2 {
  max-width: 24ch;
  font-family: var(--display);
  font-size: clamp(1.75rem, 2.4vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.section-heading p {
  max-width: 56ch;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.94rem;
}

.section-heading-centered {
  max-width: none;
  text-align: center;
}

.section-heading-centered h2 {
  margin-inline: auto;
}

.section-heading-centered p {
  margin-inline: auto;
}

@media (min-width: 768px) {
  .dataset-section .section-heading-centered h2,
  .dataset-section .section-heading-centered p {
    max-width: none;
    white-space: nowrap;
  }
}

.abstract-section {
  border-top: 1px solid var(--rule);
}

.abstract-layout {
  display: grid;
  grid-template-columns: 3fr 5fr;
  align-items: start;
  gap: clamp(38px, 5vw, 56px);
}

.abstract-lead {
  max-width: none;
  font-family: var(--display);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.22;
}

.abstract-body {
  display: grid;
  gap: 15px;
  padding-top: 2px;
  color: var(--muted);
}

.abstract-body p {
  max-width: none;
}

.facts {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.fact {
  min-height: 118px;
  padding: 20px;
  border-left: 1px solid var(--rule);
}

.fact:first-child {
  border-left: 0;
}

.fact strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.95rem, 2.6vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}

.fact span,
.fact small {
  display: block;
}

.fact span {
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 700;
}

.fact small {
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.68rem;
}

.dataset-section,
.results-section {
  background: var(--canvas);
}

.results-section {
  border-top: 1px solid var(--rule);
}

.capture-layout {
  display: grid;
  grid-template-columns: 4fr 7fr;
  align-items: center;
  gap: clamp(34px, 6vw, 72px);
}

.capture-copy > p {
  max-width: 48ch;
  color: var(--muted);
  font-size: 0.94rem;
}

.capture-specs {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
}

.capture-specs div {
  display: grid;
  grid-template-columns: 94px 1fr;
  align-items: baseline;
  gap: 16px;
}

.capture-specs dt {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.69rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.capture-specs dd {
  font-size: 0.9rem;
  font-weight: 650;
}

.dataset-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 22px;
}

.paper-figure {
  padding: 12px 12px 10px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--figure-bg);
  box-shadow: var(--shadow);
}

.paper-figure img {
  width: 100%;
  border-radius: 8px;
  background: var(--figure-bg);
}

.annotation-figure {
  align-self: center;
}

.evidence-row {
  display: grid;
  align-items: center;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--rule);
  gap: clamp(30px, 4vw, 52px);
}

.evidence-row-leading {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.evidence-copy-first {
  grid-template-columns: minmax(230px, 3.7fr) minmax(0, 8.3fr);
}

.evidence-figure-first {
  grid-template-columns: minmax(0, 8.3fr) minmax(230px, 3.7fr);
}

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

.evidence-kicker {
  color: var(--signal);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.evidence-copy h2,
.evidence-copy h3 {
  max-width: 16ch;
  margin-top: 10px;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.evidence-copy h2 {
  font-size: clamp(1.65rem, 2.2vw, 2rem);
}

.evidence-copy h3 {
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
}

.evidence-copy > p {
  max-width: 42ch;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.evidence-facts {
  margin-top: 20px;
  border-top: 1px solid var(--rule);
}

.evidence-facts div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px solid var(--rule);
  gap: 14px;
}

.evidence-facts dt {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.evidence-facts dd {
  font-size: 0.78rem;
  font-weight: 700;
  text-align: right;
}

.statistics-figure,
.pipeline-figure,
.qualitative-figure {
  width: 100%;
  margin: 0;
}

.method-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(30px, 3vw, 40px);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
}

.method {
  padding: clamp(22px, 2.6vw, 30px);
}

.method h3 {
  font-family: var(--display);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.method p {
  max-width: 56ch;
  margin-top: 12px;
  color: var(--muted);
}

.method-feature {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  align-items: start;
  min-height: 0;
  border-bottom: 1px solid var(--rule);
  background: var(--signal-soft);
  gap: clamp(28px, 4vw, 46px);
}

.method-feature h3 {
  color: var(--signal-ink);
}

.method-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: stretch;
  margin: 0;
  padding: 2px 0 2px clamp(24px, 3vw, 34px);
  border-left: 1px solid color-mix(in srgb, var(--signal) 36%, transparent);
  list-style: none;
  font-family: var(--mono);
  font-size: 0.73rem;
  font-weight: 600;
  line-height: 1.45;
  gap: 8px 22px;
}

.method-3d {
  border-right: 1px solid var(--rule);
  background: var(--surface);
}

.method-vlm {
  background: var(--canvas);
}

.results-section .section-heading {
  margin-left: 0;
}

.result-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: min(100%, 800px);
  margin-inline: auto;
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
}

.result-primary,
.result-secondary {
  min-height: 210px;
  padding: clamp(24px, 3vw, 34px);
  background: var(--canvas);
}

.result-primary span,
.result-secondary span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.result-primary strong,
.result-secondary strong {
  display: block;
  margin-top: 18px;
  color: var(--signal);
  font-family: var(--display);
  font-size: clamp(2.1rem, 2.8vw, 2.45rem);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.result-secondary strong {
  font-size: clamp(2.05rem, 2.7vw, 2.35rem);
}

.result-primary p,
.result-secondary p {
  max-width: 44ch;
  margin-top: 22px;
  color: var(--muted);
}

.table-shell {
  width: 100%;
  margin: clamp(32px, 4vw, 46px) 0 0;
  overflow-x: auto;
  border-radius: var(--radius);
  background: var(--canvas);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

caption {
  padding: 16px 20px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

th,
td {
  padding: 12px 20px;
  border-top: 1px solid var(--rule);
  text-align: left;
}

thead th {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.69rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

tbody th {
  font-size: 0.9rem;
  font-weight: 700;
}

td {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.8rem;
}

td.best {
  color: var(--signal);
  font-weight: 800;
}

.citation-section {
  border-top: 1px solid var(--rule);
}

.citation-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
}

pre {
  min-width: 0;
  margin: 0;
  padding: clamp(20px, 3vw, 30px);
  overflow-x: auto;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  font-family: var(--mono);
  font-size: clamp(0.68rem, 1.02vw, 0.82rem);
  line-height: 1.75;
}

.citation-actions {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.text-link {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  transition: color 180ms ease;
}

.text-link:hover {
  color: var(--signal);
}

.copy-status {
  grid-column: 1 / -1;
  min-height: 24px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--rule);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 36px;
}

.footer-grid p {
  max-width: 42ch;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--signal);
}

@media (max-width: 1080px) {
  :root {
    --page: min(100% - 48px, 960px);
  }

  .nav-shell {
    gap: 18px;
  }

  .primary-nav {
    gap: 16px;
  }

  .nav-link:not(.nav-link-strong) {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    column-gap: 36px;
  }

  .hero-title {
    font-size: clamp(2.1rem, 3.2vw, 2.45rem);
  }

  .result-primary strong,
  .result-secondary strong {
    font-size: clamp(1.95rem, 3vw, 2.25rem);
  }
}

@media (max-width: 767px) {
  :root {
    --page: calc(100% - 32px);
    --header-height: 64px;
  }

  .site-header {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .nav-shell {
    grid-template-columns: auto auto 1fr;
    gap: 10px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding-inline: 13px;
  }

  .primary-nav {
    position: fixed;
    top: calc(var(--header-height) + 8px);
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--rule);
    border-radius: var(--radius);
    background: var(--canvas);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav a {
    padding: 12px 14px;
    border-radius: 9px;
  }

  .primary-nav a:hover {
    background: var(--surface);
  }

  .primary-nav a::after {
    display: none;
  }

  .nav-actions {
    justify-content: flex-end;
  }

  .nav-link-strong {
    min-height: 38px;
    padding-inline: 12px;
  }

  .hero {
    min-height: calc(100vh - var(--header-height));
    min-height: calc(100svh - var(--header-height));
    padding: 28px 0 40px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 22px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-title {
    max-width: 18ch;
    font-size: clamp(1.8rem, 7.4vw, 2rem);
    line-height: 1.1;
  }

  .hero-summary {
    max-width: 42ch;
  }

  .hero-authorship {
    margin-top: 16px;
  }

  .hero-authorship .author-list {
    gap: 3px 10px;
    font-size: 0.78rem;
  }

  .hero-authorship .institution-list,
  .hero-authorship .equal-note {
    font-size: 0.67rem;
  }

  .hero-actions {
    margin-top: 17px;
  }

  .hero-figure,
  .annotation-figure {
    transform: none;
  }

  .abstract-layout,
  .capture-layout,
  .result-highlights,
  .citation-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .equal-note,
  .institution-list {
    grid-column: 1;
    grid-row: auto;
  }

  .institution-list {
    margin-top: 4px;
  }

  .section {
    padding-block: 50px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2 {
    max-width: 24ch;
    font-size: clamp(1.6rem, 6.4vw, 1.75rem);
  }

  .abstract-layout {
    gap: 24px;
  }

  .abstract-lead {
    font-size: clamp(1.25rem, 5.5vw, 1.55rem);
  }

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

  .fact {
    min-height: 118px;
    padding: 18px 15px;
    border-top: 1px solid var(--rule);
  }

  .fact:nth-child(odd) {
    border-left: 0;
  }

  .fact:nth-child(-n + 2) {
    border-top: 0;
  }

  .fact strong {
    font-size: clamp(1.7rem, 7vw, 1.85rem);
  }

  .fact small {
    font-size: 0.6rem;
  }

  .capture-layout {
    gap: 34px;
  }

  .capture-specs div {
    grid-template-columns: 82px 1fr;
  }

  .statistics-figure,
  .pipeline-figure,
  .table-shell {
    width: 100%;
    margin-left: 0;
  }

  .statistics-figure {
    margin-top: 0;
  }

  .evidence-row,
  .evidence-copy-first,
  .evidence-figure-first {
    grid-template-columns: 1fr;
  }

  .evidence-row {
    margin-top: 36px;
    padding-top: 36px;
    gap: 24px;
  }

  .evidence-figure-first .evidence-copy {
    order: -1;
  }

  .method-map {
    grid-template-columns: 1fr;
  }

  .method-feature {
    grid-column: auto;
    grid-row: auto;
    display: block;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .method-list {
    margin-top: 20px;
    padding: 18px 0 0;
    border-top: 1px solid color-mix(in srgb, var(--signal) 36%, transparent);
    border-left: 0;
  }

  .method-3d {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .results-section .section-heading {
    margin-left: 0;
  }

  .result-primary,
  .result-secondary {
    min-height: 180px;
  }

  .result-primary strong,
  .result-secondary strong {
    font-size: clamp(1.65rem, 6.5vw, 1.85rem);
  }

  th,
  td {
    padding: 13px 16px;
  }

  .citation-layout {
    align-items: start;
  }

  .citation-actions {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .nav-link-strong {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
  }

  .button {
    flex: 1 1 auto;
  }

  .fact {
    min-height: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

}

@media (prefers-reduced-transparency: reduce) {
  .site-header {
    background: var(--canvas);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media print {
  .site-header,
  .hero-actions,
  .citation-actions,
  .site-footer {
    display: none;
  }

  .section {
    padding-block: 36px;
  }

}
