/* تخطيط الموبايل للأجهزة اللمسية عند تفعيل Desktop Site */
@media (hover: none) and (pointer: coarse) and (min-width: 769px) and (max-width: 1400px) {

  /* نُخفي القائمة الأفقية ونعتمد على القائمة الجانبية */
  #nav-links, .nav-links { display: none !important; }

  /* نضمن ظهور زر القائمة الجانبية */
  #sidebar-trigger, .sidebar-trigger-btn { display: inline-flex !important; }
  .navbar-right-group { display: flex !important; }
}

/* ── الهيرو ── */
@media (hover: none) and (pointer: coarse) and (min-width: 769px) and (max-width: 1400px) {
  .hero {
    height: 100svh !important;
    min-height: 480px !important;
  }
  .hero-video {
    object-position: 20% center !important;
  }
  .hero-title {
    font-size: clamp(38px, 9vw, 60px) !important;
  }
  .hero-subtitle {
    font-size: 14px !important;
  }
  .hero-actions {
    gap: 10px !important;
  }
}

/* ضبط الفيديو والشريط الأسود */
@media (hover: none) and (pointer: coarse) and (min-width: 769px) and (max-width: 1400px) {
  .hero {
    height: calc(100svh - var(--nav-h)) !important;
    min-height: 520px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .hero-video {
    object-position: center center !important;
  }
}
