:root { --page: #F4F4F2; --ink: #1E2322; --muted: #6B7170; --primary: #2F7E7C; --line: #E4E3DF; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: var(--page); color: var(--ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.lockup { width: 190px; display: grid; gap: 6px; }
.lockup-top { color: var(--ink); display: block; width: 100%; height: auto; }
.lockup-bottom { color: var(--primary); display: block; width: 100%; height: auto; }
.placeholder-hero { min-height: calc(100vh - 88px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 64px 32px; text-align: center; }
.placeholder-hero .tagline { max-width: 320px; margin: 26px 0 0; font-size: 16px; font-weight: 400; line-height: 24px; }
.contact { margin-top: 34px; color: var(--primary); font-size: 14px; font-weight: 600; text-decoration: none; }
footer { border-top: 1px solid var(--line); padding: 22px 32px 30px; text-align: center; }
footer nav { display: flex; justify-content: center; gap: 18px; }
footer a { color: var(--muted); font-size: 13px; font-weight: 600; text-decoration: none; }
footer p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 18px; }
.legal-document { width: min(100% - 48px, 420px); margin: 0 auto; padding: 48px 0 36px; }
.legal-lockup { display: block; width: 96px; margin-bottom: 34px; }
.legal-lockup .lockup { width: 96px; gap: 3px; }
article h1 { margin: 0 0 10px; font-size: 24px; font-weight: 700; line-height: 30px; }
article h2 { margin: 30px 0 10px; font-size: 16px; font-weight: 700; line-height: 22px; }
article h3 { margin: 20px 0 8px; font-size: 15px; font-weight: 700; line-height: 21px; }
article p { margin: 0 0 14px; font-size: 14px; font-weight: 400; line-height: 22px; }
article h1 + p { color: var(--muted); font-size: 13px; line-height: 19px; }
article a { color: var(--primary); }
article code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
