/*
|--------------------------------------------------------------------------
| Oluşturulma Tarihi : 28.04.2026
| Değişiklik Tarihi  : 29.06.2026
| Versiyon           : v0.5.1
| Yaratan            : Özgür Elibol
| Dokümanın Amacı    : Hakkımızda bölümünün Sultanahmet ve Hodegon mirası
|                      anlatımını sadeleştirir; tekrarlayan bilgi kutularını
|                      kaldırır ve Bize Ulaşın butonunu korur.
|--------------------------------------------------------------------------
*/

.about-section-heritage {
    background: #ffffff;
    padding-top: 88px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}

.about-section-heritage::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: #f8f5ef;
    z-index: 0;
}

.about-heritage-container {
    position: relative;
    z-index: 1;
}

.about-heritage-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.92fr) minmax(500px, 1.08fr);
    gap: 58px;
    align-items: start;
}

.about-heritage-visual {
    position: relative;
    margin-top: 0;
}

.about-heritage-image {
    height: 520px;
    overflow: hidden;
    background: #111111;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
}

.about-heritage-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-heritage-caption {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: -26px;
    background: #111111;
    color: #ffffff;
    padding: 18px 22px;
    border-left: 5px solid #b79a54;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.about-heritage-caption span {
    display: block;
    color: #d6bd7a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.about-heritage-caption strong {
    display: block;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.25;
}

.about-heritage-content {
    max-width: 760px;
    padding-top: 0;
}

.about-heritage-content h2 {
    font-size: clamp(34px, 3.4vw, 50px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.7px !important;
    color: #111111;
    margin-bottom: 22px !important;
    font-weight: 850 !important;
}

.about-heritage-content p {
    font-size: 16.5px !important;
    line-height: 1.78 !important;
    color: #3f3f3f !important;
    margin-bottom: 14px !important;
}

.about-heritage-lead {
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #222222 !important;
    font-weight: 700;
}

.about-heritage-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 28px;
}

.about-heritage-actions .btn-secondary {
    margin-top: 0;
    background: #b79a54;
    color: #ffffff;
    border-color: #b79a54;
}

.about-heritage-actions .btn-secondary:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

body.rtl .about-section-heritage::before {
    right: auto;
    left: 0;
}

body.rtl .about-heritage-caption {
    border-left: none;
    border-right: 5px solid #b79a54;
}

@media only screen and (max-width: 1180px) {
    .about-heritage-grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .about-section-heritage::before {
        display: none;
    }

    .about-heritage-image {
        height: 450px;
    }

    .about-heritage-content {
        max-width: 100%;
    }
}

@media only screen and (max-width: 820px) {
    .about-section-heritage {
        padding-top: 74px;
        padding-bottom: 82px;
    }

    .about-heritage-content {
        text-align: center;
    }

    .about-heritage-actions {
        justify-content: center;
    }
}

@media only screen and (max-width: 560px) {
    .about-heritage-image {
        height: 310px;
    }

    .about-heritage-caption {
        left: 16px;
        right: 16px;
        bottom: -24px;
        padding: 16px 18px;
    }

    .about-heritage-caption strong {
        font-size: 18px;
    }

    .about-heritage-content h2 {
        font-size: 30px !important;
    }

    .about-heritage-content p {
        font-size: 15.5px !important;
    }

    .about-heritage-actions .btn-secondary {
        width: 100%;
    }
}
