/* Arkansas Provisions — mobile patches (iPhone 15 Pro etc.) */
@media (max-width: 520px) {
  .site-header__inner { gap: var(--space-2) !important; min-height: 4.5rem !important; flex-wrap: nowrap !important; }
  .brand { flex-shrink: 1 !important; min-width: 0 !important; gap: var(--space-2) !important; }
  .brand img { width: 2rem !important; height: 2rem !important; flex-shrink: 0 !important; }
  .brand > span { font-size: var(--text-sm) !important; line-height: 1.15 !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
  .brand > small { font-size: .6rem !important; letter-spacing: .06em !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
  .actions { gap: var(--space-1) !important; flex-shrink: 0 !important; }
  .actions .icon-btn:not(.nav-toggle) { display: none !important; }
  .actions .btn { padding: .55rem .9rem !important; font-size: var(--text-xs) !important; white-space: nowrap !important; }
  .icon-btn { width: 2.4rem !important; height: 2.4rem !important; }
  .hero__cta,
  .hero__actions { flex-wrap: wrap !important; gap: var(--space-3) !important; }
  .hero__cta .btn,
  .hero__actions .btn { width: 100% !important; justify-content: center !important; }
}
