.article-page {
    background: #818181;
    color: #111;
}

.article-shell {
    width: 100vw;
    background: #fefff8;
}

.article-top {
    position: relative;
    height: 5.95vw;
    border-bottom: 0.07vw solid #202020;
}

.article-back {
    position: absolute;
    top: 1.9vw;
    left: 5.05vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4vw;
    height: 2.4vw;
}

.article-back span {
    width: 1.02vw;
    height: 1.02vw;
    border-bottom: 0.11vw solid #111;
    border-left: 0.11vw solid #111;
    transform: rotate(45deg);
}

.article-back:focus-visible {
    outline: none;
}

.article-hero {
    display: grid;
    grid-template-columns: 29.4vw 1fr;
    min-height: 48.1vw;
    border-bottom: 0.07vw solid #202020;
}

.article-hero__number {
    align-self: center;
    justify-self: end;
    margin: 0 5.35vw 0 0;
    color: #808080;
    font-size: 4.7vw;
    line-height: 1;
}

.article-hero__content {
    align-self: center;
    width: 55vw;
    padding-top: 0.35vw;
}

.article-hero__content h1 {
    margin: 0 0 2.3vw;
    font-size: 1.75vw;
    font-weight: 400;
    line-height: 1.12;
}

.article-hero__content p,
.article-body__text p {
    margin: 0;
    font-size: 1.36vw;
    line-height: 1.28;
}

.article-body {
    display: grid;
    grid-template-columns: 25vw 1fr;
    min-height: 36.8vw;
}

.article-body__image {
    width: 25vw;
    height: 36.8vw;
    margin: 0;
    overflow: hidden;
    border-right: 0.07vw solid #202020;
}

.article-body__image img {
    width: calc(100% + 1vw);
    height: 100%;
    object-fit: cover;
    object-position: 48% 50%;
    transform: translateX(-0.5vw);
}

.article-body__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4.15vw;
    padding: 6.45vw 5.9vw 5vw;
}

.article-body__text p + p {
    margin-top: 0;
}

@media (max-width: 900px) {
    .article-top {
        height: 8vw;
    }

    .article-back {
        top: 2.6vw;
    }

    .article-hero {
        grid-template-columns: 25vw 1fr;
        min-height: 58vw;
    }

    .article-hero__number {
        margin-right: 3vw;
        font-size: 6vw;
    }

    .article-hero__content {
        width: 64vw;
    }

    .article-hero__content h1 {
        font-size: 2.4vw;
    }

    .article-hero__content p,
    .article-body__text p {
        font-size: 1.95vw;
    }

    .article-body {
        grid-template-columns: 31vw 1fr;
    }
}

@media (max-width: 600px) {
    .article-page {
        padding: 2.55vw 0;
    }

    .article-shell,
    .article-page .footer {
        width: 93.4vw;
        margin: 0 auto;
    }

    .article-top {
        height: 16vw;
    }

    .article-back {
        top: 5.4vw;
        left: 8.3vw;
        width: 4.8vw;
        height: 4.8vw;
    }

    .article-back span {
        width: 2.4vw;
        height: 2.4vw;
        border-width: 0.28vw;
    }

    .article-hero {
        grid-template-columns: 18vw 1fr;
        min-height: 74vw;
        padding: 17.7vw 0 0 10.2vw;
    }

    .article-hero__number {
        align-self: start;
        justify-self: start;
        margin: 0;
        font-size: 12.8vw;
        line-height: 0.95;
    }

    .article-hero__number--redness {
        transform: translateX(0);
    }

    .article-hero__content {
        align-self: start;
        width: auto;
        padding: 0;
    }

    .article-hero__content h1 {
        width: 58vw;
        margin: 0;
        font-size: 3.82vw;
        line-height: 1.18;
    }

    .article-hero__title--redness {
        transform: translateX(5vw);
    }

    .article-hero__content p {
        width: 74vw;
        margin: 7.4vw 0 0 -18vw;
        font-size: 3.65vw;
        line-height: 1.3;
    }

    .article-hero__content p br,
    .article-body__text br {
        display: none;
    }

    .article-body {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .article-body__text {
        grid-row: 2;
        justify-content: flex-start;
        gap: 14.2vw;
        padding: 8.7vw 10vw 13.4vw;
    }

    .article-body__text p {
        font-size: 3.65vw;
        line-height: 1.31;
    }

    .article-body__text p + p {
        margin-top: 0;
    }

    .article-body__image {
        grid-row: 1;
        width: 100%;
        height: 67vw;
        border-top: 0;
        border-right: 0;
    }

    .article-body__image img {
        width: 106%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 45%;
        transform: translateX(-3%);
    }

    .article-page .footer {
        height: 40vw;
    }
}
