:root {
    --staff-primary: #59050a;
    --staff-primary-deep: #3f0407;
    --staff-accent: #17bed2;
    --staff-accent-soft: rgba(23, 190, 210, 0.12);
    --staff-surface: #ffffff;
    --staff-surface-soft: #fff8f7;
    --staff-surface-tint: #f5f8fc;
    --staff-ink: #233044;
    --staff-muted: #6f7a8c;
    --staff-border: #e7ecf2;
    --staff-shadow: 0 24px 55px rgba(35, 48, 68, 0.12);
}

.staff-theme--management {
    --staff-accent: #1ca6df;
    --staff-accent-soft: rgba(28, 166, 223, 0.14);
    --staff-surface-soft: #f7fbff;
}

.staff-theme--sgb {
    --staff-accent: #f49b37;
    --staff-accent-soft: rgba(244, 155, 55, 0.16);
    --staff-surface-soft: #fff9f1;
}

.staff-theme--support {
    --staff-accent: #1fb88a;
    --staff-accent-soft: rgba(31, 184, 138, 0.16);
    --staff-surface-soft: #f3fffa;
}

.staff-theme--get {
    --staff-accent: #178fe7;
    --staff-accent-soft: rgba(23, 143, 231, 0.14);
    --staff-surface-soft: #f4fbff;
}

.staff-theme--fet {
    --staff-accent: #d8487f;
    --staff-accent-soft: rgba(216, 72, 127, 0.14);
    --staff-surface-soft: #fff5f9;
}

.staff-modern-page {
    background:
        radial-gradient(circle at top left, rgba(23, 190, 210, 0.06), transparent 30%),
        linear-gradient(180deg, #f8fbfd 0%, #ffffff 42%);
}

.staff-modern-page .parallax-content {
    padding-top: 108px;
    padding-bottom: 110px;
}

.staff-modern-page .staff-hero-shell {
    max-width: 780px;
    background: linear-gradient(135deg, rgba(89, 5, 10, 0.9), rgba(63, 4, 7, 0.76));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 34px;
    box-shadow: 0 30px 70px rgba(35, 48, 68, 0.18);
    padding: 34px 38px;
    backdrop-filter: blur(6px);
}

.staff-modern-page .staff-hero-badge,
.staff-modern-page .staff-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.staff-modern-page .staff-hero-badge {
    margin-bottom: 18px;
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
}

.staff-modern-page .staff-hero-title {
    margin-bottom: 16px;
    color: #fff;
    font-size: 54px;
    line-height: 1.05;
    text-shadow: none;
}

.staff-modern-page .staff-hero-text {
    max-width: 640px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.75;
}

.staff-modern-page .staff-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.staff-modern-page .staff-hero-tags span {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.staff-modern-page .staff-overlap {
    position: relative;
    margin-top: -74px;
    z-index: 3;
}

.staff-card,
.staff-link-card,
.staff-person-card,
.staff-quote-card,
.staff-path-card,
.staff-nav-card,
.staff-phase-card {
    background: var(--staff-surface);
    border: 1px solid var(--staff-border);
    border-radius: 26px;
    box-shadow: var(--staff-shadow);
}

.staff-card,
.staff-quote-card,
.staff-phase-card {
    padding: 30px;
}

.staff-link-card,
.staff-person-card,
.staff-path-card,
.staff-nav-card {
    padding: 28px;
}

.staff-link-card {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.staff-link-card:hover,
.staff-link-card:focus {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(35, 48, 68, 0.16);
    border-color: rgba(89, 5, 10, 0.12);
    text-decoration: none;
}

.staff-link-icon,
.staff-value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 22px;
    background: var(--staff-accent-soft);
    color: var(--staff-accent);
    font-size: 28px;
}

.staff-link-kicker,
.staff-section-tag {
    margin-bottom: 16px;
    color: var(--staff-primary);
    background: var(--staff-surface-soft);
}

.staff-link-card h3,
.staff-card h2,
.staff-card h3,
.staff-person-card h3,
.staff-nav-card h3,
.staff-phase-card h3 {
    margin-bottom: 12px;
    color: var(--staff-primary);
}

.staff-link-card h3 {
    font-size: 28px;
    line-height: 1.15;
}

.staff-card h2 {
    font-size: 36px;
    line-height: 1.15;
}

.staff-card p,
.staff-link-card p,
.staff-person-card p,
.staff-quote-card p,
.staff-nav-card p,
.staff-phase-card p,
.staff-card li,
.staff-modern-page .staff-copy {
    color: var(--staff-muted);
    font-size: 16px;
    line-height: 1.75;
}

.staff-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.staff-stat-item {
    padding: 18px 14px;
    border-radius: 20px;
    background: linear-gradient(180deg, var(--staff-surface-soft), #fff);
    border: 1px solid rgba(89, 5, 10, 0.08);
    text-align: center;
}

.staff-stat-item strong {
    display: block;
    margin-bottom: 6px;
    color: var(--staff-primary);
    font-size: 30px;
    line-height: 1;
}

.staff-stat-item span {
    color: var(--staff-muted);
    font-size: 13px;
    line-height: 1.4;
}

.staff-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(23, 190, 210, 0.08), transparent 38%),
        linear-gradient(180deg, rgba(255, 248, 247, 0.58), rgba(255, 255, 255, 0));
}

.staff-section-header {
    max-width: 760px;
    margin-bottom: 34px;
}

.staff-section-header h2 {
    margin-bottom: 14px;
    color: var(--staff-primary);
    font-size: 36px;
    line-height: 1.15;
}

.staff-section-header p {
    color: var(--staff-muted);
    font-size: 16px;
    line-height: 1.75;
}

.staff-link-foot {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: var(--staff-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.staff-link-grid > [class*="col-"] .staff-link-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.staff-link-grid .staff-link-foot {
    margin-top: auto;
    padding-top: 18px;
}

.staff-link-foot i {
    font-size: 12px;
    transition: transform 0.25s ease;
}

.staff-link-card:hover .staff-link-foot i,
.staff-link-card:focus .staff-link-foot i {
    transform: translateX(4px);
}

.staff-person-card {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.staff-person-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--staff-primary), var(--staff-accent));
}

.staff-person-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.staff-avatar {
    width: 70px;
    height: 70px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--staff-primary), #8e0f16);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}

.staff-role {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--staff-accent-soft);
    color: var(--staff-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.staff-person-card h3 {
    margin-bottom: 4px;
    font-size: 23px;
    line-height: 1.25;
}

.staff-person-meta {
    color: var(--staff-muted);
    font-size: 14px;
    font-weight: 600;
}

.staff-person-card p {
    margin-bottom: 0;
}

.staff-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.staff-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

.staff-list li:last-child {
    margin-bottom: 0;
}

.staff-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--staff-accent);
    box-shadow: 0 0 0 6px var(--staff-accent-soft);
}

