.mission-strip { margin-top: 34px; background: var(--navy2); color: #fff; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 28px; padding: 22px; }
.mission-strip p { color: var(--gold); font-family: 'Playfair Display', serif; font-size: 20px; margin: 0; }
.mission-strip span { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; }
.accepted-events { background: var(--navy2); color: #fff; padding: 30px; margin: 0 0 28px; }
.accepted-events h3 { font-family: 'Playfair Display', serif; font-size: 25px; margin: 0 0 16px; }
.accepted-events ul { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; padding: 0; margin: 0 0 18px; }
.accepted-events li { border: 1px solid #ffffff3b; padding: 7px 12px; font-size: 14px; }
.accepted-events p { margin: 0; color: var(--gold); font-size: 14px; font-weight: 700; }
.contact-card small { display: block; color: #c8d0db; margin-top: 7px; line-height: 1.4; }
