/* ═══════════════════════════════════════════════
   BELLUCCI | PRELOADER — original reveal style
   ═══════════════════════════════════════════════ */

#intro-sequence {
    position: fixed;
    inset: 0;
    background: #090909;
    z-index: 9000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

/* Large BELLUCCI title — same Syne 800 as the live site */
#intro-hello {
    font-family: var(--font-display);
    font-size: clamp(24px, 8vw, 100px);
    font-weight: 800;
    letter-spacing: 0.15em;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    transform-origin: center bottom;
    line-height: 1;
    white-space: nowrap;
    /* GSAP animates opacity + y */
}

/* Subtitle fades in below */
#intro-sub {
    font-family: var(--font-tech);
    font-size: 10px;
    letter-spacing: 0.35em;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    opacity: 0;
    /* GSAP animates opacity */
}

/* Legacy element — hidden */
#intro-count {
    display: none;
}

#boot-terminal {
    display: none;
}

.boot-line {
    display: none;
}