.staff-member-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.staff-member-pill {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f6f9fc;
    color: var(--staff-ink);
    font-size: 14px;
    font-weight: 600;
}

.staff-member-pill span {
    color: var(--staff-primary);
    font-weight: 700;
}

.staff-quote-card {
    height: 100%;
    background: linear-gradient(180deg, #ffffff, var(--staff-surface-soft));
}

.staff-quote-card blockquote {
    margin: 0;
    border-left: 0;
    padding: 0;
}

.staff-quote-card p {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.7;
    color: var(--staff-primary);
}

.staff-quote-card footer {
    color: var(--staff-muted);
    font-size: 14px;
    font-weight: 700;
}

.staff-nav-card {
    display: block;
    height: 100%;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.staff-nav-card:hover,
.staff-nav-card:focus {
    transform: translateY(-5px);
    box-shadow: 0 24px 55px rgba(35, 48, 68, 0.14);
    text-decoration: none;
}

.staff-nav-card .staff-link-icon {
    margin-bottom: 18px;
}

.staff-nav-card h3 {
    font-size: 24px;
}

.staff-phase-card {
    height: 100%;
}

.staff-phase-card .staff-link-icon {
    margin-bottom: 18px;
}

.staff-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.staff-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f6f9fc;
    color: var(--staff-primary);
    font-size: 13px;
    font-weight: 700;
}

.staff-mini-note {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: var(--staff-surface-soft);
    color: var(--staff-muted);
    font-size: 14px;
    line-height: 1.7;
}

.staff-page-back {
    text-align: center;
    margin-top: 36px;
}

.staff-page-back a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    background: #f6f9fc;
    color: var(--staff-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none !important;
}

.staff-page-back a:hover,
.staff-page-back a:focus {
    background: var(--staff-primary);
    color: #fff;
}

@media (max-width: 991px) {
    .staff-modern-page .parallax-content {
        padding-top: 94px;
        padding-bottom: 84px;
    }

    .staff-modern-page .staff-hero-shell {
        padding: 28px 24px;
        border-radius: 28px;
    }

    .staff-modern-page .staff-hero-title {
        font-size: 42px;
    }

    .staff-modern-page .staff-overlap {
        margin-top: -38px;
    }

    .staff-card,
    .staff-link-card,
    .staff-person-card,
    .staff-quote-card,
    .staff-path-card,
    .staff-nav-card,
    .staff-phase-card {
        padding: 24px;
    }

    .staff-stats-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .staff-link-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .staff-link-grid:before,
    .staff-link-grid:after {
        display: none;
    }

    .staff-link-grid > [class*="col-"] {
        display: flex;
        float: none;
    }
}

@media (max-width: 767px) {
    .staff-modern-page .parallax-content {
        padding-top: 88px;
        padding-bottom: 72px;
    }

    .staff-modern-page .staff-hero-shell {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .staff-modern-page .staff-hero-title {
        font-size: 34px;
    }

    .staff-modern-page .staff-hero-text,
    .staff-card p,
    .staff-link-card p,
    .staff-person-card p,
    .staff-quote-card p,
    .staff-nav-card p,
    .staff-phase-card p {
        font-size: 15px;
    }

    .staff-card h2,
    .staff-section-header h2 {
        font-size: 28px;
    }

    .staff-link-card h3,
    .staff-person-card h3,
    .staff-nav-card h3,
    .staff-phase-card h3 {
        font-size: 22px;
    }

    .staff-person-top {
        align-items: flex-start;
    }

    .staff-avatar {
        width: 62px;
        height: 62px;
        border-radius: 20px;
        font-size: 22px;
    }

    .staff-quote-card p {
        font-size: 18px;
    }
}
