
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    color: var(--text);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.57;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.shell {
    max-width: 1200px;
    padding: 0 21.37px;
    margin: 0 auto;
}
.head-section {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 37.61px;
    padding: 26.79px 0;
}
.wordmark {
    font-size: 24.64px;
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.main-menu {
    gap: 27.27px;
    display: flex;
}
.main-menu a {
    font-size: 13.21px;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 80.3px;
    gap: 58.48px;
}
.hero-post {
    border: 2px solid #000000;
    padding: 45.93px;
    background: #ffffff;
    border-radius: 11.09px;
}
.body-copy {
    font-size: 18.19px;
    line-height: 1.77;
    color: #000000;
}
.body-copy a {
    text-decoration: underline;
    color: #000000 !important;
    font-weight: 700;
}
.side-panel {
    top: 40px;
    position: sticky;
}
.module {
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 27.14px;
    padding: 21.29px;
    border-radius: 12.99px;
}
.block-heading {
    margin-bottom: 19.83px;
    border-bottom: 2px solid #000000;
    font-size: 19.96px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 7.81px;
}
.latest-entries, .month-list {
    list-style: none;
    padding: 0;
}
.latest-entries li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10.86px;
    margin-bottom: 12.02px;
}
.latest-entries a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.latest-entries a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.month-list a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    display: flex;
    gap: 7.8px;
}
.topic-chip {
    font-weight: 600;
    display: inline-block;
    color: #000000 !important;
    border-radius: 6px;
    border: 2px solid #000000;
    font-size: 12.54px;
    background: #ffffff;
    padding: 5.66px 13.82px;
    text-decoration: none;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    border-top: 2px solid #000000;
    text-align: center;
    color: #000000;
    background: #fff;
    padding: 39.07px 0;
    font-weight: 600;
    font-size: 13.97px;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .side-panel {
    position: static;
} }
