:root {
  color-scheme: dark;
  --ink: #07070a;
  --paper: #f1efea;
  --muted: #b7b7c1;
  --accent: #b9c2ff;
  --line: #303039;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  color: var(--paper);
  background: var(--ink);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 2rem; }
body { margin: 0; font-size: 1.0625rem; line-height: 1.75; }
a { color: var(--accent); text-underline-offset: .25em; }
a:hover { color: var(--paper); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.skip { position: absolute; left: 1rem; top: -6rem; background: var(--ink); padding: .6rem; }
.skip:focus { top: 1rem; }
.site-header, main, .site-footer { width: min(100% - 3rem, 1080px); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.7rem; border-bottom: 1px solid var(--line); }
.brand { color: var(--paper); font-size: 1.3rem; font-weight: 800; letter-spacing: -.05em; text-decoration: none; }
.languages { display: flex; align-items: center; gap: 1.2rem; font-size: .9rem; }
.languages [aria-current] { color: var(--paper); text-decoration: none; }
.hero { padding-block: clamp(3rem, 8vw, 6rem) 2.5rem; max-width: 830px; }
.eyebrow { color: var(--accent); text-transform: uppercase; font-size: .8rem; letter-spacing: .14em; font-weight: 700; }
h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(2.7rem, 6.8vw, 5.5rem); line-height: 1.06; letter-spacing: -.045em; margin: 1.1rem 0 1.5rem; overflow-wrap: break-word; }
.intro { font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.6; max-width: 43rem; }
.updated { color: var(--muted); font-size: .88rem; margin-top: 1.5rem; }
.document { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: clamp(2rem, 6vw, 5rem); padding-bottom: 4rem; }
.contents { align-self: start; position: sticky; top: 2rem; border-top: 1px solid var(--line); padding-top: 1.2rem; }
.contents p { margin-top: 0; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.contents ol { padding-left: 1.2rem; font-size: .95rem; }
.contents li { margin-block: .55rem; }
.contents a { color: var(--muted); text-decoration: none; }
.contents a:hover { color: var(--paper); text-decoration: underline; }
.copy { min-width: 0; }
.copy section { border-top: 1px solid var(--line); padding-block: 1.6rem 2rem; }
h2 { font-size: 1.35rem; line-height: 1.35; letter-spacing: -.025em; margin: 0 0 1rem; }
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }
li { margin-block: .45rem; }
.copy ul, .copy ol { padding-left: 1.35rem; }
.copy a { overflow-wrap: anywhere; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; border-top: 1px solid var(--line); padding-block: 1.5rem 2rem; color: var(--muted); font-size: .85rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; }
@media (max-width: 720px) {
  .site-header, main, .site-footer { width: min(100% - 2.5rem, 1080px); }
  .document { grid-template-columns: 1fr; gap: 1.5rem; }
  .contents { position: static; }
  .contents ol { display: flex; flex-wrap: wrap; gap: .4rem 1.5rem; list-style: none; padding: 0; }
  .contents li { margin: 0; }
  .contents a { display: inline-block; padding-block: .3rem; }
  .hero { padding-top: 2.5rem; }
}
@media print {
  :root { color-scheme: light; color: #17171a; background: white; }
  .site-header, .contents, .site-footer, .skip { display: none; }
  main { width: 100%; }
  .hero { padding-top: 0; }
  h1 { font-size: 32pt; }
  .document { display: block; }
  a, .eyebrow, .updated { color: inherit; }
  h2 { break-after: avoid; }
}
