/* Hero Banner Landing Page Block Styles */

.hero-banner-landing {
    background: linear-gradient(90deg, #bac8d5 0%, #dee8f1 100%);
    padding: 0 0 100px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}

/* Background Image Mode */
.hero-banner-landing.has-bg-image {
    position: relative;
    min-height: 600px;
}

.hero-bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-banner-landing.has-bg-image .hero-landing-container {
    position: relative;
    z-index: 2;
}

.hero-banner-landing.has-bg-image .hero-content {
    width: 50%;
    max-width: 700px;
}

.hero-landing-container {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    min-height: 500px;
}

.hero-banner-landing .hero-content {
    width: 100%;
    min-width: 0;
    padding: 15px 10px 0 10px;
}

.hero-banner-landing .hero-eyebrow {
    padding-top: 150px;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

h1.hero-landing-title,
.hero-banner-landing h1.hero-landing-title {
    color: var(--color-dark);
    -webkit-text-fill-color: rgba(0,0,0,0);
    font-size: 170px;
    -webkit-text-stroke: 1.5px var(--color-dark);
    font-family: "FlamaUltraCondensedExtrabold", Georgia, Times, serif;
    font-weight: 300;
    line-height: .9;
    letter-spacing: -0.72px;
    margin-bottom: clamp(2rem, 3vw, 3rem);
    text-transform: uppercase;
    word-wrap: break-word;
}

.hero-banner-landing .hero-divider {
    background: linear-gradient(90deg, #666, #e0e0e0);
    border: none;
    height: 1px;
    margin-bottom: clamp(2rem, 3vw, 2rem);
    margin-left: 0;
    margin-right: auto;
    max-width: 80%;
    opacity: .5;
}


.hero-banner-landing .hero-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: flex-start;
    padding-bottom: 60px;
}

.hero-banner-landing .hero-button {
    align-items: center;
    background: #fff;
    border: 2px solid #000;
    border-radius: 100px;
    color: #000;
    display: inline-flex;
    font-family: helvetica_lt_std_condensed, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    min-width: 300px;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
}

.hero-banner-landing .hero-button .btn-right-text {
    color: #000;
    flex: 1;
    padding: 16px 40px;
    position: relative;
    top: 3px;
    white-space: nowrap;
}

.hero-banner-landing .hero-button .btn-right-icon {
    align-items: center;
    background: #000;
    display: flex;
    flex-shrink: 0;
    height: 60px;
    justify-content: center;
    margin: -2px;
    transition: all .3s ease;
    width: 60px;
}

.hero-banner-landing .hero-button .btn-right-icon svg {
    height: 32px;
    stroke: #fff;
    transition: transform .3s ease;
    width: 32px;
}

.hero-banner-landing .hero-button:hover {
    background: #000;
}

.hero-banner-landing .hero-button:hover .btn-right-text {
    color: #fff;
}

.hero-banner-landing .hero-button:hover .btn-right-icon {
    background: #fff;
}

.hero-banner-landing .hero-button:hover .btn-right-icon svg {
    stroke: #000;
}

/* Video Background Styles */
.hero-banner-landing.has-video-background {
    position: relative;
    min-height: 700px;
}

.hero-banner-landing .hero-background-video {
    height: calc(100% - 100px);
    left: 50%;
    object-fit: contain;
    position: absolute;
    top: 100px;
    transform: translateX(-50%);
    width: auto;
    max-width: none;
    z-index: 0;
}

.hero-banner-landing .hero-background-video-mobile {
    display: none;
}

.hero-banner-landing.has-video-background .hero-content {
    position: relative;
    z-index: 2;
}

/* Video Background Content Section */
.hero-video-bg-content-section {
    background: #fff;
    padding: 100px 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}

.hero-video-bg-container {
    align-items: center;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    max-width: 1350px;
    padding: 0 40px;
}

.hero-video-bg-content {
    max-width: 100%;
}

.hero-video-bg-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,.15);
}

.hero-video-bg-image img {
    display: block;
    height: auto;
    width: 100%;
}

/* Video Player Styles */
.hero-banner-landing.has-video-player {
    position: relative;
}

.hero-banner-landing.has-video-player .hero-landing-container {
    position: relative;
}

.hero-banner-landing.has-video-player .hero-content {
    width: 50%;
    max-width: 50%;
    padding-right: 40px;
}

.hero-banner-landing .hero-video-player-wrapper {
    width: 45%;
    flex-shrink: 0;
    padding-right: 40px;
}

.hero-banner-landing .hero-video-player {
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    transition: transform .3s ease, box-shadow .3s ease;
}

.hero-banner-landing .hero-video-player:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 50px rgba(0,0,0,.3);
}

.hero-banner-landing .video-placeholder {
    display: block;
    height: auto;
    width: 100%;
}

.hero-banner-landing .video-play-button {
    align-items: center;
    background: rgba(0,0,0,.7);
    backdrop-filter: blur(10px);
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 80px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease;
    width: 80px;
    z-index: 3;
}

