:root {
    --paper: #f4f8fa;
    --ink: #343434;
    --accent: #326b80;
    --muted: #58666c;
    --line: #d4e1e6;
    --yellow: #7bb5cb;
    --white: #ffffff
}

.contact-address {
    font-style: normal;
    margin-top: 24px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(ellipse at 100% 0%, rgba(123, 181, 203, .24), transparent 60%),
        linear-gradient(135deg, #edf5f8 0%, #deedf3 55%, #c4dfea 100%);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6
}

a {
    color: inherit;
    text-underline-offset: 5px
}

button,
input,
select {
    font: inherit
}

button,
a,
input,
select {
    touch-action: manipulation
}

button {
    cursor: pointer
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
    outline: 3px solid var(--accent);
    outline-offset: 5px
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2,
h3 {
    line-height: 1.06;
    letter-spacing: -.045em
}

h1 {
    font-size: clamp(44px, 5.6vw, 84px);
    font-weight: 750
}

h2 {
    font-size: clamp(32px, 3.5vw, 48px)
}

h3 {
    font-size: 23px
}

p {
    margin-bottom: 0.75em
}

.site-header {
    max-width: 1600px;
    margin: auto;
    padding: 27px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    gap: 30px
}

.brand {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.15;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 11px;
    flex-shrink: 0
}

.brand-mark {
    height: 49px;
    width: 40px;
    border: 2px solid var(--accent);
    color: var(--accent);
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 48px;
    line-height: 43px;
    text-align: center;
    position: relative
}

.brand-mark span {
    font-size: 19px;
    position: absolute;
    right: -7px;
    top: -13px;
    background: var(--paper)
}

#site-nav {
    display: flex;
    gap: 26px;
    align-items: center
}

#site-nav a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding: 10px 0
}

#site-nav a:hover,
#site-nav a[aria-current] {
    color: var(--accent)
}

#site-nav a[aria-current]:after {
    content: '';
    height: 3px;
    background: var(--accent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.menu-toggle {
    display: none
}

.skip {
    position: fixed;
    top: -100px;
    left: 10px;
    z-index: 100;
    background: var(--ink);
    color: white;
    padding: 12px
}

.skip:focus {
    top: 10px
}

main {
    min-height: 60vh
}

.hero {
    max-width: 1600px;
    padding: 64px 5% 70px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.12fr 1fr;
    gap: 5%;
    align-items: center
}

.eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 27px
}

.red-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--accent);
    border-radius: 50%;
    margin-right: 8px
}

.hero h1 {
    font-size: clamp(44px, 5.8vw, 88px);
    line-height: 1.04;
    margin-bottom: 27px
}

.hero h1 em {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    color: var(--accent);
    letter-spacing: -.05em
}

.hero-copy>p:not(.eyebrow) {
    max-width: 510px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75
}

.hero-actions {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 30px 0 35px
}

.button {
    background: var(--accent);
    color: #fff;
    text-decoration: none;
    padding: 15px 23px;
    display: inline-flex;
    align-items: center;
    gap: 35px;
    font-weight: 600;
    font-size: 14px;
    border: 0
}

.button:hover {
    background: #245367
}

.button span {
    font-size: 20px
}

.underlined {
    font-size: 14px;
    font-weight: 600
}

.visit-note {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    border-top: 1px solid var(--line);
    padding-top: 23px;
    max-width: 480px
}

.visit-note>span {
    font-size: 27px;
    color: var(--accent)
}

.visit-note p {
    font-size: 12px;
    color: var(--muted);
    margin: 0;
    line-height: 1.8
}

.visit-note strong {
    color: var(--ink);
    font-weight: 600
}

.hero-art {
    position: relative;
    background: #d4e8f0;
    padding: 29px 34px 20px;
    transform: rotate(1deg)
}

.art-label {
    font-size: 11px;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: .08em;
    margin-bottom: 22px
}

.poster-wall {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px
}

.poster-wall figure {
    margin: 0;
    background: #e7f0f4;
    box-shadow: 0 4px 9px #203b4720;
    overflow: hidden
}

.poster-wall figure:nth-child(1) {
    transform: rotate(-4deg)
}

.poster-wall figure:nth-child(2) {
    transform: rotate(3deg)
}

.poster-wall figure:nth-child(3) {
    transform: rotate(2deg)
}

.poster-wall figure:nth-child(4) {
    transform: rotate(-3deg)
}

.poster-wall img {
    display: block;
    width: 100%;
    aspect-ratio: 1.04;
    object-fit: cover
}

