.about-page {
    --about-border: #dfe6ea;
    --about-surface: #f5f8fa;
    color: var(--black, #242424);
    overflow: clip;
}

.about-page *,
.about-page *::before,
.about-page *::after {
    box-sizing: border-box;
}

.about-page__breadcrumbs {
    padding-top: 22px;
    padding-bottom: 18px;
}

.about-page .ae-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #788084;
    font-size: 14px;
}

.about-page .ae-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.about-page .ae-breadcrumbs a:hover {
    color: var(--blue, #0464a3);
}

.about-section {
    margin-top: 88px;
}

.about-section h2,
.about-intro h2,
.about-principles h2,
.about-office h2,
.about-reviews h2,
.about-documents h2 {
    margin: 0 0 32px;
    color: #202b33;
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 600;
    line-height: 1.08;
}

.about-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .93fr) minmax(440px, 1.07fr);
    min-height: 570px;
    overflow: hidden;
    border: 1px solid var(--about-border);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(34, 64, 82, .08);
}

.about-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(34px, 5vw, 68px);
}

.about-hero__eyebrow,
.about-leader__eyebrow {
    margin: 0 0 18px;
    color: var(--blue, #0464a3);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-hero h1 {
    max-width: 650px;
    margin: 0;
    color: #202b33;
    font-size: clamp(42px, 4.2vw, 64px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -.025em;
}

.about-hero__lead {
    max-width: 650px;
    margin: 24px 0 0;
    color: #58656e;
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.5;
}

.about-hero__advantages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.about-hero__advantages li {
    position: relative;
    padding-left: 22px;
    color: #344751;
    font-size: 15px;
    line-height: 1.35;
}

.about-hero__advantages li::before,
.about-quality__content li::before {
    position: absolute;
    top: .42em;
    left: 0;
    width: 9px;
    height: 9px;
    border: 2px solid #2b9e76;
    border-radius: 50%;
    content: "";
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.about-hero__actions :where(.blue-btn, .white-btn) {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-inline: 24px;
    text-decoration: none;
}

.about-hero__visual {
    min-width: 0;
    min-height: 100%;
    background: #edf2f4;
}

.about-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-stats {
    margin-top: 24px;
}

.about-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--about-border);
    border-radius: 22px;
    background: #fff;
}

.about-stats__item {
    display: flex;
    min-width: 0;
    min-height: 112px;
    flex-direction: column;
    justify-content: center;
    padding: 22px 28px;
}

.about-stats__item + .about-stats__item {
    border-left: 1px solid var(--about-border);
}

.about-stats__item strong {
    color: var(--blue, #0464a3);
    font-size: clamp(24px, 2.5vw, 38px);
    font-weight: 600;
    line-height: 1;
}

.about-stats__item span {
    margin-top: 10px;
    color: #66747d;
    font-size: 14px;
    line-height: 1.35;
}

.about-intro__grid {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
    gap: clamp(40px, 8vw, 120px);
    align-items: start;
}

.about-intro h2 {
    margin: 0;
}

.about-intro__text {
    color: #4f5e67;
    font-size: 19px;
    line-height: 1.65;
}

.about-intro__text > :first-child,
.about-leader blockquote > :first-child {
    margin-top: 0;
}

.about-intro__text > :last-child,
.about-leader blockquote > :last-child {
    margin-bottom: 0;
}

.about-process .service-timeline {
    margin: 0;
}

.about-principles__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-principle-card {
    min-width: 0;
    min-height: 215px;
    padding: 28px;
    border: 1px solid var(--about-border);
    border-radius: 22px;
    background: #fff;
}

.about-principle-card__number {
    display: block;
    margin-bottom: 28px;
    color: var(--blue, #0464a3);
    font-size: 14px;
    font-weight: 700;
}

.about-principle-card h3 {
    margin: 0;
    color: #263943;
    font-size: 21px;
    line-height: 1.2;
}

.about-principle-card p {
    margin: 12px 0 0;
    color: #687780;
    font-size: 15px;
    line-height: 1.5;
}

.about-quality__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
    overflow: hidden;
    border-radius: 28px;
    background: var(--about-surface);
}

.about-quality__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.about-quality__content {
    align-self: center;
    padding: clamp(34px, 5vw, 64px);
}

.about-quality__content h2 {
    margin-bottom: 22px;
}

.about-quality__content > p {
    margin: 0;
    color: #58666f;
    font-size: 17px;
    line-height: 1.6;
}

.about-quality__content ul {
    display: grid;
    gap: 15px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.about-quality__content li {
    position: relative;
    padding-left: 24px;
    color: #344751;
    line-height: 1.45;
}

.about-team .service-team,
.about-faq .service-faq,
.about-final-cta .service-final-cta {
    margin: 0;
}

.about-leader__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr);
    min-height: 460px;
    overflow: hidden;
    border-radius: 28px;
    background: #24323a;
    color: #fff;
}

.about-leader__content {
    align-self: center;
    padding: clamp(36px, 5.5vw, 72px);
}

.about-leader__eyebrow {
    color: #72b9e5;
}

.about-leader h2 {
    margin: 0;
    color: #fff;
}

.about-leader h3 {
    margin: 22px 0 0;
    color: #fff;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.2;
}

.about-leader__role {
    margin: 12px 0 0;
    color: #b9c6cc;
    font-size: 16px;
}

.about-leader blockquote {
    max-width: 700px;
    margin: 28px 0;
    color: #edf3f5;
    font-size: 18px;
    line-height: 1.6;
}

.about-leader .white-btn {
    min-height: 46px;
    margin: 0;
}

.about-leader__visual {
    min-height: 100%;
    background: #d9dfe2;
}

.about-leader__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.about-section__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.about-section__heading h2 {
    margin: 0;
}

.about-section__heading a {
    min-height: 44px;
    color: var(--blue, #0464a3);
    font-weight: 600;
    line-height: 44px;
    text-decoration: none;
}

.about-projects__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-projects__grid .project-card {
    display: flex;
    min-width: 0;
    min-height: 470px;
    flex-direction: column-reverse;
    gap: 0;
    border: 1px solid var(--about-border);
    border-radius: 22px;
    background: #fff;
}

.about-projects__grid .project-card_content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.about-projects__grid .project-card_title {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.2;
}

.about-projects__grid .project-card_txt {
    display: -webkit-box;
    overflow: hidden;
    color: #687780;
    font-size: 15px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.about-projects__grid .project-card_link {
    min-height: 44px;
    margin: auto 0 0;
}

.about-projects__grid .project-card_img-tags {
    height: 230px;
    flex: 0 0 230px;
}

.about-projects__grid .project-card_img {
    border-radius: 22px 22px 0 0;
    object-fit: contain;
    background: #f1f4f5;
}

.about-projects__grid .project-card_tag-list {
    z-index: 1;
    max-width: calc(100% - 30px);
    flex-wrap: wrap;
    justify-content: flex-end;
}

.about-documents__notice {
    max-width: 740px;
    margin: -16px 0 28px;
    color: #687780;
}

.about-documents__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-document-card {
    display: flex;
    min-height: 96px;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border: 1px solid var(--about-border);
    border-radius: 18px;
    color: #263943;
    text-decoration: none;
}

.about-document-card > span {
    padding: 9px;
    border-radius: 8px;
    background: #eaf4fb;
    color: var(--blue, #0464a3);
    font-size: 12px;
    font-weight: 700;
}

.about-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-review-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--about-border);
    border-radius: 22px;
    background: #fff;
}

.about-review-card__visual {
    display: block;
    height: 260px;
    overflow: hidden;
    background: #f3f6f8;
}

.about-review-card__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-review-card__body {
    padding: 24px;
}

.about-review-card h3 {
    margin: 0;
    color: #263943;
    font-size: 20px;
    line-height: 1.25;
}

.about-review-card__author {
    margin: 10px 0 0;
    color: #687780;
    font-size: 14px;
}

.about-review-card details {
    margin-top: 20px;
    color: #4f5e67;
}

.about-review-card summary {
    min-height: 44px;
    color: var(--blue, #0464a3);
    cursor: pointer;
    font-weight: 600;
    line-height: 44px;
}

.about-review-card details .txt-block {
    max-height: 300px;
    overflow: auto;
    padding-right: 6px;
    line-height: 1.55;
}

.about-office__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 18px;
}

.about-office__gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
    min-height: 410px;
}

.about-office__gallery a {
    display: block;
    min-width: 0;
    overflow: hidden;
    border-radius: 22px;
}

.about-office__gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-office__contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    padding: 36px;
    border-radius: 22px;
    background: var(--about-surface);
    font-style: normal;
}

