.hero{min-height:min(60vh,550px);display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;position:relative;overflow:hidden;background:var(--cream)}.hero:before{content:"";position:absolute;top:-30%;left:-20%;width:70%;height:70%;background:radial-gradient(ellipse,var(--pink-glow) 0%,transparent 70%);pointer-events:none;animation:float-glow 12s ease-in-out infinite}.hero:after{content:"";position:absolute;bottom:-20%;right:-15%;width:50%;height:50%;background:radial-gradient(ellipse,rgba(204,253,40,.08) 0%,transparent 70%);pointer-events:none;animation:float-glow 15s ease-in-out infinite reverse}@keyframes float-glow{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.05)}66%{transform:translate(-20px,15px) scale(.95)}}.hero-floats{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;overflow:hidden}.hero-float{position:absolute;opacity:0;animation:float-product 20s ease-in-out infinite}.hero-float img{border-radius:var(--radius-md);box-shadow:0 12px 40px #0000001f}.hero-float:nth-child(1){top:6%;left:3%;animation-delay:0s}.hero-float:nth-child(1) img{width:180px;height:180px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#fff9d9,#ffe135)}.hero-float:nth-child(2){top:10%;right:4%;animation-delay:-4s}.hero-float:nth-child(2) img{width:160px;height:160px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#ffe5eb,#ff4b6e)}.hero-float:nth-child(3){bottom:12%;left:4%;animation-delay:-8s}.hero-float:nth-child(3) img{width:150px;height:150px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#e6f2e5,#6ba368)}.hero-float:nth-child(4){bottom:18%;right:3%;animation-delay:-12s}.hero-float:nth-child(4) img{width:140px;height:140px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#f3e8ff,#d4b5f0)}.hero-float:nth-child(5){top:52%;left:1%;animation-delay:-6s}.hero-float:nth-child(5) img{width:110px;height:110px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#fff0e0,#ff9f64)}.hero-float:nth-child(6){top:48%;right:2%;animation-delay:-15s}.hero-float:nth-child(6) img{width:120px;height:120px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#fff9d9,#ffe135)}.hero-float:nth-child(7){top:28%;left:2%;animation-delay:-3s}.hero-float:nth-child(7) img{width:90px;height:90px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#fff9d9,#ffe135)}.hero-float:nth-child(8){top:26%;right:3%;animation-delay:-7s}.hero-float:nth-child(8) img{width:85px;height:85px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#ffe5eb,#ff4b6e)}.hero-float:nth-child(9){bottom:32%;left:3.5%;animation-delay:-11s}.hero-float:nth-child(9) img{width:95px;height:95px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#e6f2e5,#6ba368)}.hero-float:nth-child(10){bottom:36%;right:4%;animation-delay:-14s}.hero-float:nth-child(10) img{width:88px;height:88px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#f3e8ff,#d4b5f0)}.hero-float:nth-child(11){top:72%;left:1.5%;animation-delay:-5s}.hero-float:nth-child(11) img{width:75px;height:75px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#fff0e0,#ff9f64)}.hero-float:nth-child(12){top:70%;right:2.5%;animation-delay:-17s}.hero-float:nth-child(12) img{width:80px;height:80px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#fff9d9,#ffe135)}.hero-float:nth-child(13){top:7%;left:14%;animation-delay:-2s}.hero-float:nth-child(13) img{width:65px;height:65px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#fff9d9,#ffe135)}.hero-float:nth-child(14){top:6%;right:14%;animation-delay:-9s}.hero-float:nth-child(14) img{width:70px;height:70px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#ffe5eb,#ff4b6e)}.hero-float:nth-child(15){bottom:6%;left:13%;animation-delay:-13s}.hero-float:nth-child(15) img{width:80px;height:80px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#e6f2e5,#6ba368)}.hero-float:nth-child(16){bottom:5%;right:11%;animation-delay:-16s}.hero-float:nth-child(16) img{width:75px;height:75px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#f3e8ff,#d4b5f0)}.hero-float:nth-child(17){top:40%;left:.5%;animation-delay:-1s}.hero-float:nth-child(17) img{width:88px;height:88px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#fff0e0,#ff9f64)}.hero-float:nth-child(18){top:38%;right:.5%;animation-delay:-10s}.hero-float:nth-child(18) img{width:82px;height:82px;object-fit:cover;border-radius:50%;background:linear-gradient(160deg,#fff9d9,#ffe135)}@keyframes float-product{0%,to{opacity:0;transform:translateY(20px) rotate(0) scale(.85)}10%{opacity:.8}50%{opacity:.92;transform:translateY(-12px) rotate(3deg) scale(1)}90%{opacity:.8}}.hero-content{position:relative;z-index:2;max-width:900px}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-pill);padding:.5rem 1.2rem;font-size:.8rem;font-weight:600;color:var(--gray-700);margin-bottom:2rem;box-shadow:0 2px 20px #0000000a}.hero-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--pink);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hero h1{font-family:var(--font-display);font-weight:800;line-height:1;letter-spacing:-.04em;margin-bottom:1rem}.hero-line-1{display:block;font-size:clamp(2rem,5vw,4rem);color:var(--black)}.hero-line-2{display:block;font-size:clamp(2.5rem,7vw,5.5rem);color:var(--pink);position:relative;font-family:var(--font-editorial);font-style:italic;font-weight:400}.hero-line-3{display:block;font-size:clamp(2.5rem,7vw,5.5rem);-webkit-text-stroke:2.5px var(--black);color:transparent}.hero-subtitle{font-family:var(--font-editorial);font-size:1.15rem;color:var(--gray-700);margin:1.5rem auto 2.5rem;max-width:520px;line-height:1.8;font-weight:400;font-style:italic}.hero-categories{display:flex;justify-content:center;gap:.4rem;margin-bottom:2.5rem;flex-wrap:wrap}.hero-categories span,.hero-categories a{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--gray-500);padding:.4rem 1rem;border:1px solid var(--gray-300);border-radius:var(--radius-pill);transition:all .3s;text-decoration:none}.hero-categories span:hover,.hero-categories a:hover{border-color:var(--pink);color:var(--pink);background:var(--pink-light)}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.2rem;background:var(--black);color:var(--white);font-size:.9rem;font-weight:600;border-radius:var(--radius-pill);transition:all .3s cubic-bezier(.16,1,.3,1);letter-spacing:.01em;position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.btn-primary:hover:after{left:100%}.btn-primary:hover{background:var(--pink);transform:translateY(-2px);box-shadow:0 8px 30px var(--pink-glow)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.2rem;background:transparent;color:var(--black);font-size:.9rem;font-weight:600;border:1.5px solid var(--gray-300);border-radius:var(--radius-pill);transition:all .3s cubic-bezier(.16,1,.3,1)}.btn-outline:hover{border-color:var(--black);transform:translateY(-2px)}.hero-scroll-hint{margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:.6rem}.hero-scroll-hint span{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--gray-500);font-weight:500}.scroll-line{width:1px;height:32px;background:linear-gradient(to bottom,var(--gray-300),transparent);animation:scroll-pulse 2s ease-in-out infinite}@keyframes scroll-pulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.4;transform:scaleY(.6)}}.marquee-banner{background:var(--black);color:var(--white);padding:.9rem 0;overflow:hidden;white-space:nowrap}.marquee-track{display:flex;animation:marquee 25s linear infinite;width:max-content}.marquee-track span{font-family:var(--font-display);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;padding:0 2rem;flex-shrink:0}.marquee-track .sep{color:var(--pink);font-size:.6rem;display:flex;align-items:center}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.social-proof{padding:2rem 0;background:var(--cream);overflow:hidden}.social-proof-inner{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.sp-item{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--gray-700);font-weight:500}.sp-item .sp-icon{font-size:1.2rem}.sp-item strong{color:var(--black);font-weight:700}.sp-divider{width:1px;height:24px;background:var(--gray-300)}.section-header{text-align:center;margin-bottom:3.5rem}.section-header--row{display:flex;align-items:flex-end;justify-content:space-between;text-align:left}.see-all-link{font-family:var(--font-display);font-size:.85rem;font-weight:600;color:var(--pink);text-decoration:none;white-space:nowrap;transition:gap .3s;padding-bottom:.3rem}.see-all-link:hover{text-decoration:underline;text-underline-offset:3px}.section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--pink);margin-bottom:.8rem;display:block}.section-title{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,4vw,3.2rem);color:var(--black);letter-spacing:-.03em;line-height:1.1;background:linear-gradient(135deg,var(--black) 0%,var(--gray-500) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-family:var(--font-editorial);font-size:1.1rem;font-style:italic;color:var(--gray-500);margin-top:1rem;max-width:500px;margin-left:auto;margin-right:auto;letter-spacing:.01em}
/*# sourceMappingURL=/cdn/shop/t/7/assets/components.css.map */
