:root {
  --opp-ink: #102a43;
  --opp-porcelain: #f4f8fb;
  --opp-teal: #0b7a75;
  --opp-blue: #2b5fb3;
  --opp-amber: #d58b24;
  --opp-red: #b33a3a;
  --opp-focus: #8a4f00;
  --opp-focus-light: #ffffff;
  --opp-paper: #ffffff;
  --opp-soft: #f7f9fb;
  --opp-line: #d8e1e8;
  --opp-muted: #536779;
  --opp-display: "IBM Plex Sans", "Segoe UI", sans-serif;
  --opp-body: "IBM Plex Sans", "Segoe UI", sans-serif;
  --opp-data: "IBM Plex Mono", "SFMono-Regular", monospace;
  --md-primary-fg-color: var(--opp-ink);
  --md-primary-fg-color--light: #244b6e;
  --md-primary-fg-color--dark: #081d30;
  --md-accent-fg-color: var(--opp-teal);
  --md-default-bg-color: var(--opp-paper);
  --md-default-fg-color: var(--opp-ink);
  --md-typeset-a-color: var(--opp-blue);
}

[data-md-color-scheme="open-pharma"] {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body,
input {
  font-family: var(--opp-body);
}

.md-grid {
  max-width: 88rem;
}

.md-header,
.md-tabs,
.md-nav__title,
.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  font-family: var(--opp-display);
}

.md-typeset {
  color: #263f54;
  font-size: 0.84rem;
  line-height: 1.7;
}

