.gallery-hero{position:relative;isolation:isolate;overflow:hidden;min-height:var(--gallery-hero-height-mobile, 90vh)}@media screen and (min-width:750px){.gallery-hero{min-height:var(--gallery-hero-height, 85vh)}}.gallery-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.gallery-hero__image{width:100%;height:100%;display:block;object-fit:cover}.gallery-hero__image--desktop{object-position:var(--gallery-hero-focal, center center)}.gallery-hero__image--mobile{display:none;object-position:var(--gallery-hero-focal-mobile, center center)}.gallery-hero__placeholder svg{width:100%;height:100%}@media screen and (max-width:749px){.gallery-hero.has-mobile-image .gallery-hero__image--desktop{display:none}.gallery-hero.has-mobile-image .gallery-hero__image--mobile{display:block}}.gallery-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:rgb(var(--gallery-color-ink));opacity:var(--gallery-hero-overlay, 0);pointer-events:none}.gallery-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;padding:var(--gallery-space-lg) var(--gallery-gutter);box-sizing:border-box}@media screen and (max-width:749px){.gallery-hero__content{padding:var(--gallery-space-md) var(--gallery-gutter)}}.gallery-hero--content-top-left .gallery-hero__content{align-items:flex-start;justify-content:flex-start}.gallery-hero--content-top-center .gallery-hero__content{align-items:flex-start;justify-content:center}.gallery-hero--content-top-right .gallery-hero__content{align-items:flex-start;justify-content:flex-end}.gallery-hero--content-middle-left .gallery-hero__content{align-items:center;justify-content:flex-start}.gallery-hero--content-middle-center .gallery-hero__content{align-items:center;justify-content:center}.gallery-hero--content-middle-right .gallery-hero__content{align-items:center;justify-content:flex-end}.gallery-hero--content-bottom-left .gallery-hero__content{align-items:flex-end;justify-content:flex-start}.gallery-hero--content-bottom-center .gallery-hero__content{align-items:flex-end;justify-content:center}.gallery-hero--content-bottom-right .gallery-hero__content{align-items:flex-end;justify-content:flex-end}.gallery-hero__content-inner{display:flex;flex-direction:column;gap:var(--gallery-space-sm);max-width:58rem}.gallery-hero__content-inner--align-left{text-align:left;align-items:flex-start}.gallery-hero__content-inner--align-center{text-align:center;align-items:center}.gallery-hero__content-inner--align-right{text-align:right;align-items:flex-end}.gallery-hero__heading{margin:0;font-family:var(--gallery-font-heading);font-weight:var(--gallery-heading-weight);font-size:clamp(3.2rem,2.2rem + 3vw,5.6rem);line-height:1.08;letter-spacing:var(--gallery-letter-spacing-tight)}.gallery-hero__text{font-family:var(--gallery-font-body);font-size:clamp(1.6rem,1.4rem + .5vw,1.9rem);line-height:1.6;max-width:42rem}.gallery-hero__text p{margin:0}.gallery-hero__actions{display:flex;flex-wrap:wrap;gap:var(--gallery-space-sm);margin-top:var(--gallery-space-xs)}.gallery-hero__button{display:inline-flex;align-items:center;justify-content:center;padding:var(--gallery-button-padding-y) var(--gallery-button-padding-x);font-family:var(--gallery-font-body);font-size:1.2rem;letter-spacing:var(--gallery-button-tracking);text-transform:uppercase;text-decoration:none;border-radius:var(--gallery-button-radius);border:var(--gallery-button-border-width) solid currentColor;transition:background-color var(--gallery-transition),color var(--gallery-transition),border-color var(--gallery-transition)}.gallery-hero--text-light .gallery-hero__heading,.gallery-hero--text-light .gallery-hero__text{color:rgb(var(--gallery-color-paper))}.gallery-hero--text-light .gallery-hero__button--primary{background:rgb(var(--gallery-color-paper));color:rgb(var(--gallery-color-ink));border-color:rgb(var(--gallery-color-paper))}.gallery-hero--text-light .gallery-hero__button--primary:hover{background:transparent;color:rgb(var(--gallery-color-paper))}.gallery-hero--text-light .gallery-hero__button--secondary{background:transparent;color:rgb(var(--gallery-color-paper));border-color:#faf8f499}.gallery-hero--text-light .gallery-hero__button--secondary:hover{border-color:rgb(var(--gallery-color-paper))}.gallery-hero--text-dark .gallery-hero__heading,.gallery-hero--text-dark .gallery-hero__text{color:rgb(var(--gallery-color-ink))}.gallery-hero--text-dark .gallery-hero__button--primary{background:rgb(var(--gallery-color-ink));color:rgb(var(--gallery-color-paper));border-color:rgb(var(--gallery-color-ink))}.gallery-hero--text-dark .gallery-hero__button--primary:hover{background:transparent;color:rgb(var(--gallery-color-ink))}.gallery-hero--text-dark .gallery-hero__button--secondary{background:transparent;color:rgb(var(--gallery-color-ink));border-color:#14141459}.gallery-hero--text-dark .gallery-hero__button--secondary:hover{border-color:rgb(var(--gallery-color-ink))}.gallery-hero__cta-link{display:inline-flex;align-items:center;gap:var(--gallery-space-2xs);font-family:var(--gallery-font-body);font-size:1.3rem;letter-spacing:var(--gallery-button-tracking);text-transform:uppercase;text-decoration:none;border-bottom:var(--gallery-button-border-width) solid currentColor;padding-bottom:.2rem}.gallery-hero__cta-link--secondary{opacity:.7}.gallery-hero__cta-arrow{display:inline-block;transition:transform var(--gallery-transition)}.gallery-hero__cta-link:hover .gallery-hero__cta-arrow{transform:translate(.3rem)}.gallery-hero--text-light .gallery-hero__cta-link{color:rgb(var(--gallery-color-paper))}.gallery-hero--text-dark .gallery-hero__cta-link,.gallery-hero--framed .gallery-hero__cta-link{color:rgb(var(--gallery-color-ink))}.gallery-hero--framed{position:static;isolation:auto;overflow:visible;min-height:0;background:rgb(var(--gallery-color-paper));padding:var(--gallery-space-2xl) 0;padding-top:15px}@media screen and (max-width:749px){.gallery-hero--framed{padding:var(--gallery-space-xl) 0;padding-top:10px}}.gallery-hero--framed .gallery-hero__framed-inner{display:flex;flex-direction:column;align-items:center;gap:var(--gallery-space-xl)}.gallery-hero--framed .gallery-hero__framed-media{position:relative;width:94vw;max-width:176rem;aspect-ratio:4 / 5;overflow:hidden}@media screen and (min-width:750px){.gallery-hero--framed .gallery-hero__framed-media{width:90vw;aspect-ratio:16 / 9}}@media screen and (min-width:1400px){.gallery-hero--framed .gallery-hero__framed-media{width:88vw}}.gallery-hero--framed .gallery-hero__image{position:absolute;top:0;right:0;bottom:0;left:0}.gallery-hero--framed .gallery-hero__framed-text{width:100%;max-width:84rem;display:flex;flex-direction:column;gap:var(--gallery-space-sm);padding-inline:var(--gallery-gutter);box-sizing:border-box}.gallery-hero--framed .gallery-hero__heading{color:rgb(var(--gallery-color-ink));font-weight:300;font-size:clamp(2.6rem,1.7rem + 1.8vw,4rem);text-wrap:balance}.gallery-hero--framed .gallery-hero__text{color:rgb(var(--gallery-color-ink));opacity:.75}
/*# sourceMappingURL=/cdn/shop/t/7/assets/gallery-hero.css.map */
