/* Career image treatment — retains Lingovia's navy, blue and gold visual language. */
.career-photo-frame {
  position: absolute;
  left: 9%;
  top: 45px;
  width: 395px;
  height: 395px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, .75);
  border-radius: 170px 170px 30px 30px;
  background: #d6e6e7;
  box-shadow: 0 25px 50px rgba(26, 68, 87, .18);
}
.career-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,36,56,.06) 44%, rgba(13,36,56,.82) 100%); }
.photo-caption { position: absolute; bottom: 24px; left: 25px; color: #fff; }
.photo-caption span { display: block; margin-bottom: 7px; color: #d9b574; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.photo-caption b { font: 400 21px/1.15 Georgia, serif; }
@media (max-width: 500px) { .career-photo-frame { top: 30px; left: 11%; width: 360px; height: 360px; } }
