/* ==========================================================================
   Page-Specific Styles: KB19 Curator
   Scope: body.page-kb19-curator
   Identity: "The Curation Desk" - Art & Nature Journals
   ========================================================================== */

body.page-kb19-curator {
    --page-accent: #0088cb;
    /* KBT Blue */
    --page-bg-light: #FAF9F6;
    --page-bg-card: #ffffff;
    --page-border: rgba(0, 136, 203, 0.15);
    --title-color: #231f20;
    --body-color: #7B7E86;
    --smoke-color: #F8F7F4;
    --smoke-color2: #F8F8F8;
    --smoke-color3: #F5F5F6;
    --smoke-color4: #F4F4F4;
    --smoke-color5: #F0F2F4;
}

/* 1. Page Banner (Hero Area) */
body.page-kb19-curator .kb19u-hero-section {
    position: relative;
    overflow: hidden;
}

body.page-kb19-curator .kb19u-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-curator .kb19u-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(31, 37, 40, 0.8) 0%, rgba(0, 136, 203, 0.4) 100%);
    z-index: 1;
}

body.page-kb19-curator .kb19u-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-curator .kb19u-hero-subtitle {
    font-size: 1.1rem;
    color: var(--page-accent);
    font-family: 'Georgia', serif;
    font-style: italic;
    letter-spacing: 1.5px;
}

body.page-kb19-curator .kb19u-breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

body.page-kb19-curator .kb19u-breadcrumbs li {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.page-kb19-curator .kb19u-breadcrumbs li+li::before {
    content: '/';
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.3);
}

body.page-kb19-curator .kb19u-breadcrumbs a {
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.3s ease;
}

body.page-kb19-curator .kb19u-breadcrumbs a:hover {
    color: var(--page-accent);
}

/* 2. Main Wrapper spacing */
body.page-kb19-curator .kb19u-main-wrapper {
    background-color: var(--page-bg-light);
    padding: 100px 0;
}

/* Profile Card section */
body.page-kb19-curator .kb19u-profile-section {
    margin-bottom: 60px;
}

body.page-kb19-curator .kb19u-profile-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    /* border-top: 4px solid var(--page-accent); */
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

/* Avatar Frame details */
body.page-kb19-curator .kb19u-avatar-wrap {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--page-accent);
    box-shadow: 0 8px 25px rgba(0, 136, 203, 0.15), 0 0 0 6px rgba(0, 136, 203, 0.1);
    margin: 0 auto;
    transition: transform 0.4s ease;
}

body.page-kb19-curator .kb19u-profile-card:hover .kb19u-avatar-wrap {
    transform: scale(1.03);
}

body.page-kb19-curator .kb19u-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-kb19-curator .kb19u-avatar-badge {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    font-weight: 700;
    background-color: var(--page-accent);
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Profile details block */
body.page-kb19-curator .kb19u-profile-info {
    padding-left: 10px;
}

body.page-kb19-curator .kb19u-profile-role {
    font-size: 11px;
    font-weight: 700;
    color: var(--page-accent);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 5px;
}

body.page-kb19-curator .kb19u-profile-name {
    font-family: 'Jost', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 15px;
}

body.page-kb19-curator .kb19u-profile-highlight {
    font-size: 16px;
    line-height: 1.6;
    color: var(--title-color);
    font-family: 'Georgia', serif;
    font-style: italic;
    background-color: var(--smoke-color);
    border-left: 3px solid var(--page-accent);
    padding: 20px 25px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

body.page-kb19-curator .kb19u-profile-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--body-color);
    margin-bottom: 20px;
    text-align: justify;
}

/* 3. Statement Section */
body.page-kb19-curator .kb19u-statement-section {
    margin-bottom: 60px;
}

body.page-kb19-curator .kb19u-statement-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.01);
}

body.page-kb19-curator .kb19u-section-title {
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 25px;
}

body.page-kb19-curator .kb19u-section-title i {
    color: var(--page-accent);
}

body.page-kb19-curator .kb19u-statement-body p {
    font-size: 15px;
    line-height: 1.85;
    color: var(--body-color);
    margin-bottom: 25px;
    text-align: justify;
}

