@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body,html{height:100%;overflow:hidden}body{min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff;font-feature-settings:"kern" 1,"liga" 1}.container,body{min-height:-webkit-fill-available}.container{position:relative;width:100vw;width:100dvw;height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center;background:url(/stellar\ furnace.jpg) 50%/cover no-repeat;overflow:hidden}.container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.3) 50%,rgba(0,0,0,.5));z-index:1}.content{position:relative;z-index:10;text-align:center;animation:fadeIn 1.5s ease-out;max-width:900px;width:100%;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo-image{width:100%;height:auto;max-width:95vw;max-height:75vh;margin-bottom:1.5rem;object-fit:contain;padding:0 1rem}.logo{font-size:clamp(1.5rem,3vw,2rem);letter-spacing:.5em;color:hsla(0,0%,100%,.6);margin-bottom:3rem;text-transform:uppercase}.logo,.title{font-weight:300;font-family:Inter,sans-serif}.title{font-size:clamp(2.5rem,6vw,4.5rem);letter-spacing:.05em;line-height:1.2;margin-bottom:1.5rem;color:#fff}.subtitle{font-size:clamp(.75rem,2.5vw,1rem);font-weight:400;letter-spacing:.2em;color:hsla(0,0%,100%,.7);text-transform:uppercase;margin-bottom:0;padding:0 1rem}.description,.subtitle{font-family:Inter,sans-serif}.description{font-size:clamp(1rem,1.8vw,1.125rem);font-weight:300;line-height:1.6;color:hsla(0,0%,100%,.8);max-width:600px;margin:0 auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:320px){.content{padding:.5rem}.logo-image{max-width:98%;max-height:70vh;margin-bottom:1rem}.subtitle{font-size:.7rem;letter-spacing:.15em}}@media (min-width:321px) and (max-width:480px){.content{padding:1rem}.logo-image{max-width:95%;max-height:75vh;margin-bottom:1.25rem}}@media (min-width:481px) and (max-width:767px){.content{padding:1.5rem}.logo-image{max-width:92%;max-height:75vh}}@media (min-width:768px){.content{padding:0 4rem}.logo-image{max-width:95vw;max-height:80vh;margin-bottom:2rem}.subtitle{margin-bottom:0}}@media (orientation:landscape) and (max-height:500px){.content{padding:.5rem 2rem}.logo-image{max-height:60vh;margin-bottom:.75rem}.subtitle{font-size:clamp(.7rem,1.5vw,.875rem);margin-bottom:0}}@media (min-width:1024px){.content{padding:0 6rem}}