/* ============================================================
   STOSUN Site Manager v0.1.8
   DR. SÜLEYMAN TOSUN SAYFASI - GÖRSEL BOYUT / ORAN DÜZELTMESİ
   - İçeriği değiştirmez.
   - Hero'da dikey görsel kullanır.
   - Her görsel kendi gerçek oranına yakın kutuda gösterilir.
   - Yüz/gövde kırpılmasını azaltır.
   ============================================================ */

body.stosun-doctor-fix .stosun-doctor-img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    object-fit:cover!important;
}

body.stosun-doctor-fix .stosun-doctor-imgbox{
    overflow:hidden!important;
    min-height:0!important;
    box-sizing:border-box!important;
}

/* ------------------------------------------------------------
   1. HERO
   Eski 16:9 hero dikey alanda aşırı kırpılıyordu.
   JS, 05 yerine kullanılmayan 16 numaralı dikey portreyi getirir.
   ------------------------------------------------------------ */
body.stosun-doctor-fix .stosun-doctor-imgbox--hero{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:540px!important;
    aspect-ratio:4 / 5!important;
    align-self:center!important;
}
body.stosun-doctor-fix .stosun-doctor-img--hero{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:50% 32%!important;
}

/* Eski sd şablonu hâlâ bir kural taşıyorsa 690/640px zorlamasını iptal et. */
body.stosun-doctor-fix .sd-hero-visual{
    min-height:0!important;
    height:auto!important;
    align-self:center!important;
}
body.stosun-doctor-fix .sd-hero-photo{
    height:auto!important;
    min-height:0!important;
}
body.stosun-doctor-fix .sd-hero-photo img{
    min-height:0!important;
}

/* ------------------------------------------------------------
   2. HAYATI & TIP EĞİTİMİ - geniş masa başı fotoğraf
   ------------------------------------------------------------ */
body.stosun-doctor-fix .stosun-doctor-imgbox--bio{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:360px!important;
    aspect-ratio:16 / 10!important;
}
body.stosun-doctor-fix .stosun-doctor-img--bio{
    height:100%!important;
    min-height:0!important;
    object-position:66% 48%!important;
}

/* ------------------------------------------------------------
   3. IVF deneyimi - geniş koltuk fotoğrafı
   ------------------------------------------------------------ */
body.stosun-doctor-fix .stosun-doctor-imgbox--ivf{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:430px!important;
    aspect-ratio:16 / 9!important;
}
body.stosun-doctor-fix .stosun-doctor-img--ivf{
    height:100%!important;
    min-height:0!important;
    object-position:65% 50%!important;
}

/* ------------------------------------------------------------
   4. Kadın sağlığı / ultrason - kare portre
   ------------------------------------------------------------ */
body.stosun-doctor-fix .stosun-doctor-imgbox--ultrasound{
    width:min(100%,470px)!important;
    height:auto!important;
    min-height:0!important;
    max-height:470px!important;
    aspect-ratio:1 / 1!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
body.stosun-doctor-fix .stosun-doctor-img--ultrasound{
    height:100%!important;
    min-height:0!important;
    object-position:50% 34%!important;
}

/* ------------------------------------------------------------
   5. Profesyonel resepsiyon - geniş
   ------------------------------------------------------------ */
body.stosun-doctor-fix .stosun-doctor-imgbox--clinical{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:400px!important;
    aspect-ratio:16 / 9!important;
}
body.stosun-doctor-fix .stosun-doctor-img--clinical{
    height:100%!important;
    min-height:0!important;
    object-position:68% 50%!important;
}

/* ------------------------------------------------------------
   6. Yılların ardından - geniş resepsiyon hero
   ------------------------------------------------------------ */
body.stosun-doctor-fix .stosun-doctor-imgbox--years{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:420px!important;
    aspect-ratio:16 / 9!important;
}
body.stosun-doctor-fix .stosun-doctor-img--years{
    height:100%!important;
    min-height:0!important;
    object-position:70% 50%!important;
}

/* ------------------------------------------------------------
   7. İnsan odaklı bölüm - doktor + iki bebek
   ------------------------------------------------------------ */
body.stosun-doctor-fix .stosun-doctor-imgbox--human{
    width:min(100%,540px)!important;
    height:auto!important;
    min-height:0!important;
    max-height:540px!important;
    aspect-ratio:1 / 1!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
body.stosun-doctor-fix .stosun-doctor-img--human{
    height:100%!important;
    min-height:0!important;
    object-position:50% 42%!important;
}

/* Eski kariyer kuralındaki 430px crop zorlamasını da kaldır. */
body.stosun-doctor-fix .sd-career-left img{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
}

/* Aynı fotoğraf yanlışlıkla iki kez gelirse editörde fark edilebilsin;
   ziyaretçiye görsel bir uyarı vermiyoruz. */
body.stosun-doctor-fix .stosun-doctor-img--duplicate{
    outline:0!important;
}

/* Tablet */
@media (max-width:1100px){
    body.stosun-doctor-fix .stosun-doctor-imgbox--hero{
        max-height:500px!important;
        aspect-ratio:4 / 5!important;
    }
    body.stosun-doctor-fix .stosun-doctor-imgbox--bio,
    body.stosun-doctor-fix .stosun-doctor-imgbox--ivf,
    body.stosun-doctor-fix .stosun-doctor-imgbox--clinical,
    body.stosun-doctor-fix .stosun-doctor-imgbox--years{
        max-height:380px!important;
    }
}

/* Mobil: görseller ekranı gereksiz uzatmasın, ama kişi kesilmesin. */
@media (max-width:850px){
    body.stosun-doctor-fix .stosun-doctor-imgbox--hero{
        width:min(100%,430px)!important;
        max-height:none!important;
        aspect-ratio:4 / 5!important;
        margin-left:auto!important;
        margin-right:auto!important;
    }
    body.stosun-doctor-fix .stosun-doctor-img--hero{
        object-position:50% 30%!important;
    }
    body.stosun-doctor-fix .stosun-doctor-imgbox--bio,
    body.stosun-doctor-fix .stosun-doctor-imgbox--ivf,
    body.stosun-doctor-fix .stosun-doctor-imgbox--clinical,
    body.stosun-doctor-fix .stosun-doctor-imgbox--years{
        max-height:none!important;
        aspect-ratio:16 / 10!important;
    }
    body.stosun-doctor-fix .stosun-doctor-imgbox--ultrasound,
    body.stosun-doctor-fix .stosun-doctor-imgbox--human{
        width:min(100%,430px)!important;
        max-height:none!important;
    }
}
