.page-detail--o-nas,
.page-detail--o-spolku {
    max-width: 980px;
}

.about-identity {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 25px 0 31px;
    padding: 24px 28px;
    overflow: hidden;
    border: 1px solid #d7e4dd;
    border-radius: 15px;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(7, 113, 72, .08),
            transparent 34%
        ),
        linear-gradient(130deg, #f1f8f4, #fff 72%);
    box-shadow: 0 12px 34px rgba(17, 58, 41, .07);
}

.about-identity__logo {
    display: grid;
    flex: 0 0 auto;
    width: 320px;
    min-height: 218px;
    place-items: center;
    padding: 14px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .82);
}

.about-identity__logo img {
    display: block;
    width: 292px;
    max-width: 100%;
    height: 205px;
    object-fit: contain;
}

.about-identity__text {
    min-width: 0;
}

.about-identity__text small,
.about-identity__text strong {
    display: block;
}

.about-identity__text small {
    color: #087148;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
}

.about-identity__text strong {
    margin-top: 4px;
    color: #153126;
    font-size: clamp(27px, 4vw, 39px);
    line-height: 1.08;
}

.about-identity__text p {
    margin: 10px 0 0;
    color: #65766d;
    font-size: 14px;
}

.page-detail--o-nas > .content,
.page-detail--o-spolku > .content {
    margin-top: 0;
}

@media (max-width: 780px) {
    .about-identity {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
        padding: 20px;
    }

    .about-identity__logo {
        width: 100%;
        min-height: 190px;
    }

    .about-identity__logo img {
        width: min(100%, 310px);
        height: 176px;
    }
}


/* Vizuální návaznost na brand blok v hlavičce. */
.about-identity__text small {
    display: inline-flex;
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    background: #e5f3eb;
    color: #087148;
    font-size: 10px;
    letter-spacing: .14em;
}

.about-identity__text strong {
    position: relative;
    margin-top: 10px;
    padding-left: 17px;
}

.about-identity__text strong::before {
    position: absolute;
    top: 4px;
    bottom: 3px;
    left: 0;
    width: 3px;
    border-radius: 999px;
    background: #087148;
    content: "";
}

@media (max-width: 780px) {
    .about-identity__text strong {
        padding-left: 14px;
    }
}
