.ws-home-album{--ws-album-bg-image:none;--ws-album-overlay-base:rgba(97,69,44,0.38);--ws-album-overlay-soft:hsla(0,0%,100%,0.26);--ws-album-overlay-soft-strong:hsla(0,0%,100%,0.4);--ws-album-surface:hsla(0,0%,100%,0.88);--ws-album-border:hsla(0,0%,100%,0.9);--ws-album-text:#2d2f35;--ws-album-muted:#646a72;--ws-album-accent:#c56c79;--ws-album-placeholder:none;position:relative;isolation:isolate;display:flex;align-items:center;overflow:clip;min-height:calc(100vh - var(--height-header));padding:clamp(3rem,7vw,6rem) clamp(.9rem,3.2vw,2rem);background:#f7f2ee}.ws-home-album:before{content:"";position:absolute;inset:0;background-image:var(--ws-album-bg-image);background-position:50%;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;filter:saturate(.9) brightness(1.05);z-index:-2}.ws-home-album .bg-main-image-overlay,.ws-home-album .bg-main-image-overlay-2{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.ws-home-album .bg-main-image-overlay{background-color:var(--ws-album-overlay-base);z-index:-1}.ws-home-album .bg-main-image-overlay-2{background:linear-gradient(180deg,var(--ws-album-overlay-soft-strong),var(--ws-album-overlay-soft) 45%,var(--ws-album-overlay-soft-strong));z-index:0}.ws-home-album__sparkles{position:absolute;inset:0;pointer-events:none;z-index:2}.ws-home-album__sparkles span{position:absolute;width:.32rem;height:.32rem;background:hsla(0,0%,100%,.86);box-shadow:0 0 12px hsla(0,0%,100%,.7);animation:wsAlbumTwinkle 3.9s ease-in-out infinite}.ws-home-album__sparkles span:first-child{top:8%;left:11%;animation-delay:-.4s}.ws-home-album__sparkles span:nth-child(2){top:17%;right:14%;animation-delay:-1.4s}.ws-home-album__sparkles span:nth-child(3){top:46%;left:7%;animation-delay:-2.1s}.ws-home-album__sparkles span:nth-child(4){top:54%;right:9%;animation-delay:-2.8s}.ws-home-album__sparkles span:nth-child(5){top:81%;left:18%;animation-delay:-3.2s}.ws-home-album__inner{position:relative;z-index:3;width:min(100%,74rem);margin:0 auto}.ws-home-album__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;grid-auto-rows:10px;grid-auto-flow:dense}.ws-home-album__item{position:relative;overflow:hidden;border:1px solid var(--ws-album-border);background-color:var(--ws-album-surface);background-image:var(--ws-album-placeholder);background-position:50%;background-repeat:no-repeat;background-size:44px 44px;min-height:clamp(80px,18vw,100px);box-shadow:0 12px 26px -28px rgba(30,30,38,.45);cursor:pointer;transition:transform .26s ease,box-shadow .26s ease}.ws-home-album__item:before{content:"";position:absolute;inset:-34%;background:radial-gradient(circle at 20% 20%,rgba(248,166,184,.35),transparent 56%),radial-gradient(circle at 80% 74%,rgba(255,208,182,.28),transparent 60%);opacity:.56;filter:blur(8px);pointer-events:none;z-index:1}.ws-home-album__item:after{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.8);opacity:0;transition:opacity .25s ease;z-index:2}.ws-home-album__item:focus-within,.ws-home-album__item:hover{transform:translateY(-3px);box-shadow:0 20px 34px -26px rgba(29,28,35,.4)}.ws-home-album__item:focus-within:after,.ws-home-album__item:hover:after{opacity:1}.ws-home-album__zoom{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);color:var(--primary);opacity:0;transition:opacity .25s ease,transform .25s ease,box-shadow .25s ease;z-index:3;cursor:pointer;background-color:transparent;border:none;outline:none}.ws-home-album__zoom svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.ws-home-album__zoom:focus-visible{outline:2px solid rgba(201,91,107,.45);outline-offset:3px}.ws-home-album__item:focus-within .ws-home-album__zoom,.ws-home-album__item:hover .ws-home-album__zoom{opacity:1;transform:translate(-50%,-50%) scale(1);box-shadow:0 18px 30px -18px rgba(20,20,30,.7)}.ws-home-album__item img{display:block;width:100%;height:auto;transform:translateZ(0) scale(1.02);opacity:0;transition:opacity .25s ease}.ws-home-album__item.is-loaded img{aspect-ratio:auto;opacity:1}.ws-home-album__item.is-deferred{min-height:130px;background-color:var(--ws-album-surface);background-image:var(--ws-album-placeholder),linear-gradient(110deg,hsla(0,0%,100%,.52) 8%,hsla(0,0%,100%,.72) 18%,hsla(0,0%,100%,.52) 33%);background-position:50%,0 0;background-repeat:no-repeat,no-repeat;background-size:44px 44px,200% 100%;animation:wsAlbumSkeleton 1.15s linear infinite}.ws-home-album__item.is-deferred img{opacity:.01}.ws-home-album__caption{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:1.05rem .88rem .8rem;background:linear-gradient(180deg,rgba(16,17,22,0),rgba(16,17,22,.72) 78%);color:#fff;pointer-events:none}.ws-home-album__item-title{margin:0;font-size:.95rem;font-weight:600;letter-spacing:.01em;display:none}.ws-home-album__item-subtitle{margin:.18rem 0 0;font-size:.75rem;opacity:.9}@media (max-width:1200px){.ws-home-album__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.ws-home-album__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.ws-home-album__grid{gap:.5rem}}@media (max-width:1024px){.ws-home-album__item{box-shadow:0 10px 22px -26px rgba(30,30,38,.38)}.ws-home-album__item:before{filter:blur(6px);opacity:.45}}@media (hover:none),(pointer:coarse){.ws-home-album__zoom{display:none}.ws-home-album__item:focus-within,.ws-home-album__item:hover{transform:none;box-shadow:0 20px 35px -30px rgba(30,30,38,.55)}.ws-home-album__item:after,.ws-home-album__item:focus-within:after,.ws-home-album__item:hover:after{opacity:0}}@media (max-width:640px){.ws-home-album{padding-inline:.75rem}.ws-home-album__title{font-size:clamp(2rem,12vw,2.8rem)}.ws-home-album__desc{font-size:.92rem}.ws-home-album__caption{padding-inline:.75rem}.ws-home-album__item-title{font-size:.88rem}}@keyframes wsAlbumTwinkle{0%,to{opacity:.2;transform:scale(.84)}50%{opacity:.96;transform:scale(1.14)}}@keyframes wsAlbumSkeleton{0%{background-position-x:180%}to{background-position-x:-20%}}@media (prefers-reduced-motion:reduce){.ws-album-lightbox__image,.ws-home-album__item,.ws-home-album__item img,.ws-home-album__sparkles span{animation:none!important;transition:none!important}}.ws-album-lightbox{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:0;background:rgba(8,10,14,.76);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:999}.ws-album-lightbox.is-active{opacity:1;pointer-events:auto}.ws-album-lightbox__backdrop{position:absolute;inset:0}.ws-album-lightbox__dialog{position:relative;z-index:1;width:100%;height:100%;max-height:none;display:flex;flex-direction:column;gap:.75rem;background:rgba(12,13,18,.92);padding:clamp(1rem,2.6vw,1.6rem);box-shadow:0 30px 60px -36px rgba(0,0,0,.7)}.ws-album-lightbox__figure{margin:0;flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem}.ws-album-lightbox__image{max-width:min(100%,1400px);max-height:calc(100vh - 10.5rem);width:auto;height:auto;object-fit:contain;background:#0b0c10;opacity:0;transform:scale(.96);transition:transform .35s ease,opacity .35s ease;will-change:transform}.ws-album-lightbox__image.is-loaded{opacity:1;transform:scale(1)}.ws-album-lightbox__caption{margin:.6rem 0 0;text-align:center;color:#f4f2f0;font-size:.95rem;line-height:1.45}.ws-album-lightbox__counter{position:absolute;top:.65rem;left:.65rem;color:#fff;font-size:.92rem;font-weight:600;letter-spacing:.02em;text-shadow:0 2px 8px rgba(0,0,0,.45);z-index:1}.ws-album-lightbox__close{right:.65rem;font-size:1.4rem}.ws-album-lightbox__autoplay,.ws-album-lightbox__close{position:absolute;top:.65rem;width:2.25rem;height:2.25rem;color:#fff;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:none;outline:none;background:transparent;z-index:1}.ws-album-lightbox__autoplay{right:3.35rem;font-size:1.05rem}.ws-album-lightbox__icon{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;line-height:1}.ws-album-lightbox__icon svg{width:100%;height:100%;fill:currentColor}.ws-album-lightbox__autoplay.is-paused .ws-album-lightbox__icon--pause,.ws-album-lightbox__autoplay .ws-album-lightbox__icon--play{display:none}.ws-album-lightbox__autoplay.is-paused .ws-album-lightbox__icon--play{display:inline}.ws-album-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:2.6rem;height:2.6rem;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.08);color:#fff;font-size:1.4rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:999px;z-index:12}.ws-album-lightbox__nav svg{width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.ws-album-lightbox__nav--prev{left:.8rem}.ws-album-lightbox__nav--next{right:.8rem}.ws-album-lightbox__thumbs{display:flex;gap:.5rem;padding:.25rem .1rem .2rem;overflow-x:auto}.ws-album-lightbox__thumb{flex:0 0 auto;width:68px;height:52px;border:2px solid #fff;background:hsla(0,0%,100%,.08);padding:0;overflow:hidden;cursor:pointer;border-radius:4px}.ws-album-lightbox__thumb img{width:100%;height:100%;object-fit:cover;display:block}.ws-album-lightbox__thumb.is-active{border-color:var(--primary-light)}body.ws-album-lightbox-open{overflow:hidden}@media (max-width:720px){.ws-album-lightbox__dialog{padding:.9rem .9rem .7rem}.ws-album-lightbox__image{max-height:calc(100vh - 9rem)}.ws-album-lightbox__thumb{width:56px;height:44px}}