.md-typeset h1 {
  margin: 1.25rem 0 1rem;
  color: var(--opp-ink);
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.md-typeset h2 {
  margin-top: 3.2rem;
  color: var(--opp-ink);
  font-size: 1.48rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.md-typeset h3 {
  color: var(--opp-ink);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.md-typeset code,
.dossier-kicker,
.quick-install__eyebrow,
.quick-install__option > p,
.install-option__label,
.outcome-id,
.preview-label,
.capability-table__index,
.capability-table th,
.plugin-flow__label,
.version-tag,
.problem-solution-map span,
.architecture-overview__eyebrow,
.docs-index > section > p,
.reader-path > span {
  font-family: var(--opp-data);
}

.md-typeset a {
  text-underline-offset: 0.14em;
}

.md-typeset a:hover {
  color: var(--opp-teal);
}

.md-typeset table:not([class]) {
  border: 1px solid var(--opp-line);
  border-radius: 0;
  box-shadow: none;
  font-size: 0.78rem;
}

.md-typeset table:not([class]) th {
  background: var(--opp-soft);
  color: var(--opp-ink);
  font-weight: 600;
}

.md-typeset table:not([class]) td,
.md-typeset table:not([class]) th {
  border-color: var(--opp-line);
}

.md-typeset pre > code {
  line-height: 1.6;
}

.md-header {
  background: #0d263d;
  box-shadow: 0 1px 0 rgba(8, 29, 48, 0.3);
}

.md-header__title {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.md-header__button.md-logo svg {
  fill: var(--opp-porcelain);
}

.md-search__form {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.08);
}

.md-main {
  background: var(--opp-paper);
}

.md-content__inner {
  max-width: 60rem;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
}

.md-sidebar {
  color: var(--opp-muted);
}

@media screen and (min-width: 76.25em) {
  .md-sidebar--primary {
    border-right: 1px solid #e5eaee;
    background: #fbfcfd;
  }

  .md-sidebar--secondary {
    border-left: 1px solid #eef1f4;
  }
}

.md-nav__link {
  border-radius: 0.15rem;
}

.md-nav__link--active {
  color: var(--opp-teal);
  font-weight: 600;
}

.md-nav__item--section > .md-nav__link[for] {
  color: var(--opp-ink);
  font-weight: 600;
}

.md-typeset a:focus-visible,
.md-header__button:focus-visible,
.md-nav__link:focus-visible,
.opp-button:focus-visible,
.architecture-diagram__link:focus-visible,
.reader-path:focus-visible {
  outline: 3px solid var(--opp-focus-light);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--opp-focus);
  border-radius: 0.15rem;
}

.opp-hero {
  margin: 0 0 2rem;
  padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
}

.opp-hero__copy {
  min-width: 0;
}

.dossier-kicker {
  margin: 0 0 0.85rem;
  color: var(--opp-teal);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opp-hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(2.35rem, 4.3vw, 3.45rem);
  font-weight: 600;
  line-height: 1.04;
}

.opp-hero__lede {
  max-width: 42rem;
  margin: 1.35rem 0 1.5rem;
  color: #3b5266;
  font-size: clamp(1.02rem, 2vw, 1.18rem);
  line-height: 1.58;
}

.opp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.opp-button {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  padding: 0.48rem 0.9rem;
  border: 1px solid #9aabb9;
  border-radius: 0.2rem;
  background: var(--opp-paper);
  color: var(--opp-ink) !important;
  font-family: var(--opp-display);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease;
}

.opp-button--primary {
  border-color: var(--opp-ink);
  background: var(--opp-ink);
  color: var(--opp-paper) !important;
}

.opp-button:hover {
  border-color: var(--opp-teal);
  background: var(--opp-teal);
  color: var(--opp-paper) !important;
}

.quick-install {
  display: grid;
  grid-template-columns: minmax(14rem, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  min-width: 0;
  margin: 0 0 3.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--opp-line);
  border-top: 3px solid var(--opp-teal);
  background: var(--opp-soft);
}

.quick-install__intro,
.quick-install__options,
.quick-install__option {
  min-width: 0;
}

.quick-install__eyebrow,
.quick-install__option > p {
  margin: 0 0 0.55rem;
  color: var(--opp-muted);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quick-install h2 {
  margin: 0 0 0.6rem;
  font-size: 1.12rem;
}

.quick-install__options {
  display: grid;
  gap: 0.75rem;
}

.quick-install__option {
  padding: 1rem;
  border: 1px solid var(--opp-line);
  border-left: 3px solid var(--opp-teal);
  background: var(--opp-paper);
}

.quick-install__option--python {
  border-left-color: var(--opp-blue);
}

.quick-install__option h3 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
}

.quick-install__option > span {
  display: block;
  color: var(--opp-muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.quick-install pre {
  max-width: 100%;
  margin: 0.65rem 0 0;
  overflow-x: clip;
  border-radius: 0.2rem;
  background: #0d263d;
}

.quick-install pre > code {
  display: block;
  max-width: 100%;
  background: #0d263d;
  color: #eef6fb;
  font-size: 0.67rem;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: break-word;
}

.quick-install__intro > p:not(.quick-install__eyebrow) {
  margin: 0 0 0.7rem;
  color: var(--opp-muted);
  font-size: 0.74rem;
  line-height: 1.55;
}

.quick-install__intro > a {
  font-size: 0.74rem;
  font-weight: 600;
}

.install-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 1.75rem;
}

.install-option {
  min-width: 0;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--opp-line);
  border-top: 3px solid var(--opp-teal);
  background: var(--opp-soft);
}

.install-option--python {
  border-top-color: var(--opp-blue);
}

.install-option__label {
  margin-bottom: 0.7rem;
  color: var(--opp-teal);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.install-option--python .install-option__label {
  color: var(--opp-blue);
}

.install-option h3 {
  margin-top: 0;
}

.install-option ol {
  margin-top: 0;
}

.install-option pre {
  max-width: 100%;
  margin-bottom: 0.75rem;
  overflow-x: clip;
}

.install-option pre > code {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: break-word;
}

.install-option > :last-child {
  margin-bottom: 0;
}

.architecture-overview {
  margin: 0 0 4rem;
  padding: clamp(1.5rem, 3vw, 2.25rem) 0 0;
  border-top: 1px solid var(--opp-line);
}

.architecture-overview__header {
  max-width: 46rem;
  margin-bottom: 1.4rem;
}

.architecture-overview__eyebrow {
  margin: 0 0 0.45rem;
  color: var(--opp-teal);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.architecture-overview h2 {
  margin: 0 0 0.55rem;
}

.architecture-overview__header > p:last-child {
  margin: 0;
  color: var(--opp-muted);
}

.architecture-diagram {
  margin: 0;
}

.architecture-diagram__link {
  display: block;
  overflow: hidden;
  border: 1px solid var(--opp-line);
  background: var(--opp-paper);
}

.architecture-diagram img {
  display: block;
  width: 100%;
  height: auto;
}

.architecture-diagram figcaption {
  margin-top: 0.65rem;
  color: var(--opp-muted);
  font-size: 0.7rem;
}

.reader-paths {
  margin: 0 0 4rem;
}

.reader-paths > h2 {
  margin-top: 0;
  font-size: 1.05rem;
}

.reader-paths__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--opp-line);
  border-radius: 0.25rem;
  background: var(--opp-line);
}

.reader-path {
  display: flex;
  min-height: 12rem;
  flex-direction: column;
  padding: 1.5rem;
  background: var(--opp-paper);
  color: inherit !important;
  text-decoration: none;
  transition: background-color 150ms ease;
}

.reader-path:hover {
  background: #f3f8f8;
}

.reader-path > span {
  margin-bottom: 0.85rem;
  color: var(--opp-teal);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.reader-path > strong {
  color: var(--opp-ink);
  font-size: 1.16rem;
  font-weight: 600;
}

.reader-path > p {
  margin: 0.6rem 0 1rem;
  color: var(--opp-muted);
  font-size: 0.8rem;
}

.reader-path > em {
  margin-top: auto;
  color: var(--opp-blue);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 600;
}

.problem-solution-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.5rem 0 4rem;
  border-top: 1px solid var(--opp-line);
  border-bottom: 1px solid var(--opp-line);
}

.problem-solution-map section {
  min-width: 0;
  padding: 1.4rem 1.4rem 1.5rem 0;
}

.problem-solution-map section + section {
  padding-left: 1.4rem;
  border-left: 1px solid var(--opp-line);
}

.problem-solution-map span {
  color: var(--opp-teal);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.problem-solution-map h3 {
  margin: 0.55rem 0 0.5rem;
}

.problem-solution-map p {
  margin: 0;
  color: var(--opp-muted);
  font-size: 0.78rem;
  line-height: 1.58;
}

.section-intro {
  max-width: 43rem;
  margin-bottom: 1.5rem;
  color: var(--opp-muted);
  font-size: 0.94rem;
}

.capability-table-section {
  margin: 1.5rem 0 4rem;
}

.capability-table-section__header {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: baseline;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--opp-ink);
}

.capability-table-section__header > strong {
  color: var(--opp-ink);
  font-size: 0.84rem;
  font-weight: 600;
}

.capability-table-section__header p {
  max-width: 38rem;
  margin: 0;
  color: var(--opp-muted);
  font-size: 0.72rem;
}

.capability-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.capability-table th {
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid var(--opp-line);
  background: var(--opp-soft);
  color: var(--opp-muted);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
}

.capability-table td {
  padding: 0.9rem 0.85rem;
  border-bottom: 1px solid var(--opp-line);
  color: var(--opp-muted);
  font-size: 0.72rem;
  line-height: 1.45;
  vertical-align: top;
}

.capability-table th:nth-child(1) {
  width: 29%;
}

.capability-table th:nth-child(2) {
  width: 31%;
}

.capability-table th:nth-child(3) {
  width: 28%;
}

.capability-table th:nth-child(4) {
  width: 12%;
}

.capability-table td:first-child a {
  display: flex;
  gap: 0.65rem;
  align-items: baseline;
  color: var(--opp-ink);
  text-decoration: none;
}

.capability-table__index {
  flex: 0 0 1.25rem;
  color: var(--opp-teal);
  font-size: 0.62rem;
  font-weight: 600;
}

.capability-table strong {
  color: var(--opp-ink);
  font-family: var(--opp-display);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
}

.capability-table td:nth-child(3) {
  color: var(--opp-blue);
}

.capability-table .version-tag {
  justify-self: start;
}

.version-tag {
  align-self: start;
  padding: 0.14rem 0.32rem;
  border: 1px solid var(--opp-line);
  border-radius: 0.15rem;
  color: var(--opp-muted);
  font-size: 0.53rem;
  line-height: 1.4;
  white-space: nowrap;
}

.docs-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin: 1.5rem 0 4rem;
}

.docs-index > section > p {
  margin: 0;
  color: var(--opp-teal);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.docs-index h3 {
  margin: 0.45rem 0 0.75rem;
}

.docs-index ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.docs-index li {
  padding: 0.55rem 0;
  border-top: 1px solid var(--opp-line);
  color: var(--opp-muted);
  font-size: 0.75rem;
  line-height: 1.5;
}

.docs-index li:last-child {
  border-bottom: 1px solid var(--opp-line);
}

.docs-index a {
  font-weight: 600;
}

.outcome-list {
  margin: 1.5rem 0 3.5rem;
  border-top: 1px solid var(--opp-line);
}

.outcome-row {
  display: grid;
  grid-template-columns: 4.5rem minmax(12rem, 0.75fr) minmax(15rem, 1.25fr) auto;
  gap: 1.25rem;
  align-items: start;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--opp-line);
}

.outcome-id {
  color: var(--opp-teal);
  font-size: 0.59rem;
}

.outcome-row h3,
.outcome-row p {
  margin: 0;
}

.outcome-row h3 {
  font-size: 0.9rem;
}

.outcome-row p {
  color: var(--opp-muted);
  font-size: 0.76rem;
}

.evidence-note {
  margin: 2.5rem 0;
  padding: 1.2rem 1.35rem;
  border-left: 3px solid var(--opp-amber);
  background: var(--opp-soft);
}

.evidence-note--boundary {
  border-left-color: var(--opp-red);
}

.evidence-note h2,
.evidence-note h3 {
  margin-top: 0;
  font-size: 1rem;
}

.evidence-note p:last-child {
  margin-bottom: 0;
}

.preview-dossier {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1.5rem;
  margin: 0;
  padding: 1.4rem 0;
  border-top: 1px solid var(--opp-line);
}

.preview-dossier:last-of-type {
  border-bottom: 1px solid var(--opp-line);
}

.preview-label {
  color: var(--opp-teal);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.preview-dossier h2,
.preview-dossier h3 {
  margin-top: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.preview-dossier ul {
  margin-bottom: 0;
}

.boundary-table th {
  width: 28%;
}

.capability-header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(13rem, 0.5fr);
  gap: clamp(2rem, 7vw, 5rem);
  align-items: end;
  margin: 0 0 3rem;
  padding: clamp(2.5rem, 6vw, 4.25rem) 0 1.75rem;
  border-bottom: 1px solid var(--opp-line);
}

.capability-header h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 3.65rem);
  line-height: 1.05;
}

