:root {
  --paper: #f0ece3;
  --ink: #0b111a;
  --burn: #7c252b;
  --brass: #b79a61;
  --line: rgba(11,17,26,.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Archivo", Arial, sans-serif; }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 64px)); margin: 0 auto; }
.legal-nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.brand-mark { width: 42px; height: 36px; display: grid; place-items: center; background: var(--ink); color: var(--paper); font-family: "Libre Bodoni", Didot, serif; font-size: 11px; font-weight: 700; letter-spacing: -.04em; }
.back { font-size: 9px; font-weight: 800; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.legal-page { padding: 100px 0 130px; }
.legal-kicker { margin: 0 0 32px; color: var(--burn); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1 { max-width: 940px; margin: 0 0 36px; font-family: "Source Serif 4", Georgia, serif; font-size: clamp(54px, 8vw, 112px); font-weight: 850; line-height: .88; letter-spacing: -.055em; }
.effective { margin: 0 0 80px; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: rgba(11,17,26,.62); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.legal-copy { max-width: 790px; margin-left: auto; }
.legal-copy section { padding: 34px 0; border-top: 1px solid var(--line); }
.legal-copy h2 { margin: 0 0 18px; font-family: "Source Serif 4", Georgia, serif; font-size: clamp(27px, 3vw, 38px); font-weight: 780; line-height: 1; letter-spacing: -.03em; }
.legal-copy p, .legal-copy li { color: rgba(11,17,26,.76); font-size: 15px; line-height: 1.75; }
.legal-copy ul { margin: 18px 0 0; padding-left: 20px; }
.legal-copy strong { color: var(--ink); }
.legal-footer { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.legal-footer a { text-decoration: none; opacity: .62; }
.legal-footer a:hover { opacity: 1; }

@media (max-width: 700px) {
  .shell { width: min(100% - 36px,1120px); }
  .legal-nav { min-height: 76px; }
  .brand > span:last-child { font-size: 9px; }
  .legal-page { padding: 72px 0 90px; }
  .effective { margin-bottom: 50px; }
  .legal-footer { align-items: flex-start; flex-direction: column; justify-content: center; padding: 38px 0; }
}
