.hero-wrapper{position:relative}.hero{position:relative;height:100vh;width:100%;background:#f5f4df;overflow:hidden}.hero__video-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;z-index:1;overflow:hidden;will-change:width,height,border-radius}.hero__video{width:100%;height:100%;object-fit:cover}.hero__video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040;pointer-events:none}.hero__phrase{position:absolute;z-index:2;max-width:500px;opacity:0;will-change:opacity,transform}.hero__phrase h2{font-family:var(--font-sans);font-size:clamp(28px,5vw,48px);font-weight:400;color:var(--dark);line-height:1.2;letter-spacing:-.02em}.hero__phrase--1{left:var(--gutter);top:50%;transform:translateY(-50%)}.hero__phrase--2{right:var(--gutter);top:50%;transform:translateY(-50%);text-align:right}.hero__phrase--3{left:var(--gutter);top:50%;transform:translateY(-50%)}.hero__phrase--4{right:var(--gutter);top:50%;transform:translateY(-50%);text-align:right}@media(max-width:768px){.hero__phrase{max-width:280px}.hero__phrase h2{font-size:clamp(24px,6vw,32px)}}.about-content{background:var(--about-bg);color:var(--about-text)}.pin-section{position:relative;height:300vh;background-color:#f5f4df}.pin-section__sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.pin-section__content{text-align:center;padding:var(--gutter);max-width:1000px}.scroll-text{opacity:1;transform:none}.scroll-text--lead{font-size:clamp(20px,3vw,32px);color:#3d3d3d80;margin-bottom:24px;font-size:32px!important}.scroll-text--main{font-size:clamp(36px,6vw,72px);font-weight:400;line-height:1.1;letter-spacing:-.02em;margin-bottom:24px}.scroll-text--sub{font-size:clamp(16px,2vw,22px);line-height:1.5;color:#3d3d3db3;max-width:600px;margin:0 auto;font-size:22px!important}.image-reveal-section{position:relative;height:200vh}.image-reveal__sticky{position:sticky;top:0;height:100vh;overflow:hidden}.image-reveal__bg{position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(1.2)}.image-reveal__bg img{width:100%;height:100%;object-fit:cover}.image-reveal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.image-reveal__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--gutter);color:#fff;text-align:center}.image-reveal__eyebrow{font-family:var(--font-mono);font-size:11px!important;letter-spacing:.15em;text-transform:uppercase;opacity:0;transform:translateY(30px)}.image-reveal__title{font-size:clamp(32px,5vw,56px);font-weight:400;line-height:1.15;margin-top:20px;opacity:0;transform:translateY(40px);max-width:800px}.image-reveal__text{font-size:clamp(15px,1.5vw,18px);line-height:1.7;margin-top:24px;opacity:0;transform:translateY(30px);font-size:18px!important;max-width:550px}.stats-section{background:#1a1a1a;color:#f5f2ec;padding:clamp(80px,15vh,140px) var(--gutter)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:1000px;margin:0 auto}.stats-grid p.stat__value{font-size:64px!important}.stats-grid p.stat__label{margin-top:0}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.stat{text-align:center}.stat__value{font-size:clamp(40px,6vw,64px);font-weight:400;letter-spacing:-.02em;line-height:1}.stat__label{font-size:11px!important;letter-spacing:.1em;text-transform:uppercase;opacity:.5;margin-top:12px}.image-strip-section{overflow:hidden;background:var(--about-bg)}.image-strip{display:flex;gap:4px;width:max-content}.image-strip__item{width:33vw;min-width:300px;aspect-ratio:1;overflow:hidden}.image-strip__item img{width:100%;height:100%;object-fit:cover}.founder-section__image{position:relative;overflow:hidden;min-height:60vh}.founder-section__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.founder-section__eyebrow{font-family:var(--font-mono);font-size:11px!important;letter-spacing:.15em;text-transform:uppercase;color:#3d3d3d80;margin-bottom:20px}.founder-section__name{font-size:clamp(32px,4vw,52px);font-weight:400;line-height:1.15;margin-bottom:8px;color:var(--about-text);color:#3d3d3d}.founder-section__role{font-size:14px!important;color:#3d3d3d99;margin-bottom:32px}.founder-section__bio{font-size:16px;line-height:1.8;color:#3d3d3dcc}.founder-section__bio p{margin-bottom:20px;font-size:17px!important}.cta-section{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--gutter);background:#1a1a1a;color:#f5f2ec;text-align:center}.cta-section__title{font-size:clamp(28px,4vw,48px);font-weight:400;line-height:1.2;margin-bottom:32px;max-width:700px}.cta-section__btn{display:inline-flex;align-items:center;gap:12px;padding:18px 36px;font-size:14px;font-weight:500;background:#f5f2ec;color:#1a1a1a;transition:all .3s ease}.cta-section__btn:hover{background:#fff;gap:16px}.cta-section__btn svg{width:18px;height:18px}.reveal-text{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.reveal-text.is-visible{opacity:1;transform:translateY(0)}.reveal-text--delay-1{transition-delay:.1s}.reveal-text--delay-2{transition-delay:.2s}.reveal-text--delay-3{transition-delay:.3s}.founder-section{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}@media(max-width:900px){.founder-section{grid-template-columns:1fr}}.founder-section__image{position:relative;overflow:hidden;background-color:#f5f1eb}.founder-section__image img{width:100%;height:100%;object-fit:cover}.founder-section__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,8vw,100px);background:#f5f2ec}.founder-section__eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#3d3d3d80;margin-bottom:20px}.founder-section__name{font-size:clamp(28px,4vw,48px);font-weight:400;line-height:1.15;margin-bottom:12px;color:var(--about-text)}.founder-section__role{font-size:14px;color:#3d3d3d99;margin-bottom:32px}.founder-section__bio{font-size:clamp(15px,1.5vw,17px);line-height:1.8;color:#3d3d3dcc}.founder-section__bio p{margin-bottom:20px}.founder-section__bio p:last-child{margin-bottom:0}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding:clamp(60px,10vh,100px) var(--gutter);background:#1a1a1a;color:#f5f2ec}@media(max-width:768px){.stats-row{grid-template-columns:repeat(2,1fr);gap:40px}}.stat-item{text-align:center}.stat-item__value{font-size:clamp(36px,5vw,56px);font-weight:400;letter-spacing:-.02em;margin-bottom:8px}.stat-item__label{font-size:12px;letter-spacing:.1em;text-transform:uppercase;opacity:.6}.what-if-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--gutter);background:var(--about-bg);text-align:center}.what-if__lead{font-size:clamp(24px,3.5vw,42px);font-weight:400;margin-bottom:40px;opacity:.5}.what-if__main{font-size:clamp(32px,5vw,64px);font-weight:400;line-height:1.15;letter-spacing:-.02em;max-width:900px;margin-bottom:40px}.what-if__main em{font-style:italic}.what-if__sub{font-size:clamp(18px,2vw,24px);line-height:1.5;opacity:.7;max-width:600px}.image-grid-section{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}@media(max-width:768px){.image-grid-section{grid-template-columns:repeat(2,1fr)}}.image-grid__item{aspect-ratio:1;overflow:hidden}.image-grid__item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.image-grid__item:hover img{transform:scale(1.05)}.cta-panel{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--gutter);background:#1a1a1a;color:#f5f2ec;text-align:center}.cta-panel__title{font-size:clamp(28px,4vw,48px);font-weight:400;line-height:1.2;margin-bottom:32px;max-width:700px}.cta-panel__btn{display:inline-flex;align-items:center;gap:12px;padding:18px 36px;font-size:14px;font-weight:500;background:#f5f2ec;color:#1a1a1a;border-radius:0;transition:all .3s ease}.cta-panel__btn:hover{background:#fff;gap:16px}.cta-panel__btn svg{width:18px;height:18px}.about-opening{padding:clamp(100px,15vh,160px) var(--gutter);max-width:1000px;margin:0 auto}.about-opening__text{font-family:var(--font-display);font-size:clamp(32px,5vw,56px);font-weight:400;line-height:1.15;letter-spacing:-.02em;color:var(--about-text)}.about-opening__text span{color:#3d3d3d66}.about-story{position:relative;height:80vh;min-height:500px;max-height:800px;margin-bottom:clamp(80px,12vh,140px);overflow:hidden}.about-story__image{position:absolute;top:0;right:0;bottom:0;left:0}.about-story__image img{width:100%;height:100%;object-fit:cover}.about-story__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000001a,#0000004d,#0009)}.about-story__content{position:absolute;bottom:0;left:0;right:0;padding:clamp(40px,6vw,80px) var(--gutter);color:#fff}.about-story__label{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;opacity:.7;margin-bottom:16px}.about-story__title{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);font-weight:400;line-height:1.2;letter-spacing:-.01em;max-width:600px;margin-bottom:20px}.about-story__desc{font-size:clamp(14px,1.5vw,16px);line-height:1.7;max-width:500px;opacity:.9}.about-journey{padding:clamp(80px,12vh,140px) var(--gutter)}.about-journey__header{text-align:center;margin-bottom:clamp(48px,8vw,80px)}.about-journey__eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#3d3d3d80;margin-bottom:16px}.about-journey__title{font-family:var(--font-display);font-size:clamp(32px,5vw,52px);font-weight:400;line-height:1.1;letter-spacing:-.02em;color:var(--about-text)}.about-journey__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1000px){.about-journey__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:600px){.about-journey__grid{grid-template-columns:1fr;gap:32px}}.journey-card{position:relative}.journey-card__image{aspect-ratio:4/5;border-radius:12px;overflow:hidden;margin-bottom:20px}.journey-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.journey-card:hover .journey-card__image img{transform:scale(1.03)}.journey-card__number{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;color:#3d3d3d66;margin-bottom:8px}.journey-card__title{font-size:20px;font-weight:500;color:var(--about-text);margin-bottom:8px}.journey-card__desc{font-size:14px;line-height:1.6;color:#3d3d3db3}.about-values{padding:clamp(80px,12vh,140px) var(--gutter);background:#3d3d3d08}.about-values__inner{max-width:900px;margin:0 auto}.about-values__header{text-align:center;margin-bottom:clamp(48px,8vw,80px)}.about-values__eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#3d3d3d80;margin-bottom:16px}.about-values__title{font-family:var(--font-display);font-size:clamp(28px,4vw,40px);font-weight:400;line-height:1.2;letter-spacing:-.02em;color:var(--about-text)}.about-values__list{display:flex;flex-direction:column;gap:0}.value-item{display:grid;grid-template-columns:60px 1fr;gap:24px;padding:32px 0;border-bottom:1px solid rgba(61,61,61,.1)}.value-item:first-child{border-top:1px solid rgba(61,61,61,.1)}@media(max-width:600px){.value-item{grid-template-columns:1fr;gap:12px}}.value-item__number{font-family:var(--font-mono);font-size:12px;color:#3d3d3d66}.value-item__content{display:flex;flex-direction:column;gap:8px}.value-item__title{font-size:18px;font-weight:500;color:var(--about-text)}.value-item__desc{font-size:15px;line-height:1.7;color:#3d3d3db3;max-width:600px}.about-cta{padding:clamp(100px,15vh,180px) var(--gutter);text-align:center}.about-cta__text{font-family:var(--font-display);font-size:clamp(24px,3.5vw,36px);font-weight:400;line-height:1.3;letter-spacing:-.01em;color:var(--about-text);max-width:700px;margin:0 auto 32px}.about-cta__button{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:var(--about-text);color:var(--about-bg);font-size:14px;font-weight:500;letter-spacing:.02em;text-decoration:none;border-radius:100px;transition:transform .3s ease,box-shadow .3s ease}.about-cta__button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.about-cta__button svg{width:16px;height:16px;transition:transform .3s ease}.about-cta__button:hover svg{transform:translate(3px)}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-up.visible{opacity:1;transform:translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/18/assets/about.css.map */
