.news-chronicle{background:var(--bg-surface);padding:2.5rem 0}.chronicle-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.chronicle-label{font-family:var(--font-heading);font-weight:700;font-size:0.75rem;letter-spacing:0.15em;color:var(--brand-secondary);text-transform:uppercase}.chronicle-grid{display:grid;grid-template-columns:1fr;gap:0.75rem}@media (min-width:640px){.chronicle-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1060px){.chronicle-grid{grid-template-columns:repeat(4,1fr)}}.chronicle-item{display:flex;flex-direction:column;gap:0.375rem;background:var(--bg-page);border-radius:0 0 0 40px;padding:1.25rem 1.5rem}.chronicle-date{font-size:0.8125rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.chronicle-title{font-family:var(--font-heading);font-weight:700;font-size:1rem;color:var(--brand-primary);line-height:1.35}.news-feed-section{padding:5rem 0;background:var(--bg-page)}.news-feed{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:900px){.news-feed{grid-template-columns:repeat(2,1fr)}}.news-card{background:var(--bg-surface);border-radius:0 0 0 60px;overflow:hidden;display:flex;flex-direction:column}.news-card--standard_photo .news-card-visual{height:160px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));display:flex;align-items:center;justify-content:center}.news-card--text_report .news-card-visual{display:none}.news-card--text_report{border-left:4px solid var(--brand-secondary)}.news-card--large_card .news-card-visual{height:220px;background:var(--bg-inverse)}.news-card--large_card .news-title{font-size:clamp(1.375rem,3vw,1.75rem);line-height:1.2}.news-card-visual-wave{font-size:3rem;line-height:1;color:var(--text-inverse);opacity:0.9}.news-card-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:0.375rem}.news-date{color:var(--text-muted);font-size:0.8125rem;font-variant-numeric:tabular-nums}.news-title{color:var(--brand-primary);font-family:var(--font-heading);font-weight:700;font-size:1.25rem;line-height:1.25;margin-bottom:0.25rem}.news-content{white-space:pre-line;overflow-wrap:break-word;font-size:0.9375rem;line-height:1.7;color:var(--text-main)}@media (max-width:768px){.news-feed-section{padding:3.5rem 0}}