.round-stamp {
    position: absolute;
    right: -20px;
    top: 17px;
    background: var(--yellow);
    border: 1px solid var(--ink);
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
    text-align: center;
    line-height: 1.15;
    transform: rotate(13deg);
    box-shadow: 0 0 0 5px var(--yellow)
}

.art-caption {
    font-size: 10px;
    margin: 23px 0 0;
    text-align: center
}

.ticker {
    background: var(--ink);
    color: var(--paper);
    display: flex;
    justify-content: space-around;
    gap: 25px;
    padding: 17px 4%;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    overflow: hidden
}

.ticker span {
    white-space: nowrap
}

.ticker span:nth-child(even) {
    color: var(--yellow)
}

.featured,
.gallery,
.content-layout,
.page-heading,
.collection-note,
.breadcrumb,
.detail,
.item-nav,
.explore-links {
    max-width: 1440px;
    margin: auto;
    padding-left: 5%;
    padding-right: 5%
}

.featured {
    padding-top: 72px;
    padding-bottom: 75px
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 32px
}

.section-title h2 {
    margin: 0
}

.section-title .eyebrow {
    margin-bottom: 14px
}

.artifact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 22px
}

.artifact-card {
    text-decoration: none;
    min-width: 0;
    display: block
}

.artifact-image {
    background: #e7eff3;
    position: relative;
    aspect-ratio: 1/1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 25px;
    overflow: hidden;
    border: 1px solid transparent
}

.artifact-image img {
    object-fit: contain;
    max-height: 100%;
    mix-blend-mode: multiply;
    transition: transform .25s
}

.artifact-card:hover .artifact-image {
    border-color: var(--accent)
}

.artifact-card:hover img {
    transform: scale(1.055)
}

.artifact-info {
    padding-top: 16px
}

.artifact-info p {
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 7px
}

.artifact-info h3 {
    font-size: 20px;
    letter-spacing: -.025em;
    line-height: 1.2;
    margin-bottom: 12px
}

.artifact-info>span {
    font-size: 12px;
    color: var(--muted);
    display: flex;
    justify-content: space-between
}

.artifact-info b {
    font-size: 21px;
    color: var(--accent);
    font-weight: 400
}

.mission {
    padding: 65px max(5%, calc((100vw - 1296px)/2));
    background: #deedf3;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 35px;
    overflow: hidden
}

.mission h2 {
    font-size: clamp(36px, 4vw, 60px);
    margin-bottom: 25px
}

.mission p:not(.eyebrow) {
    max-width: 540px;
    color: #50616a
}

.mission-symbol {
    font-size: 170px;
    color: var(--accent);
    line-height: 1.5;
    text-align: right
}

.explore-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 65px;
    padding-bottom: 65px;
    gap: 40px
}

.explore-links a {
    text-decoration: none;
    border-top: 1px solid var(--ink);
    padding-top: 19px
}

.explore-links a:hover h2 {
    color: var(--accent)
}

.explore-links span {
    font-size: 10px;
    letter-spacing: .13em
}

.explore-links h2 {
    font-size: 27px;
    margin: 27px 0 16px
}

.explore-links p {
    font-size: 14px;
    color: var(--muted)
}

footer {
    background: var(--ink);
    color: var(--paper);
    padding: 45px 5% 25px
}

.footer-top,
.footer-bottom {
    max-width: 1296px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center
}

.footer-top p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0
}

.footer-top p span {
    color: #b8cbd3;
    font-size: 12px
}

.footer-top>a:last-child {
    font-size: 13px
}

.footer-bottom {
    border-top: 1px solid #ffffff29;
    margin-top: 38px;
    padding-top: 20px;
    font-size: 10px;
    color: #c7d9e0
}

.page-heading {
    padding-top: 65px;
    padding-bottom: 38px
}

.page-heading h1 {
    margin-bottom: 20px
}

.page-heading .eyebrow {
    color: var(--accent);
    margin-bottom: 20px
}

.intro {
    color: var(--muted);
    font-size: 18px;
    max-width: 720px;
    margin-bottom: 0
}

.gallery {
    padding-bottom: 70px
}

.gallery-toolbar {
    display: grid;
    grid-template-columns: 2.3fr 1fr 1fr;
    gap: 16px;
    background: #e7eff3;
    padding: 24px
}

.gallery-toolbar label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .025em
}

