:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2}button{font-family:inherit;cursor:pointer}#root{width:100%}.navigation{background:linear-gradient(135deg,#e0f7f6,#f0fffe);padding:1rem 0;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo h1{margin:0;font-size:1.8rem;color:#ff6b6b;font-family:Georgia,serif}.logo{text-decoration:none}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links a{text-decoration:none;color:#45b7af;font-weight:500;font-size:1.1rem;transition:color .3s ease}.nav-links a:hover{color:#ff6b6b}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.logo h1{font-size:1.5rem}.nav-links a{font-size:1rem}}.footer{background:linear-gradient(135deg,#45b7af,#4ecdc4);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#ffd4cc}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#ffd4cc}.footer-section p{margin:.5rem 0;line-height:1.6}.social-links{display:flex;flex-direction:row;gap:1.5rem;font-size:1.8rem}.social-links a{color:#fff;text-decoration:none;transition:all .3s ease;display:inline-block}.social-links a:hover{color:#ffd4cc;transform:translateY(-3px) scale(1.1)}.footer-bottom{text-align:center;padding:2rem 0 1rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.footer-bottom p{margin:0}@media(max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}}.home{width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes borderMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero{background:linear-gradient(135deg,#ffd4cc,#e0f7f6,#fff);padding:6rem 2rem;text-align:left;position:relative;overflow:hidden;min-height:600px;display:flex;align-items:center;justify-content:flex-start;border-radius:30px;margin:2rem}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,107,107,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(78,205,196,.1) 0%,transparent 50%);pointer-events:none;animation:pulse 8s ease-in-out infinite;z-index:0}.hero-flower{position:absolute;width:50%;height:100%;opacity:.65;pointer-events:none;z-index:0;object-fit:cover;object-position:center;mask-image:linear-gradient(to left,#000 60%,#000000e6 80%,#00000080 95%,#0000);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,1) 60%,rgba(0,0,0,.9) 80%,rgba(0,0,0,.5) 95%,rgba(0,0,0,0) 100%);filter:contrast(1.1) saturate(1.2)}.hero-flower-mobile{display:none}.hero-flower-right{right:0;top:0;transform:none;animation:float 6s ease-in-out infinite}.hero-content{max-width:600px;width:50%;margin:0;padding-left:4rem;position:relative;z-index:10;background:linear-gradient(to right,rgba(255,255,255,.3) 0%,transparent 100%);padding:3rem 3rem 3rem 4rem;border-radius:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero h1{font-size:3rem;background:linear-gradient(135deg,#45b7af,#4ecdc4,#7fe0d8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;font-family:Georgia,serif;animation:fadeInUp 1s ease-out;font-weight:700}.hero-subtitle{font-size:1.5rem;color:#ff6b6b;margin-bottom:1.5rem;font-weight:500;animation:fadeInUp 1s ease-out .2s both}.hero-description{font-size:1.2rem;color:#555;margin-bottom:2rem;line-height:1.6;animation:fadeInUp 1s ease-out .4s both}.cta-button{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;border-radius:50px;cursor:pointer;position:relative;animation:fadeInUp 1s ease-out .6s both;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #ff6b6b4d}.cta-button:before{content:"";position:absolute;inset:-3px;border-radius:50px;padding:3px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4,#ff8787,#7fe0d8,#ff6b6b,#4ecdc4);background-size:200% 100%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:borderMove 3s linear infinite;z-index:-1}.section-divider{position:relative;height:80px;overflow:hidden}.section-divider svg{position:absolute;bottom:0;width:100%;height:80px}.about-section{max-width:900px;margin:4rem auto;padding:0 2rem;text-align:center;position:relative}.about-section h2{font-size:2.5rem;background:linear-gradient(135deg,#ff6b6b,#ff8787,#ffb3b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;font-family:Georgia,serif;animation:fadeIn 1s ease-out;font-weight:700}.about-section p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out .2s both}.services-section{background:#f0fffe;padding:4rem 2rem;text-align:center}.services-section h2{font-size:2.5rem;background:linear-gradient(135deg,#4ecdc4,#45b7af,#3a9d96);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:3rem;font-family:Georgia,serif;animation:fadeIn 1s ease-out;font-weight:700}.services-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease;opacity:0;animation:fadeInUp .6s ease-out forwards;position:relative;border:2px solid transparent}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #4ecdc433;border-color:#4ecdc44d}.service-icon{margin-bottom:1.5rem;display:inline-block;transition:transform .3s ease}.service-icon-gradient{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#ff8787,#4ecdc4);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;box-shadow:0 8px 20px #ff6b6b4d;position:relative;margin:0 auto 2rem}.service-icon-gradient:before{content:"";position:absolute;inset:-4px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#4ecdc4,#ff8787,#7fe0d8);opacity:0;transition:opacity .3s ease;z-index:-1;filter:blur(10px)}.service-card:hover .service-icon-gradient:before{opacity:.7}.service-card:hover .service-icon{transform:translateY(-5px) scale(1.05)}.service-icon-css{width:100px;height:100px;margin:0 auto 1.5rem;position:relative;display:flex;align-items:center;justify-content:center}.service-icon-css:before{content:"";position:absolute;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b1a,#4ecdc41a);border:3px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#ff6b6b,#4ecdc4);background-origin:border-box;background-clip:padding-box,border-box;transition:all .3s ease}.service-icon-css:after{content:"";position:absolute;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);box-shadow:0 4px 15px #ff6b6b4d}.service-card:nth-child(1) .service-icon-css:after{background:linear-gradient(135deg,#ff6b6b,#ff8787)}.service-card:nth-child(2) .service-icon-css:after{background:linear-gradient(135deg,#4ecdc4,#7fe0d8)}.service-card:nth-child(3) .service-icon-css:after{background:linear-gradient(135deg,#ff8787,#ffb3b3)}.service-card:nth-child(4) .service-icon-css:after{background:linear-gradient(135deg,#45b7af,#4ecdc4)}.service-card:hover .service-icon-css:before{transform:scale(1.1) rotate(90deg);border-width:4px}.service-card:hover .service-icon-css:after{transform:scale(1.15);box-shadow:0 6px 25px #4ecdc466}.service-card h3{font-size:1.5rem;color:#45b7af;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6}.testimonials-section{padding:4rem 2rem;background:#fff;text-align:center}.testimonials-section h2{font-size:2.5rem;background:linear-gradient(135deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:3rem;font-family:Georgia,serif;font-weight:700}.testimonials-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:linear-gradient(135deg,#f0fffe,#fff);padding:2.5rem 2rem;border-radius:20px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative;border:2px solid transparent}.testimonial-card:before{content:'"';position:absolute;top:-20px;left:20px;font-size:6rem;color:#ffd4cc;font-family:Georgia,serif;opacity:.5}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #4ecdc426;border-color:#4ecdc44d}.stars{font-size:1.2rem;margin-bottom:1rem}.testimonial-text{font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:1.5rem;font-style:italic}.customer-info{display:flex;flex-direction:column;gap:.3rem;padding-top:1rem;border-top:2px solid rgba(78,205,196,.2)}.customer-info strong{color:#45b7af;font-size:1.1rem}.customer-info span{color:#999;font-size:.9rem}.cta-section{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#e0f7f6,#f0fffe)}.cta-section h2{font-size:2.5rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;font-family:Georgia,serif;animation:fadeIn 1s ease-out;font-weight:700}.cta-section p{font-size:1.2rem;color:#555;margin-bottom:2rem;animation:fadeInUp 1s ease-out .2s both}.cta-section .cta-button{animation:fadeInUp 1s ease-out .4s both}@media(max-width:1024px)and (min-width:769px){.hero{padding:5rem 2rem}.hero-content{max-width:500px;padding:2.5rem 2.5rem 2.5rem 3rem}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1.1rem}.hero-flower{width:50%}}@media(max-width:768px){.hero{min-height:auto;text-align:center;justify-content:center;flex-direction:column;padding:4rem 2rem 2rem;margin:1rem;border-radius:20px}.hero-flower-desktop{display:none}.hero-flower-mobile{display:block;position:relative;width:100%;max-width:400px;height:auto;right:auto;top:auto;transform:none;margin:0 auto;opacity:.8;filter:contrast(1.1) saturate(1.2);mask-image:none;-webkit-mask-image:none;border-radius:20px}.hero-content{width:100%;padding:2rem;margin:0 auto;margin-bottom:2rem;background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.about-section h2,.services-section h2,.cta-section h2{font-size:2rem}.services-grid,.testimonials-grid{grid-template-columns:1fr}.testimonial-card:before{font-size:4rem;top:-10px;left:10px}.service-icon-gradient{width:80px;height:80px;font-size:2rem;margin-bottom:1.5rem}.cta-button{padding:.9rem 2rem;font-size:1rem}}.products{width:100%}.products-hero{background:linear-gradient(135deg,#ffd4cc,#e0f7f6);padding:4rem 2rem;text-align:center}.products-hero h1{font-size:3rem;color:#45b7af;margin-bottom:1rem;font-family:Georgia,serif}.products-hero p{font-size:1.3rem;color:#555}.products-container{max-width:1400px;margin:3rem auto;padding:0 2rem;display:grid;grid-template-columns:250px 1fr;gap:3rem}.category-sidebar{background:#f0fffe;padding:2rem;border-radius:15px;height:fit-content;box-shadow:0 2px 10px #0000000d}.category-sidebar h3{font-size:1.5rem;color:#45b7af;margin-bottom:1.5rem;font-family:Georgia,serif}.category-list{list-style:none;padding:0;margin:0}.category-list li{margin-bottom:.5rem}.category-button{width:100%;text-align:left;padding:.75rem 1rem;background:#fff;border:2px solid transparent;border-radius:8px;color:#45b7af;font-size:1rem;cursor:pointer;transition:all .3s ease}.category-button:hover{background:#ffd4cc;border-color:#ff6b6b}.category-button.active{background:#ff6b6b;color:#fff;border-color:#ff6b6b}.products-main{width:100%}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ff6b6b26}.product-image-placeholder{background:linear-gradient(135deg,#ffd4cc,#e0f7f6);height:250px;display:flex;align-items:center;justify-content:center}.image-icon{font-size:4rem}.product-info{padding:1.5rem}.product-info h3{font-size:1.3rem;color:#45b7af;margin-bottom:.5rem}.product-description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:1.5rem;font-weight:700;color:#ff6b6b}.add-to-cart-button{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:25px;cursor:pointer;font-size:.9rem;transition:transform .3s ease,box-shadow .3s ease}.add-to-cart-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ff6b6b4d}@media(max-width:1024px){.products-container{grid-template-columns:1fr}.category-sidebar{display:flex;flex-direction:column}.category-list{display:flex;flex-wrap:wrap;gap:.5rem}.category-list li{margin-bottom:0}.category-button{width:auto}}@media(max-width:768px){.products-hero h1{font-size:2rem}.products-grid{grid-template-columns:1fr}}.gallery{width:100%}.gallery-hero{background:linear-gradient(135deg,#ffd4cc,#e0f7f6);padding:4rem 2rem;text-align:center}.gallery-hero h1{font-size:3rem;color:#45b7af;margin-bottom:1rem;font-family:Georgia,serif}.gallery-hero p{font-size:1.3rem;color:#555}.gallery-container{max-width:1400px;margin:3rem auto;padding:0 2rem}.gallery-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.filter-button{padding:.75rem 1.5rem;background:#fff;border:2px solid #FF6B6B;border-radius:25px;color:#ff6b6b;font-size:1rem;cursor:pointer;transition:all .3s ease;font-weight:500}.filter-button:hover{background:#ffd4cc}.filter-button.active{background:#ff6b6b;color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.gallery-item{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000001a;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ff6b6b33}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-image-placeholder{background:linear-gradient(135deg,#ffd4cc,#e0f7f6);height:300px;display:flex;align-items:center;justify-content:center;position:relative}.gallery-icon{font-size:5rem}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(69,183,175,.95) 0%,rgba(69,183,175,.7) 50%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;opacity:0;transition:opacity .3s ease}.gallery-overlay h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem;font-family:Georgia,serif}.gallery-occasion{color:#ffd4cc;font-size:1rem;margin:0}.gallery-cta{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#e0f7f6,#f0fffe);margin-top:4rem}.gallery-cta h2{font-size:2.5rem;color:#45b7af;margin-bottom:1rem;font-family:Georgia,serif}.gallery-cta p{font-size:1.2rem;color:#555;margin-bottom:2rem}.cta-button{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;border-radius:50px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #ff6b6b4d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}@media(max-width:768px){.gallery-hero h1{font-size:2rem}.gallery-grid{grid-template-columns:1fr}.gallery-filters{gap:.5rem}.filter-button{padding:.6rem 1.2rem;font-size:.9rem}.gallery-cta h2{font-size:2rem}}.contact{width:100%}.contact-hero{background:linear-gradient(135deg,#ffd4cc,#e0f7f6);padding:4rem 2rem;text-align:center}.contact-hero h1{font-size:3rem;color:#45b7af;margin-bottom:1rem;font-family:Georgia,serif}.contact-hero p{font-size:1.3rem;color:#555}.contact-container{max-width:1200px;margin:3rem auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#f0fffe;padding:2rem;border-radius:15px;box-shadow:0 2px 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{transform:translateY(-3px);box-shadow:0 4px 15px #ff6b6b1a}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h3{font-size:1.3rem;color:#45b7af;margin-bottom:.75rem;font-family:Georgia,serif}.info-card p{color:#555;margin:.25rem 0;line-height:1.6}.contact-form-container{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 4px 20px #00000014}.contact-form-container h2{font-size:2rem;color:#45b7af;margin-bottom:2rem;font-family:Georgia,serif}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#45b7af;font-weight:500;margin-bottom:.5rem;font-size:1rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e0f7f6;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ff6b6b}.form-group textarea{resize:vertical}.submit-button{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:50px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #ff6b6b4d;margin-top:1rem}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}@media(max-width:968px){.contact-container{grid-template-columns:1fr}.contact-hero h1{font-size:2rem}.contact-form-container{padding:1.5rem}}@media(max-width:480px){.contact-form-container h2{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}
