.wes-board,
.wes-former-presidents,
.wes-honorary-roles,
.wes-person-profile {
  --wes-person-border: rgba(15, 23, 42, 0.08);
  --wes-person-surface: #ffffff;
  --wes-person-muted: #667085;
  --wes-person-title: #111827;
  --wes-person-green: var(--wes-accent, #236b4d);
  --wes-person-orange: #c96a2b;
  color: var(--wes-person-title);
}

.wes-board a,
.wes-former-presidents a,
.wes-honorary-roles a,
.wes-person-profile a {
  transition: color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.wes-board__intro,
.wes-former-presidents__intro,
.wes-honorary-roles__intro {
  max-width: 760px;
  margin: 0 auto 44px;
}

.wes-board__kicker,
.wes-board__section-kicker,
.wes-board__history-kicker,
.wes-person-profile__eyebrow,
.wes-former-presidents__eyebrow {
  margin: 0 0 12px;
  color: var(--wes-person-muted);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wes-board__title,
.wes-former-presidents__intro h2,
.wes-honorary-roles__intro h2,
.wes-person-profile__title {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -.04em;
  color: var(--wes-person-title);
}

.wes-board__title,
.wes-former-presidents__intro h2,
.wes-honorary-roles__intro h2 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
}

.wes-board__lead,
.wes-former-presidents__intro p,
.wes-honorary-roles__intro p,
.wes-person-profile__lead,
.wes-person-card__intro,
.wes-person-profile__richtext,
.wes-person-profile__subtitle,
.wes-person-profile__term,
.wes-former-presidents__item p,
.wes-board__history-copy p,
.wes-person-card__term {
  color: var(--wes-person-muted);
}

.wes-board__lead,
.wes-former-presidents__intro p {
  font-size: clamp(1.06rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.wes-board__section {
  margin: 0 0 42px;
}

.wes-board__section-head {
  margin: 0 0 20px;
}

.wes-board__section-head h3,
.wes-board__history-copy h3,
.wes-person-profile__section h2,
.wes-former-presidents__item h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--wes-person-title);
}

.wes-board__section-head--executive h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
}

.wes-board__executive-layout,
.wes-board__executive-grid,
.wes-board__grid,
.wes-former-presidents__list,
.wes-honorary-roles__grid,
.wes-person-profile,
.wes-person-profile__sections {
  display: grid;
  gap: 18px;
}

.wes-board__executive-layout {
  grid-template-columns: 1fr;
  align-items: start;
}

.wes-board__executive-layout--no-featured .wes-board__executive-grid {
  grid-column: 1 / -1;
}

.wes-board__executive-grid,
.wes-board__grid--members {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wes-person-card,
.wes-former-presidents__item,
.wes-board__history-teaser,
.wes-person-profile__section,
.wes-person-profile__hero {
  border: 1px solid var(--wes-person-border);
  border-radius: 28px;
  background: var(--wes-person-surface);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.wes-person-card__media,
.wes-former-presidents__media,
.wes-person-profile__media {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f1f5f9;
}

.wes-person-card__image,
.wes-former-presidents__image,
.wes-person-profile__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.wes-person-card__image--fallback,
.wes-former-presidents__image--fallback,
.wes-person-profile__image--fallback {
  min-height: 100%;
  background: linear-gradient(135deg, rgba(35, 107, 77, 0.12), rgba(201, 106, 43, 0.06));
}

.wes-person-card__body,
.wes-former-presidents__body,
.wes-person-profile__content,
.wes-person-profile__section {
  padding: 22px;
}

.wes-person-card__title,
.wes-former-presidents__item h3 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  line-height: 1.15;
}

.wes-person-card__title a,
.wes-former-presidents__item h3 a,
.wes-person-card__link {
  color: inherit;
  text-decoration: none;
}

.wes-person-card__eyebrow,
.wes-former-presidents__eyebrow {
  margin: 0 0 10px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--wes-person-muted);
}

.wes-person-card__term,
.wes-former-presidents__term,
.wes-person-profile__term {
  margin: 8px 0 0;
  font-size: .94rem;
}

.wes-person-card__intro {
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.68;
}

.wes-person-card__actions,
.wes-person-links,
.wes-person-profile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wes-person-card__actions,
.wes-person-profile__actions {
  margin-top: 18px;
}

.wes-person-card--featured {
  padding: clamp(18px, 2vw, 24px);
}

.wes-person-card--featured .wes-person-card__media {
  width: min(100%, 320px);
  margin: 0 auto;
  border-radius: 26px;
}

.wes-person-card--featured .wes-person-card__body {
  padding: 20px 6px 4px;
  text-align: left;
}

.wes-person-card--featured .wes-person-card__title {
  font-size: clamp(1.75rem, 2.5vw, 2.3rem);
}

.wes-person-card--compact {
  min-height: 100%;
}

.wes-person-card--compact .wes-person-card__link {
  display: block;
  height: 100%;
}

.wes-person-card--compact .wes-person-card__media {
  border-bottom: 1px solid var(--wes-person-border);
}

.wes-person-card--compact .wes-person-card__body {
  padding: 14px 16px 16px;
}

.wes-person-card--compact .wes-person-card__title {
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.wes-person-card--compact .wes-person-card__term {
  margin-top: 6px;
  font-size: .88rem;
}

.wes-person-card--compact:hover,
.wes-person-card--compact:focus-within {
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.wes-board__history-teaser {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 24px;
  margin-top: 10px;
}

.wes-board__history-copy {
  max-width: 700px;
}

.wes-board__history-copy p {
  margin: 10px 0 0;
  line-height: 1.7;
}

.wes-former-presidents__item {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
}

.wes-person-profile-wrap {
  padding-top: clamp(28px, 5vw, 48px);
  padding-bottom: clamp(40px, 6vw, 72px);
}

.wes-person-profile__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
}

.wes-person-profile__subtitle {
  margin: 14px 0 0;
  font-size: 1.04rem;
}

.wes-person-profile__lead {
  margin: 18px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.65;
}

.wes-person-profile__quote {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-left: 3px solid rgba(35, 107, 77, 0.3);
  border-radius: 0 18px 18px 0;
  background: rgba(35, 107, 77, 0.04);
  color: var(--wes-person-title);
  font-size: 1.02rem;
}

.wes-person-profile__section h2 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.wes-person-profile__richtext > :first-child {
  margin-top: 0;
}

.wes-person-profile__richtext > :last-child {
  margin-bottom: 0;
}

.wes-person-contact {
  margin-top: 16px;
  display: grid;
  gap: 8px;
}

.wes-person-contact__label {
  margin: 0;
  font-size: .9rem;
  color: var(--wes-person-muted);
}

.wes-person-contact__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.wes-person-contact__items a,
.wes-person-contact__items span {
  color: var(--wes-person-title);
  text-decoration: none;
  font-size: .98rem;
}

.wes-person-artist-link {
  margin-top: 14px;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(35, 107, 77, 0.08);
}

.wes-person-artist-link__kicker {
  color: var(--wes-person-green);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wes-person-artist-link__text {
  color: var(--wes-person-title);
  text-decoration: none;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .wes-board__executive-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: 22px;
  }

  .wes-board__featured {
    min-height: 100%;
  }

  .wes-person-card--featured {
    display: grid;
    grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 22px;
  }

  .wes-person-card--featured .wes-person-card__media {
    width: 100%;
    margin: 0;
  }

  .wes-person-card--featured .wes-person-card__body {
    padding: 0;
  }

  .wes-board__grid--members {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .wes-former-presidents__list,
  .wes-former-presidents__item,
  .wes-person-profile__hero-grid {
    grid-template-columns: 1fr;
  }

  .wes-board__history-teaser {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .wes-board__intro,
  .wes-former-presidents__intro,
.wes-honorary-roles__intro {
    margin-bottom: 34px;
  }

  .wes-board__section {
    margin-bottom: 34px;
  }

  .wes-board__executive-grid,
  .wes-board__grid--members {
    gap: 14px;
  }

  .wes-person-card--featured {
    padding: 16px;
  }

  .wes-person-card--featured .wes-person-card__media {
    width: min(100%, 240px);
  }

  .wes-person-card--featured .wes-person-card__body {
    text-align: left;
    padding: 18px 4px 4px;
  }

  .wes-person-card__actions {
    gap: 8px;
  }

  .wes-board__history-teaser,
  .wes-person-card__body,
  .wes-former-presidents__body,
  .wes-person-profile__content,
  .wes-person-profile__section {
    padding: 18px;
  }

  .wes-board__history-copy p {
    margin-top: 8px;
  }
}

@media (max-width: 640px) {
  .wes-board__title,
  .wes-former-presidents__intro h2,
  .wes-person-profile__title {
    font-size: clamp(2rem, 10vw, 2.9rem);
  }

  .wes-board__history-teaser {
    padding: 18px;
    gap: 16px;
  }
}


/* 3.16.4 – board overview refinements */
.wes-board__intro {
  margin-bottom: 30px;
}

.wes-board__lead {
  max-width: 42rem;
}

.wes-board__section-head--executive {
  margin-bottom: 16px;
}

.wes-board__section-head--executive h3 {
  max-width: 16ch;
}

.wes-board__executive-layout {
  gap: 14px;
}

.wes-board__featured .wes-person-card {
  border-radius: 24px;
}

.wes-person-card--featured {
  padding: 14px;
}

.wes-person-card--featured .wes-person-card__media {
  width: min(100%, 208px);
  border-radius: 22px;
}

.wes-person-card--featured .wes-person-card__body {
  padding: 16px 2px 2px;
}

.wes-person-card--featured .wes-person-card__eyebrow {
  margin-bottom: 8px;
}

.wes-person-card--featured .wes-person-card__title {
  font-size: clamp(1.5rem, 5vw, 2rem);
  line-height: 1.08;
}

.wes-person-card--featured .wes-person-card__term {
  margin-top: 4px;
}

.wes-person-card--featured .wes-person-card__intro {
  margin-top: 10px;
  font-size: .98rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wes-person-card--featured .wes-person-card__actions {
  margin-top: 14px;
  gap: 8px;
}

.wes-person-card--featured .wes-btn,
.wes-board__history-teaser .wes-btn {
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wes-person-card--compact {
  border-radius: 22px;
}

.wes-person-card--compact .wes-person-card__media {
  aspect-ratio: 4 / 4.7;
}

.wes-person-card--compact .wes-person-card__image {
  aspect-ratio: 4 / 4.7;
}

.wes-person-card--compact .wes-person-card__body {
  padding: 12px 13px 14px;
}

.wes-person-card--compact .wes-person-card__eyebrow {
  margin-bottom: 6px;
  font-size: .73rem;
  letter-spacing: .11em;
}

.wes-person-card--compact .wes-person-card__title {
  font-size: clamp(.96rem, 2vw, 1.12rem);
  line-height: 1.12;
}

.wes-board__history-teaser {
  padding: 18px 20px;
  gap: 16px;
}

.wes-board__history-copy {
  max-width: 34rem;
}

.wes-board__history-copy h3 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.wes-board__history-copy p {
  max-width: 34rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wes-person-card--featured {
    display: grid;
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px;
  }

  .wes-person-card--featured .wes-person-card__media {
    width: 100%;
    margin: 0;
  }

  .wes-person-card--featured .wes-person-card__body {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .wes-board__section-head--executive h3 {
    max-width: none;
  }

  .wes-board__executive-layout {
    gap: 20px;
  }

  .wes-person-card--featured {
    padding: 20px;
  }

  .wes-person-card--featured .wes-person-card__media {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .wes-board__section-head h3 {
    font-size: clamp(1.35rem, 7.2vw, 1.95rem);
    line-height: 1.06;
  }

  .wes-board__executive-grid,
  .wes-board__grid--members {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .wes-person-card--featured .wes-person-card__media {
    width: min(100%, 196px);
  }

  .wes-person-card--featured .wes-person-card__title {
    font-size: clamp(1.42rem, 7vw, 1.86rem);
  }

  .wes-person-card--featured .wes-person-card__intro {
    -webkit-line-clamp: 2;
  }

  .wes-person-card--featured .wes-person-card__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wes-person-card--featured .wes-person-card__actions .wes-btn {
    width: 100%;
    justify-content: center;
  }

  .wes-board__history-teaser {
    margin-top: 2px;
  }
}

@media (max-width: 420px) {
  .wes-board__lead {
    font-size: 1rem;
    line-height: 1.68;
  }

  .wes-person-card--compact .wes-person-card__body {
    padding: 11px 12px 13px;
  }

  .wes-person-card--compact .wes-person-card__title {
    font-size: 1rem;
  }
}


/* 3.16.5 – unified board overview */
.wes-board__section--executive {
  margin-bottom: 26px;
}

.wes-board__section-head--executive h3 {
  max-width: 14ch;
}

.wes-board__executive-grid--full {
  align-content: start;
}

.wes-person-card--featured {
  padding: 12px;
}

.wes-person-card--featured .wes-person-card__media {
  width: min(100%, 188px);
}

.wes-person-card--featured .wes-person-card__body {
  padding: 14px 2px 2px;
}

.wes-person-card--featured .wes-person-card__title {
  font-size: clamp(1.42rem, 4.5vw, 1.9rem);
}

.wes-person-card--featured .wes-person-card__actions {
  margin-top: 12px;
}

.wes-person-card--featured .wes-btn,
.wes-board__history-teaser .wes-btn {
  min-height: 42px;
}

.wes-board__history-teaser {
  margin-top: 8px;
  padding: 16px 18px;
}

.wes-board__history-copy h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

@media (max-width: 767px) {
  .wes-board__section-head--executive {
    margin-bottom: 14px;
  }

  .wes-board__section-head--executive h3 {
    max-width: 12ch;
  }

  .wes-board__executive-layout {
    gap: 12px;
  }

  .wes-person-card--featured .wes-person-card__media {
    width: min(100%, 176px);
  }

  .wes-person-card--featured .wes-person-card__title {
    font-size: clamp(1.36rem, 6.4vw, 1.76rem);
  }

  .wes-person-card--compact .wes-person-card__body {
    padding: 10px 11px 12px;
  }

  .wes-board__history-teaser {
    padding: 16px;
    gap: 14px;
  }
}

@media (min-width: 1024px) {
  .wes-board__section-head--executive h3 {
    max-width: none;
  }

  .wes-board__executive-grid--full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 3.16.30–3.16.35 – board hierarchy + stable executive layout */
.wes-board__executive-layout {
  grid-template-columns: 1fr;
  gap: 18px;
}

.wes-board__featured {
  order: 0;
}

.wes-board__executive-grid--stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.wes-person-card--row {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  align-items: stretch;
}

.wes-person-card--row .wes-person-card__media {
  height: 100%;
  border-right: 1px solid var(--wes-person-border);
}

.wes-person-card--row .wes-person-card__image,
.wes-person-card--row .wes-person-card__image--fallback {
  height: 100%;
  aspect-ratio: 4 / 4.8;
}

.wes-person-card--row .wes-person-card__body {
  padding: 18px 20px;
}

.wes-person-card--row .wes-person-card__eyebrow {
  margin-bottom: 8px;
}

.wes-person-card--row .wes-person-card__title {
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
}

.wes-person-card--row .wes-person-card__term {
  margin-top: 6px;
}

.wes-person-card--row .wes-person-card__intro {
  margin-top: 10px;
  font-size: .98rem;
  line-height: 1.62;
}

.wes-person-card--row .wes-person-card__actions {
  margin-top: 14px;
}

.wes-board__featured .wes-person-card--featured {
  min-height: clamp(420px, 46vw, 560px);
}

.wes-board__featured .wes-person-card--featured .wes-person-card__body {
  padding: clamp(22px, 2.4vw, 34px);
}

.wes-board__featured .wes-person-card--featured .wes-person-card__title {
  font-size: clamp(1.7rem, 2.8vw, 2.7rem);
  line-height: 1.02;
}

.wes-board__featured .wes-person-card--featured .wes-person-card__intro {
  max-width: 58ch;
}

@media (min-width: 1024px) {
  .wes-board__executive-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .wes-person-card--featured {
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: 18px;
  }

  .wes-person-card--featured .wes-person-card__media {
    width: 100%;
  }

  .wes-board__executive-grid--stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
  }

  .wes-board__executive-grid--stack .wes-person-card--row {
    grid-template-columns: 1fr;
    min-height: 100%;
    border-radius: 24px;
  }

  .wes-board__executive-grid--stack .wes-person-card--row .wes-person-card__media {
    border-right: 0;
    border-bottom: 1px solid var(--wes-person-border);
  }

  .wes-board__executive-grid--stack .wes-person-card--row .wes-person-card__image,
  .wes-board__executive-grid--stack .wes-person-card--row .wes-person-card__image--fallback {
    aspect-ratio: 4 / 3.55;
    height: auto;
  }

  .wes-board__executive-grid--stack .wes-person-card--row .wes-person-card__body {
    padding: 18px 20px 20px;
  }

  .wes-board__executive-grid--stack .wes-person-card--row .wes-person-card__title {
    font-size: clamp(1.12rem, 1.6vw, 1.42rem);
  }

  .wes-board__executive-grid--stack > .wes-person-card--row:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: min(520px, calc(50% - 11px));
    width: 100%;
    justify-self: center;
  }
}

@media (min-width: 1360px) {
  .wes-board__featured .wes-person-card--featured {
    grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  .wes-board__executive-grid--stack {
    gap: 12px;
  }

  .wes-person-card--row {
    grid-template-columns: 1fr;
  }

  .wes-person-card--row .wes-person-card__media {
    border-right: 0;
    border-bottom: 1px solid var(--wes-person-border);
  }

  .wes-person-card--row .wes-person-card__body {
    padding: 14px 16px 16px;
  }
}


/* 3.16.36 — board layout aligned to approved paired sketch */
.wes-board__executive-grid--paired {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.wes-board__executive-grid--paired .wes-person-card--row {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100%;
  border-radius: 24px;
}

.wes-board__executive-grid--paired .wes-person-card__media {
  border-right: 0;
  border-bottom: 1px solid var(--wes-person-border);
}

.wes-board__executive-grid--paired .wes-person-card__image,
.wes-board__executive-grid--paired .wes-person-card__image--fallback {
  aspect-ratio: 4 / 4.2;
  height: auto;
}

.wes-board__executive-grid--paired .wes-person-card__body {
  padding: 16px 16px 18px;
}

@media (min-width: 1024px) {
  .wes-board__section--executive {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }

  .wes-board__executive-grid--paired {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 26px;
    align-items: stretch;
  }

  .wes-board__executive-grid--paired .wes-person-card--row {
    min-height: 100%;
  }

  .wes-board__executive-grid--paired .wes-person-card__body {
    padding: 18px 20px 20px;
  }

  .wes-board__executive-grid--paired .wes-person-card__title {
    font-size: clamp(1.12rem, 1.5vw, 1.42rem);
  }

  .wes-board__executive-grid--paired .wes-person-card__intro {
    font-size: .96rem;
    line-height: 1.58;
  }

  .wes-board__executive-grid--paired > .wes-person-card--row:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: calc(50% - 13px);
    width: 100%;
    justify-self: start;
  }
}

/* 3.16.37 — board order hardening + compact paired cards */
.wes-board__section--executive {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.wes-board__executive-grid--paired {
  gap: 12px;
}

.wes-board__executive-grid--paired .wes-person-card--row {
  border-radius: 22px;
}

.wes-board__executive-grid--paired .wes-person-card__image,
.wes-board__executive-grid--paired .wes-person-card__image--fallback {
  aspect-ratio: 4 / 3.12;
}

.wes-board__executive-grid--paired .wes-person-card__body {
  padding: 14px 14px 16px;
}

.wes-board__executive-grid--paired .wes-person-card__eyebrow {
  margin-bottom: 8px;
  font-size: .73rem;
  letter-spacing: .14em;
}

.wes-board__executive-grid--paired .wes-person-card__title {
  font-size: clamp(1.05rem, 4.2vw, 1.3rem);
}

.wes-board__executive-grid--paired .wes-person-card__actions {
  gap: 8px;
  margin-top: 14px;
}

.wes-board__executive-grid--paired .wes-btn {
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.15;
}

@media (min-width: 1024px) {
  .wes-board {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .wes-board__intro {
    max-width: 860px;
    margin-bottom: 20px;
    padding: 26px 30px;
  }

  .wes-board__title {
    margin-bottom: 12px;
  }

  .wes-board__lead {
    max-width: 66ch;
    font-size: 1rem;
    line-height: 1.56;
  }

  .wes-board__section {
    padding: 22px 24px 24px;
  }

  .wes-board__executive-grid--paired {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
  }

  .wes-board__executive-grid--paired .wes-person-card--row {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 0;
  }

  .wes-board__executive-grid--paired .wes-person-card__media {
    width: min(100%, 232px);
    margin: 16px auto 0;
    border: 0;
    border-radius: 18px;
  }

  .wes-board__executive-grid--paired .wes-person-card__image,
  .wes-board__executive-grid--paired .wes-person-card__image--fallback {
    aspect-ratio: 1 / 1.02;
  }

  .wes-board__executive-grid--paired .wes-person-card__body {
    padding: 14px 16px 16px;
  }

  .wes-board__executive-grid--paired .wes-person-card__title {
    font-size: clamp(1.05rem, 1.2vw, 1.26rem);
    line-height: 1.12;
  }

  .wes-board__executive-grid--paired .wes-person-card__actions {
    gap: 8px;
    margin-top: 12px;
  }

  .wes-board__executive-grid--paired .wes-btn {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wes-board__intro {
    padding: 22px 20px;
  }

  .wes-board__section {
    padding: 16px 14px 18px;
  }

  .wes-board__executive-grid--paired {
    gap: 10px;
  }

  .wes-board__executive-grid--paired .wes-person-card__image,
  .wes-board__executive-grid--paired .wes-person-card__image--fallback {
    aspect-ratio: 4 / 2.95;
  }

  .wes-board__executive-grid--paired .wes-person-card__body {
    padding: 12px 13px 14px;
  }

  .wes-board__executive-grid--paired .wes-person-card__title {
    font-size: 1.05rem;
  }

  .wes-board__executive-grid--paired .wes-btn {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 12px;
  }
}

/* 3.20.36 – Former presidents + memorial profile polish */
.wes-former-presidents {
  max-width: 1100px;
  margin-inline: auto;
}

.wes-former-presidents__intro,
.wes-honorary-roles__intro {
  text-align: left;
  margin-inline: 0;
  max-width: 820px;
}

.wes-former-presidents__intro h2,
.wes-honorary-roles__intro h2 {
  max-width: 12ch;
}

.wes-former-presidents__list {
  gap: clamp(18px, 2.4vw, 26px);
}

.wes-former-presidents__item {
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  align-items: stretch;
  border-radius: 30px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .065);
}

.wes-former-presidents__media {
  min-height: 220px;
}

.wes-former-presidents__image {
  aspect-ratio: auto;
  height: 100%;
}

.wes-former-presidents__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: clamp(18px, 3vw, 30px);
}

.wes-former-presidents__body > * {
  margin-block: 0;
}

.wes-former-presidents__item h3 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.wes-former-presidents__item h3 a {
  color: var(--wes-person-green);
}

.wes-former-presidents__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.wes-person-profile__facts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.wes-former-presidents__term,
.wes-person-profile__fact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 999px;
  background: rgba(248, 250, 252, .92);
  color: var(--wes-person-title);
  font-size: .92rem;
  line-height: 1.25;
}

.wes-former-presidents__term span,
.wes-former-presidents__life span,
.wes-person-profile__fact span {
  color: var(--wes-person-muted);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wes-former-presidents__life {
  display: grid;
  gap: 6px;
  margin: 2px 0 0;
  padding: 14px 16px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(35, 107, 77, .07), rgba(201, 106, 43, .045));
  color: var(--wes-person-title);
}

.wes-former-presidents__life strong {
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.55;
  font-weight: 700;
}

.wes-former-presidents__summary {
  max-width: 68ch;
  line-height: 1.7;
}

.wes-person-profile__hero {
  border-radius: 30px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 60px rgba(15, 23, 42, .07);
}

.wes-person-profile__hero-grid {
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  align-items: stretch;
}

.wes-person-profile__media {
  min-height: 360px;
}

.wes-person-profile__image {
  aspect-ratio: auto;
  height: 100%;
}

.wes-person-profile__content {
  display: grid;
  align-content: center;
  padding: clamp(26px, 4vw, 46px);
}

.wes-person-profile__title {
  font-size: clamp(2.25rem, 5vw, 4.7rem);
}

.wes-person-profile__facts {
  margin-top: 14px;
}

.wes-person-profile__fact {
  border-radius: 20px;
  background: rgba(248, 250, 252, .96);
}

.wes-person-profile__fact strong {
  font-size: .98rem;
  font-weight: 700;
}

.wes-person-profile__fact--life {
  flex-basis: min(100%, 520px);
  justify-content: flex-start;
  background: linear-gradient(135deg, rgba(35, 107, 77, .07), rgba(201, 106, 43, .045));
}

.wes-person-profile__richtext {
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.82;
  hyphens: auto;
}

.wes-person-profile__richtext p {
  margin: 0 0 1em;
}


.wes-person-profile__fact--life {
  flex-basis: min(100%, 560px);
  align-items: flex-start;
  gap: 12px;
}

.wes-person-profile__fact--life strong {
  display: block;
  line-height: 1.55;
}

.wes-person-profile__richtext > :first-child {
  margin-top: 0;
}

.wes-person-profile__richtext > :last-child {
  margin-bottom: 0;
}

.wes-person-profile__richtext h3,
.wes-person-profile__richtext h4,
.wes-person-profile__richtext h5 {
  margin: 1.7em 0 .6em;
  line-height: 1.25;
  color: var(--wes-person-title);
}

.wes-person-profile__richtext ul,
.wes-person-profile__richtext ol {
  margin: 0 0 1.15em 1.35em;
  padding: 0;
}

.wes-person-profile__richtext li + li {
  margin-top: .38em;
}

.wes-person-profile__richtext blockquote {
  margin: 1.4em 0;
  padding: 1em 1.15em;
  border-left: 4px solid rgba(35, 107, 77, .32);
  border-radius: 0 18px 18px 0;
  background: rgba(35, 107, 77, .05);
  color: var(--wes-person-title);
}

.wes-person-profile__richtext figure,
.wes-person-profile__richtext .wp-caption {
  margin: 1.7em 0;
  max-width: 100%;
}

.wes-person-profile__richtext img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.wes-person-profile__richtext figcaption,
.wes-person-profile__richtext .wp-caption-text {
  margin-top: .7em;
  color: var(--wes-person-muted);
  font-size: .92rem;
  line-height: 1.5;
}

.wes-person-profile__richtext .alignleft,
.wes-person-profile__richtext img.alignleft {
  float: left;
  margin: .3em 1.4em 1em 0;
  max-width: min(48%, 320px);
}

.wes-person-profile__richtext .alignright,
.wes-person-profile__richtext img.alignright {
  float: right;
  margin: .3em 0 1em 1.4em;
  max-width: min(48%, 320px);
}

.wes-person-profile__richtext .aligncenter,
.wes-person-profile__richtext img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wes-person-profile__richtext::after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 980px) {
  .wes-former-presidents__intro,
.wes-honorary-roles__intro {
    margin-inline: auto;
    text-align: center;
  }

  .wes-former-presidents__intro h2,
.wes-honorary-roles__intro h2 {
    max-width: none;
  }

  .wes-former-presidents__item,
  .wes-person-profile__hero-grid {
    grid-template-columns: 1fr;
  }

  .wes-former-presidents__media,
  .wes-person-profile__media {
    min-height: 0;
    max-height: none;
  }

  .wes-former-presidents__image,
  .wes-person-profile__image {
    aspect-ratio: 4 / 3.35;
    height: auto;
  }
}

@media (max-width: 640px) {
  .wes-former-presidents__intro,
.wes-honorary-roles__intro {
    text-align: left;
  }

  .wes-former-presidents__intro h2,
  .wes-person-profile__title {
    letter-spacing: -.045em;
  }

  .wes-former-presidents__body,
  .wes-person-profile__content {
    padding: 20px;
  }

  .wes-former-presidents__term,
  .wes-person-profile__fact {
    width: 100%;
    justify-content: space-between;
    border-radius: 18px;
  }

  .wes-person-profile__fact--life {
    display: grid;
    gap: 4px;
  }

  .wes-person-profile__richtext .alignleft,
  .wes-person-profile__richtext .alignright,
  .wes-person-profile__richtext img.alignleft,
  .wes-person-profile__richtext img.alignright {
    float: none;
    max-width: 100%;
    margin: 1.2em 0;
  }
}


/* 3.20.38 – wider and more elegant board intro */
.wes-board__intro {
  max-width: 1120px;
  margin: 0 auto 38px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 248, 250, .96));
  box-shadow: 0 20px 60px rgba(15, 23, 42, .05);
}

.wes-board__intro-grid {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(340px, 1.1fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: end;
}

.wes-board__intro-head,
.wes-board__intro-copy {
  min-width: 0;
}

.wes-board__intro-head > *:last-child,
.wes-board__intro-copy > *:last-child {
  margin-bottom: 0;
}

.wes-board__kicker {
  margin-bottom: 18px;
}

.wes-board__title {
  max-width: 10ch;
  margin-bottom: 0;
}

.wes-board__lead {
  max-width: 58ch;
  margin: 0;
  font-size: clamp(1.08rem, 1.35vw, 1.22rem);
  line-height: 1.82;
}

.wes-board__section-head--executive {
  display: grid;
  gap: 8px;
  align-items: end;
}

.wes-board__section-head--executive h3 {
  max-width: none;
}

@media (min-width: 1180px) {
  .wes-board__intro {
    padding-left: clamp(36px, 4.5vw, 68px);
    padding-right: clamp(36px, 4.5vw, 68px);
  }
}

@media (max-width: 920px) {
  .wes-board__intro-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .wes-board__title,
  .wes-board__lead {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .wes-board__intro {
    padding: 22px 18px;
    border-radius: 24px;
    margin-bottom: 28px;
  }

  .wes-board__kicker {
    margin-bottom: 12px;
  }

  .wes-board__lead {
    font-size: 1rem;
    line-height: 1.7;
  }
}


/* 3.20.39 – honorary roles overview */
.wes-honorary-roles {
  max-width: 1120px;
  margin: 0 auto;
}

.wes-honorary-roles__intro {
  max-width: 1120px;
  margin: 0 auto 34px;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 248, 250, .96));
  box-shadow: 0 20px 60px rgba(15, 23, 42, .05);
}

.wes-honorary-roles__intro h2 {
  margin-bottom: 18px;
}

.wes-honorary-roles__intro p:last-child {
  max-width: 72ch;
  margin-bottom: 0;
}

.wes-honorary-roles__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

@media (max-width: 900px) {
  .wes-honorary-roles__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wes-honorary-roles__intro {
    padding: 22px 18px;
    border-radius: 24px;
    margin-bottom: 24px;
  }
}




/* ═══════════════════════════════════════════════════════════════════════════
   Werkbund Person Cards — Archiv & Profil
   ══════════════════════════════════════════════════════════════════════════ */

/* ── Inline / auto-width button ─────────────────────────────────────────── */
.wes-btn--inline {
  display: inline-flex !important;
  width: auto !important;
  align-self: flex-start !important;
  margin-top: 8px;
}

/* Ensure former-presidents body doesn't stretch button */
.wes-former-presidents__body .wes-btn,
.wes-honorary-persons__body .wes-btn {
  display: inline-flex;
  width: auto;
  align-self: flex-start;
  margin-top: 6px;
}

/* ── Name ───────────────────────────────────────────────────────────────── */
.wes-former-presidents__name,
.wes-honorary-persons__name {
  margin: 0 0 4px;
  font-size: clamp(17px, 2.2vw, 21px);
  font-weight: 700;
  line-height: 1.25;
}

.wes-former-presidents__name a,
.wes-honorary-persons__name a {
  color: inherit;
  text-decoration: none;
}

.wes-former-presidents__name a:hover,
.wes-honorary-persons__name a:hover {
  color: #3d6b4f;
}

/* ── Funktions-Pills: untereinander, grau, dezent ──────────────────────── */
.wes-pcard__terms {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
  gap: 5px;
  margin: 4px 0 6px;
}

.wes-pcard__pill {
  display: inline-flex;
  align-items: center;
  padding: 3px 11px;
  background: #f0efeb;
  border: 1px solid #e2e0da;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #555;
  white-space: nowrap;
  text-transform: uppercase;
}

/* ── Lebensdaten: reine Typografie, kein Pill ───────────────────────────── */
p.wes-pcard__life {
  margin: 2px 0 4px;
  font-size: 13px;
  color: #888;
  font-style: italic;
  letter-spacing: .01em;
  line-height: 1.5;
}

.wes-pcard__life-born,
.wes-pcard__life-died {
  white-space: nowrap;
}

/* ── Zusammenfassung ────────────────────────────────────────────────────── */
.wes-former-presidents__summary,
.wes-honorary-persons__summary {
  font-size: 14px;
  color: #555;
  line-height: 1.65;
  margin: 0;
}

/* ── Ehrenpersonen Archivseite ──────────────────────────────────────────── */
.wes-honorary-persons {
  max-width: 980px;
  margin: 0 auto;
  padding: 32px 20px 48px;
}

.wes-honorary-persons__intro {
  background: #f6f5f0;
  border-radius: 28px;
  padding: 32px 36px;
  margin-bottom: 40px;
}

.wes-honorary-persons__intro h2 { margin-bottom: 12px; }
.wes-honorary-persons__intro p  { max-width: 72ch; }

.wes-honorary-persons__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wes-honorary-persons__item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid #e8e4dc;
  border-radius: 18px;
  overflow: hidden;
}

.wes-honorary-persons__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 20px 24px;
}

.wes-honorary-persons__body .wes-btn {
  display: inline-flex;
  width: auto;
  align-self: flex-start;
  margin-top: 8px;
}

.wes-honorary-persons__media img,
.wes-honorary-persons__image {
  width: 160px;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  display: block;
}

.wes-honorary-persons__image--fallback {
  background: linear-gradient(135deg, #3d6b4f 0%, #8b6914 100%);
}

.wes-honorary-persons__name {
  margin: 0 0 4px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
}

.wes-honorary-persons__name a { color: inherit; text-decoration: none; }
.wes-honorary-persons__name a:hover { color: #3d6b4f; }

.wes-honorary-persons__summary {
  font-size: 14px;
  color: #555;
  line-height: 1.65;
}

@media (max-width: 700px) {
  .wes-honorary-persons__item { grid-template-columns: 1fr; }
  .wes-honorary-persons__media img,
  .wes-honorary-persons__image { width: 100%; height: 180px; min-height: 0; }
  .wes-honorary-persons__intro { padding: 22px 18px; border-radius: 20px; }
}

/* ── Einzelprofil: facts-Bereich ────────────────────────────────────────── */
.wes-person-profile__facts {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;
  flex-wrap: nowrap !important;
  margin-top: 12px;
}

.wes-person-profile__facts .wes-pcard__terms {
  margin: 0;
  gap: 5px;
}

.wes-person-profile__facts p.wes-pcard__life {
  font-size: 14px;
  margin: 2px 0;
}

/* ── Quellen ────────────────────────────────────────────────────────────── */
.wes-person-sources {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 6px;
}

.wes-person-sources__item {
  font-size: 14px; color: #555;
  padding: 6px 12px; background: #f6f5f0;
  border-radius: 8px; border-left: 3px solid #8b6914;
}

.wes-person-sources__item a { color: #3d6b4f; word-break: break-all; }

/* =====================================================================
   3.24.2 — Ehemalige Präsidenten + Personen-Profile:
   gemeinsame linke Kante (Option B) und Typografie-Parität
   mit dem Child-Theme-Standard (Blocksatz, Silbentrennung 6 3 3,
   geteiltes Lesemaß --wb-prose).
   ===================================================================== */

/* Listing: bisher max-width:1100px + margin-inline:auto = zentrierte
   Spalte, deren linke Kante gegen Seitentitel/Child-Theme-Prose sprang.
   Jetzt: linke Kante = Container-Kante. */
.wes-former-presidents{
  max-width: min(var(--wb-prose, 72rem), 100%);
  margin-inline: 0;
}

/* Profil-Fließtext (Statement, Werkbund-Text, Inhalt, CV, Schwerpunkte):
   Lesemaß begrenzen statt voller Sektionsbreite, linksbündige Spalte. */
.wes-person-profile__richtext{
  max-width: min(var(--wb-prose, 72rem), 100%);
  margin-inline: 0;
}
.wes-person-profile__richtext :where(p, li){
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
}
/* Überschriften, Bildunterschriften, Zitate nie im Blocksatz. */
.wes-person-profile__richtext :where(h2, h3, h4, h5, h6, figcaption, blockquote p){
  text-align: left;
  -webkit-hyphens: manual;
  hyphens: manual;
}

/* Lead im Hero: gleiche Behandlung wie der Fließtext. */
.wes-person-profile__lead{
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
}

/* =====================================================================
   3.24.3 — Content-Hygiene Profil-Fließtext
   Die Sektionstexte werden aus externen Dokumenten eingefügt
   (Word/Docs/Recherche-Export, erkennbar an Fußnoten-Markup) und
   wp_kses_post() lässt Inline-style-Attribute durch. Mitgebrachte
   width-/float-/columns-Styles auf Wrappern erzeugten bei einzelnen
   Profilen halbbreite Textspalten. Inline-Styles lassen sich nur per
   !important neutralisieren – deshalb hier bewusst und eng gescopt
   auf .wes-person-profile__richtext. :where() hält die Spezifität
   bei 0, damit reguläre Regeln unberührt bleiben.
   ===================================================================== */
.wes-person-profile__richtext,
.wes-person-profile__richtext :where(div, section, article, p, ul, ol){
  columns: auto !important;
  column-count: auto !important;
  column-width: auto !important;
}
.wes-person-profile__richtext :where(div, section, article, p, ul, ol, blockquote){
  width: auto !important;
  max-width: 100% !important;
  float: none !important;
}
.wes-person-profile__richtext :where(table){
  width: auto !important;
  max-width: 100% !important;
}
