/**
 * FBC Bicentenary — Committee members (standalone layout)
 * Loaded after theme vars; uses fixed readable colors on light sections.
 */

.bicentenary-committee-page {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #1e293b !important;
    background: #f8fafc !important;
    overflow-x: hidden;
}

.bicentenary-committee-page * {
    box-sizing: border-box;
}

.bicentenary-committee-page .bicentenary-wrap {
    width: 100%;
    max-width: 72rem;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(1.25rem, 4vw, 2.5rem);
    padding-right: clamp(1.25rem, 4vw, 2.5rem);
}

/* Hero */
.bicentenary-committee-hero {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: clamp(360px, 48vh, 480px);
    text-align: center;
    background-color: #00174d;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.bicentenary-committee-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 23, 77, 0.55) 0%, rgba(0, 23, 77, 0.88) 100%);
    pointer-events: none;
}

.bicentenary-committee-hero__glow {
    display: none;
}

.bicentenary-committee-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 44rem;
    padding: 3.5rem 0 3rem;
}

.bicentenary-committee-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 1.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.75) !important;
}

.bicentenary-committee-breadcrumb a {
    color: #fbbf24 !important;
    text-decoration: none;
    font-weight: 600;
}

.bicentenary-committee-breadcrumb a:hover {
    text-decoration: underline;
}

.bicentenary-committee-hero__eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fbbf24 !important;
}

.bicentenary-committee-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(1.85rem, 4.5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff !important;
}

.bicentenary-committee-hero__lead {
    margin: 0 auto;
    max-width: 40rem;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92) !important;
}

/* Stats */
.bicentenary-committee-metrics {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.bicentenary-committee-metrics .bicentenary-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.bicentenary-committee-metrics__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.bicentenary-committee-metrics__list li {
    padding: 1.75rem 1rem;
    text-align: center;
    border-right: 1px solid #e2e8f0;
}

.bicentenary-committee-metrics__list li:last-child {
    border-right: none;
}

.bicentenary-committee-metrics__num {
    display: block;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #001d4d !important;
    line-height: 1.1;
}

.bicentenary-committee-metrics__num i {
    color: #c9a227 !important;
}

.bicentenary-committee-metrics__lbl {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b !important;
}

/* Committee sections */
.bicentenary-committee-band {
    width: 100%;
    padding: clamp(3rem, 6vw, 4.5rem) 0;
    background: #f8fafc;
}

.bicentenary-committee-band--alt {
    background: #ffffff;
}

.bicentenary-committee-band__head {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #c9a227;
}

.bicentenary-committee-band__num {
    flex-shrink: 0;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    color: #c9a227 !important;
}

.bicentenary-committee-band__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
    color: #001d4d !important;
    line-height: 1.25;
}

.bicentenary-committee-band__subtitle {
    margin: 0;
    font-size: 1rem;
    color: #64748b !important;
    line-height: 1.5;
}

/* Member card grid */
.bicentenary-committee-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.75rem;
    width: 100%;
}

@media (min-width: 1100px) {
    .bicentenary-committee-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.bicentenary-committee-card {
    display: flex !important;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bicentenary-committee-band--alt .bicentenary-committee-card {
    background: #f8fafc;
}

.bicentenary-committee-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.bicentenary-committee-card__photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    max-height: 320px;
    overflow: hidden;
    background: #e2e8f0;
}

.bicentenary-committee-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.bicentenary-committee-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.35rem 1.25rem 1.5rem;
    text-align: center;
}

.bicentenary-committee-card__name {
    margin: 0 0 0.35rem;
    font-size: 1.2rem;
    font-weight: 800;
    color: #001d4d !important;
    line-height: 1.3;
}

.bicentenary-committee-card__role {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #c9a227 !important;
    line-height: 1.45;
}

.bicentenary-committee-card__bio {
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #475569 !important;
    text-align: left;
    flex: 1;
}

.bicentenary-committee-card__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: auto;
}

.bicentenary-committee-card__contact {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #001d4d !important;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    text-decoration: none;
}

.bicentenary-committee-card__contact:hover {
    background: #e2e8f0;
}

.bicentenary-committee-card__contact i {
    color: #c9a227;
}

/* Empty state */
.bicentenary-committee-body--empty {
    padding: 4rem 0;
}

.bicentenary-committee-empty {
    max-width: 32rem;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    text-align: center;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}

.bicentenary-committee-empty h2 {
    margin: 0 0 0.75rem;
    color: #001d4d !important;
}

.bicentenary-committee-empty p {
    margin: 0 0 1.5rem;
    color: #64748b !important;
    line-height: 1.65;
}

.bicentenary-committee-empty__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* CTA */
.bicentenary-committee-cta {
    width: 100%;
    padding: 3.5rem 0;
    background: linear-gradient(135deg, #00174d, #001d4d);
}

.bicentenary-committee-cta__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
}

.bicentenary-committee-cta__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fbbf24 !important;
}

.bicentenary-committee-cta__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #ffffff !important;
}

.bicentenary-committee-cta__text {
    margin: 0;
    max-width: 32rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9) !important;
}

.bicentenary-committee-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 200px;
}

.bicentenary-committee-btn--on-dark {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
}

.bicentenary-committee-btn--outline {
    color: #001d4d !important;
    border-color: #001d4d !important;
}

@media (max-width: 768px) {
    .bicentenary-committee-metrics__list {
        grid-template-columns: 1fr;
    }

    .bicentenary-committee-metrics__list li {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }

    .bicentenary-committee-metrics__list li:last-child {
        border-bottom: none;
    }

    .bicentenary-committee-band__head {
        flex-direction: column;
        text-align: center;
    }

    .bicentenary-committee-cta__grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bicentenary-committee-cta__actions {
        align-items: stretch;
    }
}
