/* ==========================================================================
   Page-Specific Styles: KB19 Artists and Venues
   Scope: body.page-kb19-artists-and-venues
   Identity: "Heritage Earth" - Historical Landmark Map
   ========================================================================== */

body.page-kb19-artists-and-venues {
    --page-accent: #0088cb; /* KBT Blue */
    --page-accent-light: #e2ece9; /* Soft Sage */
    --page-bg-light: #FAF9F6;
    --page-bg-card: #ffffff;
    --page-border: rgba(0, 136, 203, 0.15);
}

/* 1. Page Banner (Hero Area) */
body.page-kb19-artists-and-venues .kb19v-hero-section {
    position: relative;
    overflow: hidden;
}
body.page-kb19-artists-and-venues .kb19v-hero-banner {
    background-image: url('../../img/bg/kb19-page-banner-2.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
body.page-kb19-artists-and-venues .kb19v-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(46, 23, 11, 0.85) 0%, rgba(0, 136, 203, 0.6) 100%);
    z-index: 1;
}
body.page-kb19-artists-and-venues .kb19v-hero-title {
    font-family: 'Jost', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
body.page-kb19-artists-and-venues .kb19v-hero-subtitle {
    font-size: 1.1rem;
    color: var(--page-accent-light);
    font-family: 'Georgia', serif;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
body.page-kb19-artists-and-venues .kb19v-hero-intro {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin: 0 auto 20px;
}
body.page-kb19-artists-and-venues .kb19v-breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}
body.page-kb19-artists-and-venues .kb19v-breadcrumbs li {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 1px;
}
body.page-kb19-artists-and-venues .kb19v-breadcrumbs li + li::before {
    content: '/';
    margin-right: 8px;
    color: rgba(255,255,255,0.3);
}
body.page-kb19-artists-and-venues .kb19v-breadcrumbs a {
    color: rgba(255,255,255,0.85);
    transition: color 0.3s ease;
}
body.page-kb19-artists-and-venues .kb19v-breadcrumbs a:hover {
    color: var(--page-accent-light);
}

/* 2. Sticky Jump Bar */
body.page-kb19-artists-and-venues .kb19v-jump-bar-wrap {
    background-color: #2e180d;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 99;
}
body.page-kb19-artists-and-venues .kb19v-jump-title {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 15px;
}
body.page-kb19-artists-and-venues .kb19v-jump-link {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.75);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
    display: inline-block;
}
body.page-kb19-artists-and-venues .kb19v-jump-link:hover {
    color: var(--page-accent-light);
}

/* 3. Main Wrapper & Venues */
body.page-kb19-artists-and-venues .kb19v-main-wrapper {
    background-color: #FAF9F6;
    padding: 80px 0;
}
body.page-kb19-artists-and-venues .kb19v-venue-section {
    scroll-margin-top: 60px; /* Offset for sticky header */
    margin-bottom: 80px;
}

/* Venue Image Wrap */
body.page-kb19-artists-and-venues .kb19v-img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
}
body.page-kb19-artists-and-venues .kb19v-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: transform 0.5s ease, filter 0.5s ease;
}
body.page-kb19-artists-and-venues .kb19v-img-wrap:hover .kb19v-img {
    filter: grayscale(0%);
    transform: scale(1.04);
}
body.page-kb19-artists-and-venues .kb19v-venue-badge {
    position: absolute;
    bottom: 20px; left: 20px;
    background-color: var(--page-accent);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* Venue Content block details */
body.page-kb19-artists-and-venues .kb19v-content-block {
    padding-left: 20px;
}
body.page-kb19-artists-and-venues .kb19v-venue-number {
    font-family: 'Jost', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--page-accent-light);
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}
body.page-kb19-artists-and-venues .kb19v-venue-name {
    font-family: 'Jost', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}
body.page-kb19-artists-and-venues .kb19v-venue-text {
    font-size: 15px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 25px;
    text-align: justify;
}

/* Exhibiting Artists list tags */
body.page-kb19-artists-and-venues .kb19v-artists-block {
    background-color: #FAF9F6;
    border: 1px dashed rgba(0,0,0,0.08);
    border-radius: 8px;
    padding: 20px;
}
body.page-kb19-artists-and-venues .kb19v-artists-title {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
body.page-kb19-artists-and-venues .kb19v-artists-title i {
    color: var(--page-accent);
}
body.page-kb19-artists-and-venues .kb19v-artists-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
body.page-kb19-artists-and-venues .kb19v-artist-tag {
    font-size: 12px;
    font-weight: 700;
    color: #444;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    padding: 5px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
body.page-kb19-artists-and-venues .kb19v-artist-tag:hover {
    border-color: var(--page-accent);
    color: var(--page-accent);
    background-color: rgba(0, 136, 203, 0.05);
}

/* 4. Bagh Ibne Qasim Jumbo Layout override */
body.page-kb19-artists-and-venues .kb19v-jumbo-card {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}
body.page-kb19-artists-and-venues .kb19v-jumbo-card .kb19v-img {
    height: 480px;
}
body.page-kb19-artists-and-venues .kb19v-jumbo-content {
    padding: 50px;
}
body.page-kb19-artists-and-venues .kb19v-artists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 35px;
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 35px;
}
body.page-kb19-artists-and-venues .kb19v-col-title {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}
body.page-kb19-artists-and-venues .kb19v-col-title i {
    color: var(--page-accent);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    body.page-kb19-artists-and-venues .kb19v-jump-bar-wrap {
        display: none;
    }
    body.page-kb19-artists-and-venues .kb19v-content-block {
        padding-left: 0;
        margin-top: 20px;
    }
    body.page-kb19-artists-and-venues .kb19v-jumbo-content {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    body.page-kb19-artists-and-venues .kb19v-hero-banner {
        min-height: 260px;
    }
    body.page-kb19-artists-and-venues .kb19v-img {
        height: 280px;
    }
    body.page-kb19-artists-and-venues .kb19v-jumbo-card .kb19v-img {
        height: 320px;
    }
}
