/* Our Journey keeps its original header, footer and stylesheet. */
.social-strip { background: var(--cream, #f5f5ef); border-bottom: 1px solid #e4e8e0; }
.social-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 8px 24px; }
.social-strip .container > span { color: var(--muted); font-size: .875rem; white-space: nowrap; }
.header-social-links { display: flex; flex-wrap: wrap; gap: 0 22px; align-items: center; }
.header-social-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; font-weight: 600; color: var(--green); }
.header-social-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.social-links a { display: inline-flex; align-items: center; min-height: 44px; }
@media (max-width: 800px) {
  .social-strip .container { flex-direction: column; align-items: flex-start; gap: 2px; padding-top: 10px; padding-bottom: 4px; }
  .header-social-links { column-gap: 20px; }
}
