.bl-hero{position:relative;overflow:hidden}.bl-hero--split .bl-hero__inner{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;padding:clamp(48px,7vw,96px) 0 clamp(56px,7vw,104px);position:relative;z-index:1}@media(max-width:919px){.bl-hero--split .bl-hero__inner{grid-template-columns:1fr;gap:36px}}.bl-hero__cursor{position:absolute;width:620px;height:620px;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);background:radial-gradient(closest-side,rgba(var(--bl-glow),.45),transparent 70%);opacity:0;transition:opacity .6s;z-index:0}.bl-hero__stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:440px}@media(max-width:919px){.bl-hero__stage{min-height:340px}}.bl-hero__glow{position:absolute;width:min(560px,94%);aspect-ratio:1;border-radius:50%;background:radial-gradient(closest-side,rgba(var(--bl-glow),calc(.85*var(--bl-dim))),rgba(var(--bl-glow),calc(.22*var(--bl-dim))) 46%,transparent 72%);transition:background .3s;animation:bl-breathe 7s ease-in-out infinite}@keyframes bl-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.bl-hero__product{position:relative;z-index:1;width:min(420px,86%);display:block}.bl-hero__product img{width:100%;height:auto;mix-blend-mode:multiply;filter:saturate(calc(.55 + .45*var(--bl-dim))) brightness(calc(.88 + .12*var(--bl-dim)));transition:filter .3s}.bl-hero__product--draw{width:min(380px,80%)}.bl-hero__product--draw svg{width:100%;height:auto;mix-blend-mode:normal;filter:none}@media(prefers-reduced-motion:reduce){.bl-hero__glow{animation:none}.bl-hero__cursor{display:none}}.bl-hero--full{display:flex;align-items:flex-end;min-height:var(--hero-min-d,82svh);isolation:isolate}@media(max-width:749px){.bl-hero--full{min-height:var(--hero-min-m,74svh)}}.bl-hero--full .bl-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.bl-hero--full .bl-hero__bg img,.bl-hero--full .bl-hero__bg video,.bl-hero--full .bl-hero__ph{width:100%;height:100%;object-fit:cover;object-position:var(--pos-d,center)}.bl-hero--fit{min-height:0;aspect-ratio:var(--hero-ratio,1672/941);max-height:var(--hero-max,90svh);overflow:hidden}.bl-hero--fit .bl-hero__inner{display:flex;flex-direction:column;justify-content:center;height:100%}.bl-hero--full.bl-hero--fit .bl-hero__copy h1{font-size:calc(clamp(26px,3.2vw,46px) * var(--bl-h-scale));margin-bottom:clamp(10px,1.4vw,18px);line-height:1.06}.bl-hero--full.bl-hero--fit .bl-hero__lead{font-size:clamp(14px,1.15vw,17px);margin-bottom:clamp(14px,1.8vw,24px);max-width:44ch}.bl-hero--full.bl-hero--fit .bl-hero__eyebrow{margin-bottom:clamp(8px,1.2vw,14px)}.bl-hero--full.bl-hero--fit .bl-hero__cta .bl-btn{padding:12px 26px;font-size:14px}.bl-hero--fit .bl-hero__inner{padding-block:clamp(28px,4vw,64px)}.bl-hero--fit .bl-hero__bg{background:var(--bl-bg)}.bl-hero--fit.bl-hero--letterbox .bl-hero__scene img,.bl-hero--fit.bl-hero--letterbox .bl-hero__bg>picture img{object-fit:contain}.bl-hero--fit .bl-hero__overlay{background:linear-gradient(180deg,rgba(26,18,13,calc(var(--hero-overlay,.3)*.34)),rgba(26,18,13,calc(var(--hero-overlay,.3)*.16)) 42%,rgba(26,18,13,var(--hero-overlay,.3)))}.bl-hero__copy{margin-left:var(--hero-indent,0px)}@media(max-width:749px){.bl-hero__copy{margin-left:0}}.bl-hero--center .bl-hero__copy{margin-inline:auto;text-align:center}.bl-hero--center .bl-hero__cta,.bl-hero--center .bl-hero__usps{justify-content:center}.bl-hero--center .bl-hero__usps li:last-child{padding-right:0;margin-right:0}.bl-hero--center .bl-hero__lead{margin-inline:auto}@media(max-width:749px){.bl-hero--fit{aspect-ratio:auto;display:flex;flex-direction:column;min-height:0;max-height:none}.bl-hero--fit .bl-hero__bg{position:relative;inset:auto;z-index:0;aspect-ratio:var(--hero-ratio-m,4/3);flex:none;width:100%}.bl-hero--full.bl-hero--fit .bl-hero__inner{position:relative;padding:26px 0 34px;height:auto}.bl-hero--full.bl-hero--fit .bl-hero__copy,.bl-hero--full.bl-hero--fit .bl-hero__copy h1,.bl-hero--full.bl-hero--fit .bl-hero__eyebrow{color:var(--bl-ink)}.bl-hero--full.bl-hero--fit .bl-hero__lead{color:var(--bl-ink-2)}.bl-hero--full.bl-hero--fit .bl-hero__cta .bl-btn{background:var(--bl-btn-bg);color:var(--bl-btn-ink);border-color:var(--bl-btn-bg)}.bl-hero--full.bl-hero--fit .bl-hero__btn2{background:transparent;color:var(--bl-ink);border-color:var(--bl-line-2)}.bl-hero--full.bl-hero--fit .bl-hero__overlay{display:none}.bl-hero--full.bl-hero--fit .bl-hero__copy h1{font-size:calc(clamp(30px,8vw,40px) * var(--bl-h-scale))}.bl-hero--full .bl-hero__copy{margin-inline:auto;text-align:center;max-width:34ch}.bl-hero--full .bl-hero__cta{justify-content:center}.bl-hero--full .bl-hero__cta .bl-btn{flex:1;min-width:0;max-width:220px}}.bl-hero__scenes{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.bl-hero__scene{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;opacity:0;animation:bl-scene-fade var(--cycle,30s) ease-in-out infinite;animation-delay:calc(var(--i,0) * var(--scene-dur,6s));will-change:opacity}.bl-hero--full .bl-hero__bg .bl-hero__scene img{width:100%;height:100%;object-fit:cover;object-position:var(--focal-x,50%) var(--focal-y,50%);will-change:transform}.bl-hero__scene--push img{animation:bl-cam-push var(--cycle,30s) ease-in-out infinite}.bl-hero__scene--pull img{animation:bl-cam-pull var(--cycle,30s) ease-in-out infinite}.bl-hero__scene--left img{animation:bl-cam-left var(--cycle,30s) ease-in-out infinite}.bl-hero__scene--rise img{animation:bl-cam-rise var(--cycle,30s) ease-in-out infinite}@keyframes bl-cam-push{0%{transform:scale(1.02)}to{transform:scale(1.12)}}@keyframes bl-cam-pull{0%{transform:scale(1.12)}to{transform:scale(1.02)}}@keyframes bl-cam-left{0%{transform:scale(1.08) translate(1.6%)}to{transform:scale(1.08) translate(-1.6%)}}@keyframes bl-cam-rise{0%{transform:scale(1.08) translateY(1.4%)}to{transform:scale(1.08) translateY(-1.4%)}}@media(prefers-reduced-motion:reduce){.bl-hero__scene{animation:none;opacity:0}.bl-hero__scene:first-child{opacity:1}.bl-hero__scene img{animation:none;transform:none}}.bl-hero__ambience{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.bl-hero--full .bl-hero__bg>picture img,.bl-hero--full .bl-hero__bg>picture{animation:bl-hero-drift 27s ease-in-out infinite alternate;transform-origin:52% 46%;will-change:transform}@keyframes bl-hero-drift{0%{transform:scale(1)}to{transform:scale(1.045)}}.bl-hero__glowpoint{position:absolute;left:var(--gx,50%);top:var(--gy,50%);width:var(--gsize,420px);aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;mix-blend-mode:screen;background:radial-gradient(closest-side,rgba(255,214,150,var(--gopacity,.5)),rgba(255,198,120,calc(var(--gopacity,.5)*.45)) 42%,transparent 72%);animation:bl-hero-breathe 11s ease-in-out infinite;will-change:opacity,transform}@keyframes bl-hero-breathe{0%,to{opacity:.82;transform:translate(-50%,-50%) scale(1)}38%{opacity:1;transform:translate(-50%,-50%) scale(1.06)}64%{opacity:.9;transform:translate(-50%,-50%) scale(1.02)}}.bl-hero__daylight{position:absolute;top:-15%;right:-15%;bottom:-15%;left:-15%;mix-blend-mode:soft-light;background:linear-gradient(105deg,transparent 32%,rgba(255,247,232,.5) 50%,transparent 68%);animation:bl-hero-daylight 19s ease-in-out infinite alternate;will-change:transform,opacity}@keyframes bl-hero-daylight{0%{transform:translate(-7%);opacity:.45}to{transform:translate(7%);opacity:.8}}@media(max-width:749px){.bl-hero__glowpoint{width:calc(var(--gsize,420px)*.62)}}@media(prefers-reduced-motion:reduce){.bl-hero--full .bl-hero__bg>picture,.bl-hero--full .bl-hero__bg>picture img,.bl-hero__glowpoint,.bl-hero__daylight{animation:none}}.bl-hero__video,.bl-hero__still{position:absolute;top:0;right:0;bottom:0;left:0}.bl-hero__still{display:none}.bl-hero__video video{display:block}@media(max-width:749px){.bl-hero__video{display:none}.bl-hero__still{display:block}}@media(prefers-reduced-motion:reduce){.bl-hero__video{display:none}.bl-hero__still{display:block}}@media(max-width:749px){.bl-hero--full .bl-hero__bg img,.bl-hero--full .bl-hero__bg video{object-position:var(--pos-m,center)}}.bl-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(26,18,13,calc(var(--hero-overlay,.3)*.5)),rgba(26,18,13,calc(var(--hero-overlay,.3)*.2)) 45%,rgba(26,18,13,var(--hero-overlay,.3)))}.bl-hero--full .bl-hero__inner{position:relative;width:100%;z-index:1;padding:var(--hero-pad,clamp(40px,5vw,72px)) 0 calc(var(--hero-pad,clamp(40px,5vw,72px)) * .82)}@media(max-width:749px){.bl-hero--full .bl-hero__inner{padding:48px 0 40px}}.bl-hero--full .bl-hero__copy{color:#fcfaf6}.bl-hero--full .bl-hero__eyebrow{color:#e8dcc6}.bl-hero--full .bl-hero__lead{color:#fcfaf6e0}.bl-hero--full .bl-hero__cta .bl-btn{background:#fcfaf6;color:#241e18;border-color:#fcfaf6}.bl-hero--full .bl-hero__cta .bl-btn:hover{background:transparent;color:#fcfaf6}.bl-hero--full .bl-hero__btn2{background:transparent;color:#fcfaf6;border-color:#fcfaf699}.bl-hero--full .bl-hero__btn2:hover{border-color:#fcfaf6;background:#fcfaf61a;color:#fcfaf6}.bl-hero--full .bl-hero__usps{color:#fcfaf6d1;border-top-color:#fcfaf640}.bl-hero--full .bl-hero__usps li{border-right-color:#fcfaf640}.bl-hero--full .bl-hero__usps svg{color:#e8dcc6}.bl-hero__copy{max-width:var(--hero-copy-w,620px)}.bl-hero--full .bl-hero__copy h1{font-size:calc(clamp(44px,7vw,96px) * var(--bl-h-scale));letter-spacing:-.034em;line-height:1.02}.bl-hero--split .bl-hero__copy h1{font-size:calc(clamp(38px,4.7vw,66px) * var(--bl-h-scale));letter-spacing:-.03em;line-height:1.07}.bl-hero__eyebrow{margin-bottom:24px}.bl-hero__copy h1{margin-bottom:26px}.bl-hero__lead{margin-bottom:34px}.bl-hero__cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.bl-hero__usps{display:flex;flex-wrap:wrap;margin-top:34px;border-top:1px solid var(--bl-line);padding-top:22px;list-style:none}.bl-hero__usps li{font-size:13.5px;color:var(--bl-ink-2);padding-right:22px;margin-right:22px;border-right:1px solid var(--bl-line);display:flex;align-items:center;gap:8px}.bl-hero__usps li:last-child{border-right:none;margin-right:0;padding-right:0}.bl-hero__usps svg{color:var(--bl-ink-soft);flex:none}.bl-dimmer{margin-top:38px;max-width:340px;border:1px solid var(--bl-line);border-radius:var(--bl-radius-m);padding:18px 20px 16px;background:var(--bl-card)}.bl-dimmer__top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}.bl-dimmer__top b{font-size:11.5px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--bl-ink-soft)}.bl-dimmer__top output{font-family:var(--bl-serif);font-style:italic;font-size:18px;color:var(--bl-ink)}.bl-dimmer input{width:100%;-webkit-appearance:none;appearance:none;height:2px;border-radius:2px;background:var(--bl-line-2);cursor:pointer}.bl-dimmer input::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:var(--bl-card);border:1.5px solid var(--bl-ink);box-shadow:0 0 0 4px var(--bl-card)}.bl-dimmer input::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--bl-card);border:1.5px solid var(--bl-ink)}.bl-dimmer input:focus-visible{outline:1.5px solid var(--bl-ink);outline-offset:6px}.bl-dimmer__scale{display:flex;justify-content:space-between;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--bl-ink-soft);margin-top:12px}
/*# sourceMappingURL=/cdn/shop/t/15/assets/bare-hero.css.map */
