.news-intro { padding-bottom: 34px; }
.news-intro h1 { margin: 12px 0 20px; }
.news-lead { max-width: 720px; font-size: clamp(1.1rem, 2vw, 1.3rem); line-height: 1.65; color: var(--muted); }
.news-review { margin-top: 26px; color: var(--muted); font-size: .9375rem; }
.news-review time { color: var(--ink); font-weight: 650; }
.news-topics { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.news-topics a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 5px; color: var(--green); font-weight: 600; text-decoration: none; }
.news-topics a:hover { border-color: var(--green); background: #111a0c; }
.news-section { --news-accent: #8eb2df; padding-top: 26px; }
.news-section#handwerk { --news-accent: #f0a35b; }
.news-section-heading { margin-bottom: 26px; }
.news-section-heading .section-kicker { color: var(--news-accent); }
.news-section-heading h2 { margin-bottom: 0; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.news-card { min-width: 0; padding: clamp(22px, 3vw, 34px); border: 1px solid #40505d; border-top: 4px solid var(--news-accent); border-radius: 7px; background: linear-gradient(145deg, #111b25, #0b0e0d 78%); }
#handwerk .news-card { border-color: #584637; border-top-color: var(--news-accent); background: linear-gradient(145deg, #21170f, #0b0e0d 78%); }
.news-meta { display: flex; flex-wrap: wrap; gap: 9px 16px; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.news-category { color: var(--news-accent); font-weight: 700; }
.news-card h3 { margin: 22px 0 18px; font: 700 clamp(1.3rem, 2.3vw, 1.7rem)/1.3 var(--heading); overflow-wrap: anywhere; }
.news-card > p, .news-relevance p, .news-editorial p { font-size: 1rem; line-height: 1.75; color: var(--muted); }
.news-event { padding: 12px 16px; border-left: 3px solid var(--news-accent); background: #ffffff08; }
.news-event strong { color: var(--ink); }
.news-expired { display: block; margin-top: 6px; color: #f0a35b; font-size: .875rem; }
.news-relevance { margin-top: 24px; padding-top: 20px; border-top: 1px solid #ffffff26; }
.news-relevance > strong { color: var(--news-accent); }
.news-relevance p { margin-bottom: 0; }
.news-sources { margin-top: 26px; }
.news-sources p { margin-bottom: 8px; font-size: .875rem; color: var(--muted); }
.news-sources a { display: block; padding-block: 8px; color: var(--news-accent); font-size: .9375rem; line-height: 1.5; overflow-wrap: anywhere; text-underline-offset: 4px; }
.news-editorial { padding-top: 26px; max-width: 1100px; }
.news-editorial h2 { font-size: 1.5rem; }
.news-stale, .news-card .news-correction { border-left: 3px solid #f0a35b; padding: 14px 18px; background: #21170f; color: #f5d1ac; }
.news-page [hidden] { display: none !important; }
.news-sources .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 1100px) { .news-grid { grid-template-columns: minmax(0, 1fr); } }
