


.who-index-page,
.who-detail-page,
.who-index-page *,
.who-detail-page * {
  box-sizing: border-box;
}

.who-index-page,
.who-detail-page {
  font-family: Montserrat, Arial, sans-serif;
  color: #294652;
  background: #fff;
}

.who-index-container,
.who-detail-container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

/* Main Who We Are page */
.who-index-hero {
  padding: 60px 0 36px;
  background: #f1faff;
}

.who-index-hero h1 {
  margin: 0;
  color: #203b48;
  font-size: clamp(44px, 4.8vw, 62px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.04em;
}

.who-index-listing {
  padding: 54px 0 88px;
  background: #fff;
}

.who-index-stack {
  display: grid;
  gap: 16px;
}

.who-index-card {
  padding: 21px 24px 22px;
  border: 1px solid var(--euroasia-border);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(27,71,91,.045);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.who-index-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.who-index-title-link {
  color: var(--euroasia-accent);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 550;
  line-height: 1.18;
  letter-spacing: -.02em;
  text-decoration: none;
}

.who-index-title-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.who-index-read-more {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(17,147,212,.20);
  border-radius: 999px;
  background: rgba(17,147,212,.06);
  color: var(--euroasia-accent);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.who-index-read-more span {
  font-size: 14px;
  line-height: 1;
}

.who-index-read-more:hover {
  background: var(--euroasia-accent);
  border-color: var(--euroasia-accent);
  color: #fff;
}

.who-index-excerpt {
  max-width: 820px;
  margin: 11px 0 0;
  color: var(--euroasia-text);
  font-size: 12px;
  line-height: 1.65;
}

@media (hover:hover) {
  .who-index-card:hover {
    transform: translateY(-1px);
    border-color: rgba(17,147,212,.18);
    box-shadow: 0 13px 30px rgba(27,71,91,.07);
  }
}

/* Dedicated pages */
.who-detail-hero {
  padding: 29px 0 34px;
  background: var(--euroasia-accent);
}

.who-detail-back {
  display: inline-flex;
  margin-bottom: 19px;
  color: rgba(255,255,255,.82);
  font-size: 10px;
  font-weight: 650;
  text-decoration: none;
}

.who-detail-back:hover {
  color: #fff;
}

.who-detail-hero h1 {
  max-width: 970px;
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2.8vw, 36px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.who-detail-content {
  padding: 48px 0 48px;
  background: #fff;
}

.who-detail-card {
  padding: 20px 20px 20px;
  border: 1px solid var(--euroasia-border);
  border-radius: 16px;
  background: #fff;
}

.who-detail-card p {
  margin: 0 0 19px;
  color: #687d87;
  font-size: 13px;
  line-height: 1.86;
}

.who-detail-card h3 {
  margin: 29px 0 13px;
  color: var(--euroasia-accent);
  font-size: 14px;
  font-weight: 650;
}

.who-detail-card h3:first-child {
  margin-top: 0;
}

.who-detail-card h4 {
  margin: 20px 0 7px;
  color: #294652;
  font-size: 13px;
  font-weight: 650;
}

.who-detail-image {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 27px 0 30px;
}

.who-detail-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 680px) {
  .who-index-container,
  .who-detail-container {
    width: calc(100% - 28px);
  }

  .who-index-hero {
    padding: 43px 0 29px;
  }

  .who-index-hero h1 {
    font-size: 40px;
  }

  .who-index-card {
    padding: 18px 18px 19px;
  }

  .who-index-top {
    align-items: flex-start;
    gap: 12px;
  }

  .who-index-title-link {
    font-size: 18px;
  }

  .who-index-read-more {
    min-height: 32px;
    padding: 0 11px;
    font-size: 8px;
  }

  .who-detail-card {
    padding: 24px 20px 29px;
  }
}


.who-detail-card p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.78;
}

.who-detail-hero h1 {
  font-size: 24px !important;
  line-height: 1.16;
}


.who-detail-card p {
  color: var(--euroasia-article-text) !important;
}

.who-detail-hero h1 {
  font-size: 28px !important;
}


/* Match overview page title to article title styling */
.who-index-hero {
  padding: 29px 0 34px !important;
  background: var(--euroasia-accent) !important;
}

.who-index-hero h1 {
  margin: 0 !important;
  color: var(--euroasia-white) !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 1.16 !important;
  letter-spacing: -.03em !important;
}

@media (max-width: 680px) {
  .who-index-hero h1 {
    font-size: 28px !important;
  }
}


.who-detail-card {
  text-align: left;
}

.who-detail-card p,
.who-detail-card h3,
.who-detail-card h4,
.who-detail-card ul,
.who-detail-card ol {
  max-width: 900px;
}

.who-detail-card ul,
.who-detail-card ol,
.who-detail-card li {
  color: var(--euroasia-article-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.78;
}

.who-detail-image {
  justify-content: flex-start !important;
  max-width: 900px;
}

.who-detail-image img {
  margin-left: 0 !important;
  margin-right: 0 !important;
  object-position: left center;
}


/* Mobile overview card supporting copy */
@media (max-width: 680px) {
  .who-index-excerpt {
    font-size: 15px !important;
    line-height: 1.68 !important;
  }
}