.about-office__contacts div {
    display: grid;
    gap: 7px;
}

.about-office__contacts span {
    color: #788084;
    font-size: 13px;
    text-transform: uppercase;
}

.about-office__contacts :where(strong, a) {
    color: #263943;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.about-final-cta {
    margin-bottom: 88px;
}

.about-page :where(a, button, summary, input, textarea):focus-visible {
    outline: 3px solid rgba(4, 100, 163, .3);
    outline-offset: 3px;
}

@media (max-width: 1100px) {
    .about-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
        min-height: 520px;
    }

    .about-hero__content {
        padding: 42px;
    }

    .about-principles__grid,
    .about-projects__grid,
    .about-reviews__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-office__grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    }
}

@media (max-width: 800px) {
    .about-section {
        margin-top: 64px;
    }

    .about-hero__grid,
    .about-quality__grid,
    .about-leader__card,
    .about-intro__grid,
    .about-office__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-hero__grid {
        min-height: 0;
    }

    .about-hero__visual {
        min-height: 360px;
    }

    .about-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-stats__item + .about-stats__item {
        border-left: 0;
    }

    .about-stats__item:nth-child(even) {
        border-left: 1px solid var(--about-border);
    }

    .about-stats__item:nth-child(n + 3) {
        border-top: 1px solid var(--about-border);
    }

    .about-intro__grid {
        gap: 22px;
    }

    .about-quality__visual img {
        min-height: 330px;
        max-height: 480px;
    }

    .about-leader__visual {
        max-height: 480px;
        grid-row: 1;
    }

    .about-office__gallery {
        min-height: 350px;
    }
}

