.reports-archive{background:var(--ink-fixed);color:var(--bone-fixed);min-height:60vh;padding:90px 0 120px}.reports-archive .eyebrow{color:var(--rose)}.reports-archive .archive-h1{color:var(--bone-fixed);margin-bottom:48px;font-size:clamp(34px,5vw,48px);font-weight:500}.reports-list{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.report-list-card{color:var(--bone-fixed);border:1px solid var(--line-dark);border-radius:var(--radius-card-sm);background:#f3efe60a;grid-template-columns:140px 1fr;gap:20px;padding:16px;text-decoration:none;transition:background .25s,border-color .25s;display:grid}.report-list-card:hover{border-color:var(--red);background:#f3efe614}.report-list-card img{object-fit:cover;filter:grayscale(30%);border-radius:10px;width:140px;height:110px}.report-list-body h3{margin-bottom:10px;font-size:18px;font-weight:500;line-height:1.3}.report-list-loc{color:var(--ash);letter-spacing:.06em;text-transform:uppercase;font-size:11px}@media (width<=700px){.reports-archive{padding:48px 0 72px}}@media (width<=800px){.reports-list{grid-template-columns:1fr}.report-list-card{grid-template-columns:100px 1fr}.report-list-card img{width:100px;height:84px}}
