/* Lastik sayfa stilleri */

.page-lastik .ko-hero {
    padding-top: 6.5rem;
    min-height: auto;
    background: var(--hero-gradient);
}

.lt-media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 220px;
    margin: 0;
    border-radius: var(--radius-lg);
    border: 1px dashed var(--border);
    background: var(--bg-muted);
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.lt-media-placeholder--wide {
    max-width: none;
    aspect-ratio: 21 / 9;
    min-height: 200px;
}

.page-lastik .ko-hero__media-frame .lt-media-placeholder {
    width: min(100%, 380px);
    margin-inline: auto;
}

.lt-services {
    background: var(--bg-muted);
}

.lt-gallery {
    background: var(--bg);
}

.lt-gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 56rem;
    margin-inline: auto;
}

.lt-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.lt-gallery__item.ko-hero__media-frame {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

@media (max-width: 600px) {
    .lt-gallery__grid {
        grid-template-columns: 1fr;
    }
}

.page-lastik .ko-cta__hint a {
    color: var(--accent);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page-lastik .ko-cta__hint a:hover {
    color: var(--accent-hover);
}

.page-lastik .ko-hero__media-frame:has(.lt-media-placeholder) {
    background: transparent;
    border: none;
    box-shadow: none;
}
