.branding {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 70px;
    padding: 80px var(--layout-padding-inline) 0;
}

.branding_header {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.branding_cover {
    position: relative;
    height: 615px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.branding_cover_content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    transform: translateY(112px);
}

.branding_cover_image_container {
    position: absolute;
    top: 0;
    right: calc(-1 * var(--layout-padding-inline));
    bottom: 0;
    left: calc(-1 * var(--layout-padding-inline));
    overflow-x: clip;
    overflow-y: visible;
    pointer-events: none;
}

.branding_cover_image {
    position: absolute;
    top: -60px;
    left: calc(50% - 210px);
    width: clamp(290px, 52vw, 446px);
    aspect-ratio: 446 / 593;
}

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

@media (max-width: 1365px) {
    .branding_cover {
        height: clamp(454px, calc(74.8vw + 160px), 784px);
    }

    .branding_cover_content {
        gap: clamp(29px, calc(49.8px - 2.5vw), 40px);
        transform: translateY(clamp(0px, calc(14.1vw - 55px), 62px));
    }

    .branding_cover_image {
        top: clamp(101px, calc(17.5vw + 32px), 178px);
        left: -84px;
    }
}

@media (max-width: 759px) {
    .branding_cover_image {
        left: -79px;
    }
}

.branding_cover_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 57px
}

@media (max-width: 1365px) {
    .branding_cover_top {
        flex-direction: column;
    }
}

@media (max-width: 759px) {
    .branding_cover_top {
        gap: 24px
    }
}

.branding_cover_title {
    width: 100%;
}

.branding_title {
    width: 100%;
    font-family: var(--font-family-brand), Helvetica, Arial, sans-serif;
    font-size: var(--font-size-brand);
    text-transform: uppercase;
}

.branding_title.top {
    display: none;
}

