:root{--store-bg:#fbfbfb;--store-bg-secondary:#fff;--store-surface:#f0f0f2;--store-surface-hover:#e5e5e8;--store-text:#111;--store-text-secondary:#555;--store-text-muted:#888;--store-border:#00000014;--store-border-hover:#00000026;--store-accent:#06f;--store-accent-hover:#0052cc;--store-accent-light:#0066ff14;--store-accent-glow:#0066ff26;--store-accent-text:#fff;--store-success:#0a5;--store-error:#d22;--store-warning:#c80;--store-overlay:#0006;--store-header-bg:#fbfbfbd9;--store-header-bg-scrolled:#fbfbfbf2;--store-marquee-brightness:.4;--font-body:"Inter", system-ui, -apple-system, sans-serif;--font-headline:"Space Grotesk", "Inter", system-ui, sans-serif;--text-hero:clamp(2.5rem, 8vw, 6rem);--text-h1:clamp(2rem, 5vw, 3.5rem);--text-h2:clamp(1.5rem, 3vw, 2.5rem);--text-h3:clamp(1.25rem, 2vw, 1.75rem);--text-body:clamp(.875rem, 1.5vw, 1rem);--text-small:clamp(.75rem, 1.2vw, .875rem);--text-xs:.75rem;--leading-tight:1.1;--leading-normal:1.5;--leading-relaxed:1.7;--tracking-tight:-.03em;--tracking-normal:0;--tracking-wide:.05em;--store-header-height:60px;--store-announcement-height:36px;--store-container:min(1280px, 90vw);--store-container-narrow:min(960px, 90vw);--store-cart-width:min(420px, 85vw);--space-2xs:.25rem;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:3.5rem;--space-3xl:5rem;--radius-xs:2px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 24px #0006;--shadow-lg:0 8px 48px #00000080;--shadow-glow:0 0 40px var(--store-accent-glow);--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--transition-fast:.15s var(--ease-out);--transition-base:.3s var(--ease-out);--transition-slow:.6s var(--ease-out);--z-base:1;--z-header:50;--z-announcement:51;--z-cart-overlay:90;--z-cart-drawer:95;--z-modal-overlay:100;--z-modal:105;--z-toast:200}[data-store-theme=dark]{--store-bg:#000;--store-bg-secondary:#0a0a0a;--store-surface:#111;--store-surface-hover:#1a1a1a;--store-text:#fff;--store-text-secondary:#999;--store-text-muted:#666;--store-border:#ffffff14;--store-border-hover:#ffffff26;--store-accent-light:#0066ff1f;--store-accent-glow:#0066ff4d;--store-success:#0c6;--store-error:#f33;--store-warning:#fa0;--store-overlay:#0009;--store-header-bg:#000000d9;--store-header-bg-scrolled:#000000f2;--store-marquee-brightness:2}.store-layout{background:var(--store-bg);min-height:100dvh;color:var(--store-text);font-family:var(--font-body);font-size:var(--text-body);line-height:var(--leading-normal)}.store-container{width:var(--store-container);margin:0 auto}.store-container--narrow{width:var(--store-container-narrow);margin:0 auto}.store-main{padding-top:calc(var(--store-header-height) + var(--store-announcement-height))}.announcement-bar{height:var(--store-announcement-height);background:var(--store-accent);color:var(--store-accent-text);font-size:var(--text-xs);letter-spacing:var(--tracking-wide);text-transform:uppercase;z-index:var(--z-announcement);justify-content:center;align-items:center;font-weight:500;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden}.announcement-bar__text{white-space:nowrap;animation:20s linear infinite announcement-scroll}@keyframes announcement-scroll{0%{transform:translate(100%)}to{transform:translate(-100%)}}.store-header{top:var(--store-announcement-height);height:var(--store-header-height);background:var(--store-header-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--store-border);z-index:var(--z-header);transition:background var(--transition-base);align-items:center;display:flex;position:fixed;left:0;right:0}.store-header--scrolled{background:var(--store-header-bg-scrolled)}.store-header__inner{justify-content:space-between;align-items:center;gap:var(--space-xs);width:min(1280px,96vw);margin:0 auto;display:flex;position:relative}@media (min-width:768px){.store-header__inner{width:var(--store-container);gap:var(--space-md)}}.store-header__logo{font-family:var(--font-headline);letter-spacing:var(--tracking-tight);color:var(--store-text);align-items:center;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.store-header__nav{gap:var(--space-md);display:none}.store-header__nav a{color:var(--store-text-secondary);font-size:var(--text-small);letter-spacing:var(--tracking-wide);text-transform:uppercase;transition:color var(--transition-fast);font-weight:500;text-decoration:none}.store-header__nav a:hover{color:var(--store-text)}.store-header__actions{align-items:center;gap:var(--space-2xs);display:flex}.store-header__icon-btn{color:var(--store-text);cursor:pointer;touch-action:manipulation;border-radius:var(--radius-sm);min-width:40px;min-height:40px;transition:background var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex;position:relative}.store-header__icon-btn:hover{background:var(--store-surface)}@media (min-width:768px){.store-header__actions{gap:var(--space-xs)}}.store-header__cart-count{background:var(--store-accent);width:18px;height:18px;color:var(--store-accent-text);border-radius:var(--radius-full);justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex;position:absolute;top:0;right:0}@media (min-width:768px){.store-header__nav{display:flex}.store-header__hamburger{display:none}}.store-mobile-menu-overlay{z-index:calc(var(--z-header) - 2);background:#00000080;position:fixed;inset:0}.store-mobile-menu{top:calc(var(--store-header-height) + var(--store-announcement-height));background:var(--store-bg);border-bottom:1px solid var(--store-border);z-index:calc(var(--z-header) - 1);opacity:0;pointer-events:none;transition:transform .3s var(--ease-out), opacity .2s var(--ease-out);padding:var(--space-xs) 0;box-shadow:var(--shadow-md);position:fixed;left:0;right:0;transform:translateY(-100%)}.store-mobile-menu--open{opacity:1;pointer-events:auto;transform:translateY(0)}.store-mobile-menu__link{padding:var(--space-sm) var(--space-md);color:var(--store-text);font-size:var(--text-body);border-bottom:1px solid var(--store-border);transition:background var(--transition-fast);font-weight:500;text-decoration:none;display:block}.store-mobile-menu__link:hover,.store-mobile-menu__link:active{background:var(--store-surface)}.store-mobile-menu__link--highlight{color:var(--store-accent);border-bottom:none;font-weight:600}@media (min-width:768px){.store-mobile-menu,.store-mobile-menu-overlay{display:none!important}}.hero--loading{animation:.6s ease-out .3s both hero-fade-in}@keyframes hero-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cart-overlay{background:var(--store-overlay);z-index:var(--z-cart-overlay);opacity:0;pointer-events:none;transition:opacity var(--transition-base);position:fixed;inset:0}.cart-overlay--open{opacity:1;pointer-events:auto}.cart-drawer{width:var(--store-cart-width);background:var(--store-bg-secondary);border-left:1px solid var(--store-border);z-index:var(--z-cart-drawer);transition:transform var(--transition-slow);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.cart-drawer--open{transform:translate(0)}.cart-drawer__header{padding:var(--space-md);border-bottom:1px solid var(--store-border);justify-content:space-between;align-items:center;display:flex}.cart-drawer__title{font-family:var(--font-headline);font-size:var(--text-h3);font-weight:700}.cart-drawer__close{color:var(--store-text-secondary);cursor:pointer;padding:var(--space-xs);touch-action:manipulation;background:0 0;border:none}.cart-drawer__items{padding:var(--space-sm);flex:1;overflow-y:auto}.cart-drawer__empty{justify-content:center;align-items:center;gap:var(--space-sm);height:100%;color:var(--store-text-muted);flex-direction:column;display:flex}.cart-drawer__footer{padding:var(--space-md);border-top:1px solid var(--store-border)}.cart-drawer__total{margin-bottom:var(--space-sm);justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600;display:flex}.cart-item{gap:var(--space-sm);padding:var(--space-sm);border-bottom:1px solid var(--store-border);grid-template-columns:64px 1fr auto;display:grid}.cart-item__image{object-fit:cover;border-radius:var(--radius-sm);background:var(--store-surface);width:64px;height:64px}.cart-item__info{gap:var(--space-2xs);flex-direction:column;display:flex}.cart-item__name{font-size:var(--text-small);font-weight:500;line-height:var(--leading-tight)}.cart-item__price{font-size:var(--text-small);color:var(--store-text-secondary)}.cart-item__quantity{align-items:center;gap:var(--space-xs);display:flex}.cart-item__qty-btn{background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--store-text);cursor:pointer;font-size:var(--text-small);touch-action:manipulation;justify-content:center;align-items:center;display:flex}.cart-item__qty-btn:hover{border-color:var(--store-border-hover);background:var(--store-surface-hover)}.cart-item__remove{color:var(--store-text-muted);cursor:pointer;padding:var(--space-2xs);touch-action:manipulation;background:0 0;border:none}.cart-item__remove:hover{color:var(--store-error)}.product-grid{gap:var(--space-sm);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.product-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:var(--store-bg-secondary);border:1px solid var(--store-border);border-radius:var(--radius-md);transition:border-color var(--transition-fast), transform var(--transition-fast);flex-direction:column;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:var(--store-border-hover);transform:translateY(-2px)}.product-card__image-wrap{aspect-ratio:1;background:var(--store-surface);position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__quick-add{bottom:var(--space-sm);left:var(--space-sm);right:var(--space-sm);opacity:0;transition:opacity var(--transition-fast), transform var(--transition-fast);position:absolute;transform:translateY(8px)}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__badge{top:var(--space-xs);left:var(--space-xs);background:var(--store-accent);color:var(--store-accent-text);text-transform:uppercase;letter-spacing:var(--tracking-wide);border-radius:var(--radius-sm);padding:2px 8px;font-size:10px;font-weight:700;position:absolute}.product-card__body{padding:var(--space-sm);gap:var(--space-2xs);flex-direction:column;display:flex}.product-card__brand{font-size:var(--text-xs);color:var(--store-text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.product-card__name{font-size:var(--text-small);font-weight:500;line-height:var(--leading-tight);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card__name a{color:inherit;text-decoration:none}.product-card__prices{align-items:baseline;gap:var(--space-xs);margin-top:var(--space-2xs);display:flex}.product-card__price{font-size:1rem;font-weight:600}.product-card__compare-price{font-size:var(--text-small);color:var(--store-text-muted);text-decoration:line-through}.btn-store{justify-content:center;align-items:center;gap:var(--space-xs);font-family:var(--font-body);font-size:var(--text-small);letter-spacing:var(--tracking-wide);text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);touch-action:manipulation;border:none;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-store--primary{background:var(--store-accent);color:var(--store-accent-text)}.btn-store--primary:hover{background:var(--store-accent-hover);box-shadow:var(--shadow-glow)}.btn-store--secondary{color:var(--store-text);border:1px solid var(--store-border);background:0 0}.btn-store--secondary:hover{border-color:var(--store-text)}.btn-store--ghost{color:var(--store-text-secondary);padding:var(--space-xs);background:0 0}.btn-store--ghost:hover{color:var(--store-text)}.btn-store--full{width:100%}.btn-store--lg{padding:1rem 2rem;font-size:1rem}.hero{text-align:center;padding:var(--space-sm) var(--space-sm) var(--space-xl);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero__title{font-family:var(--font-headline);font-size:var(--text-hero);font-weight:700;line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);max-width:900px}.hero__subtitle{font-size:var(--text-h3);color:var(--store-text-secondary);max-width:600px;margin-top:var(--space-md);line-height:var(--leading-relaxed)}.hero__cta{margin-top:var(--space-lg);gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}.hero__gradient{background:radial-gradient(circle, var(--store-accent-glow) 0%, transparent 70%);filter:blur(100px);pointer-events:none;z-index:-1;border-radius:50%;width:600px;height:600px;position:absolute}.store-section{padding:var(--space-2xl) 0}.store-section__header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:baseline;display:flex}.store-section__title{font-family:var(--font-headline);font-size:var(--text-h2);letter-spacing:var(--tracking-tight);font-weight:700}.store-section__link{font-size:var(--text-small);color:var(--store-accent);font-weight:500;text-decoration:none}.store-section__link:hover{text-decoration:underline}.category-grid{gap:var(--space-sm);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.category-grid{grid-template-columns:repeat(4,1fr)}}.category-card{aspect-ratio:4/3;border-radius:var(--radius-md);background:var(--store-surface);color:#fff;transition:transform var(--transition-fast);align-items:flex-end;text-decoration:none;display:flex;position:relative;overflow:hidden}.category-card:hover{transform:scale(1.02)}.category-card__label{width:100%;padding:var(--space-sm);font-family:var(--font-headline);font-size:var(--text-body);background:linear-gradient(#0000,#000c);font-weight:600}.brand-marquee{padding:var(--space-lg) 0;border-top:1px solid var(--store-border);border-bottom:1px solid var(--store-border);overflow:hidden}.brand-marquee__track{gap:var(--space-xl);animation:30s linear infinite marquee;display:flex}.brand-marquee__item{opacity:.4;height:32px;filter:grayscale(100%) brightness(var(--store-marquee-brightness));transition:opacity var(--transition-fast);flex-shrink:0}.brand-marquee__item:hover{opacity:1}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.filter-bar{gap:var(--space-xs);padding:var(--space-sm) 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.filter-bar::-webkit-scrollbar{display:none}.filter-pill{padding:var(--space-xs) var(--space-sm);background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--radius-full);color:var(--store-text-secondary);font-size:var(--text-small);white-space:nowrap;cursor:pointer;transition:all var(--transition-fast);touch-action:manipulation;flex-shrink:0}.filter-pill:hover,.filter-pill--active{border-color:var(--store-accent);color:var(--store-accent);background:var(--store-accent-light)}.product-detail{gap:var(--space-lg);padding:var(--space-lg) 0;grid-template-columns:1fr;display:grid}@media (min-width:768px){.product-detail{grid-template-columns:1fr 1fr}}.product-gallery{gap:var(--space-xs);flex-direction:column;display:flex}.product-gallery__main{aspect-ratio:1;border-radius:var(--radius-md);background:var(--store-surface);overflow:hidden}.product-gallery__main img{object-fit:cover;width:100%;height:100%}.product-gallery__thumbs{gap:var(--space-xs);display:flex;overflow-x:auto}.product-gallery__thumb{border-radius:var(--radius-sm);cursor:pointer;background:var(--store-surface);width:64px;height:64px;transition:border-color var(--transition-fast);border:2px solid #0000;flex-shrink:0;overflow:hidden}.product-gallery__thumb--active{border-color:var(--store-accent)}.product-gallery__thumb img{object-fit:cover;width:100%;height:100%}.product-info__brand{font-size:var(--text-small);color:var(--store-text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide);margin-bottom:var(--space-xs)}.product-info__name{font-family:var(--font-headline);font-size:var(--text-h2);letter-spacing:var(--tracking-tight);font-weight:700;line-height:var(--leading-tight)}.product-info__prices{align-items:baseline;gap:var(--space-sm);margin:var(--space-md) 0;display:flex}.product-info__price{font-size:var(--text-h2);font-weight:700}.product-info__price--bs{font-size:var(--text-h3);color:var(--store-text-secondary)}.product-info__compare{font-size:var(--text-body);color:var(--store-text-muted);text-decoration:line-through}.product-info__description{color:var(--store-text-secondary);line-height:var(--leading-relaxed);margin:var(--space-md) 0}.product-info__specs{border-top:1px solid var(--store-border);margin:var(--space-md) 0}.product-info__spec{padding:var(--space-xs) 0;border-bottom:1px solid var(--store-border);font-size:var(--text-small);justify-content:space-between;display:flex}.product-info__spec-label{color:var(--store-text-muted)}.product-info__add-to-cart{gap:var(--space-sm);margin-top:var(--space-lg);display:flex}.product-info__quantity{border:1px solid var(--store-border);border-radius:var(--radius-sm);align-items:center;display:flex}.product-info__qty-btn{width:44px;height:44px;color:var(--store-text);cursor:pointer;touch-action:manipulation;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.125rem;display:flex}.product-info__qty-value{text-align:center;width:44px;font-weight:600}.checkout{max-width:600px;padding:var(--space-lg) var(--space-sm);margin:0 auto}.checkout__title{font-family:var(--font-headline);font-size:var(--text-h2);margin-bottom:var(--space-lg);font-weight:700}.checkout__section{margin-bottom:var(--space-lg)}.checkout__section-title{font-size:var(--text-h3);margin-bottom:var(--space-sm);font-weight:600}.form-group{margin-bottom:var(--space-sm)}.form-label{font-size:var(--text-small);color:var(--store-text-secondary);margin-bottom:var(--space-2xs);font-weight:500;display:block}.form-input{background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--radius-sm);width:100%;color:var(--store-text);font-family:var(--font-body);transition:border-color var(--transition-fast);padding:.75rem 1rem;font-size:16px}.form-input:focus{border-color:var(--store-accent);box-shadow:0 0 0 3px var(--store-accent-light);outline:none}.form-input--error{border-color:var(--store-error)}.form-error{font-size:var(--text-xs);color:var(--store-error);margin-top:var(--space-2xs)}.form-textarea{resize:vertical;min-height:100px}.currency-toggle{background:var(--store-surface);border-radius:var(--radius-full);border:1px solid var(--store-border);padding:2px;display:flex}.currency-toggle__option{font-size:var(--text-xs);border-radius:var(--radius-full);cursor:pointer;color:var(--store-text-muted);transition:all var(--transition-fast);touch-action:manipulation;background:0 0;border:none;padding:4px 12px;font-weight:600}.currency-toggle__option--active{background:var(--store-accent);color:var(--store-accent-text)}.search-overlay{z-index:var(--z-modal-overlay);background:#000000e6;flex-direction:column;align-items:center;padding-top:20vh;display:flex;position:fixed;inset:0}.search-input-wrap{width:var(--store-container-narrow);position:relative}.search-input{background:var(--store-surface);border:1px solid var(--store-border);border-radius:var(--radius-md);width:100%;color:var(--store-text);font-family:var(--font-body);padding:1rem 1rem 1rem 3rem;font-size:1.125rem}.search-input:focus{border-color:var(--store-accent);outline:none}.search-results{width:var(--store-container-narrow);margin-top:var(--space-sm);max-height:400px;overflow-y:auto}.search-result-item{align-items:center;gap:var(--space-sm);padding:var(--space-sm);border-bottom:1px solid var(--store-border);color:var(--store-text);transition:background var(--transition-fast);text-decoration:none;display:flex}.search-result-item:hover{background:var(--store-surface)}.roulette-page{min-height:100dvh;padding:var(--space-lg);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.roulette-wheel{width:min(350px,80vw);height:min(350px,80vw);margin:var(--space-lg) auto;position:relative}.roulette-wheel__spinner{border-radius:50%;width:100%;height:100%;transition:transform 4s cubic-bezier(.17,.67,.12,.99);overflow:hidden}.roulette-wheel__pointer{border-left:12px solid #0000;border-right:12px solid #0000;border-top:24px solid var(--store-accent);z-index:2;width:0;height:0;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.roulette-result{margin-top:var(--space-lg)}.roulette-result__prize{font-family:var(--font-headline);font-size:var(--text-h2);color:var(--store-accent);font-weight:700}.roulette-result__code{margin-top:var(--space-sm);padding:var(--space-xs) var(--space-md);background:var(--store-accent-light);border:1px dashed var(--store-accent);border-radius:var(--radius-md);letter-spacing:var(--tracking-wide);color:var(--store-accent);font-family:monospace;font-size:1.25rem;font-weight:700;display:inline-block}.store-footer{background:var(--store-bg-secondary);border-top:1px solid var(--store-border);padding:var(--space-2xl) 0 var(--space-lg)}.store-footer__grid{gap:var(--space-lg);margin-bottom:var(--space-lg);grid-template-columns:1fr;display:grid}@media (min-width:768px){.store-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.store-footer__heading{font-family:var(--font-headline);margin-bottom:var(--space-sm);font-weight:600}.store-footer__links{margin:0;padding:0;list-style:none}.store-footer__links a{color:var(--store-text-secondary);font-size:var(--text-small);padding:var(--space-2xs) 0;transition:color var(--transition-fast);text-decoration:none;display:block}.store-footer__links a:hover{color:var(--store-text)}.store-footer__bottom{border-top:1px solid var(--store-border);padding-top:var(--space-md);gap:var(--space-sm);text-align:center;font-size:var(--text-small);color:var(--store-text-muted);flex-direction:column;align-items:center;display:flex}@media (min-width:768px){.store-footer__bottom{flex-direction:row;justify-content:space-between}}.reveal{opacity:0;transform:translateY(30px)}.reveal--visible{opacity:1;transform:translateY(0)}.visually-hidden{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.hero-video-container{width:100%;max-width:1280px;margin:0 auto var(--space-lg) auto;aspect-ratio:16/9;border-radius:var(--radius-lg);background:var(--store-surface);position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.hero-video-container video{object-fit:cover;width:100%;height:100%;display:block}
