:root{--white-text-color: #ffffff}.home-hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:var(--section-padding-top, 0);padding-bottom:var(--section-padding-bottom, 0)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-background-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-background-placeholder{width:100%;height:100%;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.hero-background-placeholder svg{width:100%;height:100%;opacity:.3}.home-hero-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;z-index:1;pointer-events:none}.hero-content-wrapper{position:relative;z-index:2;width:100%;margin:0 auto;padding:80px 20px}.hero-content{display:flex;flex-direction:column;gap:80px;align-items:center;text-align:center;max-width:900px;margin:0 auto}.hero-heading{font-size:clamp(32px,5vw,64px);font-weight:600;color:var(--white-text-color);line-height:var(--header-line-height);letter-spacing:var(--header-letter-spacing)}.hero-animated .hero-heading{animation:fadeInUp .8s ease-out .5s forwards;opacity:0}.hero-heading-highlight{font-style:italic;font-weight:400;display:inline-block;font-family:Georgia,Times New Roman,serif}.hero-animated .hero-button-wrapper{animation:fadeInUp .8s ease-out .9s forwards;opacity:0}@media screen and (max-width:1024px){.home-hero-section{min-height:90vh}.hero-content-wrapper{padding:60px 20px}.hero-heading{font-size:clamp(28px,5vw,48px)}}@media screen and (max-width:768px){.home-hero-section{min-height:400px}.hero-content-wrapper{padding:40px 16px}.hero-content{gap:40px;max-width:100%}.hero-heading{font-size:clamp(24px,8vw,36px);letter-spacing:-.01em}}@media screen and (max-width:480px){.home-hero-section{min-height:350px}.hero-content-wrapper{padding:30px 12px}.hero-heading{font-size:28px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/home-page-hero-section.css.map */
