.hs-legal {
  max-width: 1120px;
  margin-top: clamp(38px, 6vw, 78px);
  color: #4f5550;
}

.hs-legal__lead {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(21px, 2.7vw, 34px);
  font-weight: 620;
  letter-spacing: -.025em;
  line-height: 1.3;
  text-wrap: balance;
}

.hs-legal__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: clamp(38px, 5vw, 66px);
  padding-block: 22px;
  border-block: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.hs-legal__summary a {
  text-decoration: none;
}

.hs-legal__summary a:hover {
  text-decoration: underline;
  text-decoration-color: var(--energy);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.hs-legal section {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0 clamp(24px, 5vw, 70px);
  padding-block: clamp(52px, 7vw, 88px);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 110px;
}

.hs-legal section > *:not(.hs-legal__index) {
  grid-column: 2;
}

.hs-legal__index {
  grid-column: 1;
  grid-row: 1 / 8;
  color: #68715e;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.hs-legal section h2 {
  max-width: 780px;
  margin: 0 0 32px;
  color: var(--ink);
  font-size: clamp(34px, 4.5vw, 64px);
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: .98;
  text-wrap: balance;
}

.hs-legal section p {
  max-width: 780px;
  margin: 0 0 18px;
  line-height: 1.75;
}

.hs-legal section p:last-child {
  margin-bottom: 0;
}

.hs-legal__identity {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 34px;
  padding: 1px;
  background: var(--line);
}

.hs-legal__identity div {
  min-width: 0;
  padding: 22px;
  background: var(--paper);
}

.hs-legal__identity dt {
  margin-bottom: 7px;
  color: #697069;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.hs-legal__identity dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 16px;
  font-weight: 650;
}

.hs-legal__updated {
  margin: 0;
  padding-block: 30px;
  color: #6b716c;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.site-footer__nav-title {
  margin-bottom: 4px;
  color: var(--energy);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .hs-legal__summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-legal section {
    grid-template-columns: 1fr;
  }

  .hs-legal section > *:not(.hs-legal__index),
  .hs-legal__index {
    grid-column: 1;
  }

  .hs-legal__index {
    grid-row: auto;
    margin-bottom: 14px;
  }

  .hs-legal__identity {
    grid-template-columns: 1fr;
  }
}
