#news-hero {
    margin-top: 80px;
    padding: 110px 0 60px;
}

#news-hero .container {
    display: flex;
    align-items: center;
    gap: 130px;
}

#news-hero .header {
    min-width: 550px;
}

#news-hero .header .preheading {
    font-size: 26px;
    margin-bottom: 1em;
    letter-spacing: 0.25em;
}

#news-hero .header h1 {
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.2;
    color: var(--red);
    margin-bottom: 32px;
    letter-spacing: 0.25em;
}

#news-hero .news-item {
    min-width: 760px;
    text-align: center;
}

.news-item figure {
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
}

.news-item h3 {
    text-transform: uppercase;
    font-family: Oxanium;
    letter-spacing: 0.25em;
    font-weight: 600;
    line-height: 1.3;
    font-size: 20px;
}

.news-item h3 a {
    color: var(--red);
}

.news-item .meta {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.125em;
    margin: 1.5em 0;
}

.news-item .meta .sep {
    margin: 0 0.5em;
}

.news-item .excerpt {
    font-size: 17px;
    line-height: 1.3;
}

.news-item .placeholder,
.news-item figure img {
    width: 100%;
    height: 228px;
    background-color: #202020;
}

#news-hero .news-item h3 {
    font-size: 28px;
}

#news-hero .news-item .meta {
    font-size: 16px;
	margin-top: 7px;
}

#news-hero .news-item .bracket {
    width: 30px;
    height: 30px;
}

#news-hero .news-item figure {
    padding: 12px;
}

#news-hero .news-item .placeholder,
#news-hero .news-item figure img {
    height: 400px;
}

#articles-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 75px;
    row-gap: 90px;
}

#articles {
    padding: 70px 0 120px;
}

#articles-list article {
    width: calc((100% - 150px) / 3);
}

@media (max-width: 1600px) {

    #news-hero {
        margin-top: 70px;
        padding: 80px 0 40px;
    }

    #news-hero .container {
        gap: 165px;
    }
    
    #news-hero .header {
        min-width: 400px;
    }

    #news-hero .header .preheading {
        font-size: 20px;
    }
    
    #news-hero .header h1 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    
    #news-hero .news-item {
        min-width: 555px;
    }

    .news-item figure {
        position: relative;
        padding: 8px;
        margin-bottom: 26px;
    }

    .news-item h3 {
        font-size: 17px;
    }
    
    .news-item .meta {
        font-size: 11px;
    }

    .news-item .excerpt {
        font-size: 16px;
    }
    
    .news-item .placeholder,
    .news-item figure img {
        height: 180px;
    }
    
    #news-hero .news-item h3 {
        font-size: 20px;
    }
    
    #news-hero .news-item .meta {
        font-size: 13px;
    }
    
    #news-hero .news-item figure {
        padding: 10px;
    }

    #news-hero .news-item .placeholder,
    #news-hero .news-item figure img {
        height: 300px;
    }

    #news-hero .news-item .bracket {
        width: 23px;
        height: 23px;
    }

    #articles-list {
        column-gap: 50px;
        row-gap: 80px;
    }

    #articles {
        padding: 50px 0 100px;
    }
    
    #articles-list article {
        width: calc((100% - 100px) / 3);
    }

}

@media (max-width: 1180px) {

    #news-hero {
        padding: 60px 0 40px;
    }
    
    #news-hero .container {
        display: block;
        max-width: 680px;
    }

    #news-hero .header {
        min-width: 100%;
        margin-bottom: 55px;
        text-align: center;
    }

    #news-hero .header .preheading {
        font-size: 16px;
    }

    #news-hero .header h1 {
        font-size: 30px;
    }
    
    #news-hero .news-item {
        min-width: 100%;
    }
    
    .news-item figure {
        padding: 9px;
        margin-bottom: 20px;
    }

    .news-item h3 {
        font-size: 17px;
    }

    .news-item .meta {
        font-size: 11px;
    }

    .news-item .excerpt {
        font-size: 15px;
    }

    .news-item .placeholder,
    .news-item figure img {
        height: 190px;
    }

    #news-hero .news-item .placeholder,
    #news-hero .news-item figure img {
        height: 370px;
    }

    #news-hero .news-item .bracket {
        width: 28px;
        height: 28px;
    }

    #articles-list {
        column-gap: 58px;
        row-gap: 75px;
    }

    #articles {
        padding: 50px 0 100px;
    }
    
    #articles-list article {
        width: calc((100% - 58px) / 2);
    }
}

