:root{--ink:#171513;--body:#3a3632;--muted:#7a736b;--accent:#2f5d56;--paper:#f7f5f2;--paper-deep:#ebe6df;--line:color-mix(in srgb, var(--ink) 12%, transparent);--max:72rem;--font-sans:var(--font-instrument), "Avenir Next", "Segoe UI", sans-serif;--font-serif:var(--font-newsreader), "Iowan Old Style", Georgia, serif}*{box-sizing:border-box}body{min-height:100vh;font-family:var(--font-sans);color:var(--body);background:var(--paper);margin:0}a{color:var(--accent)}img{max-width:100%;height:auto}.shell{flex-direction:column;min-height:100vh;display:flex}.shellMain{flex:1;width:100%}.page{max-width:var(--max);margin:0 auto;padding:2rem 1.25rem 3.5rem}.pageIntro{max-width:38rem;margin-bottom:2.25rem;animation:.55s both rise}.pageIntro h1{font-family:var(--font-sans);letter-spacing:-.035em;color:var(--ink);margin:0 0 .65rem;font-size:clamp(2.2rem,4.5vw,3rem);font-weight:650;line-height:1.08}.pageIntro p,.pageIntroBio{color:var(--muted);margin:0;font-size:1.05rem;line-height:1.55}.pageIntroBio p{margin:0 0 .75rem}.pageIntroBio p:last-child{margin-bottom:0}.postGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2.25rem 1.5rem;animation:.7s 80ms both rise;display:grid}.adSlot{margin:0 0 1.5rem}.empty{color:var(--muted);padding:2rem 0}.srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}
