.reports-hero{max-width:820px;margin:0 auto;padding-bottom:2rem;text-align:center}
.reports-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.5rem;padding:1rem 0 3rem}
.report-card{overflow:hidden;border:1px solid rgba(15,23,42,.1);border-radius:20px;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.08)}
.report-card-image{display:block;aspect-ratio:16/10;overflow:hidden}
.report-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.report-card:hover .report-card-image img{transform:scale(1.025)}
.report-card-copy{padding:1.4rem}
.report-card-copy h2{margin:.3rem 0 .75rem;font-size:1.45rem}
.report-card-copy h2 a{text-decoration:none;color:inherit}
.report-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.9rem}
.report-meta span{display:inline-flex;padding:.3rem .6rem;border-radius:999px;background:rgba(14,116,144,.09);font-size:.85rem}
.text-link{font-weight:700;text-decoration:none}
.empty-report-card{grid-column:1/-1;text-align:center;padding:3rem}
.report-detail{max-width:920px;margin:0 auto;padding:2rem 0 4rem}
.report-detail-header{text-align:center;max-width:760px;margin:0 auto 2rem}
.report-feature{margin:0 0 2rem}
.report-feature img{display:block;width:100%;max-height:620px;object-fit:cover;border-radius:22px}
.report-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin:0 0 2rem;padding:1.2rem;border-radius:18px;background:rgba(14,116,144,.07)}
.report-facts div{min-width:0}
.report-facts dt{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.report-facts dd{margin:.3rem 0 0}
.report-prose{max-width:760px;margin:0 auto;font-size:1.08rem;line-height:1.8}
.report-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:760px;margin:2.5rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(15,23,42,.12)}
@media(max-width:680px){.report-footer{align-items:stretch;flex-direction:column}.report-footer .button{text-align:center}}
