.banner-image-1 {
    width: 100%;
    height: 150px;
    object-fit: cover;
    overflow: hidden;
    margin-block: 17px;
}

.text-image-1 {
    width: 100%;
    height: 358px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

.text-image-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter 0.5s ease, transform 0.5s ease;
}

.image-overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    padding: 14px;
    /* Show the image at full brightness by default; apply dark filter on hover */
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Apply a black overlay only on hover so the image is 100% by default */
.text-image-1:hover .image-overlay-text,
.text-image-2:hover .image-overlay-text {
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay-title {
    color: var(--text-white);
    font-size: 18px;
    font-weight: bold !important;
    margin: 0;
    font-family: 'Interstate Cond Mono';
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    clip-path: inset(0 0 calc(100% - 1.4em) 0);
    transition: clip-path 0.3s ease;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.text-image-1:hover .image-overlay-text .text-image-1-content,
.text-image-2:hover .image-overlay-text .text-image-1-content {
    background-color: var(--text-white);
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
}

.text-image-1:hover .image-overlay-text .text-image-1-content .read-more-btn,
.text-image-2:hover .image-overlay-text .text-image-1-content .read-more-btn {
    display: inline-block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.image-overlay-text:hover .overlay-title {
    -webkit-line-clamp: unset;
    clip-path: inset(0 0 0 0);
    color: var(--bg-dark);
    text-shadow: none;
}

.image-overlay-text:hover .overlay-subtitle {
    color: var(--bg-dark);
    text-shadow: none;
}

.read-more-btn {
    background-color: var(--bg-dark);
    color: var(--text-white);
    border: 1px solid var(--bg-dark);
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    display: none;
    text-decoration: none;
}

.overlay-subtitle {
    color: var(--text-white);
    font-size: 12px;
    font-weight: bold !important;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.05em;
    font-family: 'Interstate Cond Mono';
    font-weight: 700;
    text-transform: uppercase;
}

.text-image-1-content {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 14px;
    transition: all 0.3s ease;
}

.text-image-2 {
    width: 100%;
    height: 100%;
    height: 171px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

.left-image-1 {
    width: 100%;
    height: 100%;
    max-height: 545px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

.location-icon {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--bg-dark);
    /* margin-bottom: 10px; */
    padding: 20px 10px 10px 10px;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

/* LA ISLA TV Section */
.laisla-tv-section {
    padding: 17px 0px;
}

.laisla-tv-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.laisla-tv-box {
    background-color: #231e20;
    color: var(--text-white);
    padding: 8px 16px;
    font-weight: bold !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: 'Interstate Cond Mono';
}

.laisla-tv-line {
    flex: 1;
    height: 1px;
    background-color: var(--bg-dark);
}

.laisla-tv-swiper,
.throwback-swiper {
    padding: 0px;
    overflow: hidden;
}

.laisla-tv-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-wrapper {
    height: inherit !important;
}

.laisla-tv-swiper .swiper-slide {
    height: auto;
    flex-shrink: 0;
}

.laisla-tv-card {
    position: relative;
    width: 100%;
    /* height: 400px; */
    overflow: hidden;
    background-color: var(--bg-dark);
    aspect-ratio: 16/9;
}

.throwback-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--bg-dark);
    aspect-ratio: 2 / 3.1;
}

.throwback-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.laisla-tv-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.laisla-tv-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: var(--bg-dark);
    color: var(--text-white);
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 2;
}

.laisla-tv-subtitle {
    color: var(--text-white);
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0.5rem 0 0 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.05em;
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    color: var(--bg-dark) !important;
    background-color: var(--text-white);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    margin-top: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: 700;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

/* Swiper Pagination */
.swiper-pagination {
    bottom: 0;
}

.swiper-pagination-bullet {
    background-color: var(--bg-dark);
    opacity: 0.3;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--bg-dark) !important;
}

.event_poster_swiper_slide {
    aspect-ratio: 2 / 3.1;
}

@media (max-width: 767.98px) {
    .laisla-tv-card {
        height: 350px;
    }

    .laisla-tv-title {
        font-size: 1.25rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

/* Fan Zone Social Media Panels */
.fan-zone {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.social-panel {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid var(--bg-dark);
    gap: 1rem;
    background-color: var(--text-white);
}

.fan-zone-social-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background-color: var(--bg-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fan-zone-social-icon svg {
    color: var(--text-white);
}

.social-count {
    flex: 1;
    font-size: 10px;
    font-weight: 500;
    color: var(--bg-dark);
}

.social-btn {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid var(--bg-dark);
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.subscribe-btn:hover {
    background-color: var(--bg-dark);
    color: var(--text-white);
}

.follow-btn {
    background-color: var(--bg-dark);
    color: var(--text-white);
    border: 1px solid var(--bg-dark);
    text-decoration: none;
}

.follow-btn:hover {
    background-color: var(--text-white);
    color: var(--bg-dark);
}

.newsletter-modal-body input:focus {
    border-color: var(--bg-dark);
    box-shadow: none;
}

.newsletter-modal-footer .subscribe-btn {
    background-color: var(--bg-dark);
    color: var(--text-white);
    border: 1px solid var(--bg-dark);
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .social-panel {
        padding: 0.75rem;
        gap: 0.75rem;
    }

    .social-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }

    .social-icon svg {
        width: 20px;
        height: 20px;
    }

    .social-count {
        font-size: 0.8125rem;
    }

    .social-btn {
        padding: 0.4rem 0.75rem;
        font-size: 0.6875rem;
    }
}

/* En Savoir Section */
.en-savoir-section {
    padding-block: 17px;
}

.en-savoir-image {
    width: 100%;
    height: 100%;
    /* max-height: 300px; */
    overflow: hidden;
    position: relative;
    display: flex;
    max-width: 366px;
}

.en-savoir-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 16/13;
}

.en-savoir-content {
    padding-left: 0px;
    margin-left: -10px;
}

.en-savoir-subtitle {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: var(--bg-dark);
    margin-bottom: 3px;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.en-savoir-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bg-dark);
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.en-savoir-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--bg-dark);
    margin-bottom: 15px;
}

.en-savoir-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--bg-dark);
    color: var(--text-white);
    border: 1px solid var(--bg-dark);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.en-savoir-btn:hover {
    background-color: var(--text-white);
    color: var(--bg-dark);
}

.en-savoir-btn i {
    font-size: 0.875rem;
}

/* Artist Cards Section */
.artist-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.artist-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
    background-color: var(--bg-dark);
}

.artist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.artist-info {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.artist-name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--bg-dark);
    margin: 0;
    line-height: 1.2;
    text-align: center;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.artist-link {
    font-size: 12px;
    font-weight: bold !important;
    color: var(--color-blue);
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: inline-block;
    text-align: center;
}

.artist-link:hover {
    opacity: 0.7;
    color: var(--color-blue);
}

/* La Isla Social Club Section */
.la-isla-social-club {
    padding-top: 34px;
}

.la-isla-title {
    font-size: 25px;
    font-weight: 700;
    color: var(--bg-dark);
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.la-isla-text p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--bg-dark);
    text-align: justify;
    margin-bottom: 0px;
}

