:root{--gallery-ink:#153e35;--gallery-forest:#133e34;--gallery-paper:#f6f5ee;--gallery-lime:#d9ed92;--gallery-line:#dce0d4}.gallery-page{background:var(--gallery-paper);overflow-x:hidden}.gallery-hero{min-height:550px;padding:90px 0 100px;display:grid;grid-template-columns:1fr .92fr;align-items:center;gap:90px}.gallery-hero-copy{max-width:590px}.gallery-hero h1{margin:20px 0 28px;font-size:clamp(3.5rem,7vw,7rem);font-weight:500}.gallery-hero h1 em{color:#78904e;font-style:normal}.gallery-hero-copy p{max-width:450px;color:#67736c;font-size:18px}.gallery-hero-frame{position:relative;height:470px;transform:rotate(2deg);background:#dce0d4;padding:12px;box-shadow:20px 25px 0 rgba(19,62,52,.09);animation:gallery-float 7s ease-in-out infinite}.gallery-hero-frame img{width:100%;height:100%;object-fit:cover;filter:saturate(.82)}.gallery-hero-label{position:absolute;bottom:28px;left:-28px;display:flex;align-items:center;gap:28px;padding:13px 20px;background:var(--gallery-lime);color:var(--gallery-forest);font-size:13px}.gallery-hero-label span{font-size:22px}.gallery-content{padding:30px 0 100px}.gallery-toolbar{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:45px}.gallery-toolbar h2{margin-top:12px}.gallery-count{color:#67736c;font-size:13px}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:210px;gap:16px}.gallery-card{position:relative;grid-column:span 4;min-width:0;padding:0;border:0;overflow:hidden;background:#dce0d4;cursor:pointer;text-align:left;transform:translateY(0);transition:transform .35s ease,box-shadow .35s ease}.gallery-card:nth-child(1){grid-column:span 6;grid-row:span 2}.gallery-card:nth-child(4){grid-column:span 6}.gallery-card:hover,.gallery-card:focus-visible{z-index:1;transform:translateY(-8px) rotate(-1deg);box-shadow:12px 15px 0 rgba(19,62,52,.12);outline:none}.gallery-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.78);transition:transform .6s ease,filter .6s ease}.gallery-card:hover img,.gallery-card:focus-visible img{transform:scale(1.07);filter:saturate(1)}.gallery-card-overlay{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:17px 18px;color:#fff;background:linear-gradient(transparent,rgba(19,62,52,.9));font-size:13px}.gallery-card-overlay strong{font-size:23px;font-weight:400}.pagination{display:flex;justify-content:center;gap:10px;margin-top:50px}.pagination a{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--gallery-line);font-size:13px;transition:background .2s,color .2s}.pagination a:hover,.pagination a.active{background:var(--gallery-forest);border-color:var(--gallery-forest);color:#fff}.gallery-footer{display:flex;justify-content:space-between;padding:28px 0 45px;border-top:1px solid var(--gallery-line);color:#67736c;font-size:13px}.gallery-footer .text-link{color:var(--gallery-ink)}.lightbox{position:fixed;z-index:30;inset:0;display:grid;grid-template-columns:70px minmax(0,900px) 70px;align-items:center;justify-content:center;gap:24px;background:rgba(10, thirty, 25, .94);background:rgba(10,35,25,.94);padding:30px}.lightbox[hidden]{display:none}.lightbox figure{margin:0;text-align:center}.lightbox figure img{width:min(75vw,900px);height:min(75vh,680px);object-fit:contain}.lightbox figcaption{margin-top:12px;color:#f6f5ee;font-size:14px}.lightbox-close,.lightbox-control{border:1px solid #ffffff55;background:transparent;color:#fff;cursor:pointer}.lightbox-close{position:absolute;top:25px;right:30px;width:44px;height:44px;border-radius:50%;font-size:29px}.lightbox-control{width:54px;height:54px;border-radius:50%;font-size:24px;transition:background .2s}.lightbox-close:hover,.lightbox-control:hover{background:var(--gallery-lime);color:var(--gallery-forest)}@keyframes gallery-float{0%,100%{transform:rotate(2deg) translateY(0)}50%{transform:rotate(0deg) translateY(-12px)}}@media(max-width:760px){.gallery-hero{min-height:0;padding:55px 0 75px;display:block}.gallery-hero-copy{margin-bottom:45px}.gallery-hero h1{font-size:clamp(3.3rem,15vw,5rem)}.gallery-hero-copy p{font-size:16px}.gallery-hero-frame{height:360px;margin:0 12px 0 28px}.gallery-toolbar{display:block}.gallery-count{display:block;margin-top:24px}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px;gap:10px}.gallery-card,.gallery-card:nth-child(1),.gallery-card:nth-child(4){grid-column:span 1;grid-row:span 1}.gallery-card:nth-child(3n+1){grid-row:span 2}.gallery-footer{display:block}.gallery-footer span{display:block;margin-top:14px}.lightbox{grid-template-columns:40px minmax(0,1fr) 40px;gap:5px;padding:20px 8px}.lightbox figure img{width:100%;height:70vh}.lightbox-control{width:38px;height:38px;font-size:18px}.lightbox-close{top:12px;right:12px}}
@media(prefers-reduced-motion:reduce){.gallery-hero-frame{animation:none}.gallery-card,.gallery-card img{transition:none}}
