:root{--bg: #faf9f7;--fg: #141310;--muted: #6b6862;--line: #e4e1da;--gap: clamp(1rem, 2vw, 1.75rem)}*{box-sizing:border-box}html{scroll-behavior:auto}body{margin:0;background:var(--bg);color:var(--fg);font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.01em}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:1.5rem clamp(1.25rem,4vw,3rem);background:color-mix(in srgb,var(--bg) 85%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.brand{font-family:Georgia,serif;font-size:1.1rem;letter-spacing:.12em}.nav{display:flex;gap:clamp(1rem,3vw,2.25rem);font-size:.85rem;letter-spacing:.04em;color:var(--muted)}.nav a:hover{color:var(--fg)}.hero{padding:clamp(5rem,16vw,10rem) clamp(1.25rem,4vw,3rem) clamp(3rem,8vw,5rem);max-width:60rem}.hero h1{font-size:clamp(2.25rem,6vw,4.5rem);line-height:1.08;margin:0 0 1.5rem}.hero-sub{max-width:32rem;color:var(--muted);font-size:clamp(1rem,1.4vw,1.15rem)}#work,#about,#contact{scroll-margin-top:5rem}.gallery-section{padding:0 clamp(1.25rem,4vw,3rem) clamp(4rem,8vw,6rem)}.gallery-filters{display:flex;justify-content:flex-end;margin-bottom:clamp(1.5rem,4vw,2.5rem)}.tag-dropdown{position:relative}.tag-dropdown-toggle{display:flex;align-items:center;gap:.4rem;font:inherit;font-size:.75rem;letter-spacing:.02em;color:var(--muted);background:none;border:none;border-bottom:1px solid var(--line);padding:.35rem 0;cursor:pointer}.tag-dropdown-toggle:after{content:"";width:9px;height:6px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6'%3E%3Cpath d='M0 0l4.5 6L9 0z' fill='%236b6862'/%3E%3C/svg%3E") no-repeat center / contain}.tag-dropdown-toggle:hover,.tag-dropdown-toggle[aria-expanded=true]{color:var(--fg)}.tag-dropdown-list{position:absolute;top:calc(100% + .5rem);right:0;z-index:20;min-width:12rem;max-height:18rem;overflow-y:auto;margin:0;padding:.4rem 0;list-style:none;background:color-mix(in srgb,var(--bg) 80%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--line);box-shadow:0 8px 24px #00000014}.tag-dropdown-list li{padding:.45rem 1rem;font-size:.85rem;color:var(--muted);cursor:pointer;white-space:nowrap}.tag-dropdown-list li:hover{color:var(--fg);background:color-mix(in srgb,var(--fg) 6%,transparent)}.tag-dropdown-list li[aria-selected=true]{color:var(--fg);font-weight:600}.gallery-item.is-filtered-out{display:none}.gallery{column-count:1;column-gap:var(--gap)}@media(min-width:640px){.gallery{column-count:2}}@media(min-width:1100px){.gallery{column-count:3}}.gallery-item{break-inside:avoid;margin:0 0 var(--gap);opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}.gallery-item.is-visible{opacity:1;transform:none}.gallery-item a{display:block}.gallery-item img{display:block;width:100%;height:auto;background:var(--line)}.gallery-item figcaption{margin-top:.6rem;font-size:.8rem;color:var(--muted);display:flex;justify-content:space-between;gap:1rem}.about{max-width:40rem;padding:0 clamp(1.25rem,4vw,3rem) clamp(6rem,10vw,8rem);color:var(--muted);font-size:1.05rem}.site-footer{border-top:1px solid var(--line);padding:2rem clamp(1.25rem,4vw,3rem);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;font-size:.85rem;color:var(--muted)}.footer-links{display:flex;gap:1.5rem}.footer-links a:hover{color:var(--fg)}.journal-hero{padding:clamp(5rem,16vw,8rem) clamp(1.25rem,4vw,3rem) clamp(2rem,6vw,3rem);max-width:60rem}.journal-hero h1{font-size:clamp(2rem,5vw,3.25rem);margin:0 0 .75rem}.post-list{display:flex;flex-direction:column;gap:clamp(2.5rem,6vw,3.5rem);padding:0 clamp(1.25rem,4vw,3rem) clamp(4rem,8vw,6rem);max-width:44rem}.post-card{display:block}.post-card img{display:block;width:100%;height:auto;margin-bottom:1rem;background:var(--line)}.post-card h2{font-size:1.4rem;margin:.25rem 0 .5rem}.post-date{font-size:.8rem;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin:0}.post-excerpt{color:var(--muted);margin:0}.post{max-width:42rem;margin:0 auto;padding:clamp(2.5rem,6vw,4rem) clamp(1.25rem,4vw,2rem) clamp(4rem,8vw,6rem)}.post h1{font-size:clamp(1.75rem,4vw,2.75rem);margin:.5rem 0 2rem}.post-hero{position:sticky;top:0;z-index:5;width:100%;height:clamp(16rem,48vw,27rem);overflow:hidden;background:var(--line)}.post-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.post-hero-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 100% 100% at 0% 100%,#0000008c,#0000);pointer-events:none}.post-hero-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:0;pointer-events:none}.post-hero-text{position:absolute;left:clamp(1.75rem,5vw,2.5rem);bottom:clamp(1.75rem,5vw,2.5rem);max-width:85%;color:#fff}.post-hero-text>div{max-width:28rem}.post-hero-text .post-date{color:#ffffffbf}.post-hero-text h1{color:#fff;margin:.5rem 0 0}.post-body{font-size:1.05rem;line-height:1.75}.post-body p{margin:0 0 1.5rem}.post-body img{display:block;width:100%;height:auto;margin:2rem 0}.post-body h2,.post-body h3{font-family:Georgia,Times New Roman,serif;font-weight:400;margin:2.5rem 0 1rem}.pswp__caption-content{font-size:.9rem;text-align:center}
