/* The offset white panels echo the image compositions already used by BKH. */
.bkh-team {
  --team-ink: #222;
  --team-gold: #dcbe82;
  --team-background: #ebf0f3;
  padding: 76px 32px 88px;
  background: var(--team-background);
  color: var(--team-ink);
  font-family: Poppins, sans-serif;
  scroll-margin-top: 120px;
}

.bkh-team *, .bkh-team *::before, .bkh-team *::after { box-sizing: border-box; }
.bkh-team .bkh-team__inner { max-width: 1200px; margin: 0 auto; }
.bkh-team .bkh-team__heading { margin: 0 auto 48px; text-align: center; }
.bkh-team .bkh-team__title {
  margin: 0;
  font: 400 clamp(38px, 4.2vw, 60px)/1.12 "Antic Didone", Georgia, serif;
  text-wrap: balance;
}
.bkh-team .bkh-team__intro { margin: 18px 0 0; font-size: 15px; line-height: 1.7; }
.bkh-team .bkh-team__intro::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 24px auto 0;
  background: var(--team-gold);
}
.bkh-team .bkh-team__profiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: start; }
.bkh-team .bkh-profile { min-width: 0; }
.bkh-team .bkh-profile__portrait { position: relative; margin: 0; }
.bkh-team .bkh-profile__image { margin: 0; }
.bkh-team .bkh-profile__portrait img {
  display: block;
  width: 100%;
  height: 410px;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1);
}
.bkh-team .bkh-profile--emmanuel .bkh-profile__portrait img { object-position: center 48%; }
.bkh-team .bkh-profile__territory {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 10px 16px;
  background: #fff;
  border-left: 3px solid var(--team-gold);
  color: var(--team-ink);
  font-size: 13px;
  line-height: 1.5;
}
.bkh-team .bkh-profile__body {
  position: relative;
  margin: -48px 0 0 36px;
  padding: 30px 32px 24px;
  background: #fff;
}
.bkh-team .bkh-profile__name { margin: 0; font: 400 36px/1.2 "Antic Didone", Georgia, serif; }
.bkh-team .bkh-profile__role { margin: 8px 0 20px; color: #535353; font-size: 13px; line-height: 1.6; }
.bkh-team .bkh-profile__summary { margin: 0 0 24px; font-size: 15px; line-height: 1.8; }
.bkh-team .bkh-profile__details { margin: 0; }
.bkh-team .bkh-profile__details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 9px 0;
  border-top: 1px solid #deded8;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
}
.bkh-team .bkh-profile__details summary::-webkit-details-marker { display: none; }
.bkh-team .bkh-profile__details summary::after { content: "+"; font: 400 24px/1 sans-serif; }
.bkh-team .bkh-profile__details[open] summary::after { content: "−"; }
.bkh-team .bkh-profile__full { padding: 14px 0 18px; overflow-wrap: anywhere; }
.bkh-team .bkh-profile__full p { margin: 0 0 16px; font-size: 14px; line-height: 1.85; }
.bkh-team .bkh-profile__full p:last-child { margin-bottom: 0; }
.bkh-team .bkh-profile__contact { display: flex; align-items: center; gap: 9px; min-height: 44px; margin: 10px 0 0; padding-top: 12px; border-top: 1px solid #deded8; }
.bkh-team .bkh-profile__contact svg { width: 15px; height: 15px; flex: none; }
.bkh-team .bkh-profile__contact::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: none;
  background: currentColor;
  mask: url("../img/phone.svg") center / contain no-repeat;
}
.bkh-team .bkh-profile__phone { display: inline-flex; align-items: center; min-height: 32px; font-size: 13px; }
.bkh-team .bkh-profile__details summary:hover, .bkh-team .bkh-profile__phone:hover { text-decoration: underline !important; text-underline-offset: 4px; }
.bkh-team :focus-visible { outline: 2px solid #373737; outline-offset: 5px; }

@media (min-width: 1000px) {
  .bkh-team .bkh-profile__summary { min-height: 135px; }
}
@media (max-width: 1050px) {
  .bkh-team .bkh-team__profiles { gap: 32px; }
  .bkh-team .bkh-profile__portrait img { height: 350px; }
  .bkh-team .bkh-profile__body { margin-left: 20px; padding: 26px 24px 22px; }
  .bkh-team .bkh-profile__name { font-size: 31px; }
}
@media (max-width: 760px) {
  .bkh-team { padding: 52px 20px 60px; scroll-margin-top: 100px; }
  .bkh-team .bkh-team__heading { margin-bottom: 32px; }
  .bkh-team .bkh-team__intro { font-size: 14px; max-width: 29em; margin: 16px auto 0; }
  .bkh-team .bkh-team__profiles { grid-template-columns: minmax(0, 1fr); gap: 40px; max-width: 500px; margin: auto; }
  .bkh-team .bkh-profile__portrait img { height: auto; aspect-ratio: 1.15; }
  .bkh-team .bkh-profile__territory { top: 18px; left: 18px; }
  .bkh-team .bkh-profile__body { margin-top: -28px; margin-left: 16px; padding: 25px 23px 20px; }
  .bkh-team .bkh-profile__name { font-size: 31px; }
  .bkh-team .bkh-profile__summary { line-height: 1.8; }
  .bkh-team .bkh-profile__details summary { min-height: 48px; }
  .bkh-team .bkh-profile__phone { min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