.capability-header__summary {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #3b5266;
  font-size: 1rem;
  line-height: 1.58;
}

.capability-header__proof {
  padding: 0.9rem 0 0;
  border-top: 2px solid var(--opp-teal);
  color: var(--opp-muted);
  font-size: 0.72rem;
  line-height: 1.6;
}

.capability-header__proof strong {
  color: var(--opp-ink);
}

.plugin-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) 1.7rem minmax(0, 1.55fr) 1.7rem minmax(0, 0.95fr);
  align-items: stretch;
  margin: 1.25rem 0 3rem;
}

.plugin-flow__stage {
  min-width: 0;
  padding: 1.2rem;
  border: 1px solid var(--opp-line);
  background: var(--opp-paper);
}

.plugin-flow__stage--tools {
  border-top: 3px solid var(--opp-teal);
  background: var(--opp-soft);
}

.plugin-flow__stage--output {
  border-top: 3px solid var(--opp-blue);
}

.plugin-flow__label {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--opp-teal);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plugin-flow__stage--output .plugin-flow__label {
  color: var(--opp-blue);
}

.plugin-flow h3 {
  margin: 0 0 0.5rem;
  font-size: 0.91rem;
}

.plugin-flow p {
  margin: 0;
  color: var(--opp-muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.plugin-flow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--opp-teal);
  font-size: 1rem;
}

