/* Final content and layout refinements requested on 2026-07-24. */

@media (min-width: 901px) {
  body[data-page="home"] .hero--selected .hero__copy,
  body[data-page="evidence"] .hero--selected .hero__copy {
    width: 45%;
    max-width: 45%;
    flex: 0 0 45%;
  }

  body.feedback-v02.final-view[data-page="small-molecule"] .hero--selected.hero--video .hero__copy,
  body.feedback-v02.final-view[data-page="biologics"] .hero--selected.hero--video .hero__copy {
    width: 58%;
    max-width: 58%;
    flex: 0 0 58%;
    margin: 0;
    padding: 0 clamp(34px, 4vw, 64px) 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
    backdrop-filter: none;
  }
}

body[data-page="small-molecule"] .hero--selected.hero--video::after,
body[data-page="biologics"] .hero--selected.hero--video::after {
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(247, 249, 249, 0.99) 0%,
    rgba(247, 249, 249, 0.98) 42%,
    rgba(247, 249, 249, 0.9) 55%,
    rgba(247, 249, 249, 0.34) 69%,
    rgba(247, 249, 249, 0) 80%
  );
}

body[data-page="small-molecule"] .hero--selected.hero--video .hero__inner,
body[data-page="biologics"] .hero--selected.hero--video .hero__inner {
  z-index: 3;
}

/* Evidence-style full-canvas heroes for comparison and deployment. */
.feedback-v02 .compare-hero.compare-hero--evidence-layout.hero--reports.hero--selected,
.feedback-v02 .hero--deployment-selected {
  height: 560px;
  min-height: 0;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border-bottom: 0;
  background: #f7f9f9;
}

.feedback-v02 .compare-hero.compare-hero--evidence-layout .hero__inner,
.feedback-v02 .hero--deployment-selected .hero__inner {
  display: flex;
  height: 100%;
  min-height: 0;
  align-items: center;
}

.feedback-v02 .compare-hero.compare-hero--evidence-layout .hero-backdrop,
.feedback-v02 .hero--deployment-selected .hero-backdrop {
  position: absolute;
  inset: 0 -3vw;
}

.feedback-v02 .compare-hero.compare-hero--evidence-layout .hero-backdrop img {
  object-position: 58% center;
}

.feedback-v02 .hero--deployment-selected .hero-backdrop img {
  object-position: center;
}

