:root {
    --mgmt-gold: #d4af37;
    --mgmt-deep-purple: #1a0033;
    --mgmt-royal-glow: #4a148c;
    --mgmt-glass-white: rgba(255, 255, 255, 0.03);
    --mgmt-border-white: rgba(255, 255, 255, 0.1);
    --mgmt-transition-smooth: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.management-page-content {
    background-color: var(--mgmt-deep-purple);
    background-image:
        radial-gradient(circle at 10% 20%, rgba(74, 20, 140, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(212, 175, 55, 0.05) 0%, transparent 40%);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    padding-top: var(--inner-page-section-gap-desktop);
}

.management-page-content .mgmt-section {
    padding: clamp(34px, 5vh, 60px) 0;
    position: relative;
}

.mgmt-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 5%;
}

.management-page-content .reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: var(--mgmt-transition-smooth);
}

.management-page-content .reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.management-page-content .reveal-delay-1 {
    transition-delay: 0.1s;
}

.management-page-content .reveal-delay-2 {
    transition-delay: 0.2s;
}

.management-page-content .reveal-delay-3 {
    transition-delay: 0.3s;
}

.management-page-content .reveal-delay-4 {
    transition-delay: 0.4s;
}

.mgmt-hero-section {
    padding-top: 12px;
    padding-bottom: 30px;
}

.hero-split {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    text-align: center;
}

.hero-text {
    padding-top: 0;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 3.6vw, 3.25rem);
    line-height: 0.95;
    margin: 0 0 22px;
    max-width: none;
    white-space: nowrap;
    text-align: center;
    color: #e8c96a;
}

.hero-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.45);
    background: rgba(255, 255, 255, 0.04);
    color: #f7df8d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.gold-accent {
    color: var(--mgmt-gold);
    display: block;
    font-size: 0.6em;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 800;
    margin-bottom: 15px;
}

.hero-divider {
    width: 100px;
    height: 4px;
    background: var(--mgmt-gold);
    margin: 0 auto;
}

.hero-intro {
    max-width: 720px;
    margin: 22px auto 0;
    font-size: 1.12rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.74);
}

.glass-philosophy {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(25px);
    padding: 44px 42px;
    border-radius: 40px;
    border: 1px solid var(--mgmt-border-white);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
    max-width: 920px;
    width: 100%;
    text-align: center;
    position: relative;
}


.mgmt-hero-section + .mgmt-section {
    padding-top: 12px;
}

.pillar-chips {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.chip {
    border: 1px solid var(--mgmt-gold);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--mgmt-gold);
}

.philosophy-lead,
.philosophy-copy {
    font-size: 1.28rem;
    font-weight: 500;
    line-height: 1.85;
    color: #fff;
    margin: 0;
    opacity: 1;
}

.philosophy-line {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
}

.philosophy-line + .philosophy-line {
    margin-top: 10px;
}

.philosophy-copy {
    margin-top: 28px;
}

.trust-name-highlight {
    color: #f1d77a;
    font-weight: 700;
}

.text-gold {
    color: var(--mgmt-gold);
}

.board-layout {
    display: block;
}

.board-content {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.board-content h2,
.section-heading h2 {
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
    color: #e8c96a;
}

.board-card {
    position: relative;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
        rgba(255, 255, 255, 0.02);
    padding: 38px 40px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 24px 50px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.board-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(244, 196, 48, 0.3), var(--mgmt-gold), rgba(244, 196, 48, 0.3));
}

.board-card p {
    font-size: 1.28rem;
    font-weight: 500;
    line-height: 1.85;
    opacity: 1;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.board-emphasis {
    color: #f1d77a;
    font-weight: 700;
    text-shadow: 0 0 18px rgba(241, 215, 122, 0.18);
}

.board-line {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.board-line + .board-line {
    margin-top: 10px;
}


.trustee-box {
    position: relative;
    padding: 18px 18px 22px;
    border-radius: 24px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(255, 255, 255, 0.02);
    border: 0.8px solid rgba(255, 255, 255, 0.06);
    box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.trustee-box::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0), rgba(212, 175, 55, 0.95), rgba(212, 175, 55, 0));
}

.trustee-box:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 175, 55, 0.28);
    box-shadow:
        0 24px 42px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(212, 175, 55, 0.08);
}

.trustee-photo-shell {
    position: relative;
    aspect-ratio: 1 / 1.12;
    padding: 10px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(247, 223, 141, 0.95), rgba(135, 87, 11, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.trustee-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    background: #2a103f;
    filter: grayscale(18%);
    border: 0.8px solid rgba(255, 255, 255, 0.12);
}

.trustee-meta {
    padding-top: 20px;
    text-align: center;
}

.trustee-meta h3 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.35;
}

