.legal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: #050505;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.legal-footer a {
  color: inherit;
  text-decoration: none;
}

.legal-footer a:hover {
  color: #fff;
}

.legal-footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(360px, 1.7fr) minmax(190px, 0.8fr);
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
}

.legal-footer-brand strong {
  display: block;
  color: #fff;
  font-family: "Didot", "Bodoni 72", "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(0.94rem, 1.2vw, 1.16rem);
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
}

.legal-footer-brand p,
.legal-footer-meta p {
  margin: 0;
  max-width: 390px;
  font-size: 0.68rem;
  line-height: 1.35;
}

.legal-footer-brand p,
.legal-footer-meta p:nth-of-type(n+2) {
  display: none;
}

.legal-footer-kicker {
  display: none;
  margin-bottom: 0;
  color: #c9a84c;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  justify-content: center;
}

.legal-footer-links a {
  font-size: 0.64rem;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
}

.legal-footer-meta {
  color: rgba(255, 255, 255, 0.56);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  text-align: right;
}

.legal-page {
  margin: 0;
  background: #f7f5f0;
  color: #151515;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
}

.legal-page a {
  color: inherit;
}

.legal-page-shell {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 84px) 0;
}

.legal-page-nav {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(42px, 7vw, 74px);
  font-size: 0.74rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.legal-page h1,
.legal-page h2 {
  font-family: "Didot", "Bodoni 72", "Bodoni MT", "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
}

.legal-page h1 {
  margin: 0 0 16px;
  font-size: clamp(3rem, 8vw, 6.2rem);
  text-transform: uppercase;
}

.legal-page h2 {
  margin: 46px 0 10px;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
}

.legal-page p,
.legal-page li {
  font-size: 1rem;
  color: #3a3a3a;
}

.legal-page ul {
  padding-left: 20px;
}

.legal-page .updated {
  margin: 0 0 28px;
  color: #777;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-page-card {
  border: 1px solid #ded8cc;
  background: #fff;
  padding: clamp(24px, 4vw, 42px);
}

@media (max-width: 820px) {
  .legal-footer-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 0;
  }

  .legal-footer-links {
    justify-content: flex-start;
  }

  .legal-footer-meta {
    justify-self: stretch;
    justify-content: flex-start;
    text-align: left;
  }
}
