#particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.slider-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform-origin: center center;
    will-change: transform, opacity;
}

.scroll-spacer {
    height: 200vh;
    pointer-events: none;
}

/*.hero {
    position: relative;
    z-index: 2;
}*/

.hero {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    text-align: center;
    padding: 2rem;
    pointer-events: none;
    min-height: 100vh;
}

.title {
    font-size: clamp(1.6rem, 4vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #fff 40%, rgba(74, 243, 255, 0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.hero-venue {
    display: flex;
    gap: 2.5rem;
    font-family: 'Space Mono', monospace;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 2rem;
    justify-self: space-evenly;
}

.front_buttons {
    font-family: 'Inter', sans-serif !important ;
    pointer-events: all;
}

@media screen and (max-width: 35em) {
    .hero {
        min-height: 100svh;
    }

    .hero-venue {
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
    }

    .title {
        margin-bottom: 1rem;
    }

    .hero-venue {
        font-size: 0.8rem;
    }
}

time {
    font-family: inter;
}
