/* About — minimal overrides on shared site components */

.about-page .site-main {
    padding-top: 0;
}

/* Title band after why section (not page top) */
.about-page .page-hero.page-hero--compact {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
}

.about-why__clients {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.about-dmc {
    background: #efeefa;
}

.about-dmc__figure img {
    width: 100%;
    border-radius: 1rem;
    display: block;
    box-shadow: 0 16px 40px rgba(13, 59, 76, 0.12);
}

.about-page__step {
    padding: 1.25rem;
    background: var(--gh-light);
    border-radius: 0.85rem;
    text-align: center;
}

.about-page__step-num {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--gh-accent);
    margin-bottom: 0.5rem;
}

.about-page__step > i {
    font-size: 1.35rem;
    color: var(--gh-primary);
    display: block;
    margin-bottom: 0.65rem;
}

.about-page__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.about-page__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.5;
}

.about-page__list i {
    color: var(--gh-accent);
    flex-shrink: 0;
    margin-top: 0.15rem;
}

/* Why Choose — reference layout (panorama + 3 columns) */
.about-why {
    background: #fff;
}

.about-why__panorama {
    margin: 0;
    width: 100%;
    max-height: 320px;
    overflow: hidden;
    padding-top: calc(4.5rem + env(safe-area-inset-top, 0));
    background: var(--gh-primary-dark);
}

.about-why__panorama img {
    width: 100%;
    height: min(42vh, 320px);
    object-fit: cover;
    display: block;
}

.about-why__body {
    padding-top: 3rem;
}

.about-why__layout {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 992px) {
    .about-why__layout {
        grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.85fr) minmax(0, 0.95fr);
        gap: 2rem 2.5rem;
    }
}

.about-why__label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--gh-primary);
    margin-bottom: 1.25rem;
}

.about-why__focus-title {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 700;
    color: var(--gh-text);
    margin-bottom: 0.85rem;
    line-height: 1.2;
    transition: opacity 0.2s ease;
}

.about-why__focus-text {
    color: #5f717b;
    line-height: 1.65;
    margin-bottom: 1.75rem;
    font-size: 0.98rem;
}

.about-why__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.about-why__list-btn {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.35rem 0;
    border: none;
    background: none;
    text-align: start;
    font-size: 1rem;
    font-weight: 600;
    color: #8a9aa6;
    cursor: pointer;
    transition: color 0.2s;
}

.about-why__list-btn i {
    font-size: 1.15rem;
    color: #c5d0d8;
    transition: color 0.2s;
}

.about-why__list-btn.is-active,
.about-why__list-btn:hover {
    color: var(--gh-primary);
}

.about-why__list-btn.is-active i,
.about-why__list-btn:hover i {
    color: var(--gh-accent);
}

.about-why__portrait {
    display: flex;
    justify-content: center;
}

.about-why__oval {
    width: min(100%, 280px);
    aspect-ratio: 3/4;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(13, 59, 76, 0.15);
    border: 4px solid #fff;
    outline: 1px solid rgba(13, 59, 76, 0.08);
}

.about-why__oval img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-why__aside-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.about-why__aside-text {
    color: #5f717b;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}

.about-why__pitch {
    font-weight: 600;
    color: var(--gh-primary-dark);
    margin-bottom: 1rem;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .about-why__panorama img {
        height: 200px;
    }

    .about-why__oval {
        width: min(70vw, 260px);
    }
}
