.article-block .--text p.t-sans {margin-bottom: .5rem;}


/*
1
*/
/* FULL */
.article-block.--full {
    min-height: calc(100dvh - var(--header_m-height));
    max-height: calc(100dvh - var(--header_m-height));
    background: black;
}

.article-block.--full .--bg {opacity: .75;}

.article-block.--full .--text {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

@media only screen and (min-width: 1096px) {
    .article-block.--full {
        min-height: calc(100dvh - var(--header_d-height));
        max-height: calc(100dvh - var(--header_d-height));
    }

    .article-block.--full .--text {padding: 2.5rem;}
}


/* SPLIT */
.article-block.--split {
    display: flex;
    flex-direction: column;
    min-height: calc(100dvh - var(--header_m-height));
    max-height: calc(100dvh - var(--header_m-height));
}

.article-block.--split > * {height: calc(calc(100dvh - var(--header_m-height)) / 2);}

.article-block.--split .--text h2 {margin-bottom: var(--size-m);}
.article-block.--split .--text p.t-serif.t-500 {margin: auto 0 .1em;}
@media only screen and (min-width: 1096px) {
    .article-block.--split {flex-direction: row;}
    .article-block.--split > * {height: calc(100dvh - var(--header_m-height));}

    .article-block.--split .--text {
        width: 60%;
        padding: 1.5rem 2.5rem;
    }

    .article-block.--split .--picture {width: 40%;}
}


/* 
2
*/
/* FULL */
.article-block.--full-s {
    height: 100%;
    background: black;
}

.article-block.--full-s .--bg {opacity: .75;}

.article-block.--full-s .--text {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

/* DEFAULT */
.article-block.--default-l .--text {margin-top: var(--size);}




/* 
3
*/
.article-block.--default .--text {margin-top: 1rem;}




@media (hover: hover) {
    #community_p-blog-nav a {transition: 250ms;}
    .article-block .media-cover {transition: 500ms;}

    .article-block:hover .media-cover {scale: 1.05;}

    #community_p-blog-nav a:hover {color: var(--c-red) !important;}
}