
:root {
    --text: #000000;
    --bg: #ffffff;
    --primary: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ffffff;
    color: var(--text);
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.64;
}
.frame {
    padding: 0 17.27px;
    max-width: 1200px;
    margin: 0 auto;
}
.head-section {
    padding: 23.98px 0;
    margin-bottom: 39.65px;
    border-bottom: 2px solid #000000;
    background: #ffffff;
}
.home-brand {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
    font-size: 24.45px;
}
.main-menu {
    display: flex;
    gap: 25.02px;
}
.main-menu a {
    text-decoration: none;
    font-size: 13.7px;
    color: #000000 !important;
    font-weight: 700;
    text-transform: uppercase;
}
.main-menu a:hover {
    opacity: 0.7;
}
.two-col {
    grid-template-columns: 1fr 300px;
    gap: 57.11px;
    margin-bottom: 77.18px;
    display: grid;
}
.lead-article {
    padding: 50.84px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.98px;
}
.body-copy {
    color: #000000;
    line-height: 1.82;
    font-size: 18.29px;
}
.body-copy a {
    text-decoration: underline;
    font-weight: 700;
    color: #000000 !important;
}
.secondary {
    top: 40px;
    position: sticky;
}
.panel-item {
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 28.58px;
    border-radius: 10.98px;
    padding: 23.56px;
}
.block-heading {
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #000000;
    font-size: 19.69px;
    color: #000000;
    padding-bottom: 11.11px;
    margin-bottom: 21.8px;
}
.fresh-list, .date-index {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    margin-bottom: 7.91px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 8.22px;
}
.fresh-list a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.date-index a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}
.date-index a:hover {
    text-decoration: underline;
}
.topic-list {
    gap: 8.14px;
    display: flex;
    flex-wrap: wrap;
}
.topic-chip {
    background: #ffffff;
    text-decoration: none;
    display: inline-block;
    border-radius: 7.38px;
    font-weight: 600;
    font-size: 12.76px;
    color: #000000 !important;
    border: 2px solid #000000;
    padding: 7.18px 12.95px;
}
.topic-chip:hover {
    color: #ffffff !important;
    background: #000000;
}
.base-bar {
    border-top: 2px solid #000000;
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 13.88px;
    padding: 37.36px 0;
    background: #fff;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .secondary {
    position: static;
} }
