.cephe-bolum { padding-bottom: 0; }

.cephe-izgara {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: center;
    max-width: 880px;
    margin: 0 auto;
}

.cephe-foto {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: 0 12px 28px rgba(11, 31, 58, 0.16);
}

.cephe-orta { aspect-ratio: 4 / 5.5; }

.cephe-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.cephe-foto:hover img { transform: scale(1.05); }

@media (max-width: 860px) {
    .cephe-izgara { gap: 8px; padding: 0 4px; }
    .cephe-foto { border-radius: 10px; }
}