.brand-story{position:relative}.brand-story__shell{position:relative;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(32rem,.88fr);min-height:52rem;overflow:hidden;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:var(--brand-story-radius);background:rgb(var(--color-background));box-shadow:0 2.4rem 7rem rgba(var(--color-foreground),.08);isolation:isolate}.brand-story__shell--media-small{grid-template-columns:minmax(0,.9fr) minmax(36rem,1.1fr)}.brand-story__shell--media-large{grid-template-columns:minmax(0,1.3fr) minmax(30rem,.7fr)}.brand-story__shell--media-right .brand-story__media{order:2}.brand-story__shell--media-right .brand-story__content{order:1}.brand-story__media{position:relative;min-width:0;overflow:hidden;background:rgba(var(--color-foreground),.04)}.brand-story__media--landscape{min-height:52rem}.brand-story__media--square{aspect-ratio:1}.brand-story__media--portrait{aspect-ratio:4 / 5}.brand-story__slides,.brand-story__slide,.brand-story__image,.brand-story__image-link{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.brand-story__slide{z-index:0;visibility:hidden;opacity:0;pointer-events:none;transform:scale(1.025);transition:opacity .55s ease,transform .8s ease,visibility .55s ease}.brand-story__slide.is-active{z-index:1;visibility:visible;opacity:1;pointer-events:auto;transform:scale(1)}.brand-story__image picture{display:block;width:100%;height:100%}.brand-story__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.48) 100%);pointer-events:none}.brand-story__image-element,.brand-story__placeholder{display:block;width:100%;height:100%;object-fit:cover}.brand-story__caption{position:absolute;z-index:2;right:clamp(2rem,4vw,4.8rem);bottom:clamp(7rem,8vw,9.4rem);left:clamp(2rem,4vw,4.8rem);max-width:48rem;color:#fff;text-shadow:0 .2rem 2rem rgba(0,0,0,.28);pointer-events:none}.brand-story__caption-label{margin:0 0 .8rem;font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.brand-story__caption-heading{margin:0;color:inherit;font-size:clamp(2.2rem,3vw,4rem);line-height:1.08}.brand-story__caption-text{margin:1rem 0 0;max-width:42rem;font-size:1.5rem;line-height:1.55}.brand-story__controls{position:absolute;z-index:4;bottom:2.4rem;left:50%;display:flex;align-items:center;gap:.8rem;min-height:4.8rem;padding:.6rem;border:.1rem solid rgba(255,255,255,.2);border-radius:999px;background:#101418a8;box-shadow:0 1rem 3rem #00000038;-webkit-backdrop-filter:blur(1.2rem);backdrop-filter:blur(1.2rem);transform:translate(-50%)}.brand-story__control,.brand-story__dot{-webkit-appearance:none;appearance:none;border:0;cursor:pointer}.brand-story__control{display:grid;width:3.6rem;height:3.6rem;padding:0;place-items:center;border-radius:50%;background:transparent;color:#fff;transition:background .2s ease,transform .2s ease}.brand-story__control:hover{background:#ffffff29;transform:scale(1.06)}.brand-story__control:focus-visible,.brand-story__dot:focus-visible{outline:.2rem solid #fff;outline-offset:.2rem}.brand-story__control svg{width:2rem;height:2rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.brand-story__play-icon,.brand-story__control--autoplay.is-paused .brand-story__pause-icon{display:none}.brand-story__control--autoplay.is-paused .brand-story__play-icon{display:block}.brand-story__dots{display:flex;align-items:center;gap:.7rem;padding:0 .4rem}.brand-story__dot{width:.8rem;height:.8rem;padding:0;border-radius:50%;background:#ffffff7a;transition:width .25s ease,border-radius .25s ease,background .25s ease}.brand-story__dot.is-active{width:2.8rem;border-radius:999px;background:#fff}.brand-story__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:clamp(3.2rem,5vw,7rem)}.brand-story__content:before{content:"";position:absolute;z-index:-1;top:8%;right:-16%;width:28rem;height:28rem;border-radius:50%;background:var(--brand-story-accent-soft);filter:blur(.2rem);opacity:.8}.brand-story__logo{display:block;width:min(var(--brand-story-logo-width),100%);height:auto;max-height:10rem;margin-bottom:2.8rem;object-fit:contain;object-position:left center}.brand-story__eyebrow{display:inline-flex;align-self:flex-start;margin:0 0 1.4rem;padding:.7rem 1.2rem;border-radius:999px;background:var(--brand-story-accent-soft);color:var(--brand-story-accent);font-size:1.2rem;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.brand-story__heading{max-width:58rem;margin:0;color:rgb(var(--color-foreground));line-height:1.08}.brand-story__description{max-width:58rem;margin-top:2rem;color:rgba(var(--color-foreground),.76);font-size:1.6rem;line-height:1.72}.brand-story__description>:first-child{margin-top:0}.brand-story__description>:last-child{margin-bottom:0}.brand-story__highlights{display:grid;gap:1.1rem;margin:2.8rem 0 0;padding:0;list-style:none}.brand-story__highlights li{display:flex;align-items:center;gap:1rem;color:rgb(var(--color-foreground));font-size:1.45rem;font-weight:600;line-height:1.4}.brand-story__check{display:grid;flex:0 0 auto;width:2.6rem;height:2.6rem;place-items:center;border-radius:50%;background:var(--brand-story-accent);color:#fff}.brand-story__check svg{width:1.5rem;height:1.5rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1}.brand-story__actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:3.2rem}.brand-story__primary-button{--color-button: var(--brand-story-accent-rgb);--color-button-text: 255, 255, 255}@media screen and (max-width:989px){.brand-story__shell,.brand-story__shell--media-small,.brand-story__shell--media-large{grid-template-columns:minmax(0,1fr);min-height:0}.brand-story__shell--media-right .brand-story__media,.brand-story__shell--media-right .brand-story__content{order:initial}.brand-story__media,.brand-story__media--landscape,.brand-story__media--square,.brand-story__media--portrait{min-height:0;aspect-ratio:16 / 11}.brand-story__content{padding:clamp(3rem,7vw,5rem)}}@media screen and (max-width:749px){.brand-story__shell{border-right:0;border-left:0;border-radius:min(var(--brand-story-radius),1.8rem);box-shadow:0 1.4rem 4rem rgba(var(--color-foreground),.07)}.brand-story__media,.brand-story__media--landscape,.brand-story__media--square,.brand-story__media--portrait{aspect-ratio:4 / 5}.brand-story__caption{right:2rem;bottom:7.8rem;left:2rem}.brand-story__caption-heading{font-size:2.4rem}.brand-story__caption-text{font-size:1.35rem}.brand-story__controls{bottom:1.6rem}.brand-story__content{padding:3.2rem 2.2rem 3.8rem}.brand-story__logo{margin-bottom:2.2rem}.brand-story__description{margin-top:1.6rem;font-size:1.5rem}.brand-story__highlights{margin-top:2.2rem}.brand-story__actions{display:grid;grid-template-columns:minmax(0,1fr);margin-top:2.6rem}.brand-story__actions .button{width:100%}}@media(prefers-reduced-motion:reduce){.brand-story__slide,.brand-story__control,.brand-story__dot{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/17/compiled_assets/styles.css.map */
