/* ── NEWS PAGE ── */
.news-wrap { padding: 4rem 0 5rem; }

/* ── Page content (Upper/Lower Content) ── */
.news-content-block { padding: 2rem 0; }
.news-content { max-width: 780px; margin: 0 auto; }
.news-content p { font-size: 0.97rem; color: var(--text); line-height: 1.85; margin-bottom: 1.2rem; }
.news-content h2, .news-content h3 { font-family: var(--f-head); font-weight: 800; color: var(--navy); line-height: 1.25; margin: 1.6rem 0 0.9rem; }
.news-content img { max-width: 100%; border-radius: 4px; }
.news-content a { color: var(--navy); text-decoration: underline; }
.news-content a:hover { color: var(--gold); }

.featured-article {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0;
  border: 1px solid var(--border); border-radius: 4px; overflow: hidden;
  box-shadow: var(--shadow-lg); margin-bottom: 3.5rem; cursor: pointer;
}
.featured-img { position: relative; min-height: 360px; overflow: hidden; }
.featured-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.featured-article:hover .featured-img img { transform: scale(1.03); }
.featured-body { padding: 2.5rem 2rem; display: flex; flex-direction: column; justify-content: center; background: white; }
.featured-meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; font-family: var(--f-head); font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
.featured-body h2 { font-family: var(--f-head); font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 800; color: var(--navy); line-height: 1.25; margin-bottom: 1rem; }
.featured-body p { font-size: 0.95rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.5rem; }
.featured-read-more { display: inline-flex; align-items: center; gap: 0.4rem; font-family: var(--f-head); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--navy); transition: color 0.2s; }
.featured-read-more::after { content: '→'; }
.featured-read-more:hover { color: var(--gold); }

.articles-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.articles-header h3 { font-family: var(--f-head); font-size: 1.1rem; font-weight: 800; color: var(--navy); }
.article-filters { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.art-filter { font-family: var(--f-head); font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; padding: 0.4rem 0.9rem; border: 1px solid var(--border); border-radius: 2px; background: white; color: var(--muted); cursor: pointer; transition: all 0.2s; }
.art-filter.active { background: var(--navy); border-color: var(--navy); color: white; }
.art-filter:hover:not(.active) { border-color: var(--navy); color: var(--navy); }

.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.article-card { background: white; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; box-shadow: var(--shadow); transition: transform 0.22s, box-shadow 0.22s; display: flex; flex-direction: column; cursor: pointer; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.article-card-img { height: 190px; overflow: hidden; position: relative; }
.article-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.article-card:hover .article-card-img img { transform: scale(1.05); }
.article-card-body { padding: 1.3rem; flex: 1; display: flex; flex-direction: column; }
.article-meta { display: flex; align-items: center; gap: 0.55rem; margin-bottom: 0.7rem; }
.article-date { font-family: var(--f-head); font-size: 0.67rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.article-card h3 { font-family: var(--f-head); font-size: 0.95rem; font-weight: 700; color: var(--navy); line-height: 1.35; margin-bottom: 0.6rem; }
.article-card p { font-size: 0.84rem; color: var(--muted); line-height: 1.7; flex: 1; }
.article-card-footer { padding: 0 1.3rem 1.2rem; }
.read-more-link { font-family: var(--f-head); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--navy); display: inline-flex; align-items: center; gap: 0.3rem; transition: color 0.2s; }
.read-more-link::after { content: '→'; }
.read-more-link:hover { color: var(--gold); }

/* Sidebar */
.news-layout { display: grid; grid-template-columns: 1fr 280px; gap: 3rem; }
.sidebar-card { background: var(--cream); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; margin-bottom: 1.5rem; }
.sidebar-card-header { background: var(--navy); padding: 0.8rem 1.1rem; }
.sidebar-card-header h4 { font-family: var(--f-head); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: white; }
.sidebar-card-body { padding: 1.1rem; }
.sidebar-recent-item { padding: 0.6rem 0; border-bottom: 1px solid var(--border); }
.sidebar-recent-item:last-child { border: none; }
.sidebar-recent-item a { font-family: var(--f-head); font-size: 0.8rem; font-weight: 600; color: var(--navy); line-height: 1.35; display: block; margin-bottom: 0.2rem; cursor: pointer; transition: color 0.2s; }
.sidebar-recent-item a:hover { color: var(--gold); }
.sidebar-recent-item span { font-size: 0.7rem; color: var(--muted); }
.sidebar-announce { font-size: 0.83rem; line-height: 1.7; color: var(--text); }
.sidebar-announce p { margin-bottom: 0.7rem; }
.announcement-meta { font-size: 0.7rem; color: var(--muted); font-family: var(--f-head); }
.sidebar-btn-block { display: block; text-align: center; margin-bottom: 0.6rem; }

@media (max-width: 1024px) { .news-layout { grid-template-columns: 1fr; } .featured-article { grid-template-columns: 1fr; } .featured-img { min-height: 260px; } }
@media (max-width: 700px) { .articles-grid { grid-template-columns: 1fr; } .articles-header { flex-direction: column; align-items: flex-start; gap: 0.8rem; } }
