@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--primary-pink:#f7d7d9;--secondary-pink:#fadadd;--accent-rose:#b76e79;--bg-cream:#fff8f0;--text-dark:#3d2b2b;--text-muted:#6b5b5b;--white:#fff;--gold:#d4af37;--glass-bg:#ffffffb3;--glass-border:#fff3;--glass-shadow:0 8px 32px 0 #b76e7926;--font-main:"Inter", sans-serif;--font-heading:"Outfit", sans-serif;--font-accent:"Playfair Display", serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-cream);color:var(--text-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-dark);font-weight:600}.accent-text{font-family:var(--font-accent);font-style:italic}a{color:inherit;text-decoration:none;transition:all .3s}button{cursor:pointer;font-family:var(--font-heading);border:none;outline:none;transition:all .3s}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.8s ease-out forwards fadeIn}.navbar{z-index:1000;justify-content:space-between;align-items:center;height:80px;padding:0 4rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--glass-shadow);height:70px}.logo{font-family:var(--font-heading);color:var(--accent-rose);letter-spacing:1px;font-size:1.8rem;font-weight:700}.logo-img{object-fit:contain;width:auto;height:120px}.navbar.scrolled .logo-img{height:110px}.logo-img-footer{object-fit:contain;width:auto;height:150px;margin-bottom:1.5rem}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{font-family:var(--font-heading);color:var(--text-dark);font-size:.95rem;font-weight:500;position:relative}.nav-links a:after{content:"";background:var(--accent-rose);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-links a:hover:after{width:100%}.cart-btn{background:var(--accent-rose);color:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:600;display:flex;box-shadow:0 4px 15px #b76e794d}.cart-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b76e7966}.hero-section{background:linear-gradient(135deg, var(--bg-cream) 0%, #f7e6e8 100%);justify-content:center;align-items:center;gap:5rem;min-height:100vh;padding:100px 4rem 4rem;display:flex}.hero-content{z-index:2;flex:1.2;max-width:700px}.hero-title{color:var(--accent-rose);margin-bottom:2rem;font-size:4rem;line-height:1.1}.hero-title span{display:block}.hero-subtitle{color:var(--text-muted);text-align:left;max-width:100%;margin-bottom:3rem;font-size:1.05rem;line-height:1.9}.cta-group{gap:1.5rem;display:flex}.btn-primary{background:var(--accent-rose);color:#fff;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600}.btn-secondary{color:var(--accent-rose);border:2px solid var(--accent-rose);background:0 0;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600}.hero-image-container{flex:1.5;justify-content:center;align-items:center;display:flex}.hero-image{aspect-ratio:16/9;object-fit:cover;border-radius:40px;width:100%;max-width:800px;height:auto;animation:6s ease-in-out infinite float;box-shadow:30px 30px 80px #b76e7933}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.featured-section{padding:6rem 4rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:2.8rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;display:grid}.product-card{flex-direction:column;height:100%;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.product-card:hover{transform:translateY(-10px)}.product-image-wrapper{border-radius:20px 20px 0 0;height:250px;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%}.product-info h3{margin-bottom:.5rem;font-size:1.4rem}.product-price{color:var(--accent-rose);font-size:1.2rem;font-weight:700}.product-info{flex-direction:column;flex:1;padding:1.5rem;display:flex}.product-category{color:var(--accent-rose);background:#bd93931a;border-radius:20px;margin-bottom:.75rem;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-block}.product-description{color:var(--text-muted);flex:1;min-height:3em;margin-bottom:1rem;font-size:.9rem}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.add-to-cart-btn{background:var(--accent-rose);color:#fff;border-radius:50px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #b76e7940}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #b76e7959}.wishlist-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:36px;height:36px;color:var(--accent-rose);background:#ffffffd9;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000001a}.wishlist-btn:hover{transform:scale(1.1)}.hamburger-btn{color:var(--text-dark);background:0 0;padding:.4rem;display:none}.mobile-overlay{z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#3d2b2b80;position:fixed;inset:0}.mobile-menu{flex-direction:column;gap:1rem;width:280px;height:100%;padding:2rem;display:flex;position:absolute;top:0;left:0}.mobile-menu-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.mobile-menu-header button{color:var(--text-dark);background:0 0}.mobile-nav-links{flex-direction:column;gap:.5rem;list-style:none;display:flex}.mobile-nav-links button{color:var(--text-dark);font-family:var(--font-heading);text-align:left;background:0 0;border-bottom:1px solid #b76e791a;width:100%;padding:.75rem 0;font-size:1.2rem;font-weight:500}.mobile-nav-links button:hover{color:var(--accent-rose)}.cart-overlay{z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#3d2b2b80;position:fixed;inset:0}.cart-modal{border-radius:24px 0 0 24px;flex-direction:column;width:420px;max-width:100vw;height:100%;display:flex;position:absolute;top:0;right:0}.cart-header{border-bottom:1px solid #b76e7926;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.cart-header h3{font-size:1.3rem}.cart-header button{color:var(--text-muted);background:0 0}.cart-empty{color:var(--text-muted);opacity:.5;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.cart-items{flex-direction:column;flex:1;gap:1rem;padding:1rem 1.5rem;display:flex;overflow-y:auto}.cart-item{background:#ffffff80;border-radius:12px;align-items:flex-start;gap:1rem;padding:.75rem;display:flex}.cart-item-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:64px;height:64px}.cart-item-info{flex:1;min-width:0}.cart-item-name{color:var(--text-dark);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.cart-item-price{color:var(--accent-rose);margin-bottom:.5rem;font-size:.8rem}.cart-item-qty{align-items:center;gap:.75rem;display:flex}.cart-item-qty button{color:var(--accent-rose);background:#b76e791a;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.cart-item-qty span{text-align:center;min-width:20px;font-size:.95rem;font-weight:600}.cart-remove-btn{color:var(--text-muted);background:0 0;flex-shrink:0;padding:.25rem}.cart-remove-btn:hover{color:#e05555}.cart-footer-actions{border-top:1px solid #b76e7926;flex-direction:column;gap:1rem;padding:1rem 1.5rem 1.5rem;display:flex}.cart-note{color:var(--text-muted);font-size:.8rem;line-height:1.5}.btn-whatsapp{color:#fff;background:#25d366;border-radius:50px;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;display:flex;box-shadow:0 4px 15px #25d3664d}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.about-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.about-card{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 2rem;display:flex}.about-icon{color:var(--accent-rose)}.about-card h3{color:var(--text-dark);font-size:1.3rem}.about-card p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.contact-section{background:linear-gradient(135deg, var(--accent-rose) 0%, #8b4a56 100%);text-align:center;padding:6rem 4rem}.contact-inner{max-width:600px;margin:0 auto}.contact-title{margin-bottom:1rem;color:#fff!important}.contact-subtitle{color:#ffffffd9;margin-bottom:3rem;font-size:1.1rem}.contact-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex}.contact-btn{font-family:var(--font-heading);border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.contact-btn-whatsapp{color:#fff;background:#25d366;box-shadow:0 4px 15px #25d36659}.contact-btn-whatsapp:hover{transform:translateY(-3px);box-shadow:0 8px 25px #25d36673}.contact-btn-instagram{color:var(--accent-rose);background:#fff;box-shadow:0 4px 15px #0000001a}.contact-btn-instagram:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.contact-info{flex-direction:column;gap:.4rem;display:flex}.contact-info p{color:#ffffffbf;font-size:.9rem}.footer{color:#fff;text-align:center;background:#3d2b2b;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem;display:flex}.footer-logo{font-size:2rem;color:#fff!important}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:#ffffffb3;transition:all .3s}.footer-links a:hover{color:#fff;transform:scale(1.2)}.footer-copy{color:#ffffff80;font-size:.9rem}.floating-whatsapp{color:#fff;z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #25d36666}.floating-whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d3668c}@media (width<=768px){.navbar{padding:0 1.5rem}.nav-links{display:none}.hamburger-btn{display:flex}.hero-section{text-align:center;flex-direction:column;height:auto;padding:6rem 1.5rem 2rem}.hero-title{font-size:3rem}.hero-image{width:100%;height:350px}.cta-group{justify-content:center}.featured-section,.contact-section{padding:4rem 1.5rem}.cart-modal{border-radius:0;width:100vw}.about-grid{grid-template-columns:1fr}}
