@import"https://api.fontshare.com/v2/css?f[]=satoshi@400,500,600,700&display=swap";*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background:#ece9e4;font-family:Satoshi,Helvetica Neue,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--font-display: "Erode", Georgia, "Times New Roman", serif;--font-body: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica Neue, Arial, sans-serif;--color-background: #ece9e4;--color-text: #181818;--color-highlight: #c4a35a;--color-subtitle: #666666;--color-divider: #e0e0e0;--spacing-xs: .6rem;--spacing-sm: 1.2rem;--spacing-md: 1.8rem;--spacing-lg: 2.4rem;--spacing-xl: 3.6rem;--font-size-sm: 1.1rem;--font-size-md: 1.2rem;--font-size-lg: 1.3rem;--font-size-xl: 1.8rem;--font-size-xxl: 2.4rem}::selection{background:#c4a35a2e;color:#181818}body,html,#root,.App{margin:0;padding:0;min-height:100vh;background:var(--color-background);font-family:inherit;color:var(--color-text)}.App{min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;flex-direction:column;justify-content:center;padding:0;background:var(--color-background);position:fixed;top:0;left:0;width:100%;z-index:100;box-shadow:none;transition:box-shadow .25s}.navbar.scrolled{box-shadow:0 2px 12px #0000001a}.navbar-main-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:1.8rem 3.5rem;box-sizing:border-box}.navbar-main-row:not(:has(.navbar-inline-project-nav)){grid-template-columns:1fr auto}.navbar-left{display:flex;align-items:center;justify-self:start}.navbar-logo{height:44px;width:44px;margin-right:.5rem;display:inline-block}.title{font-size:2rem;font-weight:700;letter-spacing:-1px;color:var(--color-text);text-decoration:none}.navbar-right{display:flex;gap:1.2rem;align-items:center;justify-self:end}.navbar-social-icon{width:28px;height:28px;display:block;color:var(--color-text)}.nav-link-icon{display:flex;align-items:center;padding-bottom:0}.nav-link-icon svg{display:block}.nav-link{text-decoration:none;color:var(--color-text);font-size:1.3rem;font-weight:700;position:relative;padding-bottom:2px;transition:color .2s}.nav-link.active,.nav-link:focus{color:var(--color-highlight)}.nav-link:after{content:"";display:block;width:0%;height:2px;background:var(--color-highlight);position:absolute;left:0;bottom:-2px;border-radius:2px;opacity:0;transition:width .22s cubic-bezier(.4,.2,.2,1),opacity .18s}.nav-link.active:after,.nav-link:hover:after{width:100%;opacity:1}.navbar-inline-project-nav{display:flex;align-items:center;gap:1.2rem}.navbar-project-row{display:none;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:.6rem 1.8rem;background:#ece9e4f2;border-top:1px solid var(--color-text);box-sizing:border-box}.project-nav-center-group{display:flex;align-items:center;gap:1.8rem}.project-nav-current-title{font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text);white-space:nowrap}.project-nav-btn.project-nav-back{justify-self:start}.project-nav-right-placeholder{justify-self:end;width:120px}.project-nav-btn{display:inline-flex;align-items:center;gap:.7rem;background:none;border:none;padding:.65rem .6rem;cursor:pointer;transition:all .2s ease;color:var(--color-text);text-decoration:none;position:relative}.project-nav-btn:hover{color:var(--color-highlight)}.project-nav-btn:after{content:"";display:block;width:0%;height:2px;background:var(--color-highlight);position:absolute;left:0;bottom:0;border-radius:1px;opacity:0;transition:width .22s cubic-bezier(.4,.2,.2,1),opacity .18s}.project-nav-btn:hover:after{width:100%;opacity:1}.project-nav-back{font-weight:650;min-width:max-content}.project-nav-back:hover{color:var(--color-text)}.project-nav-back:hover svg{stroke:var(--color-highlight);transition:stroke .2s ease}.project-nav-back:hover:after{background:var(--color-highlight)}.main-content{flex:1;padding-top:5.8rem}@media (max-width: 1024px){.navbar-inline-project-nav{display:none}.navbar-project-row{display:grid;padding:.6rem 1.2rem;gap:.6rem}.navbar-main-row{grid-template-columns:1fr auto}.navbar.has-project-nav~.main-content{padding-top:10rem}}@media (max-width: 768px){.navbar-main-row{padding:1.2rem 1.8rem}.title{font-size:1.8rem}.navbar-logo{height:38px;width:38px;margin-right:.5rem}.navbar-social-icon{width:24px;height:24px}.main-content{padding-top:5rem}.navbar.has-project-nav~.main-content{padding-top:8.5rem}.project-nav-btn{padding:.6rem .9rem;gap:.5rem}.project-nav-back span{display:none}}@media (max-width: 480px){.navbar-main-row{padding:.9rem 1.2rem}.title{font-size:1.5rem}.navbar-logo{height:34px;width:34px;margin-right:.3rem}.navbar-right{gap:.9rem}.navbar-social-icon{width:22px;height:22px}.main-content{padding-top:3.8rem}.navbar.has-project-nav~.main-content{padding-top:7rem}.project-nav-current-title{font-size:1rem;letter-spacing:.3px}}.project-card{position:relative;cursor:pointer;overflow:hidden;border-radius:4px;background:#e3e3e3;aspect-ratio:4 / 3;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:scale(1.02);box-shadow:0 8px 30px #0000001f}.project-card-img-wrapper{position:absolute;inset:0;overflow:hidden}.project-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease,filter .3s ease}.project-card:hover .project-card-img{transform:scale(1.06);filter:brightness(.92)}.project-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(24,24,24,.88) 0%,rgba(24,24,24,.4) 50%,transparent 100%);display:flex;align-items:flex-end;padding:1.8rem;opacity:0;transform:translateY(8px);transition:opacity .28s ease,transform .28s ease}.project-card:hover .project-card-overlay{opacity:1;transform:translateY(0)}.project-card-overlay-content{display:flex;flex-direction:column;gap:.4rem}.project-card-type{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-highlight)}.project-card-name{font-size:1.4rem;font-weight:700;color:#fff;line-height:1.2}.project-card-desc{font-size:1.05rem;color:#ffffffbf;line-height:1.4;margin-top:.1rem}.project-card-meta{font-size:.95rem;color:#ffffff80;margin-top:.3rem}.project-card-glow-border{position:absolute;inset:0;border-radius:4px;border:2px solid transparent;pointer-events:none;transition:border-color .28s ease}.project-card:hover .project-card-glow-border{border-color:#c4a35a99}@media (hover: none){.project-card-overlay{opacity:1;transform:none;background:linear-gradient(to top,rgba(24,24,24,.8) 0%,transparent 60%)}.project-card-type{position:absolute;top:.7rem;left:.7rem;background:var(--color-highlight);color:#fff;padding:.2rem .6rem;border-radius:3px;font-size:.7rem;z-index:2}.project-card-meta{display:none}.project-card:hover{transform:none;box-shadow:none}.project-card:hover .project-card-img{transform:none;filter:none}}.hero-root{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 8% 2.5rem;overflow:visible;box-sizing:border-box}.hero-glow{position:absolute;width:900px;height:900px;border-radius:50%;background:radial-gradient(circle,rgba(196,163,90,.08) 0%,transparent 65%);pointer-events:none;top:50%;left:50%;margin-top:-450px;margin-left:-450px;z-index:0;animation:glowPulse 6s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:.6}50%{opacity:1}}.hero-layout{display:flex;flex-direction:row;align-items:center;gap:3rem;width:100%;max-width:1200px;position:relative;z-index:1}.hero-text{flex:1;display:flex;flex-direction:column;min-width:0}.hero-tagline{font-size:1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-highlight);margin:0 0 1.8rem}.hero-name{font-family:var(--font-display, Georgia, serif);font-size:clamp(4.2rem,9.5vw,7.2rem);font-weight:300;line-height:1;letter-spacing:-.03em;color:#181818;margin:0 0 1.8rem}.hero-descriptor{font-size:1.25rem;color:#555;line-height:1.7;max-width:680px;margin:0}.hero-headshot-wrapper{flex-shrink:0}.hero-headshot{width:330px;height:330px;border-radius:50%;object-fit:cover;object-position:center 35%;background:#e3e3e3;display:block}.hero-background{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:.2rem;row-gap:.9rem;margin-top:2rem}.hero-bg-item{display:inline-flex;align-items:center;gap:.4rem}.hero-bg-sep{color:#ccc;font-size:.85rem;margin-left:.35rem;margin-right:.2rem;-webkit-user-select:none;user-select:none}.hero-bg-logo{width:28px;height:28px;object-fit:contain;flex-shrink:0}.hero-bg-name{font-size:1rem;font-weight:600;color:#444;white-space:nowrap}@media (max-width: 900px){.hero-layout{flex-direction:column-reverse;gap:3rem;text-align:center;align-items:center}.hero-text{align-items:center}.hero-descriptor{max-width:580px}.hero-headshot{width:260px;height:260px}.hero-background{justify-content:center}}@media (max-width: 768px){.hero-root{padding:3.5rem 6% 2rem}.hero-name{font-size:clamp(3rem,12vw,5rem);margin-bottom:1.5rem}.hero-tagline{font-size:.85rem}.hero-glow{display:none}.hero-headshot{width:210px;height:210px}}@media (max-width: 480px){.hero-root{padding:3rem 6% 1.2rem}.hero-headshot{width:180px;height:180px}.hero-name{font-size:clamp(2.6rem,12vw,3.6rem)}.hero-bg-logo{width:24px;height:24px}.hero-bg-name{font-size:.9rem}}.home-root{width:100%;display:flex;flex-direction:column;align-items:center}.home-scroll-chevron{display:flex;align-items:center;justify-content:center;padding:1.8rem 0 .9rem}.home-section-label{font-size:.9rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#888;padding:2.4rem 8% 1.2rem;border-top:1px solid #e0dedb;margin-top:2.4rem;width:100%;max-width:1400px;box-sizing:border-box}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;width:100%;max-width:1400px;margin:0 auto 7rem;padding:.6rem 2.4rem 0;box-sizing:border-box}@media (max-width: 900px){.project-grid{grid-template-columns:1fr;padding:.6rem 1.8rem 0}}@media (max-width: 768px){.project-grid{padding:.6rem 1.2rem 0}}@media (max-width: 480px){.project-grid{padding:.6rem .9rem 0}}.project-detail-root{width:100%;margin:0;background:none;border-radius:0;box-shadow:none;border:none;display:flex;flex-direction:column;gap:0;overflow-x:hidden}.back-btn{background:none;border:none;color:#b6a16b;font-size:1.3rem;font-weight:500;cursor:pointer;margin:2rem 0 0 2rem;align-self:flex-start;transition:color .2s;z-index:10;position:absolute}.back-btn:hover{color:#181818;text-decoration:underline}.project-detail-hero{width:100%;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.project-detail-hero-img{width:100%;max-height:45vh;object-fit:cover;display:block}.project-detail-intro{max-width:1200px;margin:0 auto;padding:2rem 2.5rem 2.5rem;display:flex;flex-direction:row;gap:4.5rem;align-items:flex-start}.project-detail-title{flex:1 1 0;display:flex;flex-direction:column}.project-detail-intro h1{font-family:var(--font-display);font-size:4rem;font-weight:400;letter-spacing:-.02em;line-height:1.05;margin-bottom:1rem}.project-detail-intro p.project-credit{font-size:1.2rem;font-weight:400;color:#555;line-height:1.5;margin-bottom:.5rem;font-style:normal;flex:unset;padding-top:0}.project-detail-intro p.project-location{font-size:.9rem;font-weight:400;color:#777;line-height:1.3;letter-spacing:.04em;text-transform:uppercase;margin-bottom:0;flex:unset;padding-top:.3rem}.project-recognition{margin-top:1.3rem;padding-top:1.3rem;border-top:1px solid #e0dedb;display:flex;flex-direction:column;gap:.8rem}.project-recognition-label{font-size:.85rem;font-weight:700;color:var(--color-highlight);letter-spacing:.08em;text-transform:uppercase}.project-recognition-entry{font-size:1.2rem;color:#333}.project-recognition-entry a{text-decoration:underline;text-decoration-color:var(--color-highlight, #b79745);text-underline-offset:2px}.project-link{color:inherit;text-decoration:none;font-weight:inherit;position:relative;padding-bottom:1px;transition:color .2s}.project-link:after{content:"";display:block;width:0%;height:1.5px;background:var(--color-highlight);position:absolute;left:0;bottom:-1px;border-radius:2px;opacity:0;transition:width .22s cubic-bezier(.4,.2,.2,1),opacity .18s}.project-link:hover:after{width:100%;opacity:1}.project-link:hover{color:var(--color-highlight)}.project-detail-intro p{font-size:1.2rem;color:#222;line-height:1.7;margin:0;padding-top:2rem;flex:2 1 0}.project-detail-process{max-width:1400px;margin:3.5rem auto 0;display:flex;flex-direction:column;gap:4rem;padding:0 2.5rem}.project-detail-section{display:flex;flex-direction:column;gap:2.5rem}.project-detail-inline-img{max-width:100%;max-height:70vh;object-fit:contain;height:auto;display:block;margin:0 auto}.project-detail-inline-img[style*=objectPosition]{animation:none!important;background-size:500% 100%;background-repeat:no-repeat}.project-detail-text{flex:1;font-size:1.2rem;color:#222;line-height:1.7;padding:0 .5rem}.project-detail-text h2{font-family:var(--font-display);font-weight:400;font-size:2.2rem;letter-spacing:-.01em;color:var(--color-text);margin-bottom:1.2rem;margin-top:0}.side-by-side .project-detail-text{min-width:600px}.side-by-side{display:flex;flex-direction:row;align-items:center;gap:4rem}.side-by-side .project-detail-inline-img{min-width:0;max-width:100%;object-fit:contain;border-radius:0}.project-detail-footer{width:100%;margin-top:3.5rem;position:relative}.project-detail-footer-img{width:100%;height:8vh;object-fit:cover;display:block}.project-detail-footer .project-detail-text{max-width:1200px;margin:1.5rem auto 0;padding:0 2.5rem}.project-detail-img-caption{margin-top:.5rem;font-size:1.1rem;color:#666;text-align:center;font-style:italic;line-height:1.5;max-width:90%;margin:1.2rem auto 0}.project-detail-content{padding:0 6rem}@media (max-width: 1200px){.project-detail-content{padding:0 4rem}.project-detail-intro,.project-detail-process{padding:0 1.2rem;max-width:98vw}.side-by-side{flex-direction:column;gap:1.8rem}.side-by-side-reverse{flex-direction:column-reverse}.side-by-side .project-detail-inline-img{width:100%;max-height:500px}.project-detail-text{padding:0}.project-detail-footer .project-detail-img-caption,.project-detail-footer .project-detail-text{padding:0 1.2rem}}@media (max-width: 900px){.project-detail-intro{flex-direction:column;gap:1.2rem;padding-top:1.2rem}.project-detail-intro p{padding-top:.6rem}}@media (max-width: 768px){.project-detail-content{padding:0 2.5rem}.project-detail-intro h1{font-size:2.8rem}.project-detail-intro p,.project-detail-text{font-size:1.1rem}.project-detail-text h2{font-size:1.6rem}.project-detail-img-caption{font-size:1rem}.side-by-side .project-detail-text{min-width:unset}.project-detail-footer{margin-top:3rem}.project-detail-footer-img{height:8vh}.project-detail-footer .project-detail-text{margin-top:1.2rem}}@media (max-width: 480px){.project-detail-content{padding:0 1rem}.project-detail-intro h1{font-size:2.4rem}.project-detail-intro p,.project-detail-text{font-size:1.05rem}.project-detail-text h2{font-size:1.4rem}.project-detail-img-caption{font-size:.95rem}.back-btn{margin:1rem 0 0 1rem;font-size:1.1rem}.project-detail-hero-img{max-height:40vh}.project-detail-footer{margin-top:2.5rem}.project-detail-footer-img{height:6vh}.project-detail-footer .project-detail-text{margin-top:.9rem}}.project-detail-uncropped-img{width:100%;max-width:100%;height:auto;display:block;object-fit:contain;margin:0 auto}.project-detail-full-width-img{width:100%;max-width:100%;max-height:50vh;height:auto;display:block;object-fit:contain;margin:0 auto}.project-detail-full-width-img.cropped{height:360px;object-fit:cover;max-height:none}.project-detail-centered-img{display:flex;flex-direction:column;align-items:center}.project-footer{margin-top:var(--spacing-xl);padding:var(--spacing-lg) var(--spacing-lg);border-top:2px solid var(--color-highlight);position:relative;overflow:hidden}.project-footer-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.project-footer-overlay{position:absolute;inset:0;background:#ece9e4e0;z-index:2}.project-footer-content{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.8rem 3.5rem;position:relative;z-index:3;padding:0 2.5rem}.project-footer-section h3{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-highlight);margin-bottom:.4rem}.project-footer-inline-list{display:flex;flex-wrap:wrap;align-items:center;gap:0;font-size:1.1rem;line-height:1.6}.project-footer-sep{color:#ccc;margin:0 .5rem}.project-footer-section a{color:var(--color-text);text-decoration:none;font-size:1.1rem;transition:color .2s;position:relative;padding-bottom:1px}.project-footer-section a:hover{color:var(--color-highlight)}.project-footer-section a:after{content:"";display:block;width:0%;height:1.5px;background:var(--color-highlight);position:absolute;left:0;bottom:-1px;border-radius:1px;opacity:0;transition:width .22s cubic-bezier(.4,.2,.2,1),opacity .18s}.project-footer-section a:hover:after{width:100%;opacity:1}.project-footer-bottom{margin-top:1.8rem;text-align:center;position:relative;z-index:3}.project-footer-bottom p{font-size:.9rem;color:#aaa}@media (max-width: 480px){.project-footer{padding:var(--spacing-sm) var(--spacing-sm)}.project-footer-content{padding:0 .6rem;gap:1.2rem 2.5rem}}.gallery-project-root{width:100%;margin:0;background:none;display:flex;flex-direction:column;gap:0;overflow-x:hidden}.theory-of-change{margin-top:.9rem;padding:.9rem 0;background:#ece9e480;border-radius:4px;font-size:1.1rem;line-height:1.5}.theory-of-change-label{font-style:italic;color:#181818;margin-right:.5rem}.theory-of-change-flow{color:#181818}@media (max-width: 768px){.theory-of-change{font-size:1.05rem;padding:.7rem 0}}@media (max-width: 480px){.theory-of-change{font-size:1rem;padding:.6rem 0}}.intro-lead{font-family:var(--font-display);font-size:1.6rem;font-weight:400;font-style:normal;line-height:1.6;color:var(--color-text);display:block;border-left:3px solid var(--color-highlight);padding-left:1.5rem;margin-left:0;margin-bottom:1.8rem}.project-detail-root p b,.project-detail-root p strong,.project-detail-root li b,.project-detail-root li strong{font-weight:500}.image-comparison-container{width:100%;max-width:1000px;margin:0 auto;position:relative;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:pan-x}.image-comparison-wrapper{width:100%;position:relative;overflow:hidden;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:pan-x}.image-comparison-before{width:100%;height:auto;display:block;pointer-events:none}.image-comparison-after{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;clip-path:inset(0 0 0 50%);pointer-events:none}.image-comparison-after img{width:100%;height:auto;display:block;position:absolute;top:0;left:0;pointer-events:none}.image-comparison-slider{position:absolute;top:0;height:100%;width:2px;background:#fff;cursor:ew-resize;z-index:10;left:50%;touch-action:pan-x}.slider-handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#fff;border-radius:50%;box-shadow:0 2px 6px #0000004d;display:flex;align-items:center;justify-content:center;cursor:ew-resize;touch-action:pan-x;-webkit-tap-highlight-color:transparent}.slider-handle:before,.slider-handle:after{content:"";position:absolute;width:8px;height:8px;border-top:2px solid #333;border-right:2px solid #333}.slider-handle:before{transform:rotate(-135deg);margin-left:-6px}.slider-handle:after{transform:rotate(45deg);margin-left:6px}.image-comparison-labels{display:flex;justify-content:space-between;margin-top:1rem;padding:0 1rem}.before-label,.after-label{font-size:.9rem;color:#666;font-style:italic}@media (max-width: 768px){.image-comparison-wrapper{position:relative;width:100%;padding-top:56.25%}.image-comparison-before,.image-comparison-after,.image-comparison-after img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.slider-handle{width:48px;height:48px}.slider-handle:before,.slider-handle:after{width:10px;height:10px}}.timeline-slider-container{width:100%;max-width:600px;margin:0 auto 1rem;padding:0 1rem;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent}.timeline-slider-label{display:block;margin-bottom:.5rem;font-size:.9rem;color:#666;font-weight:500}.timeline-slider{width:100%;height:4px;-webkit-appearance:none;background:#ddd;border-radius:2px;outline:none;margin:1rem 0;-webkit-tap-highlight-color:transparent;touch-action:none}.timeline-slider::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;background:var(--color-highlight);border-radius:50%;cursor:pointer;transition:background .2s;touch-action:none;-webkit-tap-highlight-color:transparent}.timeline-slider::-webkit-slider-thumb:hover{background:#8b6d2f}.timeline-slider::-moz-range-thumb{width:24px;height:24px;background:var(--color-highlight);border-radius:50%;cursor:pointer;transition:background .2s;border:none;touch-action:none;-webkit-tap-highlight-color:transparent}.timeline-slider::-moz-range-thumb:hover{background:#8b6d2f}.timeline-slider-ticks{display:flex;justify-content:space-between;margin-top:.5rem;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent}.timeline-slider-ticks span{font-size:.8rem;color:#666;-webkit-tap-highlight-color:transparent}@media (max-width: 768px){.timeline-slider::-webkit-slider-thumb{width:28px;height:28px}.timeline-slider::-moz-range-thumb{width:28px;height:28px}.timeline-slider{height:8px}}@media (max-width: 480px){.timeline-slider::-webkit-slider-thumb{width:32px;height:32px}.timeline-slider::-moz-range-thumb{width:32px;height:32px}.timeline-slider{height:10px}}.gallery-hero{position:relative;width:100%;height:85vh;overflow:hidden}.gallery-hero-img{width:100%;height:100%;object-fit:cover;object-position:center}.gallery-hero-overlay{position:absolute;inset:0;pointer-events:none}.gallery-hero-content{position:absolute;bottom:0;left:0;right:0;padding:4rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}.gallery-hero-title{font-size:4rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-1px;line-height:1.1}.gallery-hero-subtitle{font-size:1.5rem;font-weight:400;margin:0;opacity:.9;max-width:600px}.gallery-intro{max-width:900px;margin:0 auto;padding:5rem 2rem}.gallery-intro-content{font-size:1.35rem;line-height:1.8;color:#222}.gallery-intro-content p{margin:0}.gallery-grid{display:grid;gap:2rem;padding:0 2rem;max-width:1600px;margin:0 auto}.gallery-grid-2{grid-template-columns:repeat(2,1fr)}.gallery-grid-3{grid-template-columns:repeat(3,1fr)}.gallery-grid-item{overflow:hidden}.gallery-grid-img{width:100%;height:auto;display:block;transition:transform .4s ease}.gallery-grid-item:hover .gallery-grid-img{transform:scale(1.02)}.gallery-grid-caption{margin:1rem 0 0;font-size:.95rem;color:#666;font-style:italic;text-align:center}.gallery-masonry{column-count:2;column-gap:2rem;padding:0 2rem;max-width:1600px;margin:0 auto}.gallery-masonry-item{break-inside:avoid;margin-bottom:2rem;overflow:hidden}.gallery-masonry-img{width:100%;height:auto;display:block;transition:transform .4s ease}.gallery-masonry-item:hover .gallery-masonry-img{transform:scale(1.02)}.gallery-masonry-caption{margin:1rem 0 0;font-size:.95rem;color:#666;font-style:italic;text-align:center}.gallery-full-bleed{width:100%;margin:4rem 0}.gallery-full-bleed-img{width:100%;height:auto;display:block;max-height:90vh;object-fit:contain}.gallery-full-bleed-caption{margin:1.5rem auto 0;font-size:.95rem;color:#666;font-style:italic;text-align:center;max-width:800px;padding:0 2rem}.gallery-diptych{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:0 2rem;max-width:1600px;margin:4rem auto}.gallery-diptych-item{overflow:hidden}.gallery-diptych-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery-diptych-item:hover .gallery-diptych-img{transform:scale(1.02)}.gallery-diptych-caption{margin:1rem 0 0;font-size:.95rem;color:#666;font-style:italic;text-align:center}.gallery-video-container{width:100%;max-width:1400px;margin:4rem auto;padding:0 2rem}.gallery-video{width:100%;height:auto;display:block;background:#000}.gallery-video-caption{margin:1.5rem auto 0;font-size:.95rem;color:#666;font-style:italic;text-align:center}.lightbox-overlay{position:fixed;inset:0;background:#000000f2;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.lightbox-content{position:relative;max-width:95vw;max-height:95vh;display:flex;flex-direction:column;align-items:center}.lightbox-img{max-width:100%;max-height:85vh;object-fit:contain;display:block}.lightbox-close{position:absolute;top:-3rem;right:0;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;opacity:.8;transition:opacity .2s}.lightbox-close:hover{opacity:1}.lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:#fff;cursor:pointer;padding:1rem;opacity:.7;transition:opacity .2s,background .2s;border-radius:50%}.lightbox-nav:hover{opacity:1;background:#fff3}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}.lightbox-caption{margin:1.5rem 0 0;font-size:1rem;color:#fffc;text-align:center;max-width:600px}.lightbox-counter{margin-top:1rem;font-size:.9rem;color:#fff9}@media (max-width: 1200px){.gallery-hero-content{padding:3rem}.gallery-hero-title{font-size:3rem}.gallery-hero-subtitle{font-size:1.25rem}.gallery-masonry{column-count:2}}@media (max-width: 900px){.gallery-hero{height:70vh}.gallery-hero-title{font-size:2.5rem}.gallery-hero-subtitle{font-size:1.1rem}.gallery-intro{padding:3rem 1.5rem}.gallery-intro-content{font-size:1.15rem}.gallery-grid-2,.gallery-grid-3{grid-template-columns:1fr;gap:1.5rem;padding:0 1.5rem}.gallery-masonry{column-count:1;padding:0 1.5rem}.gallery-diptych{grid-template-columns:1fr;gap:1.5rem;padding:0 1.5rem;margin:3rem auto}.gallery-full-bleed{margin:3rem 0}.gallery-video-container{padding:0 1.5rem;margin:3rem auto}}@media (max-width: 600px){.gallery-hero{height:60vh}.gallery-hero-content{padding:2rem}.gallery-hero-title{font-size:2rem}.gallery-hero-subtitle{font-size:1rem}.gallery-intro{padding:2.5rem 1rem}.gallery-intro-content{font-size:1.05rem}.gallery-grid-2,.gallery-grid-3{padding:0 1rem;gap:1rem}.gallery-masonry{padding:0 1rem}.gallery-masonry-item{margin-bottom:1rem}.gallery-diptych{padding:0 1rem;margin:2rem auto}.gallery-full-bleed{margin:2rem 0}.gallery-video-container{padding:0 1rem;margin:2rem auto}.lightbox-overlay{padding:1rem}.lightbox-nav{padding:.75rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}}.not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--spacing-xl);background:var(--color-background)}.not-found h1{font-size:5rem;font-weight:700;margin:0;color:var(--color-highlight);line-height:1}.not-found h2{font-size:var(--font-size-xl);font-weight:600;margin:var(--spacing-md) 0;color:var(--color-text)}.not-found p{font-size:var(--font-size-md);color:var(--color-text);margin-bottom:var(--spacing-xl);max-width:500px}.back-home{text-decoration:none;color:var(--color-text);font-size:var(--font-size-lg);font-weight:700;position:relative;padding-bottom:2px;transition:color .2s;margin-top:var(--spacing-xl)}.back-home:hover{color:var(--color-highlight)}.back-home:after{content:"";display:block;width:0%;height:2px;background:var(--color-highlight);position:absolute;left:0;bottom:-2px;border-radius:1px;opacity:0;transition:width .22s cubic-bezier(.4,.2,.2,1),opacity .18s}.back-home:hover:after{width:100%;opacity:1}@media (max-width: 768px){.not-found h1{font-size:4rem}.not-found h2{font-size:var(--font-size-lg)}.not-found p{font-size:var(--font-size-sm)}.back-home{font-size:var(--font-size-md)}}@media (max-width: 480px){.not-found h1{font-size:3rem}.not-found h2{font-size:var(--font-size-md)}.not-found p{font-size:var(--font-size-sm)}.back-home{font-size:var(--font-size-md)}}
