:root{
  --who-blue:var(--blue);
  --who-sky:var(--sky);
  --who-green:var(--green);
  --who-ink:#173a57;
  --who-muted:#607583;
  --who-line:#dce8ef;
  --who-soft:#f5fafc;
}

.who-hero{
  position:relative;
  overflow:hidden;
  padding:72px 0 0;
  background:
    radial-gradient(circle at 88% 12%,rgba(32,179,231,.12),transparent 28%),
    radial-gradient(circle at 6% 92%,rgba(182,215,91,.16),transparent 26%),
    linear-gradient(135deg,#eef9fd 0%,#fff 58%,#f7faef 100%);
}
.who-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(22,107,161,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(22,107,161,.045) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,#000,transparent 88%);
}
.who-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);
  gap:64px;
  align-items:center;
  min-height:650px;
}
.who-kicker,.who-overline{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 14px;
  color:var(--who-blue);
  font:800 11px/1.2 Arial,Helvetica,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.who-kicker span{
  width:34px;
  height:2px;
  border-radius:999px;
  background:var(--who-green);
}
.who-hero h1{
  max-width:760px;
  margin:0;
  color:var(--who-blue);
  font:700 clamp(48px,6vw,78px)/.98 Arial,Helvetica,sans-serif;
  letter-spacing:-.055em;
  text-wrap:balance;
}
.who-hero-copy>p{
  max-width:720px;
  margin:24px 0 0;
  color:#4d6673;
  font:400 18px/1.7 Arial,Helvetica,sans-serif;
}
.who-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}
.who-primary-cta,.who-secondary-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:12px 18px;
  border-radius:9px;
  font:800 13px/1.2 Arial,Helvetica,sans-serif;
  text-decoration:none;
}
.who-primary-cta{background:var(--who-blue);color:#fff;box-shadow:0 14px 30px rgba(22,107,161,.17)}
.who-secondary-cta{border:1px solid #cfe2ea;background:rgba(255,255,255,.72);color:var(--who-blue);backdrop-filter:blur(10px)}
.who-focus-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:32px;
}
.who-focus-row span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 11px;
  border:1px solid #d8e8ee;
  border-radius:999px;
  background:rgba(255,255,255,.66);
  color:#496472;
  font:700 11px/1.2 Arial,Helvetica,sans-serif;
  backdrop-filter:blur(8px);
}

.who-hero-visual{
  position:relative;
  min-height:590px;
}
.who-portrait{
  position:absolute;
  margin:0;
  overflow:hidden;
  border:5px solid rgba(255,255,255,.88);
  border-radius:24px;
  background:#e9f3f7;
  box-shadow:0 24px 64px rgba(22,107,161,.17);
}
.who-portrait img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.who-portrait--1{width:52%;height:62%;left:4%;top:7%;z-index:4}
.who-portrait--2{width:39%;height:45%;right:3%;top:0;z-index:2}
.who-portrait--3{width:40%;height:43%;right:0;bottom:6%;z-index:3}
.who-portrait--4{width:31%;height:34%;left:18%;bottom:0;z-index:1}
.who-portrait figcaption{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:12px;
  background:rgba(15,52,79,.74);
  color:#fff;
  backdrop-filter:blur(12px);
}
.who-portrait figcaption strong{display:block;font-size:13px}
.who-portrait figcaption span{display:block;margin-top:3px;color:#d8eff8;font-size:10px}
.who-hero-mark{
  position:absolute;
  left:50%;
  top:48%;
  z-index:6;
  display:flex;
  align-items:center;
  justify-content:center;
  width:112px;
  height:112px;
  border:1px solid rgba(255,255,255,.65);
  border-radius:50%;
  background:rgba(22,107,161,.88);
  color:#fff;
  box-shadow:0 18px 42px rgba(22,107,161,.22);
  transform:translate(-50%,-50%);
  backdrop-filter:blur(12px);
}
.who-hero-mark span{font:800 18px/1 Arial,Helvetica,sans-serif;letter-spacing:.11em}

.who-proof-strip{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(3,1fr) auto;
  gap:0;
  align-items:stretch;
  margin-top:28px;
  border:1px solid rgba(214,231,239,.9);
  border-bottom:0;
  border-radius:20px 20px 0 0;
  background:rgba(255,255,255,.86);
  box-shadow:0 -8px 34px rgba(22,107,161,.08);
  backdrop-filter:blur(14px);
}
.who-proof-strip>div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:92px;
  padding:18px 22px;
  border-right:1px solid #e2edf2;
}
.who-proof-strip strong{color:var(--who-blue);font:800 30px/1 Arial,Helvetica,sans-serif}
.who-proof-strip span{margin-top:6px;color:#657985;font:600 11px/1.35 Arial,Helvetica,sans-serif}
.who-proof-strip>a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:18px 24px;
  background:var(--who-green);
  color:var(--who-blue);
  font:800 12px/1.2 Arial,Helvetica,sans-serif;
  text-decoration:none;
  border-radius:0 19px 0 0;
}

