:root {
  --ink: #1d252b;
  --muted: #647079;
  --paper: #f4f6f5;
  --panel: #ffffff;
  --line: #d6dddc;
  --dark: #181d20;
  --dark-panel: #22292d;
  --green: #16806f;
  --green-soft: #dcefe9;
  --orange: #c47a22;
  --orange-soft: #faead6;
  --blue: #397c9d;
  --violet: #765e91;
  --red: #b84943;
  --red-soft: #f4dfdc;
  --gray: #77828a;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  min-height: 500px;
  background: var(--dark);
  color: #f7f8f7;
  border-bottom: 5px solid var(--green);
}

nav {
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid #394145;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 720;
  text-decoration: none;
}

.wordmark-mark {
  width: 11px;
  height: 22px;
  background: var(--green);
  border-bottom: 7px solid var(--orange);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.nav-links a,
.manifest-link {
  color: #c3cbce;
  font-size: 13px;
  text-decoration: none;
}

.nav-links a:hover,
.manifest-link:hover,
.nav-links a:focus-visible,
.manifest-link:focus-visible {
  color: #ffffff;
}

.manifest-link {
  border-bottom: 1px solid #6f7a7f;
  padding-bottom: 2px;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
  gap: 70px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 72px;
}

.eyebrow,
.section-number,
.panel-label,
.claim-label,
.result-kicker {
  margin: 0;
  color: var(--green);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #63c3af;
}

h1 {
  max-width: 700px;
  margin: 10px 0 14px;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 760;
}

.dek {
  max-width: 700px;
  margin: 0;
  color: #c3cbce;
  font-size: 18px;
  line-height: 1.6;
}

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.status {
  padding: 5px 9px;
  border: 1px solid #4c565b;
  border-radius: 4px;
  color: #d9dfe1;
  font-size: 12px;
}

.status-pass {
  border-color: #397e71;
  background: #1e3934;
  color: #bfe9df;
}

.status-fail {
  border-color: #9e655e;
  background: #3e2927;
  color: #f0c5c0;
}

.headline-results {
  border-top: 1px solid #455055;
}

.headline-result {
  display: grid;
  gap: 3px;
  padding: 23px 0 22px;
  border-bottom: 1px solid #455055;
}

.headline-result strong {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.15;
}

.headline-result strong small {
  color: #91d1c3;
  font-size: 20px;
}

.headline-result > span:not(.result-kicker) {
  color: #e5e9e9;
  font-weight: 650;
}

.headline-result > small {
  color: #9da8ad;
}

.warning-result .result-kicker,
.warning-result strong small {
  color: #e4a45d;
}

.claim-band {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.claim-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.claim-grid > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: start;
  padding: 25px 30px 25px 0;
}

.claim-grid > div + div {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.claim-grid p {
  margin: 0;
  color: #3f4b52;
}

.claim-label-caution {
  color: var(--red);
}

.section {
  padding-top: 76px;
  padding-bottom: 82px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(320px, 0.75fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 30px;
}

.section-heading h2 {
  max-width: 650px;
  margin: 7px 0 0;
  font-size: 30px;
  line-height: 1.2;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
}

.compact-heading {
  margin-bottom: 22px;
}

.ordering-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 22px;
}

.result-chart,
.evidence-summary {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.result-chart {
  padding: 25px 26px 8px;
}

.chart-axis {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0 0 4px 190px;
  color: #8a949a;
  font-size: 11px;
}

.chart-axis span:last-child {
  text-align: right;
}

.result-row {
  display: grid;
  grid-template-columns: 170px minmax(260px, 1fr) 170px;
  gap: 20px;
  align-items: center;
  min-height: 104px;
  border-top: 1px solid #e6eae9;
}

.result-name {
  display: grid;
}

.result-name strong {
  font-size: 17px;
}

.result-name span,
.ci {
  color: var(--muted);
  font-size: 12px;
}

.bar-area {
  position: relative;
  padding-right: 105px;
}

.bar-track {
  height: 24px;
  background-color: #edf0ef;
  background-image: linear-gradient(to right, transparent calc(100% - 1px), #d3d9d8 1px);
  background-size: 20% 100%;
}

.bar {
  display: block;
  min-width: 2px;
  height: 100%;
  background: var(--green);
}

.rdp-row .bar {
  background: var(--orange);
}

.dp-row .bar {
  background: var(--gray);
}

.bar-value {
  position: absolute;
  top: 1px;
  right: 0;
  font-weight: 720;
  font-variant-numeric: tabular-nums;
}

.ci {
  font-variant-numeric: tabular-nums;
}

.evidence-summary {
  padding: 25px;
}

.gate-pass,
.gate-fail {
  display: block;
  margin: 7px 0 17px;
  color: var(--green);
  font-size: 31px;
  line-height: 1;
}

.gate-fail {
  color: var(--red);
}

.evidence-summary dl,
.episode-meta dl {
  margin: 0;
}

.evidence-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.evidence-summary dt {
  color: var(--muted);
}

.evidence-summary dd {
  margin: 0;
  font-weight: 690;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.integrity-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  margin-top: 18px;
  padding: 15px 18px;
  border-left: 4px solid var(--green);
  background: var(--green-soft);
  color: #36534c;
}

.section-contrast {
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ablation-headline {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 22px;
  padding: 20px 24px;
  border-left: 5px solid var(--red);
  background: var(--red-soft);
}

.ablation-headline p {
  max-width: 760px;
  margin: 0;
  color: #5e3f3c;
}

.ablation-headline .gate-fail {
  margin-bottom: 0;
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--panel);
  font-variant-numeric: tabular-nums;
}

th,
td {
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

th {
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}

.highlight-row td {
  background: #fff7ec;
}

.interpretation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.interpretation-grid > div {
  padding: 22px 28px 22px 0;
}

.interpretation-grid > div + div {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.interpretation-grid h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.interpretation-grid p {
  margin: 0;
  color: var(--muted);
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92em;
}

.method-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.method-lane {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 290px;
  padding: 20px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  border-radius: 6px;
  background: var(--panel);
}

.method-lane.tactile-lane {
  border-top-color: var(--violet);
}

.method-lane.state-lane {
  border-top-color: var(--orange);
}

.lane-number {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.lane-input {
  min-height: 42px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.method-lane h3 {
  margin: 9px 0 6px;
  font-size: 18px;
}

.method-lane > p:last-of-type {
  margin: 0 0 18px;
  color: var(--muted);
}

.lane-output {
  align-self: end;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--blue);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.tactile-lane .lane-output {
  color: var(--violet);
}

.state-lane .lane-output {
  color: var(--orange);
}

.authority-bus {
  display: grid;
  grid-template-columns: 1.2fr 1.25fr auto;
  gap: 34px;
  align-items: center;
  margin-top: 16px;
  padding: 25px 27px;
  border-radius: 6px;
  background: var(--dark);
  color: #eff2f1;
}

.authority-bus .panel-label {
  color: #6dc6b2;
}

.authority-bus h3 {
  margin: 5px 0 0;
  font-size: 17px;
  line-height: 1.45;
}

.authority-bus p {
  margin: 0;
  color: #b7c0c3;
}

.authority-bus > strong {
  padding: 10px 13px;
  border: 1px solid #4e8c7e;
  border-radius: 4px;
  color: #bfe9df;
  white-space: nowrap;
}

.method-boundary {
  margin: 18px 0 0;
  padding: 14px 17px;
  border-left: 4px solid var(--orange);
  background: var(--orange-soft);
  color: #604a31;
}

.section-dark {
  background: var(--dark);
  color: #f4f6f5;
}

.section-dark .section-number {
  color: #65c5b0;
}

.section-dark .section-heading > p {
  color: #aeb8bc;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.render-quality-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: 20px;
  padding: 14px 17px;
  border-left: 4px solid #65c5b0;
  background: #21332f;
  color: #b9c4c7;
  font-size: 12px;
}

.render-quality-strip strong {
  color: #a8e2d5;
}

.native-rollout-layout {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.native-camera-figure,
.native-tactile-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #3c464a;
  border-radius: 6px;
  background: var(--dark-panel);
}

.camera-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 15px 15px;
}

.camera-switch button,
.rollout-controls button {
  min-height: 38px;
  border: 1px solid #526066;
  border-radius: 0;
  background: #1a2023;
  color: #b9c3c7;
  font: inherit;
  font-size: 12px;
  font-weight: 680;
  cursor: pointer;
}

.camera-switch button + button {
  border-left: 0;
}

.camera-switch button.active,
.camera-switch button:hover,
.camera-switch button:focus-visible,
.rollout-controls button:hover,
.rollout-controls button:focus-visible {
  border-color: #65c5b0;
  color: #ffffff;
}

.camera-switch button.active {
  background: #24423b;
  color: #bfe9df;
}

.native-camera-frame {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0 15px;
  background: #111517;
}

.native-camera-frame video {
  width: min(100%, 512px);
  aspect-ratio: 1;
  border: 0;
  object-fit: contain;
}

.native-camera-frame > span {
  position: absolute;
  right: 25px;
  bottom: 11px;
  padding: 5px 7px;
  border-radius: 4px;
  background: rgba(17, 21, 23, 0.84);
  color: #e5eaea;
  font-size: 10px;
}

.native-caption,
.native-tactile-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 15px;
  color: #aeb8bc;
  font-size: 12px;
}

.native-caption a,
.native-tactile-figure figcaption a {
  color: #8fddcb;
  font-weight: 680;
  white-space: nowrap;
}

.native-tactile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.native-tactile-figure video {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-top: 1px solid #3c464a;
  border-bottom: 1px solid #3c464a;
  object-fit: contain;
}

.native-tactile-figure .video-header {
  min-height: 82px;
}

.native-tactile-figure figcaption {
  justify-content: flex-end;
}

.rollout-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 16px;
}

.rollout-controls button {
  padding: 0 13px;
  border-radius: 4px;
}

.rollout-controls button span {
  margin-right: 5px;
}

.rollout-controls small {
  margin-left: auto;
  color: #919da1;
}

.video-evidence-boundary {
  margin: 18px 0 0;
  padding: 14px 17px;
  border-left: 4px solid var(--orange);
  background: #352d23;
  color: #d8c4aa;
}

.legacy-composites {
  margin-top: 22px;
  border-top: 1px solid #3c464a;
}

.legacy-composites summary {
  padding: 17px 0;
  color: #dce2e2;
  font-weight: 700;
  cursor: pointer;
}

.legacy-composites > p {
  max-width: 760px;
  margin: 0 0 16px;
  color: #9ba7ab;
}

.video-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #3c464a;
  border-radius: 6px;
  background: var(--dark-panel);
}

.video-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  padding: 15px 17px;
}

.video-header > div {
  display: grid;
}

.video-header span {
  color: #8f9ca1;
  font-size: 11px;
  text-transform: uppercase;
}

.video-header strong {
  margin-top: 2px;
  font-size: 14px;
}

.dev-label {
  padding: 4px 7px;
  border: 1px solid #6b5a45;
  border-radius: 4px;
  color: #e6b273 !important;
  text-align: right;
  white-space: nowrap;
}

video,
img {
  display: block;
  width: 100%;
}

video {
  aspect-ratio: 16 / 9;
  background: #090b0c;
  border-top: 1px solid #3c464a;
  border-bottom: 1px solid #3c464a;
}

.video-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 17px;
  color: #aeb8bc;
  font-size: 12px;
}

.video-figure figcaption a {
  color: #8fddcb;
  font-weight: 680;
  white-space: nowrap;
}

.tacex-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.tacex-protocol-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: 20px;
  padding: 14px 17px;
  border-left: 4px solid var(--violet);
  background: #eee9f2;
  color: #5d5267;
  font-size: 12px;
}

.tacex-protocol-strip strong {
  color: #403449;
}

.tacex-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 256px));
  gap: 20px;
  justify-content: center;
}

