*{box-sizing:border-box;margin:0;padding:0}:root{--maroon:#6b1a1a;--maroon-dark:#4a0f0f;--maroon-light:#8b2525;--gold:#c9a84c;--gold-light:#e8c97a;--cream:#fdf6e3;--cream-dark:#f5e6c8;--saffron:#e8751a;--text-dark:#2c1810;--text-light:#fff9f0;--shadow:0 8px 32px #6b1a1a2e}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text-dark);font-family:Lato,sans-serif;overflow-x:hidden}.navbar{z-index:1000;background:0 0;justify-content:flex-end;align-items:center;height:70px;padding:1.5rem 3rem;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:var(--cream);padding:1rem 3rem;box-shadow:0 4px 20px #0000000d}.navbar-spacer{flex-grow:1}.navbar-brand{color:var(--gold);letter-spacing:2px;font-family:Cinzel,serif;font-size:1.4rem;text-decoration:none}.navbar-links{gap:2.5rem;list-style:none;display:flex}.navbar-links a{color:var(--text-dark);font-family:Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.navbar-links a:after{content:"";background:var(--maroon);height:2px;transition:transform .3s;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.navbar-links a:hover{color:var(--maroon)}.navbar-links a:hover:after{transform:scaleX(1)}.navbar-links a.nav-active{color:var(--maroon)}.navbar-links a.nav-active:after{transform:scaleX(1)}.mobile-menu{background:var(--cream);z-index:999;border-top:1px solid #0000000d;padding:1.5rem 2rem;list-style:none;position:absolute;top:70px;left:0;right:0;box-shadow:0 10px 20px #0000001a;flex-direction:column!important;gap:1.5rem!important;display:flex!important}.scroll-indicator{z-index:3;flex-direction:column;align-items:center;gap:6px;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-dot{background:var(--gold);width:6px;height:6px;box-shadow:0 0 8px var(--gold);border-radius:50%}.scroll-indicator:before{content:"";background:linear-gradient(to bottom, transparent, var(--gold));width:1px;height:40px}section{min-height:100vh}.gold-divider{background:linear-gradient(90deg, transparent, var(--gold), transparent);width:120px;height:2px;margin:1rem auto}.btn-primary{background:var(--gold);color:var(--maroon-dark);letter-spacing:2px;text-transform:uppercase;cursor:pointer;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);border:none;padding:.85rem 2.5rem;font-family:Cinzel,serif;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 6px 20px #c9a84c66}.btn-outline{border:2px solid var(--gold);color:var(--gold);letter-spacing:2px;text-transform:uppercase;cursor:pointer;background:0 0;padding:.75rem 2rem;font-family:Cinzel,serif;font-size:.85rem;text-decoration:none;transition:all .3s;display:inline-block}.btn-outline:hover{background:var(--gold);color:var(--maroon-dark)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--text-dark);width:24px;height:2px;transition:all .3s;display:block}@media (width<=768px){.hamburger{display:flex}.navbar-links:not(.mobile-menu){display:none}.navbar{padding:1.5rem}.navbar.scrolled{padding:1rem 1.5rem}}.hero{background:var(--cream);justify-content:center;align-items:center;min-height:100vh;padding-top:70px;display:flex;position:relative;overflow:hidden}.hero-bg{background:radial-gradient(at 70%,#6b1a1a14 0%,#0000 60%),radial-gradient(at 20% 80%,#c9a84c1a 0%,#0000 50%);position:absolute;inset:0}.hero-pattern{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-corner{opacity:.55;pointer-events:none;width:280px;height:280px;position:absolute}.hero-corner.tl{top:70px;left:0}.hero-corner.tr{top:70px;right:0;transform:scaleX(-1)}.hero-corner.bl{bottom:0;left:0;transform:scaleY(-1)}.hero-corner.br{bottom:0;right:0;transform:scale(-1)}.hero-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1000px;margin:0 auto;padding:3rem 2rem;display:flex;position:relative}.hero-text{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-eyebrow{letter-spacing:4px;color:var(--gold);text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:1rem;font-family:Cinzel,serif;font-size:.75rem;display:flex}.hero-eyebrow:before,.hero-eyebrow:after{content:"";background:var(--gold);flex:1;max-width:40px;height:1px}.hero-title{color:var(--maroon);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:700;line-height:1.15}.hero-title span{color:var(--gold);font-style:italic}.hero-subtitle{color:var(--maroon-light);letter-spacing:1px;margin-bottom:.8rem;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-style:italic}.hero-desc{color:#5a3a2a;max-width:600px;margin:0 auto 2rem;font-size:1rem;line-height:1.8}.hero-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-image-wrap{justify-content:center;align-items:center;display:flex;position:relative}.hero-image-frame{width:420px;height:520px;position:relative}.hero-image-frame:before{content:"";border:2px solid var(--gold);z-index:0;position:absolute;inset:-12px 12px 12px -12px}.hero-image-frame:after{content:"";border:2px solid var(--maroon);z-index:0;position:absolute;inset:12px -12px -12px 12px}.hero-img{z-index:1;object-fit:cover;width:100%;height:100%;display:block;position:relative}.hero-badge{z-index:2;background:var(--maroon);border:2px solid var(--gold);color:var(--gold);letter-spacing:1.5px;text-align:center;padding:.7rem 1.2rem;font-family:Cinzel,serif;font-size:.7rem;line-height:1.6;position:absolute;bottom:-20px;left:-20px}.hero-badge strong{font-size:1.4rem;font-weight:700;display:block}@media (width<=900px){.hero-content{text-align:center;grid-template-columns:1fr;gap:3rem;padding:2rem}.hero-text{text-align:center}.hero-eyebrow,.hero-btns{justify-content:center}.hero-image-frame{width:300px;height:380px}.hero-corner{width:160px;height:160px}.hero-desc{margin:0 auto 2rem}}.about{background:var(--maroon);justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.about:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C9A84C' fill-opacity='0.06'%3E%3Cpath d='M40 0C17.9 0 0 17.9 0 40s17.9 40 40 40 40-17.9 40-40S62.1 0 40 0zm0 70c-16.5 0-30-13.5-30-30S23.5 10 40 10s30 13.5 30 30-13.5 30-30 30z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.about-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1100px;display:grid;position:relative}.about-label{letter-spacing:4px;color:var(--gold);text-transform:uppercase;margin-bottom:1rem;font-family:Cinzel,serif;font-size:.7rem}.about-title{color:var(--cream);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.2}.about-title em{color:var(--gold);font-style:italic}.about-text{color:#fdf6e3d9;margin-bottom:1.5rem;font-size:1rem;line-height:1.9}.about-stats{flex-wrap:wrap;gap:2rem;margin-top:2rem;display:flex}.stat{text-align:center;border:1px solid #c9a84c66;min-width:100px;padding:1.2rem 1.5rem}.stat-number{color:var(--gold);font-family:Playfair Display,serif;font-size:2rem;font-weight:700;display:block}.stat-label{color:#fdf6e3b3;letter-spacing:1px;text-transform:uppercase;font-size:.75rem}.about-image-grid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;height:460px;display:grid}.about-img{object-fit:cover;width:100%;height:100%;display:block}.about-img-main{grid-row:span 2}.about-img-sm{object-fit:cover}.about-quote{color:var(--gold-light);border-left:3px solid var(--gold);margin:1.5rem 0;padding-left:1.2rem;font-family:Cormorant Garamond,serif;font-size:1.25rem;font-style:italic;line-height:1.7}@media (width<=900px){.about-container{grid-template-columns:1fr;gap:3rem}.about-image-grid{height:300px}}.products{background:var(--cream);min-height:100vh;padding:7rem 2rem;position:relative}.section-header{text-align:center;margin-bottom:4rem}.section-label{letter-spacing:4px;color:var(--gold);text-transform:uppercase;margin-bottom:.8rem;font-family:Cinzel,serif;font-size:.7rem}.section-title{color:var(--maroon);font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700}.section-title em{color:var(--gold);font-style:italic}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1100px;margin:0 auto;display:grid}.product-card{cursor:pointer;background:#fff;border:1px solid #c9a84c33;transition:all .35s;position:relative;overflow:hidden}.product-card:hover{border-color:var(--gold);transform:translateY(-8px);box-shadow:0 20px 50px #6b1a1a26}.product-img-wrap{background:var(--cream-dark);height:280px;position:relative;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.07)}.product-tag{background:var(--maroon);color:var(--gold);letter-spacing:1.5px;text-transform:uppercase;padding:.3rem .8rem;font-family:Cinzel,serif;font-size:.65rem;position:absolute;top:14px;left:14px}.product-info{border-top:2px solid var(--gold);padding:1.5rem}.product-name{color:var(--maroon);margin-bottom:.4rem;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600}.product-desc{color:#6b4c3b;margin-bottom:1rem;font-size:.875rem;line-height:1.7}.product-footer{justify-content:space-between;align-items:center;display:flex}.product-price{color:var(--maroon);font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700}.product-price span{color:#999;margin-left:.4rem;font-size:.85rem;font-weight:400;text-decoration:line-through}.add-to-cart{background:var(--maroon);color:var(--gold);letter-spacing:1px;cursor:pointer;text-transform:uppercase;border:none;padding:.6rem 1.2rem;font-family:Cinzel,serif;font-size:.7rem;transition:all .3s}.add-to-cart:hover{background:var(--gold);color:var(--maroon-dark)}@media (width<=768px){.products-grid{grid-template-columns:1fr}}.special-offers{background:var(--maroon);justify-content:center;align-items:center;width:100%;min-height:80vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.special-offers:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C9A84C' fill-opacity='0.06'%3E%3Cpath d='M40 0C17.9 0 0 17.9 0 40s17.9 40 40 40 40-17.9 40-40S62.1 0 40 0zm0 70c-16.5 0-30-13.5-30-30S23.5 10 40 10s30 13.5 30 30-13.5 30-30 30z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.special-offers-container{width:100%;max-width:1200px;min-height:500px;box-shadow:none;background:0 0;flex-direction:column;align-items:center;padding:3rem;display:flex;position:relative}.special-offers-title{color:#fff;text-align:center;text-shadow:2px 2px 4px #0000001a;margin-bottom:2rem;font-family:Shrikhand,cursive;font-size:clamp(3rem,7vw,6rem);font-weight:400;line-height:1.1}.stickers-wrapper{z-index:2;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;width:100%;margin-top:1rem;display:flex;position:relative}.sticker{text-align:center;clip-path:polygon(50% 0%,58% 6%,68% 2%,72% 11%,82% 11%,83% 21%,92% 25%,89% 34%,98% 41%,91% 49%,98% 59%,89% 66%,92% 75%,83% 79%,82% 89%,72% 89%,68% 98%,58% 94%,50% 100%,42% 94%,32% 98%,28% 89%,18% 89%,17% 79%,8% 75%,11% 66%,2% 59%,9% 49%,2% 41%,11% 34%,8% 25%,17% 21%,18% 11%,28% 11%,32% 2%,42% 6%);--base-y:0px;width:310px;height:310px;transform:translateY(var(--base-y)) rotate(-180deg) scale(.5);opacity:0;background-color:#fdfaf0;justify-content:center;align-items:center;padding:3.5rem;transition:transform .8s cubic-bezier(.175,.885,.32,1.275),opacity .8s;display:flex;position:relative}.special-offers.in-view .sticker{opacity:1;transform:translateY(var(--base-y)) rotate(0deg) scale(1)}.special-offers.in-view .sticker:hover{transform:translateY(var(--base-y)) rotate(0deg) scale(1.05);transition:transform .3s}.sticker-left{--base-y:-20px;transition-delay:0s,0s}.sticker-center{--base-y:40px;transition-delay:.2s,.2s}.sticker-right{--base-y:-30px;transition-delay:.4s,.4s}.sticker p{color:#1a1a1a;opacity:0;margin:0;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-style:italic;line-height:1.3;transition:opacity .5s}.special-offers.in-view .sticker-left p{opacity:1;transition-delay:.8s}.special-offers.in-view .sticker-center p{opacity:1;transition-delay:1s}.special-offers.in-view .sticker-right p{opacity:1;transition-delay:1.2s}.sticker-highlight{font-weight:600}.offers-flower{z-index:3;pointer-events:none;width:250px;height:auto;position:absolute;bottom:-40px;right:-50px}@media (width<=900px){.stickers-wrapper{flex-direction:column;gap:1rem}.sticker-left,.sticker-center,.sticker-right{transform:none!important}.sticker{width:260px;height:260px;padding:2.5rem}.sticker p{font-size:1.2rem}.offers-flower{width:150px;bottom:-20px;right:-20px}.special-offers-container{padding:2rem 1rem}}.featured{background:var(--cream-dark);align-items:center;min-height:90vh;padding:7rem 2rem;display:flex}.featured-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1250px;margin:0 auto;display:grid}.featured-image-col{position:relative}.featured-img-frame{height:700px;position:relative}.featured-img-frame:before{content:"";border:2px solid var(--gold);z-index:0;position:absolute;inset:-15px 30px 30px -15px}.featured-main-img{z-index:1;object-fit:cover;width:90%;height:90%;display:block;position:relative}.featured-small-img{z-index:2;object-fit:cover;border:4px solid var(--cream-dark);width:160px;height:160px;box-shadow:var(--shadow);position:absolute;bottom:-20px;right:-20px}.featured-ribbon{z-index:3;background:var(--maroon);color:var(--gold);letter-spacing:2px;text-transform:uppercase;padding:.4rem 1.2rem;font-family:Cinzel,serif;font-size:.7rem;position:absolute;top:20px;right:-10px}.featured-ribbon:after{content:"";border-left:10px solid var(--maroon-dark);border-top:14px solid #0000;border-bottom:14px solid #0000;position:absolute;top:0;right:-10px}.featured-text .section-label,.featured-text .section-title{text-align:left}.featured-tagline{color:var(--maroon-light);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-style:italic}.featured-desc{color:#5a3a2a;margin-bottom:1.5rem;font-size:1rem;line-height:1.85}.featured-highlights{margin-bottom:2rem;list-style:none}.featured-highlights li{color:#5a3a2a;padding:.4rem 0 .4rem 1.5rem;font-size:.9rem;position:relative}.featured-highlights li:before{content:"✦";color:var(--gold);font-size:.7rem;position:absolute;top:.55rem;left:0}.featured-price-row{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.featured-price{color:var(--maroon);font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.featured-price-old{color:#aaa;font-size:1.1rem;text-decoration:line-through}.featured-btns{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=900px){.featured-inner{grid-template-columns:1fr;gap:3rem}.featured-img-frame{height:320px}.featured-text .section-title,.featured-text .section-label{text-align:center}}.contact{background:var(--maroon-dark);min-height:80vh;padding:6rem 2rem;position:relative;overflow:hidden}.contact:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5z' fill='%23C9A84C' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");position:absolute;inset:0}.contact-inner{z-index:1;max-width:1100px;margin:0 auto;position:relative}.contact-header{text-align:center;margin-bottom:4rem}.contact-header .section-title{color:var(--cream)}.contact-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.contact-info h3{color:var(--gold);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.5rem}.contact-item{border-bottom:1px solid #c9a84c26;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.contact-icon{background:#c9a84c26;border:1px solid #c9a84c4d;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;display:flex}.contact-item-content p{color:#fdf6e380;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.2rem;font-family:Cinzel,serif;font-size:.75rem}.contact-item-content a,.contact-item-content span{color:var(--cream);font-size:.95rem;line-height:1.5;text-decoration:none;transition:color .3s;display:block}.contact-item-content a:hover{color:var(--gold)}.contact-form{background:#fdf6e30d;border:1px solid #c9a84c33;padding:2rem}.contact-form h3{color:var(--gold);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{margin-bottom:1rem}.form-group label{letter-spacing:1.5px;text-transform:uppercase;color:#fdf6e399;margin-bottom:.4rem;font-family:Cinzel,serif;font-size:.75rem;display:block}.form-group input,.form-group textarea,.form-group select{width:100%;color:var(--cream);background:#fdf6e312;border:1px solid #c9a84c4d;outline:none;padding:.75rem 1rem;font-family:Lato,sans-serif;font-size:.9rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--gold)}.form-group textarea{resize:vertical;min-height:110px}.form-group input::placeholder,.form-group textarea::placeholder{color:#fdf6e34d}.footer-bar{text-align:center;color:#fdf6e366;letter-spacing:1px;border-top:1px solid #c9a84c33;margin-top:4rem;padding-top:2rem;font-size:.8rem}.footer-bar span{color:var(--gold)}@media (width<=768px){.contact-grid,.form-row{grid-template-columns:1fr}}.loader-container{background-color:var(--maroon);z-index:9999;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.flower{justify-content:center;align-items:center;width:250px;height:250px;margin-bottom:2rem;animation-name:rotateFlower;animation-duration:8s;animation-timing-function:ease;animation-iteration-count:infinite;display:flex;position:relative}.petal{background:linear-gradient(#fff0f5,#ffb6c1);border-radius:50%;width:35px;height:60px;animation-name:changeColor;animation-duration:8s;animation-iteration-count:infinite;animation-direction:reverse;position:absolute}.petal1{animation-delay:.1s;transform:rotate(0)translateY(-50%)}.petal2{animation-delay:.2s;transform:rotate(45deg)translateY(-50%)}.petal3{animation-delay:.3s;transform:rotate(90deg)translateY(-50%)}.petal4{animation-delay:.4s;transform:rotate(135deg)translateY(-50%)}.petal5{animation-delay:.5s;transform:rotate(180deg)translateY(-50%)}.petal6{animation-delay:.6s;transform:rotate(225deg)translateY(-50%)}.petal7{animation-delay:.7s;transform:rotate(270deg)translateY(-50%)}.petal8{animation-delay:.8s;transform:rotate(315deg)translateY(-50%)}.center{z-index:2;background-color:#fff0f5;border:2px solid #ff69b4;border-radius:50%;width:30px;height:30px;position:absolute}@keyframes changeColor{0%{background:linear-gradient(#fff0f5,#ffb6c1)}25%{background:linear-gradient(#ffe4e1,#ff69b4)}50%{background:linear-gradient(pink,#ff1493)}75%{background:linear-gradient(#ffb6c1,#db7093)}to{background:linear-gradient(#fff0f5,#ffb6c1)}}@keyframes rotateFlower{0%{transform:scale(1)rotate(0)}50%{transform:scale(1.5)rotate(360deg)}to{transform:scale(1)rotate(0)}}.loader-text{color:var(--cream);letter-spacing:2px;text-align:center;z-index:2;margin-top:1rem;font-family:Shrikhand,cursive;font-size:2rem;animation:2s ease-in-out infinite alternate fadeInText;position:relative}@keyframes fadeInText{0%{opacity:.6;transform:scale(.98)}to{opacity:1;transform:scale(1)}}
