/* P10-SITE-1038 narrow-viewport reflow guard.
   At 320 CSS px, the fixed WhatsApp shortcut can cover full-width entry CTAs.
   Inline inquiry, email, and WhatsApp routes remain available in page content. */
@media (max-width: 360px) {
  .whatsapp-contact {
    display: none !important;
  }
}
