@font-face { font-family: Inter; src: url('assets/inter-medium.ttf') format('truetype'); font-weight: 500; font-display: swap; }
:root { color-scheme: light; font-family: Inter, sans-serif; font-weight: 500; font-synthesis: none; color: #191919; background: #f4f4f4; --muted: #666; --line: #c8c8c8; --gutter: clamp(24px, 4.5vw, 80px); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; -webkit-font-smoothing: antialiased; background: #f4f4f4 url('assets/grain.svg'); }
h1, h2, p { margin: 0; font-weight: 500; }
a { color: inherit; text-decoration: none; text-underline-offset: .2em; }
a:hover { text-decoration: underline; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
::selection { color: #f4f4f4; background: #333; }
.wrap { width: min(100%, 1720px); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; top: -100px; left: 24px; z-index: 10; padding: 12px; background: #191919; color: #fff; }
.skip-link:focus { top: 16px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 34px; font-size: 16px; line-height: 1.5; }
.name { letter-spacing: -.025em; }
.back-link { background-image: linear-gradient(currentColor, currentColor); background-position: center bottom; background-repeat: no-repeat; background-size: 0 1px; transition: background-size 300ms ease; }
.back-link:hover, .back-link:focus-visible { background-size: 100% 1px; text-decoration: none; }
.legal-page { padding-block: clamp(64px, 8vw, 120px) 96px; max-width: 1000px; margin-inline: auto; }
.legal-page h1 { font-size: clamp(40px, 6vw, 76px); line-height: 1.04; letter-spacing: -.06em; overflow-wrap: anywhere; }
.legal-intro { margin-top: 24px; color: var(--muted); max-width: 660px; font-size: 16px; line-height: 1.7; }
.legal-section { margin-top: 44px; max-width: 660px; font-size: 16px; line-height: 1.7; }
.legal-section h2 { margin-bottom: 12px; font-size: 20px; letter-spacing: -.025em; }
.legal-section p + p { margin-top: 16px; }
.legal-section address { font-style: normal; }
.legal-provider { max-width: none; }
.legal-provider address { font-size: 14px; line-height: 1.7; }
.legal-section a { text-decoration: underline; overflow-wrap: anywhere; }
.footer { padding-block: 56px 28px; background: #e9e9e9 url('assets/grain.svg'); }
.legal-links { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 13px; line-height: 1.8; color: #595959; }
@media (min-width: 1720px) { .footer { background: transparent; border-top: 1px solid var(--line); } }
@media (max-width: 760px) { .site-header { padding-block: 23px; gap: 20px; font-size: 14px; } .legal-page { padding-bottom: 64px; } .footer { padding-block: 36px 24px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .back-link { transition: none; } }