@media (max-width: 620px) {
    .about-page__breadcrumbs {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .about-section {
        margin-top: 52px;
    }

    .about-section h2,
    .about-intro h2,
    .about-principles h2,
    .about-office h2,
    .about-reviews h2,
    .about-documents h2 {
        margin-bottom: 22px;
        font-size: 29px;
    }

    .about-hero__grid {
        border-radius: 22px;
    }

    .about-hero__content {
        padding: 28px 22px 30px;
    }

    .about-hero h1 {
        font-size: clamp(35px, 10.2vw, 44px);
    }

    .about-hero__lead {
        margin-top: 18px;
        font-size: 16px;
    }

    .about-hero__advantages {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 22px;
    }

    .about-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 26px;
    }

    .about-hero__actions :where(.blue-btn, .white-btn) {
        width: 100%;
        min-height: 48px;
    }

    .about-hero__visual {
        min-height: 260px;
    }

    .about-hero__visual img {
        object-fit: contain;
    }

    .about-stats__item {
        min-height: 100px;
        padding: 18px;
    }

    .about-stats__item strong {
        font-size: 25px;
    }

    .about-intro__text {
        font-size: 17px;
    }

    .about-principles__grid,
    .about-projects__grid,
    .about-reviews__grid,
    .about-documents__grid {
        grid-template-columns: 1fr;
    }

    .about-principle-card {
        min-height: 0;
        padding: 22px;
    }

    .about-principle-card__number {
        margin-bottom: 18px;
    }

    .about-quality__grid,
    .about-leader__card {
        border-radius: 22px;
    }

    .about-quality__visual img {
        min-height: 250px;
    }

    .about-quality__content,
    .about-leader__content {
        padding: 28px 22px;
    }

    .about-leader__visual {
        max-height: 390px;
    }

    .about-projects__grid .project-card {
        min-height: 440px;
    }

    .about-section__heading {
        align-items: start;
        flex-direction: column;
        gap: 4px;
    }

    .about-office__gallery {
        grid-template-columns: 1fr 1fr;
        min-height: 270px;
    }

    .about-office__gallery a:first-child {
        grid-column: 1 / -1;
        min-height: 240px;
    }

    .about-office__gallery a:not(:first-child) {
        min-height: 130px;
    }

    .about-office__contacts {
        padding: 26px 22px;
    }

    .about-final-cta {
        margin-bottom: 52px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-page *,
    .about-page *::before,
    .about-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