.tacex-video-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.tacex-video-figure .video-header {
  min-height: 83px;
}

.tacex-video-figure video {
  width: min(100%, 224px);
  aspect-ratio: 2 / 1;
  margin: 0 auto;
  border: 1px solid #30373b;
  object-fit: contain;
}

.tacex-video-figure figcaption {
  display: flex;
  justify-content: flex-end;
  padding: 12px 15px;
  font-size: 12px;
}

.tacex-video-figure figcaption a,
.tacex-controls a {
  color: var(--green);
  font-weight: 680;
}

.tacex-controls button {
  border-color: #aeb8b8;
  background: #f3f5f4;
  color: var(--ink);
}

.tacex-controls a {
  margin-left: auto;
}

.tacex-evidence-boundary {
  margin: 18px 0 0;
  padding: 14px 17px;
  border-left: 4px solid var(--orange);
  background: var(--orange-soft);
  color: #604a31;
}

.overview-figure {
  margin: 0;
}

.overview-figure img {
  border: 1px solid var(--line);
  background: var(--panel);
}

.overview-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  color: var(--muted);
}

.overview-figure figcaption a,
.artifact-link {
  color: var(--green);
  font-weight: 680;
  white-space: nowrap;
}

.atlas-section {
  border-top: 1px solid var(--line);
  background: #f7f4ed;
}

