.serviceGallerySection{align-items:stretch}.serviceGalleryPublicGroups{gap:18px;width:100%;display:grid}.serviceGalleryPublicGroup{background:color-mix(in oklab,var(--owner-bg-card)92%,white 8%);border-radius:var(--radius-card);box-shadow:var(--owner-shadow);gap:14px;padding:18px;scroll-margin-top:18px;display:grid}.serviceGalleryPublicHeader{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.serviceGalleryPublicHeader h3,.serviceGalleryPublicHeader p{margin:0}.serviceGalleryPublicHeader h3{color:var(--owner-secondary);font-size:1.05rem}.serviceGalleryPublicHeader p{color:var(--owner-text-soft);font-size:.9rem}.serviceGalleryPublicGrid{gap:12px;display:grid}.serviceGalleryPublicCard{border-radius:var(--radius-image);background:color-mix(in oklab,var(--owner-surface)75%,white 25%);box-shadow:0 10px 22px color-mix(in oklab,var(--owner-secondary)10%,transparent 90%);opacity:0;animation:serviceGalleryPublicCardIn .32s var(--ease,ease)both;margin:0;overflow:hidden;transform:translateY(6px)}.serviceGalleryPublicImageFrame{background:color-mix(in oklab,var(--owner-surface)84%,white 16%);position:relative;overflow:hidden}.serviceGalleryPublicImageFrame:before{content:"";background:linear-gradient(90deg,#ffffffb8 0%,color-mix(in oklab,var(--owner-primary)10%,white 90%)50%,#ffffffb8 100%);background-size:200% 100%;animation:1.3s linear infinite serviceGalleryShimmer;position:absolute;inset:0}@supports (color:lab(0% 0 0)){.serviceGalleryPublicImageFrame:before{background:linear-gradient(90deg,lab(100% -.0000298023 .0000119209/.72) 0%,color-mix(in oklab,var(--owner-primary)10%,white 90%)50%,lab(100% -.0000298023 .0000119209/.72) 100%)}}.serviceGalleryPublicImage{opacity:0;width:100%;height:auto;transition:opacity .26s var(--ease,ease),transform .38s var(--ease,ease);display:block;transform:scale(1.02)}.serviceGalleryPublicCard.isLoaded .serviceGalleryPublicImage{opacity:1;transform:scale(1)}.serviceGalleryPublicCard.isLoaded .serviceGalleryPublicImageFrame:before{opacity:0;transition:opacity .22s var(--ease,ease)}@media (min-width:768px){.serviceGalleryPublicGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.serviceGalleryPublicGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@keyframes serviceGalleryPublicCardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes serviceGalleryShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.serviceGalleryPublicCard{opacity:1;animation:none;transform:none}.serviceGalleryPublicImage,.serviceGalleryPublicCard.isLoaded .serviceGalleryPublicImageFrame:before,.serviceGalleryPublicImageFrame:before{transition:none;animation:none}.serviceGalleryPublicImage{opacity:1;transform:none}}
