.news-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:42px 0 24px;border-bottom:1px solid var(--line)}
.news-toolbar h2{font:600 clamp(1.8rem,3vw,3rem)/1.1 "Manrope","Noto Sans SC",sans-serif;margin:0}
.news-filters{display:flex;gap:8px;flex-wrap:wrap}.news-filters span{border:1px solid var(--line);padding:7px 11px;font-size:12px}.news-filters span:first-child{background:var(--green);color:#fff;border-color:var(--green)}
.news-ready{margin:45px 0 105px;display:grid;grid-template-columns:1.1fr 1fr;background:#fff;border:1px solid var(--line)}
.news-visual{min-height:390px;background:linear-gradient(135deg,#0c3029 0 52%,#d6b86f 52% 55%,#ece8df 55%)}
.news-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}.news-copy small{color:#927a42;letter-spacing:.15em}.news-copy h2{font:600 clamp(2rem,3.7vw,3.6rem)/1.08 "Manrope","Noto Sans SC",sans-serif;letter-spacing:-.04em;margin:18px 0}.news-copy p{color:var(--muted)}
.story-format{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:30px 0 100px}.story-format div{border-top:2px solid var(--gold);padding:18px 0}.story-format b,.story-format span{display:block}.story-format span{color:var(--muted);font-size:13px;margin-top:5px}
@media(max-width:850px){.news-toolbar{align-items:flex-start;flex-direction:column}.news-ready{grid-template-columns:1fr}.news-visual{min-height:230px}.news-copy{padding:30px}.story-format{grid-template-columns:1fr 1fr}}
