.terms-page {
  background: #f8f6f1;
}
.terms-wrap {
  width: min(1080px, calc(100% - 40px));
  margin: auto;
}
.terms-hero {
  overflow: hidden;
  padding: clamp(72px, 11vw, 142px) 0 clamp(62px, 9vw, 112px);
  background:
    radial-gradient(circle at 84% 22%, #e3ebff 0 9%, transparent 30%),
    linear-gradient(130deg, #f8f6f1 0%, #eef3fc 100%);
}
.terms-hero h1 {
  max-width: 730px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(58px, 9vw, 112px);
  letter-spacing: -.08em;
  line-height: .84;
}
.terms-hero h1 em {
  color: var(--blue);
  font-family: Georgia, serif;
  font-weight: normal;
}
.terms-lede {
  max-width: 520px;
  margin: 32px 0 0;
  color: #48566a;
  font-size: 19px;
}
.terms-effective {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: bold;
}
.terms-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(48px, 9vw, 128px);
  padding: 84px 0 110px;
}
.terms-nav {
  position: sticky;
  top: 100px;
  align-self: start;
  font-size: 13px;
}
.terms-nav > p {
  margin: 0 0 13px;
  color: var(--blue);
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.terms-nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.terms-nav li {
  border-bottom: 1px solid var(--line);
}
.terms-nav a {
  display: block;
  padding: 11px 0;
  color: #536277;
  text-decoration: none;
}
.terms-nav a:hover {
  color: var(--blue);
}
.terms-content {
  max-width: 690px;
}
.terms-summary {
  margin-bottom: 56px;
  padding: 27px 30px;
  border-left: 4px solid var(--gold);
  background: #f0ece3;
}
.terms-summary .eyebrow {
  margin-top: 0;
}
.terms-summary p:last-child {
  margin-bottom: 0;
  color: #435269;
}
.terms-content section:not(.terms-contact) {
  scroll-margin-top: 100px;
  margin: 0 0 54px;
}
.terms-content h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(27px, 3.5vw, 38px);
  letter-spacing: -.045em;
  line-height: 1.04;
}
.terms-content p {
  color: #48566a;
}
.terms-content strong {
  color: var(--ink);
}
.terms-contact {
  margin-top: 68px;
  padding: 36px;
  border-radius: 10px;
  background: var(--ink);
}
.terms-contact h2,
.terms-contact p,
.terms-contact a {
  color: #fff;
}
.terms-contact p {
  margin-bottom: 0;
}
.terms-contact a {
  font-weight: bold;
}
@media (max-width: 760px) {
  .terms-wrap {
    width: min(100% - 32px, 1080px);
  }
  .terms-hero {
    padding: 74px 0 67px;
  }
  .terms-hero h1 {
    font-size: clamp(57px, 17vw, 84px);
  }
  .terms-lede {
    font-size: 17px;
  }
  .terms-layout {
    display: block;
    padding: 52px 0 72px;
  }
  .terms-nav {
    position: static;
    margin-bottom: 48px;
  }
  .terms-nav ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .terms-summary {
    margin-bottom: 45px;
    padding: 22px;
  }
  .terms-content section:not(.terms-contact) {
    margin-bottom: 43px;
  }
  .terms-contact {
    margin-top: 52px;
    padding: 27px;
  }
}