.gallery-toolbar input,
.gallery-toolbar select {
    display: block;
    margin-top: 8px;
    border: 1px solid #b5cbd4;
    background: var(--white);
    color: var(--ink);
    border-radius: 0;
    padding: 11px 12px;
    width: 100%;
    font-size: 14px;
    min-height: 46px
}

.results-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 25px 0
}

.results-bar p {
    margin: 0;
    font-size: 13px
}

.text-button {
    border: 0;
    padding: 6px 0;
    background: transparent;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 12px;
    color: var(--ink)
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin-top: 40px
}

.pagination button {
    border: 1px solid var(--ink);
    padding: 10px 18px;
    background: transparent
}

.pagination button:disabled {
    opacity: .4;
    cursor: default
}

.pagination span {
    font-size: 13px
}

.empty-state {
    grid-column: 1/-1;
    padding: 65px 20px;
    text-align: center;
    background: #e7eff3
}

.empty-state h2 {
    font-size: 28px
}

.empty-state p {
    color: var(--muted)
}

.collection-note {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-top: 1px solid var(--line);
    padding-top: 38px;
    padding-bottom: 35px;
    gap: 25px
}

.collection-note p {
    font-size: 15px;
    max-width: 650px
}

.content-layout {
    padding-bottom: 70px
}

.prose {
    max-width: 900px;
    font-size: 17px;
    overflow-wrap: anywhere
}

.prose>div>h2:first-child {
    display: none
}

.prose h2 {
    font-size: 34px
}

.prose h3 {
    font-size: 28px
}

.prose h4 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.025em;
    margin-bottom: 18px
}

.prose h5 {
    font-size: 21px;
    margin-bottom: 15px
}

.prose p {
    line-height: 1.8
}

.prose a {
    color: #326b80
}

.prose ul,
.prose ol {
    padding-left: 24px
}

.prose li {
    margin-bottom: 12px
}

.prose img {
    max-height: 440px;
    object-fit: contain
}

.prose dl {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0 30px
}

.prose dt,
.prose dd {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    margin: 0
}

.prose dt {
    font-weight: 700
}

.prose dd {
    color: var(--muted)
}

.prose table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px
}

.prose td,
.prose th {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid var(--line);
    vertical-align: top
}

.prose hr {
    border: 0;
    border-top: 1px solid var(--line);
    margin: 30px 0
}

.notice {
    border-left: 3px solid var(--accent);
    padding: 17px 23px;
    background: #e2eef3;
    margin-bottom: 35px;
    font-size: 13px;
    max-width: 950px
}

.subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px
}

.subnav a {
    border: 1px solid var(--line);
    padding: 8px 13px;
    font-size: 13px;
    text-decoration: none
}

.subnav a:hover {
    border-color: var(--accent);
    color: var(--accent)
}

.archive-bar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
    font-size: 13px
}

.archive-bar span {
    color: var(--muted)
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px
}

.video-card {
    text-decoration: none
}

.video-cover {
    aspect-ratio: 16/10;
    background: #deedf3;
    display: grid;
    place-items: center;
    margin-bottom: 18px
}

.video-cover span {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--accent);
    color: white;
    text-align: center;
    padding-top: 13px;
    padding-left: 3px
}

.video-card:nth-child(3n+2) .video-cover {
    background: #d4e8f0
}

.video-card:nth-child(3n) .video-cover {
    background: #b8d8e5
}

.prose .video-card h2 {
    font-size: 22px;
    color: var(--ink)
}

.video-card p {
    font-size: 13px
}

.breadcrumb {
    padding-top: 35px;
    display: flex;
    gap: 13px;
    font-size: 12px
}

.detail {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 7%;
    padding-top: 35px;
    padding-bottom: 55px;
    align-items: start
}

.detail-image {
    background: #e7eff3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 30px;
    min-height: 460px;
    text-decoration: none;
    gap: 30px
}

.detail-image img {
    max-height: 520px;
    object-fit: contain;
    mix-blend-mode: multiply
}

.detail-image span {
    font-size: 11px
}

.detail-copy h1 {
    font-size: clamp(36px, 4.3vw, 62px);
    margin-bottom: 30px
}

.detail-copy .eyebrow {
    color: var(--accent);
    margin-bottom: 18px
}

.metadata {
    margin: 0 0 30px
}

.metadata div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    border-top: 1px solid var(--line);
    padding: 14px 0;
    font-size: 14px
}

.metadata dt {
    color: var(--muted)
}

.metadata dd {
    margin: 0
}

.story {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    line-height: 1.8;
}

