.gchs-gallery__heading{font-family:var(--wp--preset--font-family--heading);font-size:var(--wp--preset--font-size--x-large,1.9rem);font-weight:800;color:var(--wp--preset--color--primary,#245493);margin:0 0 1rem;line-height:1.2}.gchs-gallery__intro{font-size:var(--wp--preset--font-size--medium,1.05rem);line-height:1.6;margin:0 0 1.5rem}.gchs-gallery__grid{display:grid;gap:1rem}.gchs-gallery__grid--2{grid-template-columns:repeat(2,1fr)}.gchs-gallery__grid--3{grid-template-columns:repeat(3,1fr)}.gchs-gallery__grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.gchs-gallery__grid--3,.gchs-gallery__grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.gchs-gallery__grid{grid-template-columns:1fr}}.gchs-gallery__item{margin:0;border-radius:14px;overflow:hidden;box-shadow:0 6px 20px rgb(0 0 0 / .1);background:var(--wp--preset--color--neutral-light,#e4e5ed)}.gchs-gallery__link{display:block}.gchs-gallery__item img{width:100%;height:100%;aspect-ratio:var(--gchs-gallery-aspect,1 / 1);object-fit:cover;object-position:center var(--gchs-gallery-framing,30%);display:block;transition:transform 0.35s ease}.gchs-gallery__grid--natural{display:block;column-gap:1rem}.gchs-gallery__grid--natural.gchs-gallery__grid--2{column-count:2}.gchs-gallery__grid--natural.gchs-gallery__grid--3{column-count:3}.gchs-gallery__grid--natural.gchs-gallery__grid--4{column-count:4}@media (max-width:900px){.gchs-gallery__grid--natural.gchs-gallery__grid--3,.gchs-gallery__grid--natural.gchs-gallery__grid--4{column-count:2}}@media (max-width:480px){.gchs-gallery__grid--natural{column-count:1}}.gchs-gallery__grid--natural .gchs-gallery__item{break-inside:avoid;margin-bottom:1rem}.gchs-gallery__grid--natural .gchs-gallery__item img{aspect-ratio:auto;height:auto;object-fit:fill;object-position:center}.gchs-gallery__link:hover img,.gchs-gallery__link:focus-visible img{transform:scale(1.04)}.gchs-gallery__link:focus-visible{outline:2px solid var(--wp--preset--color--primary,#245493);outline-offset:2px}@media (prefers-reduced-motion:reduce){.gchs-gallery__item img{transition:none}.gchs-gallery__link:hover img{transform:none}}.gchs-gallery-lightbox[hidden]{display:none}.gchs-gallery-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:clamp(1rem, 4vw, 3rem);box-sizing:border-box}.gchs-gallery-lightbox__backdrop{position:absolute;inset:0;background:rgb(16 28 42 / .94)}.gchs-gallery-lightbox__stage{position:relative;max-width:min(1100px, 100%);max-height:100%;display:flex;flex-direction:column;align-items:center;gap:.75rem}.gchs-gallery-lightbox__img{max-width:100%;max-height:calc(100vh - 10rem);width:auto;height:auto;display:block;border-radius:10px;box-shadow:0 20px 60px rgb(0 0 0 / .45)}.gchs-gallery-lightbox__caption{color:#fff;font-size:.95rem;text-align:center;margin:0;max-width:60ch;opacity:.9}.gchs-gallery-lightbox__caption:empty{display:none}.gchs-gallery-lightbox__count{position:absolute;bottom:clamp(0.75rem, 3vw, 1.5rem);left:50%;transform:translateX(-50%);margin:0;color:#fff;font-size:.85rem;letter-spacing:.04em;opacity:.75}.gchs-gallery-lightbox__btn{position:absolute;background:rgb(255 255 255 / .12);border:0;color:#fff;cursor:pointer;border-radius:999px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background 0.2s ease}.gchs-gallery-lightbox__btn:hover{background:rgb(255 255 255 / .26)}.gchs-gallery-lightbox__btn:focus-visible{outline:2px solid #fff;outline-offset:2px}.gchs-gallery-lightbox__btn[hidden]{display:none}.gchs-gallery-lightbox__close{top:clamp(0.75rem, 3vw, 1.5rem);right:clamp(0.75rem, 3vw, 1.5rem);width:44px;height:44px;font-size:2rem;padding-bottom:4px}.gchs-gallery-lightbox__prev,.gchs-gallery-lightbox__next{top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:2.4rem;padding-bottom:6px}.gchs-gallery-lightbox__prev{left:clamp(0.5rem, 2vw, 1.5rem)}.gchs-gallery-lightbox__next{right:clamp(0.5rem, 2vw, 1.5rem)}@media (max-width:600px){.gchs-gallery-lightbox__prev,.gchs-gallery-lightbox__next{width:40px;height:40px;font-size:2rem}}body.gchs-gallery-lightbox-open{overflow:hidden}