@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@600;700;800&display=swap";:root{--bg: #fcf8fd;--bg-soft: #f7eefc;--surface: #ffffff;--text: #2b1a33;--text-secondary: #6b5a73;--muted: #9b8ca4;--brand: #6d238f;--brand-2: #4d136b;--accent: #d4af37;--accent-light: #f5e7b3;--border: #eadcf4;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--shadow-sm: 0 2px 8px rgba(109, 35, 143, .08);--shadow-md: 0 6px 18px rgba(109, 35, 143, .12);--shadow-lg: 0 12px 28px rgba(109, 35, 143, .15);--shadow-xl: 0 20px 40px rgba(109, 35, 143, .18)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100vh}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:var(--text);background:linear-gradient(135deg,#fcf8fd,#f5eefb);min-height:100vh;letter-spacing:-.3px}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1;background:linear-gradient(135deg,#fcf8fd,#f5eefb)}.app-shell{max-width:1920px;margin:1.5rem auto 2rem;padding:0 1.5rem;display:flex;gap:2rem;width:100%;flex:1;align-items:flex-start}header.site-header{background:#fff;border-bottom:2px solid var(--accent);position:sticky;top:0;left:0;right:0;width:100%;z-index:50}nav{max-width:1920px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.logo{text-decoration:none}.logo h1{color:var(--brand);font-family:Poppins,sans-serif;font-size:1.7rem;letter-spacing:1px}.nav-links{display:flex;align-items:center;gap:.8rem}nav a{text-decoration:none;color:var(--text);font-weight:500;padding:.5rem .8rem;border-radius:8px;transition:background .2s ease}nav a:hover{color:var(--brand);background:#f7eefc}.nav-links button{width:auto;margin:0;padding:.5rem .9rem}main{margin:0;padding:0;flex:1;min-width:0}.home-layout{display:block}.home-products-content{width:100%}.category-section{margin-bottom:2rem}.category-section:last-child{margin-bottom:0}.category-title{width:min(100%,1008px);margin:0 auto 1rem;font-size:1.6rem;font-family:Poppins,sans-serif;text-transform:uppercase;letter-spacing:.06em}.category-filters{width:min(100%,1008px);margin:0 auto 1.5rem;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.filter-button{width:auto;margin:0;padding:.65rem 1rem;border:1px solid var(--border);background:#fff;color:var(--text);box-shadow:var(--shadow-sm);font-size:.88rem;font-weight:700;letter-spacing:.02em}.filter-button:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.filter-button.active{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-2) 100%);color:#fff;border-color:transparent}.products{width:min(100%,1008px);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,320px));justify-content:center;gap:1.5rem}.product{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease}.product:hover{transform:translateY(-6px);box-shadow:0 15px 35px #6d238f2e}.product img{width:100%;height:200px;object-fit:cover}.product>div{padding:1rem}.product h3{font-size:1rem;margin-bottom:.5rem}.product p{color:var(--text-secondary);font-size:.9rem;margin-bottom:.8rem}.product .price{color:var(--brand);font-weight:700;font-size:1.1rem}.price-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}.old-price{text-decoration:line-through;color:var(--muted);font-weight:500}.sale-price{color:var(--accent);font-weight:800}.sale-badge{display:block;background:var(--brand)!important;color:#fff!important;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;margin-bottom:.8rem;text-align:center;width:100%;box-sizing:border-box}button{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-2) 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .3s ease;box-shadow:var(--shadow-md);margin-left:0;margin-top:auto;width:100%}button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}button:active{transform:translateY(0)}button:disabled{opacity:.6;cursor:not-allowed}form{background:var(--surface);padding:2.5rem;border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow-lg);max-width:460px;margin:2rem auto}form h2{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}form p{color:var(--text-secondary);margin-bottom:2rem;font-size:.9rem}label{display:block;margin-bottom:.5rem;color:var(--text);font-weight:600;font-size:.9rem}input{width:100%;padding:.85rem 1rem;margin-bottom:1rem;border:1.5px solid var(--border);border-radius:8px;font-size:.95rem;transition:all .3s ease;background:var(--bg-soft);font-family:inherit}input:focus{outline:none;border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px #6d238f26}input::placeholder{color:var(--muted)}textarea{width:100%;padding:.85rem 1rem;margin-bottom:1rem;border:1.5px solid var(--border);border-radius:8px;font-size:.95rem;transition:all .3s ease;background:var(--bg-soft);font-family:inherit;resize:none}textarea:focus{outline:none;border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px #6d238f26}select{width:100%;padding:.85rem 1rem;margin-bottom:1rem;border:1.5px solid var(--border);border-radius:8px;font-size:.95rem;transition:all .3s ease;background:var(--bg-soft);font-family:inherit}select:focus{outline:none;border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px #6d238f26}.cart-container{max-width:1000px;margin:0 auto}.cart-empty{text-align:center;padding:3rem;background:#fff;border-radius:16px;border:1px solid var(--border);margin:2rem 0}.cart-empty h2{font-size:1.5rem;color:var(--text);margin-bottom:1rem}.cart-empty p{color:var(--text-secondary)}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;align-items:center;background:#fff;padding:1.5rem;margin:1rem 0;border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .3s ease}.cart-item:hover{box-shadow:var(--shadow-md)}.cart-item img{width:100px;height:100px;object-fit:cover;border-radius:8px}.cart-item-details h3{font-weight:700;color:var(--text);margin-bottom:.5rem}.cart-item-details p{color:var(--text-secondary);font-size:.9rem}.cart-item-actions{display:flex;gap:.5rem;align-items:center}.cart-item-actions button{padding:.5rem 1rem;font-size:.85rem;width:auto;margin:0}.cart-summary{background:#fff;padding:2rem;border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow-md);margin-top:2rem}.summary-row{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border)}.summary-row:last-child{border-bottom:none}.summary-row.total{font-size:1.3rem;font-weight:700;color:var(--brand)}.admin-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.admin-card{background:linear-gradient(135deg,white 0%,var(--bg-soft) 100%);padding:2rem;border-radius:16px;box-shadow:var(--shadow-md);text-align:center;border:1px solid var(--border);transition:all .3s ease}.admin-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.admin-card h3{color:var(--text);margin-bottom:1rem;font-weight:700;font-size:1rem}.admin-card p{font-size:2.5rem;font-weight:800;color:var(--brand);font-family:Poppins,sans-serif}.admin-list{background:#fff;padding:2rem;border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow-md);margin-top:2rem;overflow-x:auto}.admin-list h3{font-size:1.3rem;margin-bottom:1.5rem;color:var(--text);font-weight:700;font-family:Poppins,sans-serif}.admin-list ul{list-style:none}.admin-list li{padding:1rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.admin-list li:hover{background:var(--bg-soft);border-radius:8px}.admin-list li:last-child{border-bottom:none}.admin-delete-button{width:90px;min-width:90px;margin:0;padding:.55rem .8rem;font-size:.85rem}.admin-product-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.admin-product-actions input{width:120px;margin:0}.admin-sale-button,.admin-sale-remove-button{width:auto;min-width:105px;margin:0;padding:.55rem .8rem;font-size:.85rem}.admin-sale-remove-button{background:linear-gradient(135deg,#4b5563,#374151)}.admin-sidebar{width:280px;flex-shrink:0;background:#fff;border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow-md);padding:1.5rem;position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto}.global-nav-panel{margin-top:0}.admin-sidebar-title{color:var(--text);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700;font-family:Poppins,sans-serif}.admin-sidebar-nav{display:flex;flex-direction:column;gap:.8rem}.admin-sidebar-link{color:var(--text);text-decoration:none;background:var(--bg-soft);padding:.8rem 1rem;border-radius:8px;font-weight:500;font-size:.9rem;transition:all .3s ease;border:1px solid transparent}.admin-sidebar-link:hover{background:var(--bg);border-color:var(--brand);transform:translate(4px)}.admin-sidebar-link.active{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-2) 100%);color:#fff;border-color:var(--brand)}@media(max-width:1024px){.app-shell{max-width:100%}.products{grid-template-columns:repeat(auto-fit,minmax(240px,320px));justify-content:center;gap:1.5rem}}@media(max-width:768px){header{padding:.8rem 1rem}.app-shell{margin:1.5rem auto;padding:0 1rem;flex-direction:column;gap:1.5rem}.home-layout{flex-direction:column;gap:1.5rem}.home-products-content{width:100%}.products{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.category-title{font-size:1.3rem;margin-bottom:1rem}form{max-width:100%;padding:1.5rem;margin:1rem}.admin-sidebar{width:100%;position:static;max-height:none;border-radius:16px;margin-bottom:1rem}.admin-dashboard{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item-actions{grid-column:1 / -1}.cart-item img{width:80px;height:80px}.profile-card{padding:1.5rem}.profile-avatar{width:80px;height:80px}.profile-actions{gap:.8rem}.profile-actions button{width:100%}}@media(max-width:480px){header{padding:.6rem .8rem}.app-shell{margin:1rem auto;padding:0 .8rem}.home-layout{gap:1rem}.products{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.8rem}.product{padding:0}.product img{height:150px}.product>div{padding:.8rem}.product h3{font-size:.95rem}.product p{font-size:.8rem}.product .price{font-size:1.2rem}button{padding:.65rem 1.2rem;font-size:.85rem}form{max-width:100%;padding:1.2rem;margin:.8rem}form h2{font-size:1.3rem}input,textarea,select{padding:.7rem .8rem;margin-bottom:.8rem;font-size:.9rem}label{font-size:.8rem}.cart-item{grid-template-columns:70px 1fr;gap:.8rem;padding:1rem}.cart-item img{width:70px;height:70px}.cart-summary{padding:1.2rem}.summary-row{padding:.8rem 0;font-size:.9rem}.profile-card{width:95vw;padding:1.2rem}.profile-avatar{width:70px;height:70px;margin-bottom:1rem}.profile-card h2{font-size:1.2rem}.admin-dashboard{grid-template-columns:1fr}.admin-list{padding:1rem}.admin-list li{flex-direction:column;align-items:flex-start;gap:.5rem}.admin-product-actions{width:100%;justify-content:flex-start}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.product,.admin-card,form,.profile-card,.cart-item{animation:fadeIn .5s ease-out}header{animation:slideInDown .5s ease-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.footer{background:linear-gradient(135deg,#4d136b,#6d238f);color:#e5e7eb;padding:3rem 2rem 1.5rem;margin-top:4rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{max-width:1920px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;margin-top:3.5rem}.footer-section h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#fff;font-family:Poppins,sans-serif}.footer-section p{color:#d1d5db;font-size:.9rem;line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.6rem}.footer-section a{color:#d1d5db;text-decoration:none;transition:all .3s ease;font-size:.9rem}.footer-section a:hover{color:#fff;transform:translate(2px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#9ca3af;font-size:.85rem}@media(max-width:768px){.footer{padding:2rem 1.5rem 1rem;margin-top:3rem}.footer-content{gap:1.5rem;margin-bottom:1.5rem}.footer-section h3{font-size:1rem;margin-bottom:.8rem}.footer-section p,.footer-section a{font-size:.85rem}.footer-section ul li{margin-bottom:.5rem}}@media(max-width:480px){.footer{padding:1.5rem 1rem .8rem;margin-top:2rem}.footer-content{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.footer-section h3{font-size:.95rem}.footer-bottom{padding-top:1.5rem;font-size:.8rem}}.profile-page{min-height:calc(100vh - 200px);display:grid;place-items:center;padding:2rem}.profile-card{background:#fff;width:min(480px,95vw);border-radius:16px;box-shadow:var(--shadow-xl);border:1px solid var(--border);padding:2.5rem;text-align:center}.profile-avatar{width:100px;height:100px;border-radius:50%;margin:0 auto 1.5rem;border:4px solid var(--brand)}.profile-avatar-image{object-fit:cover}.profile-avatar-fallback{display:grid;place-items:center;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-2) 100%);color:#fff;font-size:2.5rem;font-weight:700}.profile-card h2{color:var(--text);margin-bottom:.5rem;font-size:1.5rem;font-weight:700;font-family:Poppins,sans-serif}.profile-card p{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.profile-info{background:var(--bg-soft);padding:1.5rem;border-radius:10px;margin-bottom:2rem;text-align:left}.profile-info p{margin:.5rem 0;color:var(--text);font-size:.9rem}.profile-info strong{color:var(--text);font-weight:600}.profile-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.profile-actions button{width:100%}.profile-logout-button{background:linear-gradient(135deg,var(--danger) 0%,#dc2626 100%);box-shadow:0 4px 12px #ef44444d}.app-shell{--page-gutter: 1.5rem}main.page-main{min-width:0;width:100%}.site-header{position:sticky;top:0;z-index:50;background:#fffafff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(109,35,143,.12);box-shadow:0 8px 30px #6d238f14}.announcement-bar{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding:.55rem 1rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;color:#fff7fc;background:linear-gradient(90deg,#6d238f,#8a3f8f,#6d238f)}.main-nav{max-width:1920px;margin:0 auto;padding:.9rem 1.5rem;display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;align-items:center}.brand{display:inline-flex;align-items:center;gap:.9rem;color:var(--text);text-decoration:none}.brand-logo,.footer-logo{width:58px;height:58px;object-fit:cover;border-radius:18px;box-shadow:0 10px 20px #6d238f1f}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-name{font-family:Poppins,sans-serif;font-size:1.85rem;letter-spacing:.01em;color:var(--brand)}.brand-tag{margin-top:.25rem;font-size:.75rem;color:var(--accent);font-weight:700;letter-spacing:.16em;text-transform:uppercase;display:inline-flex;align-items:center;gap:6px}.brand-tag{position:relative;display:inline-flex;align-items:center}.tag-text-happiness{position:relative;padding:3px 12px;font-size:.72rem;color:var(--accent);font-weight:700;letter-spacing:.18em;text-transform:uppercase;background:linear-gradient(135deg,#d4af3714,#6d238f0f,#d4af3714);border-radius:999px;border:1px solid rgba(212,175,55,.2);animation:tagShimmer 3s ease-in-out infinite}@keyframes tagShimmer{0%,to{border-color:#d4af3733;box-shadow:0 0 6px #d4af3714}50%{border-color:#d4af3759;box-shadow:0 0 12px #d4af3726}}@keyframes brandTagGlow{0%,to{text-shadow:0 0 4px rgba(212,175,55,.2)}50%{text-shadow:0 0 10px rgba(212,175,55,.5),0 0 20px rgba(212,175,55,.2)}}.brand--glow:hover .tag-text-happiness{animation:brandTagGlow 2s ease-in-out infinite}.nav-links--desktop{display:flex;justify-content:center;gap:.45rem;flex-wrap:wrap}.nav-links--desktop a{text-decoration:none;color:var(--text);font-weight:600;font-size:.92rem;padding:.65rem .9rem;border-radius:999px;transition:all .2s ease}.nav-links--desktop a:hover{color:var(--brand);background:#f6edf8}.nav-actions{display:flex;align-items:center;gap:.75rem}.nav-action-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.6rem 1rem;border-radius:999px;text-decoration:none;font-weight:700;color:var(--brand);background:#f7eefc;border:1px solid rgba(109,35,143,.14);box-shadow:var(--shadow-sm)}.nav-action-link--cart{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-2) 100%);color:#fff}.home-layout.home-page{width:calc(100% + (var(--page-gutter) * 2));margin-inline:calc(-1 * var(--page-gutter));display:flex;flex-direction:column;gap:0;background:linear-gradient(180deg,#fff8fe,#fbf4fc 38%,#fffdf9);overflow:clip}.section-band{width:100%;padding-inline:var(--page-gutter);padding-block:clamp(2rem,4vw,4rem)}.hero-section{position:relative;width:calc(100% + (var(--page-gutter) * 2));margin-inline:calc(-1 * var(--page-gutter));min-height:clamp(32rem,86vh,56rem);display:grid;place-items:center;text-align:center;padding:clamp(4rem,9vw,7rem) var(--page-gutter);overflow:hidden}.hero-slideshow{position:absolute;inset:0;z-index:0}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease}.hero-slide.is-active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover;display:block}.hero-section:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#1a08229e,#1a082261,#1a0822b8);pointer-events:none}.hero-dots{position:absolute;left:50%;bottom:1.6rem;transform:translate(-50%);z-index:2;display:flex;gap:.6rem}.hero-dot{width:.65rem;height:.65rem;padding:0;margin:0;border-radius:999px;border:none;background:#ffffff8c;cursor:pointer;transition:background .3s ease,transform .3s ease,width .3s ease}.hero-dot.is-active{width:1.9rem;background:#fff}.hero-copy{position:relative;z-index:2;max-width:58rem;margin-inline:auto;color:#fff}.hero-eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.hero-copy .hero-eyebrow{color:#ffd9ec;text-shadow:0 1px 8px rgba(0,0,0,.45)}.hero-copy h1{margin:.85rem 0 1rem;font-family:Poppins,sans-serif;font-size:clamp(2.6rem,5vw,5.6rem);line-height:.98;letter-spacing:-.05em;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.4)}.hero-copy h1 span{color:var(--brand)}.hero-description{max-width:38rem;margin-inline:auto;color:#ffffffeb;font-size:clamp(1rem,1.3vw,1.12rem);line-height:1.8;text-shadow:0 1px 8px rgba(0,0,0,.4)}.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;justify-content:center;margin-top:1.6rem}.hero-primary,.hero-secondary,.instagram-button{width:auto;margin:0;border-radius:999px;padding:.9rem 1.4rem}.hero-primary{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-2) 100%);font-weight:700;color:#fff}.hero-secondary{background:#fff;color:var(--brand);border:1px solid rgba(109,35,143,.14);box-shadow:none;font-weight:700}.hero-highlights{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.4rem}.hero-highlights span,.finder-chip,.occasion-pill{background:#fff;border:1px solid rgba(109,35,143,.12)}.hero-highlights span{display:inline-flex;align-items:center;min-height:40px;padding:.55rem .9rem;border-radius:999px;color:var(--text);font-weight:700;box-shadow:var(--shadow-sm)}@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}}.section-heading{margin-bottom:1.35rem}.home-page .section-heading{max-width:1200px;margin-left:auto;margin-right:auto}.section-heading--center{text-align:center}.section-heading h2{margin-top:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.45rem,2.2vw,2.3rem);color:var(--text)}.occasion-rail{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.9rem}.occasion-pill{width:100%;margin:0;padding:1rem .9rem;border-radius:1.2rem;box-shadow:var(--shadow-sm);color:var(--text);font-weight:700;display:grid;gap:.45rem;justify-items:center}.occasion-pill-icon{display:grid;place-items:center;width:2.45rem;height:2.45rem;border-radius:50%;background:linear-gradient(135deg,#fbe4f0,#fff3d9);color:var(--brand);font-size:1rem}.benefit-strip{padding:1rem var(--page-gutter);margin:0 var(--page-gutter);border-radius:1.5rem;background:linear-gradient(135deg,var(--brand) 0%,#7d2f93 55%,#5a1c6f 100%);color:#fff;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;box-shadow:0 18px 36px #6d238f33}.benefit-strip div{display:flex;flex-direction:column;gap:.15rem}.benefit-strip strong{font-size:.85rem;letter-spacing:.08em}.benefit-strip span{color:#ffffffd6;font-size:.88rem}.home-page .home-products-content{width:100%}.home-page .category-filters{width:100%;justify-content:center;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.35rem;scrollbar-width:none}.home-page .category-filters::-webkit-scrollbar{display:none}.home-page .filter-button{flex:0 0 auto;border-radius:999px;padding:.72rem 1rem}.home-page .category-title{width:100%;max-width:1200px;margin:.5rem auto 1rem;text-transform:none;letter-spacing:0;font-size:clamp(1.1rem,1.8vw,1.5rem)}.home-page .status-card{padding:1.2rem 1.4rem;border-radius:1rem;background:#fffc;box-shadow:var(--shadow-sm);border:1px solid rgba(109,35,143,.08)}.home-page .products{width:100%;max-width:1200px;margin:0 auto;grid-template-columns:repeat(4,1fr);gap:1.15rem}.home-page .product-card{border-radius:1.4rem;overflow:hidden;border:1px solid rgba(109,35,143,.1);background:#fffffff2;box-shadow:var(--shadow-md);transition:transform .25s ease,box-shadow .25s ease}.home-page .product-card:hover{transform:translateY(-6px);box-shadow:0 24px 40px #6d238f29}.home-page .product-image{width:100%;aspect-ratio:1 / 1;object-fit:cover}.home-page .product-body{display:flex;flex-direction:column;gap:.7rem;padding:1rem 1rem 1.1rem}.home-page .product-body h3{font-size:1rem;color:var(--text)}.home-page .product-body p{margin:0;font-size:.9rem;color:var(--text-secondary)}.home-page .price,.home-page .price-row{margin:0}.home-page .stock-indicator{font-size:.84rem;font-weight:700}.home-page .stock-indicator--available{color:var(--success)}.home-page .stock-indicator--out{color:var(--danger)}.home-page .product-card button{margin-top:auto;border-radius:.95rem}.gift-finder{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:1.25rem;align-items:stretch}.gift-finder-copy,.finder-steps,.why-card,.social-section{background:#ffffffe6;border:1px solid rgba(109,35,143,.1);box-shadow:var(--shadow-sm);border-radius:1.5rem}.gift-finder-copy{padding:1.5rem}.gift-finder-copy h2,.why-section .section-heading h2,.social-section .section-heading h2{margin-top:.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.35rem,2vw,2rem);color:var(--text)}.gift-finder-copy p{margin:.9rem 0 1.35rem;color:var(--text-secondary)}.finder-steps{padding:1.35rem;display:grid;gap:1rem}.finder-step{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:start}.finder-step-number{width:2.15rem;height:2.15rem;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-weight:800;box-shadow:var(--shadow-sm)}.finder-step h3{margin:0 0 .8rem;font-size:1rem;color:var(--text)}.finder-chip-row{display:flex;flex-wrap:wrap;gap:.6rem}.finder-chip{display:inline-flex;align-items:center;justify-content:center;padding:.55rem .85rem;border-radius:999px;font-size:.84rem;font-weight:700;color:var(--text);background:#fff;border:1px solid rgba(109,35,143,.18);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.finder-chip:hover,.finder-chip:focus-visible{border-color:var(--brand);box-shadow:var(--shadow-sm)}.finder-chip--selected{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:var(--shadow-sm)}.finder-chip--selected:hover,.finder-chip--selected:focus-visible{color:#fff}.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.why-card{padding:1.35rem}.why-card h3{margin-bottom:.45rem;font-size:1rem;color:var(--text)}.why-card p{color:var(--text-secondary);font-size:.92rem}.why-us-page .why-us-hero{text-align:center;padding-bottom:2rem}.why-us-hero h1{font-family:Poppins,sans-serif;font-size:clamp(2rem,5vw,3rem);color:var(--text);margin-bottom:1rem;line-height:1.2}.why-us-hero-sub{max-width:700px;margin:0 auto;color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.why-us-stats{padding:2rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:var(--bg-soft);border-radius:1rem;transition:transform .25s ease}.stat-card:hover{transform:translateY(-4px)}.stat-value{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:var(--brand);margin-bottom:.35rem}.stat-label{font-size:.9rem;color:var(--text-secondary);font-weight:500}.why-us-reasons{padding:2rem 0;display:flex;flex-direction:column;gap:3rem}.why-us-reason{display:grid;grid-template-columns:100px 1fr;gap:2rem;align-items:start;padding:2rem;background:var(--surface);border-radius:1.25rem;box-shadow:var(--shadow-sm);transition:box-shadow .25s ease}.why-us-reason:hover{box-shadow:var(--shadow-md)}.why-us-reason--reversed{direction:rtl}.why-us-reason--reversed>*{direction:ltr}.why-us-reason-icon{font-size:3rem;text-align:center;padding-top:.5rem}.why-us-reason-content h2{font-family:Poppins,sans-serif;font-size:1.4rem;color:var(--text);margin-bottom:.75rem;line-height:1.3}.why-us-reason-content .section-kicker{display:inline-block;margin-bottom:.5rem}.why-us-reason-content p{color:var(--text-secondary);font-size:.98rem;line-height:1.75}.why-us-mission{padding:3rem 0}.mission-content{max-width:760px;margin:0 auto;text-align:center}.mission-content h2{font-family:Poppins,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);color:var(--text);margin-bottom:1.25rem;line-height:1.3}.mission-content p{color:var(--text-secondary);font-size:1rem;line-height:1.8;margin-bottom:1rem}.why-us-cta{padding:3rem 0}.cta-content{text-align:center;max-width:680px;margin:0 auto;padding:3rem 2rem;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-2) 100%);border-radius:1.5rem;color:#fff}.cta-content h2{font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.75rem}.cta-content p{font-size:1rem;line-height:1.7;opacity:.92;margin-bottom:1.5rem}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-actions .hero-primary{background:#fff;color:var(--brand);font-weight:600}.cta-actions .hero-primary:hover{background:var(--accent-light)}.cta-actions .hero-secondary{border-color:#fff}.cta-actions .hero-secondary:hover{background:var(--accent-light)}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-us-reason{grid-template-columns:80px 1fr;gap:1.5rem}}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-us-reason{grid-template-columns:1fr;text-align:center}.why-us-reason--reversed{direction:ltr}.why-us-reason-icon{font-size:2.5rem;padding-top:0}.why-us-hero h1{font-size:clamp(1.6rem,6vw,2.4rem)}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.stat-value{font-size:1.5rem}.why-us-reason{padding:1.25rem}.cta-content{padding:2rem 1.25rem}.cta-actions{flex-direction:column;align-items:center}}.social-section{padding:1.35rem}.social-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem}.social-tile{aspect-ratio:1 / 1;overflow:hidden;border-radius:1rem}.social-tile img{width:100%;height:100%;object-fit:cover;display:block}.instagram-button{display:inline-flex;align-items:center;justify-content:center;margin-top:1rem;text-decoration:none;color:#fff;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-2) 100%)}.site-footer{margin-top:0;padding:3rem var(--page-gutter) 1.5rem;background:linear-gradient(135deg,#3a164f,#6d238f 55%,#4c1e67);color:#f4eefe}.site-footer .footer-content{max-width:1920px;grid-template-columns:1.3fr .8fr .8fr 1.1fr;gap:1.5rem;align-items:start}.footer-brand-lockup{display:flex;align-items:flex-start;gap:1rem}.footer-brand h3,.site-footer .footer-section h3{margin:0 0 .75rem;color:#fff}.footer-brand p,.site-footer .footer-section p,.site-footer .footer-section a{color:#fffc}.site-footer .footer-section ul{padding:0}.newsletter-form{display:flex;gap:.6rem;margin:.9rem 0 .7rem}.newsletter-form input{margin:0;border-radius:999px;background:#fffffff0;border-color:transparent}.newsletter-form button{width:52px;flex:0 0 52px;margin:0;border-radius:999px;background:#fff;color:var(--brand);box-shadow:none}.footer-contact{margin:.35rem 0 0}.site-footer .footer-bottom{max-width:1920px;margin:1.75rem auto 0;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.14);color:#ffffffbf}@media(max-width:1200px){.main-nav{grid-template-columns:auto 1fr}.nav-actions{grid-column:1 / -1;justify-content:flex-end}.benefit-strip,.why-grid,.site-footer .footer-content{grid-template-columns:repeat(2,minmax(0,1fr))}.social-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.gift-finder{grid-template-columns:1fr}.announcement-bar{gap:1rem;font-size:.72rem}}@media(max-width:768px){.app-shell{--page-gutter: 1rem}.main-nav{grid-template-columns:auto 1fr auto}.hero-copy h1{font-size:clamp(2rem,8vw,3rem)}.hero-dots{bottom:1.1rem}.benefit-strip,.why-grid,.site-footer .footer-content{grid-template-columns:1fr}.benefit-strip{border-radius:1.25rem}.social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .products{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.announcement-bar{padding:.4rem .6rem;text-align:center}.brand-logo,.footer-logo{width:44px;height:44px}.brand-name{font-size:1.35rem}.home-page .category-filters{gap:.45rem}.hero-section,.section-band,.site-footer{padding-left:.75rem;padding-right:.75rem}.home-layout.home-page{width:calc(100% + 1.5rem);margin-inline:-.75rem}.home-page .products{grid-template-columns:repeat(2,1fr);gap:.6rem}.social-grid{grid-template-columns:1fr 1fr}}.contact-hero{text-align:center;padding:4rem 1.5rem 2rem}.contact-hero h1{font-size:2.4rem;margin:.5rem 0}.contact-hero-sub{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.contact-body{padding:2rem 1.5rem 4rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto}.contact-info h2,.contact-form-wrap h2{font-size:1.6rem;margin-bottom:1rem}.contact-info p{color:var(--text-muted);margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-detail-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{font-size:1.5rem;flex-shrink:0;margin-top:.2rem}.contact-detail-item h4{margin:0 0 .25rem;font-size:1rem}.contact-detail-item p{margin:0;color:var(--text-muted);font-size:.95rem}.contact-form-wrap{background:#fff;padding:2rem;border-radius:16px;box-shadow:var(--shadow)}.contact-success{background:#e8f5e9;color:#2e7d32;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-weight:600;font-size:.9rem}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1px solid rgba(109,35,143,.15);border-radius:10px;font-size:.95rem;font-family:inherit;outline:none;transition:border .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--brand)}.form-group textarea{resize:vertical}.contact-submit{align-self:flex-start;margin-top:.5rem}.contact-submit:disabled{opacity:.6;cursor:not-allowed}.contact-error{background:#fce4ec;color:#c62828;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem}.badge{background:var(--brand);color:#fff;font-size:.75rem;padding:.2rem .6rem;border-radius:999px;margin-left:.5rem;vertical-align:middle}.unread-row{background:#6d238f0a;font-weight:600}.btn-small{padding:.4rem .8rem;border:none;border-radius:6px;font-size:.85rem;cursor:pointer;background:var(--brand);color:#fff;margin-right:.4rem}.btn-danger{background:#c62828}.btn-small:hover{opacity:.85}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.modal-header h3{margin:0;font-size:1.15rem}.modal-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:var(--text-muted)}.modal-body{padding:1.5rem}.modal-body hr{border:none;border-top:1px solid rgba(0,0,0,.08);margin:1rem 0}.message-text{white-space:pre-wrap;line-height:1.6}.modal-footer{padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.08);display:flex;justify-content:flex-end;gap:.5rem}.error-text{color:#c62828;margin-bottom:1rem}.contact-login-required{text-align:center;padding:2rem 0}.contact-login-required p{color:var(--text-muted);margin-bottom:1rem}.contact-signup-hint{font-size:.9rem;margin-top:.75rem}.contact-signup-hint a{color:var(--brand);font-weight:600}@media(max-width:768px){.contact-grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.contact-hero h1{font-size:1.8rem}}.hamburger-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;background:none;border:none;cursor:pointer;z-index:60;box-shadow:none}.hamburger-bar{display:block;width:24px;height:2.5px;background:var(--text);border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger-btn.is-open .hamburger-bar:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.hamburger-btn.is-open .hamburger-bar:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-btn.is-open .hamburger-bar:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.mobile-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:70;animation:fadeInOverlay .25s ease}.mobile-overlay.active{display:block}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.mobile-drawer{display:none;position:fixed;top:0;right:-320px;width:min(320px,85vw);height:100vh;height:100dvh;background:#fff;z-index:80;transition:right .35s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:-8px 0 30px #00000026;overscroll-behavior:contain}.mobile-drawer.is-open{right:0}.mobile-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff;z-index:2}.mobile-close-btn{width:40px;height:40px;display:grid;place-items:center;background:var(--bg-soft);border:none;border-radius:10px;font-size:1.1rem;cursor:pointer;color:var(--text);margin:0;padding:0;box-shadow:none}.mobile-drawer-links{display:flex;flex-direction:column;padding:.5rem 0}.mobile-drawer-links a{display:block;padding:.85rem 1.25rem;text-decoration:none;color:var(--text);font-weight:600;font-size:1rem;border-radius:0;transition:background .2s ease;min-height:48px;display:flex;align-items:center}.mobile-drawer-links a:hover{background:var(--bg-soft);color:var(--brand)}.mobile-drawer-divider{border:none;border-top:1px solid var(--border);margin:.5rem 1.25rem}.mobile-admin-link{color:var(--brand)!important}@media(max-width:768px){.hamburger-btn{display:flex}.nav-links--desktop,.nav-actions{display:none}.main-nav{grid-template-columns:auto 1fr auto;padding:.7rem 1rem}.brand-tag,.mobile-overlay{display:none}.mobile-overlay.active,.mobile-drawer.is-open~.mobile-overlay{display:block}.announcement-bar{font-size:.7rem;padding:.4rem .6rem;gap:.5rem}.announcement-bar span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.hero-copy h1{font-size:clamp(1.8rem,8vw,3rem)}.hero-description{font-size:clamp(.85rem,3vw,1rem)}.hero-highlights{gap:.5rem}.hero-highlights span{font-size:.75rem;padding:.4rem .7rem;min-height:32px}.hero-actions{flex-direction:column;align-items:center;gap:.7rem}.hero-primary,.hero-secondary{width:100%;max-width:280px;text-align:center}.home-page .products{grid-template-columns:repeat(2,1fr);gap:.8rem}.occasion-rail{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.7rem}.benefit-strip{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:.8rem var(--page-gutter)}.benefit-strip strong{font-size:.75rem}.benefit-strip span{font-size:.78rem}.why-grid{grid-template-columns:1fr;gap:1rem}.site-footer .footer-content{grid-template-columns:1fr 1fr;gap:1.25rem}.newsletter-form{flex-direction:column;gap:.5rem}.newsletter-form button{width:100%;flex:none;border-radius:10px}.contact-grid{grid-template-columns:1fr;gap:2rem}.form-row,.gift-finder{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.admin-sidebar{position:static;width:100%;max-height:none}.app-shell{flex-direction:column}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item img{width:80px;height:80px}.cart-item-actions{grid-column:1 / -1;flex-wrap:wrap}}@media(max-width:480px){.announcement-bar{flex-direction:column;align-items:center;gap:.15rem;padding:.35rem .5rem;font-size:.65rem}.announcement-bar span{max-width:100%}.main-nav{padding:.6rem .8rem}.brand-logo{width:44px;height:44px;border-radius:12px}.brand-name{font-size:1.35rem}.hero-section{min-height:clamp(26rem,80vh,42rem);padding:clamp(3rem,8vw,5rem) var(--page-gutter)}.hero-copy h1{font-size:clamp(1.5rem,7vw,2.4rem)}.hero-description{font-size:.85rem;line-height:1.6}.hero-dots{bottom:.8rem}.hero-dot{width:.5rem;height:.5rem}.hero-dot.is-active{width:1.4rem}.home-page .products{grid-template-columns:repeat(2,1fr);gap:.6rem}.home-page .product-body{padding:.7rem}.home-page .product-body h3{font-size:.88rem}.home-page .product-body p{font-size:.8rem}.home-page .product-card{border-radius:1rem}.occasion-rail{grid-template-columns:repeat(auto-fit,minmax(95px,1fr));gap:.5rem}.occasion-pill{padding:.75rem .6rem;border-radius:1rem;font-size:.82rem}.occasion-pill-icon{width:2rem;height:2rem;font-size:.85rem}.benefit-strip{grid-template-columns:1fr 1fr;gap:.5rem;border-radius:1rem;margin:0 .5rem;padding:.6rem}.benefit-strip strong{font-size:.65rem;letter-spacing:.04em}.benefit-strip span{font-size:.7rem}.section-heading h2{font-size:clamp(1.1rem,4vw,1.5rem)}.section-kicker{font-size:.68rem}.cart-item{grid-template-columns:65px 1fr;gap:.75rem;padding:1rem}.cart-item img{width:65px;height:65px}.cart-item-actions{gap:.4rem}.cart-item-actions button{padding:.45rem .7rem;font-size:.8rem;min-height:38px}.cart-summary{padding:1.2rem}.summary-row{font-size:.88rem;padding:.7rem 0}.profile-card{width:95vw;padding:1.2rem}.profile-avatar{width:70px;height:70px}.profile-card h2{font-size:1.2rem}.form-row{grid-template-columns:1fr}.contact-hero h1{font-size:1.5rem}.contact-hero-sub{font-size:.9rem}.contact-form-wrap{padding:1.25rem}.admin-dashboard{grid-template-columns:1fr;gap:.75rem}.admin-card{padding:1.25rem}.admin-card p{font-size:2rem}.admin-list{padding:.75rem}.admin-list li{flex-direction:column;align-items:flex-start;gap:.5rem}.admin-product-actions{width:100%}.admin-product-actions input{width:100px}.site-footer .footer-content{grid-template-columns:1fr;gap:1.25rem}.site-footer{padding:2rem var(--page-gutter) 1rem}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}.footer-bottom{font-size:.78rem;text-align:center}.why-us-hero h1{font-size:clamp(1.4rem,6vw,2rem)}.cta-content{padding:1.5rem 1rem}.stats-grid{grid-template-columns:1fr 1fr;gap:.6rem}.stat-value{font-size:1.3rem}.social-grid{grid-template-columns:1fr 1fr;gap:.5rem}.modal-content{margin:.5rem;border-radius:12px}.modal-header,.modal-body{padding:1rem}.modal-footer{padding:.75rem 1rem;flex-wrap:wrap}form{padding:1.25rem;margin:.75rem}form h2{font-size:1.3rem}input,textarea,select{padding:.7rem .85rem;font-size:16px}}@media(max-width:360px){.brand-name{font-size:1.2rem}.brand-logo{width:38px;height:38px;border-radius:10px}.main-nav{padding:.5rem .6rem}.hero-copy h1{font-size:clamp(1.3rem,6.5vw,2rem)}.home-page .products{grid-template-columns:1fr 1fr;gap:.5rem}.home-page .product-body{padding:.55rem}.home-page .product-body h3{font-size:.82rem}.home-page .product-body p{font-size:.75rem}.home-page .product-card button{padding:.55rem .8rem;font-size:.82rem;border-radius:.75rem}.benefit-strip{grid-template-columns:1fr;gap:.4rem}.benefit-strip div{flex-direction:row;gap:.4rem}.occasion-rail{grid-template-columns:1fr 1fr}.cart-item{grid-template-columns:60px 1fr;gap:.6rem;padding:.75rem}.cart-item img{width:60px;height:60px}.nav-actions{gap:.4rem}.mobile-drawer{width:min(280px,85vw)}}@media print{.site-header,.hamburger-btn,.mobile-drawer,.mobile-overlay,.hero-section,.benefit-strip,.site-footer{display:none!important}.app-shell{margin:0;padding:0}body{background:#fff}}.floating-particles{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.particle{position:absolute;bottom:-40px;opacity:0;animation:floatUp linear infinite;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}@keyframes floatUp{0%{opacity:0;transform:translateY(0) translate(0) rotate(0) scale(.6)}8%{opacity:.7}50%{opacity:.5}to{opacity:0;transform:translateY(-110vh) translate(var(--drift, 50px)) rotate(360deg) scale(1)}}.brand--glow .brand-logo{animation:logoGlow 3s ease-in-out infinite alternate}@keyframes logoGlow{0%{box-shadow:0 4px 15px #6d238f26}50%{box-shadow:0 4px 25px #6d238f4d,0 0 40px #d4af3726}to{box-shadow:0 4px 15px #6d238f33,0 0 60px #d4af371a}}.nav-link-animated{position:relative;overflow:hidden}.nav-link-animated:after{content:"";position:absolute;bottom:4px;left:50%;width:0;height:2.5px;background:linear-gradient(90deg,var(--brand),var(--accent));border-radius:2px;transition:width .3s ease,left .3s ease}.nav-link-animated:hover:after{width:70%;left:15%}.hero-title-shimmer{background:linear-gradient(120deg,#fff 0% 40%,#d4af3799 50%,#fff 60% 100%);background-size:250% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmerText 4s ease-in-out infinite}@keyframes shimmerText{0%{background-position:200% center}to{background-position:-200% center}}.glow-card{position:relative}.glow-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,#6d238f14,#d4af3714,#6d238f14);opacity:0;transition:opacity .4s ease;z-index:-1;filter:blur(8px)}.glow-card:hover:before{opacity:1;animation:glowPulse 2s ease-in-out infinite alternate}@keyframes glowPulse{0%{filter:blur(8px);opacity:.6}to{filter:blur(14px);opacity:1}}.glow-card:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.15) 50%,transparent 100%);transform:skew(-20deg);transition:none;z-index:3;pointer-events:none}.glow-card:hover:after{animation:shimmerSweep .8s ease forwards}@keyframes shimmerSweep{0%{left:-100%}to{left:150%}}.sale-badge--sparkle{position:relative;overflow:hidden}.sale-badge--sparkle:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent 0deg,rgba(255,255,255,.25) 60deg,transparent 120deg);animation:sparkleRotate 3s linear infinite}@keyframes sparkleRotate{to{transform:rotate(360deg)}}.highlight-pill{animation:floatPill 3s ease-in-out infinite}.highlight-pill:nth-child(2){animation-delay:.4s}.highlight-pill:nth-child(3){animation-delay:.8s}@keyframes floatPill{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.gradient-text{background:linear-gradient(135deg,var(--brand) 0%,var(--accent) 50%,var(--brand) 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradientFlow 4s ease infinite}@keyframes gradientFlow{0%{background-position:0% center}50%{background-position:100% center}to{background-position:0% center}}.magnetic-btn{position:relative;overflow:hidden}.magnetic-btn:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(255,255,255,.3) 0%,transparent 60%);opacity:0;transition:opacity .3s ease}.magnetic-btn:hover:before{opacity:1}.magnetic-btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.magnetic-btn:active:after{width:300px;height:300px;opacity:0}.scroll-reveal{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.scroll-reveal--left{transform:translate(-40px)}.scroll-reveal--right{transform:translate(40px)}.scroll-reveal--scale{transform:scale(.92)}.scroll-reveal.revealed{opacity:1;transform:translateY(0) translate(0) scale(1)}.occasion-pill{animation:pillAppear .5s ease backwards}@keyframes pillAppear{0%{opacity:0;transform:translateY(15px) scale(.9)}}.benefit-strip{position:relative;overflow:hidden}.benefit-strip:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg at 50% 50%,transparent 0deg,rgba(255,255,255,.06) 60deg,transparent 120deg,rgba(255,255,255,.04) 200deg,transparent 260deg);animation:benefitShimmer 8s linear infinite}@keyframes benefitShimmer{to{transform:rotate(360deg)}}.confetti-burst{position:fixed;pointer-events:none;z-index:9999}.confetti-particle{position:absolute;width:var(--size, 6px);height:var(--size, 6px);background:var(--color, var(--brand));border-radius:50%;animation:confettiExplode .7s ease-out var(--delay, 0s) forwards;opacity:0}@keyframes confettiExplode{0%{opacity:1;transform:translate(0) rotate(0) scale(1)}to{opacity:0;transform:translate(calc(cos(var(--angle)) * var(--distance)),calc(sin(var(--angle)) * var(--distance))) rotate(720deg) scale(.2)}}.hero-section{position:relative}.why-card{position:relative;overflow:hidden}.why-card:after{content:"";position:absolute;top:-50%;left:-75%;width:50%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transform:skew(-25deg);transition:left .6s ease;pointer-events:none}.why-card:hover:after{left:125%}.filter-button{position:relative;overflow:hidden}.filter-button:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(109,35,143,.15) 0%,transparent 70%);transform:scale(0);transition:transform .4s ease;border-radius:inherit}.filter-button:active:after{transform:scale(2.5);opacity:0;transition:transform 0s,opacity .4s}.nav-action-link--cart{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.nav-action-link--cart:hover{transform:scale(1.06)}.nav-action-link--cart:active{transform:scale(.95)}.footer-logo{transition:transform .4s ease,box-shadow .4s ease}.footer-brand-lockup:hover .footer-logo{transform:rotate(-5deg) scale(1.08);box-shadow:0 8px 30px #d4af374d}.section-kicker{position:relative}.section-kicker:before{content:"";display:inline-block;width:0;height:2px;background:var(--accent);margin-right:.5rem;vertical-align:middle;animation:dashIn .8s ease .3s forwards}@keyframes dashIn{to{width:1.2rem}}.hero-eyebrow{animation:eyebrowPulse 2s ease-in-out infinite alternate}@keyframes eyebrowPulse{0%{opacity:.85;letter-spacing:.18em}to{opacity:1;letter-spacing:.22em}}.home-layout{animation:pageFadeIn .5s ease}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}.admin-card{transition:transform .3s ease,box-shadow .3s ease}.admin-card:hover{transform:translateY(-6px) rotateX(2deg)}.newsletter-form input:focus{box-shadow:0 0 0 3px #d4af3740;border-color:var(--accent)}.social-tile img{transition:transform .5s cubic-bezier(.16,1,.3,1)}.social-tile:hover img{transform:scale(1.08)}.status-card{position:relative;overflow:hidden}.status-card:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(109,35,143,.04),transparent);animation:skeletonShimmer 2s infinite}@keyframes skeletonShimmer{to{left:100%}}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}::selection{background:#6d238f33;color:var(--text)}@media(prefers-reduced-motion:reduce){.particle,.hero-title-shimmer,.gradient-text,.highlight-pill,.hero-eyebrow,.brand--glow .brand-logo,.benefit-strip:before,.sale-badge--sparkle:before,.creative-wrap:before,.creative-wrap:after,.creative-divider,.creative-heart-wrap,.happy-wrap:before,.happy-wrap:after,.footer-tagline:before,.footer-tagline:after,.stat-label-decorated:before,.stat-label-decorated:after,.tag-text-happiness,.tagShimmer,.section-kicker--ornamented:after,.highlight-pill--love:before,.highlight-pill--love:after,.gradient-text--decorated:before,.gradient-text--decorated:after{animation:none!important}.scroll-reveal{opacity:1;transform:none;transition:none}.glow-card:after,.magnetic-btn:before,.magnetic-btn:after{display:none}}@keyframes swirlLeft{0%{transform:translate(0) scaleX(0);opacity:0}50%{opacity:1}to{transform:translate(0) scaleX(1);opacity:1}}@keyframes swirlRight{0%{transform:translate(0) scaleX(0);opacity:0}50%{opacity:1}to{transform:translate(0) scaleX(1);opacity:1}}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 8px #6d238f4d}50%{box-shadow:0 0 20px #6d238f99}}@keyframes heartBeat{0%,to{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}56%{transform:scale(1)}}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:1}}@keyframes lineExpand{0%{width:0}to{width:100%}}@keyframes gentleSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.creative-wrap{position:relative;display:inline-block}.creative-wrap:before,.creative-wrap:after{content:"";position:absolute;top:50%;width:40px;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);border-radius:2px;animation:swirlLeft 1.2s ease-out forwards}.creative-wrap:before{right:calc(100% + 12px);transform-origin:right center}.creative-wrap:after{left:calc(100% + 12px);transform-origin:left center;animation:swirlRight 1.2s ease-out forwards}.creative-divider{display:flex;align-items:center;justify-content:center;gap:10px;margin:1.5rem 0}.creative-divider:before,.creative-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--brand),transparent);max-width:120px}.creative-divider-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:twinkle 2s ease-in-out infinite}.creative-heart-wrap{position:relative;display:inline-flex;align-items:center;gap:8px;padding:4px 16px;border-radius:999px;background:linear-gradient(135deg,#6d238f0f,#d4af3714)}.creative-heart-wrap:before,.creative-heart-wrap:after{content:"";position:absolute;inset:0;border-radius:999px;padding:1px;background:linear-gradient(135deg,var(--brand),var(--accent),var(--brand));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.creative-heart-icon{animation:heartBeat 1.5s ease-in-out infinite;display:inline-block;font-size:1.1em}.stat-label-decorated{position:relative;display:inline-flex;align-items:center;gap:6px}.stat-label-decorated:before{content:"✦";font-size:.6em;color:var(--accent);animation:twinkle 2.5s ease-in-out infinite}.stat-label-decorated:after{content:"✦";font-size:.6em;color:var(--accent);animation:twinkle 2.5s ease-in-out infinite .5s}.footer-tagline{position:relative;display:inline-block;padding:0 8px}.footer-tagline:before{content:"~";position:absolute;left:-16px;top:50%;transform:translateY(-50%);color:var(--accent);font-size:1.4em;font-weight:700;opacity:.7;animation:floatUpDown 3s ease-in-out infinite}.footer-tagline:after{content:"~";position:absolute;right:-16px;top:50%;transform:translateY(-50%);color:var(--accent);font-size:1.4em;font-weight:700;opacity:.7;animation:floatUpDown 3s ease-in-out infinite .5s}.highlight-pill--love{position:relative;overflow:visible}.highlight-pill--love:before{content:"♡";position:absolute;left:-2px;top:50%;transform:translateY(-50%);font-size:.8em;color:var(--accent);animation:heartBeat 2s ease-in-out infinite}.highlight-pill--love:after{content:"♡";position:absolute;right:-2px;top:50%;transform:translateY(-50%);font-size:.8em;color:var(--accent);animation:heartBeat 2s ease-in-out infinite .3s}.gradient-text--decorated{position:relative;display:inline-block}.gradient-text--decorated:before{content:"♡";position:absolute;left:-30px;top:50%;transform:translateY(-50%);font-size:.5em;color:var(--accent);opacity:.6;animation:heartBeat 2s ease-in-out infinite}.gradient-text--decorated:after{content:"♡";position:absolute;right:-30px;top:50%;transform:translateY(-50%);font-size:.5em;color:var(--accent);opacity:.6;animation:heartBeat 2s ease-in-out infinite .4s}.section-kicker--ornamented{position:relative;display:inline-block}.section-kicker--ornamented:after{content:"";display:block;width:50px;height:2px;margin:6px auto 0;background:linear-gradient(90deg,transparent,var(--accent),transparent);border-radius:2px;animation:lineExpand 1s ease-out forwards}.love-emphasis{position:relative;display:inline}.love-emphasis:before{content:"❝";position:absolute;left:-18px;top:-4px;font-size:1.2em;color:var(--accent);opacity:.5}.love-emphasis:after{content:"❞";position:absolute;right:-14px;bottom:-2px;font-size:1.2em;color:var(--accent);opacity:.5}.why-card:before{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%);width:30px;height:3px;background:linear-gradient(90deg,var(--brand),var(--accent));border-radius:0 0 4px 4px;opacity:0;transition:all .3s ease}.why-card:hover:before{opacity:1;width:60px}.occasion-pill:hover .occasion-pill-icon{animation:heartBeat .6s ease-in-out;text-shadow:0 0 8px rgba(212,175,55,.6)}
