/* LR26 post-event mode: scoped to the existing homepage module. */
.lr26-post-event { color: #fff; background: var(--lr26-color-night, #050713); padding: clamp(36px, 5vw, 72px) 24px; }
.lr26-post-event__inner { width: 100%; max-width: 1400px; margin-inline: auto; }
.lr26-post-event__label { margin: 0 0 16px; font-size: .85rem; font-weight: 600; letter-spacing: .06em; }
.lr26-post-event h2 { color: inherit; max-width: 1100px; margin: 0 0 20px; font-size: clamp(1.7rem, 3.4vw, 3rem); line-height: 1.15; text-wrap: balance; }
.lr26-post-event__copy { max-width: 1000px; margin: 0; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.65; }
.lr26-stat--post-event strong { font-size: clamp(1.4rem, 2.1vw, 2rem); line-height: 1.18; overflow-wrap: normal; }
@media(max-width: 600px) { .lr26-post-event { padding: 36px 20px; } }
