:root{color-scheme:light;--paper:#f6f0e2;--sheet:#fffdf7;--ink:#20251f;--muted:#5d625a;--forest:#285943;--coral:#c95745;--line:#cfc6b2}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 system-ui,-apple-system,"Segoe UI",sans-serif}a{color:#193b2c;text-underline-offset:3px}:focus-visible{outline:3px solid var(--coral);outline-offset:3px}header,main,footer{width:min(760px,calc(100% - 32px));margin:auto}header{min-height:76px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}header>a{display:inline-flex;min-width:44px;min-height:44px;align-items:center;justify-content:center}header>a:first-child{font-weight:800;text-decoration:none}main{padding:64px 0}article{padding:clamp(24px,6vw,56px);background:var(--sheet);border-top:10px solid var(--forest);box-shadow:0 14px 34px rgba(50,48,39,.1)}article a{display:inline-flex;min-width:44px;min-height:44px;align-items:center}h1,h2{font-family:Georgia,serif;font-weight:500;line-height:1.12}h1{font-size:clamp(40px,8vw,64px);letter-spacing:-.04em}h2{margin-top:38px;font-size:25px}.updated{color:var(--muted)}footer{padding:20px 0 50px;color:var(--muted);font-size:13px}@media(max-width:520px){header{min-height:64px}main{padding:32px 0}}
