/* About page — Who We Are split (text left, image right) */

.about-who {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 30px;
    background: #f3f3f1;
    box-sizing: border-box;
}

.about-who__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(40px, 5vw, 56px);
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 56px);
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .about-who__grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
        gap: clamp(40px, 5vw, 72px);
        padding: 0 clamp(32px, 5vw, 80px);
    }
}

.about-who__text {
    max-width: 100%;
}

.about-who__label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-yellow-dark);
    margin-bottom: 14px;
}

.about-who__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin-bottom: 28px;
}

.about-who__title span {
    color: var(--accent-yellow);
}

.about-who__text p {
    font-size: clamp(1rem, 1.15vw, 1.0625rem);
    line-height: 1.85;
    color: #5c5c5c;
    margin-bottom: 0px;
}

.about-who__text p:last-of-type:not(.about-who__license) {
    margin-bottom: 0;
}

.about-who__license {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 4px;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 12px 18px;
    background: var(--bg-white);
    border: 1px solid rgba(48, 67, 143, 0.12);
    border-radius: 100px;
    box-shadow: 0 8px 24px rgba(48, 67, 143, 0.06);
}

.about-who__license-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.about-who__license-num {
    font-size: 0.9375rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--text-dark);
}

.about-who__visual {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-who__image-wrap {
    width: 100%;
    max-width: 560px;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .about-who__image-wrap {
        max-width: 100%;
    }
}

.about-who__image-wrap img {
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: 580px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.about-who__badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2;
    padding: 16px 22px;
    background: var(--bg-white);
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

.about-who__badge strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.1;
}

.about-who__badge span {
    font-size: 0.8125rem;
    color: var(--text-muted);
}

@media (max-width: 991px) {
    .about-who__text {
        order: 1;
    }

    .about-who__visual {
        order: 2;
    }
}

/* Tablet & mobile */
@media (max-width: 991.98px) {
    .about-who {
        padding: 24px max(16px, env(safe-area-inset-right)) 24px max(16px, env(safe-area-inset-left));
    }

    .about-who__grid {
        gap: 28px;
        padding: 0;
    }

    .about-who__title {
        font-size: clamp(1.75rem, 6vw, 2.35rem);
        margin-bottom: 20px;
    }

    .about-who__text p {
        font-size: 0.9375rem;
        line-height: 1.75;
        margin-bottom: 1em;
    }

    .about-who__image-wrap {
        max-width: 100%;
        border-radius: 24px;
    }

    .about-who__image-wrap img {
        min-height: 0;
        max-height: none;
        aspect-ratio: 4 / 3;
        object-position: center top;
    }

    .about-who__badge {
        bottom: 16px;
        left: 16px;
        padding: 12px 16px;
        border-radius: 14px;
    }

    .about-who__badge strong {
        font-size: 1.25rem;
    }

    .about-who__badge span {
        font-size: 0.75rem;
        line-height: 1.35;
    }
}

@media (max-width: 575.98px) {
    .about-who {
        padding: 20px max(14px, env(safe-area-inset-right)) 20px max(14px, env(safe-area-inset-left));
    }

    .about-who__grid {
        gap: 22px;
    }

    .about-who__title {
        font-size: clamp(1.55rem, 7vw, 1.95rem);
        margin-bottom: 16px;
    }

    .about-who__text p {
        font-size: 0.875rem;
        line-height: 1.7;
    }

    .about-who__image-wrap {
        border-radius: 18px;
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    }

    .about-who__image-wrap img {
        aspect-ratio: 16 / 12;
    }

    .about-who__badge {
        left: 12px;
        bottom: 12px;
        padding: 10px 14px;
        max-width: calc(100% - 24px);
    }

    .about-who__badge strong {
        font-size: 1.125rem;
    }

    .about-who__badge span {
        font-size: 0.6875rem;
    }
}
