*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background-color:#050508;overflow-x:hidden}.hero-section{position:relative;width:100vw;height:100vh;overflow:hidden}#canvas-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.brand-overlay{position:absolute;top:50%;left:10%;transform:translateY(-50%);z-index:2;pointer-events:none}.brand-title{color:#ffffff;font-size:clamp(3rem, 8vw, 6rem);font-weight:900;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 0 20px rgba(255,255,255,0.4),0 0 40px rgba(0,210,255,0.2)}.coming-soon-section{position:relative;z-index:3;width:100vw;min-height:100vh;background-color:#ffffff;color:#0d0d11;display:flex;justify-content:center;align-items:center;text-align:center;padding:4rem 2rem}.content-wrapper{max-width:650px}.coming-soon-title{font-size:clamp(2.5rem, 5vw, 4.5rem);font-weight:800;letter-spacing:-0.02em;margin-bottom:1rem;color:#0d0d11}.coming-soon-subtitle{font-size:clamp(1rem, 2vw, 1.25rem);color:#555566;margin-bottom:2.5rem;line-height:1.6}.subscribe-form{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.subscribe-form input[type="email"]{padding:1rem 1.25rem;font-size:1rem;border:1px solid #d0d0d5;border-radius:6px;outline:none;width:100%;max-width:360px;transition:border-color .2s ease}.subscribe-form input[type="email"]:focus{border-color:#00d2ff}.subscribe-form button{padding:1rem 1.75rem;font-size:1rem;font-weight:600;color:#ffffff;background-color:#0d0d11;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.subscribe-form button:hover{background-color:#252530}