
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.61;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 18.3px;
}
.page-top {
    margin-bottom: 41.14px;
    padding: 25.5px 0;
    background: #ffffff;
    border-bottom: 2px solid #000000;
}
.brand-mark {
    text-decoration: none;
    font-weight: 800;
    color: #000000;
    font-size: 24.96px;
    text-transform: uppercase;
}
.top-menu {
    display: flex;
    gap: 22.17px;
}
.top-menu a {
    font-size: 13.77px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
}
.top-menu a:hover {
    opacity: 0.7;
}
.dual-panel {
    grid-template-columns: 1fr 300px;
    display: grid;
    margin-bottom: 82.62px;
    gap: 62.11px;
}
.feature-post {
    border: 2px solid #000000;
    padding: 49.75px;
    border-radius: 10.63px;
    background: #ffffff;
}
.post-body {
    color: #000000;
    font-size: 18.81px;
    line-height: 1.75;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.secondary {
    top: 40px;
    position: sticky;
}
.module {
    border-radius: 11.77px;
    border: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 32.04px;
    padding: 24.78px;
}
.block-heading {
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 10.16px;
    margin-bottom: 17.81px;
    font-size: 19.65px;
    color: #000000;
    border-bottom: 2px solid #000000;
}
.fresh-list, .date-index {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 9.73px;
    margin-bottom: 7.92px;
}
.fresh-list a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.date-index a:hover {
    text-decoration: underline;
}
.tag-area {
    flex-wrap: wrap;
    display: flex;
    gap: 12.85px;
}
.label-item {
    font-weight: 600;
    display: inline-block;
    padding: 4.16px 12.44px;
    text-decoration: none;
    color: #000000 !important;
    border-radius: 8.37px;
    font-size: 13.43px;
    background: #ffffff;
    border: 2px solid #000000;
}
.label-item:hover {
    background: #000000;
    color: #ffffff !important;
}
.page-bottom {
    border-top: 2px solid #000000;
    color: #000000;
    font-size: 13.94px;
    background: #fff;
    padding: 37.88px 0;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
