/* Oakwood Dental — mobile patches (iPhone 15 Pro 393px etc.) */
@media (max-width: 520px) {
  .site-header__inner { gap: var(--space-2) !important; min-height: 4.5rem !important; }
  .brand img { width: 2rem !important; }
  .brand span { font-size: var(--text-sm) !important; }
  .brand small { font-size: .62rem !important; letter-spacing: .06em !important; }
  .actions { gap: var(--space-1) !important; }
  .actions .icon-btn:not(.nav-toggle) { display: none !important; }
  .actions .btn { padding: .55rem .8rem !important; font-size: var(--text-xs) !important; white-space: nowrap !important; }
  .icon-btn { width: 2.4rem !important; height: 2.4rem !important; }
  .hero__actions { flex-wrap: wrap !important; gap: var(--space-3) !important; }
  .hero__actions .btn { width: 100% !important; justify-content: center !important; }
  .doctor { grid-template-columns: 1fr !important; }
  .doctor img { width: 100% !important; max-width: 14rem !important; height: auto !important; aspect-ratio: 1/1 !important; object-fit: cover !important; border-radius: var(--radius-lg) !important; }
  .doctor h3 { margin-top: var(--space-2) !important; }
}
