.fhi-team {
  --fhi-team-brand: #aa0a28;
  --fhi-team-portrait: #eef2f6;
  --fhi-team-ink: #102d45;
  padding: 64px 40px 72px;
  background: var(--fhi-team-brand);
  color: #fff;
  font-family: Raleway, sans-serif;
  scroll-margin-top: 120px;
}
.fhi-team *, .fhi-team *::before, .fhi-team *::after { box-sizing: border-box; }
.fhi-team svg { fill: none; stroke: currentColor; flex-shrink: 0; }
.fhi-team__inner { max-width: 1320px; margin-inline: auto; }
.fhi-team__header { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 40px; }
.fhi-team__heading-group { max-width: 690px; }
.fhi-team .fhi-team__heading { margin: 0 0 16px; color: #fff; font: 700 40px/1.2 Raleway, sans-serif; letter-spacing: -.035em; }
.fhi-team .fhi-team__intro { margin: 0; color: #fff; font: 500 20px/1.65 Raleway, sans-serif; }
.fhi-team .fhi-team__contact {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 480px;
  min-height: 64px;
  padding: 16px 24px;
  background: #fff;
  color: var(--fhi-team-brand);
  border: 1px solid #fff;
  border-radius: 7px 7px 7px 0;
  font: 700 18px/1.5 Raleway, sans-serif;
  text-decoration: none;
  transition: background-color .2s ease;
}
.fhi-team .fhi-team__contact::before, .fhi-team .fhi-team__contact::after { display: none; }
.fhi-team .fhi-team__contact:hover { background: #f3f5f7; color: var(--fhi-team-brand); }
.fhi-team .fhi-team__contact:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
.fhi-team__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.fhi-team .fhi-team__doctor { min-width: 0; margin: 0; padding: 0; border: 0; border-radius: 9px 9px 9px 0; background: #fff; }
.fhi-team .fhi-team__profile { display: flex; flex-direction: column; height: 100%; color: var(--fhi-team-ink); text-decoration: none; border-radius: inherit; }
.fhi-team .fhi-team__profile:focus-visible { outline: 3px solid #fff; outline-offset: 6px; }
.fhi-team__portrait { position: relative; display: flex; justify-content: center; align-items: flex-end; height: 292px; padding: 18px 20px 0; overflow: hidden; background: var(--fhi-team-portrait); border-radius: 9px 9px 0 0; }
.fhi-team__portrait::before { content: ""; position: absolute; inset: 0 -25% 0 60%; background: #e4ebf1; transform: skewX(-20deg); }
.fhi-team .fhi-team__image { position: relative; display: block; width: auto; height: 274px; max-width: 100%; object-fit: contain; object-position: center bottom; transform-origin: center bottom; transition: transform .3s ease; }
.fhi-team__info { padding: 26px 28px 24px; flex: 1; }
.fhi-team .fhi-team__title { margin: 0 0 7px; color: #596b7b; font: 600 14px/1.4 Raleway, sans-serif; }
.fhi-team .fhi-team__name { margin: 0 0 12px; color: var(--fhi-team-ink); font: 700 25px/1.3 Raleway, sans-serif; letter-spacing: -.025em; }
.fhi-team .fhi-team__specialty { margin: 0 0 18px; color: var(--fhi-team-brand); font: 600 17px/1.45 Raleway, sans-serif; }
.fhi-team .fhi-team__hospital { display: flex; align-items: flex-start; gap: 9px; margin: 0; color: #4b5f70; font: 400 16px/1.55 Raleway, sans-serif; }
.fhi-team__hospital svg { margin-top: 2px; color: var(--fhi-team-brand); }
.fhi-team__footer { display: flex; align-items: center; justify-content: space-between; margin: 0 28px; padding: 18px 0 20px; border-top: 1px solid #dae2e9; color: var(--fhi-team-brand); font: 700 17px/1.5 Raleway, sans-serif; }
.fhi-team__footer svg, .fhi-team__contact svg { transition: transform .2s ease; }
.fhi-team__profile:hover .fhi-team__image { transform: scale(1.025); }
.fhi-team__profile:hover .fhi-team__footer svg, .fhi-team__contact:hover svg { transform: translateX(4px); }
.fhi-team__profile:hover .fhi-team__footer span { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 1199px) {
  .fhi-team { padding: 56px 28px 64px; }
  .fhi-team__header { align-items: flex-start; }
  .fhi-team .fhi-team__heading { font-size: 36px; }
  .fhi-team .fhi-team__contact { flex-shrink: 1; max-width: 410px; }
  .fhi-team__grid { gap: 22px; }
  .fhi-team__info { padding: 24px 22px 22px; }
  .fhi-team .fhi-team__name { font-size: 23px; }
  .fhi-team__footer { margin-inline: 22px; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fhi-team__header { flex-direction: column; gap: 24px; }
  .fhi-team .fhi-team__contact { max-width: none; }
  .fhi-team__portrait { height: 246px; padding-inline: 12px; }
  .fhi-team .fhi-team__image { height: 228px; }
  .fhi-team__grid { gap: 18px; }
  .fhi-team__info { padding: 22px 18px; }
  .fhi-team .fhi-team__name { font-size: 22px; }
  .fhi-team .fhi-team__hospital { font-size: 15px; }
  .fhi-team__footer { margin-inline: 18px; }
}
@media (max-width: 767px) {
  .fhi-team { padding: 44px 22px 48px; scroll-margin-top: 88px; }
  .fhi-team__header { flex-direction: column; gap: 24px; margin-bottom: 30px; }
  .fhi-team .fhi-team__heading { font-size: 30px; }
  .fhi-team .fhi-team__intro { font-size: 18px; line-height: 1.65; }
  .fhi-team .fhi-team__contact { width: 100%; max-width: none; padding: 15px 20px; font-size: 17px; gap: 16px; }
  .fhi-team__grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .fhi-team__portrait { height: 260px; }
  .fhi-team .fhi-team__image { height: 242px; }
  .fhi-team .fhi-team__name { font-size: 24px; }
  .fhi-team__info { padding: 24px; }
  .fhi-team__footer { margin-inline: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .fhi-team .fhi-team__image, .fhi-team .fhi-team__contact, .fhi-team__contact svg, .fhi-team__footer svg { transition: none; }
  .fhi-team__profile:hover .fhi-team__image, .fhi-team__profile:hover .fhi-team__footer svg, .fhi-team__contact:hover svg { transform: none; }
}

/* One- and two-doctor departments keep the same balanced card scale. */
@media(min-width:768px){.fhi-team__grid:has(> :only-child){grid-template-columns:minmax(0,700px);justify-content:center}.fhi-team__grid:has(> :only-child) .fhi-team__profile{display:grid;grid-template-columns:280px minmax(0,1fr)}.fhi-team__grid:has(> :only-child) .fhi-team__portrait{grid-row:1 / 3;height:100%;min-height:292px;border-radius:9px 0 0 0}.fhi-team__grid:has(> :only-child) .fhi-team__footer{grid-column:2}.fhi-team__grid:has(> :nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,420px));justify-content:center}}
.fhi-team__intro:empty,.fhi-team__title:empty,.fhi-team__specialty:empty,.fhi-team__hospital:not(:has(span:not(:empty))){display:none}

.fhi-team__portrait-crop{position:relative;overflow:hidden;width:160px;height:274.667px;flex-shrink:0;border-radius:8px 8px 0 0}
.fhi-team .fhi-team__portrait--legacy .fhi-team__image{position:absolute;width:299.167%;height:auto;max-width:none;left:-11.25%;top:-6.55%;transform:none;transition:none}
.fhi-team .fhi-team__portrait--legacy{align-items:center;padding:18px}
