:root{--bg:#fbfbfd;--bg-elevated:#fff;--bg-sunken:#f2f2f5;--text:#1a1a1c;--text-muted:#6a6a70;--text-faint:#9a9aa0;--line:#e3e3e8;--line-strong:#c9c9d0;--accent:#c8553d;--accent-text:#fff;--scrim:#0000000a;--shadow-color:220 10% 20%;--shadow-sm:0 1px 2px hsl(var(--shadow-color) / .06);--shadow-md:0 4px 16px hsl(var(--shadow-color) / .1);--shadow-lg:0 12px 40px hsl(var(--shadow-color) / .16);--font-display:"Fraunces", serif;--font-body:"Inter", sans-serif;--font-mono:"Geist Mono", "ui-monospace", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:clamp(1.5rem, 1.2rem + 1.2vw, 1.953rem);--text-2xl:clamp(2rem, 1.5rem + 2vw, 3.052rem);--text-3xl:clamp(2.75rem, 1.8rem + 4vw, 4.768rem);--text-hero:clamp(3.5rem, 2rem + 7vw, 7.451rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--space-10:8rem;--space-11:12rem;--maxw-content:1200px;--maxw-prose:68ch;--gutter:clamp(1.25rem, 5vw, 4rem);--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:999px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--dur-fast:.15s;--dur-base:.3s;--dur-slow:.6s;--dur-drift:16s}@media (prefers-color-scheme:dark){:root{--bg:#000;--bg-elevated:#141416;--bg-sunken:#0b0b0d;--text:#f5f5f7;--text-muted:#98989f;--text-faint:#636368;--line:#2a2a2e;--line-strong:#3d3d42;--accent:#e0694e;--accent-text:#1a1a1c;--scrim:#ffffff0d;--shadow-color:0 0% 0%}}html[data-theme=light]{--bg:#fbfbfd;--bg-elevated:#fff;--bg-sunken:#f2f2f5;--text:#1a1a1c;--text-muted:#6a6a70;--text-faint:#9a9aa0;--line:#e3e3e8;--line-strong:#c9c9d0;--accent:#c8553d;--accent-text:#fff;--scrim:#0000000a;--shadow-color:220 10% 20%}html[data-theme=dark]{--bg:#000;--bg-elevated:#141416;--bg-sunken:#0b0b0d;--text:#f5f5f7;--text-muted:#98989f;--text-faint:#636368;--line:#2a2a2e;--line-strong:#3d3d42;--accent:#e0694e;--accent-text:#1a1a1c;--scrim:#ffffff0d;--shadow-color:0 0% 0%}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;font-family:var(--font-body);color:var(--text);background-color:var(--bg);scroll-behavior:smooth}body{transition:background-color var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);line-height:1.6}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;font-weight:450;line-height:1.15}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}p{line-height:1.6;font-size:var(--text-base)}a{color:var(--accent);transition:color var(--dur-fast) var(--ease-out);text-decoration:none;position:relative}a:hover{color:var(--accent);text-decoration:underline}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}img{max-width:100%;height:auto;display:block}button,input[type=button],input[type=submit]{font-family:var(--font-body);font-size:var(--text-sm);cursor:pointer;border-radius:var(--radius-sm);padding:var(--space-3) var(--space-5);transition:all var(--dur-fast) var(--ease-out);border:none}button:focus-visible,input[type=button]:focus-visible,input[type=submit]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nav[data-astro-cid-wpvy4v7s]{z-index:100;height:var(--space-8);background:color-mix(in srgb, var(--bg) 80%, transparent);-webkit-backdrop-filter:blur(20px)saturate(160%);transition:border-color var(--dur-base) var(--ease-out), background-color var(--dur-base) var(--ease-out);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.nav[data-astro-cid-wpvy4v7s].scrolled{border-bottom-color:var(--line)}.nav-inner[data-astro-cid-wpvy4v7s]{max-width:var(--maxw-content);padding:0 var(--gutter);justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.nav-wordmark[data-astro-cid-wpvy4v7s]{font-family:var(--font-body);font-size:var(--text-base);color:var(--text);transition:color var(--dur-fast) var(--ease-out);font-weight:500;text-decoration:none}.nav-wordmark[data-astro-cid-wpvy4v7s]:hover{color:var(--text);text-decoration:none}.nav-right[data-astro-cid-wpvy4v7s]{align-items:center;gap:var(--space-5);display:flex}.nav-link[data-astro-cid-wpvy4v7s]{font-family:var(--font-body);font-size:var(--text-sm);color:var(--text-muted);transition:color var(--dur-fast) var(--ease-out);text-decoration:none}.nav-link[data-astro-cid-wpvy4v7s]:hover{color:var(--accent);text-decoration:none}.theme-toggle[data-astro-cid-wpvy4v7s]{border:1px solid var(--line);border-radius:var(--radius-full);width:2rem;height:2rem;color:var(--text-muted);font-size:var(--text-sm);cursor:pointer;box-shadow:var(--shadow-sm);transition:border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);background:0 0;justify-content:center;align-items:center;padding:0;display:flex}.theme-toggle[data-astro-cid-wpvy4v7s]:hover{border-color:var(--line-strong);color:var(--text)}.footer[data-astro-cid-jo6i4kqk]{border-top:1px solid var(--line);padding:var(--space-7) var(--gutter);margin-top:var(--space-10)}.footer-inner[data-astro-cid-jo6i4kqk]{max-width:var(--maxw-content);justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;margin:0 auto;display:flex}.footer-wordmark[data-astro-cid-jo6i4kqk]{font-family:var(--font-body);font-size:var(--text-sm);color:var(--text);font-weight:500}.footer-roll[data-astro-cid-jo6i4kqk]{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.12em;color:var(--text-faint);text-transform:uppercase}.footer-copy[data-astro-cid-jo6i4kqk]{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-faint)}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero[data-astro-cid-lcdefpme]{background:var(--bg-sunken);width:100%;height:100svh;min-height:480px;position:relative;overflow:hidden}.hero-img-clip[data-astro-cid-lcdefpme]{position:absolute;inset:0;overflow:hidden}.hero-img[data-astro-cid-lcdefpme]{object-fit:cover;object-position:center;width:100%;height:100%;animation:ken-burns var(--dur-drift) var(--ease-in-out) infinite alternate;will-change:transform;transform-origin:50%}@keyframes ken-burns{0%{transform:scale(1)translate(0)}to{transform:scale(1.06)translate(-1%,-.5%)}}@media (prefers-reduced-motion:reduce){.hero-img[data-astro-cid-lcdefpme]{will-change:auto;animation:none}}.hero-film[data-astro-cid-lcdefpme]{z-index:2;pointer-events:none;position:absolute;inset:0}.film-border[data-astro-cid-lcdefpme]{border:1px solid #ffffff2e;position:absolute;inset:20px}.film-strip[data-astro-cid-lcdefpme]{justify-content:space-evenly;align-items:center;height:18px;padding:0 6px;display:flex;position:absolute;left:0;right:0;overflow:hidden}.film-strip-top[data-astro-cid-lcdefpme]{top:0}.film-strip-bottom[data-astro-cid-lcdefpme]{bottom:0}.film-hole[data-astro-cid-lcdefpme]{border:1px solid #ffffff38;border-radius:1px;flex-shrink:0;width:7px;height:5px;display:block}.hero-overlay[data-astro-cid-lcdefpme]{z-index:3;padding:0 var(--gutter);pointer-events:none;background:linear-gradient(#0000 40%,#0003 70%,#0000008c 100%);align-items:flex-end;display:flex;position:absolute;inset:0}.hero-overlay-inner[data-astro-cid-lcdefpme]{padding-bottom:var(--space-8);max-width:60%}.hero-title[data-astro-cid-lcdefpme]{font-family:var(--font-display);font-size:var(--text-hero);color:#fff;letter-spacing:-.02em;text-shadow:0 2px 24px #00000040;font-weight:380;line-height:1.1}.hero-exif[data-astro-cid-lcdefpme]{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.08em;color:#ffffffa6;margin-top:var(--space-3)}.hero-scroll-cue[data-astro-cid-lcdefpme]{bottom:var(--space-5);right:var(--gutter);z-index:3;font-size:var(--text-sm);color:#fff6;animation:cue-fade 2.5s var(--ease-in-out) 1.5s infinite alternate;pointer-events:none;position:absolute}@keyframes cue-fade{0%{opacity:.4;transform:translateY(0)}to{opacity:.15;transform:translateY(4px)}}@media (prefers-reduced-motion:reduce){.hero-scroll-cue[data-astro-cid-lcdefpme]{animation:none}}.gallery[data-astro-cid-lcdefpme]{max-width:var(--maxw-content);padding:var(--space-9) var(--gutter) 0;margin:0 auto}.section-eyebrow[data-astro-cid-lcdefpme]{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.12em;color:var(--text-faint);text-transform:uppercase;margin-bottom:var(--space-6)}.masonry[data-astro-cid-lcdefpme]{columns:3;column-gap:var(--space-5)}@media (width<=1024px){.masonry[data-astro-cid-lcdefpme]{columns:2}}@media (width<=640px){.masonry[data-astro-cid-lcdefpme]{columns:1}.section-eyebrow[data-astro-cid-lcdefpme]{margin-bottom:var(--space-5)}}.photo-tile[data-astro-cid-lcdefpme]{break-inside:avoid;margin-bottom:var(--space-5);list-style:none}.photo-btn[data-astro-cid-lcdefpme]{background:var(--bg-sunken);border-radius:var(--radius-md);cursor:pointer;width:100%;transition:transform var(--dur-base) var(--ease-out);border:none;padding:0;display:block;position:relative;overflow:hidden}.photo-btn[data-astro-cid-lcdefpme]:hover{transform:translateY(-4px)}.photo-btn[data-astro-cid-lcdefpme]:focus-visible{outline:2px solid var(--accent);outline-offset:3px;transform:translateY(-4px)}.photo-img-wrap[data-astro-cid-lcdefpme]{width:100%;overflow:hidden}.photo-img[data-astro-cid-lcdefpme]{image-orientation:from-image;width:100%;height:auto;transition:opacity var(--dur-slow) var(--ease-out);display:block}.photo-img-wrap[data-astro-cid-lcdefpme]{background:var(--bg-sunken)}.photo-caption[data-astro-cid-lcdefpme]{padding:var(--space-7) var(--space-4) var(--space-4);opacity:0;border-radius:0 0 var(--radius-md) var(--radius-md);transition:opacity var(--dur-base) var(--ease-out);pointer-events:none;background:linear-gradient(#0000 0%,#000000b8 100%);position:absolute;bottom:0;left:0;right:0}.photo-btn[data-astro-cid-lcdefpme]:hover .photo-caption[data-astro-cid-lcdefpme],.photo-btn[data-astro-cid-lcdefpme]:focus-visible .photo-caption[data-astro-cid-lcdefpme]{opacity:1}.photo-exif[data-astro-cid-lcdefpme]{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.06em;color:#ffffffe6;line-height:1.4}.lightbox[data-astro-cid-lcdefpme]{z-index:200;background:color-mix(in srgb, var(--bg) 92%, transparent);-webkit-backdrop-filter:blur(12px)saturate(140%);animation:lb-fade-in var(--dur-base) var(--ease-out) both;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox[data-astro-cid-lcdefpme][hidden]{display:none}@keyframes lb-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.lightbox[data-astro-cid-lcdefpme]{animation:none}}.lb-content[data-astro-cid-lcdefpme]{align-items:center;gap:var(--space-4);max-width:min(90vw,1200px);max-height:92vh;padding:var(--space-7) 0 var(--space-5);flex-direction:column;display:flex}.lb-img[data-astro-cid-lcdefpme]{object-fit:contain;border-radius:var(--radius-lg);max-width:100%;max-height:80vh;box-shadow:var(--shadow-lg);display:block}.lb-exif[data-astro-cid-lcdefpme]{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.08em;color:var(--text-muted);text-align:center;margin:0}.lb-close[data-astro-cid-lcdefpme],.lb-nav[data-astro-cid-lcdefpme]{border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);background:0 0;justify-content:center;align-items:center;display:flex;position:absolute}.lb-close[data-astro-cid-lcdefpme]{top:var(--space-5);right:var(--space-5);width:2.25rem;height:2.25rem;font-size:var(--text-sm)}.lb-nav[data-astro-cid-lcdefpme]{width:2.75rem;height:2.75rem;font-size:var(--text-2xl);font-weight:300;line-height:1;top:50%;transform:translateY(-50%)}.lb-prev[data-astro-cid-lcdefpme]{left:var(--space-5)}.lb-next[data-astro-cid-lcdefpme]{right:var(--space-5)}.lb-close[data-astro-cid-lcdefpme]:hover,.lb-nav[data-astro-cid-lcdefpme]:hover{background:var(--scrim);border-color:var(--line-strong)}@media (width<=640px){.lb-prev[data-astro-cid-lcdefpme]{left:var(--space-3)}.lb-next[data-astro-cid-lcdefpme]{right:var(--space-3)}.lb-close[data-astro-cid-lcdefpme]{top:var(--space-3);right:var(--space-3)}}
