@font-face{font-family:Alfa;src:url('/assets/fonts/AlfaSlabOne-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
:root{color-scheme:light;--ink:#101010;--muted:#696969;--line:#dededb;--space:clamp(22px,4vw,72px)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%;height:auto}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #2561c9;outline-offset:6px}h1,h2,p,figure{margin:0}h1,h2,.brand{font-family:Alfa,Georgia,serif;font-weight:400}h1{letter-spacing:-.035em;line-height:1.12}button{cursor:pointer}.skip{position:fixed;top:12px;left:12px;z-index:30;background:#111;color:#fff;padding:12px;transform:translateY(-200%)}.skip:focus{transform:none}
.site-header{padding:28px var(--space);display:flex;justify-content:space-between;align-items:center;gap:32px;min-height:96px}.brand{font-size:clamp(23px,2.1vw,31px);letter-spacing:-.04em;line-height:1.2}.site-header nav{display:flex;gap:clamp(20px,2.6vw,44px);align-items:center}.site-header nav a{font-size:13px;padding:9px 0}.site-header nav a:hover,.site-header nav a[aria-current]{text-decoration:underline;text-underline-offset:6px}.site-header .contact-link{margin-left:24px}.contact-link span{padding-left:10px}
.home-composition{position:relative;max-width:1800px;margin:0 auto;height:min(106vw,1400px);min-height:1000px}.home-card{position:absolute;display:block}.home-card .image-wrap{overflow:hidden;border-radius:10px;background:#eee}.home-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.home-card:hover img{transform:scale(1.025)}.card-1{width:38%;left:var(--space);top:16%}.card-1 .image-wrap{height:clamp(430px,48vw,670px)}.card-1 img{object-position:52% 50%}.card-2{width:34%;right:var(--space);top:1%}.card-2 .image-wrap{aspect-ratio:1}.card-3{width:41%;right:var(--space);top:58%}.card-3 .image-wrap{aspect-ratio:1.5}.card-caption{display:flex;align-items:center;justify-content:space-between;margin-top:13px;font-size:14px}.card-caption>span:last-child{font-size:22px;line-height:1}.home-composition h1{position:absolute;z-index:2;left:38%;top:31%;font-size:clamp(48px,5.1vw,88px);line-height:1.02;pointer-events:none}.heading-dot{display:none}
.site-footer{margin:0 var(--space);padding:56px 0 48px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:28px}.site-footer .email{font-size:clamp(15px,1.7vw,24px)}.site-footer a:hover{text-decoration:underline;text-underline-offset:6px}.site-footer>a:last-child{font-size:13px}
.gallery-hero{position:relative;margin:12px var(--space) 0;height:clamp(360px,41vw,570px);overflow:hidden;border-radius:10px;background:#222;color:white}.gallery-hero>img{width:100%;height:100%;object-fit:cover;object-position:center}.gallery-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.05) 90%)}.hero-copy{position:absolute;z-index:1;left:clamp(26px,4vw,64px);right:clamp(26px,4vw,64px);bottom:clamp(30px,4vw,64px)}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:11px;margin-bottom:20px}.hero-copy h1{font-size:clamp(33px,4.5vw,68px);max-width:1000px}.hero-copy>p:last-child:not(.eyebrow){margin-top:20px;font-size:14px}.gallery-title{padding:70px var(--space) 50px;max-width:1200px}.gallery-title h1{font-size:clamp(44px,6.8vw,100px);max-width:1000px}.gallery-title>p:last-child{margin-top:26px;color:var(--muted)}.gallery-bar{display:flex;justify-content:space-between;margin:60px var(--space) 25px;padding-bottom:15px;border-bottom:1px solid var(--line);font-size:12px}.gallery-bar span:last-child{color:var(--muted)}.gallery-grid{column-count:3;column-gap:22px;padding:0 var(--space)}.gallery-item{break-inside:avoid;margin:0 0 22px}.gallery-item>a{position:relative;display:block;overflow:hidden;background:#f1f1ef}.gallery-item img{width:100%;height:auto;transition:transform .5s ease}.gallery-item a:hover img{transform:scale(1.02)}.expand{position:absolute;bottom:12px;right:12px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:white;color:#111;opacity:0;transition:opacity .2s}.gallery-item a:hover .expand,.gallery-item a:focus-visible .expand{opacity:1}.next-gallery{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;margin:80px var(--space);padding:32px 0;border-top:1px solid var(--line)}.next-gallery>span:first-child{grid-column:1/-1;text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:var(--muted)}.next-gallery strong{font-family:Alfa,Georgia,serif;font-size:clamp(38px,6vw,75px);font-weight:400}.next-gallery>span:last-child{font-size:50px}.next-gallery:hover>span:last-child{transform:translate(4px,-4px)}
.lightbox{border:0;background:#101010;color:#fff;padding:20px 28px;margin:0;width:100%;max-width:none;height:100dvh;max-height:none}.lightbox::backdrop{background:#101010}.lightbox[open]{display:flex;flex-direction:column}.lightbox-top{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;height:42px}.lightbox button{color:inherit;background:transparent;border:0;min-width:44px;min-height:44px}.close-viewer{padding:8px 0 8px 20px}.close-viewer span{font-size:24px;margin-left:12px;vertical-align:middle}.photo-count{font-size:12px;color:#ccc}.lightbox-stage{flex:1;min-height:0;display:grid;grid-template-columns:54px minmax(0,1fr) 54px;align-items:center;gap:18px;padding:20px 0}.large-photo{max-height:100%;width:100%;height:100%;object-fit:contain;min-height:0}.previous-photo,.next-photo{font-size:26px}.photo-caption{font-size:12px;color:#d5d5d5;text-align:center;max-width:880px;align-self:center;min-height:32px;padding:0 24px 8px}.viewer-open{overflow:hidden}.not-found{min-height:65vh;padding:60px var(--space)}.not-found h1{font-size:clamp(36px,7vw,90px);margin-bottom:30px}
@media(min-width:1800px){.site-header,.site-footer{max-width:1800px;margin-left:auto;margin-right:auto}.site-footer{padding-left:var(--space);padding-right:var(--space)}}
@media(max-width:960px){.site-header .contact-link{margin-left:0}.home-composition{min-height:850px;height:116vw}.card-1 .image-wrap{height:52vw;min-height:380px}.home-composition h1{font-size:6vw;left:36%;top:31%}.card-2{width:35%}.card-3{top:63%;width:43%}.gallery-grid{column-count:2}.site-footer{flex-wrap:wrap}.site-footer .brand{width:100%}}
@media(max-width:600px){.site-header{padding:24px var(--space) 20px;gap:20px;align-items:flex-start;flex-direction:column}.site-header nav{width:100%;gap:23px}.site-header nav a{font-size:12px}.site-header .contact-link{margin-left:auto}.contact-link span{padding-left:2px}.home-composition{display:grid;grid-template-columns:1fr 1fr;gap:32px 16px;height:auto;min-height:0;padding:28px var(--space) 55px}.home-composition h1{position:static;grid-column:1/-1;grid-row:1;font-size:clamp(45px,13.5vw,76px);line-height:1.03;margin-bottom:2px}.home-card{position:static;width:auto;min-width:0}.card-1{grid-column:1;grid-row:2}.card-1 .image-wrap{height:62vw;min-height:0}.card-2{grid-column:2;grid-row:2;margin-top:54px}.card-2 .image-wrap{aspect-ratio:.78}.card-3{grid-column:1/-1;grid-row:3}.card-3 .image-wrap{aspect-ratio:1.5}.home-card .image-wrap{border-radius:6px}.card-caption{font-size:12px;margin-top:10px}.site-footer{padding:35px 0;gap:25px 15px}.site-footer .email{font-size:16px}.site-footer>a:last-child{margin-left:auto}.gallery-hero{height:440px;margin-top:12px;border-radius:6px}.hero-copy{left:24px;right:24px;bottom:30px}.hero-copy h1{font-size:35px}.eyebrow{font-size:10px}.gallery-title{padding:45px var(--space) 20px}.gallery-title h1{font-size:45px}.gallery-title>p:last-child{font-size:13px}.gallery-bar{margin-top:38px}.gallery-grid{column-count:1}.gallery-item{margin-bottom:20px}.next-gallery{margin-top:45px;margin-bottom:45px}.lightbox{padding:12px}.lightbox-stage{grid-template-columns:1fr 1fr;gap:5px;padding:10px 0}.large-photo{grid-row:1;grid-column:1/-1}.previous-photo{grid-row:2;grid-column:1}.next-photo{grid-row:2;grid-column:2}.photo-caption{font-size:11px;padding:5px 8px 10px;max-height:18dvh;overflow:auto}.lightbox-stage{grid-template-rows:minmax(0,1fr) 46px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
