
:root {
    --text: #000000;
    --primary: #000000;
    --bg: #ffffff;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background: #ffffff;
    line-height: 1.55;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--text);
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.page-wrap {
    padding: 0 17.61px;
    max-width: 1200px;
    margin: 0 auto;
}
.page-top {
    padding: 22.56px 0;
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 38.39px;
}
.identity {
    font-size: 24.9px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    text-decoration: none;
}
.primary-nav {
    display: flex;
    gap: 26.98px;
}
.primary-nav a {
    font-size: 13.79px;
    font-weight: 700;
    text-decoration: none;
    color: #000000 !important;
    text-transform: uppercase;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.content-grid {
    display: grid;
    gap: 57.03px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 82.29px;
}
.lead-article {
    border-radius: 11.61px;
    border: 2px solid #000000;
    padding: 48.75px;
    background: #ffffff;
}
.body-copy {
    line-height: 1.81;
    color: #000000;
    font-size: 17.64px;
}
.body-copy a {
    color: #000000 !important;
    font-weight: 700;
    text-decoration: underline;
}
.info-panel {
    position: sticky;
    top: 40px;
}
.panel-item {
    margin-bottom: 28.03px;
    border: 2px solid #000000;
    border-radius: 11.52px;
    background: #ffffff;
    padding: 23.07px;
}
.box-title {
    border-bottom: 2px solid #000000;
    font-weight: 800;
    margin-bottom: 17.48px;
    font-size: 20.12px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 8.38px;
}
.new-items, .month-list {
    padding: 0;
    list-style: none;
}
.new-items li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 11.71px;
    margin-bottom: 8.43px;
}
.new-items a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.new-items a:hover {
    text-decoration: underline;
}
.month-list a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10.53px;
}
.topic-chip {
    color: #000000 !important;
    font-weight: 600;
    border-radius: 8.13px;
    text-decoration: none;
    background: #ffffff;
    font-size: 13.83px;
    padding: 7.25px 15.59px;
    display: inline-block;
    border: 2px solid #000000;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    border-top: 2px solid #000000;
    color: #000000;
    font-weight: 600;
    background: #fff;
    text-align: center;
    font-size: 13.07px;
    padding: 42.27px 0;
}
@media (max-width: 900px) { .content-grid { grid-template-columns: 1fr; gap: 40px; } .info-panel {
    position: static;
} }
