.Hero-module__Z8hQ_W__hero{min-height:calc(100vh - var(--navbar-height));background:var(--background);position:relative;overflow:hidden}.Hero-module__Z8hQ_W__backgroundEffects{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__Z8hQ_W__gradientOrb1{filter:blur(80px);background:radial-gradient(circle,#6366f166 0%,#0000 70%);width:50rem;height:50rem;animation:20s ease-in-out infinite Hero-module__Z8hQ_W__floatSlow;position:absolute;top:-20%;right:-10%}.Hero-module__Z8hQ_W__gradientOrb2{filter:blur(80px);background:radial-gradient(circle,#a855f759 0%,#0000 70%);width:45rem;height:45rem;animation:25s ease-in-out infinite reverse Hero-module__Z8hQ_W__floatSlow;position:absolute;bottom:-30%;left:-10%}[data-theme=dark] .Hero-module__Z8hQ_W__gradientOrb1{background:radial-gradient(circle,#6366f180 0%,#0000 70%)}[data-theme=dark] .Hero-module__Z8hQ_W__gradientOrb2{background:radial-gradient(circle,#a855f773 0%,#0000 70%)}.Hero-module__Z8hQ_W__gridPattern{background-image:linear-gradient(#6366f108 1px,#0000 1px),linear-gradient(90deg,#6366f108 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.Hero-module__Z8hQ_W__container{max-width:var(--container-max);flex-direction:column;align-items:center;gap:3rem;margin:0 auto;padding:2rem 1.5rem;display:flex;position:relative}@media (min-width:1024px){.Hero-module__Z8hQ_W__container{flex-direction:row;justify-content:space-between;gap:5rem;padding:3rem 2rem}}.Hero-module__Z8hQ_W__content{text-align:center;z-index:10;max-width:36rem}@media (min-width:1024px){.Hero-module__Z8hQ_W__content{text-align:left;flex:1}}.Hero-module__Z8hQ_W__badge{background:var(--gradient-hero);border-radius:var(--border-radius-full);color:var(--indigo-700);border:1px solid #6366f133;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;animation:.6s ease-out Hero-module__Z8hQ_W__slideDown;display:inline-flex}[data-theme=dark] .Hero-module__Z8hQ_W__badge{color:var(--indigo-300);background:#6366f126;border-color:#6366f14d}.Hero-module__Z8hQ_W__badgeIcon{width:1rem;height:1rem;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__pulse}.Hero-module__Z8hQ_W__title{color:var(--foreground);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}@media (min-width:768px){.Hero-module__Z8hQ_W__title{font-size:4rem}}@media (min-width:1024px){.Hero-module__Z8hQ_W__title{font-size:4.5rem}}.Hero-module__Z8hQ_W__titleLine{animation:.6s ease-out both Hero-module__Z8hQ_W__slideUp;display:block}.Hero-module__Z8hQ_W__titleLine:nth-child(2){animation-delay:.1s}.Hero-module__Z8hQ_W__highlight{background:var(--gradient-glow);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:5s infinite Hero-module__Z8hQ_W__gradientShift}.Hero-module__Z8hQ_W__subtitle{color:var(--muted);max-width:32rem;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7;animation:.6s ease-out .2s both Hero-module__Z8hQ_W__slideUp}@media (min-width:1024px){.Hero-module__Z8hQ_W__subtitle{margin-left:0}}.Hero-module__Z8hQ_W__actions{flex-direction:column;justify-content:center;gap:1rem;margin-bottom:3rem;animation:.6s ease-out .3s both Hero-module__Z8hQ_W__slideUp;display:flex}@media (min-width:640px){.Hero-module__Z8hQ_W__actions{flex-direction:row}}@media (min-width:1024px){.Hero-module__Z8hQ_W__actions{justify-content:flex-start}}.Hero-module__Z8hQ_W__primaryButton{background:var(--gradient-secondary);color:#fff;border-radius:var(--border-radius-lg);transition:all var(--transition-normal);box-shadow:var(--shadow-lg),var(--shadow-glow);justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__primaryButton:hover{box-shadow:var(--shadow-xl),var(--shadow-glow-lg);transform:translateY(-3px)}.Hero-module__Z8hQ_W__buttonIcon{width:1.25rem;height:1.25rem;transition:transform var(--transition-spring)}.Hero-module__Z8hQ_W__primaryButton:hover .Hero-module__Z8hQ_W__buttonIcon{transform:rotate(-15deg)scale(1.1)}.Hero-module__Z8hQ_W__buttonGlow{background:linear-gradient(90deg,#0000,#fff3,#0000);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.Hero-module__Z8hQ_W__primaryButton:hover .Hero-module__Z8hQ_W__buttonGlow{transform:translate(100%)}.Hero-module__Z8hQ_W__secondaryButton{background:var(--card-bg);color:var(--foreground);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);transition:all var(--transition-normal);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;display:inline-flex}.Hero-module__Z8hQ_W__secondaryButton:hover{background:var(--stone-100);border-color:var(--stone-300);box-shadow:var(--shadow-md);transform:translateY(-2px)}[data-theme=dark] .Hero-module__Z8hQ_W__secondaryButton{background:var(--dark-surface);border-color:var(--dark-border-strong)}[data-theme=dark] .Hero-module__Z8hQ_W__secondaryButton:hover{background:var(--dark-surface-elevated)}.Hero-module__Z8hQ_W__arrowIcon{width:1rem;height:1rem;transition:transform var(--transition-fast)}.Hero-module__Z8hQ_W__secondaryButton:hover .Hero-module__Z8hQ_W__arrowIcon{transform:translate(4px)}.Hero-module__Z8hQ_W__stats{justify-content:center;align-items:center;gap:2rem;animation:.6s ease-out .4s both Hero-module__Z8hQ_W__slideUp;display:flex}@media (min-width:1024px){.Hero-module__Z8hQ_W__stats{justify-content:flex-start}}.Hero-module__Z8hQ_W__stat{text-align:center}@media (min-width:1024px){.Hero-module__Z8hQ_W__stat{text-align:left}}.Hero-module__Z8hQ_W__statNumber{color:var(--foreground);font-size:1.5rem;font-weight:800;font-family:var(--font-serif);display:block}.Hero-module__Z8hQ_W__statLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.Hero-module__Z8hQ_W__statDivider{background:var(--border-color);width:1px;height:2.5rem}.Hero-module__Z8hQ_W__visual{aspect-ratio:3/4;width:100%;max-width:24rem;position:relative}@media (min-width:1024px){.Hero-module__Z8hQ_W__visual{flex:1;max-width:28rem}}.Hero-module__Z8hQ_W__cardStack{perspective:1000px;width:100%;height:100%;position:relative}.Hero-module__Z8hQ_W__floatingCard{aspect-ratio:3/4;border-radius:var(--border-radius-xl);width:70%;box-shadow:var(--shadow-2xl);transition:all var(--transition-slow);animation:6s ease-in-out infinite Hero-module__Z8hQ_W__float;position:absolute;overflow:hidden}.Hero-module__Z8hQ_W__floatingCard:hover{z-index:10!important;transform:scale(1.05)translateY(-10px)!important}.Hero-module__Z8hQ_W__card1{z-index:3;animation-delay:0s;top:0;left:0;transform:rotate(-6deg)}.Hero-module__Z8hQ_W__card2{z-index:2;animation-delay:.5s;top:10%;right:0;transform:rotate(6deg)}.Hero-module__Z8hQ_W__card3{z-index:1;animation-delay:1s;bottom:5%;left:15%;transform:rotate(-3deg)}.Hero-module__Z8hQ_W__cardImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.Hero-module__Z8hQ_W__cardShine{pointer-events:none;background:linear-gradient(135deg,#0000 40%,#ffffff1a 50%,#0000 60%);position:absolute;inset:0}.Hero-module__Z8hQ_W__particles{pointer-events:none;position:absolute;inset:0}.Hero-module__Z8hQ_W__particle{opacity:.6;font-size:1.25rem;animation:4s ease-in-out infinite Hero-module__Z8hQ_W__floatSlow;position:absolute}
.StoreGrid-module__CMzjmq__section{background-color:var(--background);padding:2rem 0 4rem}.StoreGrid-module__CMzjmq__container{max-width:var(--container-max);margin:0 auto;padding:0 1rem}@media (min-width:640px){.StoreGrid-module__CMzjmq__container{padding:0 1.5rem}}@media (min-width:1024px){.StoreGrid-module__CMzjmq__container{padding:0 2rem}}.StoreGrid-module__CMzjmq__title{font-family:var(--font-serif);color:var(--foreground);text-align:center;margin-bottom:3rem;font-size:2rem;font-weight:700;line-height:1.2}@media (min-width:768px){.StoreGrid-module__CMzjmq__title{font-size:2.5rem}}.StoreGrid-module__CMzjmq__grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;display:grid}@media (min-width:640px){.StoreGrid-module__CMzjmq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.StoreGrid-module__CMzjmq__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.StoreGrid-module__CMzjmq__card{background-color:var(--card-bg);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:all var(--transition-normal);cursor:pointer;transform-style:preserve-3d;flex-direction:column;animation:.5s ease-out both StoreGrid-module__CMzjmq__slideUp;display:flex;overflow:hidden;transform:perspective(1000px)rotateX(0)rotateY(0)}.StoreGrid-module__CMzjmq__card:first-child{animation-delay:0s}.StoreGrid-module__CMzjmq__card:nth-child(2){animation-delay:.1s}.StoreGrid-module__CMzjmq__card:nth-child(3){animation-delay:.2s}.StoreGrid-module__CMzjmq__card:nth-child(4){animation-delay:.3s}.StoreGrid-module__CMzjmq__card:nth-child(5){animation-delay:.4s}.StoreGrid-module__CMzjmq__card:nth-child(6){animation-delay:.5s}.StoreGrid-module__CMzjmq__card:hover{box-shadow:var(--shadow-2xl);border-color:#6366f133;transform:perspective(1000px)rotateX(2deg)rotateY(-2deg)translateY(-8px)}[data-theme=dark] .StoreGrid-module__CMzjmq__card{background:var(--dark-surface);border-color:var(--dark-border)}[data-theme=dark] .StoreGrid-module__CMzjmq__card:hover{box-shadow:var(--shadow-2xl),var(--shadow-glow);border-color:#6366f14d}.StoreGrid-module__CMzjmq__imageWrapper{aspect-ratio:3/4;background-color:var(--stone-200);position:relative;overflow:hidden}[data-theme=dark] .StoreGrid-module__CMzjmq__imageWrapper{background-color:var(--dark-surface-elevated)}.StoreGrid-module__CMzjmq__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow);position:absolute;inset:0}.StoreGrid-module__CMzjmq__card:hover .StoreGrid-module__CMzjmq__image{transform:scale(1.08)}.StoreGrid-module__CMzjmq__priceTag{-webkit-backdrop-filter:blur(8px);border-radius:var(--border-radius-full);color:var(--foreground);box-shadow:var(--shadow-md);transition:all var(--transition-fast);background:#fffffff2;padding:.375rem .875rem;font-size:.875rem;font-weight:700;position:absolute;top:1rem;right:1rem}[data-theme=dark] .StoreGrid-module__CMzjmq__priceTag{color:var(--dark-text-primary);background:#1e1e28e6}.StoreGrid-module__CMzjmq__card:hover .StoreGrid-module__CMzjmq__priceTag{background:var(--gradient-primary);color:#fff;transform:scale(1.05)}.StoreGrid-module__CMzjmq__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.StoreGrid-module__CMzjmq__productTitle{font-family:var(--font-serif);color:var(--foreground);transition:color var(--transition-fast);margin-bottom:.25rem;font-size:1.25rem;font-weight:700;line-height:1.3}.StoreGrid-module__CMzjmq__card:hover .StoreGrid-module__CMzjmq__productTitle{color:var(--indigo-600)}[data-theme=dark] .StoreGrid-module__CMzjmq__card:hover .StoreGrid-module__CMzjmq__productTitle{color:var(--indigo-400)}.StoreGrid-module__CMzjmq__author{color:var(--muted);margin-bottom:1rem;font-size:.875rem}.StoreGrid-module__CMzjmq__imageWrapper:after{content:"View Details";-webkit-backdrop-filter:blur(4px);color:#fff;text-transform:uppercase;letter-spacing:.05em;opacity:0;transition:opacity var(--transition-normal);background:#0006;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex;position:absolute;inset:0}.StoreGrid-module__CMzjmq__card:hover .StoreGrid-module__CMzjmq__imageWrapper:after{opacity:1}