.md-typeset .plugin-flow__tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.md-typeset .plugin-flow__tools li {
  margin: 0;
  list-style: none;
}

.plugin-flow__tools code {
  display: block;
  padding: 0.18rem 0.32rem;
  border: 1px solid #c8d6df;
  border-radius: 0.16rem;
  background: var(--opp-paper);
  color: var(--opp-ink);
  font-size: 0.56rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.capability-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.25rem 0 3rem;
  border: 1px solid var(--opp-line);
}

.workflow-step {
  min-width: 0;
  padding: 1.2rem;
  background: var(--opp-paper);
}

.workflow-step + .workflow-step {
  border-left: 1px solid var(--opp-line);
}

.workflow-step span {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--opp-teal);
  font-family: var(--opp-data);
  font-size: 0.59rem;
}

.workflow-step h3,
.workflow-step p {
  margin-top: 0;
}

.workflow-step p {
  margin-bottom: 0;
  color: var(--opp-muted);
  font-size: 0.74rem;
}

.sample-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1rem 0 2rem;
}

.sample-interpretation {
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--opp-line);
  border-left: 3px solid var(--opp-blue);
  background: var(--opp-soft);
}

.sample-interpretation p:last-child {
  margin-bottom: 0;
}

.value-indicators td:first-child {
  width: 34%;
  color: var(--opp-ink);
  font-weight: 600;
}

