/* Real project photography */
.hero-photo{height:100%;min-height:580px;overflow:hidden;box-shadow:0 40px 70px rgba(0,0,0,.25);background:#d7d4ca}.hero-photo img{width:100%;height:100%;display:block;object-fit:cover}.project-grid-real .project a{display:block;color:inherit;text-decoration:none}.project-grid-real .project div{background:#e2ded5}.project-grid-real .project img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.project-grid-real .project a:hover img{transform:scale(1.035)}.reference-actions{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:38px;padding-top:28px;border-top:1px solid var(--line)}.reference-actions p{max-width:600px;margin:0;color:#66736c}.reference-actions .button{flex:none}

/* References gallery */
.gallery-page{background:#f8f7f3}.gallery-page .site-header{background:rgba(248,247,243,.95)}.gallery-page .site-header a[aria-current="page"]{color:var(--gold)}.gallery-hero{min-height:760px;padding:86px 8vw 78px;display:grid;grid-template-columns:.92fr 1.08fr;gap:7vw;align-items:center;background:linear-gradient(135deg,#f8f7f3 0 64%,#e9e4da 64%)}.gallery-hero-copy>p:not(.eyebrow){max-width:650px;font-size:1.1rem;color:#59665f}.gallery-hero h1{font-size:clamp(3.6rem,6.7vw,7rem)}.gallery-hero-collage{height:600px;position:relative}.gallery-hero-collage img{display:block;object-fit:cover;box-shadow:0 24px 55px rgba(23,32,28,.2)}.gallery-hero-main{width:88%;height:88%;margin-left:auto}.gallery-hero-detail{width:44%;height:38%;position:absolute;left:0;bottom:0;border:10px solid #f8f7f3}.gallery-facts{display:grid;grid-template-columns:repeat(3,1fr);padding:0 8vw;background:var(--green);color:white}.gallery-facts div{padding:29px 34px;border-right:1px solid rgba(255,255,255,.16);display:grid;gap:2px}.gallery-facts div:last-child{border-right:0}.gallery-facts strong{font:700 1.25rem Manrope}.gallery-facts span{font-size:.78rem;color:#bdc9c2}.project-stories{background:#fff}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.story-card{border:1px solid var(--line);background:#fbfaf7;padding:12px 12px 25px}.story-pair{display:grid;grid-template-columns:1fr 1fr;gap:4px}.story-pair figure{height:305px;margin:0;position:relative;overflow:hidden;background:#ddd}.story-pair img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}.story-card:hover img{transform:scale(1.025)}.story-pair figcaption{position:absolute;left:10px;bottom:10px;padding:6px 9px;background:rgba(18,25,21,.86);color:white;text-transform:uppercase;letter-spacing:.12em;font-size:.6rem}.story-card>p{margin:21px 14px 4px;color:var(--gold);text-transform:uppercase;letter-spacing:.13em;font-size:.66rem}.story-card h3{font-size:1rem;margin:0 14px}.gallery-section{padding:110px 4vw 125px;background:#eeeae1}.gallery-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:45px;margin:0 4vw 45px}.gallery-toolbar h2{margin-bottom:0}.gallery-filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.gallery-filters button{border:1px solid #c9c5bc;background:transparent;color:var(--ink);padding:10px 15px;font:600 .74rem Manrope;cursor:pointer}.gallery-filters button:hover,.gallery-filters button.active{background:var(--green);border-color:var(--green);color:white}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-flow:dense;grid-auto-rows:245px;gap:8px}.gallery-card{position:relative;border:0;padding:0;margin:0;overflow:hidden;background:#d8d4ca;color:white;text-align:left;cursor:zoom-in}.gallery-card.gallery-wide{grid-column:span 2}.gallery-card.gallery-tall{grid-row:span 2}.gallery-card[hidden]{display:none}.gallery-card:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(12,17,14,.82));pointer-events:none}.gallery-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease,filter .55s ease}.gallery-card:hover img,.gallery-card:focus-visible img{transform:scale(1.035);filter:saturate(1.04)}.gallery-card:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.gallery-card span{position:absolute;z-index:1;left:18px;right:18px;bottom:16px;font:700 .92rem/1.3 Manrope}.gallery-card small{display:block;margin-bottom:5px;color:#e1b77e;text-transform:uppercase;letter-spacing:.12em;font:600 .58rem DM Sans}.gallery-cta{padding:90px 8vw;background:#e7ded0;display:flex;align-items:flex-end;justify-content:space-between;gap:50px}.gallery-cta>div:first-child{max-width:720px}.gallery-cta>div:first-child>p:last-child{color:#5d685f}.gallery-cta>div:last-child{display:flex;gap:10px;flex:none}.gallery-lightbox{width:min(1120px,calc(100vw - 40px));max-width:none;border:0;padding:0;background:#111713;color:white;box-shadow:0 30px 90px rgba(0,0,0,.45)}.gallery-lightbox::backdrop{background:rgba(8,12,10,.86);backdrop-filter:blur(4px)}.gallery-lightbox img{display:block;width:100%;max-height:78vh;object-fit:contain;background:#0b0f0d}.gallery-lightbox p{margin:0;padding:18px 65px 19px 22px;font-size:.86rem;color:#dbe1dd}.lightbox-close{position:absolute;right:13px;top:13px;z-index:2;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#17201c;font-size:1.7rem;line-height:1;cursor:pointer}.lightbox-close:hover{background:white}

@media(max-width:1100px){.gallery-hero{grid-template-columns:1fr;min-height:auto}.gallery-hero-copy{max-width:780px}.gallery-hero-collage{height:560px;max-width:850px}.story-grid{grid-template-columns:1fr}.story-pair figure{height:390px}.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-toolbar{align-items:flex-start;flex-direction:column}.gallery-filters{justify-content:flex-start}}
@media(max-width:760px){.hero-photo{min-height:410px}.reference-actions{align-items:flex-start;flex-direction:column}.gallery-hero{padding:70px 22px 55px;background:#f8f7f3}.gallery-hero h1{font-size:3.35rem}.gallery-hero-collage{height:400px}.gallery-hero-main{width:93%;height:88%}.gallery-hero-detail{width:46%;height:38%;border-width:6px}.gallery-facts{grid-template-columns:1fr;padding:10px 22px}.gallery-facts div{padding:18px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.gallery-facts div:last-child{border-bottom:0}.story-pair figure{height:245px}.gallery-section{padding:75px 10px 85px}.gallery-toolbar{margin:0 12px 30px;gap:24px}.gallery-filters{gap:5px}.gallery-filters button{padding:9px 10px}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:190px;gap:5px}.gallery-card.gallery-wide{grid-column:span 2}.gallery-card.gallery-tall{grid-row:span 2}.gallery-card span{left:12px;right:10px;bottom:11px;font-size:.76rem}.gallery-card small{font-size:.52rem}.gallery-cta{padding:70px 22px;align-items:stretch;flex-direction:column}.gallery-cta>div:last-child{flex-direction:column}.gallery-lightbox{width:calc(100vw - 20px)}.gallery-lightbox p{padding:14px 55px 15px 14px}}
