.feature-story{position:relative;display:flex;align-items:stretch;min-height:50vw;background:rgb(var(--color-background));color:rgb(var(--color-foreground));overflow:hidden}.feature-story--image-right{flex-direction:row-reverse}.feature-story__media{flex:0 0 50%;align-self:stretch;position:relative;min-height:0;aspect-ratio:1 / 1;overflow:hidden}.feature-story__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom;display:block}.feature-story__video,.feature-story__media iframe,.feature-story__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom;display:block;border:0}.feature-story__media[data-parallax] .feature-story__img{height:118%;bottom:auto;will-change:transform}@media(prefers-reduced-motion:reduce){.feature-story__media[data-parallax] .feature-story__img{height:100%;bottom:0;transform:none!important}}.feature-story__content{--fs-pad-out: clamp(2rem, 4.1667vw + 2rem, 8rem);--fs-pad-in: clamp(1rem, 2.0833vw + 3rem, 7rem);flex:1 1 50%;position:relative;display:flex;padding:clamp(3rem,5.4722vw + 1rem,5rem) var(--fs-pad-out) clamp(3rem,3.4722vw + 0rem,5rem) var(--fs-pad-in)}.section-feature-story{margin-top:-8px}.feature-story--image-left .feature-story__content{padding-right:var(--fs-pad-out);padding-left:var(--fs-pad-in)}.feature-story--image-right .feature-story__content{padding-left:var(--fs-pad-out);padding-right:var(--fs-pad-in)}.feature-story--image-left.feature-story--has-badge .feature-story__content{padding-left:9rem}.feature-story__illustration{position:absolute;left:0;right:0;top:24%;height:47%;z-index:0;overflow:hidden;opacity:.8;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,#000 58%,transparent 98%);mask-image:linear-gradient(to bottom,#000 58%,transparent 98%)}.feature-story__illustration img{position:absolute;top:0;left:0;width:100%;height:auto;max-width:none;mix-blend-mode:multiply}.feature-story__illustration img{height:350px;object-fit:contain;object-position:center}.feature-story__text{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:3rem;max-width:60rem;padding-top:max(0px,calc(47vw - 655px - 7rem))}.feature-story__heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));font-size:clamp(3.2rem,1.8rem + 2.2917vw,5.1rem);line-height:1.1;margin:0}.feature-story__heading p{margin:0}.feature-story__heading em{font-style:italic}.feature-story__body{font-family:var(--font-body-family);color:var(--fs-body-color, #6c6c6c);font-size:clamp(1.6rem,1.4rem + .5556vw,2.2rem);line-height:1.2727}.feature-story__body p{margin:0 0 1.6rem}.feature-story__body p:last-child{margin-bottom:0}.feature-story__more{display:none}.feature-story__btn{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:1.1rem 2.2rem;border:1px solid #2c3d1e;border-radius:999px;background:transparent;color:#2c3d1e;font-family:var(--font-body-family);font-weight:600;font-size:1.4rem;text-decoration:none;transition:background .2s ease,color .2s ease}.feature-story__btn:hover{background:#2c3d1e;color:#fff}.feature-story__badge{position:absolute;top:8rem;left:50%;transform:translate(-50%);width:11.5rem;height:11.5rem;border-radius:50%;background:#fff;display:grid;place-items:center;z-index:3;box-shadow:0 1px 24px #00000047}.feature-story__badge-svg{width:90%;height:90%;animation:fs-seal-spin 24s linear infinite}.feature-story__badge-ring{fill:#2c3d1e;font-family:var(--font-body-family);font-size:15px;font-weight:600;letter-spacing:1.6px;text-transform:uppercase}.feature-story__badge-center{position:absolute;font-family:var(--font-heading-family);font-style:italic;font-size:1.7rem;color:#2c3d1e}@keyframes fs-seal-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.feature-story__badge-svg{animation:none}}@media screen and (max-width:749px){.feature-story,.feature-story--image-right{flex-direction:column;min-height:0}.feature-story__btn{font-size:1.3rem;letter-spacing:0}.feature-story__media{flex:none;height:42rem}.feature-story__content{padding:3rem 2rem 4.4rem!important;height:42rem;flex:inherit}.feature-story__heading{font-size:clamp(2.5rem,1.8rem + 2.2917vw,5.1rem)}.feature-story__text{max-width:none;gap:1.6rem;padding-top:0;flex:inherit}.feature-story__badge{top:33.5rem;left:auto;right:2rem;transform:none;width:7.2rem;height:7.2rem}.feature-story__badge-ring{font-size:15px;letter-spacing:1.2px}.feature-story__badge-center{font-size:1.2rem}.feature-story__body.is-collapsed{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;line-clamp:8;overflow:hidden}.feature-story__more{display:inline-flex;align-items:center;align-self:flex-start;gap:.5rem;margin-top:.6rem;padding:0;background:none;border:0;color:#2c3d1e;font-family:var(--font-body-family);font-weight:600;font-size:1.5rem;line-height:1;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.feature-story__more[hidden]{display:none}.feature-story__more:after{content:"";width:.9rem;height:.9rem;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;margin-top:-.2rem}.feature-story__more[aria-expanded=true]:after{transform:rotate(-135deg);margin-top:.2rem}.feature-story--pill-more .feature-story__more{padding:1.1rem 2.6rem;background:#405034;border-radius:999px;color:#fff;text-decoration:none;gap:.6rem}.feature-story--pill-more .feature-story__more:after{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-feature-story.css.map */