.trustee-meta span {
    display: block;
    margin-top: 7px;
    color: rgba(247, 223, 141, 0.92);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.bearers-section {
    background: rgba(0, 0, 0, 0.2);
}

.section-heading {
    text-align: center;
}

.section-heading-copy {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.25rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
}

.section-heading-copy + .section-heading-copy {
    margin-top: 8px;
}

.section-heading-copy-strong {
    color: #ffffff;
    font-weight: 600;
}

.bearer-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 28px;
}

.bearer-portal {
    text-align: center;
    transition: var(--mgmt-transition-smooth);
}

.img-orbit {
    width: 196px;
    height: 258px;
    margin: 0 auto 25px;
    position: relative;
    padding: 8px;
    border-radius: 28px;
    border: 2px dashed var(--mgmt-gold);
    transition: box-shadow 0.4s ease, border-color 0.4s ease;
    background: rgba(255, 255, 255, 0.03);
}

.bearer-portal:hover .img-orbit {
    border-style: solid;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}

.img-orbit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
    transition: filter 0.4s ease, transform 0.4s ease;
    filter: grayscale(40%);
    border: 4px solid var(--mgmt-deep-purple);
    background: #2a103f;
}

.bearer-portal:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.bearer-info h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    margin-bottom: 5px;
    color: #fff;
}

.bearer-info span {
    display: block;
    color: var(--mgmt-gold);
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.giving-section {
    max-width: 1080px;
    margin: 0 auto;
}

.giving-shell {
    position: relative;
    padding: 44px 42px 34px;
    border-radius: 36px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
        rgba(34, 8, 58, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
}

.giving-shell::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05), transparent);
    pointer-events: none;
}

.giving-header {
    margin-bottom: 26px;
    text-align: left;
}

.giving-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    line-height: 1.02;
    margin: 0;
}

.giving-block h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    margin: 0 0 16px;
    color: #fff4cb;
}

.giving-block p {
    font-size: 1.18rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.9);
}

.giving-block strong {
    color: #fff2b7;
    font-weight: 700;
}

.giving-divider {
    width: 100%;
    height: 1px;
    margin: 32px 0 30px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0), rgba(212, 175, 55, 0.8), rgba(212, 175, 55, 0));
}

.compliance-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.compliance-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 12px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.compliance-row .highlight-tag {
    color: #1a0033;
    background: linear-gradient(135deg, #f7df8d, #d4af37);
    border-color: rgba(255, 248, 214, 0.8);
}

@media (max-width: 1200px) {
    .trustee-gallery {
        gap: 16px;
    }

    .bearer-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .board-layout,
    .compliance-row {
        grid-template-columns: 1fr;
    }

    .hero-split {
        gap: 28px;
    }

    .hero-text {
        padding-top: 0;
    }

    .board-layout {
        gap: 0;
    }

    .glass-philosophy,
    .board-card,
    .giving-shell {
        padding: 30px 24px;
    }

    .trustee-gallery {
        grid-template-columns: repeat(4, minmax(220px, 1fr));
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .trustee-box {
        min-width: 220px;
    }

    .glass-philosophy {
        max-width: none;
    }

    .management-page-content {
        padding-top: var(--inner-page-section-gap-desktop);
    }
}

@media (max-width: 768px) {
    .bearer-row {
        grid-template-columns: 1fr;
    }

    .mgmt-container {
        padding: 0 16px;
    }

    .management-page-content {
        padding-top: var(--inner-page-section-gap-mobile);
    }

    .mgmt-section {
        padding: 28px 0;
    }

    .mgmt-hero-section {
        padding-top: 4px;
        padding-bottom: 20px;
    }

    .hero-text h1,
    .board-content h2,
    .section-heading h2,
    .impact-card h3 {
        font-size: 2rem;
    }

    .hero-text h1 {
        white-space: normal;
    }

    .hero-kicker {
        font-size: 0.78rem;
        letter-spacing: 0.18em;
    }

    .hero-intro {
        font-size: 1.14rem;
        line-height: 1.78;
    }

    .glass-philosophy {
        padding: 30px 24px;
        border-radius: 28px;
    }

    .glass-philosophy::before {
        left: 24px;
        width: 92px;
    }

    .img-orbit {
        width: 200px;
        height: 250px;
    }

    .philosophy-lead,
    .philosophy-copy,
    .board-card p,
    .giving-block p,
    .section-heading-copy {
        font-size: 1.14rem;
        line-height: 1.82;
    }

    .giving-header h2,
    .giving-block h3 {
        font-size: 1.75rem;
    }

    .trustee-gallery {
        gap: 12px;
        margin-top: 24px;
    }

    .trustee-box {
        padding: 14px 14px 16px;
        border-radius: 22px;
    }

    .trustee-photo-shell {
        border-radius: 20px;
    }

    .trustee-photo {
        border-radius: 15px;
    }

    .trustee-meta h3 {
        font-size: 1.02rem;
    }
}
