:root { color-scheme: light; font-size: 100%; --ink: #172033; --muted: #526079; --line: #d8deea; --paper: #ffffff; --soft: #f4f7fb; --accent: #174ea6; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.6; }
a { color: var(--accent); text-underline-offset: .18em; overflow-wrap: anywhere; }
a:focus-visible { outline: 3px solid #f2b705; outline-offset: 3px; border-radius: .2rem; }
.skip-link { position: fixed; z-index: 10; top: .5rem; left: .5rem; padding: .7rem 1rem; background: var(--ink); color: #fff; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; padding: 1rem max(1rem, calc((100% - 72rem) / 2)); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .55rem; color: var(--ink); font-weight: 750; text-decoration: none; min-height: 44px; }
.brand span { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: .55rem; background: var(--ink); color: #fff; }
nav { display: flex; flex-wrap: wrap; gap: .35rem .8rem; }
nav a { display: inline-flex; align-items: center; min-height: 44px; padding: .35rem .15rem; }
nav a[aria-current="page"] { color: var(--ink); font-weight: 750; text-decoration-thickness: .16rem; }
main { width: min(100% - 2rem, 72rem); margin-inline: auto; }
.legal-hero { padding: clamp(2.5rem, 7vw, 5rem) 0 2.5rem; border-bottom: 1px solid var(--line); }
.eyebrow { color: var(--accent); font-weight: 750; letter-spacing: .08em; text-transform: uppercase; font-size: .85rem; }
h1 { max-width: 20ch; margin: .15rem 0 .8rem; font-size: clamp(2.25rem, 8vw, 4.5rem); line-height: 1.05; letter-spacing: -.035em; }
.legal-hero > p:not(.eyebrow):not(.policy-note) { max-width: 48rem; color: var(--muted); font-size: 1.125rem; }
.legal-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 2rem 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: .75rem; background: var(--line); }
.legal-meta div { padding: 1rem; background: var(--soft); overflow-wrap: anywhere; }
.legal-meta dt { color: var(--muted); font-size: .82rem; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.legal-meta dd { margin: .25rem 0 0; }
.policy-note { padding: .9rem 1rem; border-left: .25rem solid var(--accent); background: var(--soft); }
.legal-content { width: min(100%, 48rem); margin: 0 auto; padding: 2.5rem 0 5rem; overflow-wrap: anywhere; }
.legal-content h2 { margin: 3rem 0 1rem; font-size: clamp(1.8rem, 5vw, 2.5rem); line-height: 1.15; }
.legal-content h3 { margin: 2.25rem 0 .75rem; font-size: clamp(1.3rem, 4vw, 1.65rem); line-height: 1.25; }
.legal-content h4 { margin: 1.6rem 0 .5rem; font-size: 1.1rem; }
.legal-content p, .legal-content li { max-width: 70ch; }
.legal-content li + li { margin-top: .5rem; }
.legal-content ul, .legal-content ol { padding-left: 1.4rem; }
footer { padding: 2rem max(1rem, calc((100% - 72rem) / 2)); border-top: 1px solid var(--line); background: var(--soft); overflow-wrap: anywhere; }
footer nav { margin-top: 1rem; }
@media (max-width: 640px) {
  .site-header { align-items: flex-start; flex-direction: column; padding-block: .75rem; }
  .site-header nav { width: 100%; justify-content: space-between; }
  main { width: min(100% - 1.25rem, 72rem); }
  .legal-hero { padding-top: 2rem; }
  .legal-meta { grid-template-columns: 1fr; }
  .legal-content { padding-top: 1.5rem; }
  .legal-content ul, .legal-content ol { padding-left: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