@media (max-width: 820px) {

    #news-hero {
        margin-top: 60px;
        padding: 40px 0 30px;
    }

    #news-hero .container {
        display: block;
        max-width: 480px;
        padding: 0 20px;
    }

    #news-hero .header {
        margin-bottom: 70px;
    }

    #news-hero .header .preheading {
        font-size: 15px;
    }

    #news-hero .header h1 {
        font-size: 28px;
    }

    .news-item {
        text-align: center;
    }

    .news-item figure {
        padding: 10px;
        margin-bottom: 24px;
    }

    .news-item .placeholder,
    .news-item figure img {
        height: auto;
    }

    #news-hero .news-item .placeholder,
    #news-hero .news-item figure img {
        height: auto;
    }

    #news-hero .news-item h3 {
        font-size: 18px;
    }

    .news-item .bracket {
        width: 28px;
        height: 28px;
    }

    #articles-list {
        flex-direction: column;
        row-gap: 60px;
    }

    #articles {
        padding: 24px 0 100px;
    }
    
    #articles-list article {
        width: 100%;
    }

}

#temp-message {
    margin-top: 80px;
    min-height: calc(100vh - 80px - 272px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#temp-message .container {
    max-width: 760px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#temp-message h1 {
    letter-spacing: 0.25em;
    font-size: 30px;
    color: var(--red);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1em;
}

#temp-message h2 {
    font-size: 200px;
    font-weight: 700;
    color: var(--red);
    letter-spacing: 0.25em;
    line-height: 1;
    margin-bottom: 0.1em;
}

#temp-message h3 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1pt;
    line-height: 1.4;
    text-transform: revert;
}

#gemini {
    width: 90px;
    margin: 0 auto;
}

#temp-message .buttons {
    margin: 90px 0;
}

@media (max-width: 1600px) {

    #temp-message {
        margin-top: 70px;
        min-height: calc(100vh - 70px - 262px);
    }

    #temp-message h1 {
        font-size: 28px;
    }

    #temp-message h2 {
        font-size: 180px;
    }

    #temp-message h3 {
        font-size: 18px;
    }

    #temp-message .buttons {
        margin: 50px 0 60px;
    }

    #gemini {
        width: 80px;
    }

}

@media (max-width: 1180px) {

    #temp-message {
        min-height: calc(100vh - 70px - 520px);
    }

    #temp-message h1 {
        font-size: 25px;
    }

    #temp-message h2 {
        font-size: 150px;
    }

    #temp-message h3 {
        font-size: 16px;
    }

    #temp-message .buttons {
        margin: 50px 0 60px;
    }

    #gemini {
        width: 70px;
    }

}


@media (max-width: 820px) {

    #temp-message {
        margin-top: 60px;
        min-height: 50vh;
    }

    #temp-message h1 {
        font-size: 22px;
    }

    #temp-message h2 {
        font-size: 110px;
    }

    #temp-message h3 {
        font-size: 16px;
    }

    #temp-message .buttons {
        margin: 50px 0 45px;
    }

    #gemini {
        width: 70px;
    }

}

@media (max-width: 479px) {

    #temp-message h1 {
        font-size: 18px;
    }

    #temp-message h2 {
        font-size: 90px;
    }

    #temp-message h3 {
        font-size: 13px;
    }

    #temp-message .buttons {
        margin: 35px 0 40px;
    }

}