:root { --report-ink: #18252d; --report-red: #a93f2b; }
.report-page { background: var(--bg); color: var(--fg); }
.report-hero { background: var(--report-ink); color: #fff; }
.report-hero-inner { width: min(1100px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0; display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 72px; align-items: center; }
.report-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.report-tag { padding: 6px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 12px; }
.report-title { max-width: 700px; font-family: var(--serif); font-size: 48px; line-height: 1.2; font-weight: 700; }
.report-subtitle { margin-top: 22px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.7; }
.report-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.report-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; border-radius: 6px; background: var(--report-red); color: #fff; font-size: 14px; font-weight: 600; }
.report-button:hover { background: #923521; }
.report-button-secondary { border: 1px solid rgba(255,255,255,.36); background: transparent; }
.report-button-secondary:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.report-cover { width: 100%; height: auto; box-shadow: 0 18px 48px rgba(0,0,0,.28); }
.report-shell { width: min(960px, calc(100% - 48px)); margin: 0 auto; }
.report-section { padding: 74px 0; border-bottom: 1px solid var(--border); }
.report-section:last-child { border-bottom: 0; }
.report-eyebrow { margin-bottom: 14px; color: var(--report-red); font-size: 12px; font-weight: 700; }
.report-section h2 { font-family: var(--serif); font-size: 34px; line-height: 1.35; }
.report-copy { max-width: 760px; margin-top: 26px; color: var(--fg-soft); font-size: 17px; line-height: 1.9; }
.report-copy p + p { margin-top: 14px; }
.report-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 36px; border-top: 1px solid var(--border-strong); border-bottom: 1px solid var(--border-strong); }
.report-info { padding: 28px 28px 30px 0; }
.report-info + .report-info { padding-left: 28px; border-left: 1px solid var(--border); }
.report-info h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 21px; }
.report-info p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.report-preview-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 36px; align-items: start; }
.report-preview { margin: 0; }
.report-preview img { display: block; width: 100%; height: auto; border: 1px solid var(--border); background: #fff; }
.report-preview figcaption { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.report-reader-note { margin: 16px 0 26px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.report-reader { width: 100%; height: 780px; border: 1px solid var(--border-strong); background: #fff; }
.report-reader-fallback { padding: 20px; color: var(--muted); }
.report-download { margin-top: 20px; }
.report-contact { display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.report-contact .report-copy { margin-top: 14px; }
@media (max-width: 760px) {
  .report-hero-inner { width: min(100% - 40px, 1100px); padding: 48px 0; grid-template-columns: 1fr; gap: 34px; }
  .report-title { font-size: 34px; }
  .report-subtitle { font-size: 17px; }
  .report-cover { width: min(100%, 320px); }
  .report-shell { width: min(100% - 40px, 960px); }
  .report-section { padding: 52px 0; }
  .report-section h2 { font-size: 28px; }
  .report-copy { font-size: 16px; }
  .report-info-grid, .report-preview-list { grid-template-columns: 1fr; }
  .report-info, .report-info + .report-info { padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--border); }
  .report-info:last-child { border-bottom: 0; }
  .report-preview-list { gap: 30px; }
  .report-reader { height: 600px; }
  .report-contact { align-items: flex-start; flex-direction: column; }
  .report-actions .report-button { flex: 1 1 100%; }
}
