.gallery-page{min-height:100dvh;color:var(--ink);background:var(--paper);font-family:var(--font-body-stack);overflow:hidden}.gallery-page ::selection{background:var(--accent);color:var(--accent-ink)}.gallery-page :is(a,button):focus-visible{outline:2px solid var(--accent);outline-offset:4px}.gallery-page .container{width:min(1120px,100% - 48px);margin-inline:auto}.gallery-page main{isolation:isolate;position:relative}.gallery-page main:before{content:"";z-index:-1;opacity:.22;background:url(/generated/cascade-range.webp) 50% 42%/cover no-repeat;height:470px;position:absolute;inset:0 0 auto;-webkit-mask-image:linear-gradient(#0000 0,#000 17% 67%,#0000 100%);mask-image:linear-gradient(#0000 0,#000 17% 67%,#0000 100%)}.gallery-hero{grid-template-columns:minmax(0,1.5fr) minmax(260px,.5fr);align-items:end;gap:56px;padding-top:clamp(72px,8vw,116px);padding-bottom:clamp(48px,6vw,74px);display:grid}.gallery-kicker{color:var(--accent);font-family:var(--font-mono-stack);letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;font-size:.7rem}.gallery-hero h1{letter-spacing:-.055em;max-width:15ch;margin:0;font-size:clamp(2.8rem,4.7vw,4.2rem);font-weight:700;line-height:.98}.gallery-intro{max-width:30ch;color:var(--muted);margin:0 0 4px;font-size:1rem;line-height:1.55}.gallery-work{grid-template-columns:repeat(4,minmax(0,1fr));gap:44px 18px;padding-bottom:96px;display:grid}.gallery-piece{min-width:0}.gallery-poster{aspect-ratio:16/10;width:100%;color:inherit;cursor:zoom-in;font:inherit;text-align:left;background:#f1f1ee;border:1px solid #deded8;border-radius:8px;padding:0;transition:border-color .18s,box-shadow .18s,transform .18s;display:block;position:relative;overflow:hidden;box-shadow:0 16px 38px -30px #1b1811a6}.gallery-poster:before{content:"";z-index:2;border-radius:inherit;pointer-events:none;border:1px solid #ffffff94;position:absolute;inset:0}.gallery-poster img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .26s;display:block}.gallery-poster-hint{z-index:3;color:var(--paper);font-family:var(--font-mono-stack);letter-spacing:.06em;opacity:0;background:#1b1811e6;border-radius:5px;align-items:center;gap:7px;padding:7px 9px;font-size:.58rem;transition:opacity .18s,transform .18s;display:inline-flex;position:absolute;bottom:10px;right:10px;transform:translateY(4px);box-shadow:0 6px 16px #1b181133}.gallery-poster:hover,.gallery-poster:focus-visible{border-color:#2e5c468c;transform:translateY(-3px);box-shadow:0 22px 44px -28px #1b1811ad}.gallery-poster:hover img,.gallery-poster:focus-visible img{transform:scale(1.015)}.gallery-poster:hover .gallery-poster-hint,.gallery-poster:focus-visible .gallery-poster-hint{opacity:1;transform:translateY(0)}.gallery-piece-copy{grid-template-columns:24px minmax(0,1fr);gap:8px;padding:15px 2px 0;display:grid}.gallery-number{color:var(--accent);font-family:var(--font-mono-stack);letter-spacing:.06em;padding-top:4px;font-size:.62rem}.gallery-piece h2{letter-spacing:-.035em;margin:0;font-size:1.15rem;line-height:1.1}.gallery-piece p{color:var(--muted);margin:7px 0 0;font-size:.78rem;line-height:1.45}.gallery-cta{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;margin-bottom:76px;padding-top:30px;padding-bottom:30px;display:flex}.gallery-cta p{letter-spacing:-.03em;margin:0;font-size:clamp(1.25rem,2vw,1.65rem);font-weight:700}.gallery-cta a{min-height:48px;color:var(--paper);background:var(--ink);border-radius:6px;justify-content:center;align-items:center;gap:10px;padding:0 19px;font-weight:600;text-decoration:none;transition:background .16s,transform .16s;display:inline-flex}.gallery-cta a:hover{background:var(--accent);transform:translateY(-2px)}.gallery-lightbox{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1b1811cc;place-items:center;padding:32px;animation:.18s ease-out both gallery-lightbox-in;display:grid;position:fixed;inset:0}.gallery-lightbox-dialog{background:var(--paper);border:1px solid #f4f1e861;border-radius:10px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1320px,100%);max-height:calc(100dvh - 64px);animation:.22s ease-out both gallery-dialog-in;display:grid;overflow:hidden;box-shadow:0 32px 90px #00000061}.gallery-lightbox-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:24px;padding:18px 20px 17px;display:flex}.gallery-lightbox-header>div{grid-template-columns:auto auto minmax(0,1fr);align-items:baseline;gap:12px;min-width:0;display:grid}.gallery-lightbox-count{color:var(--accent);font-family:var(--font-mono-stack);letter-spacing:.08em;font-size:.62rem}.gallery-lightbox-header h2{letter-spacing:-.035em;margin:0;font-size:1.2rem;line-height:1.1}.gallery-lightbox-header p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.82rem;line-height:1.4;overflow:hidden}.gallery-lightbox-close{border:1px solid var(--line);width:34px;height:34px;color:var(--ink);cursor:pointer;font:inherit;background:0 0;border-radius:50%;flex:none;place-items:center;padding:0;font-size:1.35rem;line-height:1;transition:color .16s,background .16s,border-color .16s;display:grid}.gallery-lightbox-close:hover{border-color:var(--ink);color:var(--paper);background:var(--ink)}.gallery-lightbox-image{background:#e8e8e4;min-height:0;overflow:auto}.gallery-lightbox-image img{width:100%;height:auto;display:block}.gallery-lightbox-controls{border-top:1px solid var(--line);justify-content:space-between;gap:16px;padding:12px 20px;display:flex}.gallery-lightbox-controls button{color:var(--ink);cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:9px;padding:5px 0;font-size:.78rem;font-weight:650;display:inline-flex}.gallery-lightbox-controls button:hover{color:var(--accent)}@keyframes gallery-lightbox-in{0%{opacity:0}to{opacity:1}}@keyframes gallery-dialog-in{0%{opacity:0;transform:translateY(8px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:900px){.gallery-hero{grid-template-columns:1fr;gap:22px}.gallery-intro{max-width:38ch}.gallery-work{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 16px}}@media (max-width:560px){.gallery-page .container{width:calc(100% - 40px)}.gallery-page main:before{opacity:.2;background-position:52% 36%;height:420px}.gallery-hero{gap:16px;padding-top:52px;padding-bottom:38px}.gallery-kicker{margin-bottom:9px;font-size:.62rem}.gallery-hero h1{max-width:12ch;font-size:clamp(2.25rem,10.8vw,3.2rem);line-height:.98}.gallery-intro{max-width:32ch;font-size:.88rem}.gallery-work{gap:34px 10px;padding-bottom:64px}.gallery-poster{aspect-ratio:4/3;border-radius:6px}.gallery-poster-hint{display:none}.gallery-piece-copy{grid-template-columns:18px minmax(0,1fr);gap:5px;padding-top:11px}.gallery-number{padding-top:3px;font-size:.54rem}.gallery-piece h2{font-size:.98rem}.gallery-piece p{margin-top:5px;font-size:.7rem;line-height:1.4}.gallery-cta{flex-direction:column;align-items:flex-start;margin-bottom:52px}.gallery-cta a{width:100%}.gallery-lightbox{padding:12px}.gallery-lightbox-dialog{border-radius:8px;width:100%;max-height:calc(100dvh - 24px)}.gallery-lightbox-header{gap:12px;padding:14px 14px 13px}.gallery-lightbox-header>div{grid-template-columns:auto minmax(0,1fr);gap:5px 9px}.gallery-lightbox-count{grid-row:1/span 2}.gallery-lightbox-header h2{font-size:1.05rem}.gallery-lightbox-header p{white-space:normal;font-size:.72rem}.gallery-lightbox-close{width:32px;height:32px}.gallery-lightbox-image img{width:auto;max-width:none;height:min(64dvh,900px)}.gallery-lightbox-controls{padding:10px 14px}}@media (prefers-reduced-motion:reduce){.gallery-poster,.gallery-poster img,.gallery-poster-hint,.gallery-lightbox,.gallery-lightbox-dialog{transition:none;animation:none}}
