/**
 * Desktop ≥1025px — nur Mail/Tel-Links (Header + Kontakt)
 * Keine anderen Desktop-Styles
 */

@media (min-width: 1025px) {
  .site-header {
    pointer-events: none !important;
  }

  .site-header > *,
  .site-header .header-left,
  .site-header .btn-menu {
    pointer-events: auto !important;
  }

  .site-header .header-meta[href^="mailto:"],
  .site-header .header-meta[href^="tel:"],
  .contact-actions a[href^="mailto:"],
  .contact-actions a[href^="tel:"] {
    pointer-events: auto !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 200 !important;
    touch-action: manipulation !important;
  }

  #slide-contact .contact-actions,
  #slide-contact .contact-actions a {
    pointer-events: auto !important;
  }
}