.record-id {
    font-size: 11px;
    color: var(--muted)
}

.item-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding-top: 35px;
    font-size: 13px
}

.item-nav-objects {
    display: flex;
    gap: 24px
}

.item-nav-objects a {
    white-space: nowrap
}

.sitemap {
    columns: 3;
    list-style: none;
    padding: 0;
    font-size: 13px;
    overflow-wrap: anywhere
}

.sitemap li {
    break-inside: avoid;
    margin-bottom: 12px
}

.link-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 30px
}

.link-cards a {
    padding: 20px;
    background: #deedf3
}

.unavailable-link {
    color: var(--muted) !important;
    text-decoration: line-through
}

@media(min-width:1600px) {
    .hero-art {
        max-width: 550px
    }
}

@media(max-width:1100px) {
    #site-nav {
        gap: 17px
    }

    .site-header {
        gap: 20px
    }

    .brand {
        font-size: 12px
    }

    .hero {
        gap: 4%
    }

    .round-stamp {
        right: -8px;
        width: 78px;
        height: 78px;
        font-size: 12px
    }

    .hero-art {
        padding: 25px
    }

    .hero-copy>p:not(.eyebrow) {
        font-size: 15px
    }

    .mission {
        grid-template-columns: 1fr 2fr
    }

    .mission-symbol {
        display: none
    }

    .gallery-toolbar {
        grid-template-columns: 2fr 1fr 1fr
    }

    .artifact-grid {
        gap: 25px 17px
    }
}

@media(max-width:800px) {
    .site-header {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .menu-toggle {
        display: flex;
        gap: 25px;
        border: 1px solid var(--line);
        background: transparent;
        padding: 8px 13px;
        font-size: 13px
    }

    .menu-toggle span {
        color: var(--accent)
    }

    #site-nav {
        display: none;
        flex-wrap: wrap;
        width: 100%;
        gap: 10px 25px;
        padding-top: 15px
    }

    .menu-open #site-nav {
        display: flex
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: 40px;
        gap: 35px
    }

    .hero h1 {
        font-size: clamp(45px, 9vw, 72px)
    }

    .hero-copy>p:not(.eyebrow) {
        font-size: 17px;
        max-width: 570px
    }

    .hero-art {
        max-width: 540px;
        width: 100%;
        margin: auto;
        transform: none
    }

    .hero-actions {
        margin-bottom: 28px
    }

    .art-label {
        margin-bottom: 15px
    }

    .poster-wall img {
        max-height: 220px;
        object-fit: cover
    }

    .artifact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .mission {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .mission h2 br {
        display: none
    }

    .explore-links {
        gap: 20px
    }

    .explore-links h2 {
        font-size: 23px
    }

    .footer-top {
        flex-wrap: wrap
    }

    .footer-bottom {
        flex-wrap: wrap;
        gap: 15px
    }

    .detail {
        gap: 30px;
        grid-template-columns: 1fr 1fr
    }

    .detail-image {
        min-height: 320px;
        padding: 25px 15px
    }

    .detail-copy h1 {
        font-size: 36px
    }

    .metadata div {
        grid-template-columns: 85px 1fr;
        gap: 12px
    }

    .video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sitemap {
        columns: 2
    }

    .prose table {
        display: block;
        overflow: auto
    }

    .prose dl {
        grid-template-columns: 1fr
    }

    .prose dt {
        border: 0;
        padding-bottom: 0
    }

    .prose dd {
        padding-top: 5px
    }
}

