@font-face { font-family: "Hanken Grotesk"; src: url("/fonts/HankenGrotesk-400.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Hanken Grotesk"; src: url("/fonts/HankenGrotesk-600.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("/fonts/SpaceGrotesk-600.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Space Mono"; src: url("/fonts/SpaceMono-700.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Nunito Sans"; src: url("/fonts/NunitoSans-800.ttf") format("truetype"); font-weight: 800; font-display: swap; }

:root { color: #202721; background: #f5f1e8; font-family: "Hanken Grotesk", system-ui, sans-serif; line-height: 1.65; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: #f5f1e8; }
a { color: #9f5034; text-underline-offset: 3px; }
a:focus-visible { outline: 3px solid rgba(197,106,69,.35); outline-offset: 3px; }
.legal-shell { width: min(920px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 72px; }
.legal-nav { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid #d8ddd4; }
.legal-brand { display: inline-flex; align-items: center; gap: 9px; color: #202721; text-decoration: none; }
.legal-brand img { width: 38px; height: 38px; }
.legal-brand span { font-family: "Nunito Sans", sans-serif; font-size: 23px; font-weight: 800; letter-spacing: -.04em; }
.legal-nav-links { display: flex; gap: 22px; }
.legal-nav-links a { min-height: 44px; display: inline-flex; align-items: center; color: #687168; font-size: 13px; font-weight: 600; text-decoration: none; }
.legal-hero { padding: 72px 0 48px; }
.legal-eyebrow { margin: 0 0 15px; color: #9f5034; font-family: "Space Mono"; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0; font-family: "Space Grotesk"; font-size: clamp(44px, 7vw, 68px); line-height: 1; letter-spacing: -.05em; }
.legal-updated { margin: 20px 0 0; color: #8d968d; font-size: 13px; }
.legal-intro { max-width: 760px; margin: 0 0 34px; color: #687168; font-size: 19px; }
.legal-section { padding: 30px 0; border-top: 1px solid #d8ddd4; }
.legal-section h2 { margin: 0 0 12px; font-family: "Space Grotesk"; font-size: 24px; line-height: 1.2; letter-spacing: -.025em; }
.legal-section p, .legal-section li { font-size: 16px; }
.legal-section p { margin: 0 0 14px; }
.legal-section ul { padding-left: 22px; }
.legal-callout { margin: 30px 0; padding: 24px; border: 1px solid #d8ddd4; border-left: 4px solid #c56a45; border-radius: 8px; background: #fffdf8; }
.legal-callout strong { display: block; margin-bottom: 6px; }
.legal-support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 32px 0 48px; }
.legal-support-card { min-height: 160px; padding: 24px; border: 1px solid #d8ddd4; border-radius: 9px; background: #fffdf8; }
.legal-support-card h2 { margin: 0 0 8px; font-family: "Space Grotesk"; font-size: 22px; }
.legal-support-card p { margin: 0; color: #687168; }
.legal-support-card a { min-height: 44px; display: inline-flex; align-items: center; margin-top: 12px; font-weight: 600; }
.legal-footer { margin-top: 32px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #d8ddd4; color: #8d968d; font-size: 13px; }
@media (max-width: 640px) { .legal-nav-links a:first-child { display: none; } .legal-hero { padding-top: 56px; } .legal-support-grid { grid-template-columns: 1fr; } .legal-footer { flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
