/* ============================================================
   Block: Hero 01
   ============================================================ */

.block-hero-01 {
    overflow: hidden;
}

/* --- Slider ------------------------------------------------ */

.block-hero-01 .hero-slide {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 2rem;
}

.block-hero-01 .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.block-hero-01 .hero-slide-video .row {
    position: relative;
    z-index: 1;
}

/* --- Typography -------------------------------------------- */

.block-hero-01 h2 {
    margin-top: 0;
    margin-bottom: 0.25rem;
}

.block-hero-01 h1 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.block-hero-01 .hero-lead {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.85;
}

/* --- Buttons ----------------------------------------------- */

.block-hero-01 .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
