/* ============================================================
   POLONIA BONN – bericht.css
   Spielbericht-Seite
   ============================================================ */

body { background:#fff; color:#111; font-family:Inter,Arial,sans-serif; }
.report-page { padding: 110px 0 90px; }
.report-wrap { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.report-back { display:inline-flex; margin-bottom:24px; color:#f10402; font-weight:700; text-decoration:none; font-family:Oswald,sans-serif; letter-spacing:.06em; text-transform:uppercase; }
.report-hero { border:1px solid #eee; border-radius:16px; overflow:hidden; box-shadow:0 14px 42px rgba(0,0,0,.10); }
.report-image { height: clamp(260px, 42vw, 480px); background:#f5f5f5; overflow:hidden; }
.report-image img { width:100%; height:100%; object-fit:cover; display:block; }
.report-body { padding: clamp(28px,4vw,46px); border-top:4px solid #f10402; }
.report-meta { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:18px; }
.report-pill { display:inline-flex; align-items:center; border-radius:999px; padding:7px 12px; background:#f10402; color:#fff; font-family:Oswald,sans-serif; font-weight:700; font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; }
.report-pill--light { background:#f5f5f5; color:#111; }
.report-title { font-family:Oswald,sans-serif; font-size:clamp(2.1rem,5vw,4rem); line-height:1.05; text-transform:uppercase; letter-spacing:.05em; margin:0 0 20px; }
.report-lead { font-size:1.1rem; line-height:1.75; color:#333; max-width:760px; margin:0 0 18px; }
.report-context { color:#555; line-height:1.65; margin:0 0 28px; }
.report-facts { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:30px 0; }
.report-fact { border:1px solid #eee; border-radius:10px; padding:16px; background:#fafafa; }
.report-fact small { display:block; color:#777; font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; margin-bottom:5px; }
.report-fact strong { font-family:Oswald,sans-serif; font-size:1.05rem; text-transform:uppercase; }
.report-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.report-btn { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:0 20px; border-radius:8px; background:#f10402; color:#fff; font-family:Oswald,sans-serif; font-weight:700; letter-spacing:.06em; text-transform:uppercase; text-decoration:none; }
.report-btn--ghost { background:#fff; color:#f10402; border:2px solid #f10402; }

@media(max-width:760px) {
    .report-page { padding-top:90px; }
    .report-facts { grid-template-columns:1fr 1fr; }
    .report-body { padding:26px 20px; }
    .report-title { letter-spacing:.03em; }
}

/* Fließtext-Paragraphen */
.report-text { margin: 0 0 28px; max-width: 760px; }
.report-text p { font-size: 1rem; line-height: 1.8; color: #333; margin: 0 0 16px; }
.report-text p:last-child { margin-bottom: 0; }
/* Auto-generiert Hinweis */
.report-generated-note { font-size: .75rem; color: #aaa; font-style: italic; margin: 8px 0 24px; max-width: 760px; }
.report-maps-link { color: #f10402; text-decoration: none; } .report-maps-link:hover { text-decoration: underline; }
