:root{--bg:#f5f5f5;--text:#1e1a17;--text-secondary:#7a6e64;--accent:#b0704d;--border:#e0ddda;--content-width:720px;--font-mono:"JetBrains Mono", "SF Mono", "Fira Code", monospace}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#29231a;--text:#e8e4e0;--text-secondary:#9a8e84;--accent:#d4956e;--border:#514840}}:root[data-theme=dark]{--bg:#29231a;--text:#e8e4e0;--text-secondary:#9a8e84;--accent:#d4956e;--border:#514840}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%}body{color:var(--text);background-color:var(--bg);max-width:var(--content-width);margin:0 auto;padding:2rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.0625rem;line-height:1.6}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{background:var(--text);color:var(--bg);z-index:100;padding:.5rem 1rem;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}h1,h2,h3{font-weight:600;line-height:1.3}h1{margin-bottom:1rem;font-size:1.75rem}h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem}h3{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.0625rem}p{margin-bottom:1rem}a{color:var(--accent);text-decoration:underline}a:hover{opacity:.8}.site-header{margin-bottom:2rem}.site-logo{width:2rem;height:2rem;fill:var(--text);color:var(--text);flex-shrink:0}.site-header nav{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.nav-toggle{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;margin-left:auto;padding:0;font-size:.9375rem;display:none}.nav-toggle:hover{color:var(--text)}.nav-links{display:contents}@media (width<=480px){.nav-toggle{display:block}.nav-links{flex-direction:column;gap:.5rem;width:100%;display:none}.nav-links.open{display:flex}}.site-header nav a{color:var(--text-secondary);font-size:.9375rem;text-decoration:none}.site-header nav a:hover{color:var(--text)}.site-header nav a[aria-current=page]{color:var(--text);font-weight:600}.theme-toggle{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;margin-left:auto;padding:0;font-size:.9375rem}.theme-toggle:hover{color:var(--text)}@media (width<=480px){.theme-toggle{align-self:flex-start;margin-top:1rem;margin-left:0}}.theme-label-light{text-decoration:underline}.theme-label-dark{text-decoration:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-label-light{text-decoration:none}:root:not([data-theme=light]) .theme-label-dark{text-decoration:underline}}[data-theme=dark] .theme-label-light{text-decoration:none}[data-theme=dark] .theme-label-dark,[data-theme=light] .theme-label-light{text-decoration:underline}[data-theme=light] .theme-label-dark{text-decoration:none}.site-footer{color:var(--text-secondary);margin-top:4rem;padding-bottom:2rem;font-size:.875rem}.site-footer hr{margin-bottom:1rem}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}img{border-radius:3px;max-width:100%;height:auto}blockquote{border-left:2px solid var(--border);color:var(--text-secondary);margin:1.5rem 0;padding-left:1rem;font-style:italic}code{font-family:var(--font-mono);background:var(--border);border-radius:2px;padding:.125rem .375rem;font-size:.875em}pre{background:var(--border);border-radius:3px;margin-bottom:1rem;padding:1rem;overflow-x:auto}pre code{background:0 0;padding:0}.secondary{color:var(--text-secondary);font-size:.875rem}.mono{font-family:var(--font-mono);font-size:.875rem}.intro{font-size:1.25rem;line-height:1.5}.intro p:last-child{margin-bottom:0}.section-label{letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.75rem;font-size:.875rem;font-weight:500}.item-list{margin-bottom:.75rem;list-style:none}.item-list li{margin-bottom:.25rem}.item-list a{color:var(--text);text-decoration:none}.item-list a:hover{color:var(--accent)}.item-list .detail{color:var(--text-secondary)}.writing-list{margin-bottom:.75rem;list-style:none}.writing-list li{gap:.75rem;margin-bottom:.25rem;display:flex}.writing-list time{font-family:var(--font-mono);color:var(--text-secondary);flex-shrink:0;padding-top:.15rem;font-size:.875rem}.writing-list a{color:var(--text);text-decoration:none}.writing-list a:hover{color:var(--accent)}.photo-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:.75rem;display:grid}.photo-grid img{aspect-ratio:1;object-fit:cover;width:100%}@media (width<=480px){.photo-grid{grid-template-columns:repeat(2,1fr)}}.masonry{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:2rem;display:grid}.masonry-item img{aspect-ratio:1;object-fit:cover;cursor:pointer;border-radius:3px;width:100%;display:block}@media (width<=480px){.masonry{grid-template-columns:repeat(2,1fr)}}.lightbox{z-index:100;cursor:pointer;background:#000000f2;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.lightbox.is-active{display:flex}.lightbox img{object-fit:contain;border-radius:3px;max-width:80vw;max-height:90vh}.lightbox-nav{color:#fff;font-family:var(--font-mono);cursor:pointer;opacity:.6;background:0 0;border:none;padding:1rem;font-size:1.5rem;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{opacity:1}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.section-link{font-size:.9375rem}.hover-preview{pointer-events:none;opacity:0;z-index:10;transition:opacity .15s;position:fixed}.hover-preview.is-visible{opacity:1}.hover-preview img{aspect-ratio:3/2;object-fit:cover;border-radius:3px;width:280px;display:block}.post-header{margin-bottom:1rem}.post-header h1{margin-bottom:0}.post-date{display:block}.post-header+p{font-size:1.25rem;line-height:1.5}.post img,.post video{margin:1.5rem 0;display:block}.post video{border-radius:3px;width:100%}.image-row{grid-template-columns:1fr 1fr;gap:.5rem;margin:1.5rem 0;display:grid}.image-row img{margin:0}.video-embed{border-radius:3px;height:0;margin:1.5rem 0;padding-bottom:56.25%;position:relative;overflow:hidden}.video-embed iframe{border-radius:3px;width:100%;height:100%;position:absolute;top:0;left:0}.post p:has(img){margin-bottom:0}.post h2{margin-top:2.5rem}.post ol,.post ul{margin-bottom:1rem;padding-left:1.25rem}.post li{margin-bottom:.25rem}.about-photo{width:100%;margin-top:2rem;margin-bottom:2rem}.about-photo img{width:100%;height:auto}.cv,.cv .section-label:first-child{margin-top:0}.cv .section-label{margin-top:2rem}.cv-list{list-style:none}.cv-list li{align-items:baseline;gap:.5rem;margin-bottom:.25rem;line-height:1.5;display:flex}.cv-role{font-weight:600}.cv-company{color:var(--text-secondary)}.cv-date{font-family:var(--font-mono);color:var(--text-secondary);flex-shrink:0;margin-left:auto;font-size:.875rem}@media (width<=480px){.cv-list li{flex-wrap:wrap}.cv-date{width:100%;margin-left:0}}.project-crumbs{margin-top:2rem}.project-crumbs hr{margin:1.5rem 0}.project-crumb{color:var(--text);align-items:center;gap:1.5rem;text-decoration:none;display:flex}.project-crumb__text{flex-shrink:0;width:40%}.project-crumb__title{font-weight:600;display:block}.project-crumb:hover .project-crumb__title,.project-crumb:focus-visible .project-crumb__title{color:var(--accent)}.project-crumb__desc{color:var(--text-secondary);margin-top:.25rem;font-size:.9375rem;display:block}.project-crumb__protected{margin-top:.25rem;font-size:.875rem;display:none;color:var(--text-secondary)!important}.project-crumb:hover .project-crumb__protected,.project-crumb:focus-visible .project-crumb__protected{display:block}.project-crumb:hover .project-crumb__desc:has(~.project-crumb__protected),.project-crumb:focus-visible .project-crumb__desc:has(~.project-crumb__protected){display:none}.project-crumb__images{flex:1;grid-template-columns:repeat(3,1fr);gap:.5rem;min-width:0;display:grid}.project-crumb__images img:only-child{grid-column:3}.project-crumb__images img{aspect-ratio:3/2;object-fit:cover;border-radius:3px;width:100%;display:block}@media (width<=480px){.project-crumb{flex-direction:column;gap:.75rem}.project-crumb__text{width:100%}}