@media(max-width:520px) {
    .hero {
        padding-bottom: 40px
    }

    .hero-art {
        padding: 23px 27px 18px;
        width: 96%
    }

    .round-stamp {
        right: -6px
    }

    .hero-actions {
        gap: 20px
    }

    .button {
        gap: 18px;
        padding: 14px 17px;
        font-size: 13px
    }

    .hero-copy>p:not(.eyebrow) {
        font-size: 16px
    }

    .hero .eyebrow {
        font-size: 9px
    }

    .hero h1 {
        font-size: 46px
    }

    .ticker {
        justify-content: flex-start
    }

    .ticker span:nth-child(n+3) {
        display: none
    }

    .featured {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .section-title {
        align-items: start;
        flex-direction: column;
        gap: 15px
    }

    .artifact-image {
        padding: 30px 15px 20px;
        aspect-ratio: 1/1.2
    }

    .artifact-info h3 {
        font-size: 18px
    }

    .artifact-info p {
        font-size: 9px
    }

    .explore-links {
        grid-template-columns: 1fr;
        padding-top: 40px;
        padding-bottom: 35px;
        gap: 12px
    }

    .explore-links h2 {
        margin-top: 14px
    }

    .mission {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .page-heading {
        padding-top: 38px;
        padding-bottom: 28px
    }

    .page-heading h1 {
        font-size: 44px
    }

    .intro {
        font-size: 16px
    }

    .gallery-toolbar {
        grid-template-columns: 1fr 1fr;
        padding: 17px;
        gap: 13px
    }

    .search-label {
        grid-column: 1/-1
    }

    .gallery-toolbar input,
    .gallery-toolbar select {
        font-size: 16px
    }

    .results-bar {
        align-items: start;
        gap: 12px
    }

    .collection-note {
        grid-template-columns: 1fr;
        gap: 0
    }

    .detail {
        grid-template-columns: 1fr
    }

    .detail-image {
        min-height: 330px
    }

    .detail-image img {
        max-height: 400px
    }

    .item-nav {
        font-size: 12px;
        gap: 16px
    }

    .item-nav-objects {
        flex-wrap: wrap;
        gap: 20px
    }

    .prose {
        font-size: 16px
    }

    .video-grid {
        gap: 20px
    }

    .prose .video-card h2 {
        font-size: 19px
    }

    .sitemap {
        columns: 1
    }

    .archive-bar {
        flex-direction: column;
        gap: 8px
    }

    .footer-top {
        align-items: flex-start
    }

    .footer-top p {
        width: 100%;
        order: 3
    }

    .footer-bottom span:last-child {
        width: 100%
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    * {
        transition: none !important
    }
}

@media print {

    .site-header nav,
    .menu-toggle,
    .gallery-toolbar,
    .pagination,
    footer,
    .skip {
        display: none
    }

    .artifact-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    body {
        background: white;
        color: black
    }

    .detail {
        display: block
    }

    .detail-image {
        min-height: 0
    }

    .detail-image img {
        max-height: 300px
    }
}

/* Original artifact photography is presented on a matching neutral backdrop. */
.artifact-image,
.detail-image {
    background: #c6c6c6
}

.artifact-image img,
.detail-image img {
    mix-blend-mode: normal
}

.poster-wall figure {
    background: #c6c6c6
}

.poster-wall figure a {
    display: block;
    text-decoration: none
}

.poster-wall img {
    object-fit: contain;
    aspect-ratio: 1.1;
    height: 195px;
    padding: 12px 17px;
    mix-blend-mode: normal
}

.poster-wall figcaption {
    font-size: 10px;
    font-weight: 700;
    padding: 7px 10px;
    background: #7bb5cb;
    text-align: center;
    letter-spacing: .03em
}

.poster-wall figure:nth-child(2) figcaption {
    background: #c4dfea
}

.poster-wall figure:nth-child(3) figcaption {
    background: #dcecf3
}

.poster-wall figure:nth-child(4) figcaption {
    background: #add2e1
}

.related-records {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    font-size: 13px;
    margin: 20px 0
}

@media(max-width:520px) {
    .poster-wall img {
        height: 150px;
        padding: 10px
    }

    .poster-wall figcaption {
        font-size: 9px
    }
}


@media(min-width:801px) {
    .hero h1 {
        font-size: clamp(44px, 5.2vw, 80px)
    }
}

@media(max-width:520px) {
    .hero h1 {
        font-size: clamp(34px, 10vw, 46px)
    }
}


@media(min-width:801px) and (max-width:1000px) {
    .site-header {
        flex-wrap: wrap
    }

    #site-nav {
        width: 100%;
        justify-content: space-between;
        gap: 12px
    }
}


/* Museum logo and matching blue, charcoal, and white identity. */
.site-header {
    background: #fff;
    padding-top: 18px;
    padding-bottom: 18px
}

.site-logo {
    display: block;
    width: 210px;
    height: auto
}

.round-stamp {
    color: #343434
}

.ticker span:nth-child(even) {
    color: #7bb5cb
}

.mission-symbol {
    color: #7bb5cb
}

@media(max-width:520px) {
    .site-logo {
        width: 175px
    }
}

/* Give longer organization names room without affecting other page layouts. */
@media(min-width:1100px) {
    .prose:has(.icon-links) {
        max-width: 1100px
    }

    .prose .icon-links {
        grid-template-columns: minmax(230px, 1fr) minmax(0, 2.5fr)
    }

    .prose .icon-links dd {
        font-size: 15px
    }
}
