:root{--color-bg:#fafafa;--color-text:#1a1a1a;--color-muted:#888;--color-border:#e0e0e0;--max-width:1100px;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--header-height:60px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-border);height:var(--header-height);align-items:center;display:flex;position:sticky;top:0}.site-header .container{justify-content:space-between;align-items:center;width:100%;max-width:1600px;display:flex}.site-name{letter-spacing:.15em;text-transform:uppercase;font-size:.875rem;font-weight:600}.nav{align-items:center;gap:1.5rem;display:flex}.nav a{color:var(--color-text);font-size:.875rem;transition:color .2s}.nav a:hover,.nav a.active{color:var(--color-muted)}.nav-toggle{cursor:pointer;color:var(--color-text);background:0 0;border:none;font-size:1.5rem;display:none}.site-footer{border-top:1px solid var(--color-border);margin-top:4rem;padding:2rem 0}.site-footer .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-contact{font-size:.875rem}.footer-contact a{color:var(--color-text);text-decoration:underline}.footer-prints{color:var(--color-muted);font-size:.875rem}.footer-social{gap:1rem;display:flex}.footer-social a{color:var(--color-muted);font-size:.875rem}.footer-social a:hover{color:var(--color-text)}.page-content{padding:3rem 0}.page-title{margin-bottom:2rem;font-size:2rem;font-weight:400}@media (width<=768px){.nav-toggle{display:block}.nav{top:var(--header-height);background:var(--color-bg);border-bottom:1px solid var(--color-border);flex-direction:column;gap:1rem;padding:1rem 1.5rem;display:none;position:absolute;left:0;right:0}.nav.open{display:flex}.site-footer .container{text-align:center;flex-direction:column}}.gallery{column-count:3;column-gap:1.5rem}@media (width<=900px){.gallery{column-count:2}}@media (width<=600px){.gallery{column-count:1}}.gallery-item{break-inside:avoid;border-radius:2px;margin-bottom:1.5rem;position:relative;overflow:hidden}.gallery-item picture{width:100%;display:block}.gallery-item img{cursor:zoom-in;width:100%;height:auto;transition:filter .3s}.gallery-overlay{opacity:0;pointer-events:none;background:linear-gradient(#0000 50%,#000000b3 100%);align-items:flex-end;padding:1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-overlay-text{color:#fff;font-size:.875rem;font-weight:500;line-height:1.3}@media (hover:hover){.gallery-item:hover img{filter:brightness(.85)}.gallery-item:hover .gallery-overlay{opacity:1}}.gallery-caption{color:var(--color-muted);margin-top:.5rem;font-size:.875rem}@media (hover:hover) and (width>=601px){.gallery-caption{display:none}}.lightbox{z-index:1000;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.lightbox.open{display:flex}.lightbox img{object-fit:contain;cursor:default;max-width:90vw;max-height:85vh}.lightbox-caption{text-align:center;color:#ccc;font-size:.875rem;position:absolute;bottom:2rem;left:0;right:0}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;position:absolute;top:1rem;right:1.5rem}.lightbox-prev,.lightbox-next{color:#fff;cursor:pointer;background:0 0;border:none;padding:1rem;font-size:2rem;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.text-page{max-width:700px;margin:0 auto}.text-page .portrait{width:300px;margin:0 0 2rem}.text-page .portrait img{width:100%;height:auto}.text-page h2{margin-top:2rem;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.text-page p{margin-bottom:1rem}.text-page a{text-decoration:underline}.about-page{grid-template-columns:minmax(220px,360px) minmax(0,1fr);align-items:start;gap:3rem;max-width:1050px;margin:0 auto;display:grid}.about-portrait img{width:100%;height:auto}.about-copy{max-width:640px}.about-copy h2{margin-top:2rem;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.about-copy p{margin-bottom:1rem}@media (width<=760px){.about-page{grid-template-columns:1fr;gap:2rem}.about-portrait{max-width:340px}}.cv-section{margin-bottom:2.5rem}.cv-section h2{text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-border);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600}.cv-entry{margin-bottom:.75rem;line-height:1.5}.cv-entry-title{font-weight:500}.cv-entry-meta{color:var(--color-muted);font-size:.875rem}
