:root { color-scheme: light; --paper: #f3ebdd; --ink: #11110f; --signal: #ff5c3d; --muted: #746e64; }
* { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body { margin: 0; }
a { color: inherit; }
.legal-header { position: sticky; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 0 clamp(20px, 5vw, 72px); border-bottom: 2px solid var(--ink); background: rgba(243, 235, 221, .94); backdrop-filter: blur(14px); }
.legal-header a { font-weight: 950; text-decoration: none; }
.legal-header .wordmark { font-size: clamp(32px, 4vw, 48px); letter-spacing: -.07em; }
.legal-header .back { padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: 13px; }
main { width: min(100% - 40px, 920px); margin: 0 auto; padding: clamp(72px, 10vw, 128px) 0 120px; }
.kicker { margin: 0 0 18px; font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 820px; margin: 0; font-size: clamp(64px, 10vw, 126px); line-height: .82; letter-spacing: -.075em; }
.lede { max-width: 720px; margin: 40px 0 64px; font-size: clamp(20px, 3vw, 30px); font-weight: 750; line-height: 1.25; }
section { display: grid; grid-template-columns: minmax(160px, 1fr) 3fr; gap: 28px; padding: 28px 0; border-top: 1.5px solid var(--ink); }
h2 { margin: 0; font-size: 18px; letter-spacing: -.03em; }
section div { max-width: 650px; }
p, li { font-size: 16px; line-height: 1.55; }
ul { margin: 0; padding-left: 20px; }
.prototype { display: inline-block; margin-top: 54px; padding: 10px 13px; border: 2px solid var(--ink); background: var(--signal); font-size: 11px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; transform: rotate(-1deg); }
@media (max-width: 640px) { .legal-header { min-height: 66px; }.legal-header .wordmark { font-size: 34px; } main { width: min(100% - 32px, 920px); padding-top: 64px; } section { grid-template-columns: 1fr; gap: 8px; } h1 { font-size: clamp(58px, 19vw, 84px); } }
