:root{--c-black: #0a0a0a;--c-white: #ffffff;--c-gray: #e8e8e8;--c-gray-mute: #979797;--font: "Helvetica Neue", Helvetica, Arial, sans-serif;--panel-w: 380px;--ease-expo: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overscroll-behavior:none}body{overflow:hidden;font-family:var(--font);background:var(--c-white);color:var(--c-black);-webkit-font-smoothing:antialiased}.app-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:var(--c-white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;transition:opacity .5s ease}.app-loader.is-out{opacity:0;pointer-events:none}.app-loader__logo{width:100px;height:auto}.app-loader__bar{width:120px;height:1px;background:#0000001a;position:relative;overflow:hidden}.app-loader__bar-fill{position:absolute;left:0;top:0;height:100%;width:0%;background:var(--c-black);animation:appLoaderFill 2.8s cubic-bezier(.4,0,.6,1) forwards}@keyframes appLoaderFill{0%{width:0%}75%{width:85%}to{width:85%}}body.is-app-loading{overflow:hidden!important}body.is-app-loading>*:not(#appLoader){visibility:hidden}.block-ghost{position:fixed;z-index:900;pointer-events:none;margin:0!important;will-change:transform,opacity}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.scene:before{content:none}.scene{position:sticky;top:0;z-index:1;width:100vw;height:100dvh;min-height:850px;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:80px 0 0}.ruler{--ruler-h: min(980px, calc(100dvh - 140px) );--progress: 0%;--progress-px: 0px;position:fixed;top:calc((100dvh - var(--ruler-h)) / 2);transform:none;bottom:auto;width:44px;height:var(--ruler-h);display:flex;flex-direction:column;align-items:center;padding-top:0;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:100}.ruler--left{left:6px;--ruler-overlay-img: url(/t-rex-leather/assets/images/graduation-left.svg)}.ruler--right{right:6px;--ruler-overlay-img: url(/t-rex-leather/assets/images/graduation-right.svg)}.section-nav{position:fixed;right:50px;top:90%;transform:translateY(-50%);z-index:500;display:flex;flex-direction:column;align-items:center;gap:0;padding:8px 10px;background:#00000047;border-radius:20px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.section-nav__dot{position:relative;display:flex;align-items:center;background:transparent;border:none;cursor:pointer;padding:6px 0}.section-nav__pip{display:block;width:4px;height:4px;background:#ffffff59;transition:background .25s ease,transform .25s ease}.section-nav__dot.is-active .section-nav__pip,.section-nav__dot:hover .section-nav__pip{background:var(--c-white);transform:scale(1.5)}.section-nav__label{position:absolute;right:calc(100% + 10px);font-family:var(--ff-display);font-size:.52rem;letter-spacing:.14em;text-transform:uppercase;color:var(--c-white);white-space:nowrap;opacity:0;transform:translate(4px);transition:opacity .2s ease,transform .2s ease;pointer-events:none;background:#00000080;padding:2px 6px}.section-nav__dot:hover .section-nav__label,.section-nav__dot.is-active .section-nav__label{opacity:1;transform:translate(0)}@media (max-width: 768px){.section-nav{display:none}}.ruler__coord{font-size:6px;font-weight:300;letter-spacing:.06em;color:var(--c-gray-mute);margin-bottom:6px;line-height:1}.ruler__svg{width:31px;flex:1;min-height:0;height:100%;object-fit:fill;display:block;opacity:.95}.ruler__progress{position:absolute;top:0;bottom:0;left:50%;width:31px;transform:translate(-50%);pointer-events:none}.ruler__progress-fill{position:absolute;left:0;top:0;width:100%;height:100%;background-image:var(--ruler-overlay-img);background-repeat:no-repeat;background-size:100% 100%;background-position:center;filter:brightness(.32) contrast(1.08) saturate(.85);clip-path:inset(0 0 calc(100% - var(--progress)) 0);opacity:.9;transition:clip-path .3s ease-out}.ruler__thumb{display:none}.cross{position:absolute;width:14px;height:14px;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:2}.cross--tl{top:37%;left:19%}.cross--tr{top:26%;right:17%}.cross--bl{top:56%;left:14%}.media-container{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;transform:translateY(-40px);z-index:0;pointer-events:none;width:100%}.intro-video{display:block;width:953px;height:484px;object-fit:contain;opacity:0;transition:opacity .24s ease}.logo-img{position:absolute;width:953px;height:484px;object-fit:contain;opacity:1;pointer-events:none;transition:opacity .24s ease}.headline-block{z-index:1;width:625px;flex-shrink:0;display:flex;flex-direction:column;align-items:stretch;gap:14px}.headline-coords{display:flex;justify-content:space-between;padding:5px;border-left:1px solid var(--c-black);border-right:1px solid var(--c-black)}.headline-coords--light{border-left-color:#ffffffb8!important;border-right-color:#ffffffb8!important}.headline-coords--light .headline-coords__item{color:var(--c-white)!important}.headline-coords--light .headline-coords__dash{filter:brightness(0) invert(1)!important}.headline-coords--dark{border-left-color:var(--c-black)!important;border-right-color:var(--c-black)!important}.headline-coords--dark .headline-coords__item{color:var(--c-black)!important}.headline-coords--dark .headline-coords__dash{filter:none!important}.headline-coords__item{display:flex;align-items:center;gap:4px;font-size:7px;font-weight:400;letter-spacing:.06em;color:var(--c-black);line-height:1}.headline-coords__dash{display:block;height:6px;width:auto}.headline{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;width:100%}.headline__line1{font-size:32px;line-height:36px;font-weight:400;letter-spacing:0;text-transform:uppercase}.headline__mobile-break{display:none}.coming-soon{font-size:32px;line-height:36px;font-weight:400;letter-spacing:2px;text-transform:uppercase}.coming-soon strong{font-weight:700}.headline-rule{display:flex;align-items:center;gap:10px}.headline-rule__cross{width:9px;height:9px;flex-shrink:0;display:block}.headline-rule__line{flex:1;min-width:0;height:1px;background:var(--c-black)}.cta-group{z-index:1;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:clamp(24px,4vh,40px)}.cta-row{display:flex;flex-direction:column;gap:15px}.btn{display:inline-flex;align-items:center;justify-content:space-between;height:45px;padding:0 15px;font-family:var(--font);font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:none;transition:opacity .2s ease,background .2s ease;white-space:nowrap;-webkit-tap-highlight-color:transparent}.btn__icon{width:15px;height:15px;flex-shrink:0;display:block;margin-left:auto}.btn--primary{background:var(--c-black);color:var(--c-white);width:252px}.btn--primary:hover{opacity:.8}.btn--secondary{background:transparent;color:var(--c-black);border:1px solid var(--c-black);width:252px}.btn--secondary:hover{background:var(--c-gray)}.btn--tertiary{background:transparent;color:var(--c-black);height:auto;padding:20px 0;border-bottom:1px solid var(--c-black);font-size:12px;letter-spacing:.1em}.btn--tertiary:hover{opacity:.5}.btn--scroll{margin-top:12px;display:flex;flex-direction:column;align-items:center;gap:4px;background:transparent;color:var(--c-black);border:none;font-family:var(--font);font-size:10px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;padding:0;cursor:pointer;white-space:nowrap;transition:opacity .2s ease;-webkit-user-select:none;user-select:none;outline:none}@media (max-width: 768px){.cta-group{margin-bottom:0}.btn--scroll{margin-top:20px}}.btn--scroll:hover{opacity:.5}.btn--scroll:focus{outline:none}.site-nav{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;gap:12px;padding:0 30px;height:60px;background:var(--c-white);border-bottom:1px solid var(--c-gray);transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .5s var(--ease-expo),opacity .4s ease,background .6s ease,border-color .6s ease}.site-nav.is-xray{background:#000;border-bottom-color:#ffffff1a}.site-nav.is-xray .nav__burger span{background:var(--c-white)}.site-nav.is-xray img{filter:invert(1)}.site-nav.is-xray .nav__btn{color:var(--c-white)}.site-nav.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.nav__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px;flex-shrink:0}.nav__burger span{display:block;width:100%;height:1px;background:var(--c-black);transition:opacity .2s ease}.nav__burger:hover span{opacity:.5}.nav__logo{height:40px;width:auto;object-fit:contain;cursor:pointer}.nav__ctas{display:flex;align-items:center;gap:24px;margin-left:auto}.nav__btn{padding:4px 0;font-size:11px}.section-product{position:relative;z-index:2;display:flex;width:100vw;height:100dvh;min-height:600px;overflow:hidden;background:var(--c-white)}.product-visual{flex:0 0 64%;min-width:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-img{width:100%;height:100%;object-fit:cover;object-position:right center;display:block}.bag-media{position:relative;width:100%;height:100%;overflow:hidden}.bag-media>img,.bag-media>video,.bag-media>canvas{width:100%;height:100%;display:block;object-fit:cover}.text-right{text-align:right}.product-content{flex:0 0 36%;display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,8vw,120px) clamp(32px,6vw,100px);gap:20px}.product-coords{opacity:0}.product-label{font-size:16px;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--c-black);text-shadow:0 1px 2px rgba(0,0,0,.16)}.product-title{font-size:32px;font-weight:400;text-transform:uppercase;letter-spacing:0;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.16)}.product-rule{display:flex;align-items:center;gap:10px}.product-rule__cross{width:9px;height:9px;flex-shrink:0}.product-rule__line{flex:1;height:1px;background:var(--c-black)}.product-desc{font-size:13px;line-height:1.8;letter-spacing:.02em;color:#555}.product-cta{width:200px;margin-top:8px}.section-product--alt{display:flex;flex-direction:row-reverse;align-items:center;position:relative;overflow:hidden}.section-product--alt>.strip-inline-video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;overflow:hidden;pointer-events:none;opacity:1}.section-product--alt>.product-content{position:relative;flex:0 0 36%;width:auto;height:auto;align-self:auto;max-width:none;margin:0;padding:clamp(40px,8vw,120px) clamp(32px,6vw,100px);z-index:3;will-change:transform;transform:none;overflow:visible;opacity:1;pointer-events:auto}.section-product--alt>.product-visual--strip{position:relative;flex:0 0 64%;width:auto;height:100%;z-index:2;will-change:transform;transform:none;overflow:hidden;opacity:1;pointer-events:auto}.section-product--story{align-items:center;justify-content:center}.story-lines{--story-cols: 19;--story-rows: 11;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:grid;grid-template-columns:repeat(var(--story-cols),1fr);pointer-events:none}.story-lines__line{width:1px;height:100%;justify-self:end;background:#0000000d;opacity:0;transform:scaleY(0);will-change:transform,opacity}.story-lines__h{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-rows:repeat(var(--story-rows),1fr);pointer-events:none}.story-lines__hline{width:100%;height:1px;align-self:end;background:#0000000d;opacity:0;transform:scaleX(0);will-change:transform,opacity}.story-lines__cross-grid{display:none;position:absolute;top:0;right:0;bottom:0;left:0;grid-template-columns:repeat(var(--story-cols),1fr);grid-template-rows:repeat(var(--story-rows),1fr);pointer-events:none}.story-lines__cross{position:relative;width:7px;height:7px;justify-self:end;align-self:end;transform:translate(50%,50%);opacity:0}.story-lines__coord{position:absolute;left:10px;top:7px;transform:translate(100%);display:flex;flex-direction:column;gap:1px;white-space:nowrap;font-size:6px;line-height:1.15;color:#979797;pointer-events:none}.story-lines__cross:before,.story-lines__cross:after{content:"";position:absolute;background:#0000001c}.story-lines__cross:before{left:50%;top:0;width:1px;height:100%;transform:translate(-50%)}.story-lines__cross:after{left:0;top:50%;width:100%;height:1px;transform:translateY(-50%)}.story-science{position:absolute;width:200px;z-index:4;opacity:0;pointer-events:none;display:flex;flex-direction:column;gap:3px;color:var(--Color-Black, #000);font-family:var(--typography-family-font-headlines-body, Helvetica)}.story-science--tr{top:clamp(30px,7vh,78px);right:clamp(30px,5vw,84px);text-align:right;align-items:flex-end}.story-science--bl{bottom:clamp(30px,7vh,78px);left:clamp(30px,5vw,84px);text-align:left;align-items:flex-start}.story-science__line{margin:0;white-space:pre;font-size:12px;line-height:16px;font-style:normal;font-weight:400;letter-spacing:0;color:var(--Color-Black, #000);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}body.is-sac-black-phase,body.is-sac-black-phase .section-product--story{background:#000}body.is-sac-black-phase .site-nav,body.is-sac-black-phase .site-nav.is-sac-black-phase{background:#000;border-color:#000}body.is-sac-black-phase .site-nav .nav__btn{color:#fff}body.is-sac-black-phase .site-nav .nav__burger span{background:#fff}body.is-sac-black-phase .site-nav #navBtnContact{color:#fff!important}body.is-sac-black-phase .section-product--story .story-lines__line,body.is-sac-black-phase .section-product--story .story-lines__hline,body.is-sac-black-phase .section-product--story .story-lines__cross:before,body.is-sac-black-phase .section-product--story .story-lines__cross:after,body.is-sac-black-phase .section-product--story .story-lines__coord{color:#ffffff9e;background-color:#ffffff2e}body.is-sac-black-phase .section-product--story .story-science__line{color:#ffffff80}body.is-sac-black-phase .section-product--story .story-lines__line,body.is-sac-black-phase .section-product--story .story-lines__hline,body.is-sac-black-phase .section-product--story .story-lines__cross:before,body.is-sac-black-phase .section-product--story .story-lines__cross:after{background-color:#ffffff2e}.section-product--story .product-visual{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;flex:none;width:100%;height:100%;will-change:transform,opacity}.section-product--story .bag-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.section-product--story .product-img{width:100%;height:100%;object-fit:cover;object-position:center center}.section-product--story .bag-media .product-img--base{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.section-product--story .bag-media .product-img--xray{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;z-index:2;opacity:0;pointer-events:none}.product-content--story{position:absolute;top:50%;width:min(46vw,700px);z-index:3;transform:translateY(-50%);pointer-events:none}.product-content--story .headline-coords{width:100%;align-self:stretch;padding:5px 12px}.product-content--story .product-rule{width:100%}.story-crawl{position:relative;width:100%;min-height:clamp(320px,52vh,620px);overflow:hidden}.story-crawl__track{display:flex;flex-direction:column;gap:clamp(14px,2vh,24px);align-items:stretch;will-change:transform}.product-content--story-left .story-crawl,.product-content--story-right .story-crawl{margin:0 0 8px}.product-content--story-left{right:clamp(24px,6vw,84px);text-align:right;align-items:flex-end}.product-content--story-right{left:clamp(24px,6vw,84px);text-align:left;align-items:flex-start}.product-content--story-center{top:0;bottom:0;left:50%;width:min(52vw,860px);padding-top:0;padding-bottom:0;text-align:center;align-items:center;justify-content:flex-end;gap:0;transform:translate(-50%)}.product-content--story-center .story-crawl{width:100%;min-height:0;height:100%}.product-content--story-center .product-label,.product-content--story-center .product-title,.product-content--story-center .headline-coords__item{color:var(--c-white)}.product-content--story-center .product-label{font-size:16px;line-height:1.2;letter-spacing:.2em}.product-content--story-center .product-title{font-size:48px;line-height:1;letter-spacing:0}.product-content--story-center .headline-coords{border-left-color:var(--c-white);border-right-color:var(--c-white)}.product-content--story-center .headline-coords__dash,.product-content--story-center .product-rule__cross{filter:brightness(0) invert(1)}.product-content--story-center .product-rule__line{background:#ffffffbf}@media (min-width: 769px){.product-content--story-left{top:clamp(40px,7vh,84px);bottom:0;width:min(40vw,640px);padding-top:0;padding-bottom:0;justify-content:flex-end;gap:0;transform:none}.product-content--story-left .story-crawl{flex:1 1 auto;min-height:0;height:100%;margin:0}.product-content--story-right{top:clamp(40px,7vh,84px);bottom:0;width:min(40vw,640px);padding-top:0;padding-bottom:0;justify-content:flex-end;gap:0;transform:none}.product-content--story-right .story-crawl{flex:1 1 auto;min-height:0;height:100%;margin:0}.adn-content{padding-top:0;padding-bottom:0}}.product-visual--strip{padding:0;align-items:stretch}.strip-track{position:relative;z-index:2;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;opacity:1}.strip-inner{display:flex;align-items:center;gap:0;will-change:transform;padding-left:clamp(16px,2.6vw,44px);padding-right:clamp(16px,2.6vw,44px);height:100%}.strip-img{--strip-y: 0px;flex-shrink:0;display:block;object-fit:contain;width:auto;max-height:78vh;height:clamp(220px,46vh,520px)!important;opacity:.62;filter:saturate(.88) contrast(1.02);transition:transform .35s ease,opacity .35s ease;margin-top:0!important;margin-left:clamp(-82px,-4.8vw,-36px);transform:translateY(var(--strip-y))}.strip-img:hover{transform:translateY(calc(var(--strip-y) - 6px));opacity:.82}.strip-img:first-child{margin-left:0}.strip-img:nth-child(odd){z-index:2}.strip-img:nth-child(2n){z-index:1}.strip-img:nth-child(1){height:clamp(320px,70vh,700px)!important;--strip-y: 4vh}.strip-img:nth-child(2){height:clamp(180px,30vh,300px)!important;--strip-y: 18vh}.strip-img:nth-child(3){height:clamp(260px,48vh,520px)!important;--strip-y: -2vh}.strip-img:nth-child(4){height:clamp(300px,62vh,640px)!important;--strip-y: 10vh}.strip-img:nth-child(5){height:clamp(220px,40vh,420px)!important;--strip-y: -4vh}.strip-title-row{display:flex;align-items:center;gap:14px}.strip-inline-video{overflow:hidden}.strip-inline-video .strip-placeholder-video{width:100%;height:100%;object-fit:cover;display:block}.strip-title-copy{display:flex;flex-direction:column;gap:20px}.section-product--alt .product-content .headline-coords,.section-product--alt .product-content .product-rule{width:100%;align-self:stretch}.section-product--alt .product-content .headline-coords{padding:5px 12px}.section-product--alt.is-strip-active .strip-track{opacity:1}.section-product--alt.is-strip-active .strip-inline-video{opacity:1;visibility:visible;transform:none}.section-product--hscroll{background:var(--c-white)}.section-product--hscroll .hscroll-viewport{position:relative;width:100%;height:100%;margin-top:0;overflow:hidden}.section-product--hscroll .hscroll-track{display:flex;width:100%;min-width:100%;height:100%}.section-product--hscroll .hscroll-panel{flex:0 0 100%;width:100%;height:100%}.section-product--hscroll .hscroll-panel--editorial{flex-basis:100%;width:100%}.section-product--hscroll .hscroll-editorial{height:100%;position:relative;display:block}.section-product--hscroll .hscroll-copy.product-content{position:absolute;left:clamp(24px,3.8vw,64px);top:0;bottom:0;width:min(28vw,430px);transform:none;display:flex;flex-direction:column;flex:none;padding:clamp(26px,3.2vw,42px);justify-content:center;overflow:visible;z-index:3;background:#fff;border-radius:0}.section-product--hscroll .hscroll-copy.product-content:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:clamp(24px,3.8vw,64px);background:var(--c-white);pointer-events:none}.section-product--hscroll .hscroll-copy .headline-coords,.section-product--hscroll .hscroll-copy .product-rule{width:100%}.section-product--hscroll .hscroll-copy .headline-coords{padding:5px 12px}.section-product--hscroll .hscroll-preview{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;opacity:0}.section-product--hscroll .hscroll-preview__track{position:absolute;left:0;top:50%;width:max-content;height:100%;display:flex;align-items:center;gap:clamp(8px,.8vw,16px);padding-left:min(34vw,500px);padding-right:clamp(72px,8vw,160px);transform:translateY(-50%);will-change:transform}.section-product--hscroll .hscroll-preview__img{position:relative;flex:0 0 auto;width:auto;max-width:none;object-fit:contain;opacity:0;filter:saturate(.98) contrast(1.02);will-change:transform;transform-origin:center center;left:auto;top:auto;transition:filter .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1)}@media (hover: hover) and (pointer: fine){.section-product--hscroll .hscroll-preview__img:hover{filter:saturate(1.03) contrast(1.03) brightness(1.01)}}.section-product--hscroll .hscroll-preview__img:nth-child(1){width:35.5vh;height:31.8vh;z-index:3;margin-top:9vh}.section-product--hscroll .hscroll-preview__img:nth-child(2){width:92.5vh;height:55vh;z-index:2;margin-top:-1vh;margin-left:-9vh}.section-product--hscroll .hscroll-preview__img:nth-child(3){width:31.5vh;height:33.5vh;z-index:4;margin-top:-11vh;margin-left:-11vh}.section-product--hscroll .hscroll-preview__img:nth-child(4){width:61.5vh;height:38.5vh;z-index:5;margin-left:-2.5vh;margin-top:20vh}.section-product--hscroll .hscroll-preview__img:nth-child(5){width:31.5vh;height:28vh;z-index:7;margin-left:-12vh;margin-top:-35vh}.section-product--hscroll .hscroll-preview__img:nth-child(6){width:64.5vh;height:46.5vh;z-index:5;margin-left:-22vh;margin-top:3vh}.section-product--hscroll .hscroll-preview__img:nth-child(7){width:27vh;height:23vh;z-index:9;margin-top:35vh;margin-left:-11vh}.section-product--hscroll .hscroll-preview__img:nth-child(8){width:125.5vh;height:72.5vh;z-index:4;margin-top:-9vh}.section-cards{position:relative;background:var(--c-black)}.section-cards.is-story-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:16;background:transparent;pointer-events:none;visibility:hidden;opacity:0}.story-cards-parallax{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.story-cards-layer{position:absolute;top:0;right:0;bottom:0;left:0;will-change:transform}.story-cards-parallax{--story-card-left-col: clamp(48px, 10vw, 140px);--story-card-right-col: clamp(40px, 8vw, 120px)}.story-cards-layer--back{z-index:1}.story-cards-layer--mid{z-index:2}.story-cards-layer--front{z-index:3}.story-cards-layer--back .card--reengineered{top:14vh;left:var(--story-card-left-col)}.story-cards-layer--mid .card--lab-grown{top:46vh;left:var(--story-card-left-col)}.story-cards-layer--front .card--strength{top:0vh;right:var(--story-card-right-col)}.story-cards-layer--back .card--non-toxic{top:50vh;right:var(--story-card-right-col)}.story-cards-layer--mid .card--sustainable{top:86vh;right:var(--story-card-right-col)}.card{position:absolute;width:232px;min-height:176px;box-sizing:border-box;background:linear-gradient(0deg,#fff3,#fff3),#0009;padding:24px;display:flex;flex-direction:column;gap:8px;align-content:flex-start}.card:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;pointer-events:none;background-origin:border-box;background-clip:border-box;background-image:linear-gradient(to right,rgba(255,255,255,.6) 10px,transparent 10px),linear-gradient(to bottom,rgba(255,255,255,.6) 10px,transparent 10px),linear-gradient(to left,rgba(255,255,255,.6) 10px,transparent 10px),linear-gradient(to bottom,rgba(255,255,255,.6) 10px,transparent 10px),linear-gradient(to right,rgba(255,255,255,.6) 10px,transparent 10px),linear-gradient(to top,rgba(255,255,255,.6) 10px,transparent 10px),linear-gradient(to left,rgba(255,255,255,.6) 10px,transparent 10px),linear-gradient(to top,rgba(255,255,255,.6) 10px,transparent 10px);background-size:10px 1px,1px 10px,10px 1px,1px 10px,10px 1px,1px 10px,10px 1px,1px 10px;background-position:top left,top left,top right,top right,bottom left,bottom left,bottom right,bottom right;background-repeat:no-repeat}@media (max-width: 768px){.section-cards{display:flex;flex-direction:column;align-items:center;padding:60px 24px;gap:16px;overflow-y:auto}.card{position:relative;top:auto!important;left:auto!important;right:auto!important;width:100%;margin:0}.section-cards.is-story-overlay{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:72px 16px 16px;gap:10px;overflow-y:auto}.story-cards-parallax,.story-cards-layer{position:static;inset:auto;overflow:visible}.story-cards-parallax{display:flex;flex-direction:column;gap:12px}.story-cards-layer{display:contents;transform:none!important}.section-cards.is-story-overlay .card{position:relative;top:auto!important;left:auto!important;right:auto!important;width:100%;max-width:none;margin:0;min-height:0;padding:16px;gap:6px}.strip-title-row{align-items:flex-start;gap:10px}.card-label,.card-title{font-size:13px;line-height:17px}}.card-label{font-size:14px;text-transform:uppercase;line-height:18px;color:var(--c-white);font-weight:400;letter-spacing:normal}.card-title{font-size:14px;line-height:18px;color:var(--c-white);font-weight:400;letter-spacing:normal}.section-product--xray,.section-product--xray .product-visual{background:#000}.section-product--xray .product-content{background:transparent}#sectionProduct3 .grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:url(/t-rex-leather/assets/images/grid-black.svg) center / 90% no-repeat;pointer-events:none}#sectionProduct3 .product-img{position:relative;z-index:1}#sectionProduct3 .xray-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/t-rex-leather/assets/images/grid-white.svg) #000 center / 90% no-repeat;opacity:0;pointer-events:none}.section-product--full{position:relative}.section-product--full .product-visual{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;flex:none}.section-product--full .product-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:20px;padding:60px;color:var(--c-white);max-width:800px;margin:auto}.section-product--full .product-rule{width:100%}.section-product--full .product-rule__cross{filter:invert(1)}.section-product--full .product-rule__line{background:#ffffff80}.section-product--full .product-label,.section-product--full .product-title{color:#fff}.section-product--full .product-desc{color:#ffffffb3}.section-product--full .product-cta{width:200px}.section-product--full .product-coords{width:100%;border-left-color:#fff;border-right-color:#fff}.section-product--full .product-coords .headline-coords__item{color:#fff}.section-product--full .product-coords .headline-coords__dash{filter:invert(1)}.section-adn{position:relative;display:flex;min-height:100dvh;width:100%;align-items:flex-start;justify-content:flex-end;overflow:hidden;background:#fff}.adn-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;will-change:transform}.adn-bg__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;z-index:0;transform:scale(1.08);transform-origin:center center}.adn-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px;padding:60px 80px 0 40px;max-width:500px;text-align:center;margin-top:5%;margin-right:3%}.adn-crawl{width:100%;min-height:clamp(340px,54vh,640px)}.adn-crawl .story-crawl__track{gap:clamp(14px,2vh,24px)}.adn-coords{width:100%;padding:5px 12px}.adn-coords .headline-coords__item{color:var(--c-black)}.adn-trex{width:300px;height:auto;display:block;filter:invert(1)}.adn-title{font-size:28px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--c-black);line-height:30px;text-align:center}.adn-rule .headline-rule__line{background:var(--c-black)}.adn-rule{width:100%;margin-top:18px}.adn-text{font-size:clamp(.7rem,1.1vw,.85rem);font-weight:400;line-height:1.7;color:var(--c-black);text-align:center}.btn-how{position:absolute;bottom:48px;left:50%;transform:translate(-50%);z-index:2;display:flex;align-items:center;gap:12px;padding:14px 28px;background:var(--c-black);color:var(--c-white);border:none;cursor:pointer;font-family:var(--ff-display);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;transition:opacity .2s ease}.btn-how:hover{opacity:.75}.how-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:grid;grid-template-columns:1fr 1fr;background:var(--c-white);opacity:0;transform:translateY(32px);pointer-events:none;transition:opacity .4s ease,transform .4s ease;overflow:hidden}.how-page.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.how-page__close{position:fixed;top:24px;right:32px;z-index:301;display:flex;align-items:center;gap:8px;background:var(--c-black);color:var(--c-white);border:none;cursor:pointer;padding:10px 16px;font-family:var(--ff-display);font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;transition:opacity .2s ease}.how-page__close:hover{opacity:.7}.how-page__left{display:flex;flex-direction:column;padding:80px 60px 60px;overflow-y:auto;background:var(--c-white)}.how-page__header{display:flex;flex-direction:column;gap:12px;margin-bottom:40px}.how-page__coords{border-color:var(--c-black)}.how-page__title{font-size:clamp(1.2rem,2.2vw,1.8rem);font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--c-black);line-height:1.2}.how-page__rule .headline-rule__line{background:var(--c-black)}.how-page__faq{display:flex;flex-direction:column}.how-page__right{position:relative;overflow:hidden}.how-page__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.how-page__faq .accordion{background:transparent;margin-bottom:0;padding:0;text-align:right}.how-page__faq .accordion:before{display:none}.how-page__faq .accordion__btn{color:#0000008c;padding:16px 0;flex-direction:row-reverse;text-align:right}.how-page__faq .accordion__logo{display:block;width:auto;max-width:180px;max-height:32px;object-fit:contain}.how-page__faq .accordion__body{text-align:right}.how-page__faq .accordion__btn:hover{color:var(--c-black)}.how-page__faq .accordion__body>p{color:var(--c-black);line-height:1.8;font-size:14px}@media (max-width: 768px){.how-page{grid-template-columns:1fr}.how-page__right{display:none}.how-page__left{padding:80px 24px 60px}}.partners-page .how-page__right{position:relative}.partners-page .how-page__right:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000024,#00000075)}.partners-page .how-page__photo{object-position:center}.partners-page__left .how-page__title{letter-spacing:.08em}.press-space-page{display:block;background:url(/t-rex-leather/assets/images/back-leather.webp) center / cover no-repeat;color:var(--c-white);overflow:hidden}.press-space-page__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .32s ease;pointer-events:none}.press-space-page.is-video-ready .press-space-page__bg{opacity:1}.press-space-page__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 100% at 50% 20%,#0000002e,#000000b8 58%,#000000e6)}.press-space-page__content{position:relative;z-index:1;max-width:720px;padding:110px 64px 64px;display:flex;flex-direction:column;gap:16px}.press-space-page .how-page__close{background:#000000b3;color:var(--c-white)}.press-space-page__coords{border-left-color:#ffffff73;border-right-color:#ffffff73}.press-space-page__coords .headline-coords__item{color:#ffffffdb}.press-space-page__coords .headline-coords__dash{filter:invert(1)}.press-space-page__label{color:#ffffff9e}.press-space-page__title{color:var(--c-white);font-size:clamp(1.4rem,3vw,2.4rem);line-height:1.12;text-transform:uppercase}.press-space-page__rule .headline-rule__line{background:#ffffff80}.press-space-page__rule .headline-rule__cross{filter:invert(1)}.press-space-page__desc{color:#ffffffd1;max-width:620px;min-height:420px;padding:34px 24px 92px;position:relative;display:flex;flex-direction:column;gap:16px;background:#000c}.press-space-page__desc:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(#ffffffb3,#ffffffb3) left 10px top 10px / 22px 1px no-repeat,linear-gradient(#ffffffb3,#ffffffb3) left 10px top 10px / 1px 22px no-repeat,linear-gradient(#ffffffb3,#ffffffb3) right 10px top 10px / 22px 1px no-repeat,linear-gradient(#ffffffb3,#ffffffb3) right 10px top 10px / 1px 22px no-repeat,linear-gradient(#ffffffb3,#ffffffb3) left 10px bottom 10px / 22px 1px no-repeat,linear-gradient(#ffffffb3,#ffffffb3) left 10px bottom 10px / 1px 22px no-repeat,linear-gradient(#ffffffb3,#ffffffb3) right 10px bottom 10px / 22px 1px no-repeat,linear-gradient(#ffffffb3,#ffffffb3) right 10px bottom 10px / 1px 22px no-repeat;opacity:.75}.press-space-page__desc-head{display:flex;align-items:center;justify-content:space-between;gap:16px;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;line-height:1.3;color:#ffffffeb}.press-space-page__desc-left{text-align:left}.press-space-page__desc-right{text-align:right}.press-space-page__desc-copy{font-size:.95rem;line-height:1.7;color:#ffffffd1}.press-space-page__desc-copy a{color:inherit;text-decoration:underline;text-decoration-color:#ffffff7a;text-underline-offset:.14em}.press-space-page__desc hr{border:0;border-top:1px solid rgba(255,255,255,.26)}.press-space-page__download{position:absolute;right:24px;bottom:24px;border-color:var(--c-white);color:var(--c-white)}.press-space-page__download .video-contact-btn__icon{filter:invert(1)}@media (max-width: 768px){.press-space-page__content{padding:90px 24px 40px;max-width:100%}.press-space-page__title{font-size:clamp(1.25rem,7.2vw,1.7rem)}.press-space-page__desc{min-height:0;padding:24px 18px 86px;gap:14px}}.accordion{position:relative;border-bottom:1px solid rgba(255,255,255,.12);background:#ffffff1a;margin-bottom:10px;padding:5px}.accordion:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;pointer-events:none;background-image:linear-gradient(to right,rgba(255,255,255,.5) 8px,transparent 8px),linear-gradient(to bottom,rgba(255,255,255,.5) 8px,transparent 8px),linear-gradient(to left,rgba(255,255,255,.5) 8px,transparent 8px),linear-gradient(to bottom,rgba(255,255,255,.5) 8px,transparent 8px),linear-gradient(to right,rgba(255,255,255,.5) 8px,transparent 8px),linear-gradient(to top,rgba(255,255,255,.5) 8px,transparent 8px),linear-gradient(to left,rgba(255,255,255,.5) 8px,transparent 8px),linear-gradient(to top,rgba(255,255,255,.5) 8px,transparent 8px);background-size:8px 1px,1px 8px,8px 1px,1px 8px,8px 1px,1px 8px,8px 1px,1px 8px;background-position:top left,top left,top right,top right,bottom left,bottom left,bottom right,bottom right;background-repeat:no-repeat}.accordion__btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 0;background:transparent;border:none;cursor:pointer;font-family:var(--ff-display);font-size:.72rem;font-weight:400;letter-spacing:.08em;color:var(--Color-Grey-light, #979797);text-align:left;gap:12px;font-size:12px;text-transform:uppercase}.accordion__btn:hover{color:var(--c-white)}.accordion__icon{display:none}.accordion__rule{margin-bottom:4px;pointer-events:none}.accordion__rule .headline-rule__line{background:#ffffff40}.accordion__rule .headline-rule__cross{width:7px;height:7px;filter:invert(1);opacity:.5}.how-page__faq .accordion__rule .headline-rule__line{background:#00000026}.how-page__faq .accordion__rule .headline-rule__cross{filter:none}.accordion__body{overflow:hidden;max-height:0;transition:max-height .35s ease}.accordion.is-open .accordion__body{max-height:400px}.accordion__body>p{padding-bottom:16px;font-size:.75rem;font-weight:400;color:var(--c-white)}.section-leather{position:relative;background:url(/t-rex-leather/assets/images/back-leather.webp) center / cover no-repeat;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden}.leather-content{position:relative;z-index:2;padding:0 0 80px 80px;max-width:480px;text-align:left}.leather-content .product-label{color:#fff9;margin-bottom:8px}.leather-content .product-title{color:var(--c-white)}.leather-coords{margin-bottom:16px;opacity:0}.leather-rule{margin:16px 0}.leather-rule .product-rule__line{transform-origin:left center}.leather-desc{color:#ffffffbf;font-size:.875rem;line-height:1.75;margin-top:20px}.section-video{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--c-white)}.video-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.video-bg--transition{opacity:0;pointer-events:none;will-change:transform,opacity}.video-fade-black{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 90% at 50% 42%,#0000001f,#000000b3 58%,#000000eb),#000;opacity:0;pointer-events:none;z-index:1}.video-laser-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0;pointer-events:none;background:url(/t-rex-leather/assets/images/back-leather.webp) center / cover no-repeat;display:flex;align-items:flex-end;justify-content:flex-start;transform:translateY(24px) scale(1.08);filter:saturate(1.16) contrast(1.1) brightness(.9);will-change:transform,opacity,filter}.video-content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:stretch;gap:14px;width:min(625px,88vw)}.video-coords{border-left-color:var(--c-white);border-right-color:var(--c-white)}.video-coords .headline-coords__item{color:var(--c-white)}.video-coords .headline-coords__dash{filter:invert(1)}.video-headline{font-size:clamp(1.4rem,2.8vw,2.2rem);font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:var(--c-white);text-align:center;line-height:1.2;text-shadow:0 2px 24px rgba(0,0,0,.5)}.video-rule .headline-rule__line{background:var(--c-white)}.video-rule .headline-rule__cross{filter:invert(1)}.video-subtitle{font-size:clamp(.65rem,1.1vw,.85rem);font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--c-white);text-align:center}.video-contact-btn{width:290px;margin:8px auto 0;padding:18px 15px;border:1px solid #FFF;background:var(--Color-Black, #000);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;text-decoration:none;text-transform:uppercase;font-size:12px;letter-spacing:.08em;line-height:1}.video-contact-btn__icon{width:12px;height:12px;filter:invert(1)}#sectionVideoTop .video-headline,#sectionVideoTop .video-content{display:none}#sectionVideoTop .video-bg{will-change:transform,opacity,filter}#sectionVideoTop .video-laser-layer .leather-content{opacity:0;transform:translateY(28px);will-change:transform,opacity}#sectionVideoTop .video-laser-layer{background:transparent}#sectionVideoTop .video-laser-layer .product-title{text-shadow:0 8px 42px rgba(0,0,0,.55)}#sectionVideoTop .video-laser-layer .leather-content .product-label,#sectionVideoTop .video-laser-layer .leather-content .product-title,#sectionVideoTop .video-laser-layer .leather-content .product-subtitle,#sectionVideoTop .video-laser-layer .leather-content .leather-desc,#sectionVideoTop .video-laser-layer .leather-content .headline-coords__item{color:#fff}#sectionVideoTop .video-laser-layer .leather-content .product-subtitle{font-style:normal;font-weight:400;font-size:28px;line-height:34px}#sectionVideoTop .video-laser-layer .leather-content .leather-desc{color:var(--Color-White, #FFF);font-family:var(--typography-family-font-headlines-body, Helvetica);font-size:var(--Typography-Size-fontsize16pt, 16px);font-style:normal;font-weight:400;line-height:20px}#sectionVideoTop .video-laser-layer .leather-content .headline-coords__dash{filter:invert(1)}#sectionVideoTop .video-laser-layer .leather-content .product-rule__line{background:#fff}#sectionVideoTop .video-laser-layer .leather-content .product-rule__cross{filter:invert(1)}.section-footer{position:relative;z-index:13;background:#0a0a0a;color:#fff;display:flex;flex-direction:column;gap:0;padding:44px 80px 26px;overflow:hidden;box-sizing:border-box;min-height:50dvh}.footer-rule{display:flex;align-items:center;gap:12px;margin-bottom:48px}.footer-rule__cross{filter:invert(1);width:10px;height:10px;opacity:1}.footer-rule__line{flex:1;height:1px;background:#ffffff26;transform-origin:left center;transform:scaleX(1)}.footer-main{display:flex;gap:72px;flex:1;align-items:flex-start;justify-content:space-between}.footer-logo-col{flex:0 0 auto;display:flex;flex-direction:column;gap:26px;opacity:1;transform:none}.footer-logo{width:200px;max-width:100%;height:auto;filter:none;object-fit:contain;object-position:left center;cursor:pointer}.footer-tagline{font-size:34px;letter-spacing:.01em;color:#ffffffeb;line-height:1.18;margin:0}.footer-cols{display:flex;align-items:flex-start;justify-content:flex-end;gap:42px;margin-left:auto;opacity:1;transform:none}.footer-col__title{font-size:17px;letter-spacing:.06em;text-transform:uppercase;color:#fffffff2;margin:0 0 24px;font-weight:400;display:flex;align-items:center;gap:10px}.footer-col__title:before{content:"";width:6px;height:6px;background:#fffffff2;flex:0 0 6px}.footer-col__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.footer-col__list a,.footer-link{color:var(--Color-Grey-light, #979797);font-family:var(--typography-family-font-headlines-body, Helvetica);font-size:var(--Typography-Size-fontsize14pt, 14px);font-style:normal;font-weight:400;line-height:18px;letter-spacing:0;text-decoration:none;text-transform:uppercase;transition:color .2s;background:transparent;border:0;padding:0;margin:0;text-align:left;cursor:pointer}.footer-col__list a:hover,.footer-link:hover{color:#fff}.footer-col--contact{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.footer-contact-btn{width:205px;height:56px;padding:0 16px;border:1px solid rgba(255,255,255,.82);color:#fff;display:inline-flex;align-items:center;justify-content:space-between;text-decoration:none;font-size:14px!important;letter-spacing:.08em;text-transform:uppercase;background:transparent;cursor:pointer}.footer-contact-btn__icon{width:14px;height:14px;filter:invert(1)}.footer-prefooter{display:flex;align-items:center;justify-content:center;gap:32px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.08);margin:26px 0 12px;opacity:1;transform:none}.footer-social{color:#ffffffdb;display:flex;align-items:center;transition:color .2s;text-decoration:none}.footer-social:hover{color:#fff}.footer-bottom{display:flex;justify-content:center;opacity:1}.footer-bottom p{font-size:13px;letter-spacing:.01em;text-transform:none;color:#ffffff73;margin:0}@media (max-width: 1200px){.section-footer{padding:40px 30px 22px}.footer-main{gap:30px}.footer-logo-col{flex-basis:280px}.footer-logo{width:360px;height:auto}.footer-tagline{font-size:28px}.footer-col__list a{font-size:24px}.footer-contact-btn{font-size:20px;width:184px;height:52px}}@media (max-width: 768px){.section-footer{padding:20px 20px 18px}.footer-rule{display:none}.footer-main{flex-direction:column;gap:22px;align-items:center;justify-content:center}.footer-logo-col{flex-basis:auto;width:100%;gap:10px;align-items:center}.footer-logo{width:100px;height:auto;margin:0;object-position:center}.footer-tagline{font-size:14px;line-height:1.25;text-align:center}.footer-cols{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;margin-left:0}.footer-col--contact{width:100%;display:flex;align-items:center;justify-content:center;gap:10px}.footer-col__title{font-size:11px;margin-bottom:10px;gap:8px}.footer-col__title:before{width:7px;height:7px;flex-basis:7px}.footer-col__list{gap:10px}.footer-col__list a{font-size:12px;line-height:1.2}.footer-contact-btn{margin-top:0;align-self:center;width:156px;height:54px;font-size:13px;padding:0 14px}.footer-prefooter{margin:18px 0 10px;gap:24px;padding:14px 0}.footer-col__list a,.footer-link{text-align:center}.footer-bottom p{font-size:11px;text-align:center}}@media (max-width: 768px){.section-product{flex-direction:column}.section-product--alt{display:flex;flex-direction:column}.section-product--alt>.strip-inline-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.section-product--alt>.product-content{width:100%;flex:0 0 auto}.section-product--alt>.product-visual--strip{width:100%;flex:1 1 auto;min-height:44vh}.section-product--hscroll .hscroll-viewport{height:100dvh;margin-top:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.section-product--hscroll .hscroll-track{width:100%;height:auto}.section-product--hscroll .hscroll-panel{width:100vw;height:auto;flex:0 0 auto}.section-product--hscroll .hscroll-panel--editorial{display:block;width:100vw;flex:0 0 auto;min-height:100dvh;overflow:visible}.section-product--hscroll .hscroll-editorial{display:block;width:100%;min-height:100dvh;overflow:visible}.section-product--hscroll .hscroll-copy.product-content{left:14px;right:14px;top:50px;bottom:auto;width:auto;transform:none;margin:0;box-sizing:border-box;display:flex;flex-direction:column;padding:22px 18px;min-height:0;height:auto;text-align:left;overflow:visible;z-index:0}.section-product--hscroll .hscroll-copy.product-content .product-coords,.section-product--hscroll .hscroll-copy.product-content .headline-coords{width:100%;padding:0}.section-product--hscroll .hscroll-copy.product-content .product-label{font-size:12px;line-height:16px;letter-spacing:.08em}.section-product--hscroll .hscroll-copy.product-content .product-title{font-size:28px;line-height:.98}.section-product--hscroll .hscroll-copy.product-content .product-desc{font-size:14px;line-height:1.45}.section-product--hscroll .hscroll-copy.product-content .product-rule{width:100%}.section-product--hscroll .hscroll-preview{width:100%;height:auto;overflow:visible;padding:380px 14px 40px}.section-product--hscroll .hscroll-preview__track{position:relative;transform:none;min-height:1280px;width:100%;display:block;padding:0}.section-product--hscroll .hscroll-preview__img{position:absolute;width:auto!important;max-width:none;height:auto!important;object-fit:contain;opacity:0;transform:translateY(56px)!important;margin:0!important;transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1)}.section-product--hscroll .hscroll-preview__img.is-revealed{opacity:1;transform:translateY(0)!important}.section-product--hscroll .hscroll-preview__img:nth-child(1){top:0;left:40px;width:281px!important;height:357px!important}.section-product--hscroll .hscroll-preview__img:nth-child(2){top:300px;right:0;width:170px!important;height:170px!important;z-index:5}.section-product--hscroll .hscroll-preview__img:nth-child(3){top:390px;left:0;width:250px!important;height:223px!important}.section-product--hscroll .hscroll-preview__img:nth-child(4){top:554px;right:0;width:281px!important;height:357px!important;z-index:2}.section-product--hscroll .hscroll-preview__img:nth-child(5){top:840px;left:0;width:149px!important;height:149px!important}.section-product--hscroll .hscroll-preview__img:nth-child(6){top:950px;right:0;width:164px!important;height:164px!important}.section-product--hscroll .hscroll-preview__img:nth-child(7){display:none!important}.section-product--hscroll .hscroll-preview__img[data-mobile-hidden]{display:none!important}.product-visual{flex:1}.section-product--story .product-visual{transform:translateY(-50px)}.product-content{flex:0 0 auto;padding:40px 24px}.product-title{font-size:32px}.product-title.text-right{font-size:28px}.section-product--story .product-img{width:100%;height:100%;object-fit:cover}.section-product--story .bag-media{overflow:hidden}.product-content--story{width:calc(100% - 32px);max-width:none;top:0;bottom:0;padding-top:0;padding-bottom:0;justify-content:center;transform:none}.product-content--story-left{right:24px}.product-content--story-left .story-crawl,.product-content--story-right .story-crawl{min-height:0;height:100%;margin:0}.product-content--story-right{left:24px}.product-content--story-center{left:16px;right:16px;width:auto;padding-top:0;padding-bottom:0;text-align:center;top:0;bottom:0;justify-content:flex-end;gap:0;transform:none}.product-content--story-center .product-title{font-size:28px}.product-content--story-center .story-crawl{min-height:0;height:100%}.product-content--story-center .story-crawl__track{min-height:100%;justify-content:flex-end}}.menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a80;z-index:100;opacity:0;pointer-events:none;transition:opacity .4s var(--ease-expo)}.menu-overlay.is-visible{opacity:1;pointer-events:auto}.menu-panel{position:fixed;top:0;left:0;bottom:0;width:min(1000px,100vw);max-width:100vw;background:var(--c-white);color:var(--c-black);z-index:101;transform:translate(-100%);display:flex;flex-direction:column;justify-content:flex-start;padding:88px 48px 40px;transition:transform .55s var(--ease-expo)}.menu-panel.is-open{transform:translate(0)}.menu-panel__close{position:absolute;top:30px;right:30px;width:32px;height:32px;background:none;border:.5px solid rgba(10,10,10,.28);color:var(--c-black);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease}.menu-panel__close:hover{border-color:var(--c-black)}.menu-panel__nav{display:flex;flex-direction:column;gap:16px}.menu-panel__link{background:transparent;border:none;cursor:pointer;text-align:left;padding:0;color:var(--c-black);transition:opacity .2s ease;line-height:1}.menu-panel__link:hover{opacity:.72}.menu-panel__coordsline{display:flex;justify-content:space-between;align-items:center;border-left:1px solid rgba(10,10,10,.45);border-right:1px solid rgba(10,10,10,.45);padding:4px 6px}.menu-panel__coord{display:flex;align-items:center;gap:4px;font-size:7px;font-weight:400;letter-spacing:.06em;color:#0a0a0ab8}.menu-panel__coord-arrow{display:block;height:5px;width:auto}.menu-panel__row{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(10,10,10,.2);padding:0 0 9px;font-family:var(--font);font-size:48px;line-height:1;font-weight:400;letter-spacing:.02em;text-transform:uppercase}.menu-panel__item-arrow{display:block;width:14px;height:14px}@media (max-width: 768px){.menu-panel{background:var(--c-black);color:var(--c-white);width:100vw;padding:72px 24px 36px}.menu-panel__close{border-color:#ffffff59;color:var(--c-white)}.menu-panel__close:hover{border-color:var(--c-white)}.menu-panel__coordsline{border-left-color:#ffffff6b;border-right-color:#ffffff6b}.menu-panel__coord{color:#ffffffc2}.menu-panel__coord-arrow,.menu-panel__item-arrow{filter:invert(1)}.menu-panel__row{border-bottom-color:#ffffff3d;color:var(--c-white)}}.panel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a59;z-index:100;opacity:0;pointer-events:none;transition:opacity .4s var(--ease-expo)}.panel-overlay.is-visible{opacity:1;pointer-events:auto}.panel{position:fixed;top:0;right:0;bottom:0;width:var(--panel-w);max-width:100vw;background:var(--c-black);color:var(--c-white);z-index:101;transform:translate(100%);display:flex;flex-direction:column;padding:30px;overflow-y:auto}.panel.is-open{transform:translate(0)}.panel__close{position:absolute;top:30px;right:30px;width:32px;height:32px;background:none;border:.5px solid rgba(245,245,243,.5);color:var(--c-white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease}.panel__close:hover{border-color:var(--c-white)}.panel__content{margin-top:130px;display:flex;flex-direction:column;gap:10px}.panel__coords{display:flex;justify-content:space-between;margin-bottom:4px}.panel__coords-item{display:flex;align-items:center;gap:5px;font-size:6px;font-weight:300;letter-spacing:.06em;color:var(--c-gray-mute)}.panel__coords-arrow{display:block;height:5px;width:auto;filter:invert(.5)}.panel__title{font-size:32px;font-weight:400;letter-spacing:0;text-transform:uppercase;line-height:38px}.panel__rule{display:flex;align-items:center;gap:10px;margin:4px 0}.panel__rule-cross{width:9px;height:9px;flex-shrink:0;filter:invert(1)}.panel__rule-line{flex:1;height:1px;background:#f5f5f359}.panel__sections{display:flex;flex-direction:column;gap:2px;margin:12px 0 4px}.panel__section-link{background:transparent;border:none;cursor:pointer;font-family:var(--ff-display);font-size:.65rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:#ffffff73;text-align:left;padding:5px 0;transition:color .2s ease}.panel__section-link:hover{color:var(--c-white)}.panel__date{font-size:20px;letter-spacing:2px;text-transform:uppercase;line-height:24px;color:var(--c-white);font-weight:400;margin-top:8px}.panel__date strong{font-weight:700}.email-form{margin-top:12px;display:flex;flex-direction:column;gap:10px}.email-form__field{display:flex;align-items:stretch;border:1px solid var(--c-white);height:50px;padding:5px;transition:border-color .2s ease}.email-form__field.is-invalid{border-color:#e05555}.email-form__input{flex:1;background:transparent;border:none;outline:none;color:var(--c-white);font-family:var(--font);font-size:16px;letter-spacing:0;padding:0 20px}.email-form__input::placeholder{color:var(--c-gray-mute)}.email-form__submit{flex-shrink:0;background:var(--c-white);border:none;color:var(--c-black);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 12px;transition:opacity .2s ease}.email-form__submit:hover{opacity:.85}.email-form__submit:disabled{opacity:.35;cursor:not-allowed}.email-form__error{font-size:11px;color:#e05555;min-height:14px;letter-spacing:.03em}.email-form__success{font-size:11px;color:#7ecfa0;min-height:14px;letter-spacing:.03em}.email-form__legal{font-size:12px;line-height:14px;letter-spacing:0;color:var(--c-gray-mute)}.email-form__gdpr{display:flex;align-items:flex-start;gap:10px;cursor:pointer;margin-top:4px}.email-form__checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0;width:13px;height:13px;margin-top:1px;border:1px solid rgba(245,245,243,.35);background:transparent;cursor:pointer;transition:border-color .2s ease,background .2s ease;position:relative}.email-form__checkbox:checked{background:var(--c-white);border-color:var(--c-white)}.email-form__checkbox:checked:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l3 3 5-6' stroke='%230a0a0a' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E") center/8px no-repeat}.email-form__gdpr.is-invalid .email-form__checkbox{border-color:#e05555}.email-form__gdpr-text{font-size:10px;line-height:1.7;letter-spacing:.03em;color:#f5f5f359}.email-form__gdpr-error{font-size:11px;color:#e05555;letter-spacing:.03em;min-height:14px}.link-privacy{background:none;border:none;color:#f5f5f399;font-family:var(--font);font-size:inherit;letter-spacing:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px;padding:0}.link-privacy:hover{color:var(--c-white)}.modal-compare{position:fixed;top:0;right:0;bottom:0;left:auto;width:50vw;max-height:100dvh;background:var(--c-white);color:var(--c-white);z-index:201;transform:translate(100%);display:flex;flex-direction:column;padding:0 40px 38px;overflow-y:auto;opacity:0;pointer-events:none;transition:opacity .35s ease,transform .45s var(--ease-expo)}.modal-compare.is-open{opacity:1;pointer-events:auto;transform:translate(0)}.modal-compare__close{position:absolute;top:24px;right:24px;width:32px;height:32px;background:none;border:none;color:var(--c-black);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.55;transition:opacity .2s ease}.modal-compare__close:hover{opacity:1}.modal-compare__header{padding-top:60px;display:flex;flex-direction:column;gap:10px;margin-bottom:24px;padding-right:48px}.modal-compare__header .headline-coords{border-left-color:#fff3;border-right-color:#fff3}.modal-compare__header .headline-coords__item{color:var(--c-gray-mute)}.modal-compare__header .headline-coords__dash{filter:invert(.5)}.modal-compare__title{font-size:32px;font-weight:400;letter-spacing:0;text-transform:uppercase;line-height:38px;color:var(--c-black)}.modal-compare__body{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 900px){.modal-compare__body{grid-template-columns:1fr}.modal-compare{width:100vw;right:0;left:0;max-height:100dvh;padding:0 18px 22px}.modal-compare__header{padding-top:56px;padding-right:34px;margin-bottom:14px}.modal-compare__title{font-size:clamp(1.15rem,5.8vw,1.55rem);line-height:1.2}.modal-compare__close{top:14px;right:14px}}.modal-compare__col{padding:20px;box-shadow:inset 0 0 0 1px #ffffff26;background-color:var(--c-black)}.modal-compare .accordion{padding:10px 12px}.modal-compare .accordion__btn{padding:10px 0}.modal-compare .accordion__body>p{padding:6px 0 12px}.modal-compare__col-header{display:flex;align-items:center;gap:14px;margin-bottom:12px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.15)}.modal-compare__thumb{width:80px;height:80px;object-fit:cover;flex-shrink:0;display:block}.modal-compare__col-title{font-size:clamp(1rem,2vw,1.5rem);font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--c-gray-mute)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a8c;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s ease}.modal-overlay.is-visible{opacity:1;pointer-events:auto}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.96);width:min(460px,calc(100vw - 48px));background:var(--c-white);color:var(--c-black);z-index:201;padding:40px 36px;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s var(--ease-expo)}.modal.is-open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.modal__close{position:absolute;top:20px;right:20px;background:none;border:none;color:var(--c-black);cursor:pointer;padding:4px;opacity:.4;transition:opacity .2s ease}.modal__close:hover{opacity:1}.modal__title{font-size:14px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px}.modal__body{font-size:12px;line-height:1.78;letter-spacing:.02em;color:#555}@media (max-width: 1200px){.scene{padding-top:clamp(80px,12.1vh,119px);padding-bottom:clamp(50px,8vh,80px)}.intro-video,.logo-img{width:min(953px,72vw);height:auto;aspect-ratio:953 / 484}.headline-block{width:min(576px,52vw)}}@media (max-width: 640px){:root{--panel-w: 100vw}.scene{min-height:720px;padding-top:60px;padding-bottom:40px}.ruler,.cross--bl,.cross--tr{display:none}.cross--tl{top:29%;left:4px;width:12px;height:12px}.headline-block{width:calc(100vw - 40px);max-width:350px}.headline-coords{display:flex}.headline__line1{font-size:32px;line-height:34px}.headline__mobile-break{display:block}.coming-soon{font-size:16px;line-height:20px;letter-spacing:1.5px}.intro-video,.logo-img{width:min(350px,calc(100vw - 40px));height:auto;aspect-ratio:350 / 334}.cta-row{flex-direction:column;gap:15px}.btn--primary,.btn--secondary{width:234px}}@media (max-width: 768px){.section-product--story .product-img{object-position:center center}.section-product--story .product-content--story-left .headline-coords__item,.section-product--story .product-content--story-center .headline-coords__item,.section-product--story .product-content--story-left .product-label,.section-product--story .product-content--story-left .product-title,.section-product--story .product-content--story-center .product-label,.section-product--story .product-content--story-center .product-title,.section-product--story .product-content--story-right .product-label,.section-product--story .product-content--story-right .product-title{color:var(--c-white)}.section-product--story .product-content--story-right .headline-coords__item{color:var(--c-white)!important}.section-product--story .product-content--story-left .headline-coords,.section-product--story .product-content--story-center .headline-coords{border-left-color:#ffffffb8;border-right-color:#ffffffb8}.section-product--story .product-content--story-right .headline-coords{border-left-color:#ffffffb8!important;border-right-color:#ffffffb8!important}.section-product--story .product-content--story-left .headline-coords__dash,.section-product--story .product-content--story-center .headline-coords__dash{filter:invert(1)}.section-product--story .product-content--story-right .headline-coords__dash{filter:invert(1)!important}.section-product--story .product-content--story-left .product-rule__cross,.section-product--story .product-content--story-center .product-rule__cross,.section-product--story .product-content--story-right .product-rule__cross{filter:invert(1)}.section-product--story .product-content--story-left .product-rule__line,.section-product--story .product-content--story-center .product-rule__line,.section-product--story .product-content--story-right .product-rule__line{background:#ffffffbf}.adn-bg__video{object-position:left center}.adn-bg:after{content:"";position:absolute;left:0;right:0;bottom:0;height:24vh;background:linear-gradient(to top,#fffffff5,#fff0);pointer-events:none;z-index:1}.section-adn{align-items:stretch;justify-content:center}.adn-content{width:100%;height:100%;max-width:none;margin:0;padding:16px 18px 118px;display:grid;grid-template-rows:1fr auto auto auto auto;justify-items:center;align-content:stretch;gap:10px;text-align:center}.adn-crawl{min-height:auto;overflow:visible}.adn-trex{grid-row:2;width:min(240px,62vw);margin-top:0}.adn-title{grid-row:3;font-size:clamp(1.2rem,6.1vw,1.7rem);line-height:1.15}.adn-coords{grid-row:2;width:min(92vw,360px);padding-inline:0}.adn-text{grid-row:4;font-size:.84rem;line-height:1.55;max-width:32ch}.adn-rule{grid-row:5;width:min(92vw,360px);margin-top:12px}.btn-how{bottom:20px;padding:12px 20px;font-size:.62rem}#sectionVideoTop .video-laser-layer .leather-content{max-width:calc(100vw - 36px);width:calc(100vw - 36px);margin:0;padding:0 18px 44px;text-align:left}#sectionVideoTop .video-laser-layer .leather-content .product-subtitle,#sectionVideoTop .video-laser-layer .leather-content .leather-desc{text-align:left}.site-nav{height:54px;padding:0 14px;gap:10px;justify-content:space-between}.nav__logo{height:40px}.site-nav .nav__ctas{display:flex;margin-left:auto}.site-nav #navBtnStayTuned,.site-nav .square{display:none}.site-nav #navBtnContact{display:inline-flex;color:#fff;border-bottom:none;padding:0;font-size:10px;letter-spacing:.09em}.nav__ctas{gap:10px}.nav__btn{font-size:9px;letter-spacing:.08em;padding:2px 0}.square{width:4px;height:4px}.menu-panel{padding:72px 18px 22px}.menu-panel__nav{gap:12px}.menu-panel__coordsline{padding:4px}.menu-panel__coord{font-size:6px;letter-spacing:.05em}.menu-panel__row{font-size:38px;line-height:1;letter-spacing:.02em;padding-bottom:11px}.menu-panel__item-arrow{width:12px;height:12px}.panel{width:100vw;padding:22px 18px}.panel__close{top:18px;right:18px}.panel__content{margin-top:84px}.panel__title{font-size:26px;line-height:30px}.how-page__close{top:14px;right:14px;padding:8px 12px;font-size:.54rem}.how-page__left{padding:70px 18px 28px}.how-page__title{font-size:1.2rem}.how-page__faq .accordion__btn{font-size:11px;padding:14px 0}.how-page__faq .accordion__logo{max-width:140px;max-height:28px}.how-page__faq .accordion__body>p{font-size:13px;line-height:1.65}.press-space-page__content{padding:76px 18px 28px;gap:12px}.press-space-page__desc{padding:22px 16px 80px;gap:12px}.press-space-page__desc-head{font-size:.67rem;letter-spacing:.06em}.press-space-page__desc-copy{font-size:.88rem;line-height:1.58}.press-space-page__download{right:16px;bottom:16px;width:auto;max-width:none}.video-content{padding:0 18px}.story-lines>.story-lines__line:nth-child(n+5){display:none}.story-lines__h>.story-lines__hline:nth-child(n+5){display:none}.story-science__line{font-size:10px;line-height:12px;color:#b8b8b8}}#btnStayTuned,#navBtnStayTuned,#btnHowMade,#footerBtnFaq{display:none!important}.square{width:6px;height:6px;aspect-ratio:1/1;background:var(--Color-Black, #000)}
