
:root {
    --primary: #000000;
    --text: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    -moz-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.61;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
}
.wrapper {
    margin: 0 auto;
    padding: 0 22.58px;
    max-width: 1200px;
}
.head-section {
    margin-bottom: 37.33px;
    padding: 22.49px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    font-size: 24.74px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    text-decoration: none;
}
.nav-links {
    display: flex;
    gap: 27.78px;
}
.nav-links a {
    font-size: 14.91px;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    margin-bottom: 80.2px;
    gap: 59.49px;
    grid-template-columns: 1fr 300px;
    display: grid;
}
.hero-post {
    border: 2px solid #000000;
    border-radius: 12.4px;
    background: #ffffff;
    padding: 49.04px;
}
.body-copy {
    line-height: 1.85;
    color: #000000;
    font-size: 17.26px;
}
.body-copy a {
    font-weight: 700;
    text-decoration: underline;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.module {
    padding: 22.8px;
    margin-bottom: 31.22px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 13.51px;
}
.section-head {
    border-bottom: 2px solid #000000;
    margin-bottom: 20.57px;
    padding-bottom: 12.28px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20.37px;
}
.fresh-list, .past-entries {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.85px;
    padding-bottom: 8.82px;
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.past-entries a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.past-entries a:hover {
    text-decoration: underline;
}
.term-cloud {
    flex-wrap: wrap;
    gap: 7.22px;
    display: flex;
}
.chip {
    background: #ffffff;
    text-decoration: none;
    font-size: 12.8px;
    display: inline-block;
    border-radius: 6.34px;
    padding: 7.74px 11.42px;
    font-weight: 600;
    color: #000000 !important;
    border: 2px solid #000000;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.base-bar {
    font-weight: 600;
    font-size: 13.53px;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 40.98px 0;
    color: #000000;
    text-align: center;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
