/* ======================================
   ARTIST DETAIL PAGE STYLES
   ====================================== */

.artist-detail {
    position: relative;
    min-height: 100vh;
}

.artist-detail::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-position: center 90%;
    background-repeat: no-repeat;
    filter: blur(13px);
    z-index: -1;
}

.artist-detail-overlay {
    position: fixed;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    cursor: pointer;
}

.artist-detail .container {
    position: relative;
    z-index: 1;
}

.artist-detail .floating-box {
    border: 2px solid #1D1F14;
    padding: 10px;
    background: #0F100A;
    border-radius: 5px;
    position: relative;
    margin: 50px 0px;
    overflow: hidden;
}

.artist-detail .floating-box-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.artist-detail .floating-box-close-btn:hover {
    background: #f0f0f0;
    transform: scale(1.05);
}

.artist-detail .floating-box-close-btn .material-icons-outlined {
    color: #0F100A;
    font-size: 24px;
    font-weight: 700;
}

.artist-detail .floating-box-content-top {
    height: 400px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.artist-detail .floating-box-content-top-image {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #0F100A;
}

.artist-detail .floating-box-content-top-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--floating-image);
    background-size: cover;
    background-position: center;
    filter: blur(38px);
    z-index: 0;
}

.artist-detail .floating-box-content-top-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(181.06deg, rgba(0, 0, 0, 0) 50%, var(--black) 101.88%);
    pointer-events: none;
    z-index: 2;
}

.artist-detail .floating-box-content-top img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-position: center;
    position: relative;
    z-index: 1;
}

.artist-detail .floating-box-content-top-title {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 10;
}

.artist-detail .custom-pattern {
    content: "";
    width: calc(100% - 10%);
    height: 28px;
    border: 10px solid #939D62;
    display: block;
    border-top: 0px;
    z-index: 9;
    position: relative;
    margin-top: -19px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    left: 5%;
}

.artist-detail .custom-pattern:before, 
.artist-detail .custom-pattern:after {
    content: "";
    width: calc(5% + 18px);
    border: 10px solid #939D62;
    height: 59px;
    display: block;
    border-bottom: 0px;
    position: absolute;
    background: #0F100A;
    bottom: -2px;
}

.artist-detail .custom-pattern:before {
    border-top-right-radius: 5px;
    border-left: 0px;
    left: calc(-5% - 18px);
}

.artist-detail .custom-pattern:after {
    border-top-left-radius: 5px;
    border-right: 0px;
    right: calc(-5% - 18px);
}

.artist-detail .floating-box-content-top-title h1 {
    text-align: center;
    padding: 0px 8%;
    font-size: 61px;
}

.artist-detail .floating-box-custom-title {
    color: var(--white);
    font-size: 27px;
    margin-top: 30px;
    font-weight: 600;
}

.artist-detail .floating-box-content-main {
    padding: 20px 0;
}

.artist-detail .floating-box-content-main-description {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #d0d0c4;
    margin-bottom: 30px;
}

.artist-detail .floating-box-content-main-long-description {
    font-size: 16px;
    line-height: 1.8;
    color: #d0d0c4;
    margin-bottom: 30px;
}

.artist-detail .floating-box-content-main-socials {
    text-align: center;
    margin-top: 40px;
}

.artist-detail .floating-box-content-main-socials-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.artist-detail .floating-box-content-main-socials-list .social-link {
    display: block;
    transition: all 0.3s ease;
}

.artist-detail .floating-box-content-main-socials-list .social-link:hover {
    opacity: 0.7;
}

.artist-detail .floating-box-content-main-socials-list img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.artist-detail .floating-box-content-main-socials-list .social-link-website {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.artist-detail .floating-box-content-main-socials-list .social-link-website .material-icons {
    font-size: 21px;
    color: var(--white);
    margin-top: 8px;
    opacity: 0.9;
}

.artist-detail .floating-box-content-main-shows {
    margin-top: 40px;
    text-align: center;
}

.artist-detail .floating-box-content-main-shows-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.artist-detail .previous-shows-container .floating-box-custom-title {
    margin-top: 0px;
    margin-bottom: 10px;
}
.artist-detail .previous-shows-container  {
    margin-bottom: 50px;
}
.artist-detail .previous-shows-container .grid {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.artist-detail .previous-shows-container .grid .grid-item {
    background: #1D1F14;
    padding: 2px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    width: 115px;
    padding-top: 6px;
    transition: all 300ms ease;
}

.artist-detail .previous-shows-container .grid .grid-item:hover {
    background-color: var(--secondary-800);
}   

.artist-detail .floating-box-content-main-shows-list-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 15px 20px;
    background: rgba(230, 38, 38, 0.1);
    border: 1px solid #939D62;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.artist-detail .floating-box-content-main-shows-list-item a:hover {
    background: rgba(230, 38, 38, 0.2);
    transform: translateY(-2px);
}

.artist-detail .floating-box-content-main-shows-list-item .show-date {
    color: #939D62;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 60px;
}

.artist-detail .floating-box-content-main-shows-list-item .show-title {
    color: var(--white);
    font-size: 18px;
    flex: 1;
    text-align: left;
}

.artist-detail .text-highlight,
.artist-detail .location-map-container {
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 0px;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: -25px;
}

.artist-detail .text-highlight {
    margin-bottom: -14px;
    margin-top: 30px;
}

.artist-detail .text-highlight__text {
    font-size: 42px;
}

.artist-detail .text-highlight__row:last-child {
    margin-top: -36px;
}

@media (max-width: 767px) {
    .artist-detail .floating-box-content-top-title {
        position: absolute;
        bottom: 55px;
    }

    .artist-detail .floating-box-content-top-title h1 {
        font-size: 42px;
    }

    .artist-detail .floating-box-content-top img {
        object-fit: cover;
    }

    .artist-detail .floating-box-content-main-shows-list-item a {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .artist-detail .floating-box-content-main-shows-list-item .show-title {
        text-align: center;
    }
}

