.editorial-page {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
}

.editorial-page .trust-hero {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-bottom: clamp(50px, 5.4vw, 82px);
}

.editorial-page .trust-hero h1,
.editorial-page .trust-hero--article h1 {
  max-width: 12ch;
  font-family: inherit;
  font-size: clamp(3.7rem, 6.6vw, 7.2rem);
  font-weight: 700;
  line-height: 0.93;
  letter-spacing: -0.06em;
}

.privacy-page .trust-hero h1,
.privacy-page .trust-hero--article h1 {
  max-width: none;
  white-space: nowrap;
}

.editorial-page .trust-lede {
  max-width: 46rem;
  margin-top: 26px;
  font-size: clamp(1.18rem, 1.6vw, 1.42rem);
  line-height: 1.55;
}

.editorial-page .privacy-updated {
  margin-top: 20px;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 700;
}

.editorial-layout {
  display: grid;
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  align-items: start;
  column-gap: clamp(52px, 6.5vw, 108px);
  width: 100%;
}

.editorial-sidebar {
  position: sticky;
  top: 132px;
  align-self: start;
  padding: clamp(54px, 5vw, 76px) 34px 58px 0;
  border-right: 1px solid #d8d2cb;
}

.editorial-nav__title {
  margin: 0 0 20px;
  color: #000;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.editorial-nav > ol > li + li {
  margin-top: 20px;
}

.editorial-nav a {
  position: relative;
  display: inline-block;
  color: #55514d;
  font-size: 0.96rem;
  line-height: 1.28;
  text-decoration: none;
  transition: color 150ms ease;
}

.editorial-nav a:focus-visible {
  color: #000;
  text-decoration: none;
}

.editorial-nav a.is-current {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.editorial-nav a.is-current::before {
  position: absolute;
  top: 0.12em;
  bottom: 0.12em;
  left: -14px;
  width: 3px;
  background: var(--orange);
  content: "";
}

.editorial-nav a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

.editorial-nav .editorial-nav__major {
  color: #000;
  font-size: 1.08rem;
  font-weight: 700;
}

.editorial-nav__subsections {
  display: grid;
  gap: 7px;
  margin-top: 9px !important;
  padding-left: 13px !important;
  border-left: 1px solid #d8d2cb;
}

.editorial-nav__subsections a {
  font-size: 0.9rem;
}

.editorial-page .trust-prose > section {
  display: block;
  padding: clamp(54px, 5vw, 76px) 0 !important;
}

.editorial-page .trust-prose > section > h2,
.editorial-page .trust-prose > section > :not(h2) {
  grid-column: auto;
  grid-row: auto;
}

.editorial-page .trust-prose h2 {
  max-width: none;
  margin-bottom: 26px;
  font-family: inherit;
  font-size: clamp(2.25rem, 3.4vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
}

.editorial-page .trust-prose h3 {
  margin: 38px 0 11px;
  font-family: inherit;
  font-size: clamp(1.3rem, 1.65vw, 1.6rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.editorial-page .trust-prose p,
.editorial-page .trust-prose li {
  font-family: inherit;
  font-size: clamp(1.06rem, 1.2vw, 1.18rem);
  line-height: 1.72;
}

.editorial-page .trust-list {
  gap: 15px;
  margin-top: 24px;
  padding-left: 24px;
}

.editorial-page .trust-list li {
  padding-left: 8px;
}

.editorial-page .trust-list li::marker {
  color: #000;
}

.privacy-page .privacy-section__body > p + p {
  margin-top: 14px;
}

.editorial-page .trust-prose section,
.editorial-page .trust-prose h3 {
  scroll-margin-top: 154px;
}

@media (max-width: 900px) {
  .editorial-layout {
    grid-template-columns: 1fr;
  }

  .editorial-sidebar {
    position: static;
    padding: 34px 0 38px;
    border-right: 0;
    border-bottom: 1px solid #d8d2cb;
  }

  .editorial-nav > ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 36px;
  }

  .editorial-nav > ol > li + li {
    margin-top: 0;
  }
}

@media (min-width: 901px) and (max-height: 820px) {
  .editorial-sidebar {
    padding: 30px 28px 18px 0;
  }

  .editorial-nav__title {
    margin-bottom: 14px;
  }

  .editorial-nav > ol > li + li {
    margin-top: 12px;
  }

  .editorial-nav__subsections {
    gap: 4px;
    margin-top: 6px !important;
  }

  .editorial-nav a {
    font-size: 0.9rem;
    line-height: 1.18;
  }

  .editorial-nav .editorial-nav__major {
    font-size: 1rem;
  }

  .editorial-nav__subsections a {
    font-size: 0.84rem;
  }
}

@media (max-width: 600px) {
  .editorial-page .trust-hero h1,
  .editorial-page .trust-hero--article h1 {
    font-size: clamp(3.15rem, 15vw, 4.7rem);
  }

  .privacy-page .trust-hero h1,
  .privacy-page .trust-hero--article h1 {
    white-space: normal;
  }

  .editorial-nav > ol {
    grid-template-columns: 1fr;
  }

  .editorial-page .trust-prose > section {
    padding: 44px 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-nav a {
    transition: none;
  }
}
