.event-gallery{display:block;padding-top:var(--gallery-top);padding-bottom:var(--gallery-bottom)}.event-gallery__heading{text-align:left;margin:0;font-size:clamp(3rem,4vw,4.4rem);letter-spacing:-.02em}.event-gallery__intro{text-align:left;margin:1.2rem 0 0;max-width:60ch;color:#262626b8}.event-gallery__events{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4rem;margin-top:3.6rem}.event-gallery__event{position:relative;min-width:0;isolation:isolate;border-radius:24px;overflow:hidden;background:#353c32;display:flex;flex-direction:column;justify-content:flex-end;width:100%;min-height:42rem}.event-gallery__cover{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer;color:#fff;text-align:left}.event-gallery__cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000008 25%,#00000059 52%,#000000c7);pointer-events:none}.event-gallery__cover>img,.event-gallery__placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.event-gallery__cover:hover>img{transform:scale(1.04)}.event-gallery__cover:disabled{cursor:default}.event-gallery__badge{position:absolute;top:2rem;right:2rem;z-index:1;display:flex;align-items:center;gap:.8rem;padding:.8rem 1.4rem;border-radius:999px;background:#ffffffe6;color:#40433e;font-size:1.5rem;font-weight:600}.event-gallery__badge svg{width:2rem;height:2rem}.event-gallery__copy{position:relative;z-index:1;padding:8rem 2.8rem 2.8rem;pointer-events:none;color:#fff}.event-gallery__title{margin:0 0 1.2rem;font-size:clamp(2.2rem,2vw,3rem);line-height:1.2;color:inherit;letter-spacing:-.015em;overflow-wrap:anywhere}.event-gallery__description{font-size:1.6rem;line-height:1.55;margin:0;color:#ffffffe0;overflow-wrap:anywhere}.event-gallery__cta{display:flex;align-items:center;gap:1.2rem;margin-top:2rem;font-size:1.6rem;font-weight:600}.event-gallery__cta>span{font-size:2.4rem;line-height:1}.event-gallery__hint{position:relative;z-index:1;color:#fff;padding:0 2.8rem 2rem;margin:0;font-size:1.4rem;pointer-events:none}.event-gallery__event:has(.event-gallery__hint){aspect-ratio:auto}.event-gallery__event:has(.event-gallery__hint) .event-gallery__copy{padding-bottom:1rem}.event-gallery__event:has(.event-gallery__cover:disabled) .event-gallery__cta{display:none}.event-gallery button:focus-visible{outline:3px solid #fff;outline-offset:-6px}.event-gallery__dialog{border:0;padding:0;background:transparent;color:#fff;max-width:none;max-height:none;width:100%;height:100%;height:100dvh;top:0;right:0;bottom:0;left:0;margin:0}.event-gallery__dialog::backdrop{background:#10110fe6}.event-gallery__viewer{height:100%;display:flex;flex-direction:column;padding:8rem max(3.4vw,env(safe-area-inset-right)) max(2.4rem,env(safe-area-inset-bottom)) max(3.4vw,env(safe-area-inset-left));gap:2.4rem}.event-gallery__dialog button{display:grid;place-items:center;color:inherit;background:#ffffff1a;border:1px solid rgba(255,255,255,.23);border-radius:50%;cursor:pointer;width:5.2rem;height:5.2rem;flex-shrink:0;transition:background .2s ease}.event-gallery__dialog button:hover{background:#ffffff38}.event-gallery__dialog button svg{width:2.4rem;height:2.4rem}.event-gallery__dialog button[hidden]{display:none}.event-gallery__close{position:absolute;top:2rem;right:2rem;z-index:2}.event-gallery__stage{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:center}.event-gallery__stage>img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;border-radius:16px;box-shadow:0 16px 60px #00000040}.event-gallery__viewer-footer{display:flex;justify-content:space-between;align-items:center;gap:2.4rem;flex-shrink:0}.event-gallery__caption{min-width:0;max-width:70ch;max-height:20vh;overflow:auto}.event-gallery__caption h2{font-size:1.3rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;margin:0 0 .6rem;line-height:1.4;overflow-wrap:anywhere}.event-gallery__caption p{font-size:1.6rem;line-height:1.5;margin:0;color:#ffffffe6;overflow-wrap:anywhere}.event-gallery__navigation{display:flex;align-items:center;gap:1.2rem;flex-shrink:0}.event-gallery__position{font-size:1.4rem;margin:0 1rem 0 0;letter-spacing:.1em;white-space:nowrap}html:has(.event-gallery__dialog[open]){overflow:hidden}@media(max-width:1199px){.event-gallery__events{grid-template-columns:repeat(2,minmax(0,1fr))}.event-gallery__event{min-height:38rem}.event-gallery__copy{padding:8rem 2.4rem 2.4rem}}@media(max-width:599px){.event-gallery__events{grid-template-columns:1fr;gap:2rem}.event-gallery__event{min-height:38rem;border-radius:20px}.event-gallery__viewer{padding:8rem max(1.6rem,env(safe-area-inset-right)) max(1.6rem,env(safe-area-inset-bottom)) max(1.6rem,env(safe-area-inset-left));gap:2rem}.event-gallery__viewer-footer{flex-wrap:wrap;gap:1.6rem}.event-gallery__caption{width:100%;max-height:15vh}.event-gallery__navigation{margin-left:auto}.event-gallery__dialog button{width:4.8rem;height:4.8rem}.event-gallery__stage>img{border-radius:12px}.event-gallery__close{top:1.6rem;right:1.6rem}}@media(prefers-reduced-motion:reduce){.event-gallery__cover>img,.event-gallery__dialog button{transition:none}}@media(max-height:500px)and (min-width:600px){.event-gallery__viewer{padding:1.6rem max(8rem,env(safe-area-inset-right)) max(1.2rem,env(safe-area-inset-bottom)) max(8rem,env(safe-area-inset-left));gap:1.2rem}.event-gallery__caption{max-height:22vh}.event-gallery__caption p{font-size:1.4rem}.event-gallery__dialog button{width:4.8rem;height:4.8rem}.event-gallery__close{top:1.2rem;right:1.6rem}}.event-gallery__stage{touch-action:pan-y pinch-zoom}.event-gallery__events:not(:has(.event-gallery__event)){display:none}.event-gallery:not(:has(.event-gallery__event)):not(:has(.event-gallery__hint)){display:none}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-event-gallery.css.map */
