.page-width{max-width:1400px;margin:0 auto;padding:0 28px}.announcement-bar{background:var(--sg-void);border-bottom:1px solid var(--sg-border);padding:10px 0;text-align:center;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--sg-gray-200)}.announcement-bar p{margin:0}.announcement-bar strong{color:var(--sg-neo);font-weight:600}.site-header{position:sticky;top:0;z-index:100;background:#030305d1;border-bottom:1px solid var(--sg-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-wrapper{display:flex;align-items:center;justify-content:space-between;height:78px;gap:28px}.header-brand{display:flex;align-items:center;gap:14px}.header-logo{width:44px;height:44px;border-radius:10px;filter:drop-shadow(0 0 10px rgba(0,240,255,.35))}.header-brand-text{display:flex;flex-direction:column}.header-brand-name{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sg-white);text-shadow:0 1px 0 rgba(0,240,255,.18),0 2px 0 rgba(0,240,255,.14),0 3px 0 rgba(0,240,255,.1),0 4px 0 rgba(0,240,255,.06),0 8px 22px rgba(0,240,255,.22)}.header-brand-tagline{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--sg-neo);opacity:.85}.header-nav{display:flex;align-items:center;gap:8px}.header-nav a{padding:8px 14px;border-radius:var(--radius-sm);color:var(--sg-gray-100);font-size:.86rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;transition:all .2s ease;position:relative}.header-nav a:after{content:"";position:absolute;bottom:2px;left:14px;right:14px;height:1px;background:var(--sg-neo);transform:scaleX(0);transform-origin:left;transition:transform .25s ease;box-shadow:0 0 8px var(--sg-neo)}.header-nav a:hover{color:var(--sg-white);background:var(--sg-neo-dim)}.header-nav a:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:16px}.header-icon{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--radius-sm);border:1px solid var(--sg-border);background:#ffffff05;color:var(--sg-gray-100);transition:all .2s ease}.header-icon:hover{border-color:var(--sg-border-strong);background:var(--sg-neo-dim);color:var(--sg-white);box-shadow:0 0 18px #00f0ff1a}.cart-count{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--sg-neo);color:var(--sg-black);font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.hero{position:relative;padding:110px 0 130px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;background:var(--sg-neo-dim);border:1px solid var(--sg-border);color:var(--sg-neo);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px}.hero-badge .dot{width:7px;height:7px;border-radius:50%;background:var(--sg-neo);box-shadow:0 0 8px var(--sg-neo);animation:pulseDot 2s infinite}@keyframes pulseDot{0%{box-shadow:0 0 #00f0ff80}70%{box-shadow:0 0 0 8px #00f0ff00}to{box-shadow:0 0 #00f0ff00}}.hero-title{font-size:clamp(2.6rem,6vw,4.8rem);font-weight:700;line-height:1;letter-spacing:-.03em;margin-bottom:24px}.hero-title .line{display:block}.hero-title .accent{background:linear-gradient(135deg,var(--sg-neo),var(--sg-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.12rem;color:var(--sg-gray-200);max-width:540px;margin-bottom:36px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.hero-orb{width:420px;height:420px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(0,240,255,.25),rgba(0,102,255,.12) 45%,transparent 70%);filter:blur(20px);animation:orbFloat 8s ease-in-out infinite alternate}@keyframes orbFloat{0%{transform:translateY(0) scale(1)}to{transform:translateY(-18px) scale(1.04)}}.hero-card{position:absolute;width:280px;padding:24px;border-radius:var(--radius-md);background:#0f111acc;border:1px solid var(--sg-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow-deep)}.hero-card.primary{top:10%;right:0}.hero-card.secondary{bottom:12%;left:0}.hero-card-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--sg-gray-300);margin-bottom:8px}.hero-card-value{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;color:var(--sg-neo)}.hero-card-desc{font-size:.85rem;color:var(--sg-gray-200);margin-top:6px}.section{padding:90px 0;position:relative}.section-header{text-align:center;max-width:720px;margin:0 auto 60px}.section-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--sg-neo);margin-bottom:14px}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:16px}.section-desc{color:var(--sg-gray-200);font-size:1.05rem}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.collection-card{position:relative;padding:28px;border-radius:var(--radius-md);background:#0f111a99;border:1px solid var(--sg-border);transition:all .3s ease;overflow:hidden}.collection-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,240,255,.08),transparent 60%);opacity:0;transition:opacity .3s ease}.collection-card:hover{transform:translateY(-6px);border-color:var(--sg-border-strong);box-shadow:var(--shadow-glow)}.collection-card:hover:before{opacity:1}.collection-card h3{position:relative;font-size:1.15rem;margin-bottom:10px}.collection-card p{position:relative;font-size:.88rem;color:var(--sg-gray-200);margin-bottom:20px}.collection-card .link{position:relative;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{position:relative;border-radius:var(--radius-md);background:var(--sg-panel);border:1px solid var(--sg-border);overflow:hidden;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);border-color:var(--sg-border-strong);box-shadow:var(--shadow-glow)}.product-media{position:relative;aspect-ratio:1 / 1;background:linear-gradient(135deg,var(--sg-void),var(--sg-panel-elevated));display:flex;align-items:center;justify-content:center;overflow:hidden}.product-media img{width:80%;height:80%;object-fit:contain;transition:transform .4s ease}.product-card:hover .product-media img{transform:scale(1.06)}.product-info{padding:20px}.product-vendor{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--sg-gray-300);margin-bottom:6px}.product-title{font-size:1rem;font-weight:600;margin-bottom:10px;line-height:1.35}.product-title a{color:var(--sg-white)}.product-title a:hover{color:var(--sg-neo)}.product-price{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--sg-neo)}.product-price .compare{font-size:.85rem;color:var(--sg-gray-300);text-decoration:line-through;margin-left:8px}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-item{padding:32px 28px;border-radius:var(--radius-md);background:#0f111a80;border:1px solid var(--sg-border);text-align:center}.feature-icon{width:52px;height:52px;margin:0 auto 18px;border-radius:50%;background:var(--sg-neo-dim);border:1px solid var(--sg-border);display:flex;align-items:center;justify-content:center;color:var(--sg-neo);font-size:1.25rem;box-shadow:0 0 18px #00f0ff1a}.feature-item h3{font-size:1.05rem;margin-bottom:8px}.feature-item p{font-size:.86rem;color:var(--sg-gray-200)}.site-footer{background:var(--sg-void);border-top:1px solid var(--sg-border);padding:70px 0 30px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px;margin-bottom:50px}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-brand-name{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.footer-brand-desc{font-size:.9rem;color:var(--sg-gray-200);max-width:300px}.footer-col h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--sg-gray-300);margin-bottom:18px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{color:var(--sg-gray-200);font-size:.9rem;transition:color .2s ease}.footer-col a:hover{color:var(--sg-neo)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;border-top:1px solid var(--sg-border);font-size:.78rem;color:var(--sg-gray-300)}@media(max-width:1024px){.collection-grid,.product-grid,.feature-strip{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{order:-1;min-height:360px}.hero-orb{width:300px;height:300px}.hero-card{width:220px;padding:18px}.header-nav{display:none}}@media(max-width:640px){.page-width{padding:0 18px}.collection-grid,.product-grid,.feature-strip{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.hero{padding:70px 0 90px}.hero-card.secondary{display:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/components.css.map */