.feedback-v02 .compare-hero.compare-hero--evidence-layout.hero--reports.hero--selected .hero__copy,
.feedback-v02 .hero--deployment-selected .hero__copy {
  width: min(46%, 580px);
  max-width: 46%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.feedback-v02 .compare-hero.compare-hero--evidence-layout h1,
.feedback-v02 .hero--deployment-selected h1 {
  max-width: 13ch;
  font-size: 50px;
}

@media (max-width: 900px) {
  body[data-page="small-molecule"] .hero--selected.hero--video::after,
  body[data-page="biologics"] .hero--selected.hero--video::after {
    background: linear-gradient(
      90deg,
      rgba(247, 249, 249, 0.99) 0%,
      rgba(247, 249, 249, 0.97) 58%,
      rgba(247, 249, 249, 0.72) 82%,
      rgba(247, 249, 249, 0.45) 100%
    );
  }

  .feedback-v02 .compare-hero.compare-hero--evidence-layout,
  .feedback-v02 .hero--deployment-selected {
    height: auto;
    min-height: 600px;
    padding: 40px 0 46px;
  }

  .feedback-v02 .compare-hero.compare-hero--evidence-layout .hero__inner,
  .feedback-v02 .hero--deployment-selected .hero__inner {
    min-height: 514px;
  }

  .feedback-v02 .compare-hero.compare-hero--evidence-layout.hero--reports.hero--selected .hero__copy,
  .feedback-v02 .hero--deployment-selected .hero__copy {
    width: min(92%, 620px);
    max-width: min(92%, 620px);
  }

  .feedback-v02 .compare-hero.compare-hero--evidence-layout h1,
  .feedback-v02 .hero--deployment-selected h1 {
    font-size: 44px;
  }
}

@media (max-width: 1080px) {
  body[data-page="compare"] .comparison-table-wrap {
    border: 0;
    background: transparent;
  }

  body[data-page="compare"] .comparison-table,
  body[data-page="compare"] .comparison-table tbody {
    display: block;
    width: 100%;
  }

  body[data-page="compare"] .comparison-table thead {
    display: none;
  }

  body[data-page="compare"] .comparison-table tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  body[data-page="compare"] .comparison-table td,
  body[data-page="compare"] .comparison-table .comparison-table__product {
    display: flex;
    width: auto;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    text-align: right;
  }

  body[data-page="compare"] .comparison-table td:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  body[data-page="compare"] .comparison-table .comparison-table__product {
    grid-column: 1 / -1;
    padding: 13px 14px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    background: var(--paper-soft);
    font-size: 14px;
    text-align: left;
  }

  body[data-page="compare"] .comparison-table td:not(.comparison-table__product)::before {
    max-width: calc(100% - 34px);
    color: var(--ink-muted);
    font-size: 10px;
    font-weight: 650;
    line-height: 1.25;
    text-align: left;
  }

  body[data-page="compare"] .comparison-table td:nth-child(2)::before { content: "Small molecule"; }
  body[data-page="compare"] .comparison-table td:nth-child(3)::before { content: "Biologics"; }
  body[data-page="compare"] .comparison-table td:nth-child(4)::before { content: "ADME / PK"; }
  body[data-page="compare"] .comparison-table td:nth-child(5)::before { content: "Uncertainty"; }
  body[data-page="compare"] .comparison-table td:nth-child(6)::before { content: "Read-across"; }
  body[data-page="compare"] .comparison-table td:nth-child(7)::before { content: "Documentation"; }
  body[data-page="compare"] .comparison-table td:nth-child(8)::before { content: "Self-hosted"; }
  body[data-page="compare"] .comparison-table td:nth-child(9)::before { content: "Batch / API"; }
}

@media (min-width: 901px) and (max-width: 1080px) {
  body[data-page="compare"] .comparison-table tbody {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
  }

  body[data-page="compare"] .comparison-table tr {
    margin-bottom: 0;
  }
}

@media (max-width: 620px) {
  .feedback-v02 .compare-hero.compare-hero--evidence-layout,
  .feedback-v02 .hero--deployment-selected {
    min-height: 640px;
    padding: 42px 0 48px;
  }

  .feedback-v02 .compare-hero.compare-hero--evidence-layout .hero__inner,
  .feedback-v02 .hero--deployment-selected .hero__inner {
    min-height: 550px;
  }

  .feedback-v02 .compare-hero.compare-hero--evidence-layout.hero--reports.hero--selected .hero__copy,
  .feedback-v02 .hero--deployment-selected .hero__copy {
    width: 100%;
    max-width: 100%;
  }

  .feedback-v02 .compare-hero.compare-hero--evidence-layout h1,
  .feedback-v02 .hero--deployment-selected h1 {
    font-size: 39px;
  }

  body[data-page="compare"] .comparison-table tr {
    grid-template-columns: 1fr;
  }

  body[data-page="compare"] .comparison-table td:nth-last-child(2) {
    border-bottom: 1px solid var(--line);
  }
}

.trust-layout__intro .button-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.trust-layout__intro .button-row .button {
  width: 100%;
  justify-content: center;
}

@media (max-width: 1100px) {
  .trust-layout__intro .button-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .solution-cta .button-row {
    flex-direction: column;
    align-items: stretch;
  }

  .solution-cta .button {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 900px) {
  body[data-page="platform"] .integration-grid,
  body[data-page="platform"] .integration-card {
    min-width: 0;
  }

  body[data-page="platform"] .integration-card__actions .button {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  body[data-page="platform"] .table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  body[data-page="platform"] .table-wrap table,
  body[data-page="platform"] .table-wrap tbody {
    display: block;
    width: 100%;
    min-width: 0;
  }

  body[data-page="platform"] .table-wrap thead {
    display: none;
  }

  body[data-page="platform"] .table-wrap tr {
    display: block;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
  }

  body[data-page="platform"] .table-wrap th[scope="row"] {
    display: block;
    width: auto;
    padding: 15px 16px;
    border-bottom: 1px solid var(--line);
    background: var(--paper-soft);
  }

  body[data-page="platform"] .table-wrap td {
    display: grid;
    grid-template-columns: minmax(90px, 0.34fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 13px 16px;
  }

  body[data-page="platform"] .table-wrap td::before {
    color: var(--ink-muted);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
  }

  body[data-page="platform"] .table-wrap td:nth-child(2)::before {
    content: "Current state";
  }

  body[data-page="platform"] .table-wrap td:nth-child(3)::before {
    content: "Website treatment";
  }
}

@media (min-width: 861px) and (max-width: 1080px) {
  body[data-page="platform"] .portal-frame--back {
    right: 8px;
    transform: rotate(0.8deg);
  }
}

.example-output-overview {
  align-items: center;
}

.example-output-overview > .section-heading {
  align-self: center;
  margin-bottom: 0;
}

.endpoint-explorer__detail {
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
}

.endpoint-explorer__visual {
  min-height: 100%;
}

.endpoint-explorer__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 54px);
}

.endpoint-explorer__copy dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 26px 0 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.endpoint-explorer__copy dl > div {
  padding: 22px 22px 22px 0;
}

.endpoint-explorer__copy dl > div + div {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.endpoint-explorer__copy dt {
  margin-bottom: 8px;
}

.endpoint-explorer__copy dd {
  margin: 0;
}

.dose-context-layout--single {
  display: block;
  width: min(100%, 1040px);
  margin-inline: auto;
}

.dose-context-layout--single .dose-context__map {
  display: block;
  padding: clamp(28px, 4vw, 52px);
}

.dose-context-layout--single .dose-context__header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.dose-context-layout--single .dose-context__header .eyebrow {
  margin: 0 0 4px;
}

.dose-context-layout--single .dose-context__header h3 {
  margin: 0;
  max-width: 720px;
}

.dose-context-layout--single .dose-scale {
  margin-top: 12px;
}

.dose-context-layout--single .dose-scale li {
  grid-template-columns: minmax(260px, 0.38fr) minmax(260px, 0.62fr);
  gap: 24px 38px;
  padding: 23px 0;
}

.dose-context-layout--single .dose-scale li > div {
  grid-column: 1;
}

.dose-context-layout--single .dose-scale__track {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.dose-context-layout--single .dose-scale li > p {
  grid-column: 2;
  margin-top: -8px;
}

.dose-context-layout--single .domain-gate {
  margin-top: 22px;
}

body[data-page="small-molecule"] .workflow-layout--confidence {
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
}

/* Deployment and data control */
.deployment-hero {
  padding: clamp(46px, 6vw, 84px) 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #f7f9f9;
}

.deployment-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  align-items: center;
  gap: clamp(26px, 4vw, 64px);
}

.deployment-hero__copy {
  max-width: 620px;
}

.deployment-hero__copy h1 {
  max-width: 12ch;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.99;
  letter-spacing: 0;
}

.deployment-hero__visual {
  width: calc(100% + clamp(24px, 5vw, 84px));
  margin: 0;
}

.deployment-hero__visual img {
  display: block !important;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.route-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.route-steps li {
  position: relative;
  min-height: 272px;
  padding: 28px 24px 30px;
}

.route-steps li + li {
  border-left: 1px solid var(--line);
}

.route-steps li > svg {
  margin: 32px 0 22px;
  color: var(--teal);
}

.route-steps__number {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
}

.route-steps h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.route-steps p {
  margin: 0;
  color: var(--text);
}

.route-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.route-split > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  align-items: center;
  padding: 20px 24px;
  border-left: 3px solid var(--teal);
  background: var(--surface, #fff);
}

.route-split > div > svg {
  grid-row: 1 / span 3;
  color: var(--teal);
}

.route-split > div span,
.route-split > div small {
  color: var(--muted);
}

.route-split > div strong {
  color: var(--ink);
}

.route-split > svg {
  color: var(--muted);
}

.learning-loop {
  margin: 38px 0 0;
}

.learning-loop__boundary {
  position: relative;
  padding: 54px clamp(24px, 4vw, 58px) 44px;
  border: 2px dashed rgba(15, 168, 150, 0.44);
  background: #fbfdfd;
}

.learning-loop__label {
  position: absolute;
  top: -17px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  background: #fbfdfd;
  color: var(--teal-dark);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.learning-loop__phase {
  margin-bottom: 16px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.learning-loop__phase--feedback {
  margin-top: 12px;
  color: #9a6d20;
}

.loop-row {
  display: grid;
  align-items: center;
}

.loop-row--prediction {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
}

.loop-row--feedback {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 16px;
}

.loop-row > article {
  min-height: 144px;
  padding: 24px;
  border: 1px solid rgba(15, 168, 150, 0.2);
  background: #e9f4f1;
}

.loop-row--feedback > article {
  border-color: rgba(217, 154, 40, 0.28);
  background: #fbf2df;
}

.loop-row > article > svg {
  margin-bottom: 18px;
  color: var(--teal);
}

.loop-row--feedback > article > svg {
  color: #a46f16;
}

.loop-row h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.loop-row p {
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
}

.loop-node--report {
  border-color: var(--teal) !important;
  background: var(--teal) !important;
  color: #fff;
}

.loop-node--report > svg,
.loop-node--report p {
  color: #fff !important;
}

.loop-row > svg {
  color: #93a4a4;
}

.loop-row--feedback > svg {
  color: #bd8526;
}

.loop-handoffs {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 2% 14px 21%;
}

.loop-handoffs span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a46f16;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.learning-loop figcaption {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  padding: 26px 0 0;
  color: var(--text);
}

.learning-loop figcaption p {
  margin: 0;
}

.boundary-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.boundary-ledger article {
  padding: 28px 28px 30px 0;
}

.boundary-ledger article + article {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.boundary-ledger__state {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--teal-dark);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.boundary-ledger__state--review {
  color: #9a6d20;
}

.boundary-ledger h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.boundary-ledger p {
  margin: 0;
}

.deployment-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.deployment-paths > article {
  padding: 34px clamp(24px, 4vw, 48px) 34px 0;
}

.deployment-paths > article + article {
  padding-right: 0;
  padding-left: clamp(24px, 4vw, 48px);
  border-left: 1px solid var(--line);
}

.deployment-paths__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.deployment-paths__heading > svg {
  color: var(--teal);
}

.deployment-paths__heading span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.deployment-paths__heading h3 {
  margin: 2px 0 0;
  font-size: 26px;
}

.deployment-paths ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.deployment-paths li {
  position: relative;
  padding: 12px 0 12px 24px;
  border-top: 1px solid var(--line);
}

.deployment-paths li::before {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.deployment-review-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
  padding: 22px 24px;
  border-left: 3px solid var(--teal);
  background: #e9f4f1;
}

.deployment-review-strip > svg {
  color: var(--teal);
}

.deployment-review-strip p {
  margin: 4px 0 0;
}

.ip-guardrails {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.ip-guardrails article {
  padding: 34px clamp(24px, 4vw, 48px) 34px 0;
}

.ip-guardrails article + article {
  padding-right: 0;
  padding-left: clamp(24px, 4vw, 48px);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.ip-guardrails article > svg {
  margin-bottom: 24px;
  color: #73d8cb;
}

.ip-guardrails h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
}

.ip-guardrails p,
.ip-guardrails strong {
  color: rgba(255, 255, 255, 0.78);
}

.ip-guardrails strong {
  display: block;
  margin-top: 20px;
}

.ip-guardrails .button {
  margin-top: 22px;
}

body[data-page="deployment"] .band--ink {
  color: #f7f9f9;
  border-color: #28423d;
  background: #0b1a1c;
}

body[data-page="deployment"] .band--ink h2,
body[data-page="deployment"] .band--ink h3,
body[data-page="deployment"] .band--ink .eyebrow {
  color: #f7f9f9;
}

body[data-page="deployment"] .band--ink .section-heading p {
  color: #c8d5d1;
}

body[data-page="contact"] #demo-form-title {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

body[data-page="contact"] .contact-expectations h2 {
  font-size: 18px;
}

@media (max-width: 1040px) {
  .route-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-steps li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .route-steps li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .loop-row--prediction,
  .loop-row--feedback {
    gap: 8px;
  }

  .loop-row > article {
    padding: 18px;
  }
}

@media (max-width: 800px) {
  .deployment-hero__inner,
  .deployment-paths,
  .ip-guardrails,
  .learning-loop figcaption,
  .boundary-ledger {
    grid-template-columns: 1fr;
  }

  .deployment-hero__copy {
    max-width: none;
  }

  .deployment-hero__copy h1 {
    max-width: 14ch;
    font-size: clamp(38px, 11vw, 58px);
  }

  .deployment-hero__visual {
    width: 100%;
  }

  .route-split {
    grid-template-columns: 1fr;
  }

  .route-split > svg {
    transform: rotate(90deg);
    justify-self: center;
  }

  .loop-row--prediction,
  .loop-row--feedback {
    grid-template-columns: 1fr;
  }

  .loop-row > svg {
    transform: rotate(90deg);
    justify-self: center;
  }

  .loop-row--feedback > svg {
    transform: rotate(-90deg);
  }

  .loop-handoffs {
    display: grid;
    padding: 20px 0;
  }

  .boundary-ledger article,
  .boundary-ledger article + article,
  .deployment-paths > article,
  .deployment-paths > article + article,
  .ip-guardrails article,
  .ip-guardrails article + article {
    padding: 28px 0;
    border-left: 0;
  }

  .boundary-ledger article + article,
  .deployment-paths > article + article,
  .ip-guardrails article + article {
    border-top: 1px solid var(--line);
  }

  .ip-guardrails article + article {
    border-top-color: rgba(255, 255, 255, 0.22);
  }

  .deployment-review-strip {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .deployment-review-strip .text-link {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  .trust-layout__intro .button-row {
    grid-template-columns: 1fr;
  }

  .endpoint-explorer__detail,
  .endpoint-explorer__copy dl,
  .dose-context-layout--single .dose-context__header {
    grid-template-columns: 1fr;
  }

  .endpoint-explorer__copy {
    padding: 26px 22px;
  }

  .endpoint-explorer__copy dl > div,
  .endpoint-explorer__copy dl > div + div {
    padding: 18px 0;
    border-left: 0;
  }

  .endpoint-explorer__copy dl > div + div {
    border-top: 1px solid var(--line);
  }

  .dose-context-layout--single .dose-context__map {
    padding: 26px 22px;
  }

  .dose-context-layout--single .dose-context__header {
    gap: 8px;
  }

  .dose-context-layout--single .dose-scale li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dose-context-layout--single .dose-scale li > div,
  .dose-context-layout--single .dose-scale__track,
  .dose-context-layout--single .dose-scale li > p {
    grid-column: 1;
    grid-row: auto;
  }

  .dose-context-layout--single .dose-scale li > p {
    margin-top: 0;
  }

  body[data-page="small-molecule"] .workflow-layout--confidence {
    grid-template-columns: 1fr;
  }

  .route-steps {
    grid-template-columns: 1fr;
  }

  .route-steps li,
  .route-steps li:nth-child(3),
  .route-steps li:nth-child(4) {
    min-height: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .route-steps li:first-child {
    border-top: 0;
  }

  .route-steps li > svg {
    margin: 22px 0 16px;
  }
}

/* Hero revisions requested on 2026-07-25. */
.home-products .product-story--small {
  border-top: 0;
}

body.feedback-v02 .hero.hero--selected.hero--right-contain .hero-backdrop,
body.feedback-v02 .compare-hero.compare-hero--evidence-layout.hero--right-contain .hero-backdrop {
  inset: 0;
  overflow: hidden;
  background: #f7f9f9;
}

body.feedback-v02 .hero.hero--selected.hero--right-contain .hero-backdrop img,
body.feedback-v02 .compare-hero.compare-hero--evidence-layout.hero--right-contain .hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

body.feedback-v02.final-view[data-page="home"] .hero--home.hero--selected.hero--video .hero__copy.home-hero-overlay {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 54px rgba(23, 33, 29, 0.12) !important;
  backdrop-filter: blur(7px);
}

.home-hero-overlay__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.home-hero-overlay__video {
  display: grid;
  min-width: 0;
  align-items: center;
  padding: clamp(10px, 1vw, 16px);
  background: transparent;
}

.home-hero-overlay__video-frame {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(142, 164, 155, 0.62);
  border-radius: 6px;
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(23, 33, 29, 0.1);
}

.home-hero-sales-video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--paper);
  pointer-events: auto;
}

body.feedback-v02.final-view[data-page="home"] .hero--home .hero-backdrop,
body.feedback-v02.final-view[data-page="home"] .hero--home .hero-bg-video {
  pointer-events: none;
}

.home-hero-sales-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 88px;
  height: 88px;
  padding: 0;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(10, 131, 117, 0.94);
  box-shadow: 0 14px 34px rgba(11, 26, 28, 0.3);
  transform: translate(-50%, -50%);
  cursor: pointer;
  touch-action: manipulation;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.home-hero-sales-video__play:hover {
  background: #006b5e;
  box-shadow: 0 18px 40px rgba(11, 26, 28, 0.36);
  transform: translate(-50%, -50%) scale(1.04);
}

.home-hero-sales-video__play:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.home-hero-sales-video__icon {
  display: grid;
  place-items: center;
}

.home-hero-sales-video__icon--play svg {
  margin-left: 4px;
  fill: currentColor;
}

.home-hero-sales-video__icon--pause {
  display: none;
}

.home-hero-overlay__video-frame.is-playing .home-hero-sales-video__play {
  top: 14px;
  right: 14px;
  left: auto;
  width: 52px;
  height: 52px;
  border-width: 1px;
  background: rgba(10, 131, 117, 0.92);
  box-shadow: 0 10px 26px rgba(11, 26, 28, 0.28);
  transform: none;
}

.home-hero-overlay__video-frame.is-playing .home-hero-sales-video__play:hover {
  transform: scale(1.04);
}

.home-hero-overlay__video-frame.is-playing .home-hero-sales-video__icon--play {
  display: none;
}

.home-hero-overlay__video-frame.is-playing .home-hero-sales-video__icon--pause {
  display: grid;
}

@media (min-width: 901px) {
  body.feedback-v02.final-view[data-page="home"] .hero--home .hero__inner {
    width: min(calc(100% - 32px), 1240px);
  }

  body.feedback-v02.final-view[data-page="home"] .home-hero-overlay__content h1 {
    font-size: 56px;
    line-height: 1.06;
  }

  body.feedback-v02.final-view[data-page="home"] .home-hero-overlay__content .hero__lead {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.5;
  }
}

body.feedback-v02[data-page="deployment"] .hero--deployment-plain {
  height: 380px;
  background: #f7f9f9;
}

body.feedback-v02[data-page="deployment"] .hero--deployment-plain::after {
  display: none;
}

body.feedback-v02[data-page="deployment"] .hero--deployment-plain .hero__copy {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

body.feedback-v02[data-page="deployment"] .hero--deployment-plain h1 {
  width: 100%;
  max-width: none;
  font-size: clamp(38px, 3.3vw, 48px);
}

body.feedback-v02[data-page="deployment"] .hero--deployment-plain .hero__lead {
  max-width: 760px;
}

body.feedback-v02[data-page="deployment"] .hero--deployment-plain .button-row {
  display: grid;
  width: min(100%, 760px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.feedback-v02[data-page="deployment"] .hero--deployment-plain .button {
  width: 100%;
  justify-content: center;
}

body.feedback-v02[data-page="evidence"] .hero--evidence-selected .hero__copy.evidence-hero-overlay {
  display: grid;
  width: 60%;
  max-width: 60%;
  flex: 0 0 60%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 2.4vw, 34px);
  margin: 0;
  padding: clamp(24px, 2.4vw, 32px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.evidence-hero-overlay__heading,
.evidence-hero-overlay__details {
  min-width: 0;
}

.evidence-hero-overlay__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.feedback-v02[data-page="evidence"] .evidence-hero-overlay h1 {
  max-width: 12ch;
  font-size: clamp(38px, 3.25vw, 47px);
}

body.feedback-v02[data-page="evidence"] .evidence-hero-overlay .hero__lead {
  margin-top: 0;
  font-size: 16px;
}

body.feedback-v02[data-page="evidence"] .evidence-hero-overlay .button-row {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
}

body.feedback-v02[data-page="evidence"] .evidence-hero-overlay .button {
  width: 100%;
  justify-content: center;
}

@media (max-width: 900px) {
  body.feedback-v02.final-view[data-page="home"] .hero--home.hero--selected.hero--video .hero__copy.home-hero-overlay {
    grid-template-columns: 1fr;
  }

  body.feedback-v02[data-page="deployment"] .hero--deployment-plain .hero__copy {
    width: 100%;
    max-width: 100%;
  }

  body.feedback-v02[data-page="deployment"] .hero--deployment-plain {
    height: auto;
    min-height: 420px;
    padding: 28px 0 30px;
  }

  body.feedback-v02[data-page="deployment"] .hero--deployment-plain .hero__inner {
    min-height: 362px;
  }

  body.feedback-v02[data-page="evidence"] .hero--evidence-selected .hero__copy.evidence-hero-overlay {
    width: min(92%, 660px);
    max-width: min(92%, 660px);
    flex-basis: auto;
    grid-template-columns: 1fr;
  }

  body.feedback-v02[data-page="evidence"] .evidence-hero-overlay h1 {
    max-width: 14ch;
  }
}

@media (max-width: 620px) {
  body.feedback-v02[data-page="home"] .hero--home.hero--selected.hero--video {
    min-height: 0;
    padding: 26px 0 28px;
  }

  .home-hero-overlay__content,
  .home-hero-overlay__video {
    padding: 18px;
  }

  .home-hero-sales-video__play {
    width: 72px;
    height: 72px;
  }

  .home-hero-overlay__video-frame.is-playing .home-hero-sales-video__play {
    top: 10px;
    right: 10px;
    width: 46px;
    height: 46px;
  }

  body.feedback-v02[data-page="deployment"] .hero--deployment-plain .button-row {
    grid-template-columns: 1fr;
  }

  body.feedback-v02[data-page="deployment"] .hero--deployment-plain {
    min-height: 470px;
    padding: 26px 0 30px;
  }

  body.feedback-v02[data-page="deployment"] .hero--deployment-plain .hero__inner {
    min-height: 414px;
  }

  body.feedback-v02[data-page="evidence"] .hero--evidence-selected .hero__copy.evidence-hero-overlay {
    width: 100%;
    max-width: 100%;
    padding: 22px;
  }
}

/* Restrained AI and machine-learning explanation */

.ai-methods-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-soft);
}

.ai-methods {
  display: grid;
  grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}

.ai-methods__intro {
  position: sticky;
  top: calc(var(--header-height) + 30px);
  max-width: 440px;
}

.ai-methods__intro h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
}

.ai-methods__intro > p {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.ai-methods__principle {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.ai-methods__principle strong {
  display: block;
  color: var(--teal-dark);
  font-size: 15px;
}

.ai-methods__principle p {
  margin: 8px 0 10px;
  color: var(--ink-soft);
}

.ai-method-ledger {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ai-method-ledger article {
  display: grid;
  grid-template-columns: 48px minmax(180px, 0.75fr) minmax(0, 1.25fr);
  gap: 22px;
  align-items: start;
  padding: 27px 0;
}

.ai-method-ledger article + article {
  border-top: 1px solid var(--line);
}

.ai-method-ledger__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(0, 107, 94, 0.24);
  border-radius: 50%;
  color: var(--teal-dark);
  background: var(--teal-soft);
}

.ai-method-ledger__label {
  margin: 0 0 7px;
  color: var(--teal-dark);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ai-method-ledger h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.ai-method-ledger article > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.ai-faq-band {
  border-top: 1px solid var(--line);
}

.ai-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: start;
}

.ai-faq-layout .section-heading {
  margin: 0;
}

.ai-faq {
  border-bottom: 1px solid var(--line);
}

.ai-faq details {
  border-top: 1px solid var(--line);
}

.ai-faq summary {
  min-height: 68px;
  padding: 20px 8px 20px 2px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 720;
  line-height: 1.4;
  cursor: pointer;
}

.ai-faq summary::marker,
.ai-faq summary::-webkit-details-marker {
  color: var(--teal);
}

.ai-faq details[open] summary {
  color: var(--teal-dark);
}

.ai-faq details p {
  max-width: 72ch;
  margin: 0;
  padding: 0 28px 24px 22px;
  color: var(--ink-soft);
}

body[data-page="deployment"] .boundary-ledger {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1080px) {
  body[data-page="deployment"] .boundary-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="deployment"] .boundary-ledger article:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  body[data-page="deployment"] .boundary-ledger article:nth-child(even) {
    padding-left: 28px;
    border-left: 1px solid var(--line);
  }

  body[data-page="deployment"] .boundary-ledger article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 900px) {
  .ai-methods,
  .ai-faq-layout {
    grid-template-columns: 1fr;
  }

  .ai-methods__intro {
    position: static;
    max-width: 720px;
  }

  .ai-faq-layout .section-heading {
    max-width: 720px;
  }
}

@media (max-width: 800px) {
  body[data-page="deployment"] .boundary-ledger {
    grid-template-columns: 1fr;
  }

  body[data-page="deployment"] .boundary-ledger article,
  body[data-page="deployment"] .boundary-ledger article:nth-child(odd),
  body[data-page="deployment"] .boundary-ledger article:nth-child(even) {
    padding: 28px 0;
    border-left: 0;
  }

  body[data-page="deployment"] .boundary-ledger article + article {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .ai-method-ledger article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
  }

  .ai-method-ledger article > p {
    grid-column: 2;
  }

  .ai-faq summary {
    font-size: 17px;
  }
}

/* Mobile and tablet audit: preserve the compact header while keeping touch targets usable. */
.feedback-v02 .site-header .brand,
.feedback-v02 .site-header .primary-nav > a,
.feedback-v02 .site-header .nav-dropdown > button,
.feedback-v02 .site-header .header-login {
  min-height: 44px;
}

.feedback-v02 .site-header .button--header {
  min-height: 44px;
  padding-block: 9px;
}

.feedback-v02 .site-header .mobile-menu-button {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
}

body[data-page="contact"] .checkbox-field {
  min-height: 44px;
  grid-template-columns: 28px minmax(0, 1fr);
  padding-block: 10px;
}

body[data-page="contact"] .checkbox-field input {
  width: 24px;
  min-height: 24px;
  height: 24px;
  margin: 0;
}

/* Tablet layouts: preserve the desktop composition above 1080px while giving
   dense scientific sections a deliberate intermediate template. */
@media (max-width: 900px) {
  .endpoint-explorer__detail {
    grid-template-columns: 1fr;
    padding: clamp(18px, 3vw, 26px);
  }

  .endpoint-explorer__visual {
    width: min(100%, 500px);
    min-height: 0;
    margin-inline: auto;
  }

  body[data-page="small-molecule"] .workflow-layout--confidence {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  body[data-page="small-molecule"] .workflow-layout--confidence .workflow-visual {
    width: min(100%, 560px);
    max-width: none;
    margin-inline: auto;
  }

  .claim-boundary-map__head {
    display: none;
  }

  .claim-boundary-row {
    grid-template-columns: 1fr;
  }

  .claim-boundary-row__arrow {
    transform: rotate(90deg);
  }

  .claim-boundary-row__limit {
    border-top: 1px dashed #bfd0d1;
    border-left: 0;
  }

  .measured-facts__layout,
  .example-output-overview {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .measured-facts__capture {
    width: min(100%, 620px);
    max-width: 620px;
    margin-inline: auto;
  }

  .measured-facts__details,
  .example-output-overview > .section-heading {
    width: 100%;
    max-width: 720px;
  }

  .ai-method-ledger article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px 18px;
  }

  .ai-method-ledger article > p {
    grid-column: 2;
  }
}

@media (min-width: 901px) and (max-width: 1080px) {
  .measured-facts__layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
    gap: 34px;
  }
}

@media (max-width: 1080px) {
  .structure-live__modes button {
    min-height: 44px;
    padding-block: 10px;
  }

  .structure-live__tools button,
  .pdf-viewer__button {
    width: 44px;
    height: 44px;
  }
}

@media (min-width: 901px) and (max-width: 1080px) {
  .pdf-viewer__toolbar {
    flex-wrap: wrap;
  }

  .pdf-viewer__toolbar > .pdf-viewer__group:first-child {
    flex: 1 1 100%;
  }

  .pdf-viewer__toolbar > .pdf-viewer__group:last-child {
    width: 100%;
    justify-content: space-between;
  }
}

/* L1 product stories: retain the desktop text-and-visual relationship on iPad
   portrait instead of expanding every visual into a full-width stack. */
@media (min-width: 720px) and (max-width: 900px) {
  .feedback-v02 .layout-l1,
  .feedback-v02 .home-products .product-story,
  .feedback-v02 .home-products .product-story--small,
  .feedback-v02 .home-products .product-story--biologics {
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(24px, 3.6vw, 32px);
    align-items: center;
  }

  .feedback-v02 .layout-l1__copy,
  .feedback-v02 .home-products .product-story__copy {
    width: 100%;
    max-width: none;
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
  }

  .feedback-v02 .layout-l1 .product-visual,
  .feedback-v02 .layout-l1 .visual-under,
  .feedback-v02 .layout-l1 .structure-live,
  .feedback-v02 .home-products .product-story > .product-visual {
    width: 100%;
    max-width: none;
    min-width: 0;
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
  }

  .feedback-v02 .home-products .product-story {
    gap: clamp(24px, 3.6vw, 32px);
    padding: 44px 0;
  }

  .feedback-v02 .layout-l1 .visual-review-media,
  .feedback-v02 .home-products .product-story .visual-review-media {
    max-width: 100%;
  }

  .feedback-v02 .layout-l1 .visual-review-media img,
  .feedback-v02 .home-products .product-story .visual-review-media img {
    object-fit: contain;
  }

  .feedback-v02 .structure-layout .structure-live__stage {
    height: 340px;
  }
}

/* Keep scientific visuals in proportion on portrait tablets. These sections
   retain their desktop relationship until the true mobile breakpoint. */
@media (min-width: 720px) and (max-width: 900px) {
  body.feedback-v02.final-view[data-page="home"] .hero--home.hero--selected.hero--video .hero__copy.home-hero-overlay {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  }

  body[data-page="home"] .home-hero-overlay__content {
    padding: 24px;
  }

  body[data-page="home"] .home-hero-overlay__content .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .feedback-v02 .feedback-two-column {
    grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
    gap: 28px;
    align-items: center;
  }

  .feedback-v02 .feedback-two-column > * {
    min-width: 0;
  }

  .feedback-v02 .feedback-two-column > div {
    grid-column: 1;
    grid-row: 1;
  }

  .feedback-v02 .feedback-two-column > figure {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: none;
  }

  .workflow-layout--selected-landscape,
  .feedback-v02 .workflow-layout--selected-landscape,
  .feedback-v02 .workflow-layout--image.workflow-layout--selected-landscape,
  .feedback-v02 .workflow-layout--validation.workflow-layout--selected-landscape {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: center;
  }

  .feedback-v02 .workflow-layout--selected-landscape > figure {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: none;
  }

  .feedback-v02 .workflow-layout--selected-landscape > ol {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  body[data-page="small-molecule"] .workflow-layout--confidence {
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: center;
  }

  body[data-page="small-molecule"] .workflow-layout--confidence > .product-visual {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: none;
  }

  body[data-page="small-molecule"] .workflow-layout--confidence > .question-list {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .feedback-v02 .record-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: center;
  }

  .feedback-v02 .record-layout > .ui-shot {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }

  .feedback-v02 .record-layout > .record-list {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .feedback-v02 .report-layout {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: start;
  }

  .feedback-v02 .report-layout > .report-copy {
    grid-column: 1;
    grid-row: 1;
    order: 0;
    min-width: 0;
  }

  .feedback-v02 .report-layout > .pdf-frame {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .feedback-v02 .report-layout .pdf-viewer__stage {
    height: 500px;
  }

  .feedback-v02 .report-layout .pdf-viewer__toolbar {
    flex-wrap: wrap;
  }

  .feedback-v02 .report-layout .pdf-viewer__toolbar > .pdf-viewer__group:first-child {
    flex: 1 1 100%;
  }

  .feedback-v02 .report-layout .pdf-viewer__toolbar > .pdf-viewer__group:last-child {
    width: 100%;
    justify-content: space-between;
  }

  .measured-facts__layout {
    grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
    gap: 28px;
    align-items: start;
  }

  .measured-facts__capture {
    position: static;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .measured-facts__details {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .portal-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .adme-explorer__workspace {
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  }

  .adme-explorer__detail {
    border-right: 1px solid var(--line);
    border-bottom: 0;
    padding: 24px;
  }

  .endpoint-explorer__detail {
    grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr);
    gap: 24px;
    padding: 24px;
    align-items: start;
  }

  .endpoint-explorer__visual {
    width: 100%;
    min-height: 0;
    margin: 0;
    aspect-ratio: 1;
    align-self: start;
  }

  .endpoint-explorer__visual img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
  }

  .endpoint-explorer__copy {
    padding: 8px 8px 8px 0;
  }

  .endpoint-explorer__copy dl {
    grid-template-columns: 1fr;
  }

  .endpoint-explorer__copy dl > div,
  .endpoint-explorer__copy dl > div + div {
    padding: 16px 0;
    border-left: 0;
  }

  .endpoint-explorer__copy dl > div + div {
    border-top: 1px solid var(--line);
  }

  .feedback-v02 .hero--portal .hero__inner {
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
    gap: 28px;
    align-items: center;
  }

  .feedback-v02 .hero--portal .hero__copy {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .feedback-v02 .hero--portal .portal-stack {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-height: 340px;
    margin: 0;
  }

  .feedback-v02 .hero--portal .portal-frame {
    width: 100%;
  }

  .feedback-v02 .hero--portal .portal-frame--back {
    right: -10px;
  }

  .feedback-v02 .hero--portal .portal-frame--front {
    right: 10px;
  }

  .feedback-v02 .hero--portal .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .feedback-two-column {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: auto auto auto;
    gap: 24px 28px;
    align-items: start;
  }

  body[data-page="home"] .feedback-two-column > div {
    display: contents;
  }

  body[data-page="home"] .feedback-two-column .section-heading {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  body[data-page="home"] .feedback-two-column .state-grid {
    grid-column: 1;
    grid-row: 2;
  }

  body[data-page="home"] .feedback-two-column .text-link {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
  }

  body[data-page="home"].feedback-v02.final-view .feedback-two-column > .product-visual {
    grid-column: 2;
    grid-row: 2 / 4;
    width: 100%;
    max-width: none;
    align-self: center;
  }
}

@media (min-width: 720px) and (max-width: 800px) {
  .learning-loop__boundary {
    padding: 54px 20px 32px;
  }

  .loop-row--prediction {
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
    grid-template-rows: auto 28px auto;
    gap: 10px;
  }

  .loop-row--prediction > article:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .loop-row--prediction > svg:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
  }

  .loop-row--prediction > article:nth-of-type(2) {
    grid-column: 3;
    grid-row: 1;
  }

  .loop-row--prediction > svg:nth-of-type(2) {
    grid-column: 3;
    grid-row: 2;
    justify-self: center;
    transform: rotate(90deg);
  }

  .loop-row--prediction > article:nth-of-type(3) {
    grid-column: 3;
    grid-row: 3;
  }

  .loop-row--prediction > svg:nth-of-type(3) {
    grid-column: 2;
    grid-row: 3;
    transform: rotate(180deg);
  }

  .loop-row--prediction > article:nth-of-type(4) {
    grid-column: 1;
    grid-row: 3;
  }

  .loop-row--feedback {
    grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
    gap: 8px;
  }

  .loop-row--feedback > svg {
    display: block;
    transform: none;
    justify-self: center;
  }

  .loop-row > article {
    min-height: 118px;
    padding: 16px;
  }

  .loop-row > article > svg {
    margin-bottom: 12px;
  }

  .loop-handoffs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 16px 0;
  }

  .learning-loop figcaption {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

/* ------------------------------------------------------------------ *
 * Compare capability matrix — tablet / mobile.
 * Keep the grid as ONE side-by-side, horizontally-scrollable table
 * (sticky product column + sticky header row) instead of collapsing
 * each product into its own stacked card. This overrides the
 * card-transform blocks earlier in this file (and in final-polish.css);
 * it is last in source order, so it wins for the compare page.
 * ------------------------------------------------------------------ */
@media (max-width: 1080px) {
  body[data-page="compare"] .comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--line);
    background: var(--paper);
  }

  body[data-page="compare"] .comparison-table {
    display: table;
    width: auto;
    min-width: 600px;
    border-collapse: separate;
    border-spacing: 0;
  }

  body[data-page="compare"] .comparison-table thead {
    display: table-header-group;
  }

  body[data-page="compare"] .comparison-table tbody {
    display: table-row-group;
  }

  body[data-page="compare"] .comparison-table tr {
    display: table-row;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: none;
    overflow: visible;
  }

  body[data-page="compare"] .comparison-table th,
  body[data-page="compare"] .comparison-table td {
    display: table-cell;
    width: auto;
    min-width: 74px;
    padding: 11px 9px;
    gap: 0;
    border-right: 1px solid #e0e6e2;
    border-bottom: 1px solid #e0e6e2;
    text-align: center;
    vertical-align: middle;
  }

  body[data-page="compare"] .comparison-table th:last-child,
  body[data-page="compare"] .comparison-table td:last-child {
    border-right: 0;
  }

  body[data-page="compare"] .comparison-table tr:last-child td {
    border-bottom: 0;
  }

  body[data-page="compare"] .comparison-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--paper-soft);
    font-size: 11px;
    line-height: 1.3;
  }

  body[data-page="compare"] .comparison-table .comparison-table__product {
    position: sticky;
    left: 0;
    z-index: 1;
    display: table-cell;
    grid-column: auto;
    min-width: 126px;
    padding: 11px 12px;
    background: var(--paper);
    box-shadow: 1px 0 0 var(--line);
    text-align: left;
    font-size: 13px;
  }

  body[data-page="compare"] .comparison-table thead .comparison-table__product {
    z-index: 3;
    background: var(--paper-soft);
  }

  body[data-page="compare"] .comparison-table tr.is-mltox td {
    background: #edf8f5;
  }

  body[data-page="compare"] .comparison-table tr.is-mltox .comparison-table__product {
    background: #e2f3ef;
  }

  /* remove the per-cell labels the card layout injected */
  body[data-page="compare"] .comparison-table td:not(.comparison-table__product)::before {
    content: none;
  }
}
