body {
    margin: 0;
}

.landing {
    position: relative;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    background: #050506;
    font-family: 'Space Grotesk', sans-serif;
}

.landing__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.landing__vignette {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(5,5,6,0.55) 0%, rgba(5,5,6,0) 30%, rgba(5,5,6,0.2) 60%, rgba(5,5,6,0.85) 100%);
}

.landing__topbar {
    position: absolute;
    top: 40px;
    left: 48px;
    right: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Space Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.16em;
    color: #74747b;
    text-transform: uppercase;
}

.landing__bottom {
    position: absolute;
    left: 48px;
    right: 48px;
    bottom: 56px;
}

.landing__role {
    font-family: 'Space Mono', monospace;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #85858c;
    margin-bottom: 18px;
}

.landing__wordmark {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(64px, 15vw, 200px);
    letter-spacing: -0.04em;
    line-height: 0.84;
    color: #f6f6f8;
    margin: 0;
}

.landing__status {
    font-family: 'Space Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.12em;
    color: #5a5a60;
    margin-top: 26px;
}
