.committee-static-content {
  display: grid;
  gap: clamp(48px, 8vw, 88px);
}

.committee-v3-heading {
  margin-bottom: 24px;
}

.committee-v3-heading > span,
.committee-chair-label {
  color: #b88a2d;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.committee-v3-heading h2 {
  margin: 5px 0 8px;
  color: #004c84;
  font-size: clamp(1.8rem, 6vw, 2.8rem);
}

.committee-v3-heading p {
  margin: 0;
  color: #617385;
}

.committee-officer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.committee-officer-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(0, 94, 163, 0.14);
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 76, 134, 0.09);
}

.committee-officer-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center top;
}

.committee-officer-card div {
  padding: 13px 12px 15px;
  border-top: 3px solid #d7ad55;
}

.committee-officer-card p {
  margin: 0 0 3px;
  color: #718396;
  font-size: 0.76rem;
  font-weight: 800;
}

.committee-officer-card h3 {
  margin: 0;
  color: #004c84;
  font-size: clamp(1rem, 4.5vw, 1.35rem);
  line-height: 1.35;
}

.committee-officer-card .committee-officer-role {
  display: inline-block;
  margin: 8px 0 0;
  padding: 4px 8px;
  border: 1px solid rgba(184, 138, 45, 0.35);
  background: #fffaf0;
  color: #8a651e;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.35;
}

.committee-chair {
  overflow: hidden;
  border: 1px solid rgba(0, 94, 163, 0.14);
  border-top: 5px solid #d7ad55;
  background: linear-gradient(135deg, #fff 0%, #f4f8fc 100%);
  box-shadow: 0 18px 40px rgba(0, 76, 134, 0.1);
}

.committee-chair-label {
  padding: 20px 22px 0;
}

.committee-chair-body {
  display: grid;
  gap: 16px;
  padding: 15px 22px 24px;
}

.committee-chair-body p {
  margin: 0;
}

.committee-chair-body > div > p {
  color: #005ea3;
  font-weight: 900;
}

.committee-chair-body h2 {
  margin: 5px 0 0;
  color: #243443;
  font-size: clamp(2rem, 8vw, 3.1rem);
}

.committee-chair-affiliation {
  padding: 12px 15px;
  border-left: 3px solid #d7ad55;
  background: #fff;
  color: #52677a;
  font-weight: 800;
}

.committee-roster-key {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -12px 0 18px;
  color: #617385;
  font-size: 0.76rem;
  font-weight: 800;
}

.committee-roster-key span {
  padding: 5px 10px;
  border: 1px solid rgba(0, 94, 163, 0.18);
  background: #fff;
}

.committee-roster-key .is-department-lead {
  border-color: rgba(179, 74, 60, 0.24);
  color: #9b3025;
}

.committee-group li.is-director {
  border-left-color: #d7ad55;
  font-weight: 900;
}

@media (min-width: 700px) {
  .committee-officer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .committee-officer-card div {
    padding: 16px 15px 18px;
  }

  .committee-chair-body {
    grid-template-columns: minmax(0, 1fr) minmax(230px, auto);
    align-items: end;
    padding: 18px 32px 30px;
  }

  .committee-chair-label {
    padding: 26px 32px 0;
  }
}

@media (max-width: 420px) {
  .committee-officer-card h3 {
    font-size: 0.98rem;
  }
}
