.articles-hero { padding: 145px 0 70px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, var(--surface), var(--bg)); }
.articles-hero h1 { max-width: 900px; margin: 14px 0; font: 650 clamp(62px, 9vw, 118px)/.88 var(--display); text-transform: uppercase; }
.articles-hero h1, .article-list-body h2 { overflow-wrap: anywhere; }
.articles-hero p { max-width: 700px; color: var(--muted); }
.articles-switch { display: flex; gap: 7px; margin-top: 28px; }
.articles-switch a { padding: 10px 17px; border: 1px solid var(--line); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.articles-switch a.active { border-color: var(--accent); color: var(--accent-text); background: rgba(var(--accent-rgb), .08); }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.article-list-card { min-height: 410px; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); transition: .2s; }
.article-list-card:hover { transform: translateY(-3px); border-color: var(--accent); }
.article-list-card img, .article-list-visual { width: 100%; height: 210px; object-fit: cover; background: linear-gradient(135deg, rgba(var(--accent-rgb), .18), var(--surface-2)); }
.article-list-visual { display: grid; place-items: center; color: var(--accent); font: 650 64px var(--display); }
.article-list-body { flex: 1; display: flex; flex-direction: column; padding: 21px; }
.article-list-body small { color: var(--accent-text); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.article-list-body h2 { margin: 12px 0 8px; font: 600 29px/1.03 var(--display); text-transform: uppercase; }
.article-list-body p { margin: 0 0 18px; color: var(--muted); font-size: 12px; }
.article-list-body b { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); font-size: 9px; text-transform: uppercase; }
@media (max-width: 900px) { .articles-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .articles-grid { grid-template-columns: 1fr; } .articles-hero { padding-top: 110px; } .articles-hero h1 { font-size: clamp(46px, 16vw, 68px); } }
