:root {
    --staff-navy: #071a3a;
    --staff-blue: #2457d6;
    --staff-blue-dark: #173f9e;
    --staff-sky: #edf4ff;
    --staff-ink: #101b32;
    --staff-muted: #5d687b;
    --staff-line: #dfe7f3;
    --staff-white: #ffffff;
    --staff-green: #188457;
}

.staff-directory-page main { background: #f7f9fc; color: var(--staff-ink); }
.staff-directory-page .header-area { position: relative; }
.staff-hero { position: relative; overflow: hidden; padding: 92px 0 78px; background: radial-gradient(circle at 85% 16%, rgba(102, 150, 255, .34), transparent 29%), linear-gradient(125deg, #06172f 0%, #0b2d65 58%, #1748af 100%); color: #fff; }
.staff-hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, #000); }
.staff-hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 72px; align-items: center; }
.staff-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #aecaFF; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.staff-hero h1 { max-width: 830px; margin: 17px 0 20px; color: #fff; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.03; letter-spacing: -.045em; }
.staff-hero__copy > p { max-width: 740px; margin: 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.75; }
.staff-hero__trust { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 30px; }
.staff-hero__trust span { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 13px; font-weight: 700; }
.staff-hero__trust i { color: #8fbcff; }
.staff-hero__summary { position: relative; display: flex; min-height: 270px; padding: 35px; border: 1px solid rgba(255,255,255,.24); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.2), rgba(255,255,255,.07)); box-shadow: 0 30px 70px rgba(1,9,26,.28); backdrop-filter: blur(18px); flex-direction: column; justify-content: center; }
.staff-hero__summary::after { content: ""; position: absolute; right: 28px; top: 28px; width: 12px; height: 12px; border-radius: 50%; background: #58d99d; box-shadow: 0 0 0 7px rgba(88,217,157,.15); }
.staff-hero__summary-label { color: #bdd2ff; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.staff-hero__summary strong { margin-top: 10px; color: #fff; font-size: 64px; line-height: 1; letter-spacing: -.04em; }
.staff-hero__summary > span:not(.staff-hero__summary-label) { margin-top: 5px; color: rgba(255,255,255,.72); }
.staff-hero__summary a { display: inline-flex; align-items: center; justify-content: space-between; margin-top: 26px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 14px; font-weight: 800; }
.staff-breadcrumb { background: #fff; border-bottom: 1px solid var(--staff-line); }
.staff-breadcrumb .container { display: flex; min-height: 58px; align-items: center; gap: 11px; color: #778197; font-size: 13px; }
.staff-breadcrumb a { color: #59647a; font-weight: 700; }
.staff-breadcrumb i { color: #9ba8bb; font-size: 9px; }
.staff-breadcrumb span { color: var(--staff-blue-dark); font-weight: 800; }
.staff-categories, .staff-listing, .staff-profile-details { padding: 88px 0; }
.staff-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.staff-section-heading > div > span, .staff-process__copy > span, .staff-cta__inner > div > span, .staff-profile-panel__kicker { display: block; margin-bottom: 9px; color: var(--staff-blue); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.staff-section-heading h2, .staff-process h2, .staff-cta h2, .staff-profile-panel h2, .staff-profile-privacy h2 { margin: 0; color: var(--staff-ink); font-size: clamp(30px, 3.2vw, 44px); line-height: 1.12; letter-spacing: -.035em; }
.staff-section-heading > p { max-width: 480px; margin: 0; color: var(--staff-muted); line-height: 1.7; }
.staff-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.staff-category-card { display: grid; min-height: 100px; padding: 19px; border: 1px solid var(--staff-line); border-radius: 18px; background: #fff; color: var(--staff-ink); grid-template-columns: 48px minmax(0, 1fr) auto; gap: 14px; align-items: center; box-shadow: 0 10px 30px rgba(19,44,91,.05); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.staff-category-card:hover, .staff-category-card.is-active { transform: translateY(-3px); border-color: #9db7f6; box-shadow: 0 18px 38px rgba(28,72,170,.12); color: var(--staff-ink); }
.staff-category-card.is-active { background: linear-gradient(145deg, #fff, #f0f5ff); }
.staff-category-card__icon { display: grid; width: 48px; height: 48px; border-radius: 15px; background: var(--staff-sky); color: var(--staff-blue); place-items: center; font-size: 19px; }
.staff-category-card strong, .staff-category-card small { display: block; }
.staff-category-card strong { margin-bottom: 4px; font-size: 14px; }
.staff-category-card small { color: #788397; font-size: 12px; }
.staff-category-card > i { color: #8d9bb0; font-size: 12px; }
.staff-listing { padding-top: 80px; background: #eef3f9; }
.staff-section-heading--listing { align-items: center; }
.staff-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.staff-card { overflow: hidden; border: 1px solid rgba(207,219,236,.92); border-radius: 25px; background: #fff; box-shadow: 0 15px 45px rgba(18,42,82,.08); transition: transform .25s ease, box-shadow .25s ease; }
.staff-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(18,42,82,.14); }
.staff-card__photo { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: #dbe7f8; }
.staff-card__photo img { width: 100%; height: 100%; object-fit: cover; filter: blur(2px) saturate(.78); transform: scale(1.07); user-select: none; pointer-events: none; }
.staff-card__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,20,51,.68), transparent 48%); }
.staff-card__approved, .staff-card__privacy { position: absolute; z-index: 1; display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 800; }
.staff-card__approved { top: 16px; left: 16px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(6,31,70,.74); backdrop-filter: blur(10px); font-size: 11px; }
.staff-card__approved i { color: #75e1b0; }
.staff-card__privacy { left: 17px; bottom: 16px; font-size: 11px; }
.staff-card__body { padding: 25px; }
.staff-card__heading { display: flex; justify-content: space-between; align-items: start; gap: 14px; padding-bottom: 19px; border-bottom: 1px solid #e8edf4; }
.staff-card__heading > div > span { color: var(--staff-blue); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.staff-card__heading h3 { margin: 4px 0 0; font-size: 25px; line-height: 1.2; }
.staff-card__heading h3 a { color: var(--staff-ink); }
.staff-card__available { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; color: var(--staff-green); font-size: 11px; font-weight: 800; }
.staff-card__available i { font-size: 7px; }
.staff-card__facts { display: grid; margin: 19px 0 0; grid-template-columns: 1fr 1fr; gap: 16px; }
.staff-card__facts div { min-width: 0; }
.staff-card__facts dt { display: flex; align-items: center; gap: 7px; margin-bottom: 4px; color: #7b8596; font-size: 11px; font-weight: 700; }
.staff-card__facts dt i { color: var(--staff-blue); }
.staff-card__facts dd { overflow: hidden; margin: 0; color: #253049; font-size: 13px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.staff-card__skills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 19px; }
.staff-card__skills span { padding: 6px 9px; border: 1px solid #dbe5f5; border-radius: 999px; background: #f6f9fe; color: #506079; font-size: 10px; font-weight: 700; }
.staff-card__link { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; padding-top: 19px; border-top: 1px solid #e8edf4; color: var(--staff-blue-dark); font-size: 13px; font-weight: 900; }
.staff-card__link:hover { color: var(--staff-blue); }
.staff-empty { padding: 70px 24px; border: 1px solid var(--staff-line); border-radius: 24px; background: #fff; text-align: center; }
.staff-empty > i { color: #86a3dc; font-size: 42px; }
.staff-empty h3 { margin: 18px 0 8px; font-size: 28px; }
.staff-empty p { max-width: 600px; margin: 0 auto 20px; color: var(--staff-muted); }
.staff-empty a { display: inline-flex; padding: 13px 20px; border-radius: 12px; background: var(--staff-blue); color: #fff; font-weight: 800; }
.staff-pagination { display: flex; margin-top: 42px; align-items: center; justify-content: center; gap: 20px; }
.staff-pagination > div { display: flex; align-items: center; gap: 7px; }
.staff-pagination a { display: inline-flex; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid #ccd8e9; border-radius: 11px; background: #fff; color: #1c2b47; align-items: center; justify-content: center; font-size: 13px; font-weight: 850; }
.staff-pagination a:hover, .staff-pagination a[aria-current="page"] { border-color: var(--staff-blue); background: var(--staff-blue); color: #fff; }
.staff-pagination__direction { gap: 8px; }
.staff-process { padding: 94px 0; background: #fff; }
.staff-process__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr); gap: 80px; align-items: center; }
.staff-process__copy p { margin: 20px 0; color: var(--staff-muted); line-height: 1.8; }
.staff-process__copy a { display: inline-flex; align-items: center; gap: 10px; color: var(--staff-blue); font-weight: 850; }
.staff-process__steps { display: grid; margin: 0; padding: 0; gap: 13px; list-style: none; }
.staff-process__steps li { display: grid; padding: 21px; border: 1px solid var(--staff-line); border-radius: 18px; background: #fbfcfe; grid-template-columns: 45px 1fr; gap: 15px; }
.staff-process__steps li > span { display: grid; width: 45px; height: 45px; border-radius: 14px; background: var(--staff-navy); color: #fff; font-size: 12px; font-weight: 900; place-items: center; }
.staff-process__steps strong { display: block; margin: 2px 0 5px; color: var(--staff-ink); }
.staff-process__steps p { margin: 0; color: var(--staff-muted); font-size: 13px; line-height: 1.6; }
.staff-cta { padding: 0 0 90px; background: #fff; }
.staff-cta__inner { display: flex; min-height: 250px; padding: 48px 54px; border-radius: 30px; background: radial-gradient(circle at 90% 10%, rgba(84,137,255,.38), transparent 30%), linear-gradient(120deg, #071a3a, #123d8f); align-items: center; justify-content: space-between; gap: 50px; color: #fff; box-shadow: 0 28px 65px rgba(7,32,80,.18); }
.staff-cta__inner > div:first-child { max-width: 700px; }
.staff-cta__inner > div > span { color: #9cbcff; }
.staff-cta h2 { color: #fff; }
.staff-cta p { margin: 14px 0 0; color: rgba(255,255,255,.72); line-height: 1.7; }
.staff-cta__inner > div:last-child { display: flex; min-width: 210px; flex-direction: column; gap: 10px; }
.staff-cta__primary, .staff-cta__secondary { display: inline-flex; min-height: 49px; padding: 12px 19px; border-radius: 12px; align-items: center; justify-content: center; gap: 9px; font-size: 13px; font-weight: 850; }
.staff-cta__primary { background: #fff; color: var(--staff-blue-dark); }
.staff-cta__secondary { border: 1px solid rgba(255,255,255,.28); color: #fff; }

/* Individual staff profile */
.staff-profile-hero { padding: 55px 0 85px; background: radial-gradient(circle at 88% 18%, rgba(72,128,255,.32), transparent 27%), linear-gradient(130deg, #06172f, #0d3475); color: #fff; }
.staff-profile-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 38px; color: rgba(255,255,255,.67); font-size: 12px; }
.staff-profile-breadcrumb a { color: rgba(255,255,255,.82); font-weight: 700; }
.staff-profile-breadcrumb i { font-size: 8px; }
.staff-profile-breadcrumb span { color: #fff; font-weight: 800; }
.staff-profile-hero__grid { display: grid; grid-template-columns: 390px minmax(0, 1fr); gap: 68px; align-items: center; }
.staff-profile-photo { position: relative; overflow: hidden; aspect-ratio: 4/5; border: 1px solid rgba(255,255,255,.28); border-radius: 28px; background: #d9e4f4; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.staff-profile-photo img { width: 100%; height: 100%; object-fit: cover; filter: blur(3px) saturate(.76); transform: scale(1.06); user-select: none; pointer-events: none; }
.staff-profile-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,18,47,.74), transparent 45%); }
.staff-profile-photo > span { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 21px; display: flex; align-items: center; gap: 9px; color: #fff; font-size: 12px; font-weight: 800; }
.staff-profile-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; }
.staff-profile-badges span { display: inline-flex; padding: 8px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.09); color: #fff; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; }
.staff-profile-badges span:first-child i { color: #7ee7b8; }
.staff-profile-badges span:last-child i { color: #65dc9f; font-size: 7px; }
.staff-profile-hero__copy h1 { margin: 12px 0 18px; color: #fff; font-size: clamp(48px, 6vw, 74px); letter-spacing: -.05em; line-height: 1; }
.staff-profile-intro { max-width: 780px; margin: 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.75; }
.staff-profile-quick-facts { display: grid; margin-top: 29px; grid-template-columns: 1fr 1fr; gap: 12px; }
.staff-profile-quick-facts > div { display: flex; min-width: 0; padding: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.08); gap: 12px; align-items: center; }
.staff-profile-quick-facts > div > i { color: #91b4ff; }
.staff-profile-quick-facts small, .staff-profile-quick-facts strong { display: block; }
.staff-profile-quick-facts small { color: rgba(255,255,255,.56); font-size: 10px; font-weight: 700; }
.staff-profile-quick-facts strong { overflow: hidden; color: #fff; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.staff-profile-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.staff-profile-actions a { display: inline-flex; min-height: 52px; padding: 13px 20px; border-radius: 13px; align-items: center; gap: 9px; font-size: 13px; font-weight: 850; }
.staff-profile-actions__primary { background: #25d366; color: #062817; }
.staff-profile-actions__secondary { border: 1px solid rgba(255,255,255,.3); color: #fff; }
.staff-profile-reference { margin: 19px 0 0; color: rgba(255,255,255,.56); font-size: 11px; letter-spacing: .04em; }
.staff-profile-reference strong { color: #b9ceff; }
.staff-profile-details { background: #f4f7fb; }
.staff-profile-details__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: start; }
.staff-profile-panel { padding: 38px; border: 1px solid var(--staff-line); border-radius: 25px; background: #fff; box-shadow: 0 18px 45px rgba(18,42,82,.06); }
.staff-profile-panel h2 { font-size: 34px; }
.staff-profile-data { display: grid; margin: 30px 0 0; grid-template-columns: 1fr 1fr; }
.staff-profile-data > div { padding: 17px 0; border-top: 1px solid #e7edf5; }
.staff-profile-data > div:nth-child(odd) { padding-right: 24px; }
.staff-profile-data > div:nth-child(even) { padding-left: 24px; border-left: 1px solid #e7edf5; }
.staff-profile-data dt { margin-bottom: 5px; color: #7b8698; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.staff-profile-data dd { margin: 0; color: #1e2b44; font-size: 14px; font-weight: 850; }
.staff-profile-panel--skills ul { display: grid; margin: 27px 0 0; padding: 0; list-style: none; gap: 10px; }
.staff-profile-panel--skills li { display: flex; padding: 13px 15px; border-radius: 12px; background: #f4f7fc; color: #33425c; gap: 11px; align-items: center; font-size: 13px; font-weight: 700; }
.staff-profile-panel--skills li i { display: grid; width: 25px; height: 25px; border-radius: 50%; background: #dce8ff; color: var(--staff-blue); place-items: center; font-size: 10px; }
.staff-profile-panel--skills p { margin: 23px 0 0; color: var(--staff-muted); }
.staff-profile-privacy { padding: 0 0 88px; background: #f4f7fb; }
.staff-profile-privacy__inner { display: grid; padding: 38px 42px; border: 1px solid #cbdaf3; border-radius: 24px; background: #eaf2ff; grid-template-columns: 62px 1fr; gap: 24px; }
.staff-profile-privacy__inner > i { display: grid; width: 62px; height: 62px; border-radius: 18px; background: var(--staff-blue); color: #fff; place-items: center; font-size: 24px; }
.staff-profile-privacy__inner > div > span { color: var(--staff-blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.staff-profile-privacy h2 { margin-top: 6px; font-size: 30px; }
.staff-profile-privacy p { max-width: 900px; margin: 14px 0; color: #53627b; line-height: 1.75; }
.staff-profile-privacy a { color: var(--staff-blue-dark); font-weight: 850; }

@media (max-width: 1199px) {
    .staff-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .staff-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .staff-profile-hero__grid { grid-template-columns: 330px 1fr; gap: 45px; }
}

@media (max-width: 991px) {
    .staff-hero { padding: 75px 0 62px; }
    .staff-hero__inner { grid-template-columns: 1fr; gap: 35px; }
    .staff-hero__summary { min-height: 0; }
    .staff-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .staff-process__inner { grid-template-columns: 1fr; gap: 45px; }
    .staff-cta__inner { align-items: flex-start; flex-direction: column; }
    .staff-cta__inner > div:last-child { width: 100%; flex-direction: row; }
    .staff-cta__inner > div:last-child a { flex: 1; }
    .staff-profile-hero__grid { grid-template-columns: 290px 1fr; gap: 34px; }
    .staff-profile-quick-facts { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .staff-hero { padding: 54px 0 48px; }
    .staff-hero h1 { font-size: 42px; }
    .staff-hero__copy > p { font-size: 15px; }
    .staff-hero__summary { padding: 25px; border-radius: 21px; }
    .staff-hero__summary strong { font-size: 48px; }
    .staff-breadcrumb .container { overflow-x: auto; white-space: nowrap; }
    .staff-categories, .staff-listing, .staff-profile-details { padding: 62px 0; }
    .staff-section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
    .staff-section-heading h2, .staff-process h2, .staff-cta h2 { font-size: 32px; }
    .staff-category-grid, .staff-grid { grid-template-columns: 1fr; }
    .staff-category-card { min-height: 87px; }
    .staff-card__photo { aspect-ratio: 4/3.15; }
    .staff-card__facts { grid-template-columns: 1fr; }
    .staff-card__facts dd { white-space: normal; }
    .staff-pagination { flex-wrap: wrap; gap: 12px; }
    .staff-pagination > div { order: 3; width: 100%; justify-content: center; }
    .staff-process { padding: 62px 0; }
    .staff-process__inner { gap: 32px; }
    .staff-cta { padding-bottom: 62px; }
    .staff-cta__inner { min-height: 0; padding: 34px 25px; border-radius: 23px; gap: 28px; }
    .staff-cta__inner > div:last-child { flex-direction: column; }
    .staff-profile-hero { padding: 35px 0 62px; }
    .staff-profile-breadcrumb { margin-bottom: 26px; }
    .staff-profile-hero__grid { grid-template-columns: 1fr; gap: 35px; }
    .staff-profile-photo { max-width: 360px; width: 100%; margin: 0 auto; }
    .staff-profile-hero__copy h1 { font-size: 48px; }
    .staff-profile-intro { font-size: 15px; }
    .staff-profile-actions { flex-direction: column; }
    .staff-profile-actions a { justify-content: center; }
    .staff-profile-details__grid { grid-template-columns: 1fr; }
    .staff-profile-panel { padding: 27px 22px; border-radius: 20px; }
    .staff-profile-panel h2 { font-size: 29px; }
    .staff-profile-data { grid-template-columns: 1fr; }
    .staff-profile-data > div:nth-child(odd), .staff-profile-data > div:nth-child(even) { padding: 15px 0; border-left: 0; }
    .staff-profile-privacy { padding-bottom: 62px; }
    .staff-profile-privacy__inner { padding: 27px 22px; grid-template-columns: 1fr; }
    .staff-profile-privacy h2 { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
    .staff-card, .staff-category-card { transition: none; }
}
