
:root {
    --primary: #000000;
    --bg: #ffffff;
    --text: #000000;
}
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text);
    -webkit-text-size-adjust: 100%;
    line-height: 1.64;
    background: #ffffff;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.frame {
    max-width: 1200px;
    padding: 0 20.59px;
    margin: 0 auto;
}
.page-top {
    border-bottom: 2px solid #000000;
    background: #ffffff;
    margin-bottom: 39.67px;
    padding: 25.29px 0;
}
.identity {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23.71px;
    color: #000000;
    font-weight: 800;
}
.header-links {
    display: flex;
    gap: 25.9px;
}
.header-links a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000 !important;
    font-size: 13.8px;
}
.header-links a:hover {
    opacity: 0.7;
}
.layout-grid {
    gap: 62.41px;
    display: grid;
    margin-bottom: 77.12px;
    grid-template-columns: 1fr 300px;
}
.primary-content {
    border: 2px solid #000000;
    padding: 46.29px;
    border-radius: 13.25px;
    background: #ffffff;
}
.content-area {
    font-size: 17.86px;
    color: #000000;
    line-height: 1.79;
}
.content-area a {
    color: #000000 !important;
    text-decoration: underline;
    font-weight: 700;
}
.rail {
    position: sticky;
    top: 40px;
}
.widget-box {
    padding: 25.88px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 11.98px;
    margin-bottom: 29.96px;
}
.box-title {
    margin-bottom: 22.86px;
    font-size: 19.55px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 11.77px;
    border-bottom: 2px solid #000000;
}
.fresh-list, .time-list {
    list-style: none;
    padding: 0;
}
.fresh-list li {
    padding-bottom: 7.31px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 12.38px;
}
.fresh-list a {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}
.fresh-list a:hover {
    text-decoration: underline;
}
.time-list a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.time-list a:hover {
    text-decoration: underline;
}
.tag-area {
    gap: 11.11px;
    flex-wrap: wrap;
    display: flex;
}
.pill {
    border-radius: 7.93px;
    padding: 5.64px 11.54px;
    text-decoration: none;
    font-size: 12.47px;
    font-weight: 600;
    color: #000000 !important;
    border: 2px solid #000000;
    background: #ffffff;
    display: inline-block;
}
.pill:hover {
    color: #ffffff !important;
    background: #000000;
}
.closing {
    color: #000000;
    padding: 42.5px 0;
    font-size: 14.44px;
    border-top: 2px solid #000000;
    text-align: center;
    font-weight: 600;
    background: #fff;
}
@media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; gap: 40px; } .rail {
    position: static;
} }
