/* ========================================================= */
/* --- ANASAYFA HAKKIMIZDA BÖLÜMÜ GENEL YAPISI --- */
/* ========================================================= */

.home-about-section {
    position: relative;
    width: 100%;
    padding: 90px 0 60px 0;
    background-color: #f7f4ed;
    background-image: url('../uploads/anasayfa/hakkimizda/arkaplan.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #2b2b2b;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.about-container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 25px;
}

/* 3 Kolonlu Ana Izgara */
.about-main-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr 0.95fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 70px;
}

/* ========================================================= */
/* --- SOL KOLON: BAŞLIK VE ÖZET METİN --- */
/* ========================================================= */

.about-col-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-tagline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.about-tagline .tag-line {
    width: 35px;
    height: 2px;
    background-color: #c5a059;
}

.about-tagline .tag-text {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #a37c3f;
    text-transform: uppercase;
}

.about-title {
    font-family: 'Playfair Display', serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.about-subtitle {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #b88e38;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.4;
}

.about-desc {
    font-size: 14.5px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.about-desc strong {
    color: #1a1a1a;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #8f6c2c;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 2px solid #c5a059;
    transition: all 0.3s ease;
}

.about-btn:hover {
    color: #1a1a1a;
    border-color: #1a1a1a;
    transform: translateX(5px);
}

/* ========================================================= */
/* --- ORTA KOLON: FOTOĞRAF KOLAJI --- */
/* ========================================================= */

.photo-collage-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.collage-card {
    background: #ffffff;
    padding: 6px;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.collage-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
    object-fit: cover;
}

.collage-top {
    transform: rotate(-1deg);
    z-index: 2;
}

.collage-bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.collage-bottom-left {
    transform: rotate(1deg);
}

.collage-bottom-right {
    transform: rotate(-0.5deg);
}

.collage-card:hover {
    transform: scale(1.02) rotate(0deg);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
    z-index: 5;
}

/* ========================================================= */
/* --- SAĞ KOLON: EL YAZISI SLOGAN & BİLGİ --- */
/* ========================================================= */

.about-col-right {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.script-quote {
    font-family: 'Alex Brush', cursive;
    font-size: 42px;
    line-height: 1.2;
    color: #b88e38;
    margin-bottom: 20px;
}

.about-right-desc {
    font-size: 14px;
    line-height: 1.75;
    color: #4a4a4a;
    margin-bottom: 35px;
}

.about-brand-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(197, 160, 89, 0.25);
}

.brand-logo-img {
    max-height: 42px;
    width: auto;
}

.brand-text-wrapper {
    display: flex;
    flex-direction: column;
}

.brand-text-wrapper strong {
    font-size: 13px;
    letter-spacing: 1px;
    color: #1a1a1a;
}

.brand-text-wrapper span {
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #7a7a7a;
}

/* ========================================================= */
/* --- ALT İSTATİSTİK VE SAYAÇ BARI --- */
/* ========================================================= */

.about-stats-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(197, 160, 89, 0.3);
    border-radius: 8px;
    padding: 22px 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.stat-icon {
    font-size: 22px;
    color: #c5a059;
    margin-bottom: 6px;
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 3px;
    white-space: nowrap;
}

.stat-label {
    font-size: 11px;
    color: #666666;
    font-weight: 500;
}

.stat-sep {
    width: 1px;
    height: 45px;
    background: linear-gradient(180deg, transparent, rgba(197, 160, 89, 0.4), transparent);
    margin: 0 10px;
}

/* Ek Bilgi Kutusu & Rozetler */
.stat-info-box {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 2.2;
    padding-left: 10px;
}

.info-content h4 {
    font-size: 13px;
    font-weight: 700;
    color: #a37c3f;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.info-content p {
    font-size: 11px;
    line-height: 1.45;
    color: #555555;
    margin: 0;
}

.info-badges {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 160px;
}

.badge-item {
    font-size: 10px;
    font-weight: 600;
    color: #2b2b2b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.badge-item i {
    color: #c5a059;
    font-size: 12px;
}

/* ========================================================= */
/* --- SCROLL VE GİRİŞ ANİMASYONLARI --- */
/* ========================================================= */

.animate-on-scroll {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.animate-on-scroll.fade-right {
    transform: translateX(-40px);
}

.animate-on-scroll.fade-left {
    transform: translateX(40px);
}

.animate-on-scroll.zoom-in {
    transform: scale(0.92);
}

.animate-on-scroll.fade-up {
    transform: translateY(30px);
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translate(0) scale(1);
}

/* ========================================================= */
/* --- RESPONSIVE / MOBİL UYUMLULUK --- */
/* ========================================================= */

@media screen and (max-width: 1200px) {
    .about-main-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-col-right {
        grid-column: span 2;
        padding-left: 0;
        margin-top: 10px;
    }
}

/* Tablet ve Geniş Mobil Ekranlar (Yan Yan 3'lü Düzen) */
@media screen and (max-width: 768px) {
    .home-about-section {
        padding: 50px 0 40px 0;
    }

    .about-main-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-col-right {
        grid-column: span 1;
    }

    .about-title {
        font-size: 38px;
    }

    .script-quote {
        font-size: 32px;
    }

    /* Sayaç Barı Mobil Esnek Düzen */
    .about-stats-bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 15px;
        gap: 16px 0;
    }

    /* Dikey Separatörleri Mobilde Gizle */
    .stat-sep {
        display: none !important;
    }

    /* 3'lü Düzen (6 sayaç 2 satırda biter) */
    .stat-box {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 6px 4px;
        box-sizing: border-box;
    }

    .stat-number {
        font-size: 19px;
    }

    .stat-label {
        font-size: 10px;
        line-height: 1.35;
    }

    /* Alt Bilgi Kutusu */
    .stat-info-box {
        flex: 0 0 100%;
        width: 100%;
        border-top: 1px solid rgba(197, 160, 89, 0.3);
        padding-top: 15px;
        margin-top: 8px;
        padding-left: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* Küçük Mobil Ekranlar (Yan Yana 2'li Düzen) */
@media screen and (max-width: 576px) {
    .stat-box {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 8px 6px;
    }

    .stat-icon {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .stat-number {
        font-size: 18px;
    }

    .stat-label {
        font-size: 10px;
    }
}