.trust-editorial-page .trust-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding-block: clamp(3rem, 8vw, 7rem);
}

.trust-editorial-page .trust-masthead__copy {
  display: grid;
  gap: 1rem;
  max-width: 68ch;
}

.trust-editorial-page .trust-masthead__copy h1 {
  max-width: 15ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6.5vw, 5.8rem);
  line-height: 0.96;
  text-wrap: balance;
}

.trust-editorial-page .trust-masthead__media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--ig-editorial-line);
  background: var(--ig-editorial-navy);
}

.trust-editorial-page .trust-masthead__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-editorial-page .trust-section {
  padding-block: clamp(3rem, 7vw, 6rem);
}

.trust-editorial-page .trust-fact-row,
.trust-editorial-page .trust-card-grid,
.trust-editorial-page .trust-document-list {
  display: grid;
  gap: 1rem;
}

.trust-editorial-page .trust-fact-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-editorial-page .trust-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-editorial-page .trust-document-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-editorial-page .trust-closing {
  padding-block: clamp(3rem, 7vw, 6rem);
  color: var(--ig-editorial-ivory);
  background: var(--ig-editorial-forest);
}

.trust-editorial-page--press .trust-masthead {
  padding-block: clamp(2.25rem, 4vw, 4rem);
}

.trust-editorial-page--press main > .editorial-band:first-child {
  padding-block: 0;
}

.trust-editorial-page--press .trust-masthead__copy h1 {
  max-width: 13ch;
  font-size: clamp(2.7rem, 4.75vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.trust-editorial-page--press .trust-masthead__copy > .editorial-card {
  width: fit-content;
  padding: 0.7rem 0.9rem;
}

.trust-editorial-page--press .trust-masthead__media {
  margin-block: 0;
}

.trust-editorial-page--press .trust-masthead__actions {
  margin-top: 0.25rem;
}

.trust-editorial-page--press .trust-masthead__actions .btn {
  min-height: 2.75rem;
}

.trust-editorial-page--press .trust-masthead__actions .btn-secondary {
  border-color: var(--ig-editorial-forest);
  color: var(--ig-editorial-forest);
  background: var(--ig-editorial-ivory);
}

.trust-editorial-page--press .trust-masthead__actions .btn-secondary:hover {
  border-color: var(--ig-editorial-lime);
  color: var(--ig-editorial-forest);
  background: var(--ig-editorial-lime);
}

@media (max-width: 49.9375rem) {
  .trust-editorial-page .trust-masthead,
  .trust-editorial-page .trust-fact-row,
  .trust-editorial-page .trust-card-grid,
  .trust-editorial-page .trust-document-list {
    grid-template-columns: 1fr;
  }

  .trust-editorial-page--press .trust-masthead {
    padding-block: 2.25rem 0;
  }
}

@media (max-width: 24.375rem) {
  .trust-editorial-page .trust-masthead__copy h1 { font-size: 2.45rem; }
}
