.emerson-hero{position:relative;display:flex;align-items:center;background:var(--hero-bg, var(--emerson-cream));overflow:hidden;padding:45px 24px 40px}@media(min-width:768px){.emerson-hero{padding:60px 48px 70px}}.emerson-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.emerson-hero__blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.emerson-hero__blob--1{width:600px;height:600px;background:var(--hero-blob-1);top:-200px;right:-100px;animation:blobFloat1 20s ease-in-out infinite}.emerson-hero__blob--2{width:400px;height:400px;background:var(--hero-blob-2);bottom:-100px;left:-100px;animation:blobFloat2 25s ease-in-out infinite}.emerson-hero__blob--3{width:300px;height:300px;background:var(--hero-blob-3);top:40%;left:30%;animation:blobFloat3 18s ease-in-out infinite}@keyframes blobFloat1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-50px,30px) scale(1.1)}}@keyframes blobFloat2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(40px,-20px) scale(1.05)}}@keyframes blobFloat3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,40px) scale(.95)}}.emerson-hero__container{position:relative;display:grid;grid-template-columns:1fr;gap:10px;max-width:1440px;margin:0 auto;width:100%;align-items:center;z-index:1}@media(min-width:1024px){.emerson-hero__container{grid-template-columns:1fr 1fr;gap:80px}}.emerson-hero__content{text-align:center;order:2}@media(min-width:1024px){.emerson-hero__content{text-align:left;order:1}}.emerson-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border-radius:100px;font-size:13px;font-weight:600;color:var(--emerson-text);margin-bottom:20px;box-shadow:var(--shadow-sm)}.emerson-hero__badge-dot{width:8px;height:8px;background:#4caf50;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.emerson-hero__eyebrow{display:inline-block;font-family:var(--font-accent);font-size:24px;color:var(--emerson-primary);margin-bottom:16px}@media(min-width:768px){.emerson-hero__eyebrow{font-size:28px}}.emerson-hero__title{font-family:var(--font-display);font-size:48px;font-weight:400;line-height:1.05;letter-spacing:-.02em;color:var(--emerson-text);margin:0 0 24px}@media(min-width:768px){.emerson-hero__title{font-size:64px}}@media(min-width:1024px){.emerson-hero__title{font-size:76px}}.emerson-hero__title .word{display:inline-block;overflow:hidden;margin-right:.2em}.emerson-hero__title .word span{display:inline-block;transform:translateY(110%);transition:transform .8s var(--ease-out)}.emerson-hero__title.in-view .word span{transform:translateY(0)}.emerson-hero__title.in-view .word:nth-child(1) span{transition-delay:.1s}.emerson-hero__title.in-view .word:nth-child(2) span{transition-delay:.18s}.emerson-hero__title.in-view .word:nth-child(3) span{transition-delay:.26s}.emerson-hero__title.in-view .word:nth-child(4) span{transition-delay:.34s}.emerson-hero__title.in-view .word:nth-child(5) span{transition-delay:.42s}.emerson-hero__title.in-view .word:nth-child(6) span{transition-delay:.5s}.emerson-hero__subtitle{font-size:18px;line-height:1.7;color:var(--emerson-text-light);margin:0 auto 36px;max-width:500px}@media(min-width:1024px){.emerson-hero__subtitle{font-size:19px;margin-left:0;margin-right:0}}.emerson-hero__ctas{display:flex;flex-direction:column;gap:14px;margin-bottom:40px}@media(min-width:480px){.emerson-hero__ctas{flex-direction:row;justify-content:center}}@media(min-width:1024px){.emerson-hero__ctas{justify-content:flex-start}}.emerson-hero__stats{display:flex;gap:32px;justify-content:center}@media(min-width:1024px){.emerson-hero__stats{justify-content:flex-start}}.emerson-hero__stat{text-align:center}@media(min-width:1024px){.emerson-hero__stat{text-align:left}}.emerson-hero__stat-number{font-family:var(--font-display);font-size:32px;font-weight:500;color:var(--emerson-text);line-height:1}.emerson-hero__stat-label{font-size:13px;color:var(--emerson-text-muted);margin-top:4px}.emerson-hero__visual{position:relative;display:flex;justify-content:center;align-items:center;order:1}@media(min-width:1024px){.emerson-hero__visual{order:2}}.emerson-hero__image-wrapper{position:relative;width:300px;height:340px}@media(min-width:768px){.emerson-hero__image-wrapper{width:400px;height:400px}}@media(min-width:1024px){.emerson-hero__image-wrapper{width:480px;height:580px}}.emerson-hero__image{width:100%;height:100%;animation:heroFloat 5s ease-in-out infinite}.emerson-hero__img{width:100%;height:100%;object-fit:contain}.emerson-hero__heart{width:100%;height:100%;animation:heroFloat 5s ease-in-out infinite}.emerson-hero__heart .heart-svg{width:100%;height:100%;filter:drop-shadow(0 30px 60px rgba(232,93,117,.3))}.emerson-hero__heart .heart-path{animation:heartPulse 2.5s ease-in-out infinite;transform-origin:center 40%}@keyframes heroFloat{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-20px) rotate(3deg)}75%{transform:translateY(-10px) rotate(-3deg)}}@keyframes heartPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.emerson-hero__sparkles{position:absolute;top:-50px;right:-50px;bottom:-50px;left:-50px;pointer-events:none}.emerson-hero__sparkles .sparkle{position:absolute;font-size:32px;animation:sparkleFloat 4s ease-in-out infinite}@media(min-width:768px){.emerson-hero__sparkles .sparkle{font-size:40px}}.emerson-hero__sparkles .sparkle:nth-child(1){top:0;right:5%;animation-delay:0s}.emerson-hero__sparkles .sparkle:nth-child(2){bottom:10%;left:0;animation-delay:-1s}.emerson-hero__sparkles .sparkle:nth-child(3){top:35%;right:-10%;animation-delay:-2s}.emerson-hero__sparkles .sparkle:nth-child(4){bottom:25%;right:15%;animation-delay:-3s}.emerson-hero__sparkles .sparkle:nth-child(5){top:60%;left:-5%;animation-delay:-1.5s}@keyframes sparkleFloat{0%,to{transform:translateY(0) scale(1) rotate(0);opacity:1}50%{transform:translateY(-30px) scale(1.2) rotate(10deg);opacity:.6}}.emerson-hero__products{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.emerson-hero__product{position:absolute;background:#fff;padding:8px;border-radius:16px;box-shadow:var(--shadow-lg);animation:productFloat 6s ease-in-out infinite}.emerson-hero__product-img{width:70px;height:70px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:32px}@media(min-width:768px){.emerson-hero__product-img{width:90px;height:90px;font-size:40px}}.emerson-hero__product--1{top:5%;left:-10%;animation-delay:0s}.emerson-hero__product--2{bottom:15%;right:-10%;animation-delay:-2s}.emerson-hero__product--3{top:55%;left:-15%;animation-delay:-4s}@keyframes productFloat{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-15px) rotate(2deg)}}.emerson-hero__scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:none;flex-direction:column;align-items:center;gap:12px;color:var(--emerson-text-muted);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}@media(min-width:768px){.emerson-hero__scroll{display:flex}}.emerson-hero__scroll-line{width:1px;height:60px;background:var(--emerson-border);position:relative;overflow:hidden}.emerson-hero__scroll-dot{position:absolute;top:0;width:100%;height:20px;background:var(--emerson-primary);animation:scrollDown 2s ease-in-out infinite}@keyframes scrollDown{0%{transform:translateY(-100%)}50%,to{transform:translateY(200%)}}@media(prefers-reduced-motion:reduce){.emerson-hero__blob,.emerson-hero__image,.emerson-hero__heart,.emerson-hero__sparkles .sparkle,.emerson-hero__product,.emerson-hero__scroll-dot,.emerson-hero__badge-dot,.heart-path{animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-emerson-hero.css.map */
