.privacy-page {
  color: #111111;
  background: #f7f5f2;
}

.privacy-hero {
  padding-block: 92px 56px;
  border-bottom: 1px solid rgba(17, 17, 17, .15);
}

.privacy-hero > p:first-child {
  margin: 0 0 20px;
  color: #8f2635;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

.privacy-hero h1 {
  margin: 0;
  color: #111111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6vw, 82px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}

.privacy-updated {
  margin: 20px 0 0;
  color: #6d6863;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.privacy-content {
  max-width: 900px;
  padding-block: 68px 90px;
}

.privacy-content section + section {
  margin-top: 52px;
}

.privacy-content h2 {
  margin: 0 0 18px;
  color: #8f2635;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.privacy-content h3 {
  margin: 26px 0 10px;
  color: #111111;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.privacy-content p,
.privacy-content li {
  color: #514c48;
  font-size: 16px;
  line-height: 1.8;
}

.privacy-content p {
  margin: 0;
}

.privacy-content p + p {
  margin-top: 16px;
}

.privacy-content ul {
  margin: 0;
  padding-left: 22px;
}

.privacy-content li + li {
  margin-top: 9px;
}

.privacy-content a,
.privacy-inline-settings {
  color: #8f2635;
  text-decoration: underline;
  text-decoration-color: #b08d57;
  text-underline-offset: 4px;
}

.privacy-inline-settings {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.privacy-content code {
  padding: 2px 5px;
  color: #111111;
  background: #eeece8;
  font-size: .88em;
}

.privacy-footer {
  display: block;
}

@media (max-width: 900px) {
  .privacy-page .hero-site-header,
  .privacy-page .hero-header-inner {
    min-height: 108px;
  }

  .privacy-hero {
    padding-block: 58px 42px;
  }

  .privacy-content {
    padding-block: 50px 68px;
  }

  .privacy-content section + section {
    margin-top: 42px;
  }

  .privacy-content h2 {
    font-size: 28px;
  }

  .privacy-content p,
  .privacy-content li {
    font-size: 15px;
    line-height: 1.72;
  }

  .privacy-footer {
    padding-block: 34px 38px;
  }

  .privacy-footer .desktop-homepage-footer-inner {
    grid-template-columns: 1fr;
    gap: 17px;
    justify-items: center;
    text-align: center;
  }

  .privacy-footer .desktop-footer-brand {
    width: min(258px, 78vw);
    height: 61px;
    justify-self: center;
  }

  .privacy-footer .desktop-footer-nav {
    justify-content: center;
    gap: 13px 18px;
  }

  .privacy-footer .desktop-footer-meta {
    justify-items: center;
    gap: 7px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .privacy-hero {
    padding-block: 46px 36px;
  }

  .privacy-hero h1 {
    font-size: 54px;
  }

  .privacy-content {
    padding-block: 42px 58px;
  }
}
