:root {
  --ink: #10130f;
  --lime: #b7f522;
  --paper: #f3f0e8;
  --muted: #666b61;
  --line: rgba(16, 19, 15, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; }
:focus-visible { outline: 3px solid #8fc700; outline-offset: 4px; }

.legal-header { min-height: 84px; padding: 18px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 25px; color: white; background: var(--ink); }
.legal-brand { display: flex; align-items: center; gap: 12px; color: white; text-decoration: none; font: 800 15px/1 Manrope, sans-serif; letter-spacing: .05em; }
.legal-brand svg { width: 38px; fill: var(--lime); }
.legal-brand span { display: flex; flex-direction: column; }
.legal-brand small { margin-top: 5px; font-size: 7px; letter-spacing: .22em; opacity: .58; }
.legal-back { color: var(--lime); font-size: 12px; font-weight: 700; text-decoration: none; }

.legal-hero { padding: clamp(70px, 10vw, 135px) clamp(20px, 7vw, 110px) 70px; background: var(--ink); color: white; }
.legal-hero p { max-width: 630px; color: rgba(255,255,255,.66); line-height: 1.7; }
.legal-hero h1 { max-width: 850px; margin: 20px 0; font: 700 clamp(44px, 7vw, 92px)/.95 Manrope, sans-serif; letter-spacing: -.065em; }
.legal-kicker { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.legal-nav { position: sticky; top: 0; z-index: 5; padding: 0 clamp(20px, 7vw, 110px); display: flex; gap: 28px; overflow-x: auto; background: var(--lime); }
.legal-nav a { min-height: 54px; display: flex; align-items: center; flex: 0 0 auto; text-decoration: none; font-size: 11px; font-weight: 800; }

.legal-content { width: min(100% - 40px, 900px); margin: auto; padding: 65px 0 100px; }
.legal-section { padding: 45px 0; scroll-margin-top: 65px; border-bottom: 1px solid var(--line); }
.legal-section:first-child { padding-top: 0; }
.legal-section h2 { margin: 0 0 25px; font: 700 clamp(30px, 4vw, 48px)/1 Manrope, sans-serif; letter-spacing: -.05em; }
.legal-section h3 { margin: 28px 0 10px; font: 700 18px Manrope, sans-serif; }
.legal-section p, .legal-section li { color: var(--muted); font-size: 14px; line-height: 1.75; }
.legal-section ul { padding-left: 20px; }
.legal-note { margin-top: 25px; padding: 20px; border-left: 4px solid var(--lime); background: white; }
.legal-updated { margin-top: 35px; color: var(--muted); font-size: 11px; }
.legal-footer { padding: 32px clamp(20px, 7vw, 110px); display: flex; justify-content: space-between; gap: 20px; background: #0b0d0a; color: rgba(255,255,255,.58); font-size: 10px; }
.legal-footer a { color: var(--lime); }

@media (max-width: 600px) {
  .legal-header { align-items: flex-start; }
  .legal-back { margin-top: 10px; }
  .legal-footer { flex-direction: column; }
}
