@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;700;900&display=swap";:root{--bg-color: #000000;--text-color: #ffffff;--accent-color: #e0e0e0;--border-color: #333333;--font-main: "Outfit", sans-serif;--premium-gradient: linear-gradient(135deg, #1a1a1a 0%, #000000 100%)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);line-height:1.6;-webkit-font-smoothing:antialiased}.app-container{min-height:100vh;display:flex;flex-direction:column}.header{height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 5%;border-bottom:1px solid var(--border-color);background:#000c;backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.logo{font-size:1.5rem;font-weight:900;letter-spacing:.2rem}.nav a{color:var(--text-color);text-decoration:none;margin-left:2rem;font-size:.8rem;font-weight:700;letter-spacing:.1rem;transition:color .3s ease}.nav a:hover{color:#888}.hero{height:90vh;display:flex;justify-content:center;align-items:center;text-align:center;background:var(--premium-gradient);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,255,255,.05) 0%,transparent 70%)}.hero-content{z-index:1}.hero h1{font-size:clamp(3rem,10vw,6rem);font-weight:900;line-height:1;margin-bottom:1rem;letter-spacing:-.02em}.hero p{font-size:1.2rem;letter-spacing:.3rem;color:#888;margin-bottom:2rem}.status-badge{display:inline-block;padding:.5rem 1rem;border:1px solid #ff4444;color:#f44;font-weight:700;font-size:.8rem;margin-bottom:2rem;letter-spacing:.1rem}.cta-button{background:#fff;color:#000;border:none;padding:1.2rem 2.5rem;font-family:inherit;font-weight:900;font-size:1rem;letter-spacing:.1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.cta-button:hover{background:#000;color:#fff;box-shadow:0 0 0 1px #fff;transform:translateY(-2px)}.waitlist-form{display:flex;gap:1rem;justify-content:center;max-width:600px;margin:0 auto}.waitlist-form input{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:1rem;font-family:inherit;font-size:1rem;outline:none;transition:border-color .3s ease}.waitlist-form input:focus{border-color:#fff}.error-msg{color:#f44;font-size:.8rem;margin-top:1rem}.products{padding:5rem 5%}.products h2{font-size:2rem;margin-bottom:3rem;letter-spacing:.2rem;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{border:1px solid var(--border-color);padding:2rem;text-align:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.product-card:hover{transform:translateY(-10px);border-color:#666}.product-image{width:100%;margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.product-image img{max-width:100%;height:auto;filter:drop-shadow(0 20px 30px rgba(0,0,0,.5))}.product-card h3{font-size:1.5rem;margin-bottom:.5rem}.product-card p{color:#888;margin-bottom:1rem}.price{display:block;font-weight:700;margin-bottom:1.5rem}.out-of-stock{font-size:.7rem;font-weight:900;color:#555;letter-spacing:.1rem}.locate-section,.coa-section{padding:8rem 5%;text-align:center;border-bottom:1px solid var(--border-color)}.locate-section h2,.coa-section h2{font-size:2.5rem;margin-bottom:.5rem}.locate-section p,.coa-section p{color:#888;letter-spacing:.2rem;margin-bottom:3rem}.search-box{display:flex;gap:1rem;justify-content:center;max-width:600px;margin:0 auto}.search-box input{flex:1;background:transparent;border:1px solid var(--border-color);color:#fff;padding:1rem;font-family:inherit}.view-all{display:inline-block;color:#fff;text-decoration:underline;font-weight:700;letter-spacing:.1rem}.footer{padding:3rem 5%;border-top:1px solid var(--border-color);margin-top:auto;text-align:center}.footer-bottom{font-size:.7rem;color:#555;letter-spacing:.1rem}@media (max-width: 768px){.nav{display:none}.hero h1{font-size:3.5rem}}
