.gallery-page{background:#f3f5f0}.gallery-hero{padding:84px 0 58px;background:radial-gradient(ellipse at 66% 0,#ffffff 0,#eef1eb 58%,#e6ebe2 100%)}.gallery-hero h1{font-size:clamp(48px,7vw,92px);letter-spacing:-.06em;line-height:.9;margin:14px 0 20px}.gallery-hero p{max-width:690px;color:var(--muted);font-size:clamp(17px,2vw,22px);line-height:1.5}.gallery-stats{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}.gallery-stats span{border:1px solid var(--line);background:#fbfcf9;border-radius:30px;padding:8px 13px;font-size:11px;font-weight:750}.gallery-albums{padding:38px 0 88px}.gallery-album{padding:36px 0 46px;border-top:1px solid var(--line)}.gallery-album-head{display:grid;grid-template-columns:52px 1fr auto;align-items:baseline;gap:14px;margin-bottom:22px}.gallery-album-head span{font-size:11px;font-weight:800;letter-spacing:.1em;color:#819166}.gallery-album-head h2{font-size:clamp(25px,3vw,42px);letter-spacing:-.04em;line-height:1;margin:0}.gallery-album-head small{font-size:11px;font-weight:750;color:var(--muted);white-space:nowrap}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.gallery-grid figure{margin:0;min-width:0;border-radius:16px;overflow:hidden;background:#dfe4dc;aspect-ratio:1/.86}.gallery-grid img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.gallery-grid figure:hover img{transform:scale(1.035)}@media(max-width:950px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.gallery-hero{padding:58px 0 40px}.gallery-albums{padding-top:20px}.gallery-album{padding:30px 0}.gallery-album-head{grid-template-columns:33px 1fr;gap:10px}.gallery-album-head small{grid-column:2}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.gallery-grid figure{border-radius:11px}}@media(prefers-reduced-motion:reduce){.gallery-grid img{transition:none}}