@import"https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Karla:ital,wght@0,300..800;1,300..800&display=swap";:root{--background: #ffffff;--surface: #ffffff;--text: #181818;--muted: #222222;--rule: #ddd8cf;--nav-width: 238px;--content-max: 1320px;--mono: "DM Mono", "SFMono-Regular", "SF Mono", Consolas, "Liberation Mono", monospace;--nav-font: "Karla", var(--sans);--sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{background:var(--background);color:var(--text);font-family:var(--sans);letter-spacing:0}body{margin:0;min-height:100vh}img,picture{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}.visually-hidden{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.site-shell{min-height:100vh}.site-nav{align-items:flex-start;background:var(--background);display:flex;flex-direction:column;font-family:var(--nav-font);gap:95px;height:100vh;left:0;padding:106px 0 48px 60px;position:fixed;top:0;width:var(--nav-width);z-index:20}.site-brand,.mobile-title{display:flex;flex-direction:column;gap:5px}.site-title{display:block;font-size:24px;font-weight:400;letter-spacing:.1em;line-height:1;max-width:240px}.site-subtitle{display:block;font-size:15px;font-weight:400;letter-spacing:0;line-height:1.2}.nav-links,.mobile-nav{display:flex;flex-direction:column;gap:37px;width:100%}.nav-links a,.mobile-nav a{color:var(--muted);font-size:16px;font-weight:400;letter-spacing:0;line-height:1.2;text-transform:none}.nav-links a:hover,.mobile-nav a:hover{color:var(--text)}.nav-links a.active,.mobile-nav a.active{color:#9d9d9d}.site-main{margin-left:var(--nav-width);min-height:100vh;padding:110px 52px 64px 122px}.mobile-header,.mobile-nav{display:none}.home-hero{display:flex;flex-direction:column;gap:80px;max-width:760px}.home-image{display:block;width:min(420px,100%)}.home-image img,.home-image picture,.home-image picture img{height:auto;max-height:700px;object-fit:contain;width:100%}.home-quote{border-left:0;color:var(--muted);font-family:var(--mono);font-style:italic;margin:0 0 0 8px;max-width:760px;padding-left:0}.home-quote p{font-size:14px;font-weight:300;line-height:1.5;margin:0;max-width:760px}.home-quote cite{color:var(--muted);display:block;font-family:var(--mono);font-size:14px;font-style:italic;font-weight:300;line-height:1.5;margin-top:20px}.page-header{margin:0 auto 34px;max-width:var(--content-max)}.page-header h1,.text-page h1{font-size:18px;font-weight:600;line-height:1.2;margin:0}.gallery-grid{column-count:3;column-gap:28px;margin:0 auto;max-width:var(--content-max)}.gallery-item{break-inside:avoid;display:block;margin:0 0 28px;overflow:hidden}.gallery-link{display:block;-webkit-user-select:none;user-select:none}.gallery-link img,.gallery-link picture,.gallery-link picture img{background:var(--surface);height:auto;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;transition:opacity .16s ease,transform .22s ease;width:100%}.gallery-link:hover img{opacity:.88;transform:scale(1.01)}.gallery-caption{display:none}.text-page{max-width:720px;padding-top:12px}.about-page{color:var(--muted);font-family:var(--mono);max-width:700px;padding-top:0}.about-photo-slot:empty{display:none}.text-page p{color:#35332f;font-size:18px;line-height:1.65;margin:28px 0 0}.about-page h1{color:var(--muted);font-size:15px;font-weight:300;letter-spacing:0;line-height:1.45;margin:0 0 32px;text-transform:none}.about-page blockquote{font-style:italic;margin:0 0 34px}.about-page blockquote p,.about-page blockquote cite,.about-body p,.about-contact span{color:var(--muted);font-size:15px;font-weight:300;line-height:1.6}.about-page blockquote p{margin:0}.about-page blockquote cite{display:block;font-style:italic;margin-top:0}.about-body p{margin:0 0 24px}.about-contact{display:flex;flex-direction:column;font-style:normal;gap:0;margin-top:36px}.about-contact span{display:block}.photo-page{background:#fff}.photo-route,.lightbox{background:#fff;color:#111;-webkit-user-select:none;user-select:none}.photo-route{align-items:center;display:flex;min-height:100vh;padding:58px 72px;position:relative}.photo-close,.lightbox-close{align-items:center;background:transparent;border:0;cursor:pointer;display:flex;height:75px;justify-content:center;opacity:.4;line-height:1;padding:0;position:fixed;right:0;top:0;transition:opacity .16s ease;width:75px;z-index:120}.photo-close:hover,.lightbox-close:hover{opacity:1}.photo-close-icon{display:block;fill:currentColor;height:15px;width:15px}.photo-figure,.lightbox-figure{align-items:center;display:flex;flex-direction:column;gap:18px;justify-content:center;margin:0;min-height:calc(100vh - 116px);width:100%}.photo-frame,.lightbox-frame{align-items:center;display:flex;flex:1;justify-content:center;min-height:0;width:100%}.photo-frame img,.photo-frame picture,.photo-frame picture img,.lightbox-image{height:auto;max-height:calc(100vh - 170px);max-width:min(100%,2200px);object-fit:contain;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;width:auto}.photo-caption,.lightbox-caption{color:var(--muted);display:flex;flex-direction:column;flex-wrap:nowrap;font-family:var(--mono);font-size:11px;font-weight:300;gap:0;justify-content:center;line-height:1.45;min-height:18px;text-align:center}.photo-arrow,.lightbox-side{align-items:center;background:transparent;border:0;bottom:0;cursor:pointer;display:flex;justify-content:center;opacity:.4;padding:0;position:fixed;top:0;transition:opacity .16s ease;width:50vw;z-index:110}.photo-arrow:hover,.lightbox-side:hover{opacity:1}.photo-arrow-prev,.lightbox-prev{cursor:w-resize;justify-content:flex-start;left:0;padding-left:34px}.photo-arrow-next,.lightbox-next{cursor:e-resize;justify-content:flex-end;padding-right:34px;right:0}.photo-arrow-icon{display:block;fill:currentColor;height:20px;width:100px}.lightbox{align-items:center;display:flex;height:100vh;inset:0;padding:58px 72px;position:fixed;width:100vw;z-index:100}html.lightbox-open,body.lightbox-open,html.mobile-nav-open,body.mobile-nav-open{overflow:hidden}.lightbox-side[hidden]{display:none}@media(max-width:1050px){.gallery-grid{column-count:2}.home-hero{gap:42px}.home-image{min-height:0}.home-quote{margin-bottom:0;max-width:620px}}@media(max-width:760px){:root{--mobile-header-spacing: 29px;--mobile-header-bottom-spacing: 10px;--mobile-nav-button-size: 70px;--mobile-header-height: calc(var(--mobile-header-spacing) + var(--mobile-header-bottom-spacing) + var(--mobile-nav-button-size))}.site-nav{display:none}.mobile-header{align-items:center;background:color-mix(in srgb,var(--background) 94%,transparent);display:flex;font-family:var(--nav-font);justify-content:space-between;min-height:var(--mobile-header-height);padding:var(--mobile-header-spacing) 20px var(--mobile-header-bottom-spacing) 40px;position:sticky;top:0;z-index:30}.mobile-title{max-width:260px}.mobile-title .site-title{font-size:24px}.mobile-title .site-subtitle{font-size:15px}.mobile-toggle{background:transparent;border:0;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:10px;height:var(--mobile-nav-button-size);justify-content:center;padding:20px;position:relative;width:var(--mobile-nav-button-size)}.mobile-toggle span{background:currentColor;display:block;height:2px;left:20px;position:absolute;transition:transform .18s ease;width:30px}.mobile-toggle span:first-child{transform:translateY(-5px)}.mobile-toggle span:last-child{transform:translateY(5px)}.mobile-toggle[aria-expanded=true] span:first-child{transform:rotate(45deg)}.mobile-toggle[aria-expanded=true] span:last-child{transform:rotate(-45deg)}.mobile-nav{align-items:center;background:var(--background);bottom:0;font-family:var(--nav-font);gap:46px;justify-content:center;left:0;overflow-y:auto;padding:42px 16px 80px;position:fixed;right:0;top:var(--mobile-header-height);z-index:29}.mobile-nav:not([hidden]){display:flex}.mobile-nav a{font-size:22px;text-align:center;width:min(220px,calc(100vw - 64px))}.site-main{margin-left:0;padding:28px 16px 48px}.home-quote p,.home-quote cite{font-size:13px}.gallery-grid{column-count:1;column-gap:0}.gallery-item{margin-bottom:60px}.gallery-caption{color:var(--muted);display:flex;flex-direction:column;font-family:var(--mono);font-size:11px;font-weight:300;gap:0;line-height:1.45;margin-top:8px;text-align:left}.photo-route,.lightbox{padding:48px 18px 34px}.photo-frame img,.photo-frame picture,.photo-frame picture img,.lightbox-image{max-height:calc(100vh - 160px)}.photo-arrow,.lightbox-side{width:50vw}.photo-arrow-prev,.lightbox-prev{padding-left:14px}.photo-arrow-next,.lightbox-next{padding-right:14px}.photo-arrow-icon{height:17px;width:76px}.photo-close,.lightbox-close{height:62px;width:62px}}
