﻿.u-section-1 {
    filter: none;
    background-image: url("../../images/GroupKnownIntrogif2-4.gif");
    background-position: 50% 50%;
}

    .u-section-1 .u-sheet-1 {
        min-height: 50vw;
    }

    .u-section-1 .u-text-1 {
        font-size: 3.76471rem;
        text-transform: none;
        font-weight: 600;
        margin: 253px auto 0 0;
    }

    .u-section-1 .u-text-2 {
        margin: 28px 513px 0 0;
    }

    .u-section-1 .u-btn-1 {
        text-transform: none;
        font-weight: 500;
        --radius: 6px;
        font-size: 1.23529rem;
        border-style: solid;
        filter: none;
        margin: 40px auto 60px 0;
        padding: 10px 29px 10px 28px;
    }

@media (max-width: 1199px) {
    .u-section-1 .u-sheet-1 {
        min-height: 773px;
    }

    .u-section-1 .u-text-1 {
        margin-top: 60px;
    }

    .u-section-1 .u-text-2 {
        margin-right: 313px;
    }
}

@media (max-width: 991px) {
    .u-section-1 .u-text-2 {
        margin-right: 93px;
    }
}

@media (max-width: 768px) {
    .u-section-1 .u-sheet-1 {
        min-height: 585px;
    }

    .u-section-1 .u-text-1 {
        font-size: 2.82353rem;
    }

    .u-section-1 .u-text-2 {
        margin-right: 0;
    }

    /* Hero heading */
    #hero .u-text-1 {
        font-size: 1.9rem; /* down from ~3rem+ */
        line-height: 1.2;
    }

    /* Hero subtext */
    #hero .u-text-2 {
        font-size: 1.05rem; /* readable, not shouty */
        line-height: 1.5;
    }

    /* Optional: tighten vertical spacing */
    #hero .u-sheet {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .u-section-1 .u-sheet-1 {
        min-height: 470px;
    }

    .u-section-1 .u-text-1 {
        font-size: 2.35294rem;
    }
}