
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.57;
    -moz-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    color: var(--text);
}
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 17.72px;
}
.nav-wrap {
    background: #ffffff;
    padding: 26.34px 0;
    margin-bottom: 37.91px;
    border-bottom: 2px solid #000000;
}
.brand-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-size: 23.52px;
    font-weight: 800;
}
.nav-links {
    gap: 23.27px;
    display: flex;
}
.nav-links a {
    text-transform: uppercase;
    font-size: 14.04px;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
}
.nav-links a:hover {
    opacity: 0.7;
}
.content-grid {
    gap: 61.04px;
    display: grid;
    margin-bottom: 78.1px;
    grid-template-columns: 1fr 300px;
}
.feature-post {
    padding: 49.34px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 12px;
}
.body-copy {
    line-height: 1.84;
    color: #000000;
    font-size: 18.69px;
}
.body-copy a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.rail {
    position: sticky;
    top: 40px;
}
.info-card {
    background: #ffffff;
    padding: 26.74px;
    margin-bottom: 29.98px;
    border-radius: 12.89px;
    border: 2px solid #000000;
}
.block-heading {
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    margin-bottom: 21.57px;
    font-size: 19.02px;
    color: #000000;
    padding-bottom: 11.55px;
    font-weight: 800;
}
.new-items, .date-index {
    padding: 0;
    list-style: none;
}
.new-items li {
    padding-bottom: 10.68px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 7.05px;
}
.new-items a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 12.83px;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    display: inline-block;
    font-size: 12.7px;
    border: 2px solid #000000;
    font-weight: 600;
    text-decoration: none;
    background: #ffffff;
    padding: 8.13px 12.22px;
    border-radius: 9.92px;
    color: #000000 !important;
}
.chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.footer-bar {
    padding: 38.61px 0;
    font-weight: 600;
    background: #fff;
    color: #000000;
    font-size: 13.46px;
    text-align: center;
    border-top: 2px solid #000000;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