.hero-banner-landing .video-play-button:hover {
    background: rgba(0,0,0,.9);
    transform: translate(-50%,-50%) scale(1.1);
}

.hero-banner-landing .video-play-button svg {
    height: 32px;
    margin-left: 4px;
    width: 32px;
}

/* Dark Mode */
body.dark-mode .hero-banner-landing {
    background: #e7edec;
}


body.dark-mode .hero-banner-landing .hero-eyebrow,
body.dark-mode .hero-banner-landing .hero-description,
body.dark-mode .hero-banner-landing .hero-description p {
    color: #fff;
}

body.dark-mode .hero-banner-landing.has-bg-image .hero-bg-image {
    display: none;
}

body.dark-mode .hero-banner-landing.has-bg-image .hero-eyebrow,
body.dark-mode .hero-banner-landing.has-bg-image .hero-description,
body.dark-mode .hero-banner-landing.has-bg-image .hero-description p {
    color: #000;
}

body.dark-mode h1.hero-landing-title,
body.dark-mode .hero-banner-landing h1.hero-landing-title {
    -webkit-text-stroke-color: #000;
}

body.dark-mode .hero-banner-landing.has-bg-image h1.hero-landing-title {
    -webkit-text-stroke-color: #000;
}

body.dark-mode .hero-banner-landing .hero-divider {
    background: linear-gradient(90deg, #999, #444);
}

body.dark-mode .hero-banner-landing.has-bg-image .hero-divider {
    background: linear-gradient(90deg, #666, #e0e0e0);
}

body.dark-mode .hero-banner-landing .hero-button {
    background: var(--color-light);
    border-color: var(--color-dark);
    color: var(--color-dark);
}

body.dark-mode .hero-banner-landing .btn-right-text {
    color: var(--color-dark);
}

/* Medium screens - hero content padding */
@media (min-width: 769px) and (max-width: 1495px) {
    .hero-banner-landing .hero-content {
        padding-left: 60px;
    }
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .hero-video-bg-content-section {
        padding: 80px 0;
    }

    .hero-video-bg-container {
        gap: 40px;
        padding: 0 20px;
    }

    .hero-banner-landing.has-video-player .hero-content {
        width: 50%;
        max-width: 50%;
    }

    .hero-banner-landing .hero-video-player-wrapper {
        width: 45%;
        padding-right: 20px;
    }

    .hero-banner-landing .video-play-button {
        height: 60px;
        width: 60px;
    }

    .hero-banner-landing .video-play-button svg {
        height: 24px;
        width: 24px;
    }

    .hero-banner-landing.has-bg-image .hero-content {
        width: 60%;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .hero-landing-container {
        flex-direction: column;
        gap: 30px;
        min-height: auto;
    }

    .hero-banner-landing .hero-content {
        width: 100%;
        padding: 0 20px;
    }

    .hero-banner-landing.has-bg-image {
        min-height: 500px;
    }


    .hero-banner-landing.has-bg-image .hero-content {
        width: 100%;
        max-width: 100%;
    }

    .hero-banner-landing .hero-eyebrow {
        padding-top: 150px;
    }

    h1.hero-landing-title,
    .hero-banner-landing h1.hero-landing-title {
        font-size: clamp(60px, 8vw, 80px) !important;
        -webkit-text-stroke: 1px var(--color-dark) !important;
    }

    body.dark-mode .hero-banner-landing.has-bg-image h1.hero-landing-title {
        -webkit-text-stroke: 1px #000 !important;
    }

    .hero-banner-landing .hero-buttons {
        flex-direction: column;
        gap: 15px;
        padding-bottom: 40px;
    }

    .hero-banner-landing .hero-button {
        font-size: 15px;
        min-width: 100%;
        width: 100%;
    }

    .hero-banner-landing .hero-button .btn-right-text {
        padding: 15px 30px;
    }

    .hero-banner-landing .hero-button .btn-right-icon {
        height: 60px;
        width: 60px;
    }

    .hero-banner-landing .hero-button .btn-right-icon svg {
        height: 24px;
        width: 24px;
    }

    /* Video background mobile */
    .hero-banner-landing .hero-background-video {
        height: calc(100% - 80px);
        top: 80px;
    }

    .hero-banner-landing .hero-background-video-desktop {
        display: none;
    }

    .hero-banner-landing .hero-background-video-mobile {
        display: block;
    }

    .hero-video-bg-content-section {
        padding: 60px 0;
    }

    .hero-video-bg-container {
        gap: 40px;
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    /* Video player mobile */
    .hero-banner-landing.has-video-player .hero-content {
        width: 100%;
        max-width: 100%;
        padding-right: 20px;
    }

    .hero-banner-landing .hero-video-player-wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .hero-banner-landing .video-play-button {
        height: 70px;
        width: 70px;
    }

    .hero-banner-landing .video-play-button svg {
        height: 28px;
        width: 28px;
    }
}
