
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    background: #ffffff;
    line-height: 1.58;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 22.52px;
}
.page-top {
    margin-bottom: 41.53px;
    padding: 22.49px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.wordmark {
    font-size: 24.18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
}
.primary-nav {
    display: flex;
    gap: 25.24px;
}
.primary-nav a {
    font-size: 14.2px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.split-view {
    margin-bottom: 81.59px;
    gap: 59.96px;
    display: grid;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    border-radius: 11.81px;
    padding: 45.6px;
    background: #ffffff;
    border: 2px solid #000000;
}
.post-body {
    font-size: 17.63px;
    line-height: 1.75;
    color: #000000;
}
.post-body a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.right-col {
    top: 40px;
    position: sticky;
}
.side-block {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 23.16px;
    border-radius: 13.63px;
    margin-bottom: 32.13px;
}
.block-heading {
    font-size: 20.36px;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 19.71px;
    color: #000000;
    padding-bottom: 12.67px;
}
.fresh-list, .date-index {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.26px;
    margin-bottom: 11.12px;
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    flex-wrap: wrap;
    display: flex;
    gap: 8.73px;
}
.topic-chip {
    font-weight: 600;
    padding: 4.57px 16.23px;
    text-decoration: none;
    border: 2px solid #000000;
    font-size: 12.41px;
    color: #000000 !important;
    display: inline-block;
    background: #ffffff;
    border-radius: 9.26px;
}
.topic-chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.ground {
    color: #000000;
    border-top: 2px solid #000000;
    background: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 13.19px;
    padding: 37.27px 0;
}
@media (max-width: 900px) { .split-view { grid-template-columns: 1fr; gap: 40px; } .right-col {
    position: static;
} }
