/* Yel Alaçatı — Hakkımızda */
.yel-about-intro {
    padding: 70px 0 50px;
    background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
}

.yel-about-intro__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #b89f82;
    margin-bottom: 12px;
}

.yel-about-intro__title {
    font-family: "Dancing Script", cursive;
    font-size: clamp(2.4rem, 5vw, 3.5rem);
    color: #c9a227;
    margin-bottom: 8px;
    line-height: 1.15;
}

.yel-about-intro__subtitle {
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    font-weight: 700;
    color: #2d2926;
    margin-bottom: 24px;
}

.yel-about-intro__lead {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #5c5650;
    max-width: 720px;
    margin: 0 auto 28px;
}

.yel-about-intro__lead p {
    margin-bottom: 1rem;
}

.yel-about-intro__lead p:last-child {
    margin-bottom: 0;
}

.yel-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #fff;
    border: 1px solid rgba(184, 159, 130, 0.35);
    border-radius: 999px;
    font-size: 14px;
    color: #6b6358;
    box-shadow: 0 4px 20px rgba(45, 41, 38, 0.06);
}

.yel-about-badge i {
    color: #FF9800;
}

/* Hikaye + görsel */
.yel-about-story {
    padding: 80px 0;
    background: #fff;
}

.yel-about-story__img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(45, 41, 38, 0.14);
    min-height: 380px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.yel-about-story__img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(26, 24, 22, 0.35) 100%);
}

.yel-about-story__content .subheading {
    color: #b89f82;
}

.yel-about-story__content h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #2d2926;
    margin-bottom: 20px;
}

.yel-about-story__content p {
    color: #5c5650;
    line-height: 1.85;
    font-size: 1rem;
}

.yel-about-features {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.yel-about-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #4a4238;
    font-size: 15px;
}

.yel-about-features li i {
    color: #FF9800;
    margin-top: 4px;
    flex-shrink: 0;
}

/* Deneyim kartları */
.yel-about-experience {
    padding: 70px 0 80px;
    background: linear-gradient(180deg, #f5f0ea 0%, #ebe3d6 100%);
}

.yel-about-experience .heading-section .subheading {
    color: #b89f82;
}

.yel-about-exp-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px 28px;
    height: 100%;
    border: 1px solid rgba(184, 159, 130, 0.2);
    box-shadow: 0 12px 40px rgba(45, 41, 38, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.yel-about-exp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(45, 41, 38, 0.12);
}

.yel-about-exp-card__time {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #b89f82;
    background: #f5efe6;
    padding: 6px 12px;
    border-radius: 6px;
    margin-bottom: 16px;
}

.yel-about-exp-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF9800 0%, #e68900 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.yel-about-exp-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #2d2926;
    margin-bottom: 12px;
}

.yel-about-exp-card p {
    color: #6b6358;
    line-height: 1.75;
    margin: 0;
    font-size: 15px;
}

/* Galeri */
.yel-about-gallery {
    padding: 70px 0;
    background: #fff;
}

.yel-about-gallery__item {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 36px rgba(45, 41, 38, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.yel-about-gallery__item:hover {
    transform: scale(1.02);
    box-shadow: 0 18px 48px rgba(45, 41, 38, 0.16);
}

.yel-about-gallery__item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.yel-about-gallery__item:hover img {
    transform: scale(1.05);
}

.yel-about-gallery__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(26, 24, 22, 0.55) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.yel-about-gallery__item:hover .yel-about-gallery__overlay {
    opacity: 1;
}

.yel-about-gallery__overlay span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.yel-about-gallery__overlay i {
    margin-right: 8px;
}

/* CTA */
.yel-about-cta {
    padding: 0 0 80px;
}

.yel-about-cta__box {
    background: linear-gradient(135deg, #1a1816 0%, #2d2926 100%);
    border-radius: 24px;
    padding: 48px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(26, 24, 22, 0.25);
}

.yel-about-cta__box::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 152, 0, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.yel-about-cta__box h2 {
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
}

.yel-about-cta__box p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 28px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.yel-about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    position: relative;
}

.yel-about-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.yel-about-cta__btn--primary {
    background: linear-gradient(135deg, #FF9800 0%, #e68900 100%);
    color: #fff;
    border: none;
    box-shadow: 0 8px 24px rgba(255, 152, 0, 0.35);
}

.yel-about-cta__btn--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 152, 0, 0.45);
}

.yel-about-cta__btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.yel-about-cta__btn--outline:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.yel-about-contact-strip {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 40px;
    position: relative;
}

.yel-about-contact-strip a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
}

.yel-about-contact-strip a:hover {
    color: #FF9800;
}

@media (max-width: 991px) {
    .yel-about-story__img {
        min-height: 300px;
        margin-bottom: 32px;
    }

    .yel-about-gallery__item img {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .yel-about-intro {
        padding: 50px 0 40px;
    }

}
