.Hero-module__c-TCQq__hero{background:linear-gradient(135deg,var(--color-cream)0%,var(--color-powder)100%);align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.Hero-module__c-TCQq__container{z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.Hero-module__c-TCQq__decorCircle1,.Hero-module__c-TCQq__decorCircle2,.Hero-module__c-TCQq__decorCircle3{opacity:.3;pointer-events:none;border-radius:50%;position:absolute}.Hero-module__c-TCQq__decorCircle1{background:radial-gradient(circle,var(--color-rose)0%,transparent 70%);width:600px;height:600px;animation:6s ease-in-out infinite Hero-module__c-TCQq__float;top:-200px;right:-100px}.Hero-module__c-TCQq__decorCircle2{background:radial-gradient(circle,var(--color-lavender)0%,transparent 70%);width:400px;height:400px;animation:8s ease-in-out 1s infinite Hero-module__c-TCQq__float;bottom:-100px;left:-50px}.Hero-module__c-TCQq__decorCircle3{background:radial-gradient(circle,var(--color-mint)0%,transparent 70%);width:300px;height:300px;animation:7s ease-in-out 2s infinite Hero-module__c-TCQq__float;top:50%;left:30%}.Hero-module__c-TCQq__content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:4rem 0;display:grid}.Hero-module__c-TCQq__textSection{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translate(-30px)}.Hero-module__c-TCQq__textSection.Hero-module__c-TCQq__visible{opacity:1;transform:translate(0)}.Hero-module__c-TCQq__eyebrow{font-family:var(--font-body);letter-spacing:2px;text-transform:uppercase;color:var(--color-gray);margin-bottom:1rem;font-size:.875rem;display:block}.Hero-module__c-TCQq__heading{font-family:var(--font-display);color:var(--color-black);margin-bottom:1.5rem;font-size:4.5rem;font-weight:400;line-height:1.1}.Hero-module__c-TCQq__scriptText{font-family:var(--font-script);color:var(--color-rose-dark);margin-top:.5rem;font-size:5rem;font-weight:500;line-height:1;display:block}.Hero-module__c-TCQq__description{color:var(--color-gray);max-width:500px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.8}.Hero-module__c-TCQq__ctaButtons{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__c-TCQq__primaryBtn,.Hero-module__c-TCQq__secondaryBtn{border-radius:var(--radius-full);font-family:var(--font-body);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;display:inline-flex}.Hero-module__c-TCQq__primaryBtn{background:linear-gradient(135deg,var(--color-rose-dark),var(--color-lavender-dark));color:var(--color-white);box-shadow:var(--shadow-soft)}.Hero-module__c-TCQq__primaryBtn:hover{box-shadow:var(--shadow-medium);transform:translateY(-2px)}.Hero-module__c-TCQq__btnIcon{transition:transform .3s}.Hero-module__c-TCQq__primaryBtn:hover .Hero-module__c-TCQq__btnIcon{transform:translate(4px)}.Hero-module__c-TCQq__secondaryBtn{background:var(--color-white);color:var(--color-black);border:2px solid var(--color-peach-dark)}.Hero-module__c-TCQq__secondaryBtn:hover{background:var(--color-peach);transform:translateY(-2px)}.Hero-module__c-TCQq__imageSection{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1) .2s;position:relative;transform:translate(30px)}.Hero-module__c-TCQq__imageSection.Hero-module__c-TCQq__visible{opacity:1;transform:translate(0)}.Hero-module__c-TCQq__productCard{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-strong);padding:2rem;transition:transform .3s;position:relative;transform:rotate(-2deg)}.Hero-module__c-TCQq__productCard:hover{transform:rotate(0)scale(1.02)}.Hero-module__c-TCQq__productImage{aspect-ratio:3/4;border-radius:var(--radius-md);background:0 0;position:relative;overflow:hidden}.Hero-module__c-TCQq__video{object-fit:cover;object-position:200%;width:100%;height:100%;min-height:250px;position:absolute;top:0;left:0}.Hero-module__c-TCQq__imagePlaceholder{justify-content:center;align-items:center;width:100%;height:auto;display:block}.Hero-module__c-TCQq__placeholderIcon{opacity:.5;font-size:4rem}.Hero-module__c-TCQq__badge{background:var(--color-white);color:var(--color-rose-dark);border-radius:var(--radius-full);box-shadow:var(--shadow-soft);padding:.5rem 1rem;font-size:.875rem;font-weight:600;position:absolute;top:1rem;right:1rem}.Hero-module__c-TCQq__floatingBead{opacity:.6;pointer-events:none;font-size:2rem;position:absolute}.Hero-module__c-TCQq__bead1{animation:4s ease-in-out infinite Hero-module__c-TCQq__float;top:10%;left:-5%}.Hero-module__c-TCQq__bead2{animation:5s ease-in-out 1s infinite Hero-module__c-TCQq__float;top:60%;right:-5%}.Hero-module__c-TCQq__bead3{animation:6s ease-in-out 2s infinite Hero-module__c-TCQq__float;bottom:15%;left:10%}.Hero-module__c-TCQq__features{border-top:1px solid var(--color-gray-light);justify-content:center;gap:3rem;margin-top:4rem;margin-bottom:2rem;padding-top:3rem;display:flex}.Hero-module__c-TCQq__feature{opacity:0;align-items:center;gap:.75rem;animation:.6s ease-out forwards Hero-module__c-TCQq__fadeInUp;display:flex}.Hero-module__c-TCQq__feature:first-child{animation-delay:.8s}.Hero-module__c-TCQq__feature:nth-child(2){animation-delay:1s}.Hero-module__c-TCQq__feature:nth-child(3){animation-delay:1.2s}.Hero-module__c-TCQq__featureIcon{color:#e13c72;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.5rem;display:flex}.Hero-module__c-TCQq__featureText{color:var(--color-gray);font-size:.95rem;font-weight:500}@keyframes Hero-module__c-TCQq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes Hero-module__c-TCQq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.Hero-module__c-TCQq__content{grid-template-columns:1fr;gap:3rem}.Hero-module__c-TCQq__heading{font-size:3rem}.Hero-module__c-TCQq__scriptText{font-size:3.5rem}.Hero-module__c-TCQq__imageSection{max-width:400px;margin:0 auto}.Hero-module__c-TCQq__features{flex-wrap:wrap;gap:2rem}}@media (max-width:640px){.Hero-module__c-TCQq__hero{min-height:auto}.Hero-module__c-TCQq__heading{font-size:2.5rem}.Hero-module__c-TCQq__scriptText{font-size:3rem}.Hero-module__c-TCQq__ctaButtons{flex-direction:column}.Hero-module__c-TCQq__primaryBtn,.Hero-module__c-TCQq__secondaryBtn{justify-content:center;width:100%}.Hero-module__c-TCQq__imageSection{display:none}.Hero-module__c-TCQq__content{text-align:center;grid-template-columns:1fr;padding:2rem 0}.Hero-module__c-TCQq__description{margin-left:auto;margin-right:auto}.Hero-module__c-TCQq__features{gap:1.25rem;margin-top:2rem;padding-top:2rem}.Hero-module__c-TCQq__featureText{font-size:.8rem}}
@font-face{font-family:Quicksand;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0781808e3393dbfb-s.dcfd2cce.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Quicksand;font-style:normal;font-weight:400;font-display:swap;src:url(../media/fae90444fefcda8c-s.44fa2115.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Quicksand;font-style:normal;font-weight:400;font-display:swap;src:url(../media/4a7551bcc3548e67-s.p.717db902.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Quicksand;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0781808e3393dbfb-s.dcfd2cce.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Quicksand;font-style:normal;font-weight:500;font-display:swap;src:url(../media/fae90444fefcda8c-s.44fa2115.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Quicksand;font-style:normal;font-weight:500;font-display:swap;src:url(../media/4a7551bcc3548e67-s.p.717db902.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Quicksand;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0781808e3393dbfb-s.dcfd2cce.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Quicksand;font-style:normal;font-weight:600;font-display:swap;src:url(../media/fae90444fefcda8c-s.44fa2115.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Quicksand;font-style:normal;font-weight:600;font-display:swap;src:url(../media/4a7551bcc3548e67-s.p.717db902.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Quicksand Fallback;src:local(Arial);ascent-override:95.87%;descent-override:23.97%;line-gap-override:0.0%;size-adjust:104.31%}.quicksand_fb05e4fa-module__S6_fIG__className{font-family:Quicksand,Quicksand Fallback;font-style:normal}
.Categories-module__K8JHjG__categoriesSection{background:var(--color-cream);padding:6rem 0;position:relative;overflow:hidden}.Categories-module__K8JHjG__container{max-width:1280px;margin:0 auto;padding:0 2rem}.Categories-module__K8JHjG__header{text-align:center;margin-bottom:4rem}.Categories-module__K8JHjG__title{font-family:var(--font-display);color:var(--color-black);margin-bottom:1rem;font-size:3.5rem;font-weight:400;line-height:1.2}.Categories-module__K8JHjG__titleScript{font-family:var(--font-script);color:var(--color-rose-dark);margin-top:.5rem;font-size:4rem;display:block}.Categories-module__K8JHjG__subtitle{color:var(--color-gray);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.Categories-module__K8JHjG__categoriesGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.Categories-module__K8JHjG__categoryCard{background:var(--color-white);border-radius:var(--radius-lg);cursor:pointer;opacity:0;box-shadow:var(--shadow-soft);padding:3rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s ease-out forwards Categories-module__K8JHjG__fadeInUp;position:relative;overflow:hidden}.Categories-module__K8JHjG__categoryCard:hover{box-shadow:var(--shadow-strong);transform:translateY(-12px)}.Categories-module__K8JHjG__categoryCard.Categories-module__K8JHjG__active{box-shadow:var(--shadow-strong);transform:translateY(-8px)scale(1.02)}.Categories-module__K8JHjG__cardBg{opacity:.1;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.Categories-module__K8JHjG__categoryCard:hover .Categories-module__K8JHjG__cardBg{opacity:.2}.Categories-module__K8JHjG__color-rose .Categories-module__K8JHjG__cardBg{background:linear-gradient(135deg,var(--color-rose)0%,var(--color-rose-dark)100%)}.Categories-module__K8JHjG__color-peach .Categories-module__K8JHjG__cardBg{background:linear-gradient(135deg,var(--color-peach)0%,var(--color-peach-dark)100%)}.Categories-module__K8JHjG__cardContent{z-index:2;text-align:center;position:relative}.Categories-module__K8JHjG__iconWrapper{background:var(--color-white);width:80px;height:80px;box-shadow:var(--shadow-medium);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:transform .4s;display:flex}.Categories-module__K8JHjG__categoryCard:hover .Categories-module__K8JHjG__iconWrapper{transform:scale(1.1)rotate(5deg)}.Categories-module__K8JHjG__icon{font-size:2.5rem}.Categories-module__K8JHjG__categoryName{font-family:var(--font-display);color:var(--color-black);margin-bottom:.75rem;font-size:2rem;font-weight:500;line-height:1.3}.Categories-module__K8JHjG__categoryDescription{color:var(--color-gray);margin-bottom:2rem;font-size:1rem;line-height:1.6}.Categories-module__K8JHjG__exploreBtn{background:var(--color-black);color:var(--color-white);border-radius:var(--radius-full);font-family:var(--font-body);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;display:inline-flex}.Categories-module__K8JHjG__color-rose .Categories-module__K8JHjG__exploreBtn{background:linear-gradient(135deg,var(--color-rose-dark),var(--color-lavender-dark))}.Categories-module__K8JHjG__color-peach .Categories-module__K8JHjG__exploreBtn{background:linear-gradient(135deg,var(--color-peach-dark),#e89b6e)}.Categories-module__K8JHjG__exploreBtn:hover{box-shadow:var(--shadow-medium);transform:scale(1.05)}.Categories-module__K8JHjG__arrow{transition:transform .3s}.Categories-module__K8JHjG__exploreBtn:hover .Categories-module__K8JHjG__arrow{transform:translate(4px)}.Categories-module__K8JHjG__hoverEffect{pointer-events:none;background:radial-gradient(circle,#ffffff4d 0%,#0000 70%);border-radius:50%;width:0;height:0;transition:all .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Categories-module__K8JHjG__categoryCard:hover .Categories-module__K8JHjG__hoverEffect{width:600px;height:600px}.Categories-module__K8JHjG__featuredInfo{border-top:1px solid var(--color-gray-light);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:3rem 0;display:grid}.Categories-module__K8JHjG__infoCard{background:var(--color-white);border-radius:var(--radius-md);align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.Categories-module__K8JHjG__infoCard:hover{box-shadow:var(--shadow-soft);transform:translateY(-4px)}.Categories-module__K8JHjG__infoIcon{justify-content:center;align-items:center;width:24px;height:24px;font-size:1.5rem;display:flex}.Categories-module__K8JHjG__infoText h4{font-family:var(--font-display);color:var(--color-black);margin-bottom:.25rem;font-size:1.125rem;font-weight:500}.Categories-module__K8JHjG__infoText p{color:var(--color-gray);font-size:.875rem;line-height:1.4}@keyframes Categories-module__K8JHjG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.Categories-module__K8JHjG__title{font-size:2.5rem}.Categories-module__K8JHjG__titleScript{font-size:3rem}.Categories-module__K8JHjG__categoriesGrid{grid-template-columns:1fr;max-width:500px;margin:0 auto 4rem}}@media (max-width:640px){.Categories-module__K8JHjG__categoriesSection{padding:4rem 0}.Categories-module__K8JHjG__title{font-size:2rem}.Categories-module__K8JHjG__titleScript{font-size:2.5rem}.Categories-module__K8JHjG__categoryName{font-size:1.5rem}.Categories-module__K8JHjG__featuredInfo{grid-template-columns:1fr}}
