.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.archive-section { min-height: 480px; }
.archive-tools { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 30px; }
.archive-tabs { display: inline-flex; gap: 7px; padding: 5px; background: #e8eee9; border-radius: 12px; }
.archive-tabs a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 9px; text-decoration: none; color: var(--texto-suave); font-weight: 700; }
.archive-tabs a.active { background: var(--branco); color: var(--verde-primario); box-shadow: 0 3px 12px rgba(8,26,16,.08); }
.archive-search { min-width: min(100%, 340px); display: flex; border: 1px solid var(--borda); border-radius: 12px; overflow: hidden; background: var(--branco); }
.archive-search input { width: 100%; border: 0; outline: 0; padding: 12px 14px; background: transparent; color: var(--texto); }
.archive-search button { width: 48px; border: 0; background: var(--verde-profundo); color: var(--branco); cursor: pointer; }
.archive-result { margin: -12px 0 24px; color: var(--texto-suave); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.archive-card { overflow: hidden; transition: transform .22s, box-shadow .22s; }
.archive-card:hover { transform: translateY(-5px); box-shadow: var(--sombra); }
.archive-card__image { position: relative; display: block; height: 220px; overflow: hidden; background: var(--verde-claro); }
.archive-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.archive-card:hover .archive-card__image img { transform: scale(1.035); }
.archive-card__date { position: absolute; left: 14px; top: 14px; width: 58px; min-height: 58px; display: grid; place-items: center; align-content: center; border-radius: 12px; background: rgba(8,11,9,.9); color: var(--branco); line-height: 1; }
.archive-card__date strong { font-size: 1.3rem; }
.archive-card__date small { margin-top: 5px; color: #a9e6ab; font-size: .62rem; font-weight: 800; }
.archive-card__body { padding: 22px; }
.archive-card__category { color: var(--verde-primario); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.archive-card h2 { margin: 8px 0; font-size: 1.12rem; line-height: 1.32; }
.archive-card h2 a { color: var(--preto); text-decoration: none; }
.archive-card p { color: var(--texto-suave); font-size: .87rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.archive-card__link { color: var(--verde-primario); text-decoration: none; font-size: .83rem; font-weight: 750; }

.article-page { padding: 58px 0 80px; }
.article-shell { max-width: 900px; }
.article-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 28px; color: var(--verde-primario); text-decoration: none; font-weight: 700; }
.article-header { margin-bottom: 30px; }
.article-category { display: inline-flex; padding: 6px 11px; border-radius: 8px; background: var(--verde-claro); color: var(--verde-primario); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-header h1 { margin: 15px 0 12px; color: var(--preto); font-size: clamp(2rem, 4.4vw, 3.7rem); line-height: 1.08; letter-spacing: -.05em; }
.article-header p { max-width: 760px; color: var(--texto-suave); font-size: 1.08rem; }
.article-event-date { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px; padding: 10px 13px; border-radius: 10px; background: var(--verde-profundo); color: var(--branco); font-weight: 700; }
.article-cover { max-height: 520px; overflow: hidden; margin: 0 0 38px; border-radius: var(--raio); background: var(--branco); box-shadow: var(--sombra-suave); }
.article-cover img { width: 100%; height: 100%; max-height: 520px; object-fit: contain; display: block; }
.article-content { color: #344139; font-size: 1rem; line-height: 1.85; }

@media (max-width: 960px) { .archive-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 650px) {
    .archive-tools { align-items: stretch; flex-direction: column; }
    .archive-tabs, .archive-search { width: 100%; }
    .archive-tabs a { flex: 1; justify-content: center; }
    .archive-grid { grid-template-columns: 1fr; }
    .article-page { padding-top: 36px; }
}