.who-section-nav{
  position:sticky;
  top:0;
  z-index:40;
  border-top:1px solid #e6eef2;
  border-bottom:1px solid #dbe8ee;
  background:rgba(255,255,255,.93);
  backdrop-filter:blur(14px);
}
.who-section-nav .shell{
  display:flex;
  gap:6px;
  overflow-x:auto;
  scrollbar-width:none;
}
.who-section-nav .shell::-webkit-scrollbar{display:none}
.who-section-nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:54px;
  padding:0 14px;
  color:#58707d;
  font:700 12px/1 Arial,Helvetica,sans-serif;
  text-decoration:none;
  white-space:nowrap;
}
.who-section-nav a:after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:-1px;
  height:3px;
  border-radius:999px 999px 0 0;
  background:var(--who-green);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease;
}
.who-section-nav a.is-active{color:var(--who-blue)}
.who-section-nav a.is-active:after{transform:scaleX(1)}

.who-intro{padding:90px 0;background:#fff}
.who-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:80px;
  align-items:end;
}
.who-section-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  margin-bottom:20px;
  border:1px solid #cfe2ea;
  border-radius:50%;
  color:var(--who-blue);
  font:800 11px/1 Arial,Helvetica,sans-serif;
}
.who-intro h2,.who-section-head h2,.who-closing h2{
  margin:0;
  color:var(--who-blue);
  font:700 clamp(36px,5vw,60px)/1.04 Arial,Helvetica,sans-serif;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.who-intro-copy{
  padding-left:28px;
  border-left:3px solid var(--who-green);
}
.who-intro-copy p{
  margin:0 0 14px;
  color:#536b78;
  font:400 16px/1.72 Arial,Helvetica,sans-serif;
}
.who-intro-copy p:last-child{margin-bottom:0}

.who-leadership,.who-team-section,.who-advisory-section{padding:86px 0}
.who-leadership{background:linear-gradient(180deg,#f7fbfd,#fff)}
.who-team-section{background:#fff}
.who-advisory-section{background:#f8fbfc}
.who-section-head{
  display:grid;
  grid-template-columns:minmax(0,.6fr) minmax(0,1.4fr);
  gap:30px 70px;
  align-items:end;
  margin-bottom:34px;
}
.who-section-head>p{
  margin:0;
  color:#627985;
  font:400 15px/1.65 Arial,Helvetica,sans-serif;
}
.who-section-head--split{
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
}
.who-section-head--split>div h2{max-width:760px}
.who-section-head--split>p{max-width:440px;justify-self:end}

.who-leadership-grid{
  display:grid;
  grid-template-columns:1.2fr .9fr .9fr;
  gap:20px;
}
.who-team-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.who-person-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid var(--who-line);
  border-radius:18px;
  background:#fff;
  color:inherit;
  text-decoration:none;
  box-shadow:0 10px 30px rgba(22,107,161,.06);
  transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease,border-color .35s ease;
}
.who-person-card:hover{
  transform:translateY(-5px);
  border-color:#bfdce8;
  box-shadow:0 22px 46px rgba(22,107,161,.13);
}
.who-person-media{
  position:relative;
  aspect-ratio:4/4.7;
  overflow:hidden;
  background:linear-gradient(135deg,#eef8fc,#f4f8e9);
}
.who-person-card--leadership:first-child .who-person-media{aspect-ratio:4/4.25}
.who-person-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s cubic-bezier(.2,.7,.2,1);
}
.who-person-card:hover .who-person-media img{transform:scale(1.045)}
.who-person-shade{
  position:absolute;
  inset:auto 0 0;
  height:45%;
  background:linear-gradient(to top,rgba(13,52,78,.34),transparent);
  pointer-events:none;
}
.who-person-role-tag{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  max-width:calc(100% - 24px);
  padding:7px 9px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  background:rgba(255,255,255,.86);
  color:var(--who-blue);
  font:800 9px/1.2 Arial,Helvetica,sans-serif;
  letter-spacing:.05em;
  text-transform:uppercase;
  backdrop-filter:blur(9px);
}
.who-person-copy{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-end;
  flex:1;
  padding:17px;
}
.who-person-copy h3{
  margin:0;
  color:var(--who-blue);
  font:700 18px/1.15 Arial,Helvetica,sans-serif;
}
.who-person-copy p{
  margin:5px 0 0;
  color:#687d88;
  font:600 11px/1.35 Arial,Helvetica,sans-serif;
}
.who-person-link{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  gap:5px;
  color:var(--who-blue);
  font:800 10px/1.2 Arial,Helvetica,sans-serif;
  white-space:nowrap;
}
.who-person-link b{font-size:12px}
.who-person-link--muted{color:#8a9aa2}
.who-person-card.is-vacant{
  border-style:dashed;
  box-shadow:none;
}
.who-person-card.is-vacant .who-person-media img{
  width:54%;
  height:54%;
  margin:23%;
  object-fit:contain;
  opacity:.8;
}
.who-person-card.is-vacant .who-person-shade{display:none}

.who-person-card--leadership:first-child{
  grid-row:span 1;
}
.who-person-card--leadership .who-person-copy{padding:20px}
.who-person-card--leadership .who-person-copy h3{font-size:22px}

.who-board-section{
  position:relative;
  overflow:hidden;
  padding:90px 0;
  background:linear-gradient(135deg,#155f90 0%,#1779aa 62%,#2087b6 100%);
}
.who-board-section:before{
  content:"N4SF";
  position:absolute;
  right:-2vw;
  top:-3vw;
  color:rgba(255,255,255,.045);
  font:800 20vw/.8 Arial,Helvetica,sans-serif;
  letter-spacing:-.08em;
  pointer-events:none;
}
.who-board-shell{position:relative;z-index:1}
.who-section-head--light h2,.who-section-head--light .who-overline{color:#fff}
.who-section-head--light .who-section-number{border-color:rgba(255,255,255,.35);color:#fff}
.who-section-head--light>p{color:#dcecf4}
.who-board-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.who-person-card--board{
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.96);
  box-shadow:0 18px 42px rgba(9,43,66,.16);
}
.who-person-card--board .who-person-media{aspect-ratio:4/3.65}

.who-advisory-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.who-person-card--advisory{
  display:grid;
  grid-template-columns:110px 1fr;
  min-height:150px;
}
.who-person-card--advisory .who-person-media{aspect-ratio:auto;height:100%}
.who-person-card--advisory .who-person-role-tag{display:none}
.who-person-card--advisory .who-person-copy{align-items:center}
.who-person-card--advisory .who-person-copy h3{font-size:17px}

.who-closing{padding:90px 0;background:#fff}
.who-closing-shell{
  position:relative;
  display:grid;
  grid-template-columns:180px 1fr;
  gap:42px;
  align-items:center;
  overflow:hidden;
  padding:42px;
  border:1px solid var(--who-line);
  border-radius:24px;
  background:
    radial-gradient(circle at 8% 50%,rgba(182,215,91,.22),transparent 24%),
    linear-gradient(135deg,#eef9fd,#fff);
  box-shadow:0 18px 50px rgba(22,107,161,.08);
}
.who-closing-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  width:150px;
  height:150px;
  border-radius:50%;
  background:var(--who-blue);
  color:#fff;
  font:800 24px/1 Arial,Helvetica,sans-serif;
  letter-spacing:.12em;
  box-shadow:0 18px 40px rgba(22,107,161,.2);
}
.who-closing h2{max-width:880px}
.who-closing-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.who-closing-actions a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:43px;
  padding:10px 14px;
  border-radius:8px;
  color:var(--who-blue);
  font:800 12px/1.2 Arial,Helvetica,sans-serif;
  text-decoration:none;
}
.who-closing-actions a:first-child{background:var(--who-green)}
.who-closing-actions a:last-child{border:1px solid #d2e4eb;background:#fff}

.who-reveal{
  opacity:0;
  transform:translateY(24px);
}
.who-reveal.is-visible{
  opacity:1;
  transform:none;
  transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1);
}

@media(max-width:1080px){
  .who-hero-grid{grid-template-columns:1fr 430px;gap:36px}
  .who-hero h1{font-size:58px}
  .who-team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .who-board-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .who-advisory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .who-proof-strip{grid-template-columns:repeat(3,1fr)}
  .who-proof-strip>a{grid-column:1/-1;border-radius:0;min-height:54px}
}

@media(max-width:820px){
  .who-hero{padding-top:48px}
  .who-hero-grid{grid-template-columns:1fr;min-height:auto}
  .who-hero-copy{position:relative;z-index:4}
  .who-hero-visual{min-height:480px;margin-top:4px}
  .who-hero h1{font-size:clamp(44px,10vw,64px)}
  .who-intro-grid,.who-section-head,.who-section-head--split{grid-template-columns:1fr;gap:24px}
  .who-intro-copy{padding-left:20px}
  .who-section-head--split>p{max-width:none;justify-self:start}
  .who-leadership-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .who-leadership-grid .who-person-card:first-child{grid-column:1/-1;display:grid;grid-template-columns:.95fr 1.05fr}
  .who-leadership-grid .who-person-card:first-child .who-person-media{aspect-ratio:auto;min-height:360px}
  .who-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .who-board-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .who-closing-shell{grid-template-columns:120px 1fr;padding:32px}
  .who-closing-mark{width:110px;height:110px;font-size:19px}
}

@media(max-width:560px){
  .who-hero{padding-top:34px}
  .who-hero h1{font-size:43px;line-height:1.01}
  .who-hero-copy>p{font-size:16px;line-height:1.62}
  .who-hero-actions{flex-direction:column;align-items:stretch}
  .who-primary-cta,.who-secondary-cta{width:100%}
  .who-hero-visual{min-height:410px;margin-inline:-2px}
  .who-portrait{border-width:3px;border-radius:18px}
  .who-portrait--1{width:56%;height:58%;left:0;top:8%}
  .who-portrait--2{width:42%;height:42%;right:0;top:2%}
  .who-portrait--3{width:45%;height:41%;right:0;bottom:4%}
  .who-portrait--4{width:32%;height:30%;left:15%;bottom:0}
  .who-hero-mark{width:86px;height:86px;font-size:15px}
  .who-portrait figcaption{left:8px;right:8px;bottom:8px;padding:9px 10px}
  .who-proof-strip{grid-template-columns:1fr;margin-top:14px;border-radius:16px 16px 0 0}
  .who-proof-strip>div{min-height:72px;border-right:0;border-bottom:1px solid #e2edf2;padding:14px 17px}
  .who-proof-strip strong{font-size:24px}
  .who-proof-strip>a{border-radius:0;min-height:50px}
  .who-section-nav .shell{width:100%;padding-inline:10px}
  .who-section-nav a{min-height:48px;padding-inline:10px;font-size:11px}
  .who-intro,.who-leadership,.who-team-section,.who-board-section,.who-advisory-section,.who-closing{padding:58px 0}
  .who-intro h2,.who-section-head h2,.who-closing h2{font-size:36px}
  .who-leadership-grid,.who-team-grid,.who-board-grid,.who-advisory-grid{grid-template-columns:1fr}
  .who-leadership-grid .who-person-card:first-child{grid-column:auto;display:flex}
  .who-leadership-grid .who-person-card:first-child .who-person-media{aspect-ratio:4/4.25;min-height:0}
  .who-person-card{display:grid;grid-template-columns:122px 1fr;min-height:150px}
  .who-person-media,.who-person-card--board .who-person-media{height:100%;aspect-ratio:auto}
  .who-person-role-tag{top:8px;left:8px;max-width:calc(100% - 16px);font-size:7px;padding:5px 7px}
  .who-person-copy{align-items:center;padding:14px}
  .who-person-copy h3{font-size:16px}
  .who-person-link{position:absolute;right:12px;bottom:10px}
  .who-person-card--advisory{grid-template-columns:94px 1fr;min-height:128px}
  .who-person-card.is-vacant .who-person-media img{width:64%;height:64%;margin:18%}
  .who-closing-shell{grid-template-columns:1fr;padding:26px}
  .who-closing-mark{width:82px;height:82px}
  .who-closing-actions{flex-direction:column}
  .who-closing-actions a{justify-content:center}
}

@media(prefers-reduced-motion:reduce){
  .who-person-card,.who-person-media img,.who-section-nav a:after,.who-reveal{transition:none!important}
  .who-reveal{opacity:1!important;transform:none!important}
}

/* 2026-09-20 portrait + mobile typography correction */
.who-person-role-tag{display:none!important}
.who-portrait figcaption{
  left:14px!important;
  right:auto!important;
  bottom:14px!important;
  max-width:72%!important;
  padding:9px 11px!important;
  border-radius:9px!important;
  background:rgba(13,52,78,.64)!important;
}
@media(max-width:820px){
  .who-hero h1{font-size:clamp(39px,8.5vw,52px)!important;line-height:1.01!important;letter-spacing:-.045em!important}
  .who-hero-copy>p{font-size:15px!important;line-height:1.6!important}
  .who-intro h2,.who-section-head h2,.who-closing h2{
    font-size:clamp(30px,7.5vw,40px)!important;
    line-height:1.05!important;
    letter-spacing:-.035em!important;
    max-width:100%!important;
  }
  .who-intro-copy p,.who-section-head>p{font-size:14px!important;line-height:1.6!important}
  .who-section-head{gap:16px!important;margin-bottom:24px!important}
  .who-section-head--split{gap:16px!important}
  .who-overline{font-size:9.5px!important;letter-spacing:.09em!important;line-height:1.3!important}
  .who-section-number{width:34px!important;height:34px!important;margin-bottom:14px!important}
  .who-leadership,.who-team-section,.who-board-section,.who-advisory-section{padding:54px 0!important}
  .who-intro{padding:58px 0!important}
  .who-closing{padding:58px 0!important}
}
@media(max-width:560px){
  .who-hero h1{font-size:38px!important;line-height:1.02!important}
  .who-intro h2,.who-section-head h2,.who-closing h2{
    font-size:30px!important;
    line-height:1.06!important;
  }
  .who-portrait figcaption{display:none!important}
  .who-person-card{
    grid-template-columns:112px 1fr!important;
    min-height:142px!important;
  }
  .who-person-copy{padding:13px!important;gap:10px!important}
  .who-person-copy h3{font-size:16px!important;line-height:1.12!important}
  .who-person-copy p{font-size:10.5px!important;line-height:1.35!important}
  .who-person-link{font-size:9px!important}
  .who-section-nav a{font-size:10px!important;padding-inline:9px!important}
}

/* 2026-09-20 mobile text measure + container correction */
.n4sf-who-premium-page .shell,
.who-hero .shell,
.who-section-nav .shell,
.who-intro .shell,
.who-leadership .shell,
.who-team-section .shell,
.who-board-section .shell,
.who-advisory-section .shell,
.who-closing .shell{
  width:min(1180px,calc(100% - 44px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.who-hero-copy,
.who-intro-grid>div,
.who-section-head,
.who-section-head>div,
.who-section-head>p,
.who-closing-shell>div{
  min-width:0!important;
}
.who-hero h1{max-width:700px!important}
.who-hero-copy>p{max-width:650px!important}
.who-intro h2{max-width:760px!important}
.who-intro-copy{max-width:620px!important}
.who-section-head h2{max-width:760px!important}
.who-section-head>p{max-width:520px!important}
.who-closing h2{max-width:800px!important}

@media(max-width:820px){
  .n4sf-who-premium-page .shell,
  .who-hero .shell,
  .who-section-nav .shell,
  .who-intro .shell,
  .who-leadership .shell,
  .who-team-section .shell,
  .who-board-section .shell,
  .who-advisory-section .shell,
  .who-closing .shell{
    width:calc(100% - 40px)!important;
  }
  .who-hero-copy,
  .who-intro-grid,
  .who-section-head,
  .who-closing-shell{
    max-width:680px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .who-hero h1{max-width:620px!important}
  .who-hero-copy>p{max-width:590px!important}
  .who-intro h2,
  .who-section-head h2,
  .who-closing h2{max-width:620px!important}
  .who-intro-copy,
  .who-section-head>p{max-width:570px!important}
}

@media(max-width:560px){
  .n4sf-who-premium-page .shell,
  .who-hero .shell,
  .who-section-nav .shell,
  .who-intro .shell,
  .who-leadership .shell,
  .who-team-section .shell,
  .who-board-section .shell,
  .who-advisory-section .shell,
  .who-closing .shell{
    width:calc(100% - 36px)!important;
  }
  .who-hero h1,
  .who-intro h2,
  .who-section-head h2,
  .who-closing h2{
    max-width:18ch!important;
  }
  .who-hero-copy>p,
  .who-intro-copy,
  .who-section-head>p{
    max-width:34ch!important;
  }
  .who-intro-copy{
    padding-left:18px!important;
    padding-right:2px!important;
  }
}

/* Complete biography experience */
.who-bio-open{
  appearance:none;
  border:0;
  padding:0;
  background:transparent;
  cursor:pointer;
  font-family:inherit;
}
.who-bio-dialog{
  width:min(920px,calc(100% - 32px));
  max-height:min(82vh,760px);
  padding:0;
  border:0;
  border-radius:22px;
  background:#fff;
  color:#173a57;
  box-shadow:0 28px 80px rgba(13,52,78,.28);
  overflow:hidden;
}
.who-bio-dialog::backdrop{background:rgba(13,40,58,.56);backdrop-filter:blur(5px)}
.who-bio-close{
  position:absolute;
  top:14px;
  right:14px;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border:1px solid #d9e6ec;
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:var(--blue);
  font:400 26px/1 Arial,Helvetica,sans-serif;
  cursor:pointer;
}
.who-bio-layout{display:grid;grid-template-columns:minmax(250px,.78fr) minmax(0,1.22fr);min-height:520px}
.who-bio-photo{min-height:100%;background:#edf6f9}
.who-bio-photo img{display:block;width:100%;height:100%;min-height:520px;object-fit:cover}
.who-bio-content{padding:42px 42px 38px;overflow-y:auto}
.who-bio-content h2{margin:0;color:var(--blue);font:700 clamp(30px,4vw,48px)/1.03 Arial,Helvetica,sans-serif;letter-spacing:-.04em}
.who-bio-role{margin:8px 0 24px;color:var(--sky);font:800 11px/1.3 Arial,Helvetica,sans-serif;text-transform:uppercase;letter-spacing:.07em}
.who-bio-copy{color:#506874;font:400 15px/1.72 Arial,Helvetica,sans-serif;white-space:pre-line}
.who-bio-full{display:inline-flex;align-items:center;gap:8px;margin-top:26px;padding:11px 14px;border-radius:8px;background:var(--green);color:var(--blue);font:800 12px/1.2 Arial,Helvetica,sans-serif;text-decoration:none}
@media(max-width:700px){
  .who-bio-dialog{width:calc(100% - 24px);max-height:88vh;border-radius:17px}
  .who-bio-layout{grid-template-columns:1fr;display:block}
  .who-bio-photo{height:220px;min-height:0}
  .who-bio-photo img{height:220px;min-height:0;object-position:center 22%}
  .who-bio-content{padding:24px 22px 28px;max-height:calc(88vh - 220px);overflow-y:auto}
  .who-bio-content h2{font-size:30px}
  .who-bio-copy{font-size:14px;line-height:1.65}
  .who-bio-close{top:10px;right:10px;width:36px;height:36px}
}