.hero.svelte-1qgygih.svelte-1qgygih{display:grid;grid-template-columns:1fr 1fr;height:calc(100svh - var(--nav-h));min-height:560px;max-height:780px;background:#fbf7f4;overflow:hidden}.hero-left.svelte-1qgygih.svelte-1qgygih{display:flex;flex-direction:column;justify-content:center;padding:80px var(--page-pad);overflow:hidden}.eyebrow.svelte-1qgygih.svelte-1qgygih{display:inline-flex;align-items:center;gap:6px;background:var(--accent-light);color:var(--accent);font-size:12px;font-weight:500;padding:6px 14px;border-radius:var(--r-full);margin-bottom:24px;width:fit-content}h1.svelte-1qgygih.svelte-1qgygih{font-size:clamp(40px,5vw,58px);font-weight:600;letter-spacing:-.03em;color:var(--text-primary);line-height:1.1;margin-bottom:20px}h1.svelte-1qgygih em.svelte-1qgygih{font-style:normal;color:var(--accent)}.hero-left.svelte-1qgygih p.svelte-1qgygih{font-size:16px;line-height:1.7;color:var(--text-secondary);max-width:400px;margin-bottom:36px}.btn-row.svelte-1qgygih.svelte-1qgygih{display:flex;gap:12px;flex-wrap:wrap}.hero-ticker.svelte-1qgygih.svelte-1qgygih{display:flex;gap:10px;overflow:hidden;padding:20px 24px 20px 0;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 12%,black 88%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 12%,black 88%,transparent 100%)}.ticker-col.svelte-1qgygih.svelte-1qgygih{display:flex;flex-direction:column;gap:10px;flex:1}.ticker-col.up.svelte-1qgygih.svelte-1qgygih{animation:svelte-1qgygih-ticker-up 22s linear infinite}.ticker-col.down.svelte-1qgygih.svelte-1qgygih{animation:svelte-1qgygih-ticker-down 26s linear infinite}.ticker-col.svelte-1qgygih img.svelte-1qgygih{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:var(--r-md);flex-shrink:0}@keyframes svelte-1qgygih-ticker-up{to{transform:translateY(-50%)}}@keyframes svelte-1qgygih-ticker-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.stats-bar.svelte-1qgygih.svelte-1qgygih{display:flex;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stat.svelte-1qgygih.svelte-1qgygih{flex:1;display:flex;flex-direction:column;align-items:center;padding:20px 16px;border-right:1px solid var(--border);gap:4px}.stat.svelte-1qgygih.svelte-1qgygih:last-child{border-right:none}.num.svelte-1qgygih.svelte-1qgygih{font-size:26px;font-weight:600;letter-spacing:-.03em;color:var(--text-primary)}.lbl.svelte-1qgygih.svelte-1qgygih{font-size:12px;color:var(--text-muted)}.marquee-bar.svelte-1qgygih.svelte-1qgygih{background:var(--accent);overflow:hidden;padding:12px 0;white-space:nowrap}.marquee-inner.svelte-1qgygih.svelte-1qgygih{display:inline-flex;gap:24px;animation:svelte-1qgygih-marquee 24s linear infinite}.marquee-inner.svelte-1qgygih span.svelte-1qgygih{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff}.marquee-inner.svelte-1qgygih .dot.svelte-1qgygih{color:#ffffff80}@keyframes svelte-1qgygih-marquee{to{transform:translate(-50%)}}.section.svelte-1qgygih.svelte-1qgygih{padding:64px 0}.cat-grid.svelte-1qgygih.svelte-1qgygih{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cat-card.svelte-1qgygih.svelte-1qgygih{background:var(--surface);border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border);transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.cat-card.svelte-1qgygih.svelte-1qgygih:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.cat-img-wrap.svelte-1qgygih.svelte-1qgygih{overflow:hidden}.cat-img-wrap.svelte-1qgygih img.svelte-1qgygih{width:100%;height:240px;object-fit:cover;transition:transform .4s ease}.cat-card.svelte-1qgygih:hover .cat-img-wrap img.svelte-1qgygih{transform:scale(1.04)}.cat-info.svelte-1qgygih.svelte-1qgygih{display:flex;justify-content:space-between;align-items:center;padding:14px 16px}.cat-name.svelte-1qgygih.svelte-1qgygih{font-size:14px;font-weight:500;color:var(--text-primary)}.cat-arrow.svelte-1qgygih.svelte-1qgygih{font-size:16px;color:var(--accent);transition:transform .2s}.cat-card.svelte-1qgygih:hover .cat-arrow.svelte-1qgygih{transform:translate(4px)}.product-grid.svelte-1qgygih.svelte-1qgygih{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card.svelte-1qgygih.svelte-1qgygih{background:var(--surface);border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border);transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.product-card.svelte-1qgygih.svelte-1qgygih:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.product-img-wrap.svelte-1qgygih.svelte-1qgygih{position:relative;overflow:hidden}.product-img-wrap.svelte-1qgygih img.svelte-1qgygih{width:100%;aspect-ratio:3/4;object-fit:cover;transition:transform .4s ease}.product-card.svelte-1qgygih:hover .product-img-wrap img.svelte-1qgygih{transform:scale(1.03)}.product-badge.svelte-1qgygih.svelte-1qgygih{position:absolute;top:12px;left:12px;background:#fff;color:var(--accent);font-size:10px;font-weight:600;padding:4px 10px;border-radius:var(--r-full);box-shadow:0 2px 8px #0000001a;white-space:nowrap;max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis}.product-info.svelte-1qgygih.svelte-1qgygih{padding:16px;flex:1;display:flex;flex-direction:column;gap:10px}.product-title.svelte-1qgygih.svelte-1qgygih{font-size:13px;font-weight:500;color:var(--text-primary);line-height:1.4;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-bottom.svelte-1qgygih.svelte-1qgygih{display:flex;justify-content:space-between;align-items:center}.product-price.svelte-1qgygih.svelte-1qgygih{font-size:15px;font-weight:600;color:var(--accent)}.product-dl.svelte-1qgygih.svelte-1qgygih{font-size:11px;color:var(--text-muted)}.shop-banner-section.svelte-1qgygih.svelte-1qgygih{position:relative;overflow:hidden;height:280px;background:var(--bg);margin-top:80px}.shop-banner-track.svelte-1qgygih.svelte-1qgygih{position:relative;width:100%;height:100%}.shop-banner-img.svelte-1qgygih.svelte-1qgygih{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .8s ease}.shop-banner-img.active.svelte-1qgygih.svelte-1qgygih{opacity:1}.shop-banner-dots.svelte-1qgygih.svelte-1qgygih{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}.banner-dot.svelte-1qgygih.svelte-1qgygih{width:7px;height:7px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:background .2s,transform .2s;padding:0}.banner-dot.active.svelte-1qgygih.svelte-1qgygih{background:#fff;transform:scale(1.25)}.story-section.svelte-1qgygih.svelte-1qgygih{display:grid;grid-template-columns:360px 1fr;gap:64px;align-items:center;padding:80px 0}.story-img-wrap.svelte-1qgygih.svelte-1qgygih{border-radius:var(--r-xl);overflow:hidden;aspect-ratio:1/1;background:var(--accent-light)}.story-img-wrap.svelte-1qgygih img.svelte-1qgygih{width:100%;height:100%;object-fit:cover}.story-text.svelte-1qgygih.svelte-1qgygih{display:flex;flex-direction:column;gap:16px}.story-text.svelte-1qgygih h2.svelte-1qgygih{font-size:clamp(28px,3vw,38px);font-weight:600;letter-spacing:-.03em;color:var(--text-primary);line-height:1.2}.story-text.svelte-1qgygih p.svelte-1qgygih{font-size:15px;line-height:1.8;color:var(--text-secondary);max-width:520px}.email-banner.svelte-1qgygih.svelte-1qgygih{background:var(--text-primary);padding:64px 0;margin-top:80px}.email-banner-inner.svelte-1qgygih.svelte-1qgygih{display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap}.email-banner.svelte-1qgygih h2.svelte-1qgygih{font-size:32px;font-weight:600;color:#fff;letter-spacing:-.025em;margin-bottom:8px}.email-banner.svelte-1qgygih h2 em.svelte-1qgygih{font-style:normal;color:var(--accent-mid)}.email-banner.svelte-1qgygih p.svelte-1qgygih{font-size:15px;color:#ffffff8c}@media (max-width: 1024px){.cat-grid.svelte-1qgygih.svelte-1qgygih,.product-grid.svelte-1qgygih.svelte-1qgygih{grid-template-columns:repeat(2,1fr)}.story-section.svelte-1qgygih.svelte-1qgygih{grid-template-columns:280px 1fr;gap:40px}}@media (max-width: 768px){.hero.svelte-1qgygih.svelte-1qgygih{grid-template-columns:1fr}.hero-ticker.svelte-1qgygih.svelte-1qgygih{display:none}.hero-left.svelte-1qgygih.svelte-1qgygih{padding:48px 24px}.cat-grid.svelte-1qgygih.svelte-1qgygih{grid-template-columns:repeat(2,1fr)}.product-grid.svelte-1qgygih.svelte-1qgygih,.story-section.svelte-1qgygih.svelte-1qgygih{grid-template-columns:1fr}.story-img-wrap.svelte-1qgygih.svelte-1qgygih{max-width:280px;margin:0 auto}.shop-banner-section.svelte-1qgygih.svelte-1qgygih{height:180px}}@media (max-width: 480px){.cat-grid.svelte-1qgygih.svelte-1qgygih{grid-template-columns:1fr}}
