:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172133;
  background: #f5f4ef;
}

* { box-sizing: border-box; }

body { margin: 0; min-width: 320px; }

.legal-shell {
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: 42px 0 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #172133;
  font-size: 1.15rem;
  font-weight: 750;
  letter-spacing: -.03em;
  text-decoration: none;
}

.brand img { width: 30px; height: 30px; }
.brand span span { color: #f0782f; }

.eyebrow {
  margin: 72px 0 12px;
  color: #e06125;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

h1 { margin: 0; color: #172133; font-size: clamp(2.35rem, 7vw, 4.5rem); letter-spacing: -.065em; line-height: .98; }
h2 { margin: 0 0 12px; color: #172133; font-size: 1.25rem; letter-spacing: -.025em; }
p { color: #4d5a6d; font-size: 1rem; line-height: 1.7; }
.lede { max-width: 650px; margin: 24px 0 8px; font-size: 1.18rem; }
.updated { margin: 0 0 54px; color: #778397; font-size: .88rem; }
section { padding: 26px 0; border-top: 1px solid #d9d8d2; }
section p { margin: 0; }
a { color: #235bb6; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 20px; padding-top: 30px; }
.legal-nav a { font-weight: 700; text-decoration: none; }

@media (max-width: 540px) {
  .legal-shell { padding-top: 26px; }
  .eyebrow { margin-top: 54px; }
  .lede { font-size: 1.05rem; }
}
