@charset "UTF-8";
/*
    STATIC PROMO CSS
 */

.promo {
    /* Inset hero box dimensions (Figma 1840x746 in 1920 frame), reused by promoBg/video/overlay */
    --hero-w: clamp( 982px, 95.833vw, 1840px );
    --hero-h: clamp( 398px, 38.854vw, 746px );
    --hero-gap: clamp( 20px, 2.083vw, 40px );
    position: relative;
    background-color: transparent;
    z-index: 5;
    height: calc( min( 7.813vw, 150px ) + var( --hero-h ) + var( --hero-gap ) );
    margin: 0;
    min-height: unset;
    max-width: 1920px;
    overflow: visible;
    display: block;
    transition: transform .9s ease-in-out 1.2s;
    margin-bottom: -1px;
    padding-top: min( 7.813vw, 150px );
}

.promo::before {
    content: '';
    position: absolute;
    display: block;
    width: var( --hero-w );
    height: var( --hero-h );
    top: unset;
    bottom: var( --hero-gap );
    left: 50%;
    transform: translateX( -50% );
    background-color: rgb(41 41 41 / 50%);
    border-radius: var( --lg-border-rad );
    z-index: 1;
}

.promo .promoBg {
    position: absolute;
    width: var( --hero-w );
    height: var( --hero-h );
    top: unset;
    bottom: var( --hero-gap );
    left: 50%;
    transform: translateX( -50% );
    border-radius: var( --lg-border-rad );
    overflow: hidden;
}

.promo .promoBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

#vidBanner {
    position: absolute;
    width: var( --hero-w );
    height: var( --hero-h );
    object-fit: cover;
    top: unset;
    bottom: var( --hero-gap );
    left: 50%;
    transform: translateX( -50% );
    object-position: center;
    border-radius: var( --lg-border-rad );
    z-index: 0;
}

img.banner-logo {
    width: clamp(300px, 29.688vw, 570px );
}

.slide_content {
    position: relative;
    display: block;
    padding: 0;
}

.slide_content > div {
    display: grid;
    /* place-content: center; */
    justify-content: center;
}

.s_content .row.flex {
    justify-content: flex-start;
    padding: clamp( 20px, 2.083vw, 40px ) 0 0;
    gap: clamp( 20px, 2.083vw, 40px );
}

.promo h2.banH {
    position: relative;
    display: inline-block;
    color: var( --white );
    font-family: var( --heading-font );
    font-size: var( --disp-font-size );
    font-weight: var( --heading-font-weight );
    font-style: normal;
    letter-spacing: 0;
    line-height: var( --disp-line-height );
    margin-bottom: 0;
    text-transform: none;
    font-feature-settings: 'liga' off, 'clig' off;
    text-align: left;
}

.promo h2.banH svg {
    width: min( 80.99vw, 1555px );
    height: min( 12.5vw, 240px );
}

span.wht {
    color: var( --white );
}

.promo h2.banH span.accent {
    position: relative;
    display: inline-block;
}

.promo h2.banH span.accent::after {
    content: '';
    position: absolute;
    display: block;
    width: 60%;
    height: 4px;
    background-color: var( --primary-color );
    left: 50%;
    margin-top: 4px;
    transform: translateX(-50%);
}

.promo h2.banH .smaller {
    display: block;
    font-family: var( --body-font );
    font-optical-sizing: auto;
    font-size: clamp(20px, 1.354vw, 26px);
    line-height: clamp(26px, 1.667vw, 32px);
    font-weight: 400;
    text-transform: none;
}

.promo h2.banH .smaller::after {
    content: '';
    margin: 8px 0 16px;
    height: 4px;
    width: 60px;
    display: block;
    background-color: var( --white );
}

.point-8 {
    opacity:0.8;
}

.promo h2.banH .cursive {
    position: relative;
    display: inline-block;
    text-align: right;
    font-size: clamp(80px, 8.333vw, 120px);
    font-family: 'shelby', cursive;
    text-transform: none;
    font-weight: bold;
    line-height: clamp(40px, 4.583vw, 88px);
    height: fit-content;
    z-index: 3;
}

.promo h2.banH .cursive::before {
    content: '';
    position: absolute;
    width: 106%;
    height: 42%;
    left: 50%;
    top: 37%;
    transform: translateX(-50%);
    background-color: var( --primary-color );
    z-index: -1;
}

.promo h2.banH i {
    color: var( --white );
}

.promo .s_content p {
    color: var( --white );
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(22px, 1.25vw, 24px);
}

.promo .btn.btn-orange {
    margin: 0;
}

.promo .btn.btn-orange:hover {
    /* margin: -5px 0 5px; */
}

.promo a.banTel {
    color: var( --white );
    font-size: clamp(14px, 0.833vw, 16px);
    letter-spacing: clamp(.77px, 0.080vw, 1.54px);
    font-weight: 600;
}

a.banTel .fa {
    transform: rotate(100deg);
    margin-right: 10px;
    color: var( --primary-color );
}

.promo .promo-holder {
    position: relative;
    z-index: 7;
    overflow: visible;
    height: 100%;
}

.promo .promo-holder .container {
    position: relative;
    /* overflow: visible; */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    /* justify-items: start; */
    align-items: end;   /* Figma: headline sits in the lower/bottom-right of the box */
    width: 100%;
    max-width: var( --hero-w );   /* keep content within the inset hero box */
    margin: 0 auto;
    height: 100%;
    padding: 0 clamp( 24px, 3.125vw, 60px ) calc( clamp( 32px, 2.292vw, 44px ) + var( --hero-gap ) );
    justify-content: center;
}

