/* Wspólny znak marki w nagłówku, menu mobilnym i stopce. */
.brand {
  display: inline-block;
  width: 215px;
  line-height: 0;
  overflow: hidden;
  background: transparent;
}

.brand__logo-window {
  display: block;
  width: 100%;
  aspect-ratio: 2.08 / 1;
  overflow: hidden;
}

.brand__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  transform: translateY(-27%);
}

.brand--compact {
  width: 190px;
}

.site-footer .brand {
  background: transparent;
}

.site-footer .brand__image {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

/* Portrety zespołu na stronie głównej — inicjały pozostają bezpiecznym tłem. */
.avatar {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  flex: none;
}

.avatar__initials {
  position: relative;
  z-index: 0;
}

.avatar__photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: inherit;
}

/* Zdjęcia na stronie zespołu i w profilach. */
.team-featured__image-wrap > .team-featured__room-photo {
  object-position: 43% center;
}

.team-featured__initials {
  overflow: hidden;
  isolation: isolate;
  border-radius: 999px;
}

/* Reguła zdjęcia gabinetu nie może nadpisywać wymiarów portretu w kółku. */
.team-featured__initials > .avatar__photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-width: none;
  object-fit: cover;
}

.profile-avatar {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

@media (max-width: 640px) {
  .brand {
    width: 180px;
  }

  .brand--compact {
    width: 175px;
  }
}
