:root{--bg:#fff;--fg:#111;--m:#666}
@media(prefers-color-scheme:dark){:root{--bg:#111;--fg:#fff;--m:#aaa}}
*{box-sizing:border-box;margin:0;padding:0}
body{background:var(--bg);color:var(--fg);font-family:Georgia,serif;line-height:1.6}
.body{max-width:80ch;margin:0 auto;padding:2rem 1rem}
header{margin-bottom:3rem}
img{width:12em;height:auto;display:block}
@media(prefers-color-scheme:dark){img{filter:invert(1)}}
h1,h2,h3,h6{font-weight:400}
section{margin-bottom:4rem}
section h1{font-size:clamp(2rem,5vw,2.5rem);margin-bottom:1rem}
section>p{color:var(--m);font-size:clamp(1rem,2vw,1.1rem);margin-bottom:2rem}
section>div{margin-bottom:1.5rem}
section>div h2{font-size:1.25rem;margin-bottom:.5rem}
section>div h2 a{color:var(--fg);text-decoration:none}
section>div h3{font-size:1.1rem;margin-bottom:.5rem;font-weight:400}
section>div h3 span{font-weight:400;color:var(--m)}
section>div p{color:var(--m);margin:0}
footer{display:flex;gap:2rem;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--m);flex-wrap:wrap}
footer>div{flex:1;min-width:12rem}
footer h6{font-size:.875rem;color:var(--m);margin-bottom:.75rem}
footer ul{list-style:none}
footer li{margin-bottom:.5rem}
footer a{color:var(--fg);text-decoration:none;font-size:.875rem}