body.page-kb19-curator .kb19u-statement-body p:last-child {
    margin-bottom: 0;
}

/* 4. Conversations Section */
body.page-kb19-curator .kb19u-conversations-section {
    margin-bottom: 70px;
}

body.page-kb19-curator .kb19u-conversations-header,
body.page-kb19-curator .kb19u-research-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
}

body.page-kb19-curator .kb19u-section-intro {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--body-color);
    margin-top: 8px;
}

/* Expert Cards Grid elements */
body.page-kb19-curator .kb19u-expert-card {
    background-color: #ffffff;
    border: 1px solid var(--light-color);
    border-radius: 10px;
    padding: 25px 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

body.page-kb19-curator .kb19u-expert-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 25px rgba(0, 136, 203, 0.08);
    border-color: rgba(0, 136, 203, 0.25);
}

/* Initials badges gradients */
body.page-kb19-curator .kb19u-expert-placeholder {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body.page-kb19-curator .kb19u-expert-card:hover .kb19u-expert-placeholder {
    /* transform: scale(1.08); */
}

body.page-kb19-curator .bg-gradient-yellow {
    background: linear-gradient(135deg, #fbd451 0%, #e6be3c 100%);
}

body.page-kb19-curator .bg-gradient-teal {
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
}

body.page-kb19-curator .bg-gradient-blue {
    background: linear-gradient(135deg, #0088cb 0%, #005682 100%);
}

body.page-kb19-curator .bg-gradient-purple {
    background: linear-gradient(135deg, #9b5de5 0%, #6f2dbd 100%);
}

body.page-kb19-curator .bg-gradient-orange {
    background: linear-gradient(135deg, #ff9f1c 0%, #ff6b35 100%);
}

body.page-kb19-curator .kb19u-expert-name {
    font-family: 'Jost', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 5px;
}

body.page-kb19-curator .kb19u-expert-role {
    font-size: 11px;
    color: var(--body-color);
    display: block;
    line-height: 1.3;
}

/* 5. Research trip grids */
body.page-kb19-curator .kb19u-research-section {
    margin-bottom: 70px;
}

body.page-kb19-curator .kb19u-meeting-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--light-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
    /* Card transform scale & shadow rise */
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

body.page-kb19-curator .kb19u-meeting-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 136, 203, 0.08);
    border-color: rgba(0, 136, 203, 0.25);
}

body.page-kb19-curator .kb19u-meeting-img-wrap {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

body.page-kb19-curator .kb19u-meeting-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

body.page-kb19-curator .kb19u-meeting-card:hover .kb19u-meeting-img {
    transform: scale(1.05);
}

body.page-kb19-curator .kb19u-meeting-caption {
    padding: 15px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}

body.page-kb19-curator .kb19u-meeting-caption span {
    font-size: 12px;
    font-weight: 700;
    color: var(--body-color);
    line-height: 1.4;
    display: block;
}

/* Photo Credits Box */
body.page-kb19-curator .kb19u-credits-card {
    background-color: var(--smoke-color);
    border: 1px dashed var(--page-border);
    border-radius: 8px;
    padding: 25px;
}

body.page-kb19-curator .kb19u-credits-title {
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 5px;
}

body.page-kb19-curator .kb19u-credits-list {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--body-color);
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {

    body.page-kb19-curator .kb19u-profile-card,
    body.page-kb19-curator .kb19u-statement-card {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    body.page-kb19-curator .kb19u-hero-banner {
        min-height: 260px;
    }

    body.page-kb19-curator .kb19u-profile-info {
        margin-top: 20px;
        text-align: center;
    }

    body.page-kb19-curator .kb19u-profile-highlight {
        border-left: 0;
        border-top: 2px solid var(--page-accent);
        border-bottom: 2px solid var(--page-accent);
        padding: 15px 0;
    }
}

/* Custom 5-column layout for expert cards on desktop viewports */
@media (min-width: 992px) {
    body.page-kb19-curator .col-lg-2\.4 {
        flex: 0 0 auto;
        width: 20%;
    }
}