html{scroll-behavior:smooth}:root{--origyn-black: #050505;--origyn-white: #ffffff;--origyn-muted: #a7a7a7;--origyn-line: rgba(255, 255, 255, .16);--origyn-ease: cubic-bezier(.22, 1, .36, 1)}.origyn-section{position:relative;overflow:hidden;background:var(--origyn-black);color:var(--origyn-white)}.origyn-container{width:min(164rem,calc(100% - 4rem));margin-inline:auto}.origyn-reveal{opacity:0;filter:blur(8px);transform:translateY(4rem);transition:opacity .9s var(--origyn-ease),filter 1s var(--origyn-ease),transform 1s var(--origyn-ease);will-change:opacity,filter,transform}.origyn-reveal.is-visible{opacity:1;filter:blur(0);transform:translateY(0)}.origyn-reveal[data-origyn-direction=left]{transform:translate(-5rem)}.origyn-reveal[data-origyn-direction=right]{transform:translate(5rem)}.origyn-reveal[data-origyn-direction=left].is-visible,.origyn-reveal[data-origyn-direction=right].is-visible{transform:translate(0)}.origyn-product-story{position:relative;height:clamp(42rem,52vh,54rem);min-height:0;overflow:hidden;isolation:isolate;background:var(--story-background, #160202);color:#fff}.origyn-product-story__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.origyn-product-story__video,.origyn-product-story__background-image{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.03)}.origyn-product-story__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:1;background:linear-gradient(90deg,#000000c2,#0000009e 26%,#00000061 48%,#0000001f 72%,#00000008)}.origyn-product-story--text-right .origyn-product-story__overlay{background:linear-gradient(270deg,#000000c2,#0000009e 26%,#00000061 48%,#0000001f 72%,#00000008)}.origyn-product-story__glow{position:absolute;top:50%;right:10%;z-index:1;width:min(46vw,68rem);aspect-ratio:1;border-radius:50%;pointer-events:none;filter:blur(10px);transform:translateY(-50%);background:radial-gradient(circle,rgba(255,255,255,.12) 0%,rgba(255,255,255,.035) 40%,transparent 72%)}.origyn-product-story--text-right .origyn-product-story__glow{right:auto;left:10%}.origyn-product-story__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(2rem,3.5vw,5.5rem);width:min(164rem,calc(100% - 4rem));height:100%;min-height:0;margin-inline:auto;padding-block:2rem}.origyn-product-story--text-right .origyn-product-story__inner{grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)}.origyn-product-story--text-right .origyn-product-story__content{order:2}.origyn-product-story--text-right .origyn-product-story__visual{order:1}.origyn-product-story__content{position:relative;z-index:4;width:100%;max-width:52rem;text-align:left}.origyn-product-story__chapter{margin:0 0 1rem;color:#fff;font-size:.9rem;line-height:1;letter-spacing:.4em;text-transform:uppercase;text-shadow:0 2px 10px rgba(0,0,0,.92),0 0 18px rgba(0,0,0,.58)}.origyn-product-story__heading{max-width:60rem;margin:0;color:#fff;font-size:clamp(4rem,4.25vw,6.5rem);font-weight:700;line-height:.88;letter-spacing:-.055em;text-align:left;text-transform:uppercase;text-wrap:balance;text-shadow:0 3px 14px rgba(0,0,0,.92),0 0 26px rgba(0,0,0,.58)}.origyn-product-story__tagline{max-width:47rem;margin:1.4rem 0 0;color:#fff;font-size:clamp(1.25rem,1.25vw,1.65rem);font-weight:600;line-height:1.35;letter-spacing:.07em;text-align:left;text-transform:uppercase;text-shadow:0 2px 10px rgba(0,0,0,.92),0 0 20px rgba(0,0,0,.58)}.origyn-product-story__description{max-width:42rem;margin-top:1rem;color:#ffffffe0;font-size:1.15rem;line-height:1.5;text-align:left;text-shadow:0 2px 9px rgba(0,0,0,.82)}.origyn-product-story__description p{margin:0}.origyn-product-story__details{display:flex;flex-wrap:wrap;gap:.8rem 2.2rem;max-width:44rem;margin-top:1.3rem;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.32)}.origyn-product-story__details span{position:relative;color:#ffffffeb;font-size:.88rem;line-height:1.2;letter-spacing:.16em;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.82)}.origyn-product-story__details span:not(:last-child):after{content:"\2022";position:absolute;right:-1.35rem;opacity:.6}.origyn-product-story__price{display:flex;flex-wrap:nowrap;align-items:center;gap:.8rem;margin-top:1.2rem}.origyn-product-story__price s{flex-shrink:0;color:#ffffffb3;font-size:1.05rem;white-space:nowrap;text-shadow:0 2px 8px rgba(0,0,0,.82)}.origyn-product-story__price span{flex-shrink:0;color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:.025em;white-space:nowrap;text-shadow:0 2px 10px rgba(0,0,0,.92),0 0 16px rgba(0,0,0,.62)}.origyn-product-story__button{display:inline-flex;align-items:center;justify-content:space-between;gap:3.2rem;min-width:20rem;margin-top:1.3rem;padding:1.25rem 1.5rem;border:1px solid rgba(255,255,255,.82);color:#fff;text-decoration:none;font-size:.9rem;line-height:1;letter-spacing:.18em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000057;box-shadow:0 8px 24px #00000038,inset 0 0 0 1px #ffffff0a;transition:color .3s var(--origyn-ease),border-color .3s var(--origyn-ease),background-color .3s var(--origyn-ease),transform .3s var(--origyn-ease)}.origyn-product-story__button:hover{color:#050505;border-color:#fff;background:#fff;transform:translateY(-2px)}.origyn-product-story__visual{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;width:100%;min-width:0;height:100%}.origyn-product-story__product-link{display:block;width:min(var(--story-product-width, 100%),76rem);max-width:none;margin-inline:auto;text-decoration:none}.origyn-product-story__product-image{display:block;width:100%;height:auto;max-height:50rem;margin-inline:auto;object-fit:contain;object-position:center;filter:drop-shadow(0 2.5rem 4rem rgba(0,0,0,.62)) drop-shadow(0 0 3rem rgba(255,255,255,.08));transform:translateY(0) scale(1);transition:transform .7s var(--origyn-ease)}.origyn-product-story__product-link:hover .origyn-product-story__product-image{transform:translateY(-.8rem) scale(1.02)}.origyn-product-story--text-right .origyn-product-story__product-link{width:min(var(--story-product-width, 100%),76rem)}.origyn-product-story--text-right .origyn-product-story__product-image{max-height:51rem}.origyn-product-story__floating-label{position:absolute;right:-.5rem;bottom:1.5rem;color:#ffffffbf;font-size:.8rem;letter-spacing:.32em;writing-mode:vertical-rl;text-transform:uppercase}.origyn-product-story--text-right .origyn-product-story__floating-label{right:auto;left:-.5rem}.origyn-product-story__placeholder{width:min(80%,55rem);text-align:center;color:#ffffff8c}.origyn-product-story__placeholder svg{width:100%;max-height:38rem}.origyn-product-story__scroll-indicator{display:none}@media screen and (min-width:750px){.origyn-product-story--text-right .origyn-product-story__content{order:2;margin-left:auto;text-align:right}.origyn-product-story--text-right .origyn-product-story__visual{order:1}.origyn-product-story--text-right .origyn-product-story__chapter,.origyn-product-story--text-right .origyn-product-story__heading,.origyn-product-story--text-right .origyn-product-story__tagline,.origyn-product-story--text-right .origyn-product-story__description{margin-left:auto;text-align:right}.origyn-product-story--text-right .origyn-product-story__details{margin-left:auto;justify-content:flex-end}.origyn-product-story--text-right .origyn-product-story__price{justify-content:flex-end}.origyn-product-story--text-right .origyn-product-story__button{display:flex;width:max-content;margin-left:auto}}@media screen and (min-width:750px)and (max-width:989px){.origyn-product-story{height:50rem}.origyn-product-story__inner{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);width:min(calc(100% - 4rem),100rem);gap:2.5rem}.origyn-product-story--text-right .origyn-product-story__inner{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.origyn-product-story__heading{font-size:clamp(3.8rem,6vw,5.5rem)}.origyn-product-story__product-link,.origyn-product-story--text-right .origyn-product-story__product-link{width:min(var(--story-product-width, 100%),56rem)}.origyn-product-story__product-image,.origyn-product-story--text-right .origyn-product-story__product-image{max-height:43rem}}@media screen and (max-width:749px){.origyn-container{width:calc(100% - 2.4rem)}.origyn-product-story{height:38rem;min-height:0}.origyn-product-story__inner{position:relative;display:flex;flex-direction:column;width:100%;height:100%;min-height:0;margin:0;padding:1rem 1.1rem 0}.origyn-product-story__content{position:relative;z-index:5;order:1;flex:0 0 auto;width:100%;max-width:100%;text-align:left}.origyn-product-story__chapter{margin:0 0 .45rem;color:#fff;font-size:.62rem;line-height:1;letter-spacing:.25em;text-align:left}.origyn-product-story__heading{display:block;width:100%;max-width:none;margin:0;color:#fff;font-size:clamp(1.95rem,7.1vw,2.55rem);font-weight:700;line-height:.95;letter-spacing:-.04em;text-align:left;white-space:nowrap;text-shadow:0 3px 11px rgba(0,0,0,.95),0 0 20px rgba(0,0,0,.7)}.origyn-product-story__tagline{max-width:22rem;margin-top:.5rem;color:#fff;font-size:.73rem;font-weight:600;line-height:1.22;letter-spacing:.03em;text-align:left;text-shadow:0 2px 9px rgba(0,0,0,.95),0 0 16px rgba(0,0,0,.68)}.origyn-product-story__description,.origyn-product-story__details{display:none}.origyn-product-story__price{display:flex;flex-wrap:nowrap;align-items:center;gap:.45rem;margin-top:.5rem}.origyn-product-story__price s{flex-shrink:0;color:#ffffffc2;font-size:.66rem;white-space:nowrap;text-shadow:0 2px 7px rgba(0,0,0,.92)}.origyn-product-story__price span{flex-shrink:0;color:#fff;font-size:1.05rem;font-weight:700;white-space:nowrap;text-shadow:0 2px 9px rgba(0,0,0,.95),0 0 15px rgba(0,0,0,.7)}.origyn-product-story__button{width:auto;min-width:13rem;margin-top:.5rem;padding:.82rem .9rem;gap:1.3rem;border-color:#ffffffe0;color:#fff;background:#0000006b;font-size:.62rem;letter-spacing:.1em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.origyn-product-story__visual{position:relative;z-index:3;order:2;display:flex;flex:1 1 auto;align-items:flex-start;justify-content:center;width:100%;min-height:0;height:auto;margin-top:-.8rem;margin-bottom:-1.4rem;overflow:visible;transform:none}.origyn-product-story__product-link,.origyn-product-story--text-right .origyn-product-story__product-link{display:block;width:118%;max-width:40rem;margin-inline:auto}.origyn-product-story__product-image,.origyn-product-story--text-right .origyn-product-story__product-image{display:block;width:100%;height:auto;max-height:28rem;margin-inline:auto;object-fit:contain;object-position:center top;transform:scale(1.16);transform-origin:center top;filter:drop-shadow(0 1.3rem 2.2rem rgba(0,0,0,.68)) drop-shadow(0 0 2rem rgba(255,255,255,.06))}.origyn-product-story__floating-label,.origyn-product-story__scroll-indicator{display:none}.origyn-product-story__overlay,.origyn-product-story--text-right .origyn-product-story__overlay{opacity:1;background:linear-gradient(180deg,#000000c2,#000000a3 30%,#0000005c 58%,#0000001a)}.origyn-product-story__glow{top:auto;right:50%;bottom:-25%;left:auto;width:85vw;transform:translate(50%)}.origyn-reveal{transform:translateY(2rem)}.origyn-product-story--text-right .origyn-product-story__inner{flex-direction:column}.origyn-product-story--text-right .origyn-product-story__content{order:1;width:100%;max-width:100%;margin-left:auto;text-align:right}.origyn-product-story--text-right .origyn-product-story__chapter,.origyn-product-story--text-right .origyn-product-story__heading,.origyn-product-story--text-right .origyn-product-story__tagline{margin-left:auto;text-align:right}.origyn-product-story--text-right .origyn-product-story__tagline{max-width:22rem}.origyn-product-story--text-right .origyn-product-story__price{justify-content:flex-end}.origyn-product-story--text-right .origyn-product-story__button{display:flex;width:max-content;margin-left:auto}.origyn-product-story--text-right .origyn-product-story__visual{order:2;width:100%;margin-top:-.8rem;margin-bottom:-1.4rem}}@media screen and (max-width:390px){.origyn-product-story{height:37rem}.origyn-product-story__inner{padding:.9rem .9rem 0}.origyn-product-story__heading{font-size:clamp(1.78rem,6.7vw,2.18rem);white-space:nowrap}.origyn-product-story__tagline{max-width:20rem;font-size:.68rem}.origyn-product-story__price span{font-size:.98rem}.origyn-product-story__button{min-width:12rem;padding:.76rem .78rem;font-size:.58rem}.origyn-product-story__product-link,.origyn-product-story--text-right .origyn-product-story__product-link{width:116%;max-width:36rem}.origyn-product-story__product-image,.origyn-product-story--text-right .origyn-product-story__product-image{max-height:26rem;transform:scale(1.14)}.origyn-product-story__visual,.origyn-product-story--text-right .origyn-product-story__visual{margin-bottom:-1.6rem}}@media(prefers-reduced-motion:reduce){.origyn-reveal{opacity:1;filter:none;transform:none;transition:none}.origyn-product-story__product-image{transition:none}}.header__inline-menu .header__menu-item,.header__inline-menu .list-menu__item,.header__inline-menu .header__menu-item span{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:700;font-size:2rem;line-height:1;letter-spacing:-.04em;text-transform:none}.header__inline-menu .header__menu-item{padding-top:1rem;padding-bottom:1rem}.header__active-menu-item{color:#fff;text-decoration-thickness:1px;text-underline-offset:.55rem}.header__inline-menu .header__menu-item:hover span{color:#fff}.header__heading-logo{width:auto!important;height:4.5rem!important;max-width:none!important;object-fit:contain}.header__heading-link{padding:.35rem .7rem}.header{min-height:5.8rem}.header__inline-menu .list-menu--inline{column-gap:2.5rem}.header__icon{width:4.1rem;height:4.1rem}.header__icon .svg-wrapper,.header__icon svg{width:3rem;height:5rem}@media screen and (max-width:749px){.header{min-height:5.3rem;padding-top:.4rem;padding-bottom:.4rem}.header__heading-logo{width:auto!important;height:2.65rem!important;max-width:none!important}.header__heading-link{padding:.2rem .4rem}.header__icon{width:3.8rem;height:3.8rem}.header__icon .svg-wrapper,.header__icon svg{width:2.5rem;height:2.5rem}.menu-drawer__menu-item{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:1.7rem;font-weight:700;line-height:1.1;letter-spacing:-.04em}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/origyn.css.map */
