/**
 * WEB-P11 — Leadership / Experts family.
 * Human but technical. Portrait-led only with an approved headshot.
 * Do not clone Industries diagonals, Client Solutions cream, Capability memo, or Insights journal.
 */

.vc-experts-hub-v1,
.vc-expert-v1,
.vc-expert-card,
.vc-insight-author {
  --vc-ex-navy: #0b1f3a;
  --vc-ex-gold: #c4a35a;
  --vc-ex-ink: #1a2330;
  --vc-ex-muted: #4a5563;
  --vc-ex-rule: #e4ddd2;
  --vc-ex-canvas: #f7f4ee;
  --vc-ex-paper: #ffffff;
  --vc-ex-measure: 820px;
}

.vc-experts-hub-v1 .vc-h1,
.vc-expert-v1 .vc-h1 {
  color: var(--vc-ex-navy);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 700;
  max-width: 16ch;
}

.vc-experts-hub-v1 .vc-h2,
.vc-expert-v1 .vc-h2 {
  color: var(--vc-ex-navy);
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.vc-experts-hub-v1 .vc-kicker,
.vc-expert-v1 .vc-kicker,
.vc-insight-author .vc-kicker {
  color: var(--vc-ex-gold);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 12px;
}

.vc-experts-hub-v1 .vc-hero-lead,
.vc-experts-hub-v1 .vc-lead,
.vc-expert-v1 p,
.vc-expert-standfirst,
.vc-expert-role {
  color: var(--vc-ex-muted);
  font-size: 18px;
  line-height: 1.55;
  max-width: 46rem;
}

.vc-experts-hub-v1 .elementor-top-section,
.vc-expert-v1 section,
.vc-expert-v1 header {
  background: var(--vc-ex-paper);
}

.vc-experts-hub-v1 .vc-section--warm,
.vc-experts-hub-v1 .vc-ex-hero {
  background: var(--vc-ex-canvas);
}

.vc-expert-shell {
  max-width: var(--vc-ex-measure);
  margin: 0 auto;
  padding: 56px 20px;
}

.vc-expert-header {
  background: var(--vc-ex-canvas);
  border-bottom: 1px solid var(--vc-ex-rule);
}

.vc-expert-header .vc-expert-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  padding-top: 64px;
  padding-bottom: 48px;
}

.vc-expert-header__portrait img {
  width: 220px;
  height: 260px;
  object-fit: cover;
  display: block;
  background: #ebe4d8;
}

.vc-expert-role {
  color: var(--vc-ex-navy);
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 16px;
}

.vc-expert-standfirst {
  color: var(--vc-ex-ink);
  font-size: 20px;
  line-height: 1.45;
  max-width: 38rem;
}

.vc-expert-v1 .vc-c02,
.vc-expert-v1 .vc-c04,
.vc-expert-v1 .vc-c06,
.vc-expert-v1 .vc-c08 {
  background: var(--vc-ex-canvas);
}

.vc-expert-v1 .vc-c10 {
  background: var(--vc-ex-navy);
}

.vc-expert-v1 .vc-c10 .vc-h2,
.vc-expert-v1 .vc-c10 p {
  color: #ffffff;
}

.vc-expert-v1 .vc-c10 .vc-text-link {
  color: var(--vc-ex-gold);
}

.vc-expert-sub {
  color: var(--vc-ex-navy);
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 24px 0 10px;
}

.vc-expert-index,
.vc-expert-creds,
.vc-expert-card__areas,
.vc-expert-links {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.vc-expert-index li {
  border-top: 1px solid var(--vc-ex-rule);
  padding: 12px 0;
  font-size: 17px;
}

.vc-expert-index a {
  color: var(--vc-ex-navy);
  text-decoration: none;
}

.vc-expert-index a:hover,
.vc-expert-index a:focus-visible {
  color: var(--vc-ex-navy);
  text-decoration: underline;
}

.vc-expert-creds li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 10px 0;
  border-top: 1px solid var(--vc-ex-rule);
}

.vc-expert-creds__name {
  color: var(--vc-ex-navy);
  font-weight: 600;
}

.vc-expert-creds__issuer {
  color: var(--vc-ex-muted);
}

.vc-expert-list {
  display: grid;
  gap: 28px;
}

.vc-expert-list--hub {
  grid-template-columns: minmax(0, 1fr);
}

.vc-expert-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  padding: 28px 0;
  border-top: 1px solid var(--vc-ex-rule);
  background: transparent;
}

.vc-expert-card__portrait img {
  width: 96px;
  height: 120px;
  object-fit: cover;
  display: block;
}

.vc-expert-card__mark {
  width: 72px;
  height: 88px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-bottom: 3px solid var(--vc-ex-gold);
  color: var(--vc-ex-navy);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.vc-expert-card__name {
  margin: 0 0 6px;
  font-size: 26px;
  line-height: 1.15;
}

.vc-expert-card__name a {
  color: var(--vc-ex-navy);
  text-decoration: none;
}

.vc-expert-card__name a:hover,
.vc-expert-card__name a:focus-visible {
  text-decoration: underline;
}

.vc-expert-card__role {
  margin: 0 0 12px;
  color: var(--vc-ex-muted);
  font-size: 16px;
}

.vc-expert-card__areas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 14px;
}

.vc-expert-card__areas li {
  color: var(--vc-ex-navy);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vc-insight-author {
  max-width: 760px;
  margin: 28px auto 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--vc-ex-rule);
}

.vc-insight-author__name {
  margin: 0;
  color: var(--vc-ex-navy);
  font-size: 20px;
  font-weight: 600;
}

.vc-insight-author__role {
  margin: 4px 0 10px;
  color: var(--vc-ex-muted);
}

.vc-about-v2.vc-about-experts {
  background: #f7f4ee;
}

.vc-about-v2.vc-about-experts .vc-expert-card {
  border-top: 1px solid var(--vc-ex-rule);
  max-width: 820px;
}

.vc-experts-hub-v1 .vc-expert-list--hub {
  max-width: 820px;
}

.vc-experts-hub-v1 .vc-expert-card:first-child {
  border-top: 0;
  padding-top: 8px;
}

.vc-experts-hub-v1 a:focus-visible,
.vc-expert-v1 a:focus-visible,
.vc-expert-card a:focus-visible,
.vc-insight-author a:focus-visible {
  outline: 2px solid var(--vc-ex-navy);
  outline-offset: 3px;
}

@media (min-width: 782px) {
  .vc-expert-header .vc-expert-shell:has(.vc-expert-header__portrait) {
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: end;
  }

  .vc-expert-list--hub {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 781px) {
  .vc-expert-shell {
    padding: 32px 16px;
  }

  .vc-expert-header .vc-expert-shell {
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .vc-expert-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vc-experts-hub-v1 .vc-h1,
  .vc-expert-v1 .vc-h1 {
    font-size: 32px;
  }
}
