:root {
  color: #141414;
  background: #f7f5ef;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  --ink: #141414;
  --paper: #f7f5ef;
  --grid: rgba(20, 20, 20, .065);
  --blue: #3155e7;
  --pink: #d84c73;
  --yellow: #f0b323;
  --green: #2e8e76;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  background-color: var(--paper);
  background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 34px 34px;
}
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.spectrum { height: 6px; display: grid; grid-template-columns: repeat(4, 1fr); }
.spectrum i:nth-child(1) { background: var(--blue); }
.spectrum i:nth-child(2) { background: var(--pink); }
.spectrum i:nth-child(3) { background: var(--yellow); }
.spectrum i:nth-child(4) { background: var(--green); }
.legal-nav {
  min-height: 76px;
  padding: 0 max(28px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  background: var(--ink);
}
.legal-nav a { text-decoration: none; }
.legal-nav__brand { font-size: 20px; font-weight: 800; letter-spacing: .16em; }
.legal-nav__back { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .5); font-size: 13px; }
.legal-hero,
.legal-layout,
.legal-footer { width: min(1180px, calc(100vw - 56px)); margin-right: auto; margin-left: auto; }
.legal-hero { padding: 104px 0 78px; }
.legal-kicker { margin: 0; font: 11px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .11em; text-transform: uppercase; }
.legal-hero h1 {
  max-width: 960px;
  margin: 34px 0 0;
  font-family: "Arial Black", "Helvetica Neue", sans-serif;
  font-size: clamp(58px, 9vw, 126px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .8;
}
.legal-hero__summary { max-width: 790px; margin: 46px 0 0; padding-left: 20px; border-left: 5px solid var(--pink); font-size: 18px; line-height: 1.75; }
.legal-meta {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--ink);
  background: var(--paper);
}
.legal-meta div { min-height: 116px; padding: 20px; border-right: 1px solid var(--ink); }
.legal-meta div:last-child { border-right: 0; }
.legal-meta dt { font: 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; text-transform: uppercase; }
.legal-meta dd { margin: 21px 0 0; font-size: 15px; line-height: 1.55; overflow-wrap: anywhere; }
.legal-layout { padding: 0 0 120px; display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 74px; align-items: start; }
.legal-toc { position: sticky; top: 26px; padding: 24px; color: #fff; background: var(--ink); box-shadow: 8px 8px 0 var(--blue); }
.legal-toc strong { font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }
.legal-toc ol { margin: 24px 0 0; padding: 0; list-style: none; }
.legal-toc li + li { border-top: 1px solid rgba(255, 255, 255, .22); }
.legal-toc a { min-height: 46px; display: flex; align-items: center; text-decoration: none; font-size: 12px; line-height: 1.35; }
.legal-content { border-top: 1px solid var(--ink); }
.legal-section { padding: 48px 0 54px; border-bottom: 1px solid var(--ink); scroll-margin-top: 28px; }
.legal-section__index { margin: 0; color: var(--blue); font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.legal-section h2 { margin: 22px 0 0; font-size: clamp(31px, 4vw, 52px); letter-spacing: -.045em; line-height: .96; }
.legal-section h3 { margin: 33px 0 0; font-size: 19px; }
.legal-section p,
.legal-section li { color: rgba(20, 20, 20, .76); font-size: 16px; line-height: 1.78; }
.legal-section p { margin: 21px 0 0; }
.legal-section ul { margin: 20px 0 0; padding-left: 22px; }
.legal-section li + li { margin-top: 9px; }
.legal-callout { margin-top: 30px; padding: 25px; border: 1px solid var(--ink); border-left: 9px solid var(--yellow); background: rgba(255, 255, 255, .55); }
.legal-callout strong { display: block; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.legal-callout p { margin-top: 13px; }
.legal-footer { padding: 38px 0 66px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; border-top: 1px solid var(--ink); font-size: 12px; line-height: 1.7; }
.legal-footer p { margin: 0; }
.legal-footer p:last-child { text-align: right; }
@media (max-width: 800px) {
  .legal-hero, .legal-layout, .legal-footer { width: calc(100vw - 32px); }
  .legal-nav { padding-right: 16px; padding-left: 16px; }
  .legal-hero { padding-top: 72px; }
  .legal-hero h1 { font-size: clamp(54px, 16vw, 94px); }
  .legal-meta { grid-template-columns: 1fr; }
  .legal-meta div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .legal-meta div:last-child { border-bottom: 0; }
  .legal-layout { grid-template-columns: 1fr; gap: 52px; }
  .legal-toc { position: static; }
  .legal-footer { grid-template-columns: 1fr; }
  .legal-footer p:last-child { text-align: left; }
}
