/* Shared charcoal panels for Exhibitions and Press. */
.news-page {
    --news-heading: #f1ece1;
    --news-muted: #aaa394;
    --news-copy: #c9c9c9;
    --news-rule: #6a6a6a;
    font-size: 1rem;
}

.news-page .news-intro {
    padding-top: clamp(2.5rem, 5vw, 5rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.news-page .news-eyebrow {
    font-size: .7rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--news-muted);
    text-align: left;
    margin-bottom: 1rem;
}

.news-page h1, .news-page h2, .news-page h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 400;
    color: var(--news-heading);
    overflow-wrap: break-word;
}

.news-page h1 {
    font-size: clamp(3rem, 6vw, 4.6rem);
    line-height: 1.06;
    letter-spacing: -.025em;
    margin: 0 0 1.25rem;
}

.news-page .news-intro-description {
    color: var(--news-copy);
    text-align: left;
    margin: 0;
}

.news-page .news-entries {
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 12px;
}

.news-page .news-entry {
    background: #292d31;
    color: var(--news-copy);
    border: 1px solid #51565a;
    border-radius: 6px;
    margin-bottom: 2.5rem;
    scroll-margin-top: 100px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .32),
                0 20px 40px rgba(0, 0, 0, .42);
}

.news-page .news-entry-inner {
    max-width: none;
    padding: clamp(1.25rem, 3vw, 2.5rem);
}

.news-page .news-entry-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .75rem 2rem;
    font-family: var(--bs-body-font-family);
    font-size: .7rem;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--news-muted);
    text-align: left;
    margin: 0 0 1.25rem;
}

.news-page .news-entry-meta span { letter-spacing: .22em; }

.news-page h2 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.15;
    letter-spacing: -.015em;
    margin: 0;
    padding: 0;
    text-wrap: balance;
}

.news-page .news-entry-heading {
    border-bottom: 1px solid var(--news-rule);
    padding-bottom: 1.75rem;
    margin-bottom: 2rem;
}

.news-page p { color: var(--news-copy); line-height: 1.75; }
.news-page .news-copy { padding-left: clamp(1.5rem, 3vw, 3rem); }
.news-page h3 { margin-top: 2rem; font-size: 1.5rem; }
.news-page a { color: #9dc6ff; }
.news-page a:hover { color: #c3ddff; }
.news-page a:focus-visible { outline-color: #9dc6ff; }

.news-page img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: var(--bs-border-radius);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .24),
                0 8px 16px rgba(0, 0, 0, .28);
}

.news-page figcaption, .news-page .press-figure figcaption {
    color: var(--news-muted);
    font-size: .8rem;
}

.news-page .exhibition-venue { border-block: 1px solid #495057; padding-block: 1.5rem; }
.news-page .exhibition-links, .news-page .press-links { line-height: 1.75; }
.news-page .exhibition-gallery { margin-block: 2rem; }
.news-page + .site-footer { padding-top: 3rem; padding-bottom: 1.5rem; }

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .news-page .news-entries { max-width: 1140px; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .news-page .news-entries { max-width: 960px; }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .news-page .news-entries { max-width: 720px; }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .news-page .news-entries { max-width: 540px; }
}
@media (max-width: 767.98px) {
    .news-page .news-entry {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .3),
                    0 12px 24px rgba(0, 0, 0, .4);
    }
    .news-page .news-copy { padding-left: 12px; }
    .news-page .news-images { align-items: center; }
    .news-page .news-images > img { max-height: 480px; width: auto; max-width: 100%; margin-inline: auto; }
}
@media (max-width: 575.98px) {
    .news-page .news-intro { padding-inline: 1.25rem; }
    .news-page .news-entry-meta { font-size: .62rem; gap: .5rem; letter-spacing: .1em; }
}
