:root {
  color-scheme: light;
  font-family: Arial, sans-serif;
  color: #171717;
  background: #f1f1ee;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.legal-header {
  display: flex;
  width: min(1120px, calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c9c7c0;
}

.legal-header a {
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-document {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(64px, 10vw, 120px) 0;
}

.eyebrow {
  margin: 0 0 28px;
  color: #6d6960;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 30px;
  font-family: Georgia, serif;
  font-size: clamp(3.5rem, 9vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.lede {
  margin-bottom: 54px;
  color: #4f4c46;
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  line-height: 1.45;
}

h2 {
  margin: 48px 0 14px;
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
}

p,
li {
  color: #413f3a;
  font-size: 15px;
  line-height: 1.75;
}

ul {
  padding-left: 20px;
}

a {
  color: #171717;
  text-underline-offset: 4px;
}

.legal-footer {
  margin-top: 64px;
  padding-top: 22px;
  border-top: 1px solid #c9c7c0;
  color: #777269;
  font-size: 11px;
}
