.gallery{padding:120px 20px;display:block}.gallery__header{margin-block-end:20px}.gallery__title{font-family:var(--font-heading--family);font-size:40px;font-weight:900;line-height:85%;letter-spacing:-.03em;text-transform:uppercase;margin:0 0 20px}.gallery__subtitle{font-family:var(--font-body--family);font-size:16px;font-weight:400;line-height:150%;letter-spacing:-.005em;margin:0}.gallery__grid{display:grid;grid-template-columns:1fr;gap:20px}.gallery__item{overflow:hidden;position:relative;cursor:pointer}.gallery__item-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.gallery__item:hover .gallery__item-image{transform:scale(1.04)}.gallery__more{display:grid;grid-template-columns:1fr;gap:20px;margin-top:20px}.gallery__item--more{display:none;aspect-ratio:335 / 400;cursor:pointer}.gallery__item--more.is-visible{display:block}.gallery__footer{display:flex;justify-content:center;margin-block-start:40px}.gallery__load-more{position:relative;display:inline-flex;align-items:center;justify-content:center;width:335px;max-width:100%;height:40px;background-color:transparent;color:inherit;font-family:var(--font-heading--family);font-size:12px;font-weight:700;line-height:100%;text-transform:uppercase;text-decoration:none;letter-spacing:.02em;border:none;border-bottom:.5px solid #000;cursor:pointer;overflow:hidden;transition:color .4s ease}.gallery__load-more:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;transform:scaleY(0);transform-origin:bottom;transition:transform .4s ease}.gallery__load-more span{position:relative;z-index:1}.gallery__load-more:hover{color:#fff}.gallery__load-more:hover:before{transform:scaleY(1)}.gallery-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;visibility:hidden;pointer-events:none;transition:visibility 0s linear .45s}.gallery-popup.is-open{visibility:visible;pointer-events:auto;transition-delay:0s}.gallery-popup__overlay{flex:1;background:#0009;opacity:0;transition:opacity .45s ease}.gallery-popup.is-open .gallery-popup__overlay{opacity:1}.gallery-popup__panel{width:65.8%;background:#fff;display:flex;flex-direction:column;overflow-y:auto;transform:translate(100%);transition:transform .45s cubic-bezier(.25,.46,.45,.94)}.gallery-popup.is-open .gallery-popup__panel{transform:translate(0)}.gallery-popup__header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:20px;background:#fff;border-bottom:1px solid rgba(0,0,0,.3);flex-shrink:0}.gallery-popup__heading{margin:0;font-size:16px;font-weight:700;line-height:100%;letter-spacing:-.16px;text-transform:uppercase}.gallery-popup__close{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:16px;font-weight:700;line-height:100%;letter-spacing:-.16px;text-transform:uppercase}.gallery-popup__body{flex:1;display:flex;flex-direction:column;padding:20px;min-height:0}.gallery-popup__image-wrap{width:100%;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.gallery-popup__image{max-width:100%;max-height:100%;height:auto;width:auto;display:block;object-fit:contain}.gallery-popup__content{padding-block-start:20px;display:flex;flex-direction:column;gap:20px}.gallery-popup__title{margin:0;font-size:40px;font-weight:900;line-height:40px;letter-spacing:-.4px;text-transform:uppercase}.gallery-popup__text{margin:0;font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.08px}.gallery-popup__actions{display:flex;gap:14px;align-items:stretch}.gallery-popup__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;max-width:447px;width:100%;min-height:40px;font-size:12px;font-weight:800;line-height:100%;letter-spacing:-.12px;text-transform:uppercase;text-decoration:none;cursor:pointer;overflow:hidden;transition:color .4s ease}.gallery-popup__btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:scaleY(0);transform-origin:bottom;transition:transform .4s ease}.gallery-popup__btn:hover:before{transform:scaleY(1)}.gallery-popup__btn span,.gallery-popup__btn svg{position:relative;z-index:1}.gallery-popup__btn--primary{flex:1;background-color:#000;color:#fff;font-family:var(--font-paragraph--family)}.gallery-popup__btn--primary:before{background-color:#303030}.gallery-popup__btn--secondary{padding:0;background-color:transparent;color:#000;border-bottom:.5px solid #000}.gallery-popup__btn--secondary:before{background-color:#000}.gallery-popup__btn--secondary:hover{color:#fff}@media(min-width:1024px){.gallery{padding:200px 20px}.gallery__header{display:grid;grid-template-columns:1fr 2fr;grid-template-areas:". title";margin-block-end:40px}.gallery__headings{grid-area:title}.gallery__title{font-size:clamp(40px,calc(40px + (88 - 40) * ((100vw - 375px) / (1440 - 375))),88px);line-height:clamp(34px,calc(34px + (75 - 34) * ((100vw - 375px) / (1440 - 375))),75px);letter-spacing:-2.64px;max-width:572px}.gallery__grid{grid-template-columns:repeat(3,1fr);grid-template-rows:18.884vh 27.9vw 20px 14.252vh 20px 1fr;row-gap:0;column-gap:20px}.gallery__item:nth-child(1){grid-row:2 / 5;grid-column:1}.gallery__item:nth-child(2){grid-row:1 / 3;grid-column:2}.gallery__item:nth-child(3){grid-row:2 / 5;grid-column:3}.gallery__item:nth-child(4){grid-row:6 / 7;grid-column:1}.gallery__item:nth-child(5){grid-row:4 / 7;grid-column:2}.gallery__item:nth-child(6){grid-row:6 / 7;grid-column:3}.gallery__more{grid-template-columns:repeat(3,1fr);column-gap:20px;row-gap:20px;margin-top:20px}.gallery__item--more{aspect-ratio:453 / 526}.gallery__footer{margin-block-start:40px}}@media(max-width:768px){.gallery-popup__overlay{display:none}.gallery-popup__panel{width:100%}.gallery-popup__image,.gallery__item{aspect-ratio:335 / 400}.gallery-popup__actions{flex-direction:column;gap:10px}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/gallery.css.map */
