:root{--bg: #ffffff;--text: #111111;--muted: #3a3a3a;--rule: #1a1a1a;--max: 44rem;--header-h: 5rem;--footer-h: 3.5rem}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Cooper Americana,Times New Roman,serif;line-height:1.65;letter-spacing:.01em}main{padding:var(--header-h) 1.25rem var(--footer-h);margin:0 auto;max-width:var(--max)}header{padding:1.5rem 1.25rem;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1rem;position:fixed;align-items:center;top:0;left:0;right:0;z-index:10;background:transparent;min-height:var(--header-h)}header>a{margin-right:auto}footer{position:fixed;left:0;bottom:0;width:100%;padding:1rem 1.25rem;background:transparent;color:var(--muted);font-size:1rem;font-style:italic;z-index:10;min-height:var(--footer-h)}h1,h2,h3,h4{font-weight:600;line-height:1.2;letter-spacing:.005em}h1{font-size:clamp(2.2rem,3.2vw,3rem);margin:0 0 1.5rem}h2{font-size:1.4rem;margin:0 0 .35rem}p{margin:0 0 1.25rem}article{margin:0 0 1.5rem}header ul{margin:0;padding:0;list-style:none;display:flex;gap:1rem;flex-wrap:wrap}header a{background-image:none;font-style:italic}.home-title{text-align:center;margin-bottom:2.5rem}.home-columns{display:grid;grid-template-columns:1fr minmax(6rem,10rem) 1fr;gap:2rem;align-items:start}.home-posts,.home-reading{text-align:left}.post-list,.reading-list{margin:0;padding:0;list-style:none;display:grid;gap:.9rem}.post-list a,.reading-more{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em;text-decoration-color:currentColor;background-image:none}.post-date{display:block;color:var(--muted);font-size:.9rem;margin-top:.15rem}.reading-title{display:block}.reading-author{display:block;color:var(--muted);font-size:.9rem;margin-top:.15rem}.reading-more{display:inline-block;margin-top:.35rem;font-size:.95rem}.reading-entry{margin:0 0 2rem}.reading-entry h2{margin-bottom:.6rem}.reading-entry .post-meta{margin:0 0 .2rem}.reading-entry .post-meta:last-of-type{margin-bottom:.7rem}.home-center{min-height:1px}.post-meta{color:var(--muted);font-size:.95rem}main ul,main ol{margin:0 0 1.25rem;padding-left:1.25rem}@media(max-width:900px){html,body{height:100%}body{overflow:hidden}main{height:calc(100vh - var(--header-h) - var(--footer-h));overflow-y:auto;-webkit-overflow-scrolling:touch}header{background:var(--bg)}.home-columns{grid-template-columns:1fr}.home-center{display:none}}@media(hover:none)and (pointer:coarse){footer{background:var(--bg);-webkit-text-size-adjust:100%;text-size-adjust:100%}}a{color:inherit;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-size:100% 1px;background-repeat:no-repeat;background-position:0 100%;padding-bottom:.08em}a:hover{color:var(--muted)}
