*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: #0a0a0a; color: #d8d5ce; font-family: "Courier Prime", ui-monospace, monospace; line-height: 1.7; }
a { color: #ff2e00; }
a:hover, a:focus-visible { color: #fff; }
a:focus-visible { outline: 2px solid #ff2e00; outline-offset: 3px; }
.legal-wrap { width: min(820px, calc(100% - 32px)); margin: 0 auto; padding: 36px 0 64px; }
.legal-mark { display: inline-block; margin-bottom: 42px; color: #ff2e00; font-family: Anton, Impact, sans-serif;
  font-size: 22px; letter-spacing: 2px; text-decoration: none; }
.eyebrow { color: #777; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; }
h1 { margin: 5px 0 8px; color: #f1eee6; font-family: Anton, Impact, sans-serif; font-size: clamp(50px, 12vw, 92px);
  line-height: .92; letter-spacing: -1px; text-transform: uppercase; }
.hook { margin: 0 0 36px; color: #ff2e00; font-size: 16px; font-weight: 700; text-transform: uppercase; }
.effective { padding: 12px 14px; border: 1px solid #333; color: #888; font-size: 12px; text-transform: uppercase; }
h2 { margin: 38px 0 8px; color: #f1eee6; font-size: 17px; letter-spacing: 1px; text-transform: uppercase; }
p, li { font-size: 14px; }
li + li { margin-top: 8px; }
.legal-footer { margin-top: 52px; padding-top: 18px; border-top: 1px solid #333; display: flex; flex-wrap: wrap;
  justify-content: space-between; gap: 12px 24px; color: #666; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.legal-footer nav { display: flex; gap: 16px; }
.legal-footer a { color: #aaa; text-decoration: none; }
