.about-hero{position:relative;overflow:hidden;background:#000;isolation:isolate;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}.about-hero .page-width{width:100%;max-width:1680px;margin:0 auto;padding-inline:80px;position:relative;height:100%;z-index:5}.about-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:1}.about-hero__media picture{display:block;width:100%;height:100%}.about-hero__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1);transition:transform 8s ease,filter .6s ease;filter:saturate(.94)}.about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0a0808c7,#0a08089e,#0a080859 56%,#0a08081a 82%,#0a080805);z-index:2}.about-hero__inner{position:relative;min-height:78vh;display:flex;width:100%}.about-hero--top-left .about-hero__inner{justify-content:flex-start;align-items:flex-start}.about-hero--center-left .about-hero__inner{justify-content:flex-start;align-items:center}.about-hero--bottom-left .about-hero__inner{justify-content:flex-start;align-items:flex-end}.about-hero--top-center .about-hero__inner{justify-content:center;align-items:flex-start}.about-hero--center-center .about-hero__inner{justify-content:center;align-items:center}.about-hero--bottom-center .about-hero__inner{justify-content:center;align-items:flex-end}.about-hero--top-right .about-hero__inner{justify-content:flex-end;align-items:flex-start}.about-hero--center-right .about-hero__inner{justify-content:flex-end;align-items:center}.about-hero--bottom-right .about-hero__inner{justify-content:flex-end;align-items:flex-end}.about-hero__content{max-width:700px;width:100%;color:#fff;position:relative;z-index:20;padding-block:80px;animation:heroContent .9s cubic-bezier(.2,.65,.3,1)}.about-hero--left .about-hero__content{text-align:left}.about-hero--center .about-hero__content{text-align:center}.about-hero--right .about-hero__content{text-align:right}.about-hero__subheading{display:inline-block;margin-bottom:22px;font-family:Cormorant Garamond,serif;font-style:italic;font-size:22px;font-weight:500;color:var(--subheading-color);letter-spacing:.3px;line-height:1}.about-hero__heading{margin:0 0 34px;width:100%;max-width:720px;font-size:clamp(64px,5vw,78px);line-height:1.08;letter-spacing:-1.8px;font-weight:400;color:var(--heading-color);white-space:normal;word-break:keep-all;overflow-wrap:normal;text-wrap:pretty}.about-hero__description{margin-top:32px;width:440px;max-width:100%;font-size:18px;line-height:1.85;color:var(--text-color);text-shadow:0 3px 12px rgba(0,0,0,.25)}.about-hero__description p{margin:0}.about-hero__description p+p{margin-top:18px}@keyframes heroContent{0%{opacity:0;transform:translateY(45px)}to{opacity:1;transform:none}}.about-hero__buttons{margin-top:42px;display:flex;align-items:center;gap:18px}.about-hero--center .about-hero__buttons{justify-content:center}.about-hero--right .about-hero__buttons{justify-content:flex-end}.about-hero__button{position:relative;display:inline-flex;align-items:center;justify-content:center;height:58px;padding:0 38px;min-width:220px;border-radius:999px;text-decoration:none;text-transform:uppercase;letter-spacing:1.5px;font-size:14px;font-weight:600;overflow:hidden;transition:transform .35s ease,background .35s ease,color .35s ease,border-color .35s ease,box-shadow .35s ease}.about-hero__button--solid{background:var(--button-bg);color:var(--button-text);border:2px solid var(--button-bg);box-shadow:0 12px 30px #8a15384d}.about-hero__button--solid:hover{background:var(--button-hover);border-color:var(--button-hover);transform:translateY(-4px);box-shadow:0 18px 40px #8a153866}.about-hero__button--outline{background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.65)}.about-hero__button--outline:hover{background:#fff;color:#111;transform:translateY(-4px)}.about-hero:hover .about-hero__image{transform:scale(1.05);filter:saturate(1)}.about-hero__image{opacity:0;animation:heroImageReveal 1.2s ease forwards}@keyframes heroImageReveal{0%{opacity:0;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.about-hero__subheading,.about-hero__heading,.about-hero__description,.about-hero__buttons{opacity:0;transform:translateY(35px)}.about-hero.is-visible .about-hero__subheading{animation:heroReveal .7s .15s forwards}.about-hero.is-visible .about-hero__heading{animation:heroReveal .8s .3s forwards}.about-hero.is-visible .about-hero__description{animation:heroReveal .8s .45s forwards}.about-hero.is-visible .about-hero__buttons{animation:heroReveal .8s .6s forwards}@keyframes heroReveal{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}.about-hero__heading{text-shadow:0 4px 10px rgba(0,0,0,.15),0 12px 35px rgba(0,0,0,.28)}.about-hero__description{text-shadow:0 2px 10px rgba(0,0,0,.18)}.about-hero__image,.about-hero__content{will-change:transform}.about-hero *{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}@media screen and (min-width:1600px){.about-hero .page-width{max-width:1720px;padding-inline:100px}.about-hero__content{width:600px}.about-hero__heading{font-size:78px}.about-hero__description{width:500px;font-size:19px}}@media screen and (max-width:1200px){.about-hero .page-width{padding-inline:60px}.about-hero__content{width:500px}.about-hero__heading{font-size:58px}.about-hero__description{font-size:17px}.about-hero__button{min-width:200px}}@media screen and (max-width:989px){.about-hero__inner{min-height:680px}.about-hero .page-width{padding-inline:40px}.about-hero__content{width:460px}.about-hero__heading{font-size:50px}.about-hero__description{width:100%;font-size:16px}.about-hero__button{height:54px;min-width:190px}}@media screen and (max-width:749px){.about-hero{min-height:var(--mobile-height)}.about-hero__inner{min-height:var(--mobile-height);align-items:center!important;justify-content:center!important}.about-hero .page-width{padding-inline:24px}.about-hero__overlay{background:linear-gradient(180deg,#0000009e,#000000ad 45%,#000000c7)}.about-hero__content{width:100%;max-width:100%;padding:40px 0;text-align:center!important}.about-hero__subheading{font-size:18px;margin-bottom:18px}.about-hero__heading{font-size:40px;line-height:1.12;letter-spacing:-1px}.about-hero__description{width:100%;margin-inline:auto;margin-top:24px;font-size:15px;line-height:1.8}.about-hero__buttons{justify-content:center;margin-top:30px}.about-hero__button{width:100%;max-width:300px;min-width:auto}}@media screen and (max-width:480px){.about-hero .page-width{padding-inline:18px}.about-hero__inner{min-height:520px}.about-hero__subheading{font-size:16px}.about-hero__heading{font-size:32px}.about-hero__description{font-size:14px}.about-hero__button{height:50px;font-size:13px;letter-spacing:1px}}@media(prefers-reduced-motion:reduce){.about-hero *,.about-hero *:before,.about-hero *:after{animation:none!important;transition:none!important;transform:none!important}}.about-hero.is-visible .about-hero__content{opacity:1;transform:none}.about-hero__image.loaded{opacity:1}.about-hero__content>*{position:relative;z-index:2}.about-hero__button{cursor:pointer;-webkit-user-select:none;user-select:none}.about-hero__button:active{transform:scale(.98)}.about-hero__image{backface-visibility:hidden;-webkit-backface-visibility:hidden}.about-hero__overlay{pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/36/assets/custom-about-hero.css.map */
