@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.proje-konsept {
    position: relative;
    padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(4rem, 8vw, 6rem);
    background: #fff;
    overflow: hidden;
}

.proje-konsept__baslik {
    margin: 0 0 clamp(1.75rem, 4vw, 2.75rem);
    font-size: clamp(3.25rem, 9vw, 6.25rem);
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(30, 45, 58, 0.14);
}

.proje-konsept__stage {
    position: relative;
}

.proje-konsept__swiper {
    overflow: visible;
}

.proje-konsept__item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: stretch;
}

.proje-konsept__media {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 16 / 10;
    background: #e8eef2;
    box-shadow: 0 10px 28px rgba(30, 45, 58, 0.07);
}

.proje-konsept__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.proje-konsept__video {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.proje-konsept__video .proje-konsept__img {
    transition: transform 0.45s ease;
}

.proje-konsept__video:hover .proje-konsept__img {
    transform: scale(1.03);
}

.proje-konsept__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 24, 40, 0.18);
    transition: background 0.25s ease;
}

.proje-konsept__video:hover .proje-konsept__play {
    background: rgba(0, 24, 40, 0.28);
}

.proje-konsept__body {
    position: relative;
    z-index: 2;
}

.proje-konsept__content {
    position: relative;
    padding: clamp(1.5rem, 3.5vw, 2.35rem) clamp(1.35rem, 3.5vw, 2.15rem) clamp(2rem, 4.5vw, 2.65rem);
    min-height: clamp(260px, 34vw, 360px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 32px rgba(16, 36, 58, 0.1);
}

.proje-konsept__nav {
    position: absolute;
    z-index: 4;
    display: flex;
    gap: 0.65rem;
}

.proje-konsept__script {
    margin-bottom: 0.25rem;
    font-family: "Great Vibes", cursive;
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    line-height: 1.15;
    color: rgba(255, 255, 255, 0.96);
}

.proje-konsept__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.45rem, 2.8vw, 2.1rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.015em;
    color: #fff;
}

.proje-konsept__text {
    margin: 0;
    max-width: 34rem;
    font-size: clamp(0.88rem, 1.45vw, 0.98rem);
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.86);
}

.proje-konsept__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.proje-konsept__arrow:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.75);
}

.proje-konsept__arrow:active {
    opacity: 0.85;
}

.proje-konsept__arrow.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

@media (min-width: 992px) {
    .proje-konsept__item {
        grid-template-columns: minmax(0, 58%) minmax(0, 46%);
        grid-template-rows: 1fr;
        align-items: center;
        min-height: clamp(380px, 34vw, 520px);
    }

    .proje-konsept__media {
        grid-column: 1 / 2;
        grid-row: 1;
        aspect-ratio: auto;
        height: clamp(380px, 34vw, 520px);
    }

    .proje-konsept__body {
        grid-column: 2 / 3;
        grid-row: 1;
        margin-left: clamp(-6rem, -12vw, -4rem);
        align-self: stretch;
        display: flex;
        align-items: center;
    }

    .proje-konsept__content {
        width: 100%;
        min-height: clamp(320px, 30vw, 440px);
    }

    .proje-konsept__nav {
        left: calc(42% + clamp(1.5rem, 4vw, 2.5rem));
        bottom: clamp(2rem, 5vw, 3.25rem);
    }
}

@media (max-width: 991px) {
    .proje-konsept__content {
        min-height: 0;
    }

    .proje-konsept__nav {
        position: static;
        justify-content: center;
        margin-top: 1.25rem;
    }
}
