@font-face {
  font-family: "Alcubierre";
  src: url("/assets/fonts/Alcubierre.otf") format("opentype");
  font-display: swap;
}

:root {
  --paper: #fffdf8;
  --soft: #f8f3ea;
  --ink: #1c1815;
  --muted: #71685f;
  --line: #ded4c6;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.75; }
a { color: inherit; }
.legal-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px clamp(20px, 5vw, 72px); border-bottom: 1px solid var(--line); }
.legal-header img { width: 150px; }
.legal-header a:last-child { font-size: 12px; text-transform: uppercase; text-decoration: none; }
.legal-main { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: clamp(54px, 9vw, 100px) 0; }
.eyebrow { color: var(--muted); font-size: 11px; text-transform: uppercase; }
h1, h2 { font-family: "Alcubierre", Georgia, serif; font-weight: 400; }
h1 { margin: 8px 0 28px; font-size: clamp(36px, 7vw, 62px); line-height: 1.12; }
h2 { margin: 42px 0 12px; font-size: clamp(24px, 4vw, 32px); }
p, li { color: var(--muted); }
.draft-notice { margin: 0 0 34px; padding: 16px 18px; border: 1px solid #b4865d; background: #fff8ec; color: #6f4a29; }
.placeholder { padding: 2px 5px; background: #fff0d8; color: #74491f; font-weight: 600; }
.legal-footer { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 28px clamp(20px, 5vw, 72px); border-top: 1px solid var(--line); background: var(--soft); font-size: 12px; }
@media (max-width: 620px) { .legal-header { align-items: flex-start; } .legal-header img { width: 125px; } }
