.gallery-section{background:#f5f7f3;padding:85px 0}.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:32px 0 24px}.gallery-filters{display:flex;gap:8px;flex-wrap:wrap}.gallery-filters button{border:1px solid #cad5c7;border-radius:30px;background:transparent;padding:10px 21px;cursor:pointer;color:var(--green);font-size:.875rem}.gallery-filters button[aria-pressed=true]{background:var(--green);color:#fff;border-color:var(--green)}.gallery-status{font-size:.875rem;color:var(--muted);white-space:nowrap}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.gallery-card{margin:0;min-width:0}.gallery-card[hidden]{display:none}.gallery-card>a{display:block;position:relative;overflow:hidden;background:#dce4d8;aspect-ratio:4/3;border-radius:10px}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.gallery-card>a:hover img{transform:scale(1.04)}.gallery-zoom{position:absolute;bottom:12px;right:12px;width:34px;height:34px;border-radius:50%;background:#fff;color:var(--green);display:grid;place-items:center;font-size:1.4rem;line-height:1}.gallery-badge{position:absolute;left:12px;top:12px;border-radius:20px;background:#102f23e8;color:#fff;padding:4px 10px;font-size:.6875rem;letter-spacing:.6px}.gallery-card figcaption{font-size:.875rem;margin:10px 2px 5px;color:var(--green)}.gallery-note{color:var(--muted);font-size:.8125rem;max-width:760px;margin:27px 0 0}.gallery-dialog{background:#0d211b;border:0;border-radius:12px;color:white;padding:0;width:min(1100px,95vw);max-width:95vw;max-height:95dvh;overflow:auto}.gallery-dialog::backdrop{background:#07110de8}.gallery-dialog:not([open]){display:none}.gallery-dialog header{position:relative;background:transparent;border-bottom:1px solid #ffffff30;padding:16px 65px 16px 25px;min-height:76px}.gallery-dialog h2{font-size:1.1rem;line-height:1.35;letter-spacing:0;margin:0 0 4px;color:#fff}.gallery-counter{font-size:.8125rem;color:#c7d7cc}.gallery-close{position:absolute;right:15px;top:15px;border:1px solid #ffffff55;background:transparent;color:#fff;width:42px;height:42px;border-radius:50%;font-size:1.5rem;cursor:pointer}.gallery-view{display:grid;grid-template-columns:54px 1fr 54px;align-items:center;padding:15px;gap:8px;min-height:200px}.gallery-view img{max-height:65dvh;max-width:100%;width:auto;height:auto;object-fit:contain;margin:auto}.gallery-prev,.gallery-next{border:1px solid #ffffff55;background:transparent;color:#fff;border-radius:50%;width:44px;height:44px;font-size:1.6rem;cursor:pointer}.gallery-dialog footer{background:transparent;padding:15px 25px;border-top:1px solid #ffffff30;display:flex;justify-content:space-between;gap:20px;font-size:.8125rem;color:#dce8dc}.gallery-open{overflow:hidden}.gallery-dialog a:focus-visible,.gallery-dialog button:focus-visible{outline-color:var(--lime)}
@media(max-width:1050px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.gallery-section{padding:58px 0}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 12px}.gallery-toolbar{align-items:flex-start;flex-direction:column;gap:13px}.gallery-filters button{padding:9px 13px;font-size:.8125rem}.gallery-card figcaption{font-size:.8125rem}.gallery-view{grid-template-columns:30px 1fr 30px;padding:10px 5px;gap:3px}.gallery-prev,.gallery-next{width:29px;height:40px;font-size:1.2rem;border:0}.gallery-dialog footer{padding:15px;flex-direction:column;gap:8px}.gallery-dialog header{padding-left:18px}.gallery-badge{font-size:.625rem;left:8px;top:8px}.gallery-zoom{width:28px;height:28px;right:8px;bottom:8px}.gallery-view img{max-height:62dvh}}

.gallery-back{display:inline-block;margin-bottom:28px;color:var(--green);font-size:.9rem}.gallery-page h1{font-size:clamp(2.3rem,5vw,4rem);line-height:1.1;letter-spacing:-1.5px;margin:0;color:var(--green)}
