﻿.logotype
{
    min-height:50px;
}

.menu-list__item {
    font-size: 3rem;
    line-height: 1.1;
}

.image-row {
    display: flex;
    width: 100%;
}

    .image-row img {
        width: 50%;
        height: auto;
        display: block;
    }


.item-custom-project {
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5rem;
    overflow: hidden;
}

._hidden {
    display: none;
}

.filters__item.active .filters__link::before{
    content:none;
}

@media(max-width:768px) {
    .logotype {
        min-height: auto;
    }

}

/* ============================================================
   Erişilebilirlik (WCAG 2.1 AA) yardımcı stilleri
   ============================================================ */

/* Ekran okuyuculara açık, görsel olarak gizli içerik */
.visually-hidden,
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* "İçeriğe geç" bağlantısı: yalnızca klavye odağında görünür */
.skip-link {
    position: absolute;
    top: -60px;
    left: 8px;
    z-index: 100000;
    padding: 10px 16px;
    background: #000;
    color: #fff;
    border-radius: 0 0 6px 6px;
    text-decoration: none;
    font-size: 14px;
    transition: top .2s ease-in-out;
}

.skip-link:focus {
    top: 0;
    outline: 3px solid #ffbf47;
    outline-offset: 2px;
}

/* Klavye ile gezinirken görünür odak halkası (fare tıklamasında bastırılmaz) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 2px;
}

/* main odaklandığında (skip-link sonrası) görünür çerçeve oluşmasın */
#main-content:focus {
    outline: none;
}

/* Hareket azaltma tercihi olan kullanıcılar için animasyonları yumuşat */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}