/* --- VADI BRANDA MASTER CATALOG 2026 - SPLIT ACCORDION --- */
:root {
    --v-gold: #c5a059;
    --v-green: #528a2c;
    --v-green-tok: #3e6b21; /* Koyu metinler için daha tok yeşil */
    --v-dark: #0f110c;      /* Keskin Siyah */
    --v-dark-soft: #1a1a1a; /* Alternatif metin siyahı */
    --v-white: #ffffff;
    --v-gray: #f8f9fa;
    /* Akıcı ve Premium bir geçiş efekti */
    --v-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vadi-future-studio {
    background: var(--v-white);
    padding: 0;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

/* Arka Plan Kayan Tipografi (Masaüstü) */
.scrolling-bg-text {
    position: absolute;
    top: 10vh;
    white-space: nowrap;
    font-size: 18rem;
    font-weight: 950;
    color: rgba(15, 17, 12, 0.03);
    z-index: 0;
    pointer-events: none;
    text-transform: uppercase;
    animation: flowBgText 40s linear infinite;
}

@keyframes flowBgText {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Header (Zarif ve Ortada) */
.v-cat-header-split {
    text-align: center;
    padding: 80px 0 50px 0;
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
}

.cat-main-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 950;
    color: #344e41;
    margin-bottom: 15px;
    letter-spacing: -3px;
    line-height: 1;
}

.cat-main-title span {
    color: #7a9460;
    font-style: italic;
    font-weight: 300;
}

.cat-subtitle {
    font-size: 1.1rem;
    color: var(--v-dark-soft); /* Koyu gri, tam siyah değil ama tok */
    max-width: 600px;
    margin: 0 auto;
    font-weight: 500;
}

/* --- ACCORDION GRID YAPISI (MASAÜSTÜ) --- */
.vadi-accordion-grid {
    display: flex;
    width: 100%;
    height: 70vh; /* Masaüstünde ekranın büyük bölümünü kaplar */
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Öğe Temeli */
.vadi-acc-item {
    flex: 1; /* Tüm öğeler eşit başlar */
    height: 100%;
    position: relative;
    transition: var(--v-transition);
    border-right: 1px solid rgba(0,0,0,0.05); /* Zarif ayırıcı çizgi */
}

.vadi-acc-item:last-child {
    border-right: none;
}

.acc-link {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

/* Resim Alanı */
.acc-img-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.acc-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--v-transition);
    transform: scale(1);
    filter: grayscale(80%); /* Masaüstünde kapalıyken grileşir */
}

/* Karartma Overlay */
.acc-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 17, 12, 0.1) 0%, rgba(15, 17, 12, 0.7) 100%);
    transition: var(--v-transition);
}

/* İçerik Alanı (Masaüstü - Başta Gizli) */
.acc-content {
    position: absolute;
    bottom: 50px;
    left: 40px;
    right: 40px;
    z-index: 2;
    color: var(--v-white);
    opacity: 0; /* Gizli */
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; /* Hafif gecikmeli gelir */
}

.acc-category {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--v-green); /* Tok Yeşil */
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 10px;
}

.acc-title {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
    color: var(--v-white);
    margin-bottom: 20px;
}

.acc-title span {
    font-weight: 300;
    font-style: italic;
    color: var(--v-green);
}

.acc-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    opacity: 0.7;
}

/* Masaüstü Hover Etkileşimleri */
@media (min-width: 992px) {
    /* Fare üzerine gelen öğe genişler */
    .vadi-accordion-grid:hover .vadi-acc-item {
        flex: 0.7; /* Diğerleri küçülür */
    }
    
    .vadi-accordion-grid .vadi-acc-item:hover {
        flex: 2.5; /* Hover yapılan çok daha fazla genişler */
    }

    .vadi-acc-item:hover .acc-img-wrap img {
        transform: scale(1.05);
        filter: grayscale(0%); /* Renklenir */
    }

    .vadi-acc-item:hover .acc-overlay {
        background: linear-gradient(180deg, rgba(15, 17, 12, 0) 0%, rgba(15, 17, 12, 0.8) 100%);
    }

    .vadi-acc-item:hover .acc-content {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobilde Kapalı Kalacak Masaüstü İçerikleri */
.acc-mobile-title {
    display: none;
}

/* --- 📱 MOBİL UYUM GÜNCELLEMESİ (SADECE BAŞLIK ODAKLI) --- */

@media (max-width: 991px) {
    .vadi-future-studio {
        padding: 0;
        display: block; 
        overflow-x: hidden;
    }

    /* Gereksiz arka plan metinlerini ve içerik kutularını tamamen kaldırıyoruz */
    .scrolling-bg-text, 
    .acc-content, 
    .vadi-acc-item .btn, 
    .vadi-acc-item p { 
        display: none !important; 
    }

    /* Üst Başlık Alanı */
    .v-cat-header-split {
        padding: 60px 20px 30px;
        background: #fff;
        text-align: center;
    }

    .cat-main-title {
        font-size: clamp(1.8rem, 8vw, 2.4rem);
        letter-spacing: -1px;
        margin-bottom: 8px;
        color: #344e41; /* Vadi Branda Yeşili */
    }

    /* Akordeon Listesi */
    .vadi-accordion-grid {
        display: block; 
        height: auto !important; 
        padding: 10px 15px 50px;
    }

    .vadi-acc-item {
        display: block;
        width: 100%;
        height: 180px; /* Sadece başlık gözükeceği için yüksekliği biraz daralttık */
        margin-bottom: 12px;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        transform: translateZ(0); 
    }

    /* Görsel Ayarı */
    .acc-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.7); /* Yazının okunması için görseli hafif kararttık */
    }

    /* Mobil Alt Bilgi Paneli - SADECE BURASI GÖZÜKECEK */
    .acc-mobile-title {
        display: flex !important; /* Görünürlüğü zorla */
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0; /* Paneli tüm karta yayıyoruz ki yazı ortalanabilsin veya altta kalsın */
        padding: 20px;
        z-index: 5;
        background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
        color: #ffffff;
        align-items: flex-end; /* Yazıyı alta yaslar */
        justify-content: space-between;
    }

    .acc-mobile-title h3 {
        font-size: 1.25rem;
        font-weight: 800;
        margin: 0;
        text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    }

    /* Sağdaki Küçük İkon */
    .acc-mobile-title i {
        background: #344e41;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 0.8rem;
    }
}

/* Küçük Telefonlar İçin (iPhone SE vb.) */
@media (max-width: 480px) {
    .vadi-acc-item { height: 160px; }
    .cat-main-title { font-size: 1.8rem; }
    .acc-mobile-title h3 { font-size: 1.1rem; }
}