:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}body{margin:0;display:flex;flex-direction:column;min-width:320px;min-height:100vh}#root{width:100%}html{scroll-behavior:smooth}@media(max-width:768px){button,a{min-height:44px;min-width:44px}}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{width:100%;position:fixed;top:0;left:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:.8rem 2rem;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 2px 6px #0000001a;box-sizing:border-box}.navbar-left{display:flex;align-items:center;gap:.8rem}.navbar-logo{height:40px;width:40px}.navbar-title{font-family:Georgia,serif;font-size:1.5rem;font-weight:700;color:#4b2e69}.navbar-links{display:flex;list-style:none;gap:1.8rem}.navbar-links a{text-decoration:none;color:#4b2e69;font-weight:500;transition:color .2s}.navbar-links a:hover{color:#7f5cbf}.navbar-toggle{display:none;font-size:1.6rem;background:none;border:none;cursor:pointer;color:#4b2e69;padding:.5rem;min-height:44px;min-width:44px}@media(max-width:768px){.navbar{padding:.6rem 1rem}.navbar-title{font-size:1.2rem}.navbar-logo{height:32px;width:32px}.navbar-links{position:absolute;top:56px;right:0;left:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;width:100%;padding:1rem 0;border-radius:0 0 16px 16px;display:none;box-shadow:0 8px 20px #00000026;gap:0}.navbar-links li{width:100%;text-align:center}.navbar-links a{display:block;padding:1rem 2rem;font-size:1.1rem;border-bottom:1px solid rgba(75,46,105,.1)}.navbar-links li:last-child a{border-bottom:none}.navbar-links.open{display:flex}.navbar-toggle{display:flex;align-items:center;justify-content:center}}@media(max-width:480px){.navbar-title{font-size:1rem}.navbar-left{gap:.5rem}}.hero{width:100%;margin:0;padding:1rem;height:100vh;height:100dvh;background-size:cover;background-position:center;background-repeat:no-repeat;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff}.hero-content{max-width:90%;padding:0 1rem}.hero-content h1{font-size:clamp(1.8rem,5vw,3rem);margin:0;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-content p{margin-top:1rem;font-size:clamp(1rem,2.5vw,1.3rem);text-shadow:0 1px 5px rgba(0,0,0,.3)}@media(max-width:768px){.hero{height:100svh;padding-top:60px}.hero-content h1{font-size:1.8rem;line-height:1.2}.hero-content p{font-size:1rem;padding:0 .5rem}}@media(max-width:480px){.hero-content h1{font-size:1.5rem}.hero-content p{font-size:.95rem}}.about-section{padding:6rem 2rem;background:linear-gradient(135deg,#f8f5fc,#fff)}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-container+.about-container{margin-top:5rem}.about-container.reverse{direction:rtl}.about-container.reverse>*{direction:ltr}.about-container.reverse .about-image:before{left:15px;right:-15px}.about-image{position:relative}.about-image img{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 20px 40px #4b2e6933}.about-image:before{content:"";position:absolute;inset:-15px 15px 15px -15px;border:3px solid #9b7bc7;border-radius:16px;z-index:-1}.about-content h2{font-family:Georgia,serif;font-size:2.5rem;color:#4b2e69;margin-bottom:.5rem}.decorative-line{width:80px;height:3px;background:linear-gradient(90deg,#9b7bc7,#d4a5ff);margin-bottom:1.5rem;border-radius:2px}.about-content p{color:#555;line-height:1.8;font-size:1.1rem;margin-bottom:1.2rem}.about-features{display:flex;gap:2rem;margin-top:2rem}.feature{display:flex;flex-direction:column;align-items:center;gap:.5rem}.feature-icon{font-size:2rem}.feature-text{font-weight:600;color:#4b2e69;font-size:.95rem}@media(max-width:900px){.about-section{padding:4rem 1.5rem}.about-container{grid-template-columns:1fr;gap:2rem}.about-container+.about-container{margin-top:4rem}.about-container.reverse{direction:ltr}.about-image img{height:300px}.about-image:before{display:none}.about-content h2{font-size:2rem;text-align:center}.decorative-line{margin:0 auto 1.5rem}.about-content p{text-align:center;font-size:1rem}.about-features{justify-content:center}}@media(max-width:600px){.about-section{padding:3rem 1rem}.about-container+.about-container{margin-top:3rem}.about-image img{height:250px}.about-content h2{font-size:1.75rem}.about-content p{font-size:.95rem;line-height:1.7}.about-features{gap:1.5rem}.feature-icon{font-size:1.6rem}.feature-text{font-size:.85rem}}.products-section{padding:6rem 2rem;background:#fff}.products-header{text-align:center;margin-bottom:4rem}.products-header h2{font-family:Georgia,serif;font-size:2.5rem;color:#4b2e69;margin-bottom:.5rem}.products-header p{color:#777;font-size:1.1rem}.products-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{position:relative;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #4b2e6926}.product-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#9b7bc7,#7f5cbf);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;z-index:1}.product-image{height:200px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.1)}.product-info{padding:1.5rem}.product-info h3{font-family:Georgia,serif;font-size:1.25rem;color:#4b2e69;margin-bottom:.5rem}.product-info p{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.product-footer{display:flex;justify-content:center;align-items:center}.product-btn{background:linear-gradient(135deg,#9b7bc7,#7f5cbf);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:600;font-size:.95rem;transition:transform .2s,box-shadow .2s;width:100%}.product-btn:hover{transform:scale(1.05);box-shadow:0 4px 15px #7f5cbf66}@media(max-width:900px){.products-section{padding:4rem 1.5rem}.products-header{margin-bottom:3rem}.products-header h2{font-size:2rem}.products-header p{font-size:1rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}}@media(max-width:600px){.products-section{padding:3rem 1rem}.products-header h2{font-size:1.75rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{max-width:400px;margin:0 auto}.product-image{height:180px}.product-info{padding:1.2rem}.product-info h3{font-size:1.15rem}.product-info p{font-size:.9rem}.product-footer{flex-direction:column;gap:0;align-items:stretch}.product-btn{width:100%;padding:.8rem 1.2rem}}.gallery-section{padding:6rem 2rem;background:linear-gradient(180deg,#f8f5fc,#fff)}.gallery-header{text-align:center;margin-bottom:4rem}.gallery-header h2{font-family:Georgia,serif;font-size:2.5rem;color:#4b2e69;margin-bottom:.5rem}.gallery-header p{color:#777;font-size:1.1rem}.gallery-grid{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.gallery-item{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.gallery-item.reverse{direction:rtl}.gallery-item.reverse>*{direction:ltr}.gallery-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 15px 40px #4b2e6933}.gallery-image img{width:100%;height:350px;object-fit:cover;display:block;transition:transform .5s}.gallery-item:hover .gallery-image img{transform:scale(1.05)}.image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#9b7bc71a,#4b2e6933);pointer-events:none}.gallery-content{padding:1rem}.gallery-season{display:inline-block;background:linear-gradient(135deg,#e8dff5,#f3ebff);color:#7f5cbf;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.gallery-content h3{font-family:Georgia,serif;font-size:1.8rem;color:#4b2e69;margin-bottom:1rem}.gallery-content p{color:#555;line-height:1.8;font-size:1.05rem;margin-bottom:1.5rem}.gallery-btn{background:transparent;color:#7f5cbf;border:2px solid #9b7bc7;padding:.7rem 1.8rem;border-radius:25px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s}.gallery-btn:hover{background:linear-gradient(135deg,#9b7bc7,#7f5cbf);color:#fff;border-color:transparent;transform:translate(5px)}@media(max-width:900px){.gallery-section{padding:4rem 1.5rem}.gallery-header{margin-bottom:3rem}.gallery-header h2{font-size:2rem}.gallery-header p{font-size:1rem}.gallery-grid{gap:3rem}.gallery-item,.gallery-item.reverse{grid-template-columns:1fr;direction:ltr;gap:1.5rem}.gallery-image img{height:280px}.gallery-content{padding:0;text-align:center}.gallery-content h3{font-size:1.5rem}.gallery-content p{font-size:1rem}.gallery-btn{margin:0 auto;display:inline-block}}@media(max-width:600px){.gallery-section{padding:3rem 1rem}.gallery-header h2{font-size:1.75rem}.gallery-grid{gap:2.5rem}.gallery-image img{height:220px}.gallery-content h3{font-size:1.35rem}.gallery-content p{font-size:.95rem;line-height:1.7}.gallery-season{font-size:.8rem;padding:.35rem .8rem}.gallery-btn{width:100%;max-width:200px;padding:.8rem 1.5rem}}.facebook-feed-section{padding:6rem 2rem;background:linear-gradient(180deg,#fff,#f8f5fc)}.feed-container{max-width:1200px;margin:0 auto}.feed-header{text-align:center;margin-bottom:4rem}.feed-header h2{font-family:Georgia,serif;font-size:2.5rem;color:#4b2e69;margin-bottom:.5rem}.feed-header p{color:#777;font-size:1.1rem}.feed-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.facebook-embed{display:flex;justify-content:center;align-items:flex-start;background:#fff;border-radius:16px;padding:1rem;box-shadow:0 10px 40px #4b2e691a;min-height:500px;width:100%;box-sizing:border-box}.facebook-embed iframe{border-radius:8px;max-width:100%}.feed-cta{display:flex;align-items:center;width:100%}.cta-content{padding:2rem;background:linear-gradient(135deg,#4b2e69,#6d4585);border-radius:16px;color:#fff;width:100%;box-sizing:border-box}.cta-content h3{font-family:Georgia,serif;font-size:1.8rem;margin-bottom:1rem}.cta-content>p{font-size:1.05rem;line-height:1.7;opacity:.9;margin-bottom:1.5rem}.feed-highlights{list-style:none;padding:0;margin:0 0 2rem}.feed-highlights li{padding:.6rem 0;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.15)}.feed-highlights li:last-child{border-bottom:none}.facebook-btn{display:inline-block;background:#1877f2;color:#fff;padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;font-size:1rem;transition:transform .2s,box-shadow .2s}.facebook-btn:hover{transform:scale(1.05);box-shadow:0 8px 25px #1877f266}@media(max-width:900px){.facebook-feed-section{padding:4rem 1.5rem}.feed-header h2{font-size:2rem}.feed-header{margin-bottom:3rem}.feed-content{grid-template-columns:1fr;gap:2rem}.facebook-embed{min-height:450px;padding:.75rem;justify-content:center}.cta-content{padding:1.5rem;text-align:center}.cta-content h3{font-size:1.5rem}.feed-highlights{text-align:left;max-width:300px;margin:0 auto 2rem}}@media(max-width:600px){.facebook-feed-section{padding:3rem 1rem}.feed-header h2{font-size:1.75rem}.feed-header p{font-size:.95rem;padding:0 .5rem}.feed-content{gap:1.5rem}.facebook-embed{min-height:400px;padding:.5rem;border-radius:12px}.cta-content{padding:1.25rem;border-radius:12px}.cta-content h3{font-size:1.25rem}.cta-content>p{font-size:.9rem;line-height:1.6}.feed-highlights{max-width:100%}.feed-highlights li{font-size:.9rem;padding:.5rem 0}.facebook-btn{display:block;width:100%;text-align:center;padding:.9rem 1.5rem;box-sizing:border-box}}@media(max-width:400px){.facebook-feed-section{padding:2.5rem .75rem}.feed-header h2{font-size:1.5rem}.feed-header{margin-bottom:2rem}.facebook-embed{min-height:350px}.cta-content h3{font-size:1.15rem}}.visit-section{padding:6rem 2rem;background:linear-gradient(135deg,#4b2e69,#6d4585);color:#fff}.visit-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start}.visit-info h2{font-family:Georgia,serif;font-size:2.5rem;margin-bottom:.5rem}.visit-info .decorative-line{width:80px;height:3px;background:linear-gradient(90deg,#d4a5ff,#f3ebff);margin-bottom:1.5rem;border-radius:2px}.visit-intro{font-size:1.1rem;line-height:1.7;opacity:.9;margin-bottom:2.5rem}.info-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem}.info-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.15);transition:transform .3s,background .3s}.info-card:hover{transform:translateY(-5px);background:#ffffff26}.info-icon{font-size:2rem;margin-bottom:.8rem}.info-card h3{font-family:Georgia,serif;font-size:1.2rem;margin-bottom:.5rem}.info-card p{font-size:.95rem;line-height:1.6;opacity:.9}.visit-cta{display:flex;gap:1rem;flex-wrap:wrap}.cta-btn{padding:.9rem 2rem;border-radius:30px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.cta-btn.primary{background:#fff;color:#4b2e69;border:none}.cta-btn.primary:hover{background:#f3ebff;transform:scale(1.05);box-shadow:0 8px 25px #0003}.cta-btn.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.cta-btn.secondary:hover{border-color:#fff;background:#ffffff1a}.cta-btn.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none}.cta-btn.whatsapp:hover{transform:scale(1.05);box-shadow:0 8px 25px #25d36666}.visit-map{position:sticky;top:100px}.map-placeholder{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid rgba(255,255,255,.15);cursor:pointer;transition:all .3s}.map-placeholder:hover{background:#ffffff26;transform:scale(1.02)}.map-icon{font-size:4rem;margin-bottom:1rem}.map-placeholder p{font-size:1.3rem;font-weight:600;margin-bottom:.3rem}.map-placeholder span{font-size:.9rem;opacity:.7}@media(max-width:900px){.visit-section{padding:4rem 1.5rem}.visit-container{grid-template-columns:1fr;gap:2.5rem}.visit-info h2{font-size:2rem;text-align:center}.visit-info .decorative-line{margin:0 auto 1.5rem}.visit-intro{text-align:center;font-size:1rem}.info-cards{grid-template-columns:1fr 1fr}.visit-map{position:relative;top:0}.map-placeholder{height:300px}.visit-cta{justify-content:center}}@media(max-width:600px){.visit-section{padding:3rem 1rem}.visit-info h2{font-size:1.75rem}.visit-intro{font-size:.95rem;margin-bottom:2rem}.info-cards{grid-template-columns:1fr;gap:1rem}.info-card{padding:1.2rem;text-align:center}.info-icon{font-size:1.8rem}.info-card h3{font-size:1.1rem}.info-card p{font-size:.9rem}.visit-cta{flex-direction:column;align-items:stretch}.cta-btn{width:100%;text-align:center}.map-placeholder{height:250px}.map-icon{font-size:3rem}.map-placeholder p{font-size:1.1rem}}.footer{background:#1a1225;color:#e0d6ec;padding:4rem 2rem 0}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand h3{font-family:Georgia,serif;font-size:1.5rem;color:#fff;margin-bottom:1rem}.footer-brand p{font-size:.95rem;line-height:1.7;opacity:.8;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{font-size:1.5rem;transition:transform .2s}.social-links a:hover{transform:scale(1.2)}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{font-family:Georgia,serif;font-size:1.1rem;color:#fff;margin-bottom:1.2rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.7rem}.footer-column a{color:#e0d6ec;text-decoration:none;font-size:.95rem;opacity:.8;transition:opacity .2s,color .2s}.footer-column a:hover{opacity:1;color:#d4a5ff}.footer-newsletter{padding:2.5rem 0;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.footer-newsletter h4{font-family:Georgia,serif;font-size:1.3rem;color:#fff;margin-bottom:.5rem}.footer-newsletter p{font-size:.95rem;opacity:.8;margin-bottom:1.5rem}.newsletter-form{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap}.newsletter-form input{padding:.9rem 1.5rem;border:1px solid rgba(255,255,255,.2);border-radius:30px;background:#ffffff0d;color:#fff;font-size:1rem;min-width:280px;outline:none;transition:border-color .3s,background .3s}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form input:focus{border-color:#9b7bc7;background:#ffffff1a}.newsletter-form button{padding:.9rem 2rem;background:linear-gradient(135deg,#9b7bc7,#7f5cbf);color:#fff;border:none;border-radius:30px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.newsletter-form button:hover{transform:scale(1.05);box-shadow:0 8px 25px #7f5cbf66}.footer-contact{padding:2.5rem 0;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.footer-contact h4{font-family:Georgia,serif;font-size:1.3rem;color:#fff;margin-bottom:.5rem}.footer-contact p{font-size:.95rem;opacity:.8;margin-bottom:1.5rem}.contact-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.contact-btn{padding:.9rem 2rem;border:none;border-radius:30px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.contact-btn.email{background:linear-gradient(135deg,#9b7bc7,#7f5cbf);color:#fff}.contact-btn.email:hover{transform:scale(1.05);box-shadow:0 8px 25px #7f5cbf66}.contact-btn.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.contact-btn.whatsapp:hover{transform:scale(1.05);box-shadow:0 8px 25px #25d36666}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.9rem;opacity:.6}.author-credit{font-size:.85rem;opacity:.5}.author-credit a{color:#d4a5ff;text-decoration:none;transition:opacity .2s}.author-credit a:hover{opacity:1;text-decoration:underline}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#e0d6ec;text-decoration:none;font-size:.9rem;opacity:.6;transition:opacity .2s}.footer-legal a:hover{opacity:1}@media(max-width:900px){.footer{padding:3rem 1.5rem 0}.footer-main{grid-template-columns:1fr;gap:2.5rem}.footer-brand{text-align:center}.footer-brand h3{font-size:1.3rem}.social-links{justify-content:center}.footer-links{grid-template-columns:repeat(3,1fr);text-align:center;gap:1rem}.footer-column h4{font-size:1rem;margin-bottom:.8rem}.footer-newsletter{padding:2rem 0}.footer-bottom{justify-content:center;text-align:center}}@media(max-width:600px){.footer{padding:2.5rem 1rem 0}.footer-main{gap:2rem}.footer-brand p{font-size:.9rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}.footer-column a{font-size:.9rem}.footer-newsletter h4{font-size:1.15rem}.footer-newsletter p{font-size:.9rem}.newsletter-form{flex-direction:column;align-items:stretch;gap:1rem}.newsletter-form input{min-width:100%;width:100%;box-sizing:border-box}.newsletter-form button{width:100%}.footer-bottom{flex-direction:column;padding:1.2rem 0}.footer-legal{gap:1rem}.footer-legal a,.footer-bottom p{font-size:.85rem}}.loader-container{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f8f5fc,#e8dff5,#d4c4e8);display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease-out,visibility .5s ease-out}.loader-container.hidden{opacity:0;visibility:hidden;pointer-events:none}.loader-content{text-align:center}.lavender-spinner{width:80px;height:80px;position:relative;margin:0 auto 2rem}.spinner-leaf{position:absolute;width:12px;height:30px;background:linear-gradient(180deg,#9b7bc7,#7f5cbf);border-radius:50%/60% 60% 40% 40%;left:50%;top:50%;transform-origin:center bottom;animation:spinLeaf 1.2s ease-in-out infinite}.spinner-leaf:nth-child(1){transform:translate(-50%) translateY(-100%) rotate(0);animation-delay:0s}.spinner-leaf:nth-child(2){transform:translate(-50%) translateY(-100%) rotate(90deg);animation-delay:.3s}.spinner-leaf:nth-child(3){transform:translate(-50%) translateY(-100%) rotate(180deg);animation-delay:.6s}.spinner-leaf:nth-child(4){transform:translate(-50%) translateY(-100%) rotate(270deg);animation-delay:.9s}@keyframes spinLeaf{0%,to{opacity:.3;transform:translate(-50%) translateY(-100%) rotate(var(--rotation)) scale(.8)}50%{opacity:1;transform:translate(-50%) translateY(-100%) rotate(var(--rotation)) scale(1)}}.spinner-leaf:nth-child(1){--rotation: 0deg}.spinner-leaf:nth-child(2){--rotation: 90deg}.spinner-leaf:nth-child(3){--rotation: 180deg}.spinner-leaf:nth-child(4){--rotation: 270deg}@keyframes pulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.spinner-leaf:nth-child(1){animation:pulse 1.2s ease-in-out infinite 0s}.spinner-leaf:nth-child(2){animation:pulse 1.2s ease-in-out infinite .3s}.spinner-leaf:nth-child(3){animation:pulse 1.2s ease-in-out infinite .6s}.spinner-leaf:nth-child(4){animation:pulse 1.2s ease-in-out infinite .9s}.loader-title{font-family:Georgia,serif;font-size:1.8rem;color:#4b2e69;margin:0 0 .5rem;animation:fadeInUp .6s ease-out}.loader-text{font-size:1rem;color:#7f5cbf;margin:0;animation:fadeInUp .6s ease-out .2s backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loader-text:after{content:"";animation:dots 1.5s infinite}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}
