@import"https://fonts.googleapis.com/css2?family=Jost:wght@300;400;600;700;900&display=swap";:root{--bg-color: #000000;--text-color: #ffffff;--accent-color: #e0e0e0;--border-color: #333333;--font-main: "Jost", sans-serif;--premium-gradient: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);--letter-spacing-heading: .15em}*{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}.age-gate{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow:hidden;display:flex;background:#000;transition:opacity .8s ease,visibility .8s ease}.age-gate.fade-out{opacity:0;visibility:hidden}.age-gate-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;filter:brightness(.6)}.age-gate-split{display:flex;width:100%;height:100%;z-index:1}.age-gate-left{flex:1;display:flex;justify-content:center;align-items:center;padding:5%}.age-gate-left img{max-width:80%;height:auto}.age-gate-right{flex:1;background:#0006;backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;padding:5%}.age-gate-content{max-width:450px;text-align:center}.age-gate h2{font-size:2rem;font-weight:900;letter-spacing:.15em;margin-bottom:1.5rem;text-transform:uppercase}.age-buttons{display:flex;gap:1rem;margin-top:2rem}.age-buttons button{flex:1;padding:1rem;font-weight:900;letter-spacing:.1em;border:none;cursor:pointer;transition:transform .2s ease}.age-buttons .yes-btn{background:#fff;color:#000}.age-buttons .no-btn{background:#333;color:#fff}.age-buttons button:hover{transform:scale(1.05)}.header{transition:background .3s ease,padding .3s ease}.header.sticky{background:#fff!important;color:#000;height:70px;border-bottom:1px solid #eee}.header.sticky .logo-white{display:none}.header.sticky .logo-black{display:block}.logo-black{display:none}.header.sticky .nav a{color:#000}.hero-can-wrapper{position:absolute;left:10%;top:50%;transform:translateY(-50%);z-index:2;pointer-events:none}.hero-can-wrapper img{max-height:75vh;transform:rotate(-12deg);filter:drop-shadow(0 40px 60px rgba(0,0,0,.7))}.lifestyle-section{display:flex;background:#000;min-height:90vh;align-items:stretch}.lifestyle-image{flex:1.2;background-image:url(/assets/lifestyle-boss-lady.jpg);background-size:cover;background-position:center}.lifestyle-text{flex:.8;padding:8%;display:flex;flex-direction:column;justify-content:center}.lifestyle-text h3{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;letter-spacing:.05em;line-height:1.1;margin-bottom:2rem}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:4rem;text-align:left;margin-bottom:4rem}.footer-col h4{font-size:.8rem;color:#666;letter-spacing:.2em;margin-bottom:1.5rem;text-transform:uppercase}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.8rem}.footer-col ul li a{color:#fff;text-decoration:none;font-weight:600;font-size:.85rem;transition:color .2s ease}.footer-col ul li a:hover{color:#888}.disclaimers{border-top:1px solid #333;padding-top:3rem;font-size:.65rem;color:#444;line-height:1.8;max-width:1000px;margin:0 auto}.footer{padding:5rem 5% 3rem;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: 1024px){.hero-can-wrapper{position:relative;left:0;top:0;transform:none;margin-bottom:2rem;display:flex;justify-content:center}.hero-can-wrapper img{max-height:45vh}.lifestyle-section{flex-direction:column}.lifestyle-image{height:60vh}}@media (max-width: 768px){.age-gate-split{flex-direction:column}.age-gate-left{flex:.4}.age-gate-right{flex:.6}.nav{display:none}.hero h1{font-size:3.5rem}}
