
:root {
    --bg: #ffffff;
    --text: #000000;
    --primary: #000000;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    color: var(--text);
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    line-height: 1.61;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18.26px;
}
.banner-area {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    padding: 26.07px 0;
    margin-bottom: 38.75px;
}
.identity {
    text-decoration: none;
    font-size: 24.92px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}
.primary-nav {
    gap: 25.96px;
    display: flex;
}
.primary-nav a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 13.72px;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.89px;
    display: grid;
    gap: 61.66px;
}
.hero-post {
    background: #ffffff;
    border: 2px solid #000000;
    padding: 45.65px;
    border-radius: 13.84px;
}
.body-copy {
    font-size: 18.3px;
    color: #000000;
    line-height: 1.8;
}
.body-copy a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 26.94px;
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 11.64px;
    margin-bottom: 29.73px;
}
.panel-title {
    border-bottom: 2px solid #000000;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 10.64px;
    font-size: 20.47px;
    margin-bottom: 18.46px;
    font-weight: 800;
}
.fresh-list, .date-index {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.77px;
    padding-bottom: 7.52px;
}
.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;
}
.term-cloud {
    flex-wrap: wrap;
    gap: 9.11px;
    display: flex;
}
.chip {
    background: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 13.57px;
    font-weight: 600;
    color: #000000 !important;
    border-radius: 8.79px;
    border: 2px solid #000000;
    padding: 8.45px 15.18px;
}
.chip:hover {
    background: #000000;
    color: #ffffff !important;
}
.closing {
    color: #000000;
    text-align: center;
    border-top: 2px solid #000000;
    padding: 40.34px 0;
    font-size: 14.68px;
    background: #fff;
    font-weight: 600;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
