@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap";:root{--primary:#880e4f;--primary-dark:#560027;--accent:#ec407a;--bg-pink:#fdf2f5;--text-deep:#2d0c1e;--text-light:#6b7280;--white:#fff;--glass:#ffffffb3;--font-serif:"Cormorant Garamond", serif;--font-sans:"Montserrat", sans-serif;--transition-smooth:all .6s cubic-bezier(.16, 1, .3, 1);--transition-fast:all .3s ease;--shadow-sm:0 4px 6px -1px #0000000d;--shadow-md:0 10px 15px -3px #880e4f14;--shadow-lg:0 25px 50px -12px #880e4f1f;--border-radius-lg:80px;--border-radius-md:40px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--bg-pink);color:var(--text-deep);-webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-ivory)}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}h1,h2,h3,h4{font-family:var(--font-serif);letter-spacing:-.02em;font-weight:600}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button{cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;outline:none;font-family:inherit}.container{max-width:1440px;margin:0 auto;padding:0 4rem}@media (width<=1024px){.container{padding:0 2rem}}.glass{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#fff9;border:1px solid #fff3}.btn{letter-spacing:.1em;text-transform:uppercase;z-index:1;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:.75rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";z-index:-1;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.btn:hover:before{left:100%}.btn-primary{background-color:var(--text-charcoal);color:var(--white)}.btn-primary:hover{background-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.btn-outline{color:var(--text-charcoal);border:1px solid #1a1c221a}.btn-outline:hover{border-color:var(--text-charcoal);transform:translateY(-3px)}.reveal{opacity:0;transition:opacity 1s ease-out,transform 1s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}section{padding:10rem 0}@media (width<=768px){section{padding:6rem 0}}.text-gold{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.navbar{z-index:1000;width:100%;transition:var(--transition-smooth);padding:0 4rem;position:fixed;top:2rem;left:0}.nav-container{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffc;border:1px solid #ffffff4d;border-radius:50px;justify-content:space-between;align-items:center;padding:.75rem 2rem;display:flex;box-shadow:0 10px 30px #0000000d}.nav-left .logo{align-items:center;gap:.5rem;display:flex}.logo-icon{width:24px;height:24px;color:var(--primary)}.logo-text{font-family:var(--font-serif);letter-spacing:.1em;color:var(--primary);font-size:1.25rem;font-weight:700}.nav-links{background:var(--white);border-radius:30px;gap:2rem;padding:.5rem 2rem;display:flex;box-shadow:inset 0 2px 5px #00000005}.nav-item{color:var(--text-deep);text-transform:capitalize;transition:var(--transition-fast);font-size:.85rem;font-weight:500}.nav-item:hover{color:var(--accent)}.nav-right{align-items:center;gap:1.5rem;display:flex}.login-btn{background:var(--accent);color:var(--white);transition:var(--transition-smooth);border-radius:25px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.85rem;font-weight:600;display:flex}.login-btn:hover{background:var(--primary);transform:translateY(-2px)}.nav-action-btn{color:var(--text-deep);opacity:.7;transition:var(--transition-fast)}.nav-action-btn:hover{opacity:1;color:var(--primary)}@media (width<=1024px){.navbar{padding:0 1.5rem;top:1rem}.nav-container{padding:.6rem 1.25rem}.nav-links{opacity:0;visibility:hidden;z-index:999;background:#fff;border-radius:24px;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:5.5rem;left:1.5rem;right:1.5rem;transform:translateY(-10px);box-shadow:0 15px 40px #880e4f26}.nav-links.active{opacity:1;visibility:visible;transform:translateY(0)}.nav-item{text-align:center;width:100%;font-size:1.1rem}.hide-mobile{display:none}}.hamburger-btn{justify-content:center;align-items:center;width:32px;height:32px;display:none;position:relative}@media (width<=1024px){.hamburger-btn{display:flex}}.hamburger-icon{width:22px;height:16px;position:relative}.hamburger-icon span{background:var(--primary);opacity:1;border-radius:9px;width:100%;height:2px;transition:all .25s ease-in-out;display:block;position:absolute;left:0;transform:rotate(0)}.hamburger-icon span:first-child{top:0}.hamburger-icon span:nth-child(2){top:7px}.hamburger-icon span:nth-child(3){top:14px}.hamburger-icon.open span:first-child{top:7px;transform:rotate(135deg)}.hamburger-icon.open span:nth-child(2){opacity:0;left:-60px}.hamburger-icon.open span:nth-child(3){top:7px;transform:rotate(-135deg)}.footer{background-color:var(--white);border-top:1px solid #0000000d;padding:8rem 0 4rem}.footer-grid{grid-template-columns:1.5fr 3fr;gap:4rem;margin-bottom:6rem;display:grid}.footer-logo{font-family:var(--font-serif);letter-spacing:.1em;margin-bottom:1.5rem;font-size:2.5rem}.footer-tagline{color:var(--text-light);margin-bottom:2.5rem;font-size:1rem;font-style:italic}.social-links{gap:1.5rem;display:flex}.social-icon{opacity:.6;transition:var(--transition);font-size:1.5rem}.social-icon:hover{opacity:1;transform:translateY(-5px)}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-column h4{letter-spacing:.15em;color:var(--text-charcoal);margin-bottom:2rem;font-size:.75rem;font-weight:700}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:1rem}.footer-column ul li a{color:var(--text-light);transition:var(--transition);font-size:.875rem}.footer-column ul li a:hover{color:var(--primary);padding-left:5px}.footer-bottom{text-align:center;border-top:1px solid #0000000d;padding-top:4rem}.footer-bottom p{color:var(--text-light);letter-spacing:.05em;font-size:.75rem}@media (width<=1024px){.footer-grid{grid-template-columns:1fr;gap:4rem}}@media (width<=768px){.footer-links{grid-template-columns:1fr;gap:3rem}.footer{padding:4rem 0 2rem}}.cursor-dot{background-color:var(--primary);pointer-events:none;z-index:10000;border-radius:50%;width:6px;height:6px;transition:width .3s,height .3s,background-color .3s;position:fixed;transform:translate(-50%,-50%)}.cursor-ring{border:1px solid var(--primary);pointer-events:none;z-index:9999;border-radius:50%;width:40px;height:40px;transition:width .3s,height .3s,border-color .3s,transform .15s ease-out;position:fixed;transform:translate(-50%,-50%)}.cursor-dot.pointer{background-color:var(--accent);width:12px;height:12px}.cursor-ring.pointer{background:#ec407a0d;border-color:#880e4f1a;width:70px;height:70px}.cursor-dot.clicking{transform:translate(-50%,-50%)scale(.5)}.cursor-ring.clicking{background:#880e4f1a;transform:translate(-50%,-50%)scale(.8)}@media (width<=1024px){.cursor-dot,.cursor-ring{display:none}}.hero{background-color:var(--bg-pink);justify-content:center;align-items:center;min-height:100vh;padding:100px 20px 40px;display:flex;position:relative;overflow:hidden}.hero-corner-flowers{z-index:5;opacity:.6;pointer-events:none;width:clamp(300px,40vw,600px);position:absolute;top:-100px;right:-100px}.hero-corner-flowers img{width:100%;transform:rotate(-15deg)}.hero-rounded-container{background:var(--white);width:100%;max-width:1400px;min-height:clamp(500px,80vh,800px);box-shadow:var(--shadow-lg);z-index:10;border-radius:clamp(40px,8vw,80px);flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem);display:flex;position:relative}.hero-background-title{text-align:center;z-index:1;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-background-title h1{font-size:clamp(8rem,25vw,25rem);font-family:var(--font-serif);color:#fce4ec;letter-spacing:-.05em;opacity:.6;margin:0;line-height:.8}.hero-center-bouquet{z-index:2;width:clamp(280px,50vw,550px);position:absolute;top:50%;left:50%;transform:translate(-50%,-40%)}.hero-center-bouquet img{filter:drop-shadow(0 20px 40px #880e4f26);width:100%}.hero-content-grid{z-index:10;grid-template-columns:1fr 1fr;width:100%;display:grid;position:relative}.hero-left-info{flex-direction:column;justify-content:center;max-width:400px;display:flex}.hero-subtitle{font-family:var(--font-serif);color:var(--text-deep);margin-bottom:1.5rem;font-size:2.5rem}.hero-description{color:var(--text-light);margin-bottom:2rem;font-size:1rem;line-height:1.6}.hero-reviews{align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.stars{color:#ffb300;letter-spacing:2px}.review-count{color:var(--text-deep);font-size:.85rem;font-weight:600}.hero-actions{align-items:center;gap:2rem;display:flex}.price-tag-btn{background:var(--accent);color:var(--white);border-radius:30px;padding:1rem 2rem;font-size:.9rem;font-weight:600;box-shadow:0 10px 20px #ec407a33}.add-to-cart-wrapper{align-items:center;gap:1rem;display:flex}.add-text{color:var(--text-deep);font-size:.9rem;font-weight:600}.add-cart-btn{border:1.5px solid var(--text-deep);width:50px;height:50px;transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex}.add-cart-btn svg{width:20px;color:var(--text-deep)}.add-cart-btn:hover{background:var(--text-deep)}.add-cart-btn:hover svg{color:var(--white)}.hero-right-pagination{justify-content:flex-end;align-items:center;display:flex}.pagination-controls{align-items:center;gap:1.5rem;display:flex}.pag-btn{width:40px;height:40px;color:var(--text-deep);transition:var(--transition-fast);border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;display:flex}.pag-btn:hover{border-color:var(--primary);color:var(--primary)}.pag-btn svg{width:18px}.pag-numbers{color:var(--text-deep);font-size:1.25rem;font-weight:700}.pag-numbers small{color:var(--text-light);font-size:.85rem;font-weight:400}.pag-btn.next{background:var(--primary);color:var(--white);border:none}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleUp{0%{opacity:0;transform:translate(-50%,-40%)scale(.9)}to{opacity:1;transform:translate(-50%,-40%)scale(1)}}@keyframes bgFade{0%{opacity:0;transform:translate(-50%,-50%)scale(1.1)}to{opacity:.5;transform:translate(-50%,-50%)scale(1)}}.slide-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards slideUp}.scale-up{animation:1s cubic-bezier(.16,1,.3,1) forwards scaleUp}.hero-background-title h1{font-size:25rem;font-family:var(--font-serif);color:#fce4ec;letter-spacing:-.05em;opacity:.5;margin:0;line-height:1;animation:1.2s cubic-bezier(.16,1,.3,1) forwards bgFade}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}@media (width<=1024px){.hero{padding-top:120px}.hero-rounded-container{min-height:auto;padding:3rem 1.5rem}.hero-background-title{top:35%}.hero-center-bouquet{width:80%;max-width:350px;margin:0 auto 3rem;position:relative;top:0;left:0;transform:none}@keyframes scaleUpMobile{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.scale-up{animation:1s cubic-bezier(.16,1,.3,1) forwards scaleUpMobile}.hero-content-grid{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-left-info{align-items:center;max-width:100%}.hero-subtitle{font-size:2rem}.hero-description{font-size:.95rem}.hero-actions{flex-direction:column;gap:1.5rem;width:100%}.price-tag-btn{width:100%}.hero-right-pagination{justify-content:center;margin-top:2rem}}@media (width<=480px){.hero-subtitle{font-size:1.75rem}.hero-background-title h1{font-size:6rem}}.stats{background-color:var(--white);border-bottom:1px solid #880e4f0d;padding:3rem 0}.stats-container{justify-content:space-between;align-items:center;gap:2rem;display:flex}.stat-item{flex:1;align-items:center;gap:1.5rem;display:flex}.stat-icon-wrapper{background:var(--bg-pink);width:50px;height:50px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stat-icon-wrapper svg{width:24px;height:24px}.stat-info{flex-direction:column;display:flex}.stat-label{font-family:var(--font-serif);color:var(--text-deep);margin-bottom:.25rem;font-size:1rem;font-weight:700}.stat-desc{color:var(--text-light);font-size:.75rem;font-weight:500}@media (width<=1024px){.stats-container{flex-direction:column;align-items:flex-start;gap:3rem}.stat-item{width:100%}}.collections-header{text-align:center;margin-bottom:5rem}.shop-title-wrapper{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.decorative-line{background:linear-gradient(to right, transparent, var(--primary), transparent);opacity:.3;width:150px;height:1px}.decorative-star{color:var(--primary);font-size:1.2rem}.collections-header .title{font-family:var(--font-serif);color:var(--text-deep);margin:0;font-size:3rem}.header-desc{padding-bottom:1rem;line-height:1.8}.collections-layout{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.collection-item{transition:var(--transition-smooth);position:relative}.item-image-box{height:500px;box-shadow:var(--shadow-md);margin-bottom:2rem;position:relative;overflow:hidden}.item-img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.collection-item:hover .item-img{transform:scale(1.1)}.item-overlay{opacity:0;width:100%;height:100%;transition:var(--transition-smooth);background:#1a1c2266;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.collection-item:hover .item-overlay{opacity:1}.quick-view{background:var(--white);color:var(--text-charcoal);letter-spacing:.2em;transition:var(--transition-smooth);padding:1rem 2rem;font-size:.7rem;font-weight:700;transform:translateY(20px)}.collection-item:hover .quick-view{transform:translateY(0)}.item-badge{background:var(--white);color:var(--text-charcoal);letter-spacing:.1em;padding:.5rem 1rem;font-size:.6rem;font-weight:700;position:absolute;top:2rem;right:2rem}.item-info{padding:0 .5rem}.item-top{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.item-cat{color:var(--primary);letter-spacing:.15em;font-size:.65rem;font-weight:700}.item-price{color:var(--text-light);font-size:.75rem;font-weight:600}.item-name{color:var(--text-charcoal);margin-bottom:1.5rem;font-size:1.75rem}.item-footer{justify-content:space-between;align-items:center;display:flex}.item-icon{font-size:1.5rem}.shop-btn{letter-spacing:.1em;color:var(--text-charcoal);border-bottom:1px solid #0000001a;padding-bottom:2px;font-size:.7rem;font-weight:700}.shop-btn:hover{color:var(--primary);border-color:var(--primary);transform:translate(5px)}.delay-1{transition-delay:.2s}.delay-2{transition-delay:.4s}@media (width<=1024px){.collections-layout{grid-template-columns:1fr 1fr}.collections-header{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.collections-layout{grid-template-columns:1fr}.item-image-box{height:400px}.collections-header .title{font-size:2.5rem}}.occasions-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.occasions-header .subtitle{letter-spacing:.2em;color:var(--primary);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.occasions-header .title{color:var(--text-charcoal);font-size:3rem;line-height:1.1}.view-all{color:var(--text-charcoal);border-bottom:2px solid var(--primary);padding-bottom:5px;font-size:.875rem;font-weight:600}.occasions-list{border-top:1px solid #0000000d;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));display:grid}.occasion-item{transition:var(--transition);border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:2.5rem 1.5rem;display:flex}.occasion-item:hover{background-color:var(--white);padding-left:2rem}.occ-info{align-items:center;gap:1.5rem;display:flex}.occ-icon{font-size:2rem}.occ-name{margin-bottom:.25rem;font-size:1.25rem}.occ-count{color:var(--text-light);letter-spacing:.1em;font-size:.7rem;font-weight:600}.occ-arrow{color:var(--text-light);opacity:0;transition:var(--transition);font-size:1.25rem;transform:translate(-10px)}.occasion-item:hover .occ-arrow{opacity:1;color:var(--primary);transform:translate(0)}@media (width<=768px){.occasions-header{flex-direction:column;align-items:flex-start;gap:2rem}.occasions-header .title{font-size:2.25rem}.occasions-list{grid-template-columns:1fr}}.story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.story-image-section{position:relative}.story-main-image{object-fit:cover;border-radius:4px;width:100%;height:600px}.story-floating-card{text-align:center;width:200px;padding:2rem;position:absolute;bottom:3rem;right:-2rem}.floating-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.story-floating-card p{color:var(--text-charcoal);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.story-content .subtitle{letter-spacing:.2em;color:var(--primary);margin-bottom:1.5rem;font-size:.75rem;font-weight:600;display:block}.story-content .title{margin-bottom:2.5rem;font-size:3.5rem;line-height:1.1}.story-content .description{color:var(--text-charcoal);opacity:.8;margin-bottom:2rem;font-size:1.125rem}.story-features{flex-direction:column;gap:2.5rem;margin-top:4rem;display:flex}.story-feature{gap:1.5rem;display:flex}.feature-icon{flex-shrink:0;font-size:2rem}.feature-text h4{margin-bottom:.5rem;font-size:1.125rem}.feature-text p{color:var(--text-light);font-size:.9375rem}@media (width<=1024px){.story-grid{grid-template-columns:1fr;gap:4rem}.story-floating-card{bottom:1rem;right:1rem}.story-main-image{height:400px}}@media (width<=768px){.story-content .title{font-size:2.5rem}}.how-it-works{background-color:var(--white)}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:2rem;display:grid}.step-card{background-color:var(--bg-ivory);transition:var(--transition);flex-direction:column;justify-content:space-between;min-height:400px;padding:3rem;display:flex}.step-card:hover{background-color:var(--text-charcoal);color:var(--white);transform:translateY(-10px)}.step-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.step-number{font-family:var(--font-serif);opacity:.5;font-size:1rem;font-weight:700}.step-icon{font-size:2.5rem}.step-title{margin-bottom:1.5rem;font-size:1.5rem}.step-desc{opacity:.8;margin-bottom:2rem;font-size:.9375rem;line-height:1.6}.step-link{color:var(--primary);font-size:1.5rem}.step-card:hover .step-desc{opacity:.7}.step-card:hover .step-number{opacity:.3}@media (width<=768px){.step-card{min-height:auto;padding:2rem}}.features-section{background-color:var(--white);padding:5rem 0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.feature-item{text-align:center;transition:var(--transition);flex-direction:column;align-items:center;padding:1.5rem;display:flex}.feature-icon{margin-bottom:1.5rem;font-size:2rem}.feature-title{letter-spacing:.1em;color:var(--text-charcoal);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.feature-desc{color:var(--text-light);font-size:.75rem;line-height:1.4}@media (width<=1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.features-grid{grid-template-columns:1fr}}.testimonials{background-color:var(--bg-ivory)}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.testimonial-card{background:var(--white);transition:var(--transition);border-radius:4px;flex-direction:column;justify-content:space-between;padding:3rem;display:flex}.testimonial-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.stars{color:var(--accent);letter-spacing:.2em;margin-bottom:1.5rem}.review-text{color:var(--text-charcoal);margin-bottom:2.5rem;font-size:1.125rem;font-style:italic;line-height:1.6}.reviewer-info{align-items:center;gap:1.25rem;display:flex}.reviewer-avatar{background-color:var(--bg-ivory);width:50px;height:50px;color:var(--primary);font-weight:700;font-family:var(--font-serif);border-radius:50%;justify-content:center;align-items:center;display:flex}.reviewer-name{color:var(--text-charcoal);margin-bottom:.125rem;font-size:1rem;font-weight:600}.reviewer-loc{color:var(--text-light);font-size:.75rem}@media (width<=768px){.testimonial-card{padding:2rem}}.newsletter{background-image:url(https://images.unsplash.com/photo-1549465220-1a8b9238cd48?q=80&w=2000&auto=format&fit=crop);background-position:50%;background-size:cover;background-attachment:fixed;padding:8rem 0}.newsletter-container{text-align:center;max-width:900px;margin:0 auto;padding:6rem}.newsletter-content .subtitle{letter-spacing:.2em;color:var(--primary);margin-bottom:1.5rem;font-size:.75rem;font-weight:600;display:block}.newsletter-content .title{margin-bottom:2rem;font-size:3.5rem;line-height:1.1}.newsletter-content .description{opacity:.8;max-width:500px;margin:0 auto 3rem;font-size:1.125rem}.newsletter-form{border-bottom:2px solid var(--text-charcoal);max-width:500px;margin:0 auto;padding-bottom:10px;display:flex}.newsletter-input{letter-spacing:.1em;background:0 0;border:none;outline:none;flex:1;padding:.5rem;font-size:.875rem;font-weight:500}.newsletter-btn{letter-spacing:.1em;color:var(--text-charcoal);font-size:.875rem;font-weight:700}.newsletter-btn:hover{color:var(--primary);transform:translate(5px)}@media (width<=768px){.newsletter-container{padding:3rem 1.5rem}.newsletter-content .title{font-size:2.25rem}.newsletter-form{border-bottom:none;flex-direction:column;gap:1.5rem}.newsletter-input{border-bottom:2px solid var(--text-charcoal);text-align:center;padding:1rem 0}}.gifts-page{background-color:var(--theme-bg);color:var(--theme-text);min-height:100vh;padding-top:0}.page-header{text-align:center;color:#fff;background-position:50%;background-size:cover;justify-content:center;align-items:center;height:60vh;margin-top:-80px;display:flex;position:relative}.header-content{max-width:800px;margin:0 auto}.theme-icon{margin-bottom:1.5rem;font-size:3.5rem;display:block}.theme-title{color:#fff;text-shadow:0 2px 10px #0000004d;margin-bottom:1rem;font-size:4.5rem}.theme-description{opacity:.9;margin-bottom:2rem;font-size:1.25rem}.breadcrumb{text-transform:uppercase;letter-spacing:.1em;font-size:.9rem}.breadcrumb a{color:#fff;opacity:.7}.breadcrumb span{color:var(--theme-secondary)}.products-grid-section{padding:8rem 0}.section-header{text-align:center;margin-bottom:5rem}.section-header .title{color:var(--theme-primary);margin-bottom:1rem;font-size:3rem}.section-header .subtitle{color:var(--text-light);font-size:1.1rem}.products-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.product-card{transition:var(--transition-smooth);background:#ffffff08;border:1px solid #ffffff1a;padding:1.5rem}.gifts-page[style*="--theme-bg: #fdfcf7"] .product-card,.gifts-page[style*="--theme-bg: #fffafa"] .product-card,.gifts-page[style*="--theme-bg: #fff0f5"] .product-card,.gifts-page[style*="--theme-bg: #fff5ee"] .product-card,.gifts-page[style*="--theme-bg: #f5f5f5"] .product-card,.gifts-page[style*="--theme-bg: #f0f8ff"] .product-card,.gifts-page[style*="--theme-bg: #fffaf0"] .product-card{box-shadow:var(--shadow-md);background:#fff;border:1px solid #0000000d}.product-card:hover{border-color:var(--theme-primary);transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.product-image{aspect-ratio:4/5;margin-bottom:1.5rem;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-image img{transform:scale(1.1)}.product-overlay{opacity:0;width:100%;height:100%;transition:var(--transition-fast);background:#0003;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.product-card:hover .product-overlay{opacity:1}.add-to-cart{background:var(--white);color:var(--text-charcoal);letter-spacing:.1em;border-radius:0;padding:1rem 2rem;font-size:.75rem;font-weight:600}.add-to-cart:hover{background:var(--theme-primary);color:#fff}.product-info{text-align:center}.product-name{margin-bottom:.5rem;font-size:1.25rem}.product-price{color:var(--theme-primary);font-size:1.1rem;font-weight:600}@media (width<=1024px){.products-grid{grid-template-columns:repeat(2,1fr)}.theme-title{font-size:3.5rem}}@media (width<=768px){.products-grid{grid-template-columns:1fr}.theme-title{font-size:2.5rem}.page-header{height:50vh}}.placeholder-page{background-color:var(--bg-pink);text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.placeholder-content{z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:40px;max-width:600px;padding:4rem 3rem;animation:1s cubic-bezier(.16,1,.3,1) forwards slideUp;box-shadow:0 20px 50px #880e4f1a}.placeholder-badge{background:var(--primary);color:#fff;letter-spacing:.2em;border-radius:20px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.75rem;font-weight:700;display:inline-block}.placeholder-title{color:var(--text-deep);margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.placeholder-text{color:var(--text-light);margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.back-home-btn{background:var(--text-deep);color:#fff;letter-spacing:.1em;transition:var(--transition-smooth);border-radius:30px;align-items:center;gap:1rem;padding:1rem 2.5rem;font-size:.85rem;font-weight:600;display:inline-flex}.back-home-btn:hover{background:var(--primary);transform:translateY(-3px);box-shadow:0 10px 20px #880e4f33}.placeholder-bg-elements{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.circle{filter:blur(80px);border-radius:50%;position:absolute}.circle-1{background:#fce4ec;width:400px;height:400px;top:-100px;left:-100px}.circle-2{background:#f8bbd0;width:500px;height:500px;bottom:-150px;right:-150px}@media (width<=768px){.placeholder-title{font-size:2.5rem}.placeholder-content{padding:3rem 1.5rem}}
