
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.62;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
}
.inner {
    padding: 0 19.21px;
    margin: 0 auto;
    max-width: 1200px;
}
.main-header {
    margin-bottom: 41.58px;
    padding: 26.53px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.home-brand {
    font-weight: 800;
    font-size: 24.52px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}
.primary-nav {
    gap: 22.72px;
    display: flex;
}
.primary-nav a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.79px;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.page-grid {
    gap: 58.09px;
    display: grid;
    margin-bottom: 79.38px;
    grid-template-columns: 1fr 300px;
}
.main-post {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 50.29px;
    border-radius: 11.41px;
}
.body-copy {
    line-height: 1.83;
    font-size: 17.01px;
    color: #000000;
}
.body-copy a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.aside-col {
    top: 40px;
    position: sticky;
}
.widget-box {
    border-radius: 10.83px;
    margin-bottom: 30.74px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 26.03px;
}
.block-heading {
    font-size: 20.05px;
    padding-bottom: 8.38px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    color: #000000;
    margin-bottom: 20.82px;
}
.latest-entries, .date-index {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 12.25px;
    margin-bottom: 12.74px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.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;
}
.keyword-wrap {
    flex-wrap: wrap;
    gap: 7.77px;
    display: flex;
}
.topic-chip {
    font-weight: 600;
    border-radius: 6.7px;
    color: #000000 !important;
    background: #ffffff;
    text-decoration: none;
    border: 2px solid #000000;
    font-size: 12.06px;
    padding: 4.54px 14.06px;
    display: inline-block;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.page-bottom {
    border-top: 2px solid #000000;
    color: #000000;
    text-align: center;
    background: #fff;
    font-weight: 600;
    font-size: 14.95px;
    padding: 41.36px 0;
}
@media (max-width: 900px) { .page-grid { grid-template-columns: 1fr; gap: 40px; } .aside-col {
    position: static;
} }
