@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600&display=swap";
:root{--pink:#f5c2c2;--pink-dark:#e8a0a0;--pink-light:#fef4f4;--white:#fff;--off-white:#fafafa;--light-gray:#f4f4f4;--border:#e8e8e8;--text:#1a1a1a;--text-muted:#6b6b6b;--card-radius:16px;--btn-radius:6px;--header-height:72px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--white);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Poppins,sans-serif;line-height:1.6}h1,h2,h3,h4,h5{font-family:Montserrat,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}header{height:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--border);background:#fffffff7;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;display:grid}.header-left{align-items:center;gap:2rem;display:flex}.header-right{justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.logo{letter-spacing:.25rem;text-transform:uppercase;text-align:center;white-space:nowrap;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800}.nav-link{letter-spacing:.08rem;text-transform:uppercase;color:var(--text);cursor:pointer;font-size:.78rem;font-weight:600;transition:color .2s}.nav-link:hover{color:var(--pink-dark)}.nav-link.active{border-bottom:2px solid var(--text);padding-bottom:2px}.hero{text-align:center;min-height:100vh;padding:calc(var(--header-height) + 4rem) 1.5rem 6rem;background-color:var(--pink-light);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-badge{background:var(--pink);color:var(--text);letter-spacing:.1rem;text-transform:uppercase;border-radius:50px;margin-bottom:1.75rem;padding:.35rem 1rem;font-size:.7rem;font-weight:700;display:inline-block}.hero h1{max-width:800px;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem)}.hero p{color:var(--text-muted);max-width:480px;margin:0 auto 2.5rem;font-size:1.05rem}.hero-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-image-bg{z-index:0;background:radial-gradient(at 70%,#f5c2c266 0%,#0000 60%);position:absolute;inset:0}.hero>*{z-index:1;position:relative}.btn{border-radius:var(--btn-radius);letter-spacing:.06rem;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.4rem;padding:.8rem 1.8rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--text);color:#fff}.btn-primary:hover{background:#333;transform:translateY(-1px)}.btn-pink{background:var(--pink);color:var(--text)}.btn-pink:hover{background:var(--pink-dark)}.btn-outline{color:var(--text);border:1.5px solid var(--text);background:0 0}.btn-outline:hover{background:var(--text);color:#fff}.btn-sm{padding:.55rem 1.1rem;font-size:.75rem}.btn-full{justify-content:center;width:100%}.section{padding:6rem 0}.section-sm{padding:4rem 0}.section-alt{background:var(--off-white)}.section-pink{background:var(--pink-light)}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{margin-bottom:.75rem;font-size:clamp(1.8rem,3vw,2.8rem)}.section-header p{color:var(--text-muted);max-width:440px;margin:0 auto;font-size:.95rem}.categories-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.category-card{border-radius:var(--card-radius);aspect-ratio:4/3;cursor:pointer;background:var(--light-gray);align-items:flex-end;text-decoration:none;display:flex;position:relative;overflow:hidden}.category-card-bg{background:linear-gradient(135deg, var(--pink-light), var(--pink));transition:transform .4s;position:absolute;inset:0}.category-card:hover .category-card-bg{transform:scale(1.05)}.category-card-overlay{background:linear-gradient(#0000 45%,#00000080 100%);position:absolute;inset:0}.category-card-label{z-index:1;color:#fff;padding:1.5rem;position:relative}.category-card-label h3{margin-bottom:.2rem;font-size:1.1rem}.category-card-label span{opacity:.85;font-size:.78rem}.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.products-grid-3{grid-template-columns:repeat(3,1fr)!important}.product-card{border-radius:var(--card-radius);background:var(--off-white);border:1px solid var(--border);cursor:pointer;color:inherit;flex-direction:column;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #00000017}.product-card-image{aspect-ratio:1;background:var(--light-gray);position:relative;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-card-image img{transform:scale(1.04)}.product-card-badge{background:var(--pink);color:var(--text);letter-spacing:.08rem;text-transform:uppercase;border-radius:50px;padding:.25rem .65rem;font-size:.65rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.product-card-badge.sale{color:#fff;background:#e22120}.product-card-body{flex-direction:column;flex:1;padding:1rem 1.25rem 1.25rem;display:flex}.product-card-cat{text-transform:uppercase;letter-spacing:.1rem;color:var(--text-muted);margin-bottom:.35rem;font-size:.68rem;font-weight:600}.product-card-name{min-height:2.6em;margin-bottom:.5rem;font-size:.92rem;font-weight:600;line-height:1.4}.product-card-price{margin-top:auto;margin-bottom:.9rem;font-size:1rem;font-weight:700}.product-card-btn{background:var(--pink);width:100%;color:var(--text);letter-spacing:.06rem;text-transform:uppercase;cursor:pointer;border:none;border-radius:6px;padding:.6rem;font-size:.75rem;font-weight:600;transition:background .2s}.product-card-btn:hover{background:var(--pink-dark)}.product-img-placeholder{background:linear-gradient(135deg, var(--pink-light), #f0d8d8);width:100%;height:100%;color:var(--pink-dark);justify-content:center;align-items:center;font-size:3rem;display:flex}.page-top{padding-top:calc(var(--header-height) + 3rem)}.page-section{padding-top:calc(var(--header-height) + 1.5rem)}.shop-layout{grid-template-columns:220px 1fr;align-items:start;gap:2.5rem;display:grid}.shop-sidebar{top:calc(var(--header-height) + 1.5rem);position:sticky}.sidebar-section{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:2rem}.sidebar-section:last-child{border-bottom:none}.sidebar-label{text-transform:uppercase;letter-spacing:.1rem;color:var(--text-muted);margin-bottom:.75rem;font-size:.72rem;font-weight:700}.sidebar-item{cursor:pointer;color:var(--text);border-radius:6px;justify-content:space-between;align-items:center;padding:.4rem .5rem;font-size:.88rem;text-decoration:none;transition:all .15s;display:flex}.sidebar-item:hover{background:var(--light-gray)}.sidebar-item.active{background:var(--pink-light);color:var(--text);font-weight:600}.sidebar-count{background:var(--light-gray);color:var(--text-muted);border-radius:20px;padding:.1rem .5rem;font-size:.72rem}.shop-toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding-bottom:1rem;display:flex}.shop-toolbar-title{font-size:1.5rem}.shop-meta{align-items:center;gap:1rem;display:flex}.shop-count{color:var(--text-muted);font-size:.85rem}.shop-sort select{border:1.5px solid var(--border);cursor:pointer;color:var(--text);background:#fff;border-radius:6px;outline:none;padding:.45rem .75rem;font-size:.82rem}.product-page{padding-top:calc(var(--header-height) + 2rem);padding-bottom:6rem}.product-detail{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.product-gallery{top:calc(var(--header-height) + 1.5rem);position:sticky}.product-main-img{border-radius:var(--card-radius);aspect-ratio:1;background:var(--light-gray);margin-bottom:1rem;overflow:hidden}.product-main-img img{object-fit:cover;width:100%;height:100%}.product-thumbs{gap:.75rem;display:flex}.product-thumb{cursor:pointer;background:var(--light-gray);border:2px solid #0000;border-radius:8px;flex-shrink:0;width:72px;height:72px;transition:border-color .2s;overflow:hidden}.product-thumb.active{border-color:var(--text)}.product-thumb img{object-fit:cover;width:100%;height:100%}.product-info-panel{padding-top:.5rem}.breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.78rem;display:flex}.breadcrumb a:hover{color:var(--text)}.breadcrumb-sep{opacity:.4}.product-cat-tag{text-transform:uppercase;letter-spacing:.1rem;color:var(--text-muted);margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:inline-block}.product-title{margin-bottom:.5rem;font-size:clamp(1.6rem,2.5vw,2.2rem)}.product-price-tag{margin:1rem 0 1.5rem;font-size:1.9rem;font-weight:700}.product-desc{color:var(--text-muted);margin-bottom:2rem;font-size:.92rem;line-height:1.75}.qty-row{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.qty-ctrl{border:1.5px solid var(--border);border-radius:var(--btn-radius);align-items:center;display:flex;overflow:hidden}.qty-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;transition:background .15s;display:flex}.qty-btn:hover{background:var(--light-gray)}.qty-val{text-align:center;border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);width:44px;height:38px;font-size:.92rem;font-weight:600;line-height:38px}.add-cart-btn{background:var(--text);color:#fff;border-radius:var(--btn-radius);letter-spacing:.06rem;text-transform:uppercase;cursor:pointer;border:none;width:100%;margin-bottom:.75rem;padding:1rem;font-size:.88rem;font-weight:600;transition:all .2s}.add-cart-btn:hover{background:#333;transform:translateY(-1px)}.product-meta{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.product-meta-row{gap:.5rem;margin-bottom:.4rem;font-size:.82rem;display:flex}.product-meta-label{color:var(--text-muted);font-weight:600}.cart-page{padding-top:calc(var(--header-height) + 2.5rem);min-height:80vh;padding-bottom:6rem}.cart-layout{grid-template-columns:1fr 360px;align-items:start;gap:3rem;display:grid}.cart-item{border-bottom:1px solid var(--border);grid-template-columns:90px 1fr auto;align-items:center;gap:1.25rem;padding:1.25rem 0;display:grid}.cart-item-img{aspect-ratio:1;background:var(--light-gray);border-radius:10px;overflow:hidden}.cart-item-img img{object-fit:cover;width:100%;height:100%}.cart-item-name{margin-bottom:.25rem;font-size:.92rem;font-weight:600}.cart-item-cat{color:var(--text-muted);margin-bottom:.75rem;font-size:.75rem}.cart-item-remove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;text-decoration:underline}.cart-item-remove:hover{color:#e22120}.cart-item-price{white-space:nowrap;font-size:1rem;font-weight:700}.cart-summary{background:var(--off-white);border:1px solid var(--border);border-radius:var(--card-radius);top:calc(var(--header-height) + 1.5rem);padding:1.75rem;position:sticky}.cart-summary h2{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:1rem;font-size:1rem}.summary-row{justify-content:space-between;padding:.45rem 0;font-size:.88rem;display:flex}.summary-total{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem;font-size:1.1rem;font-weight:700}.about-hero{background:var(--pink-light);padding:calc(var(--header-height) + 4rem) 0 5rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-grid img{border-radius:var(--card-radius);width:100%}.values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.value-card{background:var(--off-white);border-radius:var(--card-radius);border:1px solid var(--border);text-align:center;padding:2rem}.value-card-icon{margin-bottom:1rem;font-size:2.5rem}.value-card h3{margin-bottom:.5rem;font-size:1rem}.value-card p{color:var(--text-muted);font-size:.87rem}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.form-group{margin-bottom:1.25rem}.form-group label{text-transform:uppercase;letter-spacing:.06rem;color:var(--text-muted);margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:1.5px solid var(--border);background:#fff;border-radius:6px;outline:none;width:100%;padding:.75rem;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--text)}.form-group textarea{resize:vertical;min-height:140px}footer{background:var(--off-white);border-top:1px solid var(--border);padding:4rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand-name{letter-spacing:.2rem;text-transform:uppercase;margin-bottom:.75rem;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:800}.footer-brand p{color:var(--text-muted);max-width:220px;margin-bottom:1.25rem;font-size:.87rem;line-height:1.7}.footer-social{gap:.75rem;display:flex}.footer-social a{color:var(--text-muted);font-size:1.15rem;transition:color .2s}.footer-social a:hover{color:var(--text)}.footer-col h4{text-transform:uppercase;letter-spacing:.1rem;margin-bottom:1.25rem;font-size:.72rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.65rem;list-style:none;display:flex}.footer-col ul li a{color:var(--text-muted);font-size:.85rem;transition:color .2s}.footer-col ul li a:hover{color:var(--text)}.footer-newsletter{gap:.5rem;margin-top:.75rem;display:flex}.footer-newsletter input{border:1.5px solid var(--border);background:#fff;border-radius:4px;outline:none;flex:1;padding:.6rem .85rem;font-size:.82rem;transition:border-color .2s}.footer-newsletter input:focus{border-color:var(--text)}.footer-newsletter button{background:var(--text);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:.6rem .9rem;font-size:.78rem;font-weight:600;transition:background .2s}.footer-newsletter button:hover{background:#333}.footer-bottom{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:1.75rem;font-size:.78rem;display:flex}.badge-new{background:var(--pink);color:var(--text);text-transform:uppercase;letter-spacing:.08rem;vertical-align:middle;border-radius:50px;padding:.2rem .6rem;font-size:.65rem;font-weight:700}.empty-state{text-align:center;color:var(--text-muted);padding:5rem 2rem}.empty-state h3{color:var(--text);margin-bottom:.75rem;font-size:1.3rem}.divider{background:var(--border);height:1px;margin:2rem 0}.tag{background:var(--light-gray);color:var(--text-muted);border-radius:50px;margin:.2rem;padding:.3rem .8rem;font-size:.78rem;display:inline-block}.text-muted{color:var(--text-muted)}.text-center{text-align:center}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}@media (max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.values-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.categories-grid{grid-template-columns:1fr 1fr}.shop-layout{grid-template-columns:1fr}.shop-sidebar{background:var(--off-white);border-radius:var(--card-radius);padding:1rem;position:static}.product-detail{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.cart-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.about-grid{grid-template-columns:1fr;gap:2.5rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.values-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero h1{font-size:2rem}.categories-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr 1fr;gap:.75rem}}.lang-toggle{border:1.5px solid var(--border);cursor:pointer;letter-spacing:.08rem;color:var(--text-muted);background:0 0;border-radius:50px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.72rem;font-weight:700;transition:border-color .2s;display:flex}.lang-toggle:hover{border-color:var(--text);color:var(--text)}.lang-sep{opacity:.3}.lang-active{color:var(--text);font-weight:800}.cart-btn{color:var(--text);align-items:center;transition:color .2s;display:flex;position:relative}.cart-btn:hover{color:var(--pink-dark)}.cart-count{background:var(--pink);color:var(--text);border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:.6rem;font-weight:800;display:flex;position:absolute;top:-7px;right:-8px}.hero{background:0 0}.hero-split{min-height:100vh;padding:var(--header-height) 0 0;background:var(--pink-light);grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;display:grid!important}.hero-content{flex-direction:column;align-items:flex-start;padding:4rem 3rem 4rem calc(50vw - 640px + 1.5rem);display:flex}.hero-content .hero-badge{margin-bottom:1.5rem}.hero-content h1{text-align:left;margin-bottom:1.25rem;font-size:clamp(2.4rem,4vw,4rem)}.hero-content p{text-align:left;max-width:420px;margin:0 0 2rem}.hero-content .hero-btns{justify-content:flex-start}.hero-trust{color:var(--text-muted);flex-wrap:wrap;gap:1.5rem;margin-top:2rem;font-size:.78rem;font-weight:600;display:flex}.hero-visual{justify-content:center;align-items:center;height:100%;padding:4rem 2rem;display:flex;position:relative}.hero-blob{aspect-ratio:1;background:radial-gradient(#f5c2c299 0%,#0000 70%);border-radius:50%;justify-content:center;align-items:center;width:min(420px,45vw);display:flex}.hero-blob-inner{aspect-ratio:1;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:85%;display:flex;position:relative;box-shadow:0 20px 60px #f5c2c266}.hero-center-orb{z-index:2;font-size:5rem;position:relative}.hero-float-card{z-index:3;background:#fff;border-radius:16px;padding:.85rem 1rem;font-size:1.5rem;animation:3s ease-in-out infinite float;position:absolute;box-shadow:0 8px 24px #0000001a}.hero-float-1{animation-delay:0s;top:5%;right:0}.hero-float-2{animation-delay:1s;bottom:10%;left:-8%}.hero-float-3{animation-delay:.5s;top:55%;right:-5%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.usp-strip{border-bottom:1px solid var(--border);border-top:1px solid var(--border);background:#fff;padding:1.1rem 0}.usp-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.usp-item{justify-content:center;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}.usp-icon{font-size:1rem}.brand-story{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.brand-story-text{flex-direction:column;gap:0;display:flex}.brand-story-text h2{margin-bottom:1.25rem;font-size:clamp(1.8rem,2.5vw,2.5rem)}.brand-story-text p{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.brand-story-visual{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.brand-emoji-card{aspect-ratio:1;border-radius:var(--card-radius);justify-content:center;align-items:center;font-size:3.5rem;display:flex}.overline{text-transform:uppercase;letter-spacing:.12rem;color:var(--text-muted);margin-bottom:.75rem;font-size:.72rem;font-weight:700;display:block}.values-row{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.value-item{text-align:center;background:var(--off-white);border-radius:var(--card-radius);border:1px solid var(--border);padding:2rem 1.25rem}.value-icon{margin-bottom:1rem;font-size:2.5rem}.value-item h3{margin-bottom:.5rem;font-size:.92rem}.value-item p{color:var(--text-muted);font-size:.82rem;line-height:1.6}.newsletter-section{background:var(--text);color:#fff;padding:4rem 0}.newsletter-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;display:flex}.newsletter-inner h2{color:#fff;margin-bottom:.5rem;font-size:clamp(1.5rem,2.5vw,2rem)}.newsletter-inner p{color:#fff9;max-width:360px;font-size:.9rem}.newsletter-form-inline{flex-shrink:0;gap:.5rem;display:flex}.newsletter-form-inline input{color:#fff;background:#ffffff14;border:1.5px solid #fff3;border-radius:6px;outline:none;width:260px;padding:.75rem 1rem;font-size:.88rem;transition:border-color .2s}.newsletter-form-inline input::placeholder{color:#fff6}.newsletter-form-inline input:focus{border-color:var(--pink)}@media (max-width:900px){.hero-split{grid-template-columns:1fr;padding-bottom:3rem}.hero-content{text-align:center;align-items:center;padding:3rem 1.5rem 2rem}.hero-content h1,.hero-content p{text-align:center}.hero-content .hero-btns,.hero-trust{justify-content:center}.hero-visual{padding:2rem 1.5rem 3rem}.hero-blob{width:min(300px,75vw)}.brand-story{grid-template-columns:1fr;gap:2.5rem}.values-row,.usp-grid{grid-template-columns:1fr 1fr}.newsletter-inner{text-align:center;flex-direction:column}.newsletter-form-inline{width:100%}.newsletter-form-inline input{flex:1;width:auto}}@media (max-width:480px){.values-row{grid-template-columns:1fr}.usp-grid{grid-template-columns:1fr 1fr;gap:.75rem}}
