.hs-photo-gallery *{box-sizing:border-box}.hs-photo-gallery{color:#1a2332;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;padding:0 0 2rem}.hs-photo-gallery__header{margin:0 auto;max-width:1400px;padding:2rem 1.5rem 1rem}.hs-photo-gallery__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;letter-spacing:-.02em;margin:0 0 .35rem}.hs-photo-gallery__intro{color:#5c6a7d;font-size:.95rem;margin:0}.hs-photo-gallery__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin:0 auto;max-width:1400px}.hs-photo-gallery__thumb{aspect-ratio:4/3;background:#fff;border:2px solid #d8dee8;border-radius:16px;cursor:pointer;overflow:hidden;padding:0;position:relative;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.hs-photo-gallery__thumb:focus-visible,.hs-photo-gallery__thumb:hover{border-color:#2563eb;box-shadow:0 12px 36px rgba(37,99,235,.15);outline:none;transform:translateY(-4px)}.hs-photo-gallery__thumb img{display:block;height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.hs-photo-gallery__thumb:hover img{transform:scale(1.05)}.hs-photo-gallery__thumb:after{background:linear-gradient(0deg,rgba(0,0,0,.55),transparent 45%);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease}.hs-photo-gallery__thumb:hover:after{opacity:1}.hs-photo-gallery__thumb-label{bottom:0;color:#fff;font-size:.9rem;font-weight:500;left:0;opacity:0;padding:1rem 1rem .85rem;position:absolute;right:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease;z-index:1}.hs-photo-gallery__thumb:hover .hs-photo-gallery__thumb-label{opacity:1;transform:translateY(0)}.hs-photo-gallery__lightbox{align-items:center;backdrop-filter:blur(6px);background:rgba(244,246,250,.94);display:flex;inset:0;justify-content:center;opacity:0;padding:1.5rem;position:fixed;transition:opacity .25s ease,visibility .25s ease;visibility:hidden;z-index:1000}.hs-photo-gallery__lightbox.is-open{opacity:1;visibility:visible}.hs-photo-gallery__lightbox-inner{align-items:center;display:flex;flex-direction:column;gap:.75rem;max-height:88vh;max-width:min(92vw,1200px);position:relative}.hs-photo-gallery__lightbox-img{border-radius:12px;box-shadow:0 20px 60px rgba(26,35,50,.12),0 0 0 1px #d8dee8;height:auto;max-height:calc(88vh - 4rem);max-width:100%;object-fit:contain;width:auto}.hs-photo-gallery__lightbox-caption{color:#5c6a7d;font-size:.9rem;margin:0;max-width:36rem;text-align:center}.hs-photo-gallery__lightbox-close,.hs-photo-gallery__lightbox-next,.hs-photo-gallery__lightbox-prev{align-items:center;background:#fff;border:1px solid #d8dee8;border-radius:50%;color:#1a2332;cursor:pointer;display:flex;font-size:1.5rem;height:48px;justify-content:center;line-height:1;position:absolute;transition:background .15s ease,border-color .15s ease;width:48px}.hs-photo-gallery__lightbox-close:hover,.hs-photo-gallery__lightbox-next:hover,.hs-photo-gallery__lightbox-prev:hover{background:#eef2f8;border-color:#2563eb}.hs-photo-gallery__lightbox-close{right:-.5rem;top:-.5rem;transform:translate(50%,-50%)}@media (min-width:900px){.hs-photo-gallery__lightbox-close{right:0;top:0;transform:translate(calc(100% + 12px))}}.hs-photo-gallery__lightbox-prev{left:0;top:50%;transform:translate(calc(-100% - 12px),-50%)}.hs-photo-gallery__lightbox-next{right:0;top:50%;transform:translate(calc(100% + 12px),-50%)}@media (max-width:768px){.hs-photo-gallery__lightbox-prev{left:.5rem;transform:translateY(-50%)}.hs-photo-gallery__lightbox-next{right:.5rem;transform:translateY(-50%)}.hs-photo-gallery__lightbox-close{right:.5rem;top:.5rem;transform:none}}