
/* Migrated historical language/culture areas */
.heritage-note {
    padding: 1rem 1.15rem;
    margin: 1.25rem 0 1.75rem;
    border-left: 0.3rem solid #7c6f64;
    background: #f7f4f0;
    border-radius: 0.35rem;
}
.heritage-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin: 1.2rem 0 2rem;
}
.heritage-nav a {
    display: inline-block;
    padding: .55rem .8rem;
    text-decoration: none;
    border: 1px solid rgba(40,50,60,.18);
    border-radius: 999px;
    background: #fff;
}
.heritage-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 1rem;
    margin: 1.4rem 0 2rem;
}
.heritage-card {
    padding: 1.1rem;
    border: 1px solid rgba(40,50,60,.14);
    border-radius: .8rem;
    background: #fff;
    box-shadow: 0 .2rem .8rem rgba(20,30,40,.055);
}
.heritage-card h3 { margin-top: 0; }
.heritage-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
    gap: .8rem;
    margin: 1.25rem 0 2rem;
}
.heritage-gallery figure {
    margin: 0;
    padding: .45rem;
    border-radius: .7rem;
    background: #fff;
    border: 1px solid rgba(40,50,60,.12);
}
.heritage-gallery img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    display: block;
    border-radius: .45rem;
}
.heritage-gallery figcaption {
    padding: .45rem .2rem .15rem;
    font-size: .88rem;
}
.prose .legacy-content img {
    max-width: 100%;
    height: auto;
}
.prose .legacy-content center { text-align: left; }
.prose .legacy-content font { font: inherit; color: inherit; }
.prose .legacy-content hr { margin: 1.6rem 0; }
.archive-post {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(40,50,60,.13);
}
.archive-post:last-child { border-bottom: 0; }