.atlas-card {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(250px, 0.7fr) auto;
  gap: 34px;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid #d8d1c4;
  border-top: 5px solid var(--blue);
  border-radius: 6px;
  background: var(--panel);
}

.atlas-summary h3 {
  margin: 6px 0 8px;
  font-size: 20px;
}

.atlas-summary > p:last-child {
  margin: 0;
  color: var(--muted);
}

.atlas-metadata {
  margin: 0;
}

.atlas-metadata > div {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
}

.atlas-metadata dt,
.atlas-metadata dd {
  margin: 0;
}

.atlas-metadata dt {
  color: var(--muted);
}

.atlas-metadata dd {
  font-weight: 680;
  text-align: right;
}

.atlas-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 11px 14px;
  border: 1px solid var(--green);
  border-radius: 4px;
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.atlas-link:hover,
.atlas-link:focus-visible {
  background: var(--green);
  color: #ffffff;
}

.atlas-boundary {
  margin: 18px 0 0;
  padding: 14px 17px;
  border-left: 4px solid var(--orange);
  background: var(--orange-soft);
  color: #604a31;
}

.provenance-section {
  background: #e9edeb;
  border-top: 1px solid var(--line);
}

.provenance-table th {
  width: 230px;
  color: var(--ink);
  text-transform: none;
  white-space: normal;
}

