.trust-page {
  background: var(--ivory-50);
}

.trust-hero {
  padding: 72px 0 64px;
  color: var(--ivory-50);
  background: var(--navy-950);
  border-bottom: 1px solid rgba(216, 184, 102, .28);
}

.trust-hero .breadcrumbs {
  margin-bottom: 30px;
}

.trust-hero .breadcrumbs ol {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--muted-light);
  font-size: .82rem;
  letter-spacing: .04em;
}

.trust-hero .breadcrumbs li + li::before {
  content: "/";
  margin-right: 10px;
  color: rgba(216, 184, 102, .7);
}

.trust-hero .breadcrumbs a {
  text-decoration: none;
}

.trust-hero h1 {
  max-width: 920px;
  margin: 10px 0 18px;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 6.4rem);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.045em;
}

.trust-hero > .shell > p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--muted-light);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.trust-body {
  padding: 76px 0 96px;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 790px);
  gap: clamp(48px, 8vw, 116px);
  align-items: start;
}

.trust-index {
  position: sticky;
  top: 112px;
  padding-top: 4px;
  border-top: 1px solid var(--gold-500);
}

.trust-index strong {
  display: block;
  padding: 16px 0 14px;
  color: var(--navy-950);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.trust-index a {
  display: block;
  padding: 10px 0;
  color: var(--muted);
  border-top: 1px solid var(--line-light);
  font-size: .9rem;
  text-decoration: none;
}

.trust-index a:hover,
.trust-index a:focus-visible {
  color: var(--navy-900);
}

.trust-content {
  min-width: 0;
}

.trust-lede {
  padding-bottom: 38px;
  margin: 0 0 48px;
  border-bottom: 1px solid var(--line-light);
  color: var(--navy-900);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.45;
}

.trust-section {
  scroll-margin-top: 112px;
  padding: 0 0 42px;
  margin: 0 0 42px;
  border-bottom: 1px solid var(--line-light);
}

.trust-section:last-child {
  margin-bottom: 0;
}

.trust-section .trust-number {
  display: block;
  margin-bottom: 9px;
  color: var(--gold-600);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.trust-section h2 {
  margin: 0 0 18px;
  color: var(--navy-950);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.trust-section h3 {
  margin: 28px 0 8px;
  color: var(--navy-900);
  font-size: 1rem;
}

.trust-section p,
.trust-section li {
  color: #3e4b5e;
}

.trust-section p {
  margin: 0 0 16px;
}

.trust-section ul {
  padding-left: 1.25rem;
  margin: 14px 0 0;
}

.trust-section li + li {
  margin-top: 8px;
}

.trust-section a {
  color: var(--navy-800);
  text-underline-offset: 3px;
}

.trust-note {
  padding: 22px 0 4px 24px;
  margin-top: 26px;
  border-left: 2px solid var(--gold-500);
}

.trust-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-950);
}

.trust-updated {
  margin-top: 12px;
  color: var(--muted-light);
  font-size: .82rem;
  letter-spacing: .04em;
}

@media (max-width: 820px) {
  .trust-hero {
    padding: 54px 0 46px;
  }

  .trust-body {
    padding: 54px 0 72px;
  }

  .trust-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .trust-index {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }

  .trust-index strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .trust-index {
    grid-template-columns: 1fr;
  }

  .trust-note {
    padding-left: 18px;
  }
}
