
:root {
    --bg: #ffffff;
    --primary: #000000;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    line-height: 1.59;
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    color: var(--text);
}
.wrapper {
    margin: 0 auto;
    padding: 0 21.42px;
    max-width: 1200px;
}
.nav-wrap {
    background: #ffffff;
    padding: 23.07px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 40.95px;
}
.home-brand {
    font-size: 24.28px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}
.primary-nav {
    display: flex;
    gap: 23.71px;
}
.primary-nav a {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
    font-size: 14.43px;
    text-decoration: none;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 81.07px;
    grid-template-columns: 1fr 300px;
    display: grid;
    gap: 59.79px;
}
.lead-article {
    border-radius: 11.55px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 47.35px;
}
.post-body {
    font-size: 17.8px;
    line-height: 1.78;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.info-card {
    border: 2px solid #000000;
    margin-bottom: 28.04px;
    padding: 26.31px;
    background: #ffffff;
    border-radius: 12.22px;
}
.block-heading {
    text-transform: uppercase;
    padding-bottom: 10.21px;
    font-weight: 800;
    margin-bottom: 22.85px;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-size: 20.78px;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 7.08px;
    margin-bottom: 11.99px;
}
.latest-entries a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.term-cloud {
    gap: 9.33px;
    flex-wrap: wrap;
    display: flex;
}
.topic-chip {
    border: 2px solid #000000;
    background: #ffffff;
    font-size: 12.49px;
    border-radius: 9.54px;
    color: #000000 !important;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding: 6.92px 11.01px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.footer-bar {
    color: #000000;
    text-align: center;
    font-size: 13.94px;
    border-top: 2px solid #000000;
    padding: 42.68px 0;
    font-weight: 600;
    background: #fff;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
