/* Trust and contact surfaces retain the established Open Sans / forest identity. */
.menu-toggle {
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
}
.demo-note,
.product-line,
.framework-strip > p,
.proof-footnote,
.comparison-note,
.comparison-context p,
.comparison-sources > p,
.source-grid p,
.pricing-bottom p,
.feature-stage,
.feature-screen figcaption > span,
.faq-list details p,
.pilot-action small {
  font-size: 14px;
  line-height: 1.8;
}
.comparison-table thead small,
.pricing-table td a {
  font-size: 12px;
}
.edge-priorities-title {
  margin-top: 36px;
  font-size: 24px;
  letter-spacing: -0.025em;
}
.site-footer > div {
  font-size: 13px;
  line-height: 1.7;
}
.site-footer > p {
  font-size: 12px;
  margin: 0;
}
.trust-footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 24px;
  grid-column: 1/-1;
}
.trust-footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 13px;
  text-decoration: none;
  text-underline-offset: 4px;
}
.trust-footer-nav a:hover {
  text-decoration: underline;
}
.trust-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 64px) 88px;
}
.trust-hero {
  padding: 72px 0 44px;
  border-bottom: 1px solid var(--line);
}
.trust-hero h1 {
  font-size: clamp(36px, 4.4vw, 62px);
  letter-spacing: -0.045em;
  line-height: 1.13;
  max-width: 24ch;
}
.trust-hero > p:not(.section-number) {
  max-width: 67ch;
  font-size: 17px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 24px;
}
.trust-meta {
  margin-top: 24px;
  font-size: 13px;
  color: var(--muted);
}
.trust-layout {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 64px;
  padding-top: 44px;
}
.trust-index {
  align-self: start;
  position: sticky;
  top: 24px;
}
.trust-index p {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 14px;
}
.trust-index a {
  display: block;
  padding: 11px 0;
  min-height: 44px;
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
  line-height: 1.6;
}
.trust-index a:hover {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.trust-body > section {
  padding: 0 0 40px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 24px;
}
.trust-body > section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.trust-body h2 {
  font-size: 25px;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.trust-body p,
.trust-body dd,
.trust-body li,
.trust-body address {
  font-size: 15px;
  line-height: 1.85;
  max-width: 72ch;
  overflow-wrap: anywhere;
}
.trust-body p + p,
.trust-body p + .trust-actions,
.trust-body address + p {
  margin-top: 18px;
}
.trust-body address {
  font-style: normal;
  margin-bottom: 20px;
}
.trust-body a:not(.button) {
  text-underline-offset: 4px;
}
.trust-definitions {
  margin: 22px 0;
}
.trust-definitions dt {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 6px;
}
.trust-definitions dd {
  margin: 0;
  color: var(--muted);
}
.trust-source-list {
  padding-left: 20px;
}
.trust-source-list li {
  margin: 0 0 20px;
}
.trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 24px 0 14px;
}
.trust-actions .button {
  cursor: pointer;
  font-family: inherit;
}
.trust-body .trust-small,
.trust-body .copy-status {
  font-size: 13px;
  color: var(--muted);
}
.copy-status:empty {
  display: none;
}
.trust-body .copy-status {
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .trust-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 32px;
  }
}
@media (max-width: 700px) {
  .trust-hero {
    padding-top: 48px;
  }
  .trust-layout {
    display: block;
    padding-top: 24px;
  }
  .trust-index {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    padding-bottom: 24px;
    margin-bottom: 36px;
    border-bottom: 1px solid var(--line);
  }
  .trust-index p {
    width: 100%;
  }
  .trust-index a {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .trust-footer-nav {
    gap: 2px 18px;
  }
  .trust-body h2 {
    font-size: 23px;
  }
}

/* Keep operator attribution with the brand, never floating in the centre. */
.site-footer {
  grid-template-columns: minmax(0, 1fr) auto;
}
.site-footer > p {
  grid-row: auto;
}
.site-footer > .footer-identity {
  display: grid;
  justify-items: start;
  gap: 18px;
  grid-column: 1;
  grid-row: 1;
  text-align: left;
}
.site-footer .footer-attribution {
  display: grid;
  gap: 6px;
}
.site-footer .footer-identity .brand span {
  display: inline;
  color: var(--ink);
}
.site-footer > a:last-of-type {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}
@media (max-width: 600px) {
  .site-footer {
    grid-template-columns: minmax(0, 1fr);
  }
  .site-footer > a:last-of-type {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    font-size: 12px;
  }
}