.branding_title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 1365px) {
    .branding_title.bottom {
        display: none;
    }

    .branding_title.top {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
}

@media (max-width: 759px) {
    .branding_title.top {
        flex-direction: column;
    }
}

.branding_cover_top_slogan {
    width: 350px;
}

@media (max-width: 1365px) {
    .branding_cover_top_slogan {
        margin-left: 50%;
        width: 270px;
    }
}

@media (max-width: 759px) {
    .branding_cover_top_slogan {
        width: 50%;
        max-width: 180px;
    }
}

.branding_cover_bottom_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.branding_cover_bottom {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 57px
}

.branding_cover_bottom_slogan {
    width: 470px;
}

@media (max-width: 1365px) {
    .branding_cover_bottom_slogan {
        margin-left: 50%;
        width: 320px;
    }
}

@media (max-width: 759px) {
    .branding_cover_bottom_slogan {
        width: 50%;
        max-width: 195px;
    }
}

.branding_cover_actions .branding_cover_link {
    display: none;
}

@media (max-width: 1365px) {
    .branding_cover_actions .branding_cover_link {
        display: block;
    }
}

.branding_cover_actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.branding_cover_actions .branding_cover_link {
    display: none;
}

@media (max-width: 1365px) {
    .branding_cover_actions .branding_cover_link {
        display: block;
    }
}

@media (max-width: 1365px) {
    .branding_cover_link.desktop {
        display: none;
    }
}

.branding_slogans {
    display: flex;
    align-items: self-start;
    gap: 155px
}

@media (max-width: 1365px) {
    .branding_slogans {
        justify-content: space-between;
        gap: 50px
    }
}

@media (max-width: 759px) {
    .branding_slogans {
        display: grid;
        grid-template-columns: minmax(0, 128px) minmax(0, 1fr);
        gap: 12px
    }

    .branding_slogans_tile,
    .branding_slogans_list {
        width: 100%;
        min-width: 0;
    }
}

.branding_slogans_tile {
    width: 290px;
    max-width: 100%;
    margin: 0;
    font-weight: var(--font-weight-medium);
    line-height: 140%;
    text-transform: uppercase;
}

.branding_slogans_list {
    display: flex;
    align-items: self-start;
    gap: 150px
}

.branding_slogans_list > .branding_slogan:first-child {
    width: 520px;
}

.branding_slogans_list > .branding_slogan:last-child {
    width: 490px;
}

@media (max-width: 1365px) {
    .branding_slogans_list {
        flex-direction: column;
        gap: 40px
    }

    .branding_slogans_list > .branding_slogan:first-child {
        width: 390px;
    }

    .branding_slogans_list > .branding_slogan:last-child {
        width: 390px;
    }
}

@media (max-width: 759px) {
    .branding_slogans_list {
        gap: 32px
    }

    .branding_slogans_list > .branding_slogan:first-child,
    .branding_slogans_list > .branding_slogan:last-child {
        width: 100%;
    }
}

.branding_examples {
    display: flex;
    flex-direction: column;
    gap: 72px
}

@media (max-width: 1365px) {
    .branding_examples {
        gap: 52px
    }

}

@media (max-width: 759px) {
    .branding_examples {
        gap: 40px
    }
}

.branding_examples {
    --branding-example-small-width: calc(25% - 10px);
    --branding-example-large-width: calc(37.5% - 15px);
}

.branding_examples_top,
.branding_examples_bottom {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

@media (max-width: 1365px) {
    .branding_examples_top, .branding_examples_bottom {
        flex-direction: column;
    }

}

.branding_examples_top > .branding_example:first-child,
.branding_examples_bottom > .branding_example:nth-child(1),
.branding_examples_bottom > .branding_example:nth-child(2) {
    width: var(--branding-example-large-width);
}

.branding_examples_top > .branding_example:last-child {
    width: 50%;
}

.branding_examples_bottom > .branding_example:last-child {
    width: var(--branding-example-small-width);
}

.branding_example {
    flex: none;
    gap: 32px;
}

.branding_example_images {
    display: flex;
    gap: 20px;
}

.branding_example_images > .branding_example_image {
    width: calc(50% - 10px);
}

.branding_example_image {
    width: 100%;
    height: 306px;
    background-color: var(--color-gray-500);
    border-radius: 9px;
    overflow: hidden;
}

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

.branding_example_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.branding_example_title {
    max-width: 550px;
    margin: 0;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: var(--font-weight-regular);
}

.branding_example_text {
    max-width: 600px;
}

@media (max-width: 1365px) {
    .branding_example_text {
        max-width: 590px;
    }
}

@media (min-width: 760px) and (max-width: 1365px) {
    .branding_examples_top,
    .branding_examples_bottom {
        gap: 52px;
    }

    .branding_examples_top > .branding_example:first-child,
    .branding_examples_bottom > .branding_example:nth-child(1),
    .branding_examples_bottom > .branding_example:nth-child(2),
    .branding_examples_bottom > .branding_example:last-child {
        width: 75%;
        max-width: none;
    }

    .branding_examples_top > .branding_example:last-child {
        width: 100%;
        max-width: none;
    }
}

@media (min-width: 1366px) and (max-width: 1599px) {
    .branding_slogans {
        justify-content: space-between;
        gap: 50px;
    }

    .branding_slogans_list {
        flex-direction: column;
        gap: 40px;
    }

    .branding_slogans_list > .branding_slogan:first-child,
    .branding_slogans_list > .branding_slogan:last-child {
        width: 390px;
    }
}

@media (max-width: 759px) {
    .branding_example_title {
        font-size: min(36px, 9.1vw);
    }

    .branding_examples_top > .branding_example:first-child,
    .branding_examples_top > .branding_example:last-child,
    .branding_examples_bottom > .branding_example:nth-child(1),
    .branding_examples_bottom > .branding_example:nth-child(2),
    .branding_examples_bottom > .branding_example:last-child {
        width: 100%;
        max-width: none;
    }

    .branding_example_image {
        height: auto;
        aspect-ratio: 1;
    }

    .branding_example_images > .branding_example_image {
        width: 100%;
    }

    .branding_example_images > .branding_example_image:not(:first-child) {
        display: none;
    }
}
