
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: var(--text);
    line-height: 1.56;
    -webkit-text-size-adjust: 100%;
}
.content-wrap {
    margin: 0 auto;
    padding: 0 17.36px;
    max-width: 1200px;
}
.head-section {
    border-bottom: 2px solid #000000;
    margin-bottom: 42.54px;
    padding: 24.54px 0;
    background: #ffffff;
}
.home-brand {
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 24px;
    text-decoration: none;
}
.primary-nav {
    display: flex;
    gap: 24.72px;
}
.primary-nav a {
    font-size: 14.41px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000 !important;
}
.primary-nav a:hover {
    opacity: 0.7;
}
.dual-panel {
    display: grid;
    gap: 57.96px;
    grid-template-columns: 1fr 300px;
    margin-bottom: 77.12px;
}
.lead-article {
    padding: 47.54px;
    border-radius: 10.32px;
    border: 2px solid #000000;
    background: #ffffff;
}
.post-body {
    color: #000000;
    line-height: 1.79;
    font-size: 18.46px;
}
.post-body a {
    font-weight: 700;
    color: #000000 !important;
    text-decoration: underline;
}
.rail {
    position: sticky;
    top: 40px;
}
.module {
    border-radius: 11.28px;
    padding: 24.36px;
    background: #ffffff;
    border: 2px solid #000000;
    margin-bottom: 31.21px;
}
.label {
    text-transform: uppercase;
    padding-bottom: 8.53px;
    font-size: 19.11px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 22.87px;
    border-bottom: 2px solid #000000;
}
.fresh-list, .month-list {
    padding: 0;
    list-style: none;
}
.fresh-list li {
    padding-bottom: 10.12px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 11.88px;
}
.fresh-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.month-list a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.month-list a:hover {
    text-decoration: underline;
}
.chip-group {
    gap: 8.14px;
    flex-wrap: wrap;
    display: flex;
}
.keyword-tag {
    border: 2px solid #000000;
    color: #000000 !important;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    background: #ffffff;
    border-radius: 6.38px;
    padding: 7.91px 16.25px;
    font-size: 13.71px;
}
.keyword-tag:hover {
    color: #ffffff !important;
    background: #000000;
}
.end-section {
    font-weight: 600;
    color: #000000;
    font-size: 14.79px;
    background: #fff;
    border-top: 2px solid #000000;
    padding: 41.4px 0;
    text-align: center;
}
@media (max-width: 900px) { .dual-panel { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
