.transparency-page {
  width: min(100% - 40px, 760px);
  margin: 0 auto;
  padding: 56px 0 80px;
  color: #26221f;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.75;
}

.transparency-page .brand {
  display: inline-block;
  margin-bottom: 72px;
  color: inherit;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  text-decoration: none;
}

.transparency-page .eyebrow {
  margin: 0 0 12px;
  color: #8a5b48;
  font-size: .75rem;
  letter-spacing: .16em;
}

.transparency-page h1 {
  max-width: 650px;
  margin: 0 0 40px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.5rem, 7vw, 4.8rem);
  font-weight: 400;
  line-height: .98;
}

.transparency-page p { margin: 0 0 24px; }

.back-button {
  margin-top: 24px;
  padding: 12px 18px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.back-button:hover,
.back-button:focus-visible { background: #26221f; color: #fff; }
