/**
 * De ce există: uniformizează prezentarea fotografiilor autentice ale profesorilor.
 * Responsabilitate: adaugă un cadru vizual coerent și aplică focalizarea aleasă din panoul editorial.
 * Ce NU face: nu retușează fețele și nu modifică fișierele foto originale.
 * Depinde de: teacher-card-photo, teacher-language-photo și variabila --teacher-focus din template-uri.
 */
.teacher-card-photo{position:relative;padding:12px 12px 0;overflow:hidden;background:linear-gradient(145deg,#f7fbf4,#e5f1de)}
.teacher-card-photo:before{content:"";position:absolute;width:190px;height:190px;right:-55px;top:-70px;border-radius:50%;border:24px solid rgba(69,169,19,.11)}
.teacher-card .teacher-card-photo img{position:relative;width:100%;height:348px;object-fit:cover;object-position:center var(--teacher-focus,center);border-radius:14px 14px 0 0}
.teacher-language-photo{position:relative;height:100%;min-height:290px;padding:12px 0 0 12px;overflow:hidden;background:linear-gradient(145deg,#f5faf1,#deedd5)}
.teacher-language-photo:before{content:"";position:absolute;width:180px;height:180px;left:-65px;bottom:-70px;border-radius:50%;border:22px solid rgba(69,169,19,.12)}
.teacher-language-card .teacher-language-photo img{position:relative;width:100%;height:100%;min-height:278px;object-fit:cover;object-position:center var(--teacher-focus,center);border-radius:14px 0 0 0}
@media(max-width:720px){.teacher-card .teacher-card-photo img{height:408px}.teacher-language-photo{min-height:390px;padding:10px 10px 0}.teacher-language-card .teacher-language-photo img{height:380px;min-height:380px;border-radius:14px 14px 0 0}}
@media(max-width:480px){.teacher-card .teacher-card-photo img{height:348px}}
