:root {
  --ink: #11110f;
  --ink-2: #1d1d19;
  --paper: #f2f0e8;
  --white: #fffdf6;
  --acid: #f2c230;
  --acid-dark: #6b4d00;
  --muted: #68675f;
  --line: #d6d2c5;
  --line-dark: #3a3932;
  --max: 920px;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
[id] { scroll-margin-top: 96px; }
:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; box-shadow: 0 0 0 6px var(--ink); }
.wrap { width: min(100% - 40px, 1180px); margin-inline: auto; }
.legal-wrap { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.skip { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; background: var(--acid); color: var(--ink); font-weight: 800; transform: translateY(-160%); }
.skip:focus { transform: none; }

.announcement { padding: 8px 20px; background: var(--acid); color: var(--ink); text-align: center; font-family: var(--mono); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(17,17,15,.96); color: var(--white); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(10px); }
.nav { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 11px; color: var(--white); text-decoration: none; }
.logo-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); background: var(--acid); font-family: var(--display); font-size: 22px; line-height: 1; transform: skew(-6deg); }
.logo-type { font-family: var(--display); font-size: 25px; line-height: 1; letter-spacing: .045em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { padding: 10px 0; color: #bebcb3; font-size: 14px; font-weight: 700; text-decoration: none; }
.nav-links a:hover { color: var(--white); }
.nav-links .button { min-height: 42px; padding: 10px 18px; color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; border: 2px solid transparent; background: var(--acid); font-family: var(--display); font-size: 16px; letter-spacing: .045em; line-height: 1; text-decoration: none; text-transform: uppercase; }

.legal-hero { padding: 76px 0 58px; color: var(--white); background: var(--ink); }
.kicker { margin: 0 0 14px; color: var(--acid); font-family: var(--mono); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: .02em; line-height: .98; text-transform: uppercase; }
h1 { max-width: 13ch; margin: 0 0 20px; font-size: clamp(52px, 8vw, 86px); }
.intro { max-width: 64ch; margin: 0 0 20px; color: #c2c0b8; font-size: 18px; }
.updated { margin: 0; color: #aaa89f; font-family: var(--mono); font-size: 12px; text-transform: uppercase; }

.legal-content { padding: 70px 0 90px; }
.legal-notice { margin-bottom: 42px; padding: 22px 24px; border-left: 5px solid var(--acid); background: var(--white); }
.legal-notice strong { display: block; margin-bottom: 4px; }
.legal-notice p { margin: 0; color: var(--muted); }
.legal-section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-section:first-of-type { border-top: 0; }
.legal-section h2 { margin: 0 0 14px; font-size: 30px; }
.legal-section h3 { margin: 22px 0 8px; font-size: 17px; }
.legal-section p { margin: 0 0 14px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { margin: 12px 0 16px; padding-left: 22px; }
.legal-section li { margin-bottom: 8px; }
.legal-section a { font-weight: 750; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.legal-section .plain-list { list-style: none; padding: 0; }
.legal-section .plain-list li { padding-left: 22px; position: relative; }
.legal-section .plain-list li::before { content: "→"; position: absolute; left: 0; color: var(--acid-dark); font-weight: 900; }

footer { padding: 34px 0 58px; color: #99978e; background: var(--ink); border-top: 1px solid var(--line-dark); font-size: 13px; }
.footer-row { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.footer-brand { color: var(--white); font-family: var(--display); font-size: 24px; letter-spacing: .04em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: flex-end; }
.footer-links a { padding: 4px 0; color: #c4c2b9; }
.footer-note { max-width: 660px; margin: 14px 0 0; color: #99978e; }

@media (max-width: 620px) {
  .wrap, .legal-wrap { width: min(100% - 28px, var(--max)); }
  .announcement { font-size: 10px; }
  .nav { min-height: 58px; }
  .logo-mark { width: 30px; height: 30px; font-size: 19px; }
  .logo-type { font-size: 22px; }
  .nav-links > a:not(.button) { display: none; }
  .legal-hero { padding: 52px 0 44px; }
  .legal-content { padding: 48px 0 68px; }
  .legal-section { padding: 26px 0; }
  .footer-row { display: block; }
  .footer-links { margin-top: 18px; justify-content: flex-start; }
}

@media print {
  .announcement, .site-header, footer, .skip { display: none; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .legal-hero { padding: 0 0 24px; color: #000; background: #fff; }
  .legal-hero .kicker, .legal-hero .intro, .legal-hero .updated { color: #000; }
  .legal-content { padding: 0; }
  .legal-wrap { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
