*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff;overflow-x:hidden}.app{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.media-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;opacity:0;transition:opacity 1.5s ease-in-out}.media-bg.active{opacity:1}.video-bg{object-fit:cover}.image-bg{background-size:cover;background-position:center;transform:scale(1);animation:none}.image-bg.active{animation:kenburns 8s ease-out forwards}@keyframes kenburns{0%{transform:scale(1) translate(0)}to{transform:scale(1.1) translate(-1%,-1%)}}.image-bg:nth-child(odd).active{animation:kenburns-alt 8s ease-out forwards}@keyframes kenburns-alt{0%{transform:scale(1.1) translate(-1%,-1%)}to{transform:scale(1) translate(0)}}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;z-index:-1}.content{text-align:center;padding:2rem;z-index:1}.logo{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;font-size:clamp(2rem,8vw,6rem);letter-spacing:.3em;text-transform:uppercase;color:#fff;margin-bottom:.5rem;margin-right:-.3em;white-space:nowrap}.tagline{font-weight:300;font-size:clamp(.75rem,2vw,1rem);letter-spacing:.2em;text-transform:uppercase;color:#fffc;margin-bottom:3rem}.subscribe{margin-bottom:3rem}.subscribe-form{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:480px){.subscribe-form{flex-direction:row;justify-content:center}}.subscribe-form input{width:100%;max-width:280px;padding:.875rem 1.25rem;font-size:.875rem;font-family:inherit;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;outline:none;transition:border-color .2s ease}.subscribe-form input::placeholder{color:#ffffff80}.subscribe-form input:focus{border-color:#fff9}.subscribe-form button{padding:.875rem 2rem;font-size:.75rem;font-family:inherit;font-weight:500;letter-spacing:.15em;text-transform:uppercase;background:#fff;color:#000;border:none;cursor:pointer;transition:opacity .2s ease}.subscribe-form button:hover{opacity:.9}.success{font-size:.875rem;letter-spacing:.1em;color:#fffc}.socials{display:flex;justify-content:center;gap:1.5rem}.socials a{color:#fff9;transition:color .2s ease}.socials a:hover{color:#fff}.theme-light .overlay{background:#ffffffbf}.theme-light .logo{color:#000}.theme-light .tagline{color:#000000b3}.theme-light .subscribe-form input{background:#0000000d;border:1px solid rgba(0,0,0,.2);color:#000}.theme-light .subscribe-form input::placeholder{color:#0006}.theme-light .subscribe-form input:focus{border-color:#0006}.theme-light .subscribe-form button{background:#000;color:#fff}.theme-light .success{color:#000000b3}.theme-light .socials a{color:#00000080}.theme-light .socials a:hover{color:#000}