.provenance-table td {
  white-space: normal;
}

.manifest-download {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
}

.artifact-link {
  display: inline-block;
  margin: 18px 0 0 24px;
}

footer {
  background: #111517;
  color: #aab3b7;
}

footer .shell {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
  padding-bottom: 22px;
}

footer a {
  color: #d9dfe1;
}

@media (max-width: 980px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .headline-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }

  .ordering-layout,
  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .result-row {
    grid-template-columns: 150px minmax(230px, 1fr);
  }

  .result-row .ci {
    grid-column: 2;
    margin-top: -24px;
  }

  .chart-axis {
    margin-left: 170px;
  }

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

  .native-rollout-layout {
    grid-template-columns: 1fr;
  }

  .native-camera-figure {
    max-width: 560px;
  }

  .native-tactile-grid {
    max-width: 560px;
  }

  .authority-bus {
    grid-template-columns: 1fr 1fr;
  }

  .authority-bus > strong {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .atlas-card {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.7fr);
  }

  .atlas-link {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 30px, 1180px);
  }

  .hero {
    min-height: 0;
  }

  nav {
    grid-template-columns: 1fr auto;
    min-height: 60px;
  }

  .nav-links {
    display: none;
  }

  .hero-content {
    padding-top: 45px;
    padding-bottom: 52px;
  }

  h1 {
    font-size: 36px;
  }

  .dek {
    font-size: 16px;
  }

  .headline-results,
  .claim-grid,
  .method-flow,
  .video-grid,
  .tacex-video-grid,
  .native-tactile-grid,
  .interpretation-grid {
    grid-template-columns: 1fr;
  }

  .tacex-video-figure {
    width: min(100%, 320px);
    justify-self: center;
  }

  .atlas-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding: 23px 20px;
  }

  .atlas-summary,
  .atlas-metadata {
    min-width: 0;
  }

  .atlas-summary h3 {
    overflow-wrap: anywhere;
  }

  .atlas-metadata > div {
    flex-wrap: wrap;
    gap: 7px 18px;
  }

  .atlas-link {
    grid-column: auto;
    white-space: normal;
  }

  .claim-grid > div,
  .claim-grid > div + div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 20px 0;
    border-left: 0;
  }

  .claim-grid > div + div {
    border-top: 1px solid var(--line);
  }

  .section {
    padding-top: 56px;
    padding-bottom: 60px;
  }

  .section-heading h2 {
    font-size: 26px;
  }

  .result-chart {
    padding: 15px;
  }

  .chart-axis {
    display: none;
  }

  .result-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .result-row .ci {
    grid-column: auto;
    margin-top: 0;
  }

  .bar-area {
    padding-right: 100px;
  }

  .ablation-headline,
  .authority-bus {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .interpretation-grid > div,
  .interpretation-grid > div + div {
    padding: 19px 0;
    border-left: 0;
  }

  .interpretation-grid > div + div {
    border-top: 1px solid var(--line);
  }

  .method-lane {
    min-height: 250px;
  }

  .video-header,
  .video-figure figcaption,
  .native-caption,
  .overview-figure figcaption {
    flex-direction: column;
  }

  .native-tactile-figure .video-header {
    min-height: 0;
  }

  .rollout-controls small {
    width: 100%;
    margin-left: 0;
  }

  .tacex-controls a {
    width: 100%;
    margin-left: 0;
  }

  .dev-label {
    align-self: start;
  }

  .provenance-table th {
    width: 160px;
  }

  .artifact-link {
    margin-left: 0;
  }
}

@media (max-width: 430px) {
  .wordmark {
    font-size: 13px;
  }

  .manifest-link {
    font-size: 12px;
  }

  h1 {
    font-size: 32px;
  }

  .status-row {
    align-items: stretch;
  }

  .status {
    max-width: 100%;
  }

  .headline-results {
    display: block;
  }

  .headline-result strong {
    font-size: 34px;
  }

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

  .authority-bus {
    padding: 22px 19px;
  }

  footer .shell {
    flex-direction: column;
    gap: 6px;
  }
}

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