.about-page {
    background: #f7f8fa;
    color: #171c24;
}

.about-breadcrumbs {
    padding: 24px 0 8px;
}

.about-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #667382;
    font-size: 14px;
}

.about-breadcrumbs__item:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: #a4afbb;
}

.about-breadcrumbs__link {
    color: inherit;
    text-decoration: none;
}

.about-breadcrumbs__link[aria-current="page"] {
    color: #151b24;
    font-weight: 600;
}

.about-hero {
    padding: 24px 0 64px;
}

.about-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: 36px;
    align-items: stretch;
}

.about-hero__content,
.about-hero__media {
    border-radius: 28px;
    overflow: hidden;
}

.about-hero__content {
    background: linear-gradient(145deg, #fff 0%, #f6f5f3 100%);
    border: 1px solid rgba(19, 28, 39, 0.06);
    box-shadow: 0 24px 60px rgba(18, 29, 40, 0.08);
    padding: 42px 42px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 460px;
}

.about-hero__eyebrow,
.about-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f54903;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.about-hero__title {
    margin: 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.about-hero__lead {
    margin: 24px 0 0;
    max-width: 720px;
    font-size: 19px;
    line-height: 1.72;
    color: #435264;
}

.about-hero__media {
    min-height: 460px;
    background: #ebeff3;
    box-shadow: 0 24px 60px rgba(18, 29, 40, 0.08);
}

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

.about-section {
    padding: 72px 0;
}

.about-section--muted {
    background: #ffffff;
}

.about-section__heading {
    margin-bottom: 32px;
}

.about-section__title {
    margin: 0;
    font-size: clamp(30px, 3.2vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.about-section__text {
    margin: 18px 0 0;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.68;
    color: #4f5e70;
}

.about-company-card,
.about-story-card,
.about-contacts__card,
.about-media-card,
.about-achievement-card,
.about-geography-card,
.about-fact-card {
    background: #fff;
    border: 1px solid rgba(19, 28, 39, 0.06);
    border-radius: 24px;
    box-shadow: 0 16px 36px rgba(18, 29, 40, 0.06);
}

.about-company-card {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
    gap: 28px;
    padding: 36px;
}

.about-richtext p {
    margin: 0 0 16px;
    color: #334252;
    font-size: 17px;
    line-height: 1.76;
}

.about-richtext p:last-child {
    margin-bottom: 0;
}

.about-company-card__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-content: start;
}

.about-fact-card {
    padding: 22px 20px;
}

.about-fact-card__value {
    color: #f54903;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}

.about-fact-card p {
    margin: 0;
    color: #475769;
    font-size: 15px;
    line-height: 1.55;
}

.about-geography {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 28px;
    align-items: stretch;
}

.about-geography__map,
.about-history-showcase__media,
.about-media-card__image {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(19, 28, 39, 0.06);
    box-shadow: 0 16px 36px rgba(18, 29, 40, 0.06);
}

.about-geography__map img,
.about-history-showcase__media img,
.about-media-card__image img,
.about-contacts__map img {
    width: 100%;
    display: block;
}

.about-geography__cards {
    display: grid;
    gap: 16px;
}

.about-geography-card {
    padding: 24px;
}

.about-geography-card__value,
.about-achievement-card__value,
.about-timeline__year {
    color: #f54903;
    font-weight: 800;
}

.about-geography-card__value {
    font-size: 24px;
    margin-bottom: 10px;
}

.about-geography-card h3,
.about-achievement-card p,
.about-fact-card p,
.about-media-card__body h3,
.about-contacts__row strong {
    margin: 0;
}

.about-geography-card h3 {
    font-size: 20px;
    line-height: 1.26;
    margin-bottom: 10px;
}

.about-geography-card p {
    margin: 0;
    color: #4b5a6b;
    line-height: 1.62;
}

.about-timeline {
    display: grid;
    gap: 18px;
}

.about-timeline__item {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 20px;
    background: #fff;
    border: 1px solid rgba(19, 28, 39, 0.06);
    border-radius: 24px;
    box-shadow: 0 16px 36px rgba(18, 29, 40, 0.06);
    padding: 24px 28px;
}

.about-timeline__year {
    font-size: 32px;
    line-height: 1;
}

.about-timeline__body h3 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.24;
}

.about-timeline__body p,
.about-history-showcase__text p {
    margin: 0;
    color: #4a596b;
    line-height: 1.72;
}

.about-history-showcase {
    margin-top: 28px;
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.about-history-showcase__media figcaption {
    padding: 16px 18px 18px;
    color: #526173;
    font-size: 14px;
    line-height: 1.5;
}

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

.about-achievement-card {
    padding: 24px;
}

.about-achievement-card__value {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 12px;
}

.about-achievement-card p {
    color: #49586a;
    font-size: 17px;
    line-height: 1.5;
}

.about-story-card {
    padding: 30px 32px;
}

.about-story-card h3 {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1.2;
}

.about-story-card--spaced {
    margin-top: 24px;
}

.about-story-card__note {
    margin: 0;
    color: #59697a;
    font-size: 16px;
    line-height: 1.6;
}

.about-gallery {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

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

.about-gallery--three,
.about-gallery--documents {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-gallery__item {
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(19, 28, 39, 0.06);
    box-shadow: 0 16px 36px rgba(18, 29, 40, 0.06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.about-gallery__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(18, 29, 40, 0.1);
}

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

.about-gallery--documents .about-gallery__item img {
    aspect-ratio: 4 / 5.2;
    object-fit: contain;
    background: #f6f7f9;
}

.about-gallery--three .about-gallery__item img {
    aspect-ratio: 1 / 1;
}

.about-gallery--two .about-gallery__item img {
    aspect-ratio: 1.12 / 1;
}

.about-story-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 28px;
    align-items: start;
}

.about-story-layout__media {
    display: grid;
    gap: 18px;
}

.about-gallery__item--cover img {
    aspect-ratio: 1 / 1.25;
    object-fit: cover;
}

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

.about-media-card {
    padding: 18px;
}

.about-media-card__body {
    padding: 18px 6px 6px;
}

.about-media-card__body h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.about-media-card__body p {
    margin: 0;
    color: #526173;
    line-height: 1.66;
}

.about-media-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.about-contacts {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 24px;
    align-items: stretch;
}

.about-contacts__card {
    padding: 30px;
}

.about-contacts__list {
    display: grid;
    gap: 16px;
}

.about-contacts__row {
    display: grid;
    gap: 6px;
    color: #304051;
    line-height: 1.6;
}

.about-contacts__row a {
    color: #141b24;
    text-decoration: none;
    font-weight: 600;
}

.about-contacts__map {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(19, 28, 39, 0.06);
    box-shadow: 0 16px 36px rgba(18, 29, 40, 0.06);
}

.about-lightbox[hidden] {
    display: none !important;
}

.about-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 24px;
}

.about-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 15, 24, 0.76);
    backdrop-filter: blur(6px);
}

.about-lightbox__dialog {
    position: relative;
    width: min(1120px, 100%);
    max-height: calc(100vh - 48px);
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.about-lightbox__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(18, 28, 39, 0.08);
    color: #16202c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.about-lightbox__figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 48px);
}

.about-lightbox__figure img {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 140px);
    object-fit: contain;
    background: #f5f6f8;
}

.about-lightbox__figure figcaption {
    padding: 18px 24px 22px;
    color: #516173;
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .about-hero__layout,
    .about-company-card,
    .about-geography,
    .about-history-showcase,
    .about-story-layout,
    .about-contacts {
        grid-template-columns: 1fr;
    }

    .about-achievements,
    .about-gallery--three,
    .about-gallery--documents,
    .about-media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-hero__content,
    .about-hero__media {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 56px 0;
    }

    .about-hero {
        padding: 18px 0 48px;
    }

    .about-hero__content,
    .about-company-card,
    .about-story-card,
    .about-contacts__card {
        padding: 24px;
    }

    .about-company-card__facts,
    .about-achievements,
    .about-gallery--two,
    .about-gallery--three,
    .about-gallery--documents,
    .about-media-grid {
        grid-template-columns: 1fr;
    }

    .about-timeline__item {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .about-timeline__year {
        font-size: 28px;
    }

    .about-media-card__actions {
        flex-direction: column;
    }

    .about-lightbox {
        padding: 12px;
    }
}
