:root {
  color-scheme: light;
  --paper: #f9f9f7;
  --ink: #262723;
  --muted: #73736c;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; text-underline-offset: .25em; text-decoration-thickness: 1px; }
a:hover { text-decoration: underline; }
a:focus-visible { outline: 1px solid currentColor; outline-offset: 5px; border-radius: 1px; }
::selection { color: var(--paper); background: var(--ink); }
.skip { position: absolute; top: 1rem; left: 1rem; transform: translateY(-200%); background: var(--paper); padding: .6rem; }
.skip:focus { transform: none; }
.page { width: min(100% - 3rem, 17rem); margin-inline: auto; }
.home { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding-block: 3rem 6rem; }
.intro { margin-bottom: 2.75rem; }
h1 { margin: 0; font-size: 1.125rem; font-weight: 500; letter-spacing: -.025em; line-height: 1.5; }
.location { margin: .25rem 0 0; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.index-section { display: grid; grid-template-columns: 7.25rem minmax(0, 1fr); gap: 1.25rem; }
.index-section + .index-section { margin-top: 2rem; }
.section-label { margin: 0; color: var(--muted); font-size: .875rem; font-weight: 400; line-height: 2rem; }
.link-list { list-style: none; padding: 0; margin: 0; }
.index-link { display: flex; align-items: center; min-height: 2rem; font-size: 1rem; font-weight: 400; letter-spacing: -.015em; line-height: 1.5; }
.footer { margin-top: 3.75rem; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.footer nav { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.footer a { padding-block: .35rem; }
.footer a:hover, .back:hover { color: var(--ink); }
.legal { width: min(100% - 3rem, 36rem); padding-block: 4rem; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-bottom: 4rem; font-size: .875rem; line-height: 1.5; }
.back { color: var(--muted); }
.legal h1 { font-size: 1.5rem; margin-bottom: 2rem; overflow-wrap: anywhere; }
.prose { line-height: 1.75; }
.prose h2 { margin: 2rem 0 .5rem; font-size: 1rem; font-weight: 500; line-height: 1.5; }
.prose p { margin: .75rem 0; }
.prose address { font-style: normal; }
.prose a { text-decoration: underline; text-decoration-color: var(--muted); overflow-wrap: anywhere; }
.prose ul { padding-left: 1.25rem; }
.legal .footer { margin-top: 3rem; }
@media (max-width: 360px) {
  .index-section { grid-template-columns: 6.5rem minmax(0, 1fr); gap: 1rem; }
  .index-link { overflow-wrap: anywhere; }
}
@media (max-width: 520px) {
  .legal { padding-block: 2.5rem; }
  .masthead { margin-bottom: 3rem; }
}
