:root{--bg-color:#fdfbf7;--surface:#ffffffb3;--text-primary:#2c2a29;--text-secondary:#6e6962;--accent-peach:#fbbd97d9;--accent-pink:#f2aebfd9;--accent-blue:#aed9e0d9;--accent-yellow:#ffebb6d9;--btn-primary:#e69ea2;--btn-hover:#d2868b;--border-color:#cba87c33;--font-serif:"Playfair Display", serif;--font-sans:"Lato", sans-serif;--radius-lg:16px;--radius-xl:24px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-sans);min-height:100vh;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--text-primary);font-weight:600}a{color:inherit;text-decoration:none}button{font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;transition:all .3s}.watercolor-blob{filter:blur(60px);z-index:-1;opacity:.6;position:absolute}.blob-1{background-color:var(--accent-peach);border-radius:50% 40% 60%;width:500px;height:500px;top:-10%;left:-5%}.blob-2{background-color:var(--accent-pink);border-radius:40% 50% 40% 60%;width:600px;height:600px;top:10%;right:-10%}.blob-3{background-color:var(--accent-blue);border-radius:60% 30% 50% 40%;width:700px;height:700px;bottom:-20%;left:20%}@media (max-width:768px){.watercolor-blob{opacity:.4;transform:scale(.7)}}.app-container{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:50;border-bottom:1px solid var(--border-color);background:#fdfbf7d9;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:sticky;top:0}.logo{font-family:var(--font-serif);color:var(--text-primary);align-items:center;gap:.5rem;font-size:2rem;font-weight:700;display:flex}.logo span{color:var(--btn-hover);font-style:italic}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--text-secondary);cursor:pointer;font-weight:500;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;transition:color .2s}.nav-link:hover{color:var(--btn-hover)}.hero{justify-content:space-between;align-items:center;gap:4rem;min-height:90vh;padding:5rem 10%;display:flex}.hero-content{flex:1;max-width:600px}.eyebrow{font-family:var(--font-sans);color:var(--btn-hover);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:block}.hero-title{margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.hero-title span{display:inline-block;position:relative}.hero-title span:after{content:"";background-color:var(--accent-peach);z-index:-1;opacity:.4;border-radius:4px;width:110%;height:25px;position:absolute;bottom:8px;left:-5%;transform:rotate(-2deg)}.hero-subtitle{color:var(--text-secondary);max-width:450px;margin-bottom:2.5rem;font-size:1.25rem}.cta-group{gap:1.5rem;display:flex}.btn{cursor:pointer;font-size:1.05rem;font-weight:600;font-family:var(--font-sans);border-radius:50px;align-items:center;gap:.5rem;padding:1.2rem 2.5rem;display:inline-flex}.btn-primary{background-color:var(--btn-primary);color:#fff;box-shadow:0 10px 20px #e69ea24d}.btn-primary:hover{background-color:var(--btn-hover);transform:translateY(-3px);box-shadow:0 15px 25px #d2868b66}.btn-secondary{color:var(--text-primary);border:1px solid var(--text-primary);background-color:#0000}.btn-secondary:hover{background-color:#00000008;transform:translateY(-3px)}.hero-image-wrapper{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.hero-img{object-fit:cover;aspect-ratio:4/5;border:8px solid #fff;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:100%;max-width:450px;transition:all .5s ease-in-out;box-shadow:0 20px 40px #00000014}.hero-img.animated-border{animation:8s ease-in-out infinite alternate blobOutline}@keyframes blobOutline{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}to{border-radius:50%}}.accent-card{border-radius:var(--radius-lg);z-index:2;background:#fff;align-items:center;gap:1rem;padding:1.5rem;display:flex;position:absolute;bottom:0;left:-40px;box-shadow:0 10px 30px #0000000d}.accent-card p{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:.2rem;font-weight:600}.accent-card span{color:var(--text-secondary);font-size:.9rem}.marquee{background-color:var(--btn-primary);color:#fff;white-space:nowrap;align-items:center;padding:1rem 0;display:flex;overflow:hidden}.marquee-content{font-family:var(--font-sans);letter-spacing:1px;font-size:1.1rem;font-weight:500;animation:30s linear infinite scrollText;display:inline-block}.marquee-content span{margin:0 2rem}@keyframes scrollText{0%{transform:translate(0)}to{transform:translate(-50%)}}.featured{background:#fff;padding:8rem 10%}.product-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:4rem;display:grid}.product-card{background:var(--bg-color);border-radius:var(--radius-lg);cursor:pointer;padding:1rem;transition:transform .3s,box-shadow .3s;position:relative}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000000d}.product-img-wrap{aspect-ratio:1;border-radius:var(--radius-lg);width:100%;margin-bottom:1.5rem;overflow:hidden}.product-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-img-wrap img{transform:scale(1.05)}.product-card h3{margin-bottom:.5rem;font-size:1.4rem}.product-card .price{color:var(--btn-hover);font-size:1.1rem;font-weight:700;font-family:var(--font-serif)}.add-btn{width:45px;height:45px;color:var(--text-primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:2rem;right:2rem;box-shadow:0 5px 15px #0000001a}.add-btn:hover{background:var(--btn-primary);color:#fff}.story{background-color:var(--bg-color);align-items:center;gap:5rem;padding:8rem 10%;display:flex}.story-content{flex:1}.story-content h2{margin-bottom:2rem;font-size:3.5rem}.story-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.15rem}.story-image{flex:1}.story-image img{border:1px solid var(--border-color);border-radius:200px 200px 0 0;width:100%}.quote-cta{text-align:center;color:#fff;background:url(https://images.unsplash.com/photo-1616440347395-5e64a1d48c0f?auto=format&fit=crop&q=80&w=1200) 50%/cover no-repeat;padding:8rem 10%;position:relative}.quote-cta:before{content:"";background:#2c2a29b3;position:absolute;inset:0}.quote-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.quote-content h2{color:#fff;margin-bottom:1.5rem;font-size:4rem}.quote-content p{opacity:.9;margin-bottom:3rem;font-size:1.25rem}.process{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#fff9;padding:8rem 10%}.section-head{text-align:center;margin-bottom:5rem}.section-head h2{margin-bottom:1rem;font-size:3rem}.section-head p{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1.1rem}.process-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;display:grid}.process-card{border-radius:var(--radius-xl);text-align:center;border:1px solid var(--border-color);background:#fff;padding:3.5rem 2rem;transition:transform .3s;position:relative;box-shadow:0 10px 30px #00000008}.process-card:hover{transform:translateY(-10px)}.step-num{background:var(--bg-color);border:2px dashed var(--btn-primary);width:55px;height:55px;font-family:var(--font-serif);color:var(--btn-primary);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex;position:absolute;top:-25px;left:50%;transform:translate(-50%)}.icon-wrapper{color:#cba87c;background:var(--bg-color);border-radius:50%;margin-top:1rem;margin-bottom:1.5rem;padding:1.5rem;display:inline-block}.process-card h3{margin-bottom:1rem;font-size:1.5rem}.process-card p{color:var(--text-secondary);font-size:1.05rem}footer{background-color:var(--bg-color);text-align:center;padding:5rem 10% 2rem}.footer-nav{justify-content:center;gap:3rem;margin:2.5rem 0;display:flex}.mobile-only{display:none}@media (max-width:900px){.desktop-only{display:none!important}.mobile-only{display:inline-block!important}.hero{text-align:center;flex-direction:column;margin-top:2rem;padding:3rem 5%}.cta-group{justify-content:center}.hero-title{font-size:3.5rem}.accent-card{bottom:-30px;left:50%;transform:translate(-50%)}.story{text-align:center;flex-direction:column}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-img-wrap{position:relative;overflow:hidden}.product-overlay{opacity:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#cba87c33;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .4s;display:flex;position:absolute;top:0;left:0}.product-card:hover .product-overlay{opacity:1}.view-details{color:var(--text-primary);background:#fff;border-radius:50px;align-items:center;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;transition:transform .4s;display:flex;transform:translateY(20px);box-shadow:0 10px 20px #0000001a}.product-card:hover .view-details{transform:translateY(0)}.product-detail-img img{transition:transform .8s cubic-bezier(.4,0,.2,1)}.product-detail-img:hover img{transform:scale(1.02)}@media (max-width:768px){.product-detail-info{text-align:center}.product-detail-info ul{grid-template-columns:1fr!important}.product-detail-info div{justify-content:center}}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.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:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.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:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.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:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.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:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.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:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.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:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.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:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.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:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.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:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_5e976512-module__Fmaf_G__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_5e976512-module__Fmaf_G__variable{--font-serif:"Playfair Display", "Playfair Display Fallback"}
@font-face{font-family:Lato;font-style:normal;font-weight:300;font-display:swap;src:url(../media/20f1c48c725d3555-s.09l1jz5ihg0p~.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:Lato;font-style:normal;font-weight:300;font-display:swap;src:url(../media/f30fd2e485acf1bc-s.p.0_qs2mjxez25z.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:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b529365fa126a3f2-s.17~hndooavd5u.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:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8e451580e5e95631-s.p.0put2--9ix-3p.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:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d74bdd14d6019bc6-s.02x781ca3~dwt.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:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(../media/345c85a432359eed-s.p.0az0.9544w3d6.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:Lato Fallback;src:local(Arial);ascent-override:101.03%;descent-override:21.8%;line-gap-override:0.0%;size-adjust:97.69%}.lato_f42e13d1-module__wCiGJa__className{font-family:Lato,Lato Fallback;font-style:normal}.lato_f42e13d1-module__wCiGJa__variable{--font-sans:"Lato", "Lato Fallback"}
