.founder-story{position:relative;isolation:isolate;width:100%;max-width:100%;overflow:hidden;background:var(--fs-bg);color:var(--fs-body);padding-top:var(--fs-top-padding);padding-bottom:var(--fs-bottom-padding);box-sizing:border-box}.founder-story *,.founder-story *:before,.founder-story *:after{box-sizing:border-box}.founder-story__container{width:min(calc(100% - 48px),var(--fs-max-width));max-width:100%;margin-left:auto;margin-right:auto}.founder-story__main{display:grid;grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);align-items:center;min-height:540px;gap:40px;position:relative}.founder-story__content{position:relative;z-index:2;min-width:0;padding:30px 0 30px 35px}.founder-story__eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:var(--fs-accent);font-size:14px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.founder-story__eyebrow-icon{display:inline-block;font-size:17px;line-height:1}.founder-story__heading{max-width:650px;margin:0 0 20px;color:var(--fs-heading);font-size:var(--fs-title-size);line-height:.98;font-weight:700;letter-spacing:-1.5px}.founder-story__description{max-width:620px;color:var(--fs-body);font-size:var(--fs-body-size);line-height:1.55}.founder-story__description p{margin:0 0 14px}.founder-story__description p:last-child{margin-bottom:0}.founder-story__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:34px;border-top:1px solid rgba(80,40,20,.12)}.founder-story__feature{display:flex;flex-direction:column;gap:12px;min-width:0;padding:20px 20px 10px 0;border-right:1px solid rgba(80,40,20,.12)}.founder-story__feature:not(:first-child){padding-left:20px}.founder-story__feature:last-child{border-right:0}.founder-story__feature-icon{width:42px;height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;border:1px solid var(--fs-accent);border-radius:50%;color:var(--fs-accent);font-size:20px;transition:transform .35s ease,background .35s ease,color .35s ease}.founder-story__feature:hover .founder-story__feature-icon{transform:translateY(-4px) rotate(-4deg);background:var(--fs-accent);color:#fff}.founder-story__feature-content{min-width:0}.founder-story__feature-content h3{margin:0 0 5px;color:var(--fs-heading);font-size:15px;line-height:1.25;font-weight:800}.founder-story__feature-content p{margin:0;color:var(--fs-body);font-size:12px;line-height:1.45}.founder-story__visual{position:relative;z-index:1;min-width:0;min-height:550px;overflow:visible}.founder-story__mountains{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:8px;overflow:hidden}.founder-story__mountains:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f8f0e50d,#f8f0e500);pointer-events:none}.founder-story__mountains--empty{background:linear-gradient(135deg,#d8c8b6,#89705f)}.founder-story__decor{position:absolute;top:18px;left:52%;z-index:2;color:var(--fs-accent);font-size:85px;line-height:1;transform:rotate(-10deg);opacity:.75;pointer-events:none}.founder-story__portrait-wrap{position:absolute;z-index:3;top:-45px;left:48%;width:var(--fs-circle-size);height:var(--fs-circle-size);max-width:calc(100% - 30px);max-height:calc(100% - 30px);transform:translate(-50%);pointer-events:none}.founder-story__portrait-border{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:7px;border-radius:50%;background:#fff;box-shadow:0 12px 28px #00000029,0 0 0 5px var(--fs-accent)}.founder-story__portrait{width:100%;height:100%;overflow:hidden;border-radius:50%;background:#ddd}.founder-story__portrait-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center center}.founder-story__portrait--placeholder{display:flex;align-items:center;justify-content:center;color:#777;font-size:14px;text-align:center}.founder-story__quote{position:absolute;z-index:4;right:0;bottom:0;width:min(570px,75%);display:flex;align-items:center;padding:25px 28px;background:var(--fs-red);color:var(--fs-red-text);border-radius:var(--fs-radius) 0 0 0;box-shadow:0 15px 35px #32000033}.founder-story__quote-mark{flex:0 0 auto;margin-right:12px;color:#e7bb61;font-family:Georgia,serif;font-size:48px;line-height:.8}.founder-story__quote-mark--bottom{align-self:flex-end;margin:0 0 -5px 12px;font-size:42px}.founder-story__quote-content{flex:1;min-width:0}.founder-story__quote-content p{margin:0 0 10px;color:var(--fs-red-text);font-size:14px;line-height:1.45;font-weight:600}.founder-story__quote-content span{display:block;color:#e7bb61;font-size:13px;font-weight:800}.founder-story__content,.founder-story__portrait-wrap,.founder-story__quote{opacity:0;transition:opacity .8s ease,transform .8s ease}.founder-story__content{transform:translate3d(0,25px,0)}.founder-story__portrait-wrap{transform:translate3d(-50%,25px,0)}.founder-story__quote{transform:translate3d(0,25px,0)}.founder-story.is-visible .founder-story__content{opacity:1;transform:translateZ(0)}.founder-story.is-visible .founder-story__portrait-wrap{opacity:1;transform:translate3d(-50%,0,0);transition-delay:.15s}.founder-story.is-visible .founder-story__quote{opacity:1;transform:translateZ(0);transition-delay:.3s}@media screen and (max-width:1100px){.founder-story__main{grid-template-columns:1fr;gap:55px}.founder-story__content{padding-left:0}.founder-story__visual{min-height:580px}.founder-story__portrait-wrap{left:50%}.founder-story__quote{right:0;width:70%}}@media screen and (max-width:749px){.founder-story{padding-top:45px;padding-bottom:45px}.founder-story__container{width:min(calc(100% - 30px),650px)}.founder-story__main{display:flex;flex-direction:column;gap:40px}.founder-story__content{padding:0}.founder-story__eyebrow{margin-bottom:12px;font-size:11px}.founder-story__heading{font-size:clamp(34px,10vw,48px);line-height:1.02;letter-spacing:-1px}.founder-story__description{font-size:15px;line-height:1.55}.founder-story__features{grid-template-columns:1fr;margin-top:28px}.founder-story__feature,.founder-story__feature:not(:first-child){flex-direction:row;align-items:flex-start;padding:16px 0;border-right:0;border-bottom:1px solid rgba(80,40,20,.12)}.founder-story__feature:last-child{border-bottom:0}.founder-story__feature-icon{flex:0 0 42px}.founder-story__visual{width:100%;min-height:520px;margin-top:15px}.founder-story__mountains{top:0;right:0;bottom:0;left:0;border-radius:8px}.founder-story__portrait-wrap{top:-35px;width:min(260px,70vw);height:min(260px,70vw)}.founder-story__decor{top:10px;left:auto;right:12px;font-size:55px}.founder-story__quote{right:0;bottom:0;width:92%;padding:20px 18px}.founder-story__quote-mark{font-size:38px}.founder-story__quote-content p{font-size:13px}.founder-story__quote-content span{font-size:11px}}@media screen and (max-width:480px){.founder-story__container{width:calc(100% - 20px)}.founder-story__visual{min-height:500px}.founder-story__quote{width:94%;padding:18px 15px}}@media(prefers-reduced-motion:reduce){.founder-story__content,.founder-story__portrait-wrap,.founder-story__quote,.founder-story__feature-icon{transition:none!important}.founder-story__content,.founder-story__portrait-wrap,.founder-story__quote{transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/founder-story.css.map */
