:root {
  --ink: #19243a;
  --muted: #626a78;
  --paper: #fffdf9;
  --cream: #f7f5f1;
  --line: #d8d2c8;
  --burgundy: #6a2938;
}

* { box-sizing: border-box; }
body,
body *,
body *::before,
body *::after { font-size: 14px !important; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--burgundy); }
.legalHeader {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, .96);
}
.legalHeaderInner, .legalMain, .legalFooter {
  width: min(820px, calc(100% - 40px));
  margin-inline: auto;
}
.legalHeaderInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}
.legalWordmark {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.legalHeader a:last-child { font-size: 13px; font-weight: 700; text-decoration: none; }
.legalMain {
  margin-block: 48px 64px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: clamp(28px, 6vw, 58px);
  background: var(--paper);
  box-shadow: 0 12px 34px rgba(31, 37, 48, .07);
}
.legalEyebrow { margin: 0 0 8px; color: var(--burgundy); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 7vw, 52px); line-height: 1.08; }
.legalUpdated { margin: 0 0 34px; color: var(--muted); font-size: 13px; }
h2 { margin: 32px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
p, li { color: #394252; }
ul { padding-left: 22px; }
.legalFooter { border-top: 1px solid var(--line); padding: 24px 0 36px; color: var(--muted); font-size: 12px; }
@media (max-width: 560px) {
  .legalHeaderInner, .legalMain, .legalFooter { width: min(100% - 26px, 820px); }
  .legalMain { margin-top: 24px; }
}
