.store-theme{--store-primary:#111827;--store-secondary:#374151;--store-accent:#2563eb;--store-bg:#ffffff;--store-surface:#f9fafb;--store-text:#111827;--store-muted:#6b7280;--store-radius:0.75rem;background:var(--store-bg);color:var(--store-text)}.store-layout{min-height:100vh;background-color:var(--store-bg);color:var(--store-text)}.store-topbar{position:relative;background:var(--store-surface);color:var(--store-text);font-size:.875rem}.store-topbar-inner{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.625rem 1rem}.store-topbar-close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:rgba(255,255,255,.8)}.store-header-shell{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--store-bg) 90%,transparent);-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid color-mix(in srgb,var(--store-muted) 20%,transparent)}.store-header{display:flex;align-items:center;justify-content:space-between;height:4rem}.store-mega-wrap{position:relative}.store-mega-hoverpad{position:absolute;left:0;right:0;height:10px;top:100%}.store-mega-panel{position:absolute;top:calc(100% + 8px);min-width:24rem;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem}.store-mega-panel,.store-mega-panel-full{left:0;background:#fff;box-shadow:0 20px 40px -12px rgba(0,0,0,.15);z-index:60}.store-mega-panel-full{position:fixed;right:0;border:1px solid #e5e7eb;border-top:none;animation:slideDown .2s ease-out;max-height:80vh;overflow-y:auto}.store-mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.store-nav-link{position:relative;font-weight:600;color:var(--store-text);padding:.5rem 0}.store-nav-link:after{content:"";position:absolute;left:0;right:auto;bottom:-6px;height:2px;width:0;background:var(--store-primary);transition:width .16s ease}.store-nav-link:hover:after{width:100%}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.store-main{flex:1;background-color:var(--store-bg)}.store-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 0;position:relative;overflow:hidden}.store-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(59,130,246,.05),rgba(139,92,246,.05));pointer-events:none}.store-product-card{background-color:var(--store-bg);border:1px solid #e5e7eb;border-radius:var(--store-radius);overflow:hidden;transition:all .3s ease;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.store-product-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px rgba(0,0,0,.15);border-color:var(--store-primary)}.store-product-image{aspect-ratio:3/4;background-color:#f9fafb;overflow:hidden;position:relative}.store-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.store-product-card:hover .store-product-image img{transform:scale(1.05)}.store-category-card{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:var(--store-radius);background-color:var(--store-surface);transition:all .3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.store-category-card:hover{transform:scale(1.02);box-shadow:0 20px 25px -5px rgba(0,0,0,.15)}.store-category-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent);display:flex;align-items:end;padding:1.5rem}.store-category-title{color:white;font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.store-btn-primary{background:var(--store-primary);color:white;border:none;padding:.75rem 1.5rem;border-radius:var(--store-radius);font-weight:600;transition:all .2s ease;box-shadow:0 2px 4px color-mix(in srgb,var(--store-primary) 30%,transparent)}.store-btn-primary:hover{background:color-mix(in srgb,var(--store-primary) 86%,black);transform:translateY(-1px);box-shadow:0 4px 8px color-mix(in srgb,var(--store-primary) 40%,transparent)}.store-btn-secondary{background-color:white;color:#374151;border:2px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease}.store-btn-secondary:hover{background-color:#f9fafb;border-color:var(--store-primary);color:var(--store-primary)}.store-section{padding:4rem 0}.store-section-gray{background-color:var(--store-surface)}.store-section-white{background-color:var(--store-bg)}.store-section-gradient{background:linear-gradient(135deg,var(--store-primary),var(--store-accent));color:white}.store-heading{font-size:2.5rem;font-weight:900;color:var(--store-text);margin-bottom:1rem;text-transform:uppercase;letter-spacing:-.025em}.store-subheading{font-size:1.125rem;color:var(--store-muted);margin-bottom:2rem}.store-text-large{font-size:1.25rem;color:var(--store-secondary);line-height:1.6}.store-feature{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:var(--store-bg);border-radius:var(--store-radius);border:1px solid #e5e7eb;transition:all .2s ease}.store-feature:hover{border-color:var(--store-primary);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.store-feature-icon{padding:.75rem;border-radius:.5rem;flex-shrink:0}.store-feature-icon-blue{background-color:#dbeafe;color:#1d4ed8}.store-feature-icon-green{background-color:#dcfce7;color:#16a34a}.store-feature-icon-purple{background-color:#e9d5ff;color:#7c3aed}.store-testimonial{background-color:var(--store-bg);padding:2rem;border-radius:var(--store-radius);border:1px solid #e5e7eb;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);transition:all .3s ease}.store-testimonial:hover{box-shadow:0 10px 25px -5px rgba(0,0,0,.15);border-color:var(--store-primary)}.store-testimonial-content{color:#374151;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.store-testimonial-author{display:flex;align-items:center;gap:1rem}.store-testimonial-avatar{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,var(--store-primary),var(--store-accent));display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:1.125rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.store-newsletter{background:var(--store-surface);border:1px solid color-mix(in srgb,var(--store-primary) 20%,transparent);border-radius:calc(var(--store-radius) * 1.5);padding:3rem;text-align:center}.store-newsletter-badge{background-color:color-mix(in srgb,var(--store-primary) 12%,white);color:var(--store-primary);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;display:inline-block}.store-newsletter-title{font-size:2.25rem;font-weight:700;color:var(--store-text);margin-bottom:1rem}.store-newsletter-description{font-size:1.125rem;color:var(--store-muted);margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.6}.store-newsletter-form{display:flex;flex-direction:column;gap:1rem;max-width:28rem;margin:0 auto}.store-newsletter-input{flex:1;padding:1rem 1.5rem;border:2px solid #d1d5db;border-radius:var(--store-radius);background-color:var(--store-bg);color:var(--store-text);font-size:1rem;transition:all .2s ease}.store-newsletter-input:focus{outline:none;border-color:var(--store-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--store-primary) 12%,transparent)}.store-newsletter-input::placeholder{color:#6b7280}.store-newsletter-button{background:var(--store-primary);color:white;border:none;padding:1rem 2rem;border-radius:var(--store-radius);font-weight:600;font-size:1rem;transition:all .2s ease;box-shadow:0 4px 6px -1px color-mix(in srgb,var(--store-primary) 30%,transparent)}.store-newsletter-button:hover{background:color-mix(in srgb,var(--store-primary) 86%,black);transform:translateY(-1px);box-shadow:0 6px 12px -2px color-mix(in srgb,var(--store-primary) 40%,transparent)}@media (min-width:640px){.store-newsletter-form{flex-direction:row}.store-newsletter-button{padding:1rem 2rem}}@media (max-width:768px){.store-hero,.store-section{padding:2rem 0}.store-heading{font-size:2rem}.store-newsletter{padding:2rem}.store-newsletter-title{font-size:1.875rem}}