:root {
  color-scheme: light dark;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  --max: 960px;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: .18em; }
.site-header, main, footer { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid color-mix(in srgb, currentColor 18%, transparent); }
.site-header nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.brand { font-weight: 750; text-decoration: none; }
.hero { padding: 4.5rem 0 3rem; max-width: 760px; }
.eyebrow { font-size: .8rem; font-weight: 800; letter-spacing: .16em; }
h1 { font-size: clamp(2.2rem, 7vw, 4.6rem); line-height: .98; letter-spacing: -.04em; margin: .4rem 0 1.2rem; }
h2 { line-height: 1.15; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.card, .policy-section { border: 1px solid color-mix(in srgb, currentColor 18%, transparent); border-radius: 1rem; padding: 1.25rem; }
.legal-links { padding: 3rem 0; }
.policy { max-width: 760px; padding: 3rem 0; }
.policy-section { margin: 1rem 0; }
.notice { border-left: .3rem solid currentColor; padding: .3rem 1rem; }
code { overflow-wrap: anywhere; }
footer { padding: 2rem 0 4rem; opacity: .72; }
@media (max-width: 620px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .hero { padding-top: 3rem; }
}
