*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-text: #111;--color-muted: #666;--color-border: #e0e0e0;--color-bg: #fff;--font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-width: 900px;--spacing: 1.5rem}html{font-size:17px;-webkit-font-smoothing:antialiased;scrollbar-gutter:stable}body{font-family:var(--font);color:var(--color-text);background:var(--color-bg);line-height:1.65;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:underline;text-underline-offset:3px}a:hover{opacity:.6}.site-header{padding:var(--spacing) 0;border-bottom:1px solid var(--color-border)}.site-header .inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing);display:flex;align-items:baseline;gap:2rem}.site-header .home-link{font-weight:500;text-decoration:none;letter-spacing:-.01em}nav{display:flex;gap:1.25rem}nav a{text-decoration:none;color:var(--color-muted);font-size:.9rem}nav a:hover{color:var(--color-text);opacity:1}main{flex:1;max-width:var(--max-width);width:100%;margin:0 auto;padding:calc(var(--spacing) * 2) var(--spacing)}.site-footer{padding:var(--spacing) 0;border-top:1px solid var(--color-border);text-align:center;font-size:.8rem;color:var(--color-muted)}h1{font-size:1.4rem;font-weight:600;letter-spacing:-.02em;line-height:1.3;margin-bottom:.75rem}h2{font-size:1.1rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem}h3{font-size:1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.4rem}p{margin-bottom:1.2rem}p:last-child{margin-bottom:0}blockquote{border-left:2px solid var(--color-border);padding-left:1rem;color:var(--color-muted);margin:1.5rem 0}pre{background:#f5f5f5;padding:1rem;border-radius:4px;overflow-x:auto;font-size:.85rem;margin-bottom:1.2rem}code{font-size:.88em;background:#f5f5f5;padding:.15em .35em;border-radius:3px}pre code{background:none;padding:0}.post-list{list-style:none}.post-list li{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--color-border)}.post-list li:first-child{border-top:1px solid var(--color-border)}.post-list a{text-decoration:none;font-weight:500}.post-list a:hover{text-decoration:underline;text-underline-offset:3px;opacity:1}.post-date{font-size:.85rem;color:var(--color-muted);white-space:nowrap;flex-shrink:0}.article-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.article-header h1{font-size:1.6rem;margin-bottom:.4rem}.article-meta{font-size:.85rem;color:var(--color-muted)}.gallery-year{margin-bottom:3rem}.gallery-year-heading{font-size:.85rem;font-weight:400;color:var(--color-muted);margin-bottom:1rem;letter-spacing:.03em}.gallery-masonry{position:relative}.gallery-item{display:block;cursor:pointer;background:none;border:none;padding:0}.gallery-item img{width:100%;height:auto;display:block;border-radius:2px}.gallery-item:hover img,.home-photos a:hover img{opacity:.85}.lightbox{display:none;position:fixed;inset:0;background:#000000eb;z-index:100;align-items:center;justify-content:center;cursor:zoom-out}.lightbox.open{display:flex}.lightbox img{max-width:92vw;max-height:92vh;object-fit:contain;border-radius:2px;cursor:default}.gallery-exif{display:block;font-size:.7rem;color:var(--color-muted);margin-top:.35rem;letter-spacing:.01em}.landing-bio p{font-size:1.05rem;line-height:1.75}.home-section{margin-top:3rem}.home-section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem;font-size:.85rem;color:var(--color-muted)}.home-section-header a{font-size:.8rem;text-decoration:none;color:var(--color-muted)}.home-section-header a:hover{text-decoration:underline;text-underline-offset:3px;opacity:1}.home-photos{display:flex;gap:.75rem}.home-photos a{display:block;text-decoration:none;min-width:0}.home-photos img{width:100%;height:auto;display:block;border-radius:2px}.notes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.note-card{display:flex;flex-direction:column;justify-content:space-between;gap:.6rem;padding:1.25rem;border:1px solid var(--color-border);border-radius:4px;text-decoration:none;color:inherit;transition:border-color .15s}.note-card:hover{border-color:#aaa;opacity:1}.note-card-title{font-weight:500;font-size:.95rem;line-height:1.35}.note-card-excerpt{font-size:.85rem;color:var(--color-muted);line-height:1.55;flex:1}.note-card-date{font-size:.8rem;color:var(--color-muted)}.article-body ul,.article-body ol{padding-left:1.5rem;margin-bottom:1.2rem}.article-body li{margin-bottom:.3rem}.article-body li:last-child{margin-bottom:0}.article-body li>ul,.article-body li>ol{margin-top:.3rem;margin-bottom:0}.page-title{font-size:1rem;font-weight:500;color:var(--color-muted);margin-bottom:2rem;text-transform:lowercase}
