/* Legal pages: one readable column, the brand palette, none of the scroll-story machinery. */
:root {
  --void: #070e18;
  --navy: #142837;
  --ivory: #f3f4ed;
  --muted: #afc2ce;
  --sans: "Outfit", sans-serif;
  --display: "Anton", Impact, sans-serif;
  --gutter: clamp(24px, 5vw, 64px);
}
*, *::before, *::after { box-sizing: border-box; }
html { background: var(--void); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: linear-gradient(180deg, #0b1523 0%, var(--void) 62%); color: var(--ivory); font-family: var(--sans); font-size: 15px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 14px; left: 18px; padding: 12px 20px; border-radius: 999px; background: white; color: #17232c; text-decoration: none; transform: translateX(-200%); }
.skip-link:focus { transform: none; }

.legal-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px var(--gutter); background: #0b1523e0; border-bottom: 1px solid #ffffff1f; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.legal-brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 17px; letter-spacing: -.045em; color: #fff; text-decoration: none; }
.legal-brand img { width: 20px; height: 20px; opacity: .95; }
.legal-header nav { display: flex; gap: 18px; font-size: 12px; font-weight: 600; }
.legal-header nav a { color: var(--muted); text-decoration: none; }
.legal-header nav a:hover, .legal-header nav a[aria-current="page"] { color: #fff; }

.legal-main { max-width: 760px; margin: 0 auto; padding: 56px var(--gutter) 40px; }
.legal-main h1 { margin: 0; font-family: var(--display); font-size: clamp(46px, 9vw, 82px); line-height: .94; letter-spacing: .005em; text-transform: uppercase; }
.legal-dates { margin: 18px 0 0; font-size: 12px; color: var(--muted); }
.legal-lede { margin: 26px 0 0; font-size: 17px; color: #dce5ec; }
.legal-main h2 { margin: 44px 0 10px; font-size: 19px; font-weight: 700; letter-spacing: -.01em; }
.legal-main h3 { margin: 26px 0 6px; font-size: 15px; font-weight: 700; color: #dce5ec; }
.legal-main p { margin: 10px 0; color: #cfdae2; }
.legal-main ul { margin: 10px 0; padding-left: 20px; color: #cfdae2; }
.legal-main li { margin: 6px 0; }
.legal-main strong { color: var(--ivory); }
.legal-main a:not(.legal-brand) { color: #b8d4ff; }

/* A draft the site owner still has to complete: impossible to ship by accident. */
.fill { display: inline-block; padding: 1px 7px; border-radius: 4px; background: #f0b32926; border: 1px dashed #f0b329b3; color: #f5c95e; font-weight: 700; font-size: .92em; white-space: nowrap; }
.legal-notice { margin: 34px 0 0; padding: 18px 20px; border: 1px dashed #f0b329b3; border-radius: 12px; background: #f0b3290f; color: #f0d79e; font-size: 13px; }
.legal-notice strong { color: #f5c95e; }

.legal-callout { margin: 26px 0; padding: 18px 20px; border-left: 3px solid #8e4654; border-radius: 0 12px 12px 0; background: #8e46541f; color: #e9d5da; font-size: 14px; }
.legal-callout strong { color: #fff; }

.legal-footer { max-width: 760px; margin: 0 auto; padding: 30px var(--gutter) 60px; border-top: 1px solid #ffffff1f; display: flex; flex-wrap: wrap; gap: 18px; align-items: center; font-size: 12px; color: var(--muted); }
.legal-footer a { color: var(--muted); text-decoration: none; }
.legal-footer a:hover { color: #fff; }
.legal-footer .spacer { margin-right: auto; }

@media (max-width: 560px) {
  .legal-header { padding: 12px 20px; }
  .legal-header nav { gap: 13px; font-size: 11px; }
  .legal-main { padding-top: 40px; }
}
