.gallery-hero{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.gallery-hero__text{position:absolute;bottom:4rem;left:4rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.gallery-hero__text--title{font-size:var(--font-size-title);color:var(--color-white)}.gallery-hero__image{width:100%;height:100%;border-radius:var(--border-radius) var(--border-radius) 0 0;position:relative;overflow:hidden}.gallery-hero__image:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to top,#000,#0000)}.gallery-hero__image img{width:100%;height:100%;object-fit:cover}.gallery__section{padding-top:1rem;display:grid;grid-template-columns:repeat(5,1fr);border-radius:0 0 var(--border-radius) var(--border-radius);overflow:hidden;gap:1rem;width:100%;max-width:100%;box-sizing:border-box}.gallery__section-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;aspect-ratio:1/1;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.gallery__section-item-image{width:100%;height:100%;object-fit:cover;cursor:pointer;position:relative;display:inline-block}.gallery__section-item-image:after{content:"";display:block;position:absolute;inset:0;background:#0000001a;opacity:0;transition:opacity .2s;pointer-events:none;border-radius:8px}.gallery__section-item-image:hover:after,.gallery__section-item-image:focus-within:after{opacity:1}.gallery__section-item-image .gallery__zoom-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;opacity:0;pointer-events:none;transition:opacity .2s;color:#fff;font-size:2.2rem;filter:drop-shadow(0 2px 8px #0008)}.gallery__section-item-image:hover .gallery__zoom-icon,.gallery__section-item-image:focus-within .gallery__zoom-icon{opacity:1}.gallery__section-item-image img{width:100%;height:100%;object-fit:cover}.gallery__section-item--skeleton{animation:skeleton-pulse 1.5s ease-in-out infinite}.gallery__section-item-image--skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 2s infinite;border-radius:var(--border-radius);aspect-ratio:1/1;min-height:120px}.gallery__section-item-image.lazy-load{min-height:200px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:var(--border-radius);aspect-ratio:1/1}.gallery__section-item-image.lazy-load .gallery__section-item-image--skeleton{border-radius:var(--border-radius)}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.gallery__error{text-align:center;color:var(--color-dark-teal);font-size:var(--font-size-text);padding:2rem;grid-column:1 / -1;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.gallery__error-retry{background-color:var(--color-chartreuse);color:var(--color-dark-teal);border:none;border-radius:var(--border-radius);padding:.75rem 1.5rem;cursor:pointer;font-size:var(--font-size-text);transition:all .3s ease-in-out}.gallery__error-retry:hover{background-color:var(--color-dark-teal);color:var(--color-white)}.gallery__section-item-title{font-size:var(--font-size-subtitle)}@media (max-width: 1024px){.gallery__section{grid-template-columns:repeat(4,1fr);gap:.75rem}.gallery__section-item-image .gallery__zoom-icon{font-size:2rem}}@media (max-width: 640px){.gallery-hero{height:350px}.gallery-hero__text{bottom:2rem;left:2rem}.gallery__section{grid-template-columns:repeat(3,1fr);gap:.5rem;padding-top:.5rem}.gallery__section-item-image.lazy-load,.gallery__section-item-image--skeleton{min-height:120px}.gallery__section-item-image{transition:opacity .2s ease-in-out}.gallery__section-item-image .gallery__zoom-icon{font-size:1.8rem}}@media (max-width: 400px){.gallery__section{grid-template-columns:repeat(2,1fr);gap:.25rem;padding-top:.25rem}.gallery__section-item-image .gallery__zoom-icon{font-size:1.5rem}}.gallery__section-button{width:auto;height:100%;background-color:var(--color-chartreuse);color:var(--color-white);border:none;border-radius:var(--border-radius);padding:1rem 3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:1rem;margin:2rem auto;color:var(--color-dark-teal);transition:all .3s ease-in-out}.gallery__section-button:hover{background-color:var(--color-dark-teal);color:var(--color-white)}.gallery__section-button:hover svg{path{fill:var(--color-white)}}.gallery-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:none;align-items:center;justify-content:center}.gallery-modal.active{display:flex}.gallery-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000e6;cursor:pointer}.gallery-modal__content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;z-index:1001}.gallery-modal__image-container{position:relative;max-width:90%;max-height:90%}.gallery-modal__image{display:block;max-width:100%;max-height:90vh;object-fit:cover;overflow:hidden;border-radius:var(--border-radius)}.gallery-modal__image img{width:100%;height:100%;object-fit:cover;max-width:1920px;max-height:1080px}.gallery-modal__close{position:absolute;top:-50px;right:0;background:#000000a6;border:none;color:var(--color-white);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease,box-shadow .2s ease;z-index:1002;width:48px;height:48px;box-shadow:0 2px 12px #0000004d}.gallery-modal__close svg{width:22px;height:22px}.gallery-modal__close:hover{background:#000c}.gallery-modal__prev,.gallery-modal__next{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;background:#000000a6;border:none;color:var(--color-white);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease,box-shadow .2s ease;z-index:1002;box-shadow:0 2px 12px #0000004d}.gallery-modal__prev svg,.gallery-modal__next svg{width:24px;height:24px}.gallery-modal__prev{left:-60px}.gallery-modal__next{right:-60px}.gallery-modal__prev:hover,.gallery-modal__next:hover{background:#000c}.gallery-modal__close:focus,.gallery-modal__prev:focus,.gallery-modal__next:focus{outline:2px solid var(--color-dark-teal);outline-offset:2px}@media (max-width: 768px){.gallery-modal__content{max-width:95vw;max-height:95vh}.gallery-modal__close{top:-40px;right:0;font-size:1.5rem}.gallery-modal__prev{left:10px}.gallery-modal__next{right:10px}}@media (max-width: 640px){.gallery-modal__nav{order:2;display:flex;justify-content:center;gap:12px}.gallery-modal__content{max-width:98vw;max-height:98vh;display:flex;flex-direction:column;gap:12px;align-items:stretch}.gallery-modal__image-container{order:1;max-width:100%}.gallery-modal__prev,.gallery-modal__next{position:static;transform:none;width:auto;height:auto;padding:12px 16px;border-radius:999px;background:var(--color-dark-teal);color:#fff;display:inline-flex;align-items:center;justify-content:center}.gallery-modal__prev svg,.gallery-modal__next svg{width:20px;height:20px}.gallery-modal__content>.gallery-modal__prev{order:2}.gallery-modal__content>.gallery-modal__next{order:2}.gallery-modal__close{top:-35px;font-size:1.1rem;width:40px;height:40px;background:var(--color-dark-teal);color:#fff;display:flex;align-items:center;justify-content:center}.gallery-modal__close svg{width:18px;height:18px}}