/* BUZZ Sidebar */
.buzz-sidebar {
    background-color: var(--bg-dark);
    color: var(--text-white);
    padding: 14px 17px 17px 17px;
    height: 100%;
}

.buzz-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-white);
    margin: 0px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid var(--text-white);
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: 'Interstate Cond Mono';
    font-weight: bold;
}

.buzz-entry {
    display: flex;
    gap: 10px;
    align-items: start;
}

.buzz-number {
    font-size: 16px;
    font-weight: bold;
    color: var(--text-white);
    flex-shrink: 0;
}

.buzz-content {
    flex: 1;
}

.buzz-headline {
    font-size: 0.9375rem;
    font-weight: 400;
    color: var(--text-white);
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
}

.buzz-clicks {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--color-blue);
}

.buzz-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 17px 0;
}

.buzz-divider:last-child {
    display: none;
}

.la-isla-logos {
    padding-top: 20px;
}

.compnay-logos img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.banner-video {
    height: calc(100vh - 150px);
    overflow: hidden;
    position: relative;
}

.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-section {
    padding: 17px;
    background-color: var(--text-white);
}

/* Responsive adjustments */
@media (max-width: 1399px) {
    .overlay-title {
        font-size: 14px;
        font-weight: 500;
    }

    .text-image-1 {
        height: 300px;
    }

    .text-image-2 {
        height: 142px;
    }

    .left-image-1 {
        max-height: 458px;
    }

    .en-savoir-image {
        max-width: 277px;
    }

    .en-savoir-content {
        margin-left: 0px;
    }

    .location-icon {
        padding-top: 10px;
    }
}

@media (max-width: 1199px) {
    .text-image-2-lg {
        height: 146px;
    }

    .left-image-1 {
        max-height: 450px;
    }

    .laisla-tv-section {
        padding: 20px 0px;
    }

    .laisla-tv-header {
        gap: 10px;
    }

    /* .laisla-tv-card {
        height: 250px;
    } */

    .laisla-tv-box {
        font-size: 14px;
    }

    .event_poster_swiper_slide {
        aspect-ratio: 2 / 3.4;
    }

    .en-savoir-content {
        margin-left: 12px;
    }
}

@media (max-width: 1024px) {
    .fan-zone {
        gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .main-nav-wrapper {
        flex-wrap: wrap;
    }

    .nav-center-section {
        width: 100%;
        justify-content: flex-start;
        margin-top: 1rem;
    }

    .nav-right-section {
        order: 2;
    }

    .primary-nav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding-left: 20px;
    }

    .primary-nav .nav-link {
        padding: 0.5rem 0;
    }

    .la-isla-content {
        padding: 0px;
    }

    .la-isla-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .en-savoir-content {
        padding-left: 0px;
        padding-block: 16px;
    }

    .en-savoir-section {
        padding-block: 17px;
    }

    .la-isla-social-club {
        padding-top: 17px;
    }

    .banner-video {
        height: 50vh;
    }

    .en-savoir-image {
        height: 300px;
        max-width: 100%;
    }

    .event_poster_swiper_slide {
        aspect-ratio: 2 / 1.2;
    }

    .location-icon {
        padding-top: 5px;
    }
}

@media (max-width: 767.98px) {

    .la-isla-title {
        font-size: 1.5rem;
        margin-bottom: 0px;
    }

    .la-isla-text p {
        font-size: 0.9375rem;
        line-height: 1.7;
    }

    .buzz-sidebar {
        padding: 1.5rem 1.25rem;
    }

    .buzz-title {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
    }

    .buzz-headline {
        font-size: 0.875rem;
    }

    .buzz-clicks {
        font-size: 0.8125rem;
    }

    .banner-video {
        height: 40vh;
    }

    .home-section {
        padding: 8px;
    }
}

@media (max-width: 575.98px) {
    .la-isla-title {
        font-size: 1.25rem;
    }

    .la-isla-text p {
        font-size: 0.875rem;
    }

    .buzz-entry {
        gap: 0.75rem;
        padding-bottom: 1.25rem;
    }

    .buzz-number {
        font-size: 1.125rem;
        min-width: 1.25rem;
    }
}
