:root {
  --ink: #0a0a0a;
  --muted: #67676c;
  --line: #dedee1;
  --soft: #f5f5f6;
  --paper: #fff;
  --display: "Satoshi", "Geist", sans-serif;
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Geist", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body { min-height: 100vh; margin: 0; background: #fff; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid #111; outline-offset: 4px; }
::selection { color: #fff; background: #111; }

.legal-nav {
  width: min(1240px, calc(100% - 48px));
  min-height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}

.legal-logo img { width: 154px; height: auto; display: block; }
.legal-nav-links { display: flex; gap: 30px; font-size: .78rem; font-weight: 650; }
.legal-nav-links a, .legal-footer a { transition: opacity 160ms ease; }
.legal-nav-links a:hover, .legal-footer a:hover { opacity: .55; }
.legal-nav-cta { justify-self: end; padding: 13px 20px; border-radius: 999px; color: #fff; background: #111; font-size: .75rem; font-weight: 700; }

.legal-hero {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0 76px;
  border-bottom: 1px solid #111;
}

.legal-eyebrow, .legal-section-number {
  margin: 0;
  color: #85858b;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.legal-hero h1 {
  max-width: 1050px;
  margin: 22px 0 38px;
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 7.6rem);
  line-height: .91;
  letter-spacing: -.055em;
}

.legal-hero-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 60px;
}

.legal-hero-meta > p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.legal-dates { min-width: 210px; padding-left: 24px; border-left: 1px solid var(--line); }
.legal-dates span, .legal-dates strong { display: block; }
.legal-dates span { margin-top: 4px; color: #85858b; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.legal-dates strong { margin: 6px 0 14px; font-size: .82rem; font-weight: 650; }

.legal-layout {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 120px;
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  justify-content: space-between;
  gap: 10%;
}

.legal-toc { position: sticky; top: 32px; align-self: start; }
.legal-toc > span { display: block; margin-bottom: 18px; color: #939398; font-size: .66rem; font-weight: 740; letter-spacing: .15em; text-transform: uppercase; }
.legal-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; border-top: 1px solid var(--line); }
.legal-toc li { counter-increment: toc; border-bottom: 1px solid var(--line); }
.legal-toc a { padding: 13px 2px; display: grid; grid-template-columns: 28px 1fr; gap: 8px; color: #5f5f64; font-size: .76rem; line-height: 1.35; }
.legal-toc a::before { content: counter(toc, decimal-leading-zero); color: #aaaab0; font-size: .62rem; }
.legal-toc a:hover { color: #000; }

.legal-content section { padding: 0 0 52px; margin: 0 0 52px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { margin-bottom: 0; }
.legal-content h2 { margin: 13px 0 24px; font-family: var(--display); font-size: clamp(1.8rem, 3.2vw, 2.7rem); line-height: 1.05; letter-spacing: -.035em; }
.legal-content h3 { margin: 30px 0 10px; font-size: 1rem; }
.legal-content p, .legal-content li { color: var(--muted); font-size: .96rem; line-height: 1.76; }
.legal-content p { margin: 0 0 16px; }
.legal-content ul, .legal-content ol { margin: 18px 0 0; padding-left: 22px; }
.legal-content li { padding-left: 7px; margin: 9px 0; }
.legal-content strong { color: #171719; font-weight: 680; }
.legal-content a { color: #111; text-decoration: underline; text-underline-offset: 3px; }
.legal-callout { margin: 25px 0 0; padding: 22px 24px; border-left: 3px solid #111; background: var(--soft); }
.legal-callout p { margin: 0; color: #37373b; }
.legal-contact { padding: 28px !important; border: 1px solid #111 !important; background: #111; }
.legal-contact .legal-section-number, .legal-contact p { color: #919197; }
.legal-contact h2, .legal-contact strong, .legal-contact a { color: #fff; }

.legal-sibling-pages { border-top: 1px solid #111; background: var(--soft); }
.legal-sibling-inner { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0; }
.legal-sibling-inner h2 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.8rem); letter-spacing: -.04em; }
.legal-sibling-grid { margin-top: 35px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: #fff; }
.legal-sibling-grid a { min-height: 148px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid var(--line); }
.legal-sibling-grid a:first-child { border-left: 0; }
.legal-sibling-grid a[aria-current="page"] { color: #fff; background: #111; }
.legal-sibling-grid strong { font-family: var(--display); font-size: 1.2rem; }
.legal-sibling-grid span { color: #85858b; font-size: .7rem; line-height: 1.5; }

.legal-footer { padding: 62px max(24px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 48px; color: #cfcfd2; background: #0a0a0a; }
.legal-footer-brand img { width: 175px; height: auto; display: block; }
.legal-footer-brand p { max-width: 420px; margin: 15px 0 0; color: #747479; font-size: .75rem; line-height: 1.6; }
.legal-footer-links { display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 13px 36px; align-content: start; font-size: .72rem; }
.legal-footer-bottom { grid-column: 1 / -1; margin-top: 18px; padding-top: 22px; display: flex; justify-content: space-between; gap: 28px; border-top: 1px solid #2c2c2e; color: #68686d; font-size: .66rem; }

@media (max-width: 900px) {
  .legal-nav { grid-template-columns: 1fr auto; }
  .legal-nav-links { display: none; }
  .legal-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 7%; }
}

@media (max-width: 680px) {
  .legal-nav { width: calc(100% - 30px); min-height: 72px; }
  .legal-logo img { width: 132px; }
  .legal-nav-cta { padding: 11px 14px; }
  .legal-hero { width: calc(100% - 36px); padding: 66px 0 54px; }
  .legal-hero h1 { margin-bottom: 30px; font-size: 3.7rem; }
  .legal-hero-meta { grid-template-columns: 1fr; gap: 32px; }
  .legal-dates { padding: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; border-left: 0; }
  .legal-layout { width: calc(100% - 36px); padding: 48px 0 82px; display: block; }
  .legal-toc { position: static; margin-bottom: 60px; }
  .legal-content section { padding-bottom: 40px; margin-bottom: 40px; }
  .legal-sibling-inner { width: calc(100% - 36px); padding: 58px 0; }
  .legal-sibling-grid { grid-template-columns: 1fr; }
  .legal-sibling-grid a { min-height: 112px; border-left: 0; border-top: 1px solid var(--line); }
  .legal-sibling-grid a:first-child { border-top: 0; }
  .legal-footer { grid-template-columns: 1fr; }
  .legal-footer-links { grid-template-columns: 1fr 1fr; }
  .legal-footer-bottom { flex-direction: column; }
}

