.elementor-687 .elementor-element.elementor-element-9aaa5cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-687 .elementor-element.elementor-element-9f5b53e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:00px 40px;--row-gap:00px;--column-gap:40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-687 .elementor-element.elementor-element-1d34864{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-687 .elementor-element.elementor-element-5dae96d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:00px 40px;--row-gap:00px;--column-gap:40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-687 .elementor-element.elementor-element-5efe621{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-687 .elementor-element.elementor-element-1d34864{--width:100%;}.elementor-687 .elementor-element.elementor-element-5efe621{--width:100%;}}@media(max-width:767px){.elementor-687 .elementor-element.elementor-element-9f5b53e{--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}.elementor-687 .elementor-element.elementor-element-5dae96d{--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS *//* ── TEAM HERO ── */
.team-hero { background: var(--navy); padding: 80px 0 64px; position: relative; }
.team-hero__title { font-family: var(--font-serif); font-size: clamp(2.2rem, 4vw, 3.2rem); color: var(--white); line-height: 1.1; margin: 12px 0 0; }
.team-hero__gradient-bar { height: 4px; background: linear-gradient(to right, var(--mint), var(--orange), var(--yellow)); position: absolute; bottom: 0; left: 0; right: 0; }

/* ── LEADERSHIP GRID ── */
.team-grid-section { padding: 80px 0; background: var(--white); }
.team-grid-section__heading { font-family: var(--font-serif); font-size: clamp(1.6rem, 2.5vw, 2.2rem); color: var(--navy); margin: 10px 0 40px; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.team-card { text-align: center; }
.team-card__photo { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; margin-bottom: 0; background: var(--offwhite); }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team-card__body { padding: 16px 14px 20px; }
.team-card__name { font-weight: 700; font-size: 1rem; color: var(--navy); margin: 0 0 5px; }
.team-card__role { font-size: 0.875rem; color: var(--text-mid); line-height: 1.4; margin: 0; }

/* ── TRUSTEES ── */
.trustees-section { padding: 80px 0; background: var(--offwhite); }
.trustees-section__heading { font-family: var(--font-serif); font-size: clamp(1.6rem, 2.5vw, 2.2rem); color: var(--navy); margin: 10px 0 20px; }
.trustees-section__intro { font-size: 1.05rem; line-height: 1.72; color: var(--text-mid); margin-bottom: 16px; max-width: 720px; }
.trustees-section__intro a { color: var(--orange); text-decoration: underline; }
.trustees-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 48px; align-items: start; }
.trustees-group h3 { font-family: var(--font-sans); font-size: 0.9rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--navy); margin: 0 0 14px; padding-bottom: 10px; border-bottom: 2px solid var(--mint); }
.trustees-group h3 ~ h3 { margin-top: 32px; }
.trustees-group ul { list-style: none; margin: 0; padding: 0; }
.trustees-group ul li { font-size: 0.95rem; color: var(--text-mid); padding: 5px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.trustees-group ul li strong { color: var(--navy); }

@media (max-width: 900px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .trustees-cols { grid-template-columns: 1fr; }
}/* End custom CSS */