﻿.alz-br {
    padding: 28px 0 44px;
    background: radial-gradient(circle at top left, rgba(234,226,215,.42), transparent 30%), linear-gradient(180deg, #f7f3ec 0%, #f5f0e8 100%);
    color: #2f251f;
}

.alz-br__bcWrap {
    margin-bottom: 18px;
}

.alz-br__bc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    color: #8b7a6c;
    font-size: 13px;
    line-height: 1.5;
}

.alz-br__bcA {
    color: #8b7a6c;
    text-decoration: none;
}

    .alz-br__bcA:hover {
        color: #3b2d25;
    }

.alz-br__bcSep {
    color: #c3b4a5;
}

.alz-br__bcHere {
    color: #54453a;
}

.alz-br__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.alz-br__h1 {
    margin: 0;
    color: #2b2019;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.1vw, 52px);
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: -.04em;
}

.alz-br__meta {
    color: #7d6c60;
    font-size: 14px;
    line-height: 1.6;
}

.alz-br__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.alz-br__card {
    display: block;
    text-decoration: none;
    padding: 14px;
    border: 1px solid rgba(74,49,36,.10);
    background: rgba(255,255,255,.72);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

    .alz-br__card:hover {
        transform: translateY(-2px);
        background: #fff;
        border-color: rgba(93,74,60,.28);
        box-shadow: 0 18px 34px rgba(74,49,36,.10);
        text-decoration: none;
    }

.alz-br__media {
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f4eee6;
    border: 1px solid rgba(74,49,36,.06);
}

    .alz-br__media img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        display: block;
    }

        .alz-br__media img.is-fallback {
            opacity: .45;
            max-width: 58%;
        }

.alz-br__name {
    margin-top: 12px;
    color: #46372d;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    text-align: center;
}

.alz-br__empty {
    padding: 54px 18px;
    text-align: center;
    border: 1px solid rgba(74,49,36,.10);
    background: rgba(255,255,255,.64);
    color: #5e5147;
    font-size: 16px;
}

@media (min-width: 768px) {
    .alz-br__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .alz-br__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .alz-br {
        padding: 20px 0 34px;
    }

    .alz-br__h1 {
        font-size: 32px;
    }

    .alz-br__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}
