.az-about {
    --az-ink: #171717;
    --az-muted: #66615c;
    --az-line: #ded8d1;
    --az-paper: #fbfaf8;
    --az-soft: #f0f5f1;
    --az-accent: #b54131;
    --az-green: #3f5f4c;
    --az-steel: #65717a;
    --az-max: 1280px;
    color: var(--az-ink);
    background: var(--az-paper);
    font-family: ProximaNova, "Helvetica Neue", Arial, sans-serif;
}

.az-about * {
    box-sizing: border-box;
}

.az-about a {
    color: inherit;
}

.az-about__wrap {
    width: min(var(--az-max), calc(100% - 32px));
    margin: 0 auto;
}

.az-about__hero {
    min-height: 660px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr);
    gap: clamp(28px, 4vw, 72px);
    align-items: center;
    padding: clamp(40px, 6vw, 96px) 0 clamp(34px, 5vw, 72px);
}

.az-about__eyebrow {
    margin: 0 0 18px;
    color: var(--az-accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.az-about h1,
.az-about h2,
.az-about h3 {
    margin: 0;
    font-weight: 600;
    letter-spacing: 0;
}

.az-about h1 {
    max-width: 900px;
    font-size: clamp(42px, 6vw, 86px);
    line-height: .96;
}

.az-about__lead {
    max-width: 760px;
    margin: 26px 0 0;
    color: #34302d;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.45;
}

.az-about__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.az-about__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border: 1px solid var(--az-ink);
    background: var(--az-ink);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.az-about__button--light {
    background: transparent;
    color: var(--az-ink) !important;
}

.az-about__media {
    position: relative;
    min-height: 560px;
}

.az-about__image {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(23, 23, 23, .12);
    background: #e9e5df;
}

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

.az-about__image--main {
    inset: 0 0 72px 82px;
}

.az-about__image--small {
    left: 0;
    bottom: 0;
    width: 42%;
    aspect-ratio: 3 / 4;
}

.az-about__stamp {
    position: absolute;
    right: 24px;
    bottom: 16px;
    width: 172px;
    min-height: 172px;
    display: grid;
    place-items: center;
    padding: 24px;
    border-radius: 50%;
    background: var(--az-accent);
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.az-about__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--az-line);
    border-bottom: 1px solid var(--az-line);
}

.az-about__fact {
    min-height: 150px;
    padding: 28px 24px;
    border-right: 1px solid var(--az-line);
}

.az-about__fact:last-child {
    border-right: 0;
}

.az-about__fact strong {
    display: block;
    margin-bottom: 9px;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 600;
    line-height: 1;
}

.az-about__fact span {
    color: var(--az-muted);
    font-size: 15px;
    line-height: 1.45;
}

.az-about__section {
    padding: clamp(52px, 7vw, 96px) 0;
}

.az-about__section--white {
    background: #fff;
}

.az-about__section--green {
    background: var(--az-soft);
}

.az-about__section-head {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(300px, .74fr);
    gap: clamp(24px, 5vw, 72px);
    align-items: end;
    margin-bottom: clamp(28px, 4vw, 54px);
}

.az-about h2 {
    font-size: clamp(32px, 4.3vw, 58px);
    line-height: 1.04;
}

.az-about__section-head p,
.az-about__text {
    margin: 0;
    color: var(--az-muted);
    font-size: 18px;
    line-height: 1.62;
}

.az-about__cycle {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid var(--az-line);
    border-left: 1px solid var(--az-line);
}

.az-about__step {
    min-height: 230px;
    padding: 22px;
    border-right: 1px solid var(--az-line);
    border-bottom: 1px solid var(--az-line);
    background: rgba(255, 255, 255, .65);
}

.az-about__step span {
    display: block;
    margin-bottom: 42px;
    color: var(--az-accent);
    font-size: 13px;
    font-weight: 700;
}

.az-about__step h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.18;
}

.az-about__step p {
    margin: 0;
    color: var(--az-muted);
    font-size: 15px;
    line-height: 1.45;
}

.az-about__split {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(340px, .7fr);
    gap: clamp(28px, 5vw, 76px);
    align-items: start;
}

.az-about__materials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.az-about__material {
    min-height: 122px;
    padding: 22px;
    border: 1px solid var(--az-line);
    background: #fff;
}

.az-about__material strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

.az-about__material span {
    color: var(--az-muted);
    font-size: 15px;
    line-height: 1.45;
}

.az-about__quote {
    padding: clamp(28px, 4vw, 46px);
    background: var(--az-ink);
    color: #fff;
}

.az-about__quote p {
    margin: 0;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.25;
}

.az-about__quote span {
    display: block;
    margin-top: 22px;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 1.5;
}

.az-about__proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.az-about__proof-item {
    min-height: 260px;
    padding: 26px;
    border: 1px solid rgba(63, 95, 76, .24);
    background: rgba(255, 255, 255, .72);
}

.az-about__proof-item h3 {
    margin-bottom: 14px;
    font-size: 24px;
}

.az-about__proof-item p {
    margin: 0;
    color: #4c5750;
    font-size: 16px;
    line-height: 1.55;
}

.az-about__exhibitions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.az-about__tag {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid rgba(23, 23, 23, .16);
    background: #fff;
    color: var(--az-steel);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.az-about__video {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #111;
}

.az-about__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.az-about__closing {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, .56fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.az-about__closing-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.az-about__closing-list li {
    padding: 18px 0;
    border-bottom: 1px solid var(--az-line);
    color: var(--az-muted);
    font-size: 17px;
    line-height: 1.48;
}

.az-about__closing-list strong {
    color: var(--az-ink);
}

@media (max-width: 1100px) {
    .az-about__hero,
    .az-about__section-head,
    .az-about__split,
    .az-about__closing {
        grid-template-columns: 1fr;
    }

    .az-about__media {
        min-height: 520px;
    }

    .az-about__cycle {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .az-about__wrap {
        width: min(var(--az-max), calc(100% - 22px));
    }

    .az-about__hero {
        min-height: 0;
        padding-top: 28px;
    }

    .az-about h1 {
        font-size: 42px;
        line-height: 1;
    }

    .az-about__lead {
        font-size: 18px;
    }

    .az-about__actions {
        display: grid;
    }

    .az-about__button {
        width: 100%;
    }

    .az-about__media {
        min-height: 380px;
    }

    .az-about__image--main {
        inset: 0 0 48px 46px;
    }

    .az-about__image--small {
        width: 44%;
    }

    .az-about__stamp {
        right: 12px;
        bottom: 8px;
        width: 132px;
        min-height: 132px;
        padding: 18px;
        font-size: 13px;
    }

    .az-about__facts,
    .az-about__cycle,
    .az-about__materials,
    .az-about__proof {
        grid-template-columns: 1fr;
    }

    .az-about__fact {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--az-line);
    }

    .az-about__fact:last-child {
        border-bottom: 0;
    }

    .az-about__step {
        min-height: 0;
    }

    .az-about__step span {
        margin-bottom: 22px;
    }
}
