:root{--bg:#f5f7f4;--text:#1a211c;--muted:#5a665c;--accent:#1a211c;--border:#5a665c30;--surface:#eef0ec;--font-heading:Georgia, 'Times New Roman', serif;--font-body:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--font-mono:'Courier New', Courier, monospace}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg)}h1,h2,h3,h4,p,ul,ol,figure,blockquote,pre{margin:0}img{max-width:100%;height:auto;display:block}h1{font-family:var(--font-heading);font-size:2.5rem;font-weight:400;letter-spacing:-.02em;line-height:1.2;color:var(--text);margin-bottom:1.5rem}h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:400;letter-spacing:-.01em;line-height:1.3;color:var(--text)}h3{font-family:var(--font-body);font-size:1rem;font-weight:600;line-height:1.4;color:var(--text)}a{color:var(--text);text-decoration:underline;text-decoration-color:var(--muted);text-underline-offset:3px;text-decoration-thickness:1px;transition:text-decoration-color .15s ease}a:hover{text-decoration-color:var(--text)}body{max-width:48rem;margin:0 auto;padding:1.5rem}header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:1rem;margin-bottom:4rem}header a{font-family:var(--font-mono);color:var(--muted);font-size:.8rem;margin:0;text-decoration:none}header .site-title{font-size:.9rem}header nav ul{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0}.headshot{display:block;margin-bottom:1.5rem}.intro{color:var(--muted);font-size:1.125rem;margin:0;line-height:1.5}.posts ul{padding:1rem 0 0}.posts ul li{list-style:none}.post-header h1{margin-bottom:.5rem}.post-header time{display:block;font-size:.85rem;color:var(--muted);margin-bottom:2rem}.post-content p{margin-bottom:1.5rem}.post-content h2{margin-top:3rem;margin-bottom:1rem}.post-content h3{margin-top:2rem;margin-bottom:.75rem}.sidebar-block{margin:2rem 0;padding:1rem 1.25rem;background:var(--surface);border-left:3px solid var(--border);font-size:.95rem}.sidebar-block p:last-child{margin-bottom:0}.gallery{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;height:600px;gap:.5rem;overflow-x:auto;overflow-y:hidden;margin:3rem 0}.gallery-item{margin:0;flex-shrink:0;height:calc(50% - .25rem);width:calc((300px - .125rem) * var(--ar))}.gallery-item.portrait{height:100%;width:calc(600px * var(--ar))}.gallery-item a{display:block;height:100%}.gallery-item img{height:100%;width:100%;object-fit:cover}@media(max-width:768px){.gallery{height:50vh}.gallery-item{width:calc((25vh - .125rem) * var(--ar))}.gallery-item.portrait{width:calc(50vh * var(--ar))}}