/* SPDX-License-Identifier: AGPL-3.0-only */
:root{color-scheme:dark;--ground:#181a1c;--ink:#f4f2ee;--quiet:#aaaeb0;--line:#36393c;--accent:#d2bfa5;font-family:Arial,Helvetica,sans-serif;background:var(--ground);color:var(--ink);font-synthesis:none}
*{box-sizing:border-box}
body{margin:0}
a{color:inherit;text-underline-offset:.3em}
a:focus-visible{outline:2px solid var(--accent);outline-offset:7px}
.page{min-height:100svh;max-width:1560px;margin:auto;padding:36px 6vw 24px;display:flex;flex-direction:column}
header{display:flex;align-items:center;justify-content:space-between;gap:24px}
.wordmark{font-size:30px;font-weight:700;letter-spacing:-1.8px;text-decoration:none}
.wordmark span{color:var(--accent)}
.status{font-size:14px;color:var(--quiet)}
main{flex:1;padding:clamp(72px,12vh,140px) 0 80px}
.eyebrow{font-size:14px;color:var(--accent);letter-spacing:.13em;text-transform:uppercase;margin:0 0 30px}
h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.065em;font-size:clamp(76px,11.7vw,172px);line-height:.91;margin:0 0 40px;max-width:1000px}
h1 em{font-weight:400;color:var(--accent)}
.intro{font-size:clamp(21px,2.2vw,29px);line-height:1.5;margin:0 0 22px;letter-spacing:-.02em}
.note{font-size:16px;line-height:1.7;color:var(--quiet);max-width:580px;margin:0}
footer{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid var(--line);font-size:14px;line-height:1.5;color:var(--quiet)}
footer p{margin:0}
.source h1{font-size:clamp(44px,7vw,80px);line-height:1.1;letter-spacing:-.04em}
.source main{max-width:760px}
.source main p,.source li{font-size:18px;line-height:1.65}
.source li{margin:12px 0}
@media(max-width:600px){.page{padding:26px 7vw 24px}main{padding:80px 0 64px}.eyebrow{font-size:13px;letter-spacing:.1em}h1{font-size:clamp(64px,16vw,100px)}.wide-only{display:none}footer{flex-direction:column;gap:12px}.status{font-size:13px}}