.promo .btn-block {
    margin: 0 auto;
    overflow: hidden;
    float: none;
}

.slide_content ul.sub-nav li,
.slide_content ul.sub-nav li a {
    color: var( --white );
    padding: min(0.365vw, 7px) 0;
    font-weight: 400;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.slide_content ul.sub-nav li:before {
    color: var( --white );
    font-weight: 900;
    font-size: 18px;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free',fantasy;
    margin-right: 10px
}

.btn.banner-btn {
    font-weight: 500;
    background-color: transparent;
    margin: 0;
    display: inline-block;
    float: left;
    max-width: fit-content;
    color: var( --white );
    clear: none;
}

.btn.banner-btn:last-of-type {
    margin: 0 auto;
    background-color: var(--primary-color);
    color: var( --white );
    border: 0;
    font-weight: 600;
    font-style: normal;
    float: none;
    border-radius: 50px 0 50px 50px;
}

.btn.banner-btn:hover {
    color: var( --white );
    background-color: var( --primary-hover );
    text-decoration: none;
}

.btn.banner-btn:last-of-type:hover {
    color: var( --white );
    background-color: var( --primary-hover );
    text-decoration: none;
}

a.popVideo {
    display: grid;
    position: absolute;
    width: clamp(40px, 2.292vw, 44px);
    height: clamp(40px, 2.292vw, 44px);
    right: min(1.667vw, 32px);
    bottom: calc( min(3.125vw, 60px) + var( --hero-gap ) );
    z-index: 8;
    text-align: center;
    font-size: clamp(14px, 0.833vw, 16px);
    color: var( --white );
    text-decoration: none;
    border: 2px solid;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    letter-spacing: clamp(-4px, -0.208vw, -2px);
}

a.popVideo:hover {
    text-decoration: none;
}

a.popVideo .far {
    font-size: 40px;
    margin-right: 10px;
}

@media ( max-width: 1024px ) {
    .promo {
        /* Figma mobile (2849:11854): 16px-inset rounded card, 358×180 (≈2:1), image-only.
           Override the desktop --hero-w/h floors (982/398) which otherwise force a
           982px-wide full-bleed box on phones. */
        --hero-w: calc( 100vw - 32px );
        --hero-h: calc( ( 100vw - 32px ) * 180 / 358 );
        --hero-gap: 16px;
        height: calc( var( --hero-h ) + var( --hero-gap ) );
        padding-top: 0;
        margin: 0;
    }

    .promo .promoBg {
        /* position: relative; */
        /* display: block; */
        /* width: 100%; */
        /* height: 38.574vw; */
        /* background-repeat: no-repeat; */
    }

    .promo .slide_content .s_content {
        /* width: 57vw; */
        display: none;
    }

    .promo::after {
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        background-size: cover;
        width: 79.297vw;
        height: 54.688vw;
    }

    .promo:before {
        display: none;
    }
    
    .promo .promo-holder {
        height: 100%;
        /* background-color: #2A2A28; */
    }
    
    .slide_content {
        float: none;
        width: 390px;
        margin: 0;
    }

    .promo h2.banH svg {
        width: 100%;
        height: auto;
    }

    .slide_content ul.sub-nav li, .slide_content ul.sub-nav li a {
        justify-items: center;
        justify-content: center
    }

    .promo .btn-block a {
        text-align: left;
    }

    .promo video#vidBanner {
        display: none;
    }

    .promo-holder .container {
        display: block;
    }

    .promo .btn-block {
        top: unset;
        right: unset;
        display: block;
        text-align: left;
        overflow: visible;
        margin: 0;
        position: relative;
    }

    .btn.banner-btn:last-of-type {
        margin: 30px 0;
        font-size: 14px;
        padding: 16px 25px;
        text-align: center;
        display: block;
    }

    /* Figma mobile hero radius = 10 (--card-border-rad), not the desktop 20 (--lg) */
    .promo .promoBg,
    .promo #vidBanner {
        border-radius: var( --card-border-rad );
    }

    /* Figma mobile hero is image-only — no headline / button overlay */
    .promo h2.banH,
    .promo .promo-holder .btn-block {
        display: none;
    }
}

@media ( max-width: 768px ) {
    .promo {
        position: relative;
        /* display: flex; */
        /* flex-direction: column; */
        /* height: 105.146vw; */
    }

    .promo .promo-holder {
        background-color: none;
    }
    
    .promo .slide_content {
        width: 100%;
        /* text-align: center; */
        display: grid;
        align-items: start;
        justify-items: start;
        justify-content: start;
        background-image: none;
    }

.promo .slide_content > div {
    text-align: center;
}
}

@media ( max-width: 567px ) {
    .promo {
        /* height now driven by --hero-h (≤1024) to hold the Figma 358:180 card aspect */
    }

    .promo::after {
        top: 30px;
    }

    .s_content .row.flex {
        justify-content: flex-start;
        padding: 56px 0px 36px;
        gap: clamp( 20px, 2.083vw, 40px );
    }

    .slide_content {
        width: 100%;
        margin: 0;
        /* height: 57vw; */
    }
}

@media ( max-width: 479px ) {
    .promo h2.banH::before {
        width: 100px;
        margin: 0 -51px -49px -50px;
    }

    .slide_content::before {
        top: 5px;
    }

    .promo .promo-holder {
        /* padding: 32vw 0 0; */
    }
}

@media ( max-width: 479px ) {
    .promo .btn-block a {
        font-size: 12px;
    }

    .btn.banner-btn:last-of-type {
        margin: 20px 0;
        display: block;
        max-width: unset;
        width: fit-content;
        font-size: 12px;
    }

}