.md-footer {
  border-top: 2px solid var(--opp-teal);
}

.opp-utility-footer {
  padding: 1rem 0 1.4rem;
  border-top: 1px solid #d7dfe5;
  background: #eaf0f4;
}

.opp-utility-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  align-items: baseline;
  color: var(--opp-muted);
  font-size: 0.72rem;
}

.opp-utility-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}

.opp-utility-footer__links a {
  color: var(--opp-ink);
  text-decoration: none;
}

.opp-utility-footer__links a:hover {
  color: var(--opp-teal);
}

@media screen and (max-width: 76.1875em) {
  .md-content__inner {
    max-width: 58rem;
  }
}

@media screen and (max-width: 59.984375em) {
  .quick-install {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .problem-solution-map,
  .docs-index {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .problem-solution-map section,
  .problem-solution-map section + section {
    padding: 1.1rem 0;
    border-left: 0;
  }

  .problem-solution-map section + section {
    border-top: 1px solid var(--opp-line);
  }

  .docs-index > section {
    margin-bottom: 1.75rem;
  }

  .outcome-row {
    grid-template-columns: 4rem minmax(10rem, 0.9fr) minmax(12rem, 1.1fr) auto;
    gap: 1rem;
  }
}

@media screen and (max-width: 44.984375em) {
  .md-content {
    overflow-x: clip;
  }

  .md-content__inner {
    width: auto;
    max-width: none;
    margin-right: 0.8rem;
    margin-bottom: 3rem;
    margin-left: 0.8rem;
  }

  .md-typeset h2 {
    margin-top: 2.7rem;
  }

  .opp-hero {
    margin-top: 0;
    margin-bottom: 2.5rem;
    padding-top: 1.75rem;
  }

  .opp-hero h1 {
    font-size: clamp(2.15rem, 10vw, 2.75rem);
  }

  .reader-paths__grid,
  .install-options,
  .capability-header,
  .capability-workflow {
    grid-template-columns: 1fr;
  }

  .architecture-overview {
    margin-bottom: 3rem;
  }

  .reader-path {
    min-height: 10.5rem;
  }

  .capability-table-section__header {
    display: block;
  }

  .capability-table-section__header p {
    margin-top: 0.4rem;
  }

  .capability-table,
  .capability-table tbody,
  .capability-table tr,
  .capability-table td {
    display: block;
    width: 100%;
  }

  .capability-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .capability-table tr {
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--opp-line);
  }

  .capability-table td {
    display: grid;
    grid-template-columns: 6.8rem minmax(0, 1fr);
    gap: 0.65rem;
    padding: 0.28rem 0;
    border: 0;
  }

  .capability-table td::before {
    content: attr(data-label);
    color: var(--opp-muted);
    font-family: var(--opp-data);
    font-size: 0.54rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .capability-table td:first-child a {
    align-items: flex-start;
  }

  .plugin-flow {
    grid-template-columns: minmax(0, 1fr);
  }

  .plugin-flow__arrow {
    min-height: 1.6rem;
    transform: rotate(90deg);
  }

  .outcome-row {
    grid-template-columns: 3.4rem minmax(0, 1fr);
  }

  .outcome-row p,
  .outcome-row .version-tag {
    grid-column: 2;
  }

  .outcome-row .version-tag {
    justify-self: start;
  }

  .preview-dossier {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .capability-header {
    gap: 1.5rem;
    margin-top: 0;
    padding-top: 1.75rem;
  }

  .capability-header h1 {
    font-size: clamp(2.1rem, 12vw, 3.25rem);
  }

  .workflow-step + .workflow-step {
    border-top: 1px solid var(--opp-line);
    border-left: 0;
  }
}

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

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