:root{--bg:#fff;--fg:#111;--muted:#7c7c7c;--border:#ececec;--max-width:1400px;color-scheme:light}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{z-index:20;backdrop-filter:blur(6px);border-bottom:1px solid var(--border);background:#ffffffeb;position:sticky;top:0}.site-header__bar{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1.1rem 1.5rem;display:flex}.site-header__name{letter-spacing:.02em;white-space:nowrap;font-size:.95rem;font-weight:700}.site-header__nav{color:var(--muted);gap:1.5rem;font-size:.85rem;display:flex}.site-header__nav a:hover{color:var(--fg)}.filter-tabs{color:var(--muted);flex-wrap:wrap;gap:1.5rem;font-size:.85rem;display:flex}.filter-tabs button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #0000;padding:.2rem 0}.filter-tabs button:hover{color:var(--fg)}.filter-tabs button[aria-pressed=true]{color:var(--fg);border-bottom-color:var(--fg)}.project-grid{grid-template-columns:repeat(2,1fr);gap:.5rem 1.875rem;margin-top:1.5rem;display:grid}@media (width<=640px){.project-grid{grid-template-columns:1fr}}.project-tile{flex-direction:column;display:flex}.project-tile[hidden]{display:none!important}.project-tile__frame{aspect-ratio:1;background:#f4f4f4;display:block;position:relative;overflow:hidden}.project-tile__frame img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.project-tile:hover .project-tile__frame img{transform:scale(1.04)}.project-tile__caption{padding:.9rem .1rem 1.75rem;display:block}.project-tile__title{color:var(--fg);font-size:1.05rem;font-weight:600;display:block}.project-tile__cat{color:var(--muted);margin-top:.2rem;font-size:.8rem;display:block}.project-header{text-align:center;padding:3rem 1.5rem 2rem}.project-header__type{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.8rem}.project-header h1{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700}.project-header__date{color:var(--muted);font-size:.95rem}.project-body{max-width:720px;margin:0 auto;padding:0 1.5rem 3rem;font-size:1.05rem;line-height:1.75}.project-body p+p{margin-top:1.1rem}.project-media{flex-direction:column;gap:2px;margin-bottom:3rem;display:flex}.project-media figure{margin:0}.project-media figure>img{width:100%;height:auto;display:block}.project-media__caption{color:var(--muted);text-align:right;max-width:var(--max-width);margin:0 auto;padding:.35rem 1.5rem 0;font-size:.75rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1.875rem;display:grid}.gallery-grid.single{grid-template-columns:1fr}.gallery-grid>:last-child:nth-child(odd){grid-column:1/-1}.gallery-grid>:last-child:nth-child(odd) img{aspect-ratio:21/9}.gallery-grid img{aspect-ratio:1;object-fit:cover;width:100%;height:100%;display:block}.gallery-grid.single img{aspect-ratio:16/10}@media (width<=640px){.gallery-grid{grid-template-columns:1fr}}.video-embed{aspect-ratio:16/9;background:#000;width:100%;position:relative}.video-embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.credits{border-top:1px solid var(--border);max-width:720px;margin:0 auto;padding:2rem 1.5rem 3rem}.credits h2{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 1rem;font-size:.8rem}.credits dl{grid-template-columns:max-content 1fr;gap:.4rem 1.5rem;margin:0;font-size:.9rem;display:grid}.credits dt{color:var(--muted)}.credits dd{margin:0}.prev-next{max-width:var(--max-width);border-top:1px solid var(--border);justify-content:space-between;margin:0 auto;padding:2rem 1.5rem 4rem;font-size:.85rem;display:flex}.prev-next a{color:var(--muted)}.prev-next a:hover{color:var(--fg)}.prev-next__label{text-transform:uppercase;letter-spacing:.08em;margin-bottom:.3rem;font-size:.7rem;display:block}.prev-next__next{text-align:right}.about{max-width:640px;margin:0 auto;padding:3rem 1.5rem 4rem}.about p{margin:0 0 1.1rem;font-size:1.05rem;line-height:1.8}.about figure{margin:2rem 0}.about figure img{width:100%;height:auto;display:block}.about figcaption{color:var(--muted);margin-top:.5rem;font-size:.8rem}.about figcaption a:hover{color:var(--fg)}.contact{text-align:right;max-width:640px;margin:0 auto;padding:4rem 1.5rem}.contact__label{color:var(--muted);margin-bottom:.25rem;font-size:1.1rem}.contact__email{margin:0 0 2.5rem;font-size:1.8rem;font-weight:700}.contact__social{color:var(--muted);justify-content:flex-end;gap:1.25rem;font-size:.85rem;display:flex}.contact__social a:hover{color:var(--fg)}.site-footer{border-top:1px solid var(--border);text-align:center;color:var(--muted);padding:2rem 1.5rem;font-size:.8rem}
