/* Desktop portrait sizing only. Mobile positioning and every business module remain intact. */
@media(min-width:1001px){
 section.hero:has(.people){height:auto!important;min-height:100svh!important;}
 section.hero > .kp-titles-approved{position:relative!important;inset:auto!important;transform:none!important;margin:14px 5% 18px auto!important;}
 section.hero .people{--ii-portrait-height:calc(100svh - 104px);}
 section.hero .people figure.person-stefan,
 section.hero .people figure.person-ludmilla{position:absolute!important;top:auto!important;right:auto!important;width:auto!important;max-width:none!important;max-height:none!important;margin:0!important;transform:none!important;}
 section.hero .people figure.person-stefan{height:104%!important;bottom:-2%!important;left:45%!important;z-index:3!important;}
 section.hero .people figure.person-ludmilla{height:98%!important;bottom:-1.7%!important;left:calc(45% + var(--ii-portrait-height)*.24)!important;z-index:2!important;}
 section.hero .people figure img{display:block!important;width:auto!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